index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
curl_ntlm_core.c
Age
Commit message (
Expand
)
Author
2019-08-04
md4: Use our own MD4 implementation when no crypto libraries are available
Steve Holme
2019-08-04
md4: No need to include Curl_md4.h for each TLS library
Steve Holme
2019-08-04
md4: No need for the NTLM code to call Curl_md4it() for each TLS library
Steve Holme
2019-08-04
md4: Move the mbed TLS MD4 implementation out of the NTLM code
Steve Holme
2019-08-04
md4: Move the WinCrypt implementation out of the NTLM code
Steve Holme
2019-08-04
md4: Move the SecureTransport implementation out of the NTLM code
Steve Holme
2019-08-04
md4: Use the Curl_md4it() function for OpenSSL based NTLM
Steve Holme
2019-08-04
md4: Move the GNU TLS gcrypt MD4 implementation out of the NTLM code
Steve Holme
2019-08-04
md4: Move the GNU TLS Nettle MD4 implementation out of the NTLM code
Steve Holme
2019-07-31
ntlm: explicit type casting
lufia
2019-06-05
build: fix Codacy warnings
Marcel Raad
2019-04-23
ntlm: Support the NT response in the type-3 when OpenSSL doesn't include MD4
Steve Holme
2019-02-28
Secure Transport: no more "darwinssl"
Daniel Stenberg
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
[next]