aboutsummaryrefslogtreecommitdiff
path: root/lib/http_ntlm.h
AgeCommit message (Expand)Author
2020-04-30conncache: various concept cleanupsDaniel Stenberg
2019-05-12auth: Rename the various authentication clean up functionsSteve Holme
2019-05-11http_ntlm: Corrected the name of the include guardSteve Holme
2016-03-27http_ntlm: Renamed from curl_ntlm.[c|h]Steve Holme
2011-08-28NTLM: END of refactoring/splitting/movingYang Tse
2011-08-27NTLM_WB: move NTLM_WB specifics into curl_ntlm_wb.[ch]Yang Tse
2011-08-27NTLM_WB: final congruency naming adjustmentsYang Tse
2011-08-26NTLM single-sign on adjustments (X)Yang Tse
2011-08-13http NTLM: change return type of Curl_input_ntlm() to CURLcodeYang Tse
2011-08-12http NTLM: fix inclusion of curl_ntlm.hYang Tse
2011-08-12http NTLM: move portions of http_ntlm.h into new curl_ntlm.hSteve Holme
2011-08-12http NTLM: more adjustments in preparation of code refactoringYang Tse
2011-08-09http NTLM: Further tiding up to libcurl standardsYang Tse
2011-08-09http NTLM: Tidied up http_ntlm prior to splitting the ntlm specific codeSteve Holme
2011-07-31NTLM single-sign on adjustments (VIII)Yang Tse
2011-07-18NTLM single-sign on supportedMandy Wu
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2009-02-27Indentation fixes, untabify and related whitespace-cleanup. No code changed.Daniel Stenberg
2009-01-29Introduced curl_sspi.c and curl_sspi.h for the implementation of functionsYang Tse
2008-09-30fix compiler warning: function declaration isn't a prototypeYang Tse
2008-08-11- Constantine Sapuntzakis filed bug report #2042430Daniel Stenberg
2007-08-27Fixed some minor type mismatches and missing consts mainly found by splint.Dan Fandrich
2007-04-10Update NTLM flag and descriptionYang Tse
2005-11-23only enable NTLM if HTTP and NTLM is not disabled, and if NTLM is disabledDaniel Stenberg
2005-07-27disabling HTTP should also nullify this function callDaniel Stenberg
2005-04-07GnuTLS support added. There's now a "generic" SSL layer that we use all overDaniel Stenberg
2005-03-10Christopher R. Palmer made it possible to build libcurl with theDaniel Stenberg
2004-03-30'authdone' was added to the sessionhandle and thus was removed from theDaniel Stenberg
2004-01-07updated year in the copyright stringDaniel Stenberg
2003-09-15When we issue a HTTP request, first make sure if the authentication phaseDaniel Stenberg
2003-07-22The NTLM functions now take a 'proxy' argument as well.Daniel Stenberg
2003-07-21moved the proxyuser and proxypasswd fields from the sessionhandle to theDaniel Stenberg
2003-06-26added ntlm flag bitsDaniel Stenberg
2003-06-11Initial take at NTLM authentication. It doesn't really work at this pointDaniel Stenberg