summaryrefslogtreecommitdiffstats
path: root/usr.sbin/smtpd/queue_api.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* both of these are deprecatedgilles2015-10-171-426/+0
* SMTPD_MAXPATHLEN -> PATH_MAX, this was unnoticed as file is not linkedgilles2015-10-141-2/+2
* use <limits.h> comprehensively. For now try to push <> includes toderaadt2015-01-201-2/+6
* Close fd if fdopen failsdoug2014-09-011-1/+5
* various queue improvements:eric2014-07-081-13/+60
* (void) cast snprintf() that cannot truncategilles2014-04-191-2/+2
* obvious fixes in the external queue code.eric2013-10-271-1/+2
* %i -> %d in format stringseric2013-10-261-2/+2
* Assorted queue improvements:eric2013-07-191-0/+370