summaryrefslogtreecommitdiffstats
path: root/usr.sbin/smtpd/smtpctl (follow)
Commit message (Expand)AuthorAgeFilesLines
* unbreak newaliases.mortimer2018-07-031-1/+3
* Import gilles@'s standalone spfwalk utility into smtpctl(8) assunil2018-01-061-3/+5
* no need to generate y.tab.h if nothing uses it, set YFLAGS to nothingespie2017-07-031-1/+2
* for some time now mandoc has not required MLINKS to functionjmc2016-03-301-2/+1
* build smtpd and smtpctl with -Werror-implicit-function-declarationbenno2015-12-281-1/+2
* Install aliases(5), forward(5), makemap(8) and newaliases(8) manpagessunil2015-12-091-2/+2
* Merge makemap(8) into smtpctl(8).sunil2015-12-071-1/+11
* cleanup Makefilegilles2015-12-011-7/+17
* turn our local enqueuer setgid _smtpq and restrict access to offline queue,gilles2015-10-091-2/+3
* The performance hit for -fstack-protector-all is worth it here.deraadt2015-10-061-1/+2
* lightly document mailq; ok gillesjmc2014-09-291-1/+2
* Remove -ggdb -g3, this shouldn't be herefgsch2014-04-011-2/+2
* Remove -Wbounded: it is now the compiler default.martynas2014-01-181-2/+2
* Simplify code for loading and dumping envelopes. Makes it much easiereric2013-10-261-2/+2
* Assorted queue improvements:eric2013-07-191-2/+2
* New implementation for smtpctl and the command line parser. Allowseric2013-07-191-4/+4
* sync with OpenSMTPD 5.3.2eric2013-05-241-1/+1
* Sync with our smtpd repo:gilles2013-01-261-1/+2
* convert iobuf_queue()'s to iobuf_fqueue(). (idea from gilles@)chl2012-10-071-1/+2
* - remove crypto_backendgilles2012-09-011-4/+4
* Introduce the crypto_backend API and provide support for... encrypted queuegilles2012-08-291-4/+4
* missing DPADD ... sorrygilles2012-08-261-3/+3
* - use the same compression algorithm, gzip, for message file and envelopesgilles2012-08-261-2/+2
* Add compress_backend, allowing compression of messages and envelopes in the queue.chl2012-08-251-2/+3
* - introduce stat_backend, an API for pluggable statistic backendsgilles2012-08-181-2/+2
* implement an envelope_ascii API that's not tied to a specific queue_backendgilles2012-01-111-3/+3
* move show_queue() and related functions from queue_shared.ceric2011-12-141-2/+2
* simpler implementation of smtpctl local enqueuer that does not need libevent.eric2011-11-021-4/+6
* fsqueue no longer stores envelopes by dumping the structure, instead use agilles2011-10-231-2/+2
* Introduce a small set of functions to manage stat counters in aeric2011-09-011-2/+2
* fsqueue queue backend will implement a filesystem queue:gilles2011-04-141-2/+2
* backout the "new" queue code commited 4 months ago. it has many good ideas,gilles2010-10-091-2/+2
* new queue, again; gcc2 compile tested by deraadtjacekm2010-06-011-2/+2
* New queue doesn't compile on gcc2, back out. Spotted by deraadt@jacekm2010-06-011-2/+2
* Rewrite entire queue code.jacekm2010-05-311-2/+2
* Move imsg into libutil and add a man page.nicm2010-05-261-3/+2
* Implementation of RFC 2920 PIPELINING extension, client side only for now.jacekm2009-12-231-3/+3
* Extend SMTP client_* API to support SSL+AUTH, and use it in the mtajacekm2009-09-151-1/+2
* Implement client side of the SMTP protocol in a library-like module.jacekm2009-08-271-2/+3
* repair library use. this was detected on the vax, a nice static linkingderaadt2009-03-231-2/+3
* smtpctl goes to usr.sbin; ok gilles@jacekm2009-03-161-2/+2
* Common queue walking code for smtpd and smtpctl. Kills majority of showqueue.c,jacekm2009-01-291-2/+2
* follow the naming convention of other files, discussed with jacekm@gilles2009-01-271-2/+2
* first bricks of enqueue code which allows smtpctl to submit mail to queuegilles2009-01-271-2/+2
* Add more compile time checking; fix warnings reported by gcc.jacekm2008-12-211-1/+7
* - teach smtpctl how to inspect queue and runqueue, it supports two commandsgilles2008-12-061-2/+2
* - smtpctl utility to control the smtpd, don't expect too much yet as it isgilles2008-12-051-0/+15