Age | Commit message (Expand) | Author |
2013-05-06 | curl -E: allow to escape ':' in cert nickname | Jared Jennings |
2013-05-05 | curl_schannel.c: Fixed invalid memory access during SSL shutdown | Marc Hoersken |
2013-05-04 | smtp: Fix trailing whitespace warning | Steve Holme |
2013-05-04 | smtp: Fix compilation warning | Steve Holme |
2013-05-04 | RELEASE-NOTES: synced with 92ef5f19c801 | Steve Holme |
2013-05-04 | smtp: Updated RFC-2821 references to RFC-5321 | Steve Holme |
2013-05-04 | smtp: Fixed sending of double CRLF caused by first in EOB | Steve Holme |
2013-05-03 | tests: Corrected MAIL SIZE for CRLF line endings | Steve Holme |
2013-05-03 | tests: Corrected infilesize for CRLF line endings | Steve Holme |
2013-05-03 | tests: Corrected test1406 to be RFC2821 compliant | Steve Holme |
2013-05-02 | tests: Corrected test1320 to be RFC2821 compliant | Steve Holme |
2013-05-02 | tests: Corrected typo in test909 | Steve Holme |
2013-05-02 | tests: Corrected test909 to be RFC2821 compliant | Steve Holme |
2013-05-02 | tests: Updated test references to 909 from 1411 | Steve Holme |
2013-05-02 | tests: Renamed test1411 to test909 as this is a main SMTP test | Steve Holme |
2013-05-01 | bindlocal: move brace out of #ifdef | Lars Johannesen |
2013-04-30 | smtp: Tidy up to move the eob counter to the per-request structure | Steve Holme |
2013-04-30 | TODO: Updated following the addition of CURLOPT_SASL_IR | Steve Holme |
2013-04-29 | smtp: Fixed unknown percentage complete in progress bar | Steve Holme |
2013-04-29 | ftpserver: silence warnings | Daniel Stenberg |
2013-04-29 | ftpserver.pl: Corrected the imap LOGIN response | Steve Holme |
2013-04-29 | tests: Added imap STATUS command test | Steve Holme |
2013-04-28 | tests: Corrected the SMTP tests to be RFC2821 compliant | Steve Holme |
2013-04-28 | email: Tidy up of *_perform_authenticate() | Steve Holme |
2013-04-28 | smtp: Updated limit check to be more readable like the check in pop3 | Steve Holme |
2013-04-28 | pop3: Added 255 octet limit check when sending initial response | Steve Holme |
2013-04-28 | DOCS: Corrected line length of recent Secure Transport changes | Steve Holme |
2013-04-27 | darwinssl: add TLS crypto authentication | Nick Zitzmann |
2013-04-27 | Corrected version numbers after bump | Steve Holme |
2013-04-27 | bump version | Daniel Stenberg |
2013-04-27 | RELEASE-NOTES: synced with f4e6e201b146 | Steve Holme |
2013-04-27 | DOCS: Updated following the addition of CURLOPT_SASL_IR | Steve Holme |
2013-04-27 | tests: Corrected command line arguments in test907 and test908 | Steve Holme |
2013-04-27 | tests: Added SMTP AUTH with initial response tests | Steve Holme |
2013-04-27 | tests: Updated SMTP tests to decouple client initial response | Steve Holme |
2013-04-27 | imap: Added support for overriding the SASL initial response | Steve Holme |
2013-04-27 | smtp: Added support for disabling the SASL initial response | Steve Holme |
2013-04-27 | pop3: Added support for enabling the SASL initial response | Steve Holme |
2013-04-27 | sasl-ir: Added --sasl-ir option to curl command line tool | Steve Holme |
2013-04-27 | sasl-ir: Added CURLOPT_SASL_IR to enable/disable the SASL initial response | Steve Holme |
2013-04-26 | curl_easy_init: use less mallocs | Daniel Stenberg |
2013-04-26 | ftpserver.pl: Fixed imap logout confirmation data | Steve Holme |
2013-04-26 | ftp_state_pasv_resp: connect through proxy also when set by env | Daniel Stenberg |
2013-04-26 | url: initialize speed-check data for file:// protocol | Zdenek Pavlas |
2013-04-25 | test709: clarify the test in the name | Daniel Stenberg |
2013-04-25 | sshserver: disable StrictHostKeyChecking | Daniel Stenberg |
2013-04-25 | runtests: log more commands in verbose mode | Daniel Stenberg |
2013-04-25 | TODO: Corrected copy/paste typo | Steve Holme |
2013-04-25 | TODO: Added new ideas for future SMTP, POP3 and IMAP features | Steve Holme |
2013-04-25 | TODO: Updated following the addition of ;auth=<MECH> support | Steve Holme |