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.
Showing
- CHANGES 6 additions, 0 deletionsCHANGES
- lib/Makefile.vc6 24 additions, 1 deletionlib/Makefile.vc6
- lib/http.c 3 additions, 3 deletionslib/http.c
- lib/http_ntlm.c 180 additions, 2 deletionslib/http_ntlm.c
- lib/http_ntlm.h 7 additions, 7 deletionslib/http_ntlm.h
- lib/url.c 5 additions, 1 deletionlib/url.c
- lib/urldata.h 20 additions, 0 deletionslib/urldata.h
- lib/version.c 3 additions, 1 deletionlib/version.c
- src/Makefile.vc6 24 additions, 0 deletionssrc/Makefile.vc6
Loading
Please register or sign in to comment