| Commit message (Expand) | Author | Age | Files | Lines |
* | sasl: Implement SASL authorisation identity via CURLOPT_SASL_AUTHZID | Steve Holme | 2019-05-22 | 1 | -4/+6 |
* | cleanup: remove FIXME and TODO comments | Daniel Stenberg | 2019-05-16 | 1 | -1/+1 |
* | sasl: only enable if there's a protocol enabled using it | Daniel Stenberg | 2019-05-13 | 1 | -0/+4 |
* | auth: Rename the various authentication clean up functions | Steve Holme | 2019-05-12 | 1 | -2/+2 |
* | sasl: Don't send authcid as authzid for the PLAIN mechanism as per RFC 4616 | Steve Holme | 2019-04-22 | 1 | -2/+2 |
* | vauth/cleartext: Update the PLAIN login function signature to match RFC 4616 | Steve Holme | 2019-04-11 | 1 | -5/+4 |
* | vauth/oauth2: Fix OAUTHBEARER token generation | Mert Yazıcıoğlu | 2019-04-02 | 1 | -8/+6 |
* | urldata: rename easy_conn to just conn | Daniel Stenberg | 2019-01-11 | 1 | -4/+3 |
* | cppcheck: fix warnings | Marian Klymov | 2018-06-11 | 1 | -2/+1 |
* | ntlm_sspi: fix authentication using Credential Manager | toughengineer | 2018-04-16 | 1 | -6/+8 |
* | sasl: prefer PLAIN mechanism over LOGIN | Patrick Monnerat | 2018-02-21 | 1 | -10/+10 |
* | Curl_base64_encode: always call with a real data handle. | Patrick Monnerat | 2017-09-02 | 1 | -2/+4 |
* | curl_sasl: fix unused-variable warning | Marcel Raad | 2017-06-03 | 1 | -1/+4 |
* | curl_sasl: fix build error with CURL_DISABLE_CRYPTO_AUTH + USE_NTLM | Daniel Stenberg | 2017-05-16 | 1 | -2/+2 |
* | curl_sasl: declare mechtable static | Martin Kepplinger | 2017-04-04 | 1 | -1/+1 |
* | checksrc: code style: use 'char *name' style | Daniel Stenberg | 2016-11-24 | 1 | -3/+3 |
* | HTTPS-proxy: fixed mbedtls and polishing | Okhin Vasilij | 2016-11-24 | 1 | -4/+10 |
* | strcasecompare: all case insensitive string compares ignore locale now | Daniel Stenberg | 2016-10-31 | 1 | -1/+0 |
* | strcasecompare: is the new name for strequal() | Daniel Stenberg | 2016-10-31 | 1 | -2/+1 |
* | sasl: Don't use GSSAPI authentication when domain name not specified | Steve Holme | 2016-08-21 | 1 | -1/+2 |
* | sasl: Added calls to Curl_auth_is_<mechansism>_supported() | Steve Holme | 2016-08-20 | 1 | -3/+4 |
* | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg | 2016-06-22 | 1 | -2/+2 |
* | lib: include curl_printf.h as one of the last headers | Daniel Stenberg | 2016-04-29 | 1 | -2/+1 |
* | sasl: Fixed compilation errors from commit 9d89a0387 | Steve Holme | 2016-04-09 | 1 | -1/+5 |
* | ftp/imap/pop3/smtp: Allow the service name to be overridden | Steve Holme | 2016-04-08 | 1 | -3/+9 |
* | curl_sasl: Fixed potential null pointer utilisation | Steve Holme | 2016-04-03 | 1 | -7/+5 |
* | krb5: Moved host from Curl_auth_create_gssapi_user_message() to be argument | Steve Holme | 2016-04-02 | 1 | -1/+5 |
* | vauth: Refactored function names after move to new vauth directory | Steve Holme | 2016-03-25 | 1 | -42/+44 |
* | vauth: Moved the OAuth 2.0 authentication code to the new vauth directory | Steve Holme | 2016-03-25 | 1 | -49/+0 |
* | vauth: Moved the NTLM authentication code to the new vauth directory | Steve Holme | 2016-03-25 | 1 | -21/+0 |
* | vauth: Moved the DIGEST authentication code to the new vauth directory | Steve Holme | 2016-03-25 | 1 | -837/+0 |
* | vauth: Moved the CRAM-MD5 authentication code to the new vauth directory | Steve Holme | 2016-03-25 | 1 | -100/+1 |
* | vauth: Moved the ClearText authentication code to the new vauth directory | Steve Holme | 2016-03-25 | 1 | -113/+0 |
* | vauth: Moved Curl_sasl_build_spn() to create the initial vauth source files | Steve Holme | 2016-03-25 | 1 | -20/+1 |
* | ftp/imap/pop3/smtp: Fixed compilation warning when /Wall enabled | Steve Holme | 2016-03-19 | 1 | -6/+9 |
* | curl_sasl.c: minor code indent fixes | Daniel Stenberg | 2016-03-14 | 1 | -29/+29 |
* | digest: Use boolean based success code for Curl_sasl_digest_get_pair() | Steve Holme | 2016-03-12 | 1 | -11/+10 |
* | digest: Corrected some typos in comments | Steve Holme | 2016-03-12 | 1 | -9/+9 |
* | ntlm: Corrected some typos in function descriptions | Steve Holme | 2016-03-12 | 1 | -4/+4 |
* | curl_sasl: Fix memory leak in digest parser | Emil Lerner | 2016-02-19 | 1 | -0/+6 |
* | URLs: change all http:// URLs to https:// | Daniel Stenberg | 2016-02-03 | 1 | -1/+1 |
* | sasl; fix checksrc warnings | Daniel Stenberg | 2015-11-15 | 1 | -4/+6 |
* | oauth2: Support OAUTHBEARER failures sent as continuation responses | Steve Holme | 2015-11-15 | 1 | -2/+30 |
* | oauth2: Added support for OAUTHBEARER SASL mechanism to IMAP, POP3 and SNMP | Steve Holme | 2015-11-14 | 1 | -13/+34 |
* | sasl: Re-introduced XOAUTH2 in the default enabled authentication mechanism | Steve Holme | 2015-11-12 | 1 | -2/+1 |
* | oauth2: Re-factored OAuth 2.0 state variable | Steve Holme | 2015-11-12 | 1 | -3/+3 |
* | sasl: Don't choose OAuth 2.0 if mechanism not advertised | Steve Holme | 2015-11-12 | 1 | -1/+2 |
* | oauth2: Introduced support for host and port details | Steve Holme | 2015-11-11 | 1 | -5/+18 |
* | oauth2: Don't use XAUTH2 in OAuth 2.0 function name | Steve Holme | 2015-11-09 | 1 | -10/+10 |
* | oauth2: Don't use XOAUTH2 in OAuth 2.0 variables | Steve Holme | 2015-11-09 | 1 | -3/+4 |