]> sjero.net Git - wget/blobdiff - src/ChangeLog
[svn] Format http-ntlm.c in an ansi2knr-friendly fashion.
[wget] / src / ChangeLog
index b5b26d34f17023634790b12a6d13825dfd793432..0e2a850466ad1a8e01565165fee4598c847fc599 100644 (file)
@@ -1,3 +1,33 @@
+2005-04-23  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * http-ntlm.c: Format the function definitions in an
+       ansi2knr-friendly fashion.
+
+2005-04-22  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * http.c (gethttp): Handle multiple WWW-Authentication headers,
+       only one of which is recognized.  Those are sent by IIS with NTLM
+       authorization.
+       (create_authorization_line): Propagate information whether
+       authorization is finished.
+       (gethttp): Only stop authorization when it's really finished, not
+       after fixed two steps.
+
+2005-04-21  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * gen_sslfunc.c (ssl_init): Fix warning message text; mark the
+       message as translatable.
+
+2005-04-21  Hrvoje Niksic  <hniksic@xemacs.org>
+
+       * main.c (print_help): Print the EGD option outside the cluster of
+       SSL options.
+
+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.