]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Don't complain about "unknown authentication scheme" if the scheme
[wget] / src / ChangeLog
index c0f6e9b1e24e080a504d474c58ac2a66e08e5525..2d3ed991d90f5a09e9c57c3e6e6218baee455df8 100644 (file)
@@ -1,3 +1,20 @@
+2005-05-06  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * init.c (cmd_spec_useragent): Allow empty User-Agent.
+
+       * http.c (gethttp): Don't print "unknown authentication scheme"
+       for failed Basic authentication.
+       (SET_USER_AGENT): Don't set user-agent if opt.useragent is empty.
+       (gethttp): Use alloca for allocation of www_authenticate.
+
+2005-05-06  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * main.c (print_help): Fix wording of --secure-protocol help text.
+
+2005-05-06  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * cmpt.c (strstr): Updated from glibc 2.3.5.
+
 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
 
        * http.c (http_atotm): Zero out the whole struct tm being passed