summaryrefslogtreecommitdiff
path: root/lib/http_ntlm.h
Commit message (Expand)AuthorAgeFilesLines
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* Indentation fixes, untabify and related whitespace-cleanup. No code changed.Daniel Stenberg2009-02-271-1/+1
* Introduced curl_sspi.c and curl_sspi.h for the implementation of functionsYang Tse2009-01-291-6/+1
* fix compiler warning: function declaration isn't a prototypeYang Tse2008-09-301-2/+2
* - Constantine Sapuntzakis filed bug report #2042430Daniel Stenberg2008-08-111-1/+5
* Fixed some minor type mismatches and missing consts mainly found by splint.Dan Fandrich2007-08-271-1/+2
* Update NTLM flag and descriptionYang Tse2007-04-101-3/+7
* 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