]> sjero.net Git - wget/blobdiff - src/ChangeLog
Heed cookies from 401s.
[wget] / src / ChangeLog
index 697690d58edb56a5dcbf295565959c3053499536..03795ef72b07ce76cf6d2b3389b356e6c63b7fd9 100644 (file)
@@ -1,3 +1,26 @@
+2009-08-27  Micah Cowan  <micah@cowan.name>
+
+       * 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  <micah@cowan.name>
+
+       * 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  <joao@joaoff.com>
+
+       * openssl.c (ssl_check_certificate): Detect embedded NUL
+       characters in the SSL certificate common name.
+
+2009-08-17  Tony Lewis  <tlewis@exelana.com>
+
+       * 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  <michael.baeuerle@gmx.net>
 
        * ftp.c: #include <strings.h> for strcasecmp.