summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/lka.c
AgeCommit message (Expand)Author
2019-06-27Allow filters to log information through stderr. This simplifies andMartijn van Duren
2019-06-13extend the resolver interface to delegate res_query() calls to the lka.Eric Faurot
2019-01-05introduce smtp 'timeout' reporting event to notify filters that a timeoutGilles Chehade
2018-12-28remove the tag workaround for table_create() and table_find(),Eric Faurot
2018-12-26reorder parameters for consistencyEric Faurot
2018-12-26get rid of the unused dict argument in table lookup and fetch api.Eric Faurot
2018-12-23remove dead codeEric Faurot
2018-12-21bring in new grammar for filters, allowing filter chains and plugging ofGilles Chehade
2018-12-13in event reports, use a struct timeval instead of time_t since we want moreGilles Chehade
2018-12-12add tx-data reporting eventGilles Chehade
2018-12-11do some imsg renaming to make them more clearGilles Chehade
2018-12-11factor smtp-in and smtp-out reporting codeGilles Chehade
2018-12-11report filter responses to smtpGilles Chehade
2018-12-11generate an event when a helo name identifies a linkGilles Chehade
2018-12-09no longer pass rdns in all filtering requests, they can be retrieved fromGilles Chehade
2018-12-09add client and listener address, as well as client rDNS and FCrDNS lookupGilles Chehade
2018-12-07Refactor certificate initialization and verification.Eric Faurot
2018-12-06link-connect event report had an empty fcrdns field, but now that eric@ hasGilles Chehade
2018-12-06introduce tx-mail and tx-rcpt report eventsGilles Chehade
2018-12-06bring the first bits of DATA filtering plumbing but bypass it for nowGilles Chehade
2018-11-30prepare for smtp-out reporting and while at it, make a few changes to theGilles Chehade
2018-11-08when reporting tx events, report tx idGilles Chehade
2018-11-03check-rdns builtin filter, to be improvedGilles Chehade
2018-11-03bring plumbing for builtin filtersGilles Chehade
2018-11-02report rDNS in link connect eventGilles Chehade
2018-11-02pass struct sockaddr_storage instead of ss_to_text() in reportingGilles Chehade
2018-11-01teach smtp process how to report smtp events to lka and teach lka how toGilles Chehade
2018-11-01allow smtpd to fork processes at startup and maintain a socketpair withGilles Chehade
2018-07-25Implement a generic interface to forward resolver queries to the lkaEric Faurot
2018-06-16rework the table API so that it takes a struct smtpd * context in parameterGilles Chehade
2018-05-31remove 'where' parameter from all x*() functions in utils.c, it doesn'tGilles Chehade
2018-05-29no need to parse and dump the relayhost in the lookup process.Eric Faurot
2018-05-24switch smtpd to new grammarGilles Chehade
2018-01-03Use crypt_checkpass(3) instead of crypt(3).Sunil Nimmagadda
2017-11-27Show correct command execution status by checking against updateSunil Nimmagadda
2017-11-21no need to check the sending process in imsg handlers when there is noEric Faurot
2017-05-17Introduce more use of freezero(). Also, remove ptr conditionals beforeTheo de Raadt
2017-01-09smtpd joins the 7 other daemons that share the same log.c file.Reyk Floeter
2016-09-08Streamline the daemon shutdown sequence.Eric Faurot
2016-09-04The smtpd processes are not expected to ever leave their event loop.Eric Faurot
2016-09-03in lka specifically, use initgroups() so that users may share files betweenGilles Chehade
2016-09-01remove noop functionEric Faurot
2016-05-28Implement the fork+exec pattern in smtpd.Eric Faurot
2016-01-22in lka process, revoke proc/exec pledges after privsep-ed table backendsGilles Chehade
2016-01-04add proc and exec to pledge in lka, required to run external add-ons outside ofJoerg Jung
2015-12-28remove spaces after '!'Joerg Jung
2015-12-14remove trailing whitespaceJoerg Jung
2015-12-12remove CA from pki and no longer allow specifying a CA with 'pki' keyword.Gilles Chehade
2015-12-12if no certificate matches name AND fallback hint was given, search for aGilles Chehade
2015-12-12remove empty lineGilles Chehade