summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/smtpctl.c
AgeCommit message (Expand)Author
2017-01-09smtpd joins the 7 other daemons that share the same log.c file.Reyk Floeter
2016-09-04Remove the "smtpctl stop" command.Eric Faurot
2016-09-03get rid of the type-checking system on internal messages.Eric Faurot
2016-04-29fix "smtpctl show queue" reporting "invalid" envelope state.Eric Faurot
2016-03-17Last parameter to execl[e]() functions *must* be cast to a pointer.Kenneth R Westerback
2016-02-12Cleanup getopt(3) mis-use in sendmail compat code.Sunil Nimmagadda
2016-02-09rename variable sun to s_un to ease portabilityGilles Chehade
2016-02-03NULL initialize two file pointers to make it more obvious when reading thatGilles Chehade
2015-12-28remove spaces after '!'Joerg Jung
2015-12-22fix sendmail options parsingGilles Chehade
2015-12-22Kill a trailing whitespace that snuck in with previous commit.Sunil Nimmagadda
2015-12-21Start accepting some sendmail compatible commandline arguments.Sunil Nimmagadda
2015-12-11whitespaceGilles Chehade
2015-12-10While listing envelopes using mailq(or smtpctl show queue), passSunil Nimmagadda
2015-12-07Merge makemap(8) into smtpctl(8).Sunil Nimmagadda
2015-12-05EAGAIN handling for imsg_read. OK henning@ benno@Claudio Jeker
2015-11-05Implement smtpctl uncorrupt <msgid>Sunil Nimmagadda
2015-10-29Implement smtpctl discover <evpid|msgid>.Sunil Nimmagadda
2015-10-28Remove dead code.Sunil Nimmagadda
2015-10-27enqueue pledge: getmailname() needs dns, ~/dead.letter needs cpath/wpathGilles Chehade
2015-10-16Implement real "flock" request and add it to userland programs thatTodd C. Miller
2015-10-15Let "all" as an argument for "resume envelope", "pause envelope"Sunil Nimmagadda
2015-10-13let the enqueuer pledge() in both online and offline modesGilles Chehade
2015-10-12do not umask() [with the wrong umask] around mkstemp() calls, no matterTheo de Raadt
2015-10-09turn our local enqueuer setgid _smtpq and restrict access to offline queue,Gilles Chehade
2015-10-06fix chdir() call for the sake of correctnessGilles Chehade
2015-10-06fix reallocarray() constructs to always use temporary variableGilles Chehade
2015-01-20use <limits.h> comprehensively. For now try to push <> includes toTheo de Raadt
2014-07-20Make sure the correct errno is reported by warn* or err* and notPhilip Guenther
2014-07-08get rid of mfa leftoversEric Faurot
2014-07-07Allow to enable profiling at runtime and fix timings output.Eric Faurot
2014-05-23use reallocarrayMarc Espie
2014-05-20format string cleanup: change "%i" to "%d" and fix a few typosEric Faurot
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