]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Fix setting the NTLM domain.
[wget] / src / ChangeLog
index eccdebb2fa9f0e0d8fd9334760dbb3c5599c3755..a92d6b2df6703cf4d0a55247da5f6d28f02f3b08 100644 (file)
@@ -1,3 +1,28 @@
+2005-04-21  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * http-ntlm.c (ntlm_output): Fix setting the domain.
+       Suggested by Sami Krank.
+
+2005-04-20  Mauro Tortonesi  <mauro@ferrara.linux.it>
+
+       * connect.c: Set IPV6_V6ONLY socket option when -6 switch is used.
+
+2005-04-20  FUJISHIMA Satsuki  <sf@FreeBSD.org>
+
+       * http.c (request_set_header): Fix the check whether a new header
+       needs to be allocated.
+
+2005-04-18  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * utils.c (base64_encode): Use the parameter order that makes more
+       sense.  Return the length of the base64 written.  Updated all
+       callers.
+
+2005-04-17  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * http.c (request_set_header): Free NAME when VALUE is NULL and
+       freeing the header name is requested.
+
 2005-04-17  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * snprintf.c (fmtstr): Declare VALUE as const char *.