| Commit message (Expand) | Author | Age | Files | Lines |
* | cppcheck: fix warnings | Marian Klymov | 2018-06-11 | 1 | -3/+3 |
* | ntlm: Fix format specifiers | Rikard Falkeborn | 2018-05-14 | 1 | -3/+3 |
* | ntlm_sspi: fix authentication using Credential Manager | toughengineer | 2018-04-16 | 3 | -2/+20 |
* | vauth: Fix typo | Daniel Gustafsson | 2018-04-15 | 3 | -5/+5 |
* | all: Refactor malloc+memset to use calloc | Daniel Gustafsson | 2018-04-15 | 3 | -18/+6 |
* | vauth/cleartext: fix integer overflow check | Daniel Stenberg | 2018-03-20 | 1 | -10/+4 |
* | vauth/ntlm.h: fix the #ifdef header guard | Daniel Stenberg | 2018-03-20 | 1 | -4/+4 |
* | ntlm: remove unnecessary NULL-check to please scan-build | Daniel Stenberg | 2017-11-21 | 1 | -2/+1 |
* | auth: add support for RFC7616 - HTTP Digest access authentication | Florin | 2017-10-28 | 2 | -43/+157 |
* | ntlm: move NTLM_NEEDS_NSS_INIT define into core NTLM header | Jay Satiro | 2017-09-23 | 1 | -0/+1 |
* | ntlm: use strict order for SSL backend #if branches | Viktor Szakats | 2017-09-22 | 1 | -2/+4 |
* | vtls: select ssl backend case-insensitive (follow-up) | Gisle Vanem | 2017-09-06 | 1 | -2/+2 |
* | Curl_base64_encode: always call with a real data handle. | Patrick Monnerat | 2017-09-02 | 3 | -9/+14 |
* | digest_sspi: Don't reuse context if the user/passwd has changed | Jay Satiro | 2017-08-10 | 1 | -0/+41 |
* | gssapi: fix memory leak of output token in multi round context | Isaac Boukris | 2017-08-05 | 1 | -0/+4 |
* | rand: treat fake entropy the same regardless of endianness | Jay Satiro | 2017-05-08 | 2 | -19/+10 |
* | lib: fix maybe-uninitialized warnings | Marcel Raad | 2017-04-22 | 1 | -2/+2 |
* | sspi: print out InitializeSecurityContext() error message | Isaac Boukris | 2017-04-07 | 1 | -0/+3 |
* | NTLM: check for features with #ifdef instead of #if | Marcel Raad | 2017-03-29 | 1 | -9/+9 |
* | spelling fixes | klemens | 2017-03-26 | 4 | -12/+12 |
* | digest_sspi: fix compilation warning | Marcel Raad | 2017-02-27 | 1 | -1/+1 |
* | digest_sspi: Handle 'stale=TRUE' directive in HTTP digest | Jay Satiro | 2017-02-21 | 1 | -7/+36 |
* | digest_sspi: Fix nonce-count generation in HTTP digest | Max Khon | 2017-02-20 | 1 | -99/+144 |
* | use *.sourceforge.io and misc URL updates | Viktor Szakats | 2017-02-06 | 2 | -3/+3 |
* | digest_sspi: copy terminating NUL as well | Max Khon | 2016-12-29 | 1 | -1/+1 |
* | checksrc: white space edits to comply to stricter checksrc | Daniel Stenberg | 2016-11-24 | 3 | -3/+3 |
* | Limit ASN.1 structure sizes to 256K. Prevent some allocation size overflows. | Patrick Monnerat | 2016-11-24 | 1 | -7/+17 |
* | Curl_rand: fixed and moved to rand.c | Daniel Stenberg | 2016-11-14 | 2 | -11/+16 |
* | digest_sspi: fix include | Marcel Raad | 2016-10-31 | 1 | -1/+1 |
* | strcasecompare: all case insensitive string compares ignore locale now | Daniel Stenberg | 2016-10-31 | 3 | -19/+18 |
* | strcasecompare: is the new name for strequal() | Daniel Stenberg | 2016-10-31 | 1 | -1/+0 |
* | sasl: Don't use GSSAPI authentication when domain name not specified | Steve Holme | 2016-08-21 | 2 | -0/+44 |
* | vauth: Added check for supported SSPI based authentication mechanisms | Steve Holme | 2016-08-21 | 4 | -12/+34 |
* | spnego_sspi: fix memory leak in case *outlen is zero (#970) | Miroslav Franc | 2016-08-19 | 1 | -1/+3 |
* | vauth: Introduced Curl_auth_is_<mechansism>_supported() functions | Steve Holme | 2016-08-18 | 9 | -0/+132 |
* | vauth.h: No need to query HAVE_GSSAPI || USE_WINDOWS_SSPI for SPNEGO | Steve Holme | 2016-07-23 | 1 | -2/+2 |
* | spnego: Corrected miss-placed * in Curl_auth_spnego_cleanup() declaration | Steve Holme | 2016-07-23 | 3 | -3/+3 |
* | vauth: Fix memleak by freeing credentials if out of memory | Jay Satiro | 2016-07-20 | 1 | -0/+5 |
* | vauth: Fixed memory leak due to function returning without free | Saurav Babu | 2016-07-20 | 1 | -7/+8 |
* | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg | 2016-06-22 | 12 | -36/+36 |
* | URLs: change http to https in many places | Viktor Szakats | 2016-04-06 | 12 | -12/+12 |
* | vauth: Corrected a number of typos in comments | Steve Holme | 2016-04-06 | 7 | -9/+9 |
* | code: style updates | Daniel Stenberg | 2016-04-03 | 1 | -2/+2 |
* | vauth: Removed the need for a separate GSS-API based SPN function | Steve Holme | 2016-04-03 | 8 | -39/+37 |
* | spnego: Small code tidy up | Steve Holme | 2016-04-03 | 2 | -9/+10 |
* | krb5: Small code tidy up | Steve Holme | 2016-04-03 | 2 | -7/+7 |
* | krb5_gssapi: Only process challenge when present | Steve Holme | 2016-04-03 | 1 | -2/+2 |
* | krb5: Fixed missing client response when mutual authentication enabled | Steve Holme | 2016-04-03 | 2 | -0/+10 |
* | krb5_sspi: Only process challenge when present | Steve Holme | 2016-04-03 | 1 | -2/+3 |
* | krb5_sspi: Only generate the output token when its not allocated | Steve Holme | 2016-04-03 | 1 | -1/+3 |