Re: [Bug-wget] hsts

2016-03-29 Thread Tim Rühsen
Am Dienstag, 29. März 2016, 14:08:23 schrieb VendForce Security: > wget --no-hsts > > this doesnt seem to work it still creates a $home/.wget-hsts everytime Not here with 1.17.1. What version do you have ? Tim signature.asc Description: This is a digitally signed message part.

[Bug-wget] hsts

2016-03-29 Thread VendForce Security
wget --no-hsts this doesnt seem to work it still creates a $home/.wget-hsts everytime

Re: [Bug-wget] HSTS ready

2015-07-20 Thread Giuseppe Scrivano
Giuseppe Scrivano gscriv...@gnu.org writes: I am going to push these patches, together with the Metalink work in a while to master. done! Giuseppe

Re: [Bug-wget] HSTS ready

2015-07-06 Thread Ander Juaristi
Hi, I've reworked my patch according to Tim's suggestions: - Removed the countchars() function. - Removed the macros SEPARATOR, SETPARAM and COPYPARAM. - Fixed some issues detected by Valgrind. I also include the second patch with the test 'Test-hsts.py', plus some modifications

Re: [Bug-wget] HSTS ready

2015-07-02 Thread Tim Ruehsen
On Wednesday 01 July 2015 16:47:04 Ander Juaristi wrote: Here goes the HSTS engine! Leave your comments, please. I must say Tim's feedback was both strict and invaluable. Two good things :D Thank you. It is a pleasure to work with you and it is a joy to review your code. AFAIR, my

[Bug-wget] HSTS ready

2015-07-01 Thread Ander Juaristi
Here goes the HSTS engine! Leave your comments, please. I must say Tim's feedback was both strict and invaluable. Two good things :D I'm very happy with the end result. I think it's of a high quality, which wouldn't be if it wasn't for his feedback. I'm late with the test cases, though.