Daniel Stenberg
|
014887c50a
curl_ntlm_core.c: use the limits.h's SIZE_T_MAX if provided
|
преди 7 години |
Daniel Stenberg
|
7f2a1df6f5
ntlm: avoid integer overflow for malloc size
|
преди 7 години |
Daniel Stenberg
|
685ef13057
ntlm: avoid malloc(0) for zero length passwords
|
преди 7 години |
Viktor Szakats
|
6f86022df2
ntlm: use strict order for SSL backend #if branches
|
преди 7 години |
Daniel Stenberg
|
e5743f08e7
code style: use spaces around pluses
|
преди 7 години |
Marcel Raad
|
7960442730
curl_ntlm_core: use Curl_raw_toupper instead of toupper
|
преди 7 години |
Marcel Raad
|
892c5e4cb3
curl_ntlm_core: pass unsigned char to toupper
|
преди 7 години |
Dan Fandrich
|
5f830eaba0
mbedtls: enable NTLM (& SMB) even if MD4 support is unavailable
|
преди 7 години |
Marcel Raad
|
9bc92eeb0e
NTLM: check for features with #ifdef instead of #if
|
преди 7 години |
Michael Kaufmann
|
ddedc1b3f3
string formatting: fix 4 printf-style format strings
|
преди 7 години |
Viktor Szakats
|
88bdd7cf6f
use *.sourceforge.io and misc URL updates
|
преди 7 години |
Daniel Stenberg
|
b228d2952b
checksrc: stricter no-space-before-paren enforcement
|
преди 8 години |
Daniel Stenberg
|
811a693b80
strcasecompare: all case insensitive string compares ignore locale now
|
преди 8 години |
Bill Nagel
|
497e7c9d34
mbedtls: Added support for NTLM
|
преди 8 години |
Daniel Stenberg
|
434f8d0389
internals: rename the SessionHandle struct to Curl_easy
|
преди 8 години |
Daniel Stenberg
|
4f45240bc8
lib: include curl_printf.h as one of the last headers
|
преди 8 години |
Viktor Szakats
|
a24f71aac4
URLs: change http to https in many places
|
преди 8 години |
David Benjamin
|
39c803cba2
openssl: remove most BoringSSL #ifdefs.
|
преди 8 години |
Daniel Stenberg
|
4af40b3646
URLs: change all http:// URLs to https://
|
преди 8 години |
Patrick Monnerat
|
f6fbbd6dc3
curl_ntlm_core: fix 2 curl_off_t constant overflows.
|
преди 9 години |
Daniel Stenberg
|
13ddb9e54a
ntlm: error out without 64bit support as the code needs it
|
преди 9 години |
Daniel Stenberg
|
8256b44e5a
ntlm: get rid of unconditional use of long long
|
преди 9 години |
Daniel Stenberg
|
613e5022fe
NTLM: recent boringssl brought DES_set_odd_parity back
|
преди 9 години |
Dan Fandrich
|
35648f2e79
curl_memory: make curl_memory.h the second-last header file loaded
|
преди 9 години |
Daniel Stenberg
|
0f4a03cbb6
free: instead of Curl_safefree()
|
преди 9 години |
Daniel Stenberg
|
709cf76f6b
openssl: remove all uses of USE_SSLEAY
|
преди 9 години |
Daniel Stenberg
|
df5578a7a3
mprintf.h: remove #ifdef CURLDEBUG
|
преди 9 години |
Daniel Stenberg
|
83bb07027d
unit1600: unit test for Curl_ntlm_core_mk_nt_hash
|
преди 9 години |
Steve Holme
|
8cc70db2db
ntlm_core: Use own odd parity function when crypto engine doesn't have one
|
преди 9 години |
Steve Holme
|
c469369b86
ntlm_core: Prefer sizeof(key) rather than hard coded sizes
|
преди 9 години |