X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=9795bbc43fe21e75ec2b07a9516e4e73beda516b;hp=afac4339986cc9bc34e6b6042133d3af1d4e77c9;hb=57c9e17e6cfef9bc0e8ab9fa8edf9d131a233e57;hpb=fb0946c7fc6f1831894e8fd67389c0bc74a387b8 diff --git a/src/ChangeLog b/src/ChangeLog index afac4339..9795bbc4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,39 @@ +2009-08-19 Micah Cowan + + * openssl.c (ssl_check_certificate): Only warn about an attack if + the hostname would otherwise have matched. Also some formatting + cleanup. + +2009-08-19 Joao Ferreira + + * openssl.c (ssl_check_certificate): Detect embedded NUL + characters in the SSL certificate common name. + +2009-08-17 Tony Lewis + + * http.c (gethttp): Ensure that we parse Content-Length before we + attempt to refer to its value. Without this fix, NTLM support was + completely buggered. #27192 + +2009-08-09 Michael Baeuerle + + * ftp.c: #include for strcasecmp. + +2009-07-28 Micah Cowan + + * main.c (option_data): Rename --html-extension to + --adjust-extension. + (print_help): Ditto. + + * options.h (struct option): Rename html_extension to + adjust_extension. + * http.c (gethttp): Ditto. + * convert.c (local_quote_string): Ditto. + + * init.c (commands): Add "adjustextension", and reflect rename + change for opt.adjust_extension, for both "adjustextension" and + "htmlextension". + 2009-07-27 Micah Cowan * options.h (struct options): Added restrict_files_nonascii