Age | Commit message (Expand) | Author |
2019-11-08 | copyrights: fix copyright year range | Daniel Stenberg |
2019-09-23 | vauth: The parameter 'status' must be surrounded by parentheses | Daniel Stenberg |
2019-09-10 | sspi: fix memory leaks | migueljcrum |
2019-08-26 | vauth: return CURLE_AUTH_ERROR on gss_init_sec_context() failure | Kamil Dudka |
2019-08-20 | spnego_sspi: add typecast to fix build warning | Daniel Stenberg |
2019-08-14 | vauth: Use CURLE_AUTH_ERROR for auth function errors | Jay Satiro |
2019-06-05 | build: fix Codacy warnings | Marcel Raad |
2019-05-16 | cleanup: remove FIXME and TODO comments | Daniel Stenberg |
2019-05-15 | http_negotiate: Move the Negotiate state out of the negotiatedata structure | Steve Holme |
2019-05-13 | pingpong: disable more when no pingpong enabled | Daniel Stenberg |
2019-05-12 | auth: Rename the various authentication clean up functions | Steve Holme |
2019-05-10 | vauth: Fix incorrect function description for Curl_auth_user_contains_domain() | Steve Holme |
2019-05-10 | ntlm: Fix misaligned function comments for Curl_auth_ntlm_cleanup() | Steve Holme |
2019-05-09 | spnego_gssapi: fix return code on gss_init_sec_context() failure | Kamil Dudka |
2019-04-21 | vauth/cleartext: Don't send the authzid if it is empty | Steve Holme |
2019-04-11 | vauth/cleartext: Update the PLAIN login function signature to match RFC 4616 | Steve Holme |
2019-04-02 | vauth/oauth2: Fix OAUTHBEARER token generation | Mert Yazıcıoğlu |
2019-03-14 | Negotiate: fix for HTTP POST with Negotiate | Dominik Hölzl |
2019-02-26 | strerror: make the strerror function use local buffers | Daniel Stenberg |
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 |