Age | Commit message (Expand) | Author |
2019-02-04 | ntlm: fix *_type3_message size check to avoid buffer overflow | Daniel Stenberg |
2019-02-04 | NTLM: fix size check condition for type2 received data | Daniel Stenberg |
2019-02-01 | spnego_sspi: add support for channel binding | georgeok |
2019-01-19 | ntlm_sspi: add support for channel binding | georgeok |
2019-01-11 | urldata: rename easy_conn to just conn | Daniel Stenberg |
2019-01-01 | ntlm: update selection of type 3 response | Markus Moeller |
2018-11-23 | snprintf: renamed and we now only use msnprintf() | Daniel Stenberg |
2018-10-29 | Curl_auth_create_plain_message: fix too-large-input-check | Daniel Stenberg |
2018-10-03 | memory: ensure to check allocation results | Daniel Gustafsson |
2018-10-03 | comment: Fix multiple typos in function parameters | Daniel Gustafsson |
2018-06-11 | cppcheck: fix warnings | Marian Klymov |
2018-05-14 | ntlm: Fix format specifiers | Rikard Falkeborn |
2018-04-16 | ntlm_sspi: fix authentication using Credential Manager | toughengineer |
2018-04-15 | vauth: Fix typo | Daniel Gustafsson |
2018-04-15 | all: Refactor malloc+memset to use calloc | Daniel Gustafsson |
2018-03-20 | vauth/cleartext: fix integer overflow check | Daniel Stenberg |
2018-03-20 | vauth/ntlm.h: fix the #ifdef header guard | Daniel Stenberg |
2017-11-21 | ntlm: remove unnecessary NULL-check to please scan-build | Daniel Stenberg |
2017-10-28 | auth: add support for RFC7616 - HTTP Digest access authentication | Florin |
2017-09-23 | ntlm: move NTLM_NEEDS_NSS_INIT define into core NTLM header | Jay Satiro |
2017-09-22 | ntlm: use strict order for SSL backend #if branches | Viktor Szakats |
2017-09-06 | vtls: select ssl backend case-insensitive (follow-up) | Gisle Vanem |
2017-09-02 | Curl_base64_encode: always call with a real data handle. | Patrick Monnerat |
2017-08-10 | digest_sspi: Don't reuse context if the user/passwd has changed | Jay Satiro |
2017-08-05 | gssapi: fix memory leak of output token in multi round context | Isaac Boukris |
2017-05-08 | rand: treat fake entropy the same regardless of endianness | Jay Satiro |
2017-04-22 | lib: fix maybe-uninitialized warnings | Marcel Raad |
2017-04-07 | sspi: print out InitializeSecurityContext() error message | Isaac Boukris |
2017-03-29 | NTLM: check for features with #ifdef instead of #if | Marcel Raad |
2017-03-26 | spelling fixes | klemens |
2017-02-27 | digest_sspi: fix compilation warning | Marcel Raad |
2017-02-21 | digest_sspi: Handle 'stale=TRUE' directive in HTTP digest | Jay Satiro |
2017-02-20 | digest_sspi: Fix nonce-count generation in HTTP digest | Max Khon |
2017-02-06 | use *.sourceforge.io and misc URL updates | Viktor Szakats |
2016-12-29 | digest_sspi: copy terminating NUL as well | Max Khon |
2016-11-24 | checksrc: white space edits to comply to stricter checksrc | Daniel Stenberg |
2016-11-24 | Limit ASN.1 structure sizes to 256K. Prevent some allocation size overflows. | Patrick Monnerat |
2016-11-14 | Curl_rand: fixed and moved to rand.c | Daniel Stenberg |
2016-10-31 | digest_sspi: fix include | Marcel Raad |
2016-10-31 | strcasecompare: all case insensitive string compares ignore locale now | Daniel Stenberg |
2016-10-31 | strcasecompare: is the new name for strequal() | Daniel Stenberg |
2016-08-21 | sasl: Don't use GSSAPI authentication when domain name not specified | Steve Holme |
2016-08-21 | vauth: Added check for supported SSPI based authentication mechanisms | Steve Holme |
2016-08-19 | spnego_sspi: fix memory leak in case *outlen is zero (#970) | Miroslav Franc |
2016-08-18 | vauth: Introduced Curl_auth_is_<mechansism>_supported() functions | Steve Holme |
2016-07-23 | vauth.h: No need to query HAVE_GSSAPI || USE_WINDOWS_SSPI for SPNEGO | Steve Holme |
2016-07-23 | spnego: Corrected miss-placed * in Curl_auth_spnego_cleanup() declaration | Steve Holme |
2016-07-20 | vauth: Fix memleak by freeing credentials if out of memory | Jay Satiro |
2016-07-20 | vauth: Fixed memory leak due to function returning without free | Saurav Babu |
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg |