summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/queue_null.c
AgeCommit message (Expand)Author
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
2018-12-30Delete unnecessary <libgen.h> #includesPhilip Guenther
2018-05-14kill corrupt / uncorrupt queue mechanism as it has never been usable and itGilles Chehade
2015-01-20use <limits.h> comprehensively. For now try to push <> includes toTheo de Raadt
2014-07-08various queue improvements:Eric Faurot
2013-07-19Assorted queue improvements:Eric Faurot
2013-07-19Get rid of env->sc_pw and env->sc_pwqueue. Early queue initializationEric Faurot
2013-05-24sync with OpenSMTPD 5.3.2Eric Faurot
2013-01-26Sync with our smtpd repo:Gilles Chehade