summaryrefslogtreecommitdiff
path: root/lib/http_ntlm.h
Commit message (Expand)AuthorAgeFilesLines
* only enable NTLM if HTTP and NTLM is not disabled, and if NTLM is disabledDaniel Stenberg2005-11-231-2/+1
* disabling HTTP should also nullify this function callDaniel Stenberg2005-07-271-1/+2
* GnuTLS support added. There's now a "generic" SSL layer that we use all overDaniel Stenberg2005-04-071-0/+3
* Christopher R. Palmer made it possible to build libcurl with theDaniel Stenberg2005-03-101-7/+7
* 'authdone' was added to the sessionhandle and thus was removed from theDaniel Stenberg2004-03-301-1/+1
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* When we issue a HTTP request, first make sure if the authentication phaseDaniel Stenberg2003-09-151-1/+1
* The NTLM functions now take a 'proxy' argument as well.Daniel Stenberg2003-07-221-1/+1
* moved the proxyuser and proxypasswd fields from the sessionhandle to theDaniel Stenberg2003-07-211-1/+1
* added ntlm flag bitsDaniel Stenberg2003-06-261-17/+93
* Initial take at NTLM authentication. It doesn't really work at this pointDaniel Stenberg2003-06-111-0/+67