summaryrefslogtreecommitdiffstats
path: root/usr.sbin/smtpd/pony.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* extend the resolver interface to delegate res_query() calls to the lka.eric2019-06-131-1/+2
* remove dead codeeric2018-12-231-5/+1
* do some imsg renaming to make them more cleargilles2018-12-111-3/+3
* Refactor certificate initialization and verification.eric2018-12-071-1/+6
* bring the first bits of DATA filtering plumbing but bypass it for nowgilles2018-12-061-2/+3
* bring plumbing for builtin filtersgilles2018-11-031-1/+2
* Implement a generic interface to forward resolver queries to the lkaeric2018-07-251-3/+8
* switch smtpd to new grammargilles2018-05-241-1/+2
* remove unnecessary headergilles2018-03-041-2/+1
* bypass the filter code for incoming smtp sessions.eric2017-08-131-3/+2
* smtpd joins the 7 other daemons that share the same log.c file.reyk2017-01-091-3/+2
* Streamline the daemon shutdown sequence.eric2016-09-081-22/+7
* The smtpd processes are not expected to ever leave their event loop.eric2016-09-041-4/+3
* remove noop functioneric2016-09-011-2/+1
* Implement the fork+exec pattern in smtpd.eric2016-05-281-13/+2
* add grp.h for setgroups, not necessarily required on OpenBSD but reduces diffjung2016-01-011-1/+2
* refactor smtp_session to plug into the filters infrastructuregilles2015-12-131-2/+3
* add IMSG_SMTP_CHECK_SENDER in list of smtp IMSGgilles2015-12-011-1/+2
* mechanical rename of some IMSG constantsgilles2015-11-301-5/+5
* pledge() pony and lookupgilles2015-10-141-1/+4
* use <limits.h> comprehensively. For now try to push <> includes toderaadt2015-01-201-1/+2
* get rid of mfa leftoverseric2014-07-081-2/+1
* Move RSA keys from "lka" to a new dedicated "ca" process because lkareyk2014-05-011-1/+2
* The RSA engine (used by pony) has to wait for a response from thereyk2014-04-301-3/+2
* Implement RSA privilege separation for OpenSMTPD, based on my previousreyk2014-04-291-1/+3
* Zap the mfa process. It is not currently doing anything, and content filteringeric2014-04-091-2/+1
* Merge the mda, mta and smtp processes into a single unprivilegederic2014-04-041-0/+222