diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-03-10 23:15:29 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-03-10 23:15:29 +0000 |
commit | d1d35ba85fe6f8a9e6a86d2a6c60109cf90edd6c (patch) | |
tree | c06d860dc1025900ec91c85dd09e9989f5aeab4b /CHANGES | |
parent | 2ab2e7675c2089b44210d19e92e07fbd5ca9084b (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-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |