Age | Commit message (Expand) | Author |
2020-12-31 | Rename the pony process to dispatcher and klondike to crypto. | Martijn van Duren |
2020-09-23 | Revert agentx support for now, we're too close to release. | Martijn van Duren |
2020-09-23 | Add support for agentx to smtpd. | Martijn van Duren |
2020-05-06 | Only allow forkmda() to be called from a local action dispatcher. | Todd C. Miller |
2020-02-24 | Fix two security vulnerabilities discovered by Qualys. | Todd C. Miller |
2020-02-03 | now that mail.local(8) relies on lockspool(1) for mailbox locking, have the | Gilles Chehade |
2020-02-01 | condition to enter mda_mbox() is too strict, if user have commands in their | Gilles Chehade |
2020-01-31 | introduce mda_mbox() to handle mbox delivery in its own code path, and make | Gilles Chehade |
2019-12-18 | give a better name to a couple functions and struct fields related to | Gilles Chehade |
2019-12-13 | add IMSG_REPORT_SMTP_LINK_GREETING, IMSG_REPORT_SMTP_LINK_IDENTIFY and | Gilles Chehade |
2019-12-12 | filter protocol has an initial handshake within which smtpd tells filters | Gilles Chehade |
2019-09-03 | Exectute procs and filters from /usr/local/libexec/smtpd/ if no absolute | Martijn van Duren |
2019-07-26 | add IMSG_REPORT_SMTP_TX_RESET to imsg_to_str | Gilles Chehade |
2019-06-28 | When system calls indicate an error they return -1, not some arbitrary | Theo de Raadt |
2019-06-28 | mkstemp() returns -1 on failure | Theo de Raadt |
2019-06-27 | Allow filters to log information through stderr. This simplifies and | Martijn van Duren |
2019-06-13 | extend the resolver interface to delegate res_query() calls to the lka. | Eric Faurot |
2019-06-05 | a long long time ago, in a galaxy quite close actually, reyk@ introduced an | Gilles Chehade |
2019-03-31 | Avoid calling dup2(oldd, newd) when oldd == newd. In that case the | YASUOKA Masahiko |
2019-01-30 | revert previous commit, i wasn't happy with it and it probably came from a | Gilles Chehade |
2019-01-30 | don't be too strict with .forward permissions, it's ok to process it if the | Gilles Chehade |
2018-12-23 | remove dead code | Eric Faurot |
2018-12-23 | revive filters tracing (-T filters) to make it easier understand what is | Gilles Chehade |
2018-12-13 | do not use err() on fork_processor() exit | Gilles Chehade |
2018-12-13 | we don't want to parse a filter command line | Gilles Chehade |
2018-12-11 | do some imsg renaming to make them more clear | Gilles Chehade |
2018-12-11 | remove unused imsg names | Gilles Chehade |
2018-12-07 | Refactor certificate initialization and verification. | Eric Faurot |
2018-12-06 | bring the first bits of DATA filtering plumbing but bypass it for now | Gilles Chehade |
2018-11-25 | flock was needed by delivery_filename which was moved to the standalone MDA | Gilles Chehade |
2018-11-16 | add missing imsg names | Eric Faurot |
2018-11-03 | remove log_debug | Gilles Chehade |
2018-11-01 | allow smtpd to fork processes at startup and maintain a socketpair with | Gilles Chehade |
2018-09-04 | upon mda failure, smtpd would assume tempfail and retry. this is at odds | Gilles Chehade |
2018-07-25 | Implement a generic interface to forward resolver queries to the lka | Eric Faurot |
2018-06-28 | Don't ignore -n; OK gilles@ | Tim van der Molen |
2018-06-18 | simplify parse_config() further so it no longer has any side effect outside | Gilles Chehade |
2018-06-03 | split forkmda() in two: | Gilles Chehade |
2018-05-31 | remove 'where' parameter from all x*() functions in utils.c, it doesn't | Gilles Chehade |
2018-05-29 | RECIPIENT should really be the dest address, post-expansion, not rcpt | Gilles Chehade |
2018-05-29 | provide mail user agents with the same environments as Postfix | 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-01-27 | Avoid passing NULL to vprintf() by assigning a name to client processes. While | anton |
2017-11-21 | no need to check the sending process in imsg handlers when there is no | Eric Faurot |
2017-09-08 | remove more filter-related cruft | Eric Faurot |
2017-05-12 | queue is not owned by _smtpd but _smtpq so a bug in lookup process does not | Gilles Chehade |
2017-01-09 | smtpd joins the 7 other daemons that share the same log.c file. | Reyk Floeter |
2016-10-19 | add -F to usage() too; | Jason McIntyre |