summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/queue_fs.c
AgeCommit message (Expand)Author
2023-05-31add missing include of time.hOmar Polo
2021-06-14add required headers for smtpd.h and remove unnecessary ones in other files.Eric Faurot
2021-05-26replaces calls to err(3)/errx(3) with fatal()/fatalx() from log.cEric Faurot
2020-02-25fsqueue_envelope_dump() returns 0 on temporary failure, not -1.Todd C. Miller
2019-06-28When system calls indicate an error they return -1, not some arbitraryTheo de Raadt
2018-12-30Delete unnecessary <libgen.h> #includesPhilip Guenther
2018-05-31remove 'where' parameter from all x*() functions in utils.c, it doesn'tGilles Chehade
2018-05-14kill corrupt / uncorrupt queue mechanism as it has never been usable and itGilles Chehade
2017-10-10Use clock_gettime(CLOCK_REALTIME) instead of gettimeofday+TIMEVAL_TO_TIMESPECPhilip Guenther
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