Age | Commit message (Expand) | Author |
2014-12-12 | smtp: Fixed inappropriate free of the scratch buffer | Steve Holme |
2014-12-12 | smtp: Fixed dot stuffing when EOL characters were at end of input buffers | Steve Holme |
2014-11-26 | smtp: Fixed const'ness of nread parameter in Curl_smtp_escape_eob() | Steve Holme |
2014-11-26 | smtp: Added support for the conversion of Unix newlines during mail send | Steve Holme |
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-09-30 | smtp: Fixed intermittent "SSL3_WRITE_PENDING: bad write retry" error | Bill Nagel |
2014-09-07 | Ensure progress.size_dl/progress.size_ul are always >= 0 | Brandon Casey |
2014-08-15 | smtp: Added support for GSSAPI (Kerberos V5) authentication via Windows SSPI | Steve Holme |
2014-08-14 | email: Introduced the GSSAPI states | Steve Holme |
2014-07-30 | smtp: fixed a segfault during test 1320 torture test | Dan Fandrich |
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-05 | sasl: Combined DIGEST-MD5 message decoding and generation | Steve Holme |
2014-04-01 | smtp: Fixed login denied with a RFC-821 based server | Steve Holme |
2014-03-28 | smtp: Fixed login denied when server doesn't support AUTH capability | Steve Holme |
2013-12-31 | mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TU | 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 | smtp: fix compiler warning | Daniel Stenberg |
2013-12-18 | smtp: Moved the calculation of SASL login details into a separate function | Steve Holme |
2013-12-18 | smtp: Moved the sending of the AUTH command into a separate function | Steve Holme |
2013-12-17 | email: Renamed *_perform_authenticate() functions | Steve Holme |
2013-11-23 | smtp: Post SMTP command expansion tidy up | Steve Holme |
2013-11-17 | smtp: Fixed space being sent in non --mail-rcpt based requests | Steve Holme |
2013-11-17 | smtp: Changed the default command to HELP when no options are specified | Steve Holme |
2013-11-17 | smtp:Fixed memory leak from commit dac01ff6d788b2 | Steve Holme |
2013-11-15 | smtp: Fixed broken RCPT TO from commit 0ea4a80bb23666 | Steve Holme |
2013-11-15 | smtp_state_mail_resp: removed unused variable 'smtp' | Daniel Stenberg |
2013-11-15 | smtp: Simplified the next RCPT TO logic | Steve Holme |
2013-11-15 | smtp.c: Fixed trailing whitespace | Steve Holme |
2013-11-15 | smtp: Added support for VRFY and EXPN commands | Steve Holme |
2013-11-15 | smtp: Added support for NOOP and RSET commands | Steve Holme |
2013-11-15 | smtp: Fixed handling of multiline server greeting responses | Steve Holme |
2013-11-15 | smtp.c: Fixed compilation error from commit f16c0de4e9bbe3 | Steve Holme |
2013-11-15 | smtp: Fixed processing of more than one response when sent in same packet | Steve Holme |
2013-11-15 | smtp: Moved EHLO response handling to smtp_state_ehlo_resp() | 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 |