aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-03-10 23:15:29 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-03-10 23:15:29 +0000
commitd1d35ba85fe6f8a9e6a86d2a6c60109cf90edd6c (patch)
treec06d860dc1025900ec91c85dd09e9989f5aeab4b /CHANGES
parent2ab2e7675c2089b44210d19e92e07fbd5ca9084b (diff)
Christopher R. Palmer made it possible to build libcurl with the
USE_WINDOWS_SSPI on Windows, and then libcurl will be built to use the native way to do NTLM. SSPI also allows libcurl to pass on the current user and its password in the request.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7a5f4581e..2d686399b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,12 @@
Changelog
+Daniel (11 March 2005)
+- Christopher R. Palmer made it possible to build libcurl with the
+ USE_WINDOWS_SSPI on Windows, and then libcurl will be built to use the
+ native way to do NTLM. SSPI also allows libcurl to pass on the current user
+ and its password in the request.
+
Daniel (9 March 2005)
- Dan F improved the SSL lib setup in configure.