summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/smtpctl.c
AgeCommit message (Expand)Author
2014-04-22malloc -> callocGilles Chehade
2014-04-19(void) cast a strlcpy() that cannot truncateGilles Chehade
2014-04-04Merge the mda, mta and smtp processes into a single unprivilegedEric Faurot
2014-02-17new "smtpctl show status" command to show if mta/mda/smtp are currently runni...Eric Faurot
2014-02-04Allow the admin to pause relaying to a specific domain:Eric Faurot
2013-12-26bcopy -> memmoveEric Faurot
2013-11-13document smtpctl "show hosts" and "show relays".Eric Faurot
2013-10-30add "smtpctl show relays" and "smtpctl show hosts" commandsEric Faurot
2013-10-27Implement a feedback mechanism which allows the mta to "hold" envelopesEric Faurot
2013-10-25local enqueuer improvements:Eric Faurot
2013-10-25Improve reporting in smtpctl and a few fixes.Eric Faurot
2013-07-19Many MTA improvements:Eric Faurot
2013-07-19scheduler improvements:Eric Faurot
2013-07-19New implementation for smtpctl and the command line parser. AllowsEric Faurot
2013-07-19Get rid of env->sc_pw and env->sc_pwqueue. Early queue initializationEric Faurot
2013-05-24sync with OpenSMTPD 5.3.2Eric Faurot
2013-04-17large time_t problemsTheo de Raadt
2013-04-12replace MAX_LINE_SIZE and SMTP_LINE_MAX with SMTPD_MAXLINESIZE forEric Faurot
2013-02-14- smtpctl trace expand, enables tracing of aliases expansionGilles Chehade
2013-01-28- introduce 'smtpctl trace lookup' to trace lookup processGilles Chehade
2013-01-26Sync with our smtpd repo:Gilles Chehade
2012-11-23Replace the qwalk API (to retreive on disk envelopes at runtime) withEric Faurot
2012-11-20Allow "smtpctl show queue" to run in "online" mode if the smtpd serverEric Faurot
2012-11-13Simplify the smtpctl code: add a try_connect() function to test ifEric Faurot
2012-11-12Cleanups and improvements:Eric Faurot
2012-10-26add a new uptime.human entry in stats, derived from uptime, but displayedCharles Longeau
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