summaryrefslogtreecommitdiffstats
path: root/usr.sbin/smtpd/parser.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* provide a better error message for invalid smtpctl commandsgilles2020-01-061-1/+6
* cmd_dump() is unusedgilles2017-07-311-15/+1
* rename a variable to avoid a warninggilles2015-01-091-15/+15
* Allow the admin to pause relaying to a specific domain:eric2014-02-041-1/+86
* fix smtpctl resume routeeric2013-12-061-2/+2
* %i -> %d in format stringseric2013-10-261-4/+4
* Improve reporting in smtpctl and a few fixes.eric2013-10-251-2/+2
* New implementation for smtpctl and the command line parser. Allowseric2013-07-191-239/+200
* sync with OpenSMTPD 5.3.2eric2013-05-241-4/+3
* - smtpctl trace expand, enables tracing of aliases expansiongilles2013-02-141-1/+3
* - introduce 'smtpctl trace lookup' to trace lookup processgilles2013-01-281-1/+3
* Sync with our smtpd repo:gilles2013-01-261-11/+59
* knferic2012-11-231-19/+19
* introduce map_file.c which will deprecate map_stdio.cgilles2012-10-141-4/+19
* teach smtpctl how to display envelopes and messages using their id.gilles2012-10-101-1/+15
* - rename show_envelope() to show_queue_envelope()gilles2012-08-301-2/+1
* coding style: replace all occurences of u_int* with uint*chl2012-08-191-2/+2
* Remove sizes entry so it doesn't appear as a valid command in thenicm2012-05-131-2/+1
* Remove dead code for config reloading for now. It is not functionnaleric2012-01-121-2/+1
* - fix smtpctl pause/resume so the ramqueue scheduling is done correctlygilles2011-10-261-7/+7
* - smtpctl schedule no longer works, instead, use 'smtpctl schedule-id <id>'gilles2011-10-231-5/+6
* smtpctl show sizes, displays the size of queue-related structures, usefulgilles2011-08-161-1/+2
* - update smtpctl.8 to reflect realitygilles2011-07-211-1/+15
* following an idea from jacekm@, smtpd now uses a ram-queue instead of doinggilles2011-04-131-15/+1
* remove all unused headersgilles2010-11-281-12/+2
* a bit of .h cleanups, no functionnal changegilles2010-11-281-1/+2
* backout the "new" queue code commited 4 months ago. it has many good ideas,gilles2010-10-091-13/+6
* move some things around to make intentions clear. not really a functionaltedu2010-09-041-9/+13
* new queue, again; gcc2 compile tested by deraadtjacekm2010-06-011-4/+11
* New queue doesn't compile on gcc2, back out. Spotted by deraadt@jacekm2010-06-011-11/+4
* Rewrite entire queue code.jacekm2010-05-311-4/+11
* - teach runner how to remove a message from queue given a message id/uidgilles2010-01-101-1/+8
* Implement "log verbose" and "log brief" to enable or disable verbose debugchl2010-01-031-1/+9
* smtpctl reload is work in progress, do not expose it and make sure smtpd'sgilles2009-10-251-2/+2
* missing headergilles2009-08-081-1/+2
* teach smtpctl's parser how to deal with parameters that are not necessarilygilles2009-02-241-2/+23
* Implement "smtpctl show stats"; ok gilles@jacekm2009-01-291-1/+2
* - smtp can now pause/resume the accepting of incoming messagesgilles2009-01-041-1/+3
* - runner is now capable of pausing/resuming the scheduling of deliveriesgilles2009-01-041-2/+18
* Break showqueue and showrunqueue into 2 words; ok gilles@jacekm2008-12-271-9/+8
* - teach smtpctl how to inspect queue and runqueue, it supports two commandsgilles2008-12-061-1/+3
* - smtpctl utility to control the smtpd, don't expect too much yet as it isgilles2008-12-051-0/+167