]> sjero.net Git - wget/commitdiff
[svn] Advertise NTLM support. Explain why SSL over proxy now works in
authorhniksic <devnull@localhost>
Sat, 23 Apr 2005 00:36:29 +0000 (17:36 -0700)
committerhniksic <devnull@localhost>
Sat, 23 Apr 2005 00:36:29 +0000 (17:36 -0700)
some more detail.

NEWS

diff --git a/NEWS b/NEWS
index 0ac7831fa00ef0f4c99d08073ece8fd5b3591d7f..41911529662683cdd91a36470eb51b84e6ac0ce9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -17,7 +17,14 @@ flags `--inet4' and `--inet6' (or `-4' and `-6' for short) force the
 use of IPv4 and IPv6 respectively.  Unfortunately the IPv6 support
 still does not work on Windows.
 
 use of IPv4 and IPv6 respectively.  Unfortunately the IPv6 support
 still does not work on Windows.
 
-** Talking to SSL servers over proxies now actually works.
+** Talking to SSL servers over proxies now actually works.  Previous
+versions of Wget erroneously sent GET requests for SSL URLs.  Wget
+1.10 utilizes the CONNECT method designed for this purpose.
+
+** Microsoft's proprietary "NTLM" method of HTTP authentication is now
+supported.  This authentication method is undocumented and only used
+by IIS.  Note that *proxy* authentication is not supported in this
+release; you can only authenticate to the target web site.
 
 ** Wget no longer truncates partially downloaded files when download
 has to start over because the server doesn't support Range.  Instead,
 
 ** Wget no longer truncates partially downloaded files when download
 has to start over because the server doesn't support Range.  Instead,