summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/to.c
AgeCommit message (Expand)Author
2018-12-30Delete unnecessary <libgen.h> #includesPhilip Guenther
2018-10-31in rule_to_text(), use "tls" not "starttls"Gilles Chehade
2018-09-08use symbolic integer values for the different tls options when relaying,Eric Faurot
2018-09-03Update and document syntax for smarthost string in smtpd.conf:Eric Faurot
2018-06-07use RELAY_* flags where appropriateEric Faurot
2018-05-29remove unused functionEric Faurot
2018-05-24switch smtpd to new grammarGilles Chehade
2016-05-30Simplify address parsing code by only using inet_net_pton(3).Martin Pieuchot
2016-05-22use temporary variables to store some struct tm values, no functionalGilles Chehade
2016-02-15Revert previous, semarie@ found a regression.Martin Pieuchot
2016-02-14Simplify address parsing code by only using inet_net_pton(3).Martin Pieuchot
2015-12-28remove spaces after '!'Joerg Jung
2015-12-14remove trailing whitespaceJoerg Jung
2015-11-30update to.c to fix IPv6 address parsing in smtpd.conf, while at it allowGilles Chehade
2015-10-28aliases support resolving to maildir:/pathGilles Chehade
2015-10-14whitespacesGilles Chehade
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