Age | Commit message (Expand) | Author |
2019-02-10 | cleanup: make local functions static | Daniel Stenberg |
2018-11-23 | snprintf: renamed and we now only use msnprintf() | Daniel Stenberg |
2018-11-20 | ntlm: Remove redundant ifdef USE_OPENSSL | pkubaj |
2018-09-03 | Curl_ntlm_core_mk_nt_hash: return error on too long password | Daniel Stenberg |
2018-04-15 | all: Refactor malloc+memset to use calloc | Daniel Gustafsson |
2018-03-20 | vauth/cleartext: fix integer overflow check | Daniel Stenberg |
2017-11-27 | curl_ntlm_core.c: use the limits.h's SIZE_T_MAX if provided | Daniel Stenberg |
2017-11-27 | ntlm: avoid integer overflow for malloc size | Daniel Stenberg |
2017-11-04 | ntlm: avoid malloc(0) for zero length passwords | Daniel Stenberg |
2017-09-22 | ntlm: use strict order for SSL backend #if branches | Viktor Szakats |
2017-09-11 | code style: use spaces around pluses | Daniel Stenberg |
2017-06-05 | curl_ntlm_core: use Curl_raw_toupper instead of toupper | Marcel Raad |
2017-06-04 | curl_ntlm_core: pass unsigned char to toupper | Marcel Raad |
2017-04-21 | mbedtls: enable NTLM (& SMB) even if MD4 support is unavailable | Dan Fandrich |
2017-03-29 | NTLM: check for features with #ifdef instead of #if | Marcel Raad |
2017-02-19 | string formatting: fix 4 printf-style format strings | Michael Kaufmann |
2017-02-06 | use *.sourceforge.io and misc URL updates | Viktor Szakats |
2016-12-13 | checksrc: stricter no-space-before-paren enforcement | Daniel Stenberg |
2016-10-31 | strcasecompare: all case insensitive string compares ignore locale now | Daniel Stenberg |
2016-08-03 | mbedtls: Added support for NTLM | Bill Nagel |
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg |
2016-04-29 | lib: include curl_printf.h as one of the last headers | Daniel Stenberg |
2016-04-06 | URLs: change http to https in many places | Viktor Szakats |
2016-02-09 | openssl: remove most BoringSSL #ifdefs. | David Benjamin |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-11-05 | curl_ntlm_core: fix 2 curl_off_t constant overflows. | Patrick Monnerat |
2015-10-09 | ntlm: error out without 64bit support as the code needs it | Daniel Stenberg |
2015-10-08 | ntlm: get rid of unconditional use of long long | Daniel Stenberg |
2015-08-22 | NTLM: recent boringssl brought DES_set_odd_parity back | Daniel Stenberg |
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-05 | openssl: remove all uses of USE_SSLEAY | Daniel Stenberg |
2015-03-03 | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg |
2015-02-03 | unit1600: unit test for Curl_ntlm_core_mk_nt_hash | Daniel Stenberg |
2015-01-28 | ntlm_core: Use own odd parity function when crypto engine doesn't have one | Steve Holme |
2015-01-28 | ntlm_core: Prefer sizeof(key) rather than hard coded sizes | Steve Holme |
2015-01-28 | ntlm_core: Added consistent comments to DES functions | Steve Holme |
2015-01-02 | curl_ntlm_core.c: Fixed compilation warning from commit 1cb17b2a5d | Steve Holme |
2015-01-02 | ntlm: Use extend_key_56_to_64() for all cryptography engines | Steve Holme |
2015-01-02 | curl_ntlm_core.c: Fixed compilation warning | Steve Holme |
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 write functions to new module | Steve Holme |
2014-12-24 | curl_ntlm_core.c: Fixed compilation warnings | Steve Holme |
2014-12-12 | ntlm: Disable NTLM v2 when 64-bit integers are not supported | Steve Holme |
2014-12-07 | smb: Fixed Windows autoconf builds following commit eb88d778e7 | Steve Holme |
2014-12-07 | ntlm: Use Windows Crypt API | Bill Nagel |
2014-12-05 | OS400: enable NTLM authentication | Patrick Monnerat |
2014-10-26 | ntlm: Return CURLcode from Curl_ntlm_core_mk_lm_hash() | Steve Holme |
2014-10-26 | ntlm: Use 'CURLcode result' | Steve Holme |