summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/smtpctl.c
AgeCommit message (Expand)Author
2 daysIn smtpd enable fdpassing on all imsgbufs apart from the one in mproc.cClaudio Jeker
2 daysUnify error reporting in various control programs.Claudio Jeker
2 daysbgpd and smtpd include their own imsgbuf_read_nofd() implementation.Claudio Jeker
2 daysRename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush toClaudio Jeker
2023-05-31add missing include of time.hOmar Polo
2023-05-15cast to '(long long)' instead of '(long long int)'Omar Polo
2022-02-25Whitespace.Rob Pierce
2021-06-14add required headers for smtpd.h and remove unnecessary ones in other files.Eric Faurot
2021-05-26replaces calls to err(3)/errx(3) with fatal()/fatalx() from log.cEric Faurot
2020-02-24Fix two security vulnerabilities discovered by Qualys.Todd C. Miller
2020-01-06do not allow passing options to smtpctl encryptGilles Chehade
2019-07-23include grp.h for setgroups()Gilles Chehade
2019-07-02Replace mkstemp/fdopen/unlink dances with tmpfile.Martijn van Duren
2019-01-14correctly retrieve envelope strings. fixes mailq output.Eric Faurot
2018-05-31remove 'where' parameter from all x*() functions in utils.c, it doesn'tGilles Chehade
2018-05-24switch smtpd to new grammarGilles Chehade
2018-05-14kill corrupt / uncorrupt queue mechanism as it has never been usable and itGilles Chehade
2018-04-26sync log.h with other daemonsEric Faurot
2018-03-14newaliases is so 70s, very tied to the 'db' table backend (which has notGilles Chehade
2018-01-30don't reject smtp responses containing non-printable chars as longEric Faurot
2018-01-26allow unpriviledged user to run "encrypt" and "spf walk"Eric Faurot
2018-01-06Import gilles@'s standalone spfwalk utility into smtpctl(8) asSunil Nimmagadda
2017-07-27smtpctl(8): Use an int to determine mode instead of __progname.Sunil Nimmagadda
2017-05-19- switch to recallocarrayEric Faurot
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