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
/
curl_ntlm.c
Age
Commit message (
Expand
)
Author
2015-08-24
ntlm: mark deliberate switch case fall-through
Daniel Stenberg
2015-08-06
NTLM: handle auth for only a single request
Isaac Boukris
2015-03-24
curl_memory: make curl_memory.h the second-last header file loaded
Dan Fandrich
2015-03-16
free: instead of Curl_safefree()
Daniel Stenberg
2015-03-03
mprintf.h: remove #ifdef CURLDEBUG
Daniel Stenberg
2014-11-23
http_ntlm: Fixed additional NSS initialisation call when decoding type-2
Steve Holme
2014-11-09
http_ntlm: Use the SASL functions instead
Steve Holme
2014-11-09
build: Fixed no NTLM support for email when CURL_DISABLE_HTTP is defined
Steve Holme
2014-11-09
ntlm: Moved the native Target Info clean-up from HTTP specific function
Steve Holme
2014-11-09
ntlm: Moved SSPI clean-up code into SASL module
Steve Holme
2014-10-26
ntlm: We prefer 'CURLcode result'
Steve Holme
2014-01-30
ntlm: Fixed a memory leak when using NTLM with a proxy server
Steve Holme
2014-01-29
ntlm: Added support for NTLMv2
Prash Dush
2014-01-02
Updated copyright year for recent changes
Steve Holme
2014-01-03
vtls/nssg.h: fixed include references to moved file
Marc Hoersken
2013-10-31
http: Added authentication message header value extraction
Steve Holme
2013-03-25
NTLM: fix several NTLM code paths memory leaks
Yang Tse
2013-01-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-08-03
Cleanup handshake after clean NTLM failure
Joe Mason
2011-10-03
Curl_ntlm_create_typeX_message: Added the outlen parameter
Steve Holme
2011-09-03
fix a bunch of MSVC compiler warnings
Yang Tse
2011-08-28
NTLM: header inclusion cleanup
Yang Tse
2011-08-28
NTLM: END of refactoring/splitting/moving
Yang Tse
2011-08-28
NTLM: move NTLM core specifics into curl_ntlm_core.[ch]
Yang Tse
2011-08-27
NTLM_WB: move NTLM_WB specifics into curl_ntlm_wb.[ch]
Yang Tse
2011-08-25
http NTLM: refactoring followup
Steve Holme
2011-08-24
base64: fix Curl_base64_encode and Curl_base64_decode interfaces
Yang Tse
2011-08-22
http NTLM: remaining bits from 0001-Moved-ntlm-[...]-curl_ntlm-mod_3.patch
Steve Holme
2011-08-14
http NTLM: fix 8 compiler warnings
Yang Tse
2011-08-14
http NTLM: split http_ntlm.[ch] between http_ntlm.[ch] and curl_ntlm.[ch]
Yang Tse