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
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