summaryrefslogtreecommitdiff
path: root/lib/curl_ntlm.c
Commit message (Expand)AuthorAgeFilesLines
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* ntlm: mark deliberate switch case fall-throughDaniel Stenberg2015-08-241-1/+1
* NTLM: handle auth for only a single requestIsaac Boukris2015-08-061-1/+8
* curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich2015-03-241-2/+2
* free: instead of Curl_safefree()Daniel Stenberg2015-03-161-2/+2
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-4/+2
* http_ntlm: Fixed additional NSS initialisation call when decoding type-2Steve Holme2014-11-231-6/+0
* http_ntlm: Use the SASL functions insteadSteve Holme2014-11-091-5/+5
* build: Fixed no NTLM support for email when CURL_DISABLE_HTTP is definedSteve Holme2014-11-091-2/+2
* ntlm: Moved the native Target Info clean-up from HTTP specific functionSteve Holme2014-11-091-12/+2
* ntlm: Moved SSPI clean-up code into SASL moduleSteve Holme2014-11-091-2/+3
* ntlm: We prefer 'CURLcode result'Steve Holme2014-10-261-12/+13
* ntlm: Fixed a memory leak when using NTLM with a proxy serverSteve Holme2014-01-301-1/+3
* ntlm: Added support for NTLMv2Prash Dush2014-01-291-0/+6
* Updated copyright year for recent changesSteve Holme2014-01-021-1/+1
* vtls/nssg.h: fixed include references to moved fileMarc Hoersken2014-01-031-1/+1
* http: Added authentication message header value extractionSteve Holme2013-10-311-4/+0
* NTLM: fix several NTLM code paths memory leaksYang Tse2013-03-251-8/+8
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-7/+7
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-7/+7
* Cleanup handshake after clean NTLM failureJoe Mason2012-08-031-1/+7
* Curl_ntlm_create_typeX_message: Added the outlen parameterSteve Holme2011-10-031-2/+5
* fix a bunch of MSVC compiler warningsYang Tse2011-09-031-1/+1
* NTLM: header inclusion cleanupYang Tse2011-08-281-25/+7
* NTLM: END of refactoring/splitting/movingYang Tse2011-08-281-889/+145
* NTLM: move NTLM core specifics into curl_ntlm_core.[ch]Yang Tse2011-08-281-328/+24
* NTLM_WB: move NTLM_WB specifics into curl_ntlm_wb.[ch]Yang Tse2011-08-271-2/+2
* http NTLM: refactoring followupSteve Holme2011-08-251-25/+22
* base64: fix Curl_base64_encode and Curl_base64_decode interfacesYang Tse2011-08-241-5/+11
* http NTLM: remaining bits from 0001-Moved-ntlm-[...]-curl_ntlm-mod_3.patchSteve Holme2011-08-221-5/+53
* http NTLM: fix 8 compiler warningsYang Tse2011-08-141-0/+12
* http NTLM: split http_ntlm.[ch] between http_ntlm.[ch] and curl_ntlm.[ch]Yang Tse2011-08-141-0/+1238