| Commit message (Expand) | Author | Age | Files | Lines |
* | vauth: Moved the NTLM authentication code to the new vauth directory | Steve Holme | 2016-03-25 | 1 | -821/+0 |
* | connect/ntlm/http: Fixed compilation warnings when verbose strings disabled | Steve Holme | 2016-03-20 | 1 | -0/+4 |
* | ntlm: Corrected some typos in function descriptions | Steve Holme | 2016-03-12 | 1 | -6/+6 |
* | URLs: change all http:// URLs to https:// | Daniel Stenberg | 2016-02-03 | 1 | -1/+1 |
* | Curl_ssl_md5sum: return CURLcode | Daniel Stenberg | 2015-03-25 | 1 | -5/+5 |
* | curl_memory: make curl_memory.h the second-last header file loaded | Dan Fandrich | 2015-03-24 | 1 | -2/+2 |
* | free: instead of Curl_safefree() | Daniel Stenberg | 2015-03-16 | 1 | -1/+1 |
* | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg | 2015-03-03 | 1 | -4/+2 |
* | endian: Fixed Linux compilation issues | Steve Holme | 2014-12-31 | 1 | -1/+1 |
* | endian: Renamed functions for curl API naming convention | Steve Holme | 2014-12-31 | 1 | -3/+3 |
* | endian: Moved read functions to new module | Steve Holme | 2014-12-31 | 1 | -22/+1 |
* | ntlm: Fixed return code for bad type-2 Target Info | Steve Holme | 2014-12-14 | 1 | -1/+1 |
* | ntlm: Remove unnecessary casts in readshort_le() | Steve Holme | 2014-12-14 | 1 | -2/+2 |
* | curl_ntlm_msgs.c: Another attempt to fix compilation warning | Steve Holme | 2014-12-13 | 1 | -2/+2 |
* | curl_ntlm_msgs.c: Fixed compilation warning from commit 783b5c3b11 | Steve Holme | 2014-12-13 | 1 | -1/+2 |
* | ntlm: Use short integer when decoding 16-bit values | Steve Holme | 2014-12-13 | 1 | -3/+3 |
* | ntlm: Disable NTLM v2 when 64-bit integers are not supported | Steve Holme | 2014-12-12 | 1 | -1/+1 |
* | ntlm: Allow NTLM2Session messages when USE_NTRESPONSES manually defined | Steve Holme | 2014-12-12 | 1 | -2/+2 |
* | sasl: Reduced the need for two sets of NTLM functions | Steve Holme | 2014-11-23 | 1 | -26/+22 |
* | ntlm: Moved NSS initialisation to base decode function | Steve Holme | 2014-11-23 | 1 | -1/+10 |
* | ntlm: Fixed static'ness of local decode function | Steve Holme | 2014-11-23 | 1 | -6/+6 |
* | ntlm: Corrected some parameter names and comments | Steve Holme | 2014-11-23 | 1 | -10/+10 |
* | ntlm: Moved the SSPI based Type-3 message generation into the SASL module | Steve Holme | 2014-11-16 | 1 | -66/+2 |
* | ntlm: Moved the SSPI based Type-2 message decoding into the SASL module | Steve Holme | 2014-11-16 | 1 | -12/+2 |
* | ntlm: Moved the SSPI based Type-1 message generation into the SASL module | Steve Holme | 2014-11-16 | 1 | -99/+0 |
* | ntlm: Clean-up and standardisation of base64 decoding | Steve Holme | 2014-11-14 | 1 | -17/+21 |
* | ntlm: We prefer 'CURLcode result' | Steve Holme | 2014-11-14 | 1 | -8/+8 |
* | ntlm: Removed an unnecessary free of native Target Info | Steve Holme | 2014-11-09 | 1 | -6/+2 |
* | ntlm: Moved the native Target Info clean-up from HTTP specific function | Steve Holme | 2014-11-09 | 1 | -2/+9 |
* | ntlm: Moved SSPI clean-up code into SASL module | Steve Holme | 2014-11-09 | 1 | -32/+3 |
* | sspi: Define authentication package name constants | Steve Holme | 2014-11-05 | 1 | -2/+2 |
* | sspi: Return CURLE_LOGIN_DENIED on AcquireCredentialsHandle() failure | Steve Holme | 2014-10-29 | 1 | -1/+1 |
* | sspi: Synchronization of cleanup code between auth mechanisms | Steve Holme | 2014-10-26 | 1 | -5/+10 |
* | sspi: Renamed max token length variables | Steve Holme | 2014-10-26 | 1 | -5/+5 |
* | sspi: Renamed expiry time stamp variables | Steve Holme | 2014-10-26 | 1 | -5/+5 |
* | sspi: Only call CompleteAuthToken() when complete is needed | Steve Holme | 2014-10-26 | 1 | -3/+3 |
* | ntlm: Return all errors from Curl_ntlm_core_mk_nt_hash() | Steve Holme | 2014-10-26 | 1 | -6/+7 |
* | ntlm: Return CURLcode from Curl_ntlm_core_mk_lm_hash() | Steve Holme | 2014-10-26 | 1 | -1/+5 |
* | ntlm: Changed handles to be dynamic like other SSPI handles | Steve Holme | 2014-10-25 | 1 | -16/+33 |
* | ntlm: Renamed handle variables to match other SSPI structures | Steve Holme | 2014-10-25 | 1 | -10/+10 |
* | ntlm: Renamed SSPI based input token variables | Steve Holme | 2014-10-25 | 1 | -5/+5 |
* | ntlm: We prefer 'CURLcode result' | Steve Holme | 2014-10-25 | 1 | -22/+21 |
* | ntlm: Fixed empty type-2 decoded message info text | Steve Holme | 2014-10-16 | 1 | -1/+1 |
* | ntlm: Fixed empty/bad base-64 decoded buffer return codes | Steve Holme | 2014-10-16 | 1 | -2/+2 |
* | ntlm: Avoid unnecessary buffer allocation for SSPI based type-2 token | Steve Holme | 2014-10-16 | 1 | -7/+3 |
* | ntlm: Fixed HTTP proxy authentication when using Windows SSPI | Ulrich Telle | 2014-09-12 | 1 | -10/+7 |
* | sspi: Minor code tidy up to standardise coding style | Steve Holme | 2014-08-08 | 1 | -1/+1 |
* | curl_ntlm_msgs: make < 80 columns wide | Daniel Stenberg | 2014-08-08 | 1 | -2/+4 |
* | ntlm: Fixed hard coded buffer for SSPI based auth packet generation | Steve Holme | 2014-08-08 | 1 | -8/+28 |
* | ntlm: Added support for SSPI package info query | Steve Holme | 2014-08-07 | 1 | -0/+10 |