Age | Commit message (Expand) | Author |
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 |
2015-01-22 | curl_sasl: Minor code policing following recent commits | Steve Holme |
2015-01-20 | curl_sasl.c: chlglen is not used when cryptography is disabled | Steve Holme |
2015-01-20 | curl_sasl.c: Fixed compilation warning when cyptography is disabled | Steve Holme |
2015-01-20 | curl_sasl.c: Fixed compilation error when USE_WINDOWS_SSPI defined | 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 |
2014-11-23 | sasl: Tidied up some parameter comments | Steve Holme |
2014-11-23 | sasl: Reduced the need for two sets of NTLM functions | Steve Holme |
2014-11-23 | ntlm: Moved NSS initialisation to base decode function | Steve Holme |
2014-11-16 | kerberos: Use symbol qualified with _KERBEROS5 | Michael Osipov |
2014-11-15 | sasl: Corrected Curl_sasl_build_spn() function description | Steve Holme |
2014-11-14 | sasl: Moved Curl_sasl_gssapi_cleanup() definition into header file | Steve Holme |
2014-11-09 | ntlm: Added separate SSPI based functions | 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-07 | http_digest: Fixed some memory leaks introduced in commit 6f8d8131b1 | Steve Holme |
2014-11-06 | http_digest: Post SSPI support tidy up | Steve Holme |
2014-11-06 | sasl: Removed non-SSPI Digest functions and defines from SSPI based builds | Steve Holme |
2014-11-06 | http_digest: Added SSPI based authentication functions | Steve Holme |
2014-11-05 | sasl: Fixed HTTP digest challenges with spaces between auth parameters | 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-02 | sasl: Fixed Kerberos V5 inclusion when CURL_DISABLE_CRYPTO_AUTH is used | Steve Holme |
2014-08-22 | sasl: Fixed a memory leak on OOM | Dan Fandrich |
2014-08-14 | sasl_sspi: Added GSSAPI message functions | Steve Holme |
2014-08-09 | sasl: Tidy up to rename SPN variable from URI | Steve Holme |
2014-08-09 | sasl: Use a dynamic buffer for SPN generation | Steve Holme |