summaryrefslogtreecommitdiff
path: root/lib/http_ntlm.h
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* lib: more conn->data cleanupsDaniel Stenberg2021-01-191-3/+3
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* conncache: various concept cleanupsDaniel Stenberg2020-04-301-2/+4
* auth: Rename the various authentication clean up functionsSteve Holme2019-05-121-1/+1
* http_ntlm: Corrected the name of the include guardSteve Holme2019-05-111-4/+4
* http_ntlm: Renamed from curl_ntlm.[c|h]Steve Holme2016-03-271-0/+40
* NTLM: END of refactoring/splitting/movingYang Tse2011-08-281-42/+0
* NTLM_WB: move NTLM_WB specifics into curl_ntlm_wb.[ch]Yang Tse2011-08-271-10/+6
* NTLM_WB: final congruency naming adjustmentsYang Tse2011-08-271-1/+1
* NTLM single-sign on adjustments (X)Yang Tse2011-08-261-1/+1
* http NTLM: change return type of Curl_input_ntlm() to CURLcodeYang Tse2011-08-131-10/+1
* http NTLM: fix inclusion of curl_ntlm.hYang Tse2011-08-121-1/+1
* http NTLM: move portions of http_ntlm.h into new curl_ntlm.hSteve Holme2011-08-121-106/+1
* http NTLM: more adjustments in preparation of code refactoringYang Tse2011-08-121-0/+3
* http NTLM: Further tiding up to libcurl standardsYang Tse2011-08-091-0/+4
* http NTLM: Tidied up http_ntlm prior to splitting the ntlm specific codeSteve Holme2011-08-091-4/+1
* NTLM single-sign on adjustments (VIII)Yang Tse2011-07-311-5/+6
* NTLM single-sign on supportedMandy Wu2011-07-181-1/+7
* 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