summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/to.c
AgeCommit message (Expand)Author
2015-01-20use <limits.h> comprehensively. For now try to push <> includes toTheo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-04-19(void) cast strlcpy/strlcat/snprintf calls that cannot truncateGilles Chehade
2014-02-28do not miss out F_BACKUP when dumping envelope or it breaks backup MXGilles Chehade
2014-02-04fix dump function with some combinations of flagEric Faurot
2013-12-26bcopy -> memmoveEric Faurot
2013-11-28unsigned char casts for ctypeEric Faurot
2013-11-06Much much improved config parser and related changes.Eric Faurot
2013-10-28handle the case where the filter string is quotedEric Faurot
2013-10-26fix default schemaEric Faurot
2013-10-26%i -> %d in format stringsEric Faurot
2013-07-19Move the filter infrastructure forward.Eric Faurot
2013-05-24sync with OpenSMTPD 5.3.2Eric Faurot
2013-04-12replace MAX_LINE_SIZE and SMTP_LINE_MAX with SMTPD_MAXLINESIZE forEric Faurot
2013-04-08division of time_t does not necessarily fit in an intGilles Chehade
2013-02-15add missing bits for lmtp support (from Ashish SHUKLA).Eric Faurot
2013-02-14- smtpctl trace expand, enables tracing of aliases expansionGilles Chehade
2013-01-31assorted fixes spotted by Coverity.Eric Faurot
2013-01-26Sync with our smtpd repo:Gilles Chehade