]> granicus.if.org Git - curl/commit
Christopher R. Palmer made it possible to build libcurl with the
authorDaniel Stenberg <daniel@haxx.se>
Thu, 10 Mar 2005 23:15:29 +0000 (23:15 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 10 Mar 2005 23:15:29 +0000 (23:15 +0000)
commitd1d35ba85fe6f8a9e6a86d2a6c60109cf90edd6c
treec06d860dc1025900ec91c85dd09e9989f5aeab4b
parent2ab2e7675c2089b44210d19e92e07fbd5ca9084b
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.
CHANGES
lib/Makefile.vc6
lib/http.c
lib/http_ntlm.c
lib/http_ntlm.h
lib/url.c
lib/urldata.h
lib/version.c
src/Makefile.vc6