summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/queue_fs.c
AgeCommit message (Expand)Author
2015-12-30d_namlen is not portable, there is no reason to keep a delta with -portable andJoerg Jung
2015-12-28remove spaces after '!'Joerg Jung
2015-12-14remove trailing whitespaceJoerg Jung
2015-11-05Implement smtpctl uncorrupt <msgid>Sunil Nimmagadda
2015-10-29Implement smtpctl discover <evpid|msgid>.Sunil Nimmagadda
2015-10-12do not call sync() when committing a message, it's not helping in any wayGilles 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-07-08various queue improvements:Eric Faurot
2014-04-19(void) cast strlcpy/strlcat/snprintf that cannot truncateGilles Chehade
2013-12-26bcopy -> memmoveEric Faurot
2013-11-06fix assertion that could lead to orphaned messages left in the queueEric Faurot
2013-10-26%i -> %d in format stringsEric Faurot
2013-07-19Assorted queue improvements:Eric Faurot