Age | Commit message (Expand) | Author |
2015-03-03 | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg |
2014-12-31 | endian: Fixed Linux compilation issues | Steve Holme |
2014-12-31 | endian: Renamed functions for curl API naming convention | Steve Holme |
2014-12-31 | endian: Moved read functions to new module | Steve Holme |
2014-12-14 | ntlm: Fixed return code for bad type-2 Target Info | Steve Holme |
2014-12-14 | ntlm: Remove unnecessary casts in readshort_le() | Steve Holme |
2014-12-13 | curl_ntlm_msgs.c: Another attempt to fix compilation warning | Steve Holme |
2014-12-13 | curl_ntlm_msgs.c: Fixed compilation warning from commit 783b5c3b11 | Steve Holme |
2014-12-13 | ntlm: Use short integer when decoding 16-bit values | Steve Holme |
2014-12-12 | ntlm: Disable NTLM v2 when 64-bit integers are not supported | Steve Holme |
2014-12-12 | ntlm: Allow NTLM2Session messages when USE_NTRESPONSES manually defined | Steve Holme |
2014-11-23 | sasl: Reduced the need for two sets of NTLM functions | Steve Holme |
2014-11-23 | ntlm: Moved NSS initialisation to base decode function | Steve Holme |
2014-11-23 | ntlm: Fixed static'ness of local decode function | Steve Holme |
2014-11-23 | ntlm: Corrected some parameter names and comments | Steve Holme |
2014-11-16 | ntlm: Moved the SSPI based Type-3 message generation into the SASL module | Steve Holme |
2014-11-16 | ntlm: Moved the SSPI based Type-2 message decoding into the SASL module | Steve Holme |
2014-11-16 | ntlm: Moved the SSPI based Type-1 message generation into the SASL module | Steve Holme |
2014-11-14 | ntlm: Clean-up and standardisation of base64 decoding | Steve Holme |
2014-11-14 | ntlm: We prefer 'CURLcode result' | Steve Holme |
2014-11-09 | ntlm: Removed an unnecessary free of native Target Info | 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-11-05 | sspi: Define authentication package name constants | Steve Holme |
2014-10-29 | sspi: Return CURLE_LOGIN_DENIED on AcquireCredentialsHandle() failure | Steve Holme |
2014-10-26 | sspi: Synchronization of cleanup code between auth mechanisms | Steve Holme |
2014-10-26 | sspi: Renamed max token length variables | Steve Holme |
2014-10-26 | sspi: Renamed expiry time stamp variables | Steve Holme |
2014-10-26 | sspi: Only call CompleteAuthToken() when complete is needed | Steve Holme |
2014-10-26 | ntlm: Return all errors from Curl_ntlm_core_mk_nt_hash() | Steve Holme |
2014-10-26 | ntlm: Return CURLcode from Curl_ntlm_core_mk_lm_hash() | Steve Holme |
2014-10-25 | ntlm: Changed handles to be dynamic like other SSPI handles | Steve Holme |
2014-10-25 | ntlm: Renamed handle variables to match other SSPI structures | Steve Holme |
2014-10-25 | ntlm: Renamed SSPI based input token variables | Steve Holme |
2014-10-25 | ntlm: We prefer 'CURLcode result' | Steve Holme |
2014-10-16 | ntlm: Fixed empty type-2 decoded message info text | Steve Holme |
2014-10-16 | ntlm: Fixed empty/bad base-64 decoded buffer return codes | Steve Holme |
2014-10-16 | ntlm: Avoid unnecessary buffer allocation for SSPI based type-2 token | Steve Holme |
2014-09-12 | ntlm: Fixed HTTP proxy authentication when using Windows SSPI | Ulrich Telle |
2014-08-08 | sspi: Minor code tidy up to standardise coding style | Steve Holme |
2014-08-08 | curl_ntlm_msgs: make < 80 columns wide | Daniel Stenberg |
2014-08-08 | ntlm: Fixed hard coded buffer for SSPI based auth packet generation | Steve Holme |
2014-08-07 | ntlm: Added support for SSPI package info query | Steve Holme |
2014-06-11 | NTLM: set a fake entropy for debug builds with CURL_ENTROPY set | Daniel Stenberg |
2014-04-06 | sasl: Post DIGEST-MD5 SSPI code tidy up | Steve Holme |
2014-04-06 | ntlm: Moved the identity generation into shared SSPI code | Steve Holme |
2014-01-30 | ntlm: Use static client nonce for the test suite | Steve Holme |
2014-01-29 | ntlm: Coding style policing dating back to 2011 | Steve Holme |
2014-01-29 | ntlm: Added support for NTLMv2 | Prash Dush |
2013-12-20 | vtls: renamed sslgen.[ch] to vtls.[ch] | Daniel Stenberg |