summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/smtpctl.c
AgeCommit message (Expand)Author
2012-10-14introduce map_file.c which will deprecate map_stdio.cGilles Chehade
2012-10-10teach smtpctl how to display envelopes and messages using their id.Gilles Chehade
2012-09-19use lower case for envelope fields.Eric Faurot
2012-09-19Remove DF_ENQUEUE flag. It is mostly unused and logically broken.Eric Faurot
2012-08-30- rename show_envelope() to show_queue_envelope()Gilles Chehade
2012-08-25- introduce struct stat_valueGilles Chehade
2012-08-19coding style: replace all occurences of u_int* with uint*Charles Longeau
2012-08-18- introduce stat_backend, an API for pluggable statistic backendsGilles Chehade
2012-08-08remove useless definesEric Faurot
2012-08-07fix evpid parsing on 32bit archsEric Faurot
2012-07-09- runner is the terminology we used back when we had runqueues, we noGilles Chehade
2012-07-02Lookup queue and scheduler backends by name, rather than enum.Eric Faurot
2012-06-20Finally get rid of the queue_kind enum in the queue API. Keep thatEric Faurot
2012-05-13Remove sizes entry so it doesn't appear as a valid command in theNicholas Marriott
2012-04-15Remove dead assignments and newly created unused variables.Charles Longeau
2012-01-28- introduce the scheduler_backend APIGilles Chehade
2012-01-24Add a parameter to the queue backend init() call to specify wether theEric Faurot
2012-01-12The status field in the envelope is confusing. Its only purpose is toEric Faurot
2012-01-12Remove dead code for config reloading for now. It is not functionnalEric Faurot
2011-12-18Add missing header needed by PRI format stringCharles Longeau
2011-12-14move show_queue() and related functions from queue_shared.cEric Faurot
2011-11-23Fix Segmentation Fault when launching mailq(8)Charles Longeau
2011-11-15Qwalk, our API to linearly walk over the persistent queue, did not take theGilles Chehade
2011-10-26- fix smtpctl pause/resume so the ramqueue scheduling is done correctlyGilles Chehade
2011-10-23- smtpctl schedule no longer works, instead, use 'smtpctl schedule-id <id>'Gilles Chehade
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-08-30fix format stringCharles Longeau
2011-08-29cast all printed time_t to long long int, and change format string accordingly.Charles Longeau
2011-08-26add missing header needed by time()Charles Longeau
2011-08-16smtpctl show sizes, displays the size of queue-related structures, usefulGilles Chehade
2011-08-16add a host-tree and an envelope-tree in the ramqueue, they will be used toGilles Chehade
2011-07-21- update smtpctl.8 to reflect realityGilles Chehade
2011-05-01the smtpd env is meant to be global, so do not pass it all around.Eric Faurot
2011-04-17cleanups, cosmethic changes, functions that should be static are now staticGilles Chehade
2011-04-13following an idea from jacekm@, smtpd now uses a ram-queue instead of doingGilles Chehade
2011-04-02add stat counters for the lookup agentEric Faurot
2011-03-09smtpctl show stats displays inet4/inet6 repartition for incoming sessionsGilles Chehade
2010-11-28remove all unused headersGilles Chehade
2010-11-28a bit of .h cleanups, no functionnal changeGilles Chehade
2010-11-24add *maxactive statsTodd T. Fries
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-06-01Include birth time in smtpctl show queue raw.Jacek Masiulaniec
2010-05-31Rewrite entire queue code.Jacek Masiulaniec
2010-04-21Runner process is just a helper for queue, so tear down its imsgJacek Masiulaniec
2010-01-10- teach runner how to remove a message from queue given a message id/uidGilles Chehade
2010-01-03Implement "log verbose" and "log brief" to enable or disable verbose debugCharles Longeau
2009-12-14Control maximum number of bounce sessions similarly to how the mta and mdaJacek Masiulaniec