index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.sbin
/
smtpd
/
to.c
Age
Commit message (
Expand
)
Author
2018-12-30
Delete unnecessary <libgen.h> #includes
Philip Guenther
2018-10-31
in rule_to_text(), use "tls" not "starttls"
Gilles Chehade
2018-09-08
use symbolic integer values for the different tls options when relaying,
Eric Faurot
2018-09-03
Update and document syntax for smarthost string in smtpd.conf:
Eric Faurot
2018-06-07
use RELAY_* flags where appropriate
Eric Faurot
2018-05-29
remove unused function
Eric Faurot
2018-05-24
switch smtpd to new grammar
Gilles Chehade
2016-05-30
Simplify address parsing code by only using inet_net_pton(3).
Martin Pieuchot
2016-05-22
use temporary variables to store some struct tm values, no functional
Gilles Chehade
2016-02-15
Revert previous, semarie@ found a regression.
Martin Pieuchot
2016-02-14
Simplify address parsing code by only using inet_net_pton(3).
Martin Pieuchot
2015-12-28
remove spaces after '!'
Joerg Jung
2015-12-14
remove trailing whitespace
Joerg Jung
2015-11-30
update to.c to fix IPv6 address parsing in smtpd.conf, while at it allow
Gilles Chehade
2015-10-28
aliases support resolving to maildir:/path
Gilles Chehade
2015-10-14
whitespaces
Gilles Chehade
2015-01-20
use <limits.h> comprehensively. For now try to push <> includes to
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-04-19
(void) cast strlcpy/strlcat/snprintf calls that cannot truncate
Gilles Chehade
2014-02-28
do not miss out F_BACKUP when dumping envelope or it breaks backup MX
Gilles Chehade
2014-02-04
fix dump function with some combinations of flag
Eric Faurot
2013-12-26
bcopy -> memmove
Eric Faurot
2013-11-28
unsigned char casts for ctype
Eric Faurot
2013-11-06
Much much improved config parser and related changes.
Eric Faurot
2013-10-28
handle the case where the filter string is quoted
Eric Faurot
2013-10-26
fix default schema
Eric Faurot
2013-10-26
%i -> %d in format strings
Eric Faurot
2013-07-19
Move the filter infrastructure forward.
Eric Faurot
2013-05-24
sync with OpenSMTPD 5.3.2
Eric Faurot
2013-04-12
replace MAX_LINE_SIZE and SMTP_LINE_MAX with SMTPD_MAXLINESIZE for
Eric Faurot
2013-04-08
division of time_t does not necessarily fit in an int
Gilles Chehade
2013-02-15
add missing bits for lmtp support (from Ashish SHUKLA).
Eric Faurot
2013-02-14
- smtpctl trace expand, enables tracing of aliases expansion
Gilles Chehade
2013-01-31
assorted fixes spotted by Coverity.
Eric Faurot
2013-01-26
Sync with our smtpd repo:
Gilles Chehade