summaryrefslogtreecommitdiffstats
path: root/usr.sbin/smtpd/queue_api.c (follow)
Commit message (Collapse)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
| | | | | | each .c file, and out of the .h files. To avoid overinclude. ok gilles, in principle. If this has been done right, -portable should become easier to maintain.
* Close fd if fdopen failsdoug2014-09-011-1/+5
| | | | ok gilles@
* various queue improvements:eric2014-07-081-13/+60
| | | | | | | - add a "close" hook to the backend API. - improve the sync() pattern in queue_fs: only sync at commit time and not for every envelope creation - various fixes to the experimental external queue API.
* (void) cast snprintf() that cannot truncategilles2014-04-191-2/+2
|
* obvious fixes in the external queue code.eric2013-10-271-1/+2
| | | | work-in-progress: not supported yet.
* %i -> %d in format stringseric2013-10-261-2/+2
|
* Assorted queue improvements:eric2013-07-191-0/+370
- cleanup the internal queue backend API and get rid of the QOP_* thing. - implement a queue_proc backend - rename queue_fsqueue.c to queue_fs - enable support for queue encryption - add an envelope cache - better logging and error reporting