]> sjero.net Git - wget/blobdiff - src/ChangeLog
ntlm: support libnettle.
[wget] / src / ChangeLog
index 8822973ed75a076f91d0b811dda1d7852a8a96dd..a3721cafd1014d92c408b639f5774eebaa3e9496 100644 (file)
@@ -1,3 +1,42 @@
+2013-07-13  Tim Ruehsen  <tim.ruehsen@gmx.de>
+
+       * http.c (digest_authentication_encode): Fix a crash when the algorithm
+       is not specified in the server response.  Free dynamic memory used by
+       the function when the function exits.
+       * http-ntlm.c [HAVE_NETTLE]: Include <nettle/md4.h> and <nettle/des.h>.
+       (setup_des_key) [HAVE_NETTLE]: New function to deal with
+       libnettle.
+       (calc_resp) [HAVE_NETTLE]: Add support for libnettle.
+       (mkhash) [HAVE_NETTLE]: Likewise.
+       Reported by: Tim Ruehsen  <tim.ruehsen@gmx.de>.
+
+2013-07-13  Steven M. Schweda <sms@antinode.info>
+
+       * warc.c (warc_tempfile): Fix a portability issue on VMS.
+
+2013-07-10  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * http.c (read_response_body) [ALLOW_CLOBBER]: Move definition to..
+       * options.h (struct options): Make `backups' an int.
+       * url.h [ALLOW_CLOBBER]: .. Here.  Do not clobber when backups are used.
+       * url.c (url_file_name): Use the ALLOW_CLOBBER macro instead of
+       repeating the code.
+
+2013-07-08  Steven M. Schweda <sms@antinode.info>
+
+       * retr.c (rotate_backups): Support for VMS files.
+
+2013-07-12  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * http.c (digest_authentication_encode): Set default value of
+       `algorithm' to "MD5".  Check if `qop' is not-NULL before access it.
+
+2013-07-11  Karsten Hopp  <karsten@redhat.com>
+
+       * openssl.c (struct openssl_read_args, struct scwt_context): New struct.
+       (openssl_read, ssl_connect_with_timeout_callback): New function.
+       (ssl_connect_wget): respect connect timeout.
+
 2013-07-11  Tim Ruehsen  <tim.ruehsen@gmx.de>
 
         * gnutls.c (ssl_connect_wget): respect connect timeout.