summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/smtpctl
AgeCommit message (Expand)Author
2015-12-28build smtpd and smtpctl with -Werror-implicit-function-declarationSebastian Benoit
2015-12-09Install aliases(5), forward(5), makemap(8) and newaliases(8) manpagesSunil Nimmagadda
2015-12-07Merge makemap(8) into smtpctl(8).Sunil Nimmagadda
2015-12-01cleanup MakefileGilles Chehade
2015-10-09turn our local enqueuer setgid _smtpq and restrict access to offline queue,Gilles Chehade
2015-10-06The performance hit for -fstack-protector-all is worth it here.Theo de Raadt
2014-09-29lightly document mailq; ok gillesJason McIntyre
2014-04-01Remove -ggdb -g3, this shouldn't be hereFederico G. Schwindt
2014-01-18Remove -Wbounded: it is now the compiler default.Martynas Venckus
2013-10-26Simplify code for loading and dumping envelopes. Makes it much easierEric Faurot
2013-07-19Assorted queue improvements:Eric Faurot
2013-07-19New implementation for smtpctl and the command line parser. AllowsEric Faurot
2013-05-24sync with OpenSMTPD 5.3.2Eric Faurot
2013-01-26Sync with our smtpd repo:Gilles Chehade
2012-10-07convert iobuf_queue()'s to iobuf_fqueue(). (idea from gilles@)Charles Longeau
2012-09-01- remove crypto_backendGilles Chehade
2012-08-29Introduce the crypto_backend API and provide support for... encrypted queueGilles Chehade
2012-08-26missing DPADD ... sorryGilles Chehade
2012-08-26- use the same compression algorithm, gzip, for message file and envelopesGilles Chehade
2012-08-25Add compress_backend, allowing compression of messages and envelopes in the q...Charles Longeau
2012-08-18- introduce stat_backend, an API for pluggable statistic backendsGilles Chehade
2012-01-11implement an envelope_ascii API that's not tied to a specific queue_backendGilles Chehade
2011-12-14move show_queue() and related functions from queue_shared.cEric Faurot
2011-11-02simpler implementation of smtpctl local enqueuer that does not need libevent.Eric Faurot
2011-10-23fsqueue no longer stores envelopes by dumping the structure, instead use aGilles Chehade
2011-09-01Introduce a small set of functions to manage stat counters in aEric Faurot
2011-04-14fsqueue queue backend will implement a filesystem queue:Gilles Chehade
2010-10-09backout the "new" queue code commited 4 months ago. it has many good ideas,Gilles Chehade
2010-06-01new queue, again; gcc2 compile tested by deraadtJacek Masiulaniec
2010-06-01New queue doesn't compile on gcc2, back out. Spotted by deraadt@Jacek Masiulaniec
2010-05-31Rewrite entire queue code.Jacek Masiulaniec
2010-05-26Move imsg into libutil and add a man page.Nicholas Marriott
2009-12-23Implementation of RFC 2920 PIPELINING extension, client side only for now.Jacek Masiulaniec
2009-09-15Extend SMTP client_* API to support SSL+AUTH, and use it in the mtaJacek Masiulaniec
2009-08-27Implement client side of the SMTP protocol in a library-like module.Jacek Masiulaniec
2009-03-23repair library use. this was detected on the vax, a nice static linkingTheo de Raadt
2009-03-16smtpctl goes to usr.sbin; ok gilles@Jacek Masiulaniec
2009-01-29Common queue walking code for smtpd and smtpctl. Kills majority of showqueue.c,Jacek Masiulaniec
2009-01-27follow the naming convention of other files, discussed with jacekm@Gilles Chehade
2009-01-27first bricks of enqueue code which allows smtpctl to submit mail to queueGilles Chehade
2008-12-21Add more compile time checking; fix warnings reported by gcc.Jacek Masiulaniec
2008-12-06- teach smtpctl how to inspect queue and runqueue, it supports two commandsGilles Chehade
2008-12-05- smtpctl utility to control the smtpd, don't expect too much yet as it isGilles Chehade