Age | Commit message (Expand) | Author |
2016-03-25 | vauth: Moved the NTLM authentication code to the new vauth directory | Steve Holme |
2016-03-25 | vauth: Moved the Kerberos V5 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 Curl_sasl_build_spn() to create the initial vauth source files | Steve Holme |
2016-03-12 | digest: Use boolean based success code for Curl_sasl_digest_get_pair() | Steve Holme |
2016-02-03 | URLs: change all http:// URLs to https:// | 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-08-31 | sasl: Only define Curl_sasl_digest_get_pair() when CRYPTO_AUTH enabled | 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-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: Minor code policing following recent commits | Steve Holme |
2015-01-20 | SASL: make some procedures local-scoped | Patrick Monnerat |
2015-01-20 | SASL: common state engine for imap/pop3/smtp | Patrick Monnerat |
2015-01-20 | SASL: common URL option and auth capabilities decoders for all protocols | Patrick Monnerat |
2015-01-20 | IMAP/POP3/SMTP: use a per-connection sub-structure for SASL parameters. | Patrick Monnerat |
2015-01-18 | sasl_gssapi: Make Curl_sasl_build_gssapi_spn() public | Steve Holme |
2014-11-16 | kerberos: Use symbol qualified with _KERBEROS5 | Michael Osipov |
2014-11-14 | sasl: Moved Curl_sasl_gssapi_cleanup() definition into header file | Steve Holme |
2014-11-09 | ntlm: Moved the native Target Info clean-up from HTTP specific function | Steve Holme |
2014-11-09 | ntlm: Moved SSPI clean-up code into SASL module | Steve Holme |
2014-11-05 | sasl: Fixed compilation warning from commit 25264131e2 | Steve Holme |
2014-11-05 | http_digest: Moved response generation into SASL module | Steve Holme |
2014-11-05 | http_digest: Moved challenge decoding into SASL module | Steve Holme |
2014-11-05 | http_digest: Moved clean-up function into SASL module | Steve Holme |
2014-11-05 | http_digest: Moved algorithm definitions to SASL module | Steve Holme |
2014-11-02 | sasl: Fixed Kerberos V5 inclusion when CURL_DISABLE_CRYPTO_AUTH is used | Steve Holme |
2014-08-14 | curl_sasl.h: Fixed compilation error from commit 4b491c675f | Steve Holme |
2014-08-14 | sasl_sspi: Added GSSAPI message functions | Steve Holme |
2014-08-09 | sasl: Introduced Curl_sasl_build_spn() for building a SPN | Steve Holme |
2014-04-06 | sasl: Added forward declaration of structures following recent changes | Steve Holme |
2014-04-06 | sasl: Corrected add of Curl_sasl_decode_digest_md5_message() from 2c49e96092 | Steve Holme |
2014-04-06 | sasl: Corrected pre-processor inclusion of SSPI based DIGEST-MD5 code | Steve Holme |
2014-04-05 | sasl: Added initial stub functions for SSPI DIGEST-MD support | Steve Holme |
2014-04-05 | sasl: Combined DIGEST-MD5 message decoding and generation | Steve Holme |
2013-10-27 | email: Added support for cancelling NTLM authentication | Steve Holme |
2013-10-27 | email: Added support for cancelling DIGEST-MD5 authentication | Steve Holme |
2013-10-27 | email: Corrected a couple of typos from 1e39b95682781f | Steve Holme |
2013-10-27 | email: Added support for canceling CRAM-MD5 authentication | Steve Holme |
2013-09-24 | sasl: Centralised the authentication mechanism strings | Steve Holme |
2013-09-04 | SASL: fix compiler warnings | Daniel Stenberg |
2013-08-25 | sasl: added basic SASL XOAUTH2 support | Kyle L. Huff |
2013-04-13 | sasl: Reworked SASL mechanism constants | Steve Holme |
2013-04-13 | sasl: Added predefined preferred mechanism values | Steve Holme |
2013-03-21 | sasl: Corrected a few violations of the curl coding standards | Steve Holme |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |