index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
http_ntlm.h
Age
Commit message (
Expand
)
Author
2019-05-12
auth: Rename the various authentication clean up functions
Steve Holme
2019-05-11
http_ntlm: Corrected the name of the include guard
Steve Holme
2016-03-27
http_ntlm: Renamed from curl_ntlm.[c|h]
Steve Holme
2011-08-28
NTLM: END of refactoring/splitting/moving
Yang Tse
2011-08-27
NTLM_WB: move NTLM_WB specifics into curl_ntlm_wb.[ch]
Yang Tse
2011-08-27
NTLM_WB: final congruency naming adjustments
Yang Tse
2011-08-26
NTLM single-sign on adjustments (X)
Yang Tse
2011-08-13
http NTLM: change return type of Curl_input_ntlm() to CURLcode
Yang Tse
2011-08-12
http NTLM: fix inclusion of curl_ntlm.h
Yang Tse
2011-08-12
http NTLM: move portions of http_ntlm.h into new curl_ntlm.h
Steve Holme
2011-08-12
http NTLM: more adjustments in preparation of code refactoring
Yang Tse
2011-08-09
http NTLM: Further tiding up to libcurl standards
Yang Tse
2011-08-09
http NTLM: Tidied up http_ntlm prior to splitting the ntlm specific code
Steve Holme
2011-07-31
NTLM single-sign on adjustments (VIII)
Yang Tse
2011-07-18
NTLM single-sign on supported
Mandy Wu
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2009-02-27
Indentation fixes, untabify and related whitespace-cleanup. No code changed.
Daniel Stenberg
2009-01-29
Introduced curl_sspi.c and curl_sspi.h for the implementation of functions
Yang Tse
2008-09-30
fix compiler warning: function declaration isn't a prototype
Yang Tse
2008-08-11
- Constantine Sapuntzakis filed bug report #2042430
Daniel Stenberg
2007-08-27
Fixed some minor type mismatches and missing consts mainly found by splint.
Dan Fandrich
2007-04-10
Update NTLM flag and description
Yang Tse
2005-11-23
only enable NTLM if HTTP and NTLM is not disabled, and if NTLM is disabled
Daniel Stenberg
2005-07-27
disabling HTTP should also nullify this function call
Daniel Stenberg
2005-04-07
GnuTLS support added. There's now a "generic" SSL layer that we use all over
Daniel Stenberg
2005-03-10
Christopher R. Palmer made it possible to build libcurl with the
Daniel Stenberg
2004-03-30
'authdone' was added to the sessionhandle and thus was removed from the
Daniel Stenberg
2004-01-07
updated year in the copyright string
Daniel Stenberg
2003-09-15
When we issue a HTTP request, first make sure if the authentication phase
Daniel Stenberg
2003-07-22
The NTLM functions now take a 'proxy' argument as well.
Daniel Stenberg
2003-07-21
moved the proxyuser and proxypasswd fields from the sessionhandle to the
Daniel Stenberg
2003-06-26
added ntlm flag bits
Daniel Stenberg
2003-06-11
Initial take at NTLM authentication. It doesn't really work at this point
Daniel Stenberg