Age | Commit message (Expand) | Author |
2017-06-03 | curl_sasl: fix unused-variable warning | Marcel Raad |
2017-05-16 | curl_sasl: fix build error with CURL_DISABLE_CRYPTO_AUTH + USE_NTLM | Daniel Stenberg |
2017-04-04 | curl_sasl: declare mechtable static | Martin Kepplinger |
2016-11-24 | checksrc: code style: use 'char *name' style | Daniel Stenberg |
2016-11-24 | HTTPS-proxy: fixed mbedtls and polishing | Okhin Vasilij |
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-20 | sasl: Added calls to Curl_auth_is_<mechansism>_supported() | Steve Holme |
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg |
2016-04-29 | lib: include curl_printf.h as one of the last headers | Daniel Stenberg |
2016-04-09 | sasl: Fixed compilation errors from commit 9d89a0387 | Steve Holme |
2016-04-08 | ftp/imap/pop3/smtp: Allow the service name to be overridden | Steve Holme |
2016-04-03 | curl_sasl: Fixed potential null pointer utilisation | Steve Holme |
2016-04-02 | krb5: Moved host from Curl_auth_create_gssapi_user_message() to be argument | Steve Holme |
2016-03-25 | vauth: Refactored function names after move to new vauth directory | Steve Holme |
2016-03-25 | vauth: Moved the OAuth 2.0 authentication code to the new vauth directory | Steve Holme |
2016-03-25 | vauth: Moved the NTLM authentication code to the new vauth directory | Steve Holme |
2016-03-25 | vauth: Moved the DIGEST authentication code to the new vauth directory | Steve Holme |
2016-03-25 | vauth: Moved the CRAM-MD5 authentication code to the new vauth directory | Steve Holme |
2016-03-25 | vauth: Moved the ClearText authentication code to the new vauth directory | Steve Holme |
2016-03-25 | vauth: Moved Curl_sasl_build_spn() to create the initial vauth source files | Steve Holme |
2016-03-19 | ftp/imap/pop3/smtp: Fixed compilation warning when /Wall enabled | Steve Holme |
2016-03-14 | curl_sasl.c: minor code indent fixes | Daniel Stenberg |
2016-03-12 | digest: Use boolean based success code for Curl_sasl_digest_get_pair() | Steve Holme |
2016-03-12 | digest: Corrected some typos in comments | Steve Holme |
2016-03-12 | ntlm: Corrected some typos in function descriptions | Steve Holme |
2016-02-19 | curl_sasl: Fix memory leak in digest parser | Emil Lerner |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-11-15 | sasl; fix checksrc warnings | Daniel Stenberg |
2015-11-15 | oauth2: Support OAUTHBEARER failures sent as continuation responses | Steve Holme |
2015-11-14 | oauth2: Added support for OAUTHBEARER SASL mechanism to IMAP, POP3 and SNMP | Steve Holme |
2015-11-12 | sasl: Re-introduced XOAUTH2 in the default enabled authentication mechanism | Steve Holme |
2015-11-12 | oauth2: Re-factored OAuth 2.0 state variable | Steve Holme |
2015-11-12 | sasl: Don't choose OAuth 2.0 if mechanism not advertised | Steve Holme |
2015-11-11 | oauth2: Introduced support for host and port details | Steve Holme |
2015-11-09 | oauth2: Don't use XAUTH2 in OAuth 2.0 function name | Steve Holme |
2015-11-09 | oauth2: Don't use XOAUTH2 in OAuth 2.0 variables | Steve Holme |
2015-08-31 | sasl: Updated SPN variables and comments for consistency | Steve Holme |
2015-04-26 | sasl_sspi: Populate domain from the realm in the challenge | Grant Pannell |
2015-03-24 | curl_memory: make curl_memory.h the second-last header file loaded | Dan Fandrich |
2015-03-16 | free: instead of Curl_safefree() | Daniel Stenberg |
2015-03-03 | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg |
2015-02-02 | curl_sasl.c: More code policing | Steve Holme |
2015-01-29 | curl_sasl.c: Fixed compilation warning when cryptography is disabled | Steve Holme |
2015-01-28 | curl_sasl.c: Fixed compilation warning when verbose debug output disabled | Steve Holme |
2015-01-28 | sasl: Minor code policing and grammar corrections | Steve Holme |
2015-01-27 | sasl: remove XOAUTH2 from default enabled authentication mechanism. | Patrick Monnerat |
2015-01-27 | sasl: implement EXTERNAL authentication mechanism. | Patrick Monnerat |
2015-01-22 | curl_sasl: Reinstate the sasl_ prefix for locally scoped functions | Steve Holme |