Introduced curl_sspi.c and curl_sspi.h for the implementation of functions
authorYang Tse <yangsita@gmail.com>
Thu, 29 Jan 2009 20:32:27 +0000 (20:32 +0000)
committerYang Tse <yangsita@gmail.com>
Thu, 29 Jan 2009 20:32:27 +0000 (20:32 +0000)
commite813bf31d7b4ea4b39e227a66fec068f5fcd1a50
treeac39d05380b17ae07b032105c1b7f53a256af05c
parent1bd0be0361f8ccf183ebd9682d848e6902e5dfc0
Introduced curl_sspi.c and curl_sspi.h for the implementation of functions
Curl_sspi_global_init() and Curl_sspi_global_cleanup() which previously were
named Curl_ntlm_global_init() and Curl_ntlm_global_cleanup() in http_ntlm.c
Also adjusted socks_sspi.c to remove the link-time dependency on the Windows
SSPI library using it now in the same way as it was done in http_ntlm.c.
CHANGES
lib/Makefile.inc
lib/Makefile.vc6
lib/curl_sspi.c [new file with mode: 0644]
lib/curl_sspi.h [new file with mode: 0644]
lib/easy.c
lib/http_ntlm.c
lib/http_ntlm.h
lib/socks_sspi.c
lib/urldata.h
src/Makefile.vc6