Age | Commit message (Expand) | Author |
2015-03-16 | free: instead of Curl_safefree() | Daniel Stenberg |
2015-03-03 | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg |
2015-01-27 | imap: remove automatic password setting: it breaks external sasl authentication | Patrick Monnerat |
2015-01-27 | sasl: implement EXTERNAL authentication mechanism. | 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-07 | ldap/imap: Fixed spelling mistake in comments and variable names | Steve Holme |
2014-12-16 | IPV6: address scope != scope id | Patrick Monnerat |
2014-11-16 | kerberos: Use symbol qualified with _KERBEROS5 | Michael Osipov |
2014-11-02 | sasl: Fixed Kerberos V5 inclusion when CURL_DISABLE_CRYPTO_AUTH is used | Steve Holme |
2014-10-02 | imap_perform_authentication: fix memory leak | Daniel Stenberg |
2014-09-07 | Ensure progress.size_dl/progress.size_ul are always >= 0 | Brandon Casey |
2014-08-15 | imap: Added support for GSSAPI (Kerberos V5) authentication via Windows SSPI | Steve Holme |
2014-08-14 | email: Introduced the GSSAPI states | Steve Holme |
2014-05-22 | bits.close: introduce connection close tracking | Daniel Stenberg |
2014-04-26 | INFILESIZE: fields in UserDefined must not be changed run-time | Daniel Stenberg |
2014-04-23 | handler: make 'protocol' always specified as a single bit | Daniel Stenberg |
2014-04-18 | imap: Extended FETCH support to include PARTIAL URL specifier | Steve Holme |
2014-04-18 | imap: Expanded mailbox SEARCH support to use URL query strings | Steve Holme |
2014-04-18 | imap: Added support for parsing URL query strings | Steve Holme |
2014-04-18 | imap: Introduced the SEARCH state | Steve Holme |
2014-04-18 | imap: Fixed untagged response detection when no data after command | Steve Holme |
2014-04-05 | sasl: Combined DIGEST-MD5 message decoding and generation | Steve Holme |
2013-12-31 | imap: Fixed line length warning | Steve Holme |
2013-12-31 | mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TU | Steve Holme |
2013-12-24 | imap: Fixed auth preference not being honored when CAPABILITY not supported | Steve Holme |
2013-12-22 | email: Fixed segfault introduced in commit 195b63f99c2fe3 | Steve Holme |
2013-12-22 | code police: fix indent level to silence checksrc complaints | Daniel Stenberg |
2013-12-21 | email: Extended the login options to support multiple auth mechanisms | Steve Holme |
2013-12-20 | vtls: renamed sslgen.[ch] to vtls.[ch] | Daniel Stenberg |
2013-12-20 | vtls: created subdir, moved sslgen.[ch] there, updated all include lines | Daniel Stenberg |
2013-12-18 | imap/pop3/smtp: Added support for SASL authentication downgrades | Steve Holme |
2013-12-18 | imap: Moved the calculation of SASL login details into a separate function | Steve Holme |
2013-12-18 | imap: Moved the sending of the AUTHENICATE command into a separate function | Steve Holme |
2013-12-17 | email: Renamed *_perform_authenticate() functions | Steve Holme |
2013-12-14 | imap: Fixed exclude of clear text when using auth=* in commit 75cd7fd66762bb | Steve Holme |
2013-12-13 | imap: Fixed incorrect fallback to clear text authentication | Steve Holme |
2013-12-04 | imap/pop3: Post graceful cancellation consistency changes | Steve Holme |
2013-10-30 | email: Post graceful SASL authentication cancellation tidy up | 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: Added support for canceling CRAM-MD5 authentication | Steve Holme |
2013-10-27 | email: Added initial support for cancelling authentication | Steve Holme |
2013-10-27 | email: Moved authentication message parsing into a separate function | Steve Holme |
2013-10-26 | email: Added references to SASL LOGIN authentication draft proposal | Steve Holme |
2013-10-18 | email: Fixed QUIT / LOGOUT being sent when SSL connect fails | Steve Holme |
2013-09-25 | imap: Added clarification to the code about odd continuation responses | Steve Holme |
2013-09-24 | sasl: Centralised the authentication mechanism strings | Steve Holme |
2013-09-14 | imap: Fixed response check for NOOP command | Steve Holme |