summaryrefslogtreecommitdiff
path: root/lib/smtp.c
Commit message (Expand)AuthorAgeFilesLines
* free: instead of Curl_safefree()Daniel Stenberg2015-03-161-8/+8
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-4/+1
* sasl: implement EXTERNAL authentication mechanism.Patrick Monnerat2015-01-271-2/+3
* SASL: common state engine for imap/pop3/smtpPatrick Monnerat2015-01-201-759/+53
* SASL: common URL option and auth capabilities decoders for all protocolsPatrick Monnerat2015-01-201-55/+23
* IMAP/POP3/SMTP: use a per-connection sub-structure for SASL parameters.Patrick Monnerat2015-01-201-56/+57
* IPV6: address scope != scope idPatrick Monnerat2014-12-161-1/+0
* smtp.c: Fixed compilation warningsSteve Holme2014-12-121-3/+3
* smtp.c: Fixed line longer than 79 columnsSteve Holme2014-12-121-1/+2
* smtp: Fixed inappropriate free of the scratch bufferSteve Holme2014-12-121-3/+4
* smtp: Fixed dot stuffing when EOL characters were at end of input buffersSteve Holme2014-12-121-8/+14
* smtp: Fixed const'ness of nread parameter in Curl_smtp_escape_eob()Steve Holme2014-11-261-6/+4
* smtp: Added support for the conversion of Unix newlines during mail sendSteve Holme2014-11-261-9/+21
* kerberos: Use symbol qualified with _KERBEROS5Michael Osipov2014-11-161-3/+3
* sasl: Fixed Kerberos V5 inclusion when CURL_DISABLE_CRYPTO_AUTH is usedSteve Holme2014-11-021-3/+3
* smtp: Fixed intermittent "SSL3_WRITE_PENDING: bad write retry" errorBill Nagel2014-09-301-9/+24
* Ensure progress.size_dl/progress.size_ul are always >= 0Brandon Casey2014-09-071-2/+2
* smtp: Added support for GSSAPI (Kerberos V5) authentication via Windows SSPISteve Holme2014-08-151-0/+186
* email: Introduced the GSSAPI statesSteve Holme2014-08-141-0/+4
* smtp: fixed a segfault during test 1320 torture testDan Fandrich2014-07-301-1/+1
* bits.close: introduce connection close trackingDaniel Stenberg2014-05-221-2/+2
* INFILESIZE: fields in UserDefined must not be changed run-timeDaniel Stenberg2014-04-261-4/+4
* handler: make 'protocol' always specified as a single bitDaniel Stenberg2014-04-231-1/+1
* sasl: Combined DIGEST-MD5 message decoding and generationSteve Holme2014-04-051-23/+15
* smtp: Fixed login denied with a RFC-821 based serverSteve Holme2014-04-011-2/+1
* smtp: Fixed login denied when server doesn't support AUTH capabilitySteve Holme2014-03-281-9/+14
* mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TUSteve Holme2013-12-311-1/+1
* email: Fixed segfault introduced in commit 195b63f99c2fe3Steve Holme2013-12-221-1/+1
* code police: fix indent level to silence checksrc complaintsDaniel Stenberg2013-12-221-2/+2
* email: Extended the login options to support multiple auth mechanismsSteve Holme2013-12-211-19/+32
* vtls: renamed sslgen.[ch] to vtls.[ch]Daniel Stenberg2013-12-201-1/+1
* vtls: created subdir, moved sslgen.[ch] there, updated all include linesDaniel Stenberg2013-12-201-1/+1
* imap/pop3/smtp: Added support for SASL authentication downgradesSteve Holme2013-12-181-2/+29
* smtp: fix compiler warningDaniel Stenberg2013-12-181-1/+0
* smtp: Moved the calculation of SASL login details into a separate functionSteve Holme2013-12-181-68/+92
* smtp: Moved the sending of the AUTH command into a separate functionSteve Holme2013-12-181-13/+34
* email: Renamed *_perform_authenticate() functionsSteve Holme2013-12-171-7/+7
* smtp: Post SMTP command expansion tidy upSteve Holme2013-11-231-12/+12
* smtp: Fixed space being sent in non --mail-rcpt based requestsSteve Holme2013-11-171-9/+9
* smtp: Changed the default command to HELP when no options are specifiedSteve Holme2013-11-171-2/+2
* smtp:Fixed memory leak from commit dac01ff6d788b2Steve Holme2013-11-171-0/+3
* smtp: Fixed broken RCPT TO from commit 0ea4a80bb23666Steve Holme2013-11-151-3/+4
* smtp_state_mail_resp: removed unused variable 'smtp'Daniel Stenberg2013-11-151-1/+0
* smtp: Simplified the next RCPT TO logicSteve Holme2013-11-151-29/+21
* smtp.c: Fixed trailing whitespaceSteve Holme2013-11-151-1/+1
* smtp: Added support for VRFY and EXPN commandsSteve Holme2013-11-151-16/+51
* smtp: Added support for NOOP and RSET commandsSteve Holme2013-11-151-7/+90
* smtp: Fixed handling of multiline server greeting responsesSteve Holme2013-11-151-1/+2
* smtp.c: Fixed compilation error from commit f16c0de4e9bbe3Steve Holme2013-11-151-1/+0
* smtp: Fixed processing of more than one response when sent in same packetSteve Holme2013-11-151-9/+12