summaryrefslogtreecommitdiff
path: root/lib/curl_ntlm_msgs.c
Commit message (Expand)AuthorAgeFilesLines
* Curl_ssl_md5sum: return CURLcodeDaniel Stenberg2015-03-251-5/+5
* 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-1/+1
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-4/+2
* endian: Fixed Linux compilation issuesSteve Holme2014-12-311-1/+1
* endian: Renamed functions for curl API naming conventionSteve Holme2014-12-311-3/+3
* endian: Moved read functions to new moduleSteve Holme2014-12-311-22/+1
* ntlm: Fixed return code for bad type-2 Target InfoSteve Holme2014-12-141-1/+1
* ntlm: Remove unnecessary casts in readshort_le()Steve Holme2014-12-141-2/+2
* curl_ntlm_msgs.c: Another attempt to fix compilation warningSteve Holme2014-12-131-2/+2
* curl_ntlm_msgs.c: Fixed compilation warning from commit 783b5c3b11Steve Holme2014-12-131-1/+2
* ntlm: Use short integer when decoding 16-bit valuesSteve Holme2014-12-131-3/+3
* ntlm: Disable NTLM v2 when 64-bit integers are not supportedSteve Holme2014-12-121-1/+1
* ntlm: Allow NTLM2Session messages when USE_NTRESPONSES manually definedSteve Holme2014-12-121-2/+2
* sasl: Reduced the need for two sets of NTLM functionsSteve Holme2014-11-231-26/+22
* ntlm: Moved NSS initialisation to base decode functionSteve Holme2014-11-231-1/+10
* ntlm: Fixed static'ness of local decode functionSteve Holme2014-11-231-6/+6
* ntlm: Corrected some parameter names and commentsSteve Holme2014-11-231-10/+10
* ntlm: Moved the SSPI based Type-3 message generation into the SASL moduleSteve Holme2014-11-161-66/+2
* ntlm: Moved the SSPI based Type-2 message decoding into the SASL moduleSteve Holme2014-11-161-12/+2
* ntlm: Moved the SSPI based Type-1 message generation into the SASL moduleSteve Holme2014-11-161-99/+0
* ntlm: Clean-up and standardisation of base64 decodingSteve Holme2014-11-141-17/+21
* ntlm: We prefer 'CURLcode result'Steve Holme2014-11-141-8/+8
* ntlm: Removed an unnecessary free of native Target InfoSteve Holme2014-11-091-6/+2
* ntlm: Moved the native Target Info clean-up from HTTP specific functionSteve Holme2014-11-091-2/+9
* ntlm: Moved SSPI clean-up code into SASL moduleSteve Holme2014-11-091-32/+3
* sspi: Define authentication package name constantsSteve Holme2014-11-051-2/+2
* sspi: Return CURLE_LOGIN_DENIED on AcquireCredentialsHandle() failureSteve Holme2014-10-291-1/+1
* sspi: Synchronization of cleanup code between auth mechanismsSteve Holme2014-10-261-5/+10
* sspi: Renamed max token length variablesSteve Holme2014-10-261-5/+5
* sspi: Renamed expiry time stamp variablesSteve Holme2014-10-261-5/+5
* sspi: Only call CompleteAuthToken() when complete is neededSteve Holme2014-10-261-3/+3
* ntlm: Return all errors from Curl_ntlm_core_mk_nt_hash()Steve Holme2014-10-261-6/+7
* ntlm: Return CURLcode from Curl_ntlm_core_mk_lm_hash()Steve Holme2014-10-261-1/+5
* ntlm: Changed handles to be dynamic like other SSPI handlesSteve Holme2014-10-251-16/+33
* ntlm: Renamed handle variables to match other SSPI structuresSteve Holme2014-10-251-10/+10
* ntlm: Renamed SSPI based input token variablesSteve Holme2014-10-251-5/+5
* ntlm: We prefer 'CURLcode result'Steve Holme2014-10-251-22/+21
* ntlm: Fixed empty type-2 decoded message info textSteve Holme2014-10-161-1/+1
* ntlm: Fixed empty/bad base-64 decoded buffer return codesSteve Holme2014-10-161-2/+2
* ntlm: Avoid unnecessary buffer allocation for SSPI based type-2 tokenSteve Holme2014-10-161-7/+3
* ntlm: Fixed HTTP proxy authentication when using Windows SSPIUlrich Telle2014-09-121-10/+7
* sspi: Minor code tidy up to standardise coding styleSteve Holme2014-08-081-1/+1
* curl_ntlm_msgs: make < 80 columns wideDaniel Stenberg2014-08-081-2/+4
* ntlm: Fixed hard coded buffer for SSPI based auth packet generationSteve Holme2014-08-081-8/+28
* ntlm: Added support for SSPI package info querySteve Holme2014-08-071-0/+10
* NTLM: set a fake entropy for debug builds with CURL_ENTROPY setDaniel Stenberg2014-06-111-14/+12
* sasl: Post DIGEST-MD5 SSPI code tidy upSteve Holme2014-04-061-26/+35
* ntlm: Moved the identity generation into shared SSPI codeSteve Holme2014-04-061-77/+11
* ntlm: Use static client nonce for the test suiteSteve Holme2014-01-301-1/+6