X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2FChangeLog;h=03795ef72b07ce76cf6d2b3389b356e6c63b7fd9;hp=983657ece5519faa619a59072deb98a1d64ba996;hb=d21dde51b84efef7254ae9932f9095a46945b809;hpb=ee1df87dd81fd96a4a88c55d627916a32fc0ff80 diff --git a/src/ChangeLog b/src/ChangeLog index 983657ec..03795ef7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,20 @@ +2009-08-27 Micah Cowan + + * http.c (gethttp): Make sure Wget heeds cookies when they + are sent with a 401 response; or any other sort of response for + that matter (#26775). + +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