Age | Commit message (Expand) | Author |
2 days | In smtpd enable fdpassing on all imsgbufs apart from the one in mproc.c | Claudio Jeker |
2 days | Unify error reporting in various control programs. | Claudio Jeker |
2 days | bgpd and smtpd include their own imsgbuf_read_nofd() implementation. | Claudio Jeker |
2 days | Rename imsg_init, imsg_clear, imsg_read, imsg_write and imsg_flush to | Claudio Jeker |
2023-05-31 | add missing include of time.h | Omar Polo |
2023-05-15 | cast to '(long long)' instead of '(long long int)' | Omar Polo |
2022-02-25 | Whitespace. | Rob Pierce |
2021-06-14 | add required headers for smtpd.h and remove unnecessary ones in other files. | Eric Faurot |
2021-05-26 | replaces calls to err(3)/errx(3) with fatal()/fatalx() from log.c | Eric Faurot |
2020-02-24 | Fix two security vulnerabilities discovered by Qualys. | Todd C. Miller |
2020-01-06 | do not allow passing options to smtpctl encrypt | Gilles Chehade |
2019-07-23 | include grp.h for setgroups() | Gilles Chehade |
2019-07-02 | Replace mkstemp/fdopen/unlink dances with tmpfile. | Martijn van Duren |
2019-01-14 | correctly retrieve envelope strings. fixes mailq output. | Eric Faurot |
2018-05-31 | remove 'where' parameter from all x*() functions in utils.c, it doesn't | Gilles Chehade |
2018-05-24 | switch smtpd to new grammar | Gilles Chehade |
2018-05-14 | kill corrupt / uncorrupt queue mechanism as it has never been usable and it | Gilles Chehade |
2018-04-26 | sync log.h with other daemons | Eric Faurot |
2018-03-14 | newaliases is so 70s, very tied to the 'db' table backend (which has not | Gilles Chehade |
2018-01-30 | don't reject smtp responses containing non-printable chars as long | Eric Faurot |
2018-01-26 | allow unpriviledged user to run "encrypt" and "spf walk" | Eric Faurot |
2018-01-06 | Import gilles@'s standalone spfwalk utility into smtpctl(8) as | Sunil Nimmagadda |
2017-07-27 | smtpctl(8): Use an int to determine mode instead of __progname. | Sunil Nimmagadda |
2017-05-19 | - switch to recallocarray | Eric Faurot |
2017-01-09 | smtpd joins the 7 other daemons that share the same log.c file. | Reyk Floeter |
2016-09-04 | Remove the "smtpctl stop" command. | Eric Faurot |
2016-09-03 | get rid of the type-checking system on internal messages. | Eric Faurot |
2016-04-29 | fix "smtpctl show queue" reporting "invalid" envelope state. | Eric Faurot |
2016-03-17 | Last parameter to execl[e]() functions *must* be cast to a pointer. | Kenneth R Westerback |
2016-02-12 | Cleanup getopt(3) mis-use in sendmail compat code. | Sunil Nimmagadda |
2016-02-09 | rename variable sun to s_un to ease portability | Gilles Chehade |
2016-02-03 | NULL initialize two file pointers to make it more obvious when reading that | Gilles Chehade |
2015-12-28 | remove spaces after '!' | Joerg Jung |
2015-12-22 | fix sendmail options parsing | Gilles Chehade |
2015-12-22 | Kill a trailing whitespace that snuck in with previous commit. | Sunil Nimmagadda |
2015-12-21 | Start accepting some sendmail compatible commandline arguments. | Sunil Nimmagadda |
2015-12-11 | whitespace | Gilles Chehade |
2015-12-10 | While listing envelopes using mailq(or smtpctl show queue), pass | Sunil Nimmagadda |
2015-12-07 | Merge makemap(8) into smtpctl(8). | Sunil Nimmagadda |
2015-12-05 | EAGAIN handling for imsg_read. OK henning@ benno@ | Claudio Jeker |
2015-11-05 | Implement smtpctl uncorrupt <msgid> | Sunil Nimmagadda |
2015-10-29 | Implement smtpctl discover <evpid|msgid>. | Sunil Nimmagadda |
2015-10-28 | Remove dead code. | Sunil Nimmagadda |
2015-10-27 | enqueue pledge: getmailname() needs dns, ~/dead.letter needs cpath/wpath | Gilles Chehade |
2015-10-16 | Implement real "flock" request and add it to userland programs that | Todd C. Miller |
2015-10-15 | Let "all" as an argument for "resume envelope", "pause envelope" | Sunil Nimmagadda |
2015-10-13 | let the enqueuer pledge() in both online and offline modes | Gilles Chehade |
2015-10-12 | do not umask() [with the wrong umask] around mkstemp() calls, no matter | Theo de Raadt |
2015-10-09 | turn our local enqueuer setgid _smtpq and restrict access to offline queue, | Gilles Chehade |
2015-10-06 | fix chdir() call for the sake of correctness | Gilles Chehade |