aboutsummaryrefslogtreecommitdiffstats
path: root/smtp.c
Commit message (Expand)AuthorAgeFilesLines
* Replace most strncpy() by strlcpy() calls.Matthias Andree2019-05-121-2/+1
* Fix indentation to silence GCC 8 warnings.Matthias Andree2018-04-141-1/+1
* In-depth fix for to64frombits() BASE64 encoder buffer sizing.Matthias Andree2018-04-141-4/+4
* Revert SO_???TIMEO-based STARTTLS timeout handling.Matthias Andree2011-05-261-3/+1
* Fix socket timeout handling.Matthias Andree2011-05-221-1/+3
* Call strlen() only once when removing CRLF from a lineSunil Shetye2011-05-031-8/+8
* Fix MD5 compile on Solaris.Matthias Andree2010-03-191-1/+1
* Further type fixes.Matthias Andree2010-03-181-1/+1
* Regression fix for multiline SMTP bugfix. Reported by Thomas Jarosch.Matthias Andree2009-10-281-2/+2
* Fix SMTP_ok to cache multiline reponses...Matthias Andree2009-08-201-23/+38
* Enforce minimum recommended SMTP timeouts, apply to EHLO/LHLO as well.Matthias Andree2009-05-251-17/+25
* Fix format string bugs.Matthias Andree2009-05-041-1/+1
* * SMTP/LMTP cleanup to fix these two bugs:Matthias Andree2005-12-201-30/+22
* Fix prototype, to avoid compiler warnings with --disable-nls.Matthias Andree2005-08-021-1/+1
* Fix debug mode string from SMTP to support LMTP as well.Matthias Andree2005-04-241-3/+3
* Clean up the horrible HAVE_[V]SNPRINTF mess, use Trio on systems that lackMatthias Andree2004-11-101-28/+6
* Remove space after "MAIL FROM:" (patch from Phil Endecott)Rob Funk2004-07-211-2/+2
* Ready to ship.Eric S. Raymond2003-08-061-4/+8
* Guard some buffers.Eric S. Raymond2003-03-011-0/+4
* Ready to ship 6-2-0.Eric S. Raymond2002-12-131-8/+5
* Security fix release.Eric S. Raymond2002-12-091-9/+41
* Ready to ship stable.Eric S. Raymond2002-10-311-0/+2
* Various cleanup patches.Eric S. Raymond2002-04-091-19/+38
* Internationalization fix.Eric S. Raymond2002-03-151-6/+7
* Expose the ESMTP name and password options.Eric S. Raymond2002-03-101-109/+105
* Initial version of ESMTP AUTH.Eric S. Raymond2002-03-091-2/+117
* HMH's second cleanup patch.Eric S. Raymond2001-06-241-1/+5
* strncat/snprintf cleanup.Eric S. Raymond2001-06-231-3/+13
* First cut at ODMR support.Eric S. Raymond2001-02-071-0/+3
* Simplify error reporting further.Eric S. Raymond1999-02-031-10/+10
* Return of the dancing progress dots.Eric S. Raymond1999-02-011-10/+10
* Progress messages now go to stdout.Eric S. Raymond1999-01-051-10/+10
* First step towards splitting error from progress messages.Eric S. Raymond1999-01-051-10/+10
* gcc -Wall cleanup.Eric S. Raymond1998-12-151-1/+1
* Fix a garbage return.Eric S. Raymond1998-11-261-0/+2
* Added LMTP support.Eric S. Raymond1998-11-071-11/+26
* Jonathan T. Agnew's massive code cleanup.Eric S. Raymond1998-10-261-6/+6
* More verbosity fixes.Eric S. Raymond1998-10-171-10/+10
* Introduced O_DEBUG.Eric S. Raymond1998-10-171-10/+10
* Don't <-enclose MAIL FROM name if it already contains one.Eric S. Raymond1998-05-251-11/+14
* Typo fix.Eric S. Raymond1998-02-221-1/+1
* Copyright cleanup.Eric S. Raymond1997-06-131-2/+1
* -Wall cleanup.Eric S. Raymond1997-05-151-2/+0
* Change type of socket descriptors from FILE * to int. Change SockGetsEric S. Raymond1997-05-131-31/+28
* Added RFC1985 ETRN support.Eric S. Raymond1997-02-101-0/+1
* ESMTP SIZE option support.Eric S. Raymond1997-01-221-25/+36
* Support for EHLO and 8BITMIME extension.Eric S. Raymond1997-01-221-3/+57
* Drop back to using SockGets/SockWrite.Eric S. Raymond1996-12-241-7/+8
* Remove some inclusions no longer needed.Eric S. Raymond1996-12-171-2/+0
* Clean up some extra trailing LFs.Eric S. Raymond1996-12-171-0/+4