Age | Commit message (Expand) | Author |
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 | pop3_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 | pop3: 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-23 | handler: make 'protocol' always specified as a single bit | Daniel Stenberg |
2014-04-05 | sasl: Combined DIGEST-MD5 message decoding and generation | Steve Holme |
2013-12-24 | pop3: Fixed auth preference not being honored when CAPA not supported | Steve Holme |
2013-12-24 | pop3: Fixed APOP being determined by CAPA response rather than by timestamp | 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-21 | Revert "pop3: Added debug information to assist with test864 failure" | Steve Holme |
2013-12-21 | pop3: Added debug information to assist with test864 failure | Steve Holme |
2013-12-20 | pop3: Fixed APOP timestamp detection from commit 1cfb436a2f1795 | 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-20 | pop3: Fixed selection of APOP when server replies with an invalid timestamp | Steve Holme |
2013-12-20 | pop3: Fixed processing of more than one response when sent in same packet | Steve Holme |
2013-12-19 | pop3: Moved CAPA response handling to pop3_state_capa_resp() | Steve Holme |
2013-12-19 | pop3: Moved APOP detection into pop3_state_servergreet_resp() | Steve Holme |
2013-12-18 | imap/pop3/smtp: Added support for SASL authentication downgrades | Steve Holme |
2013-12-18 | pop3: Moved the calculation of SASL login details into a separate function | Steve Holme |
2013-12-18 | pop3: Moved the sending of the AUTH command into a separate function | Steve Holme |
2013-12-17 | email: Renamed *_perform_authenticate() functions | Steve Holme |
2013-12-04 | imap/pop3: Post graceful cancellation consistency changes | Steve Holme |
2013-10-30 | email: Corrected a couple of typos from commit aa0eaef4838ccd | 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: Corrected a couple of typos from 1e39b95682781f | 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-24 | sasl: Centralised the authentication mechanism strings | Steve Holme |
2013-09-20 | pop3: Added basic SASL XOAUTH2 support | Steve Holme |
2013-09-10 | imap/pop3/smtp: Speed up SSL connection initialization | Jiri Hruska |
2013-08-12 | SessionHandle: the protocol specific pointer is now a void * | Daniel Stenberg |
2013-08-12 | urldata: clean up the use of the protocol specific structs | Daniel Stenberg |
2013-08-09 | comments: remove old and wrong multi/easy interface statements | Daniel Stenberg |
2013-07-24 | string formatting: fix zero-length printf format string | Yang Tse |
2013-07-24 | string formatting: fix 25+ printf-style format strings | Yang Tse |
2013-04-28 | email: Tidy up of *_perform_authenticate() | Steve Holme |
2013-04-28 | pop3: Added 255 octet limit check when sending initial response | Steve Holme |
2013-04-27 | pop3: Added support for enabling the SASL initial response | Steve Holme |
2013-04-15 | pop3: Added missing comment for pop3_state_apop_resp() | Steve Holme |