summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd/lka.c
AgeCommit message (Expand)Author
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
2015-12-12move the cert verify code to its own function outside the imsg handlingGilles Chehade
2015-12-12smtp / mta have been factored in the same process months ago, factor theGilles Chehade
2015-12-12Implement senders map.Sunil Nimmagadda
2015-12-12prepare for asynchronous certificate verify, needed for a mechanicalGilles Chehade
2015-12-11rename field member + whitespacesGilles Chehade
2015-11-30bring lka_mailaddrmap(), currently unused, required by sendermap/masqueradeGilles Chehade
2015-11-30mechanical rename of some IMSG constantsGilles Chehade
2015-10-14whitespacesGilles Chehade
2015-10-14pledge() pony and lookupGilles Chehade
2015-10-02reset static pointer to NULL after we free it, just in case another bugGilles Chehade
2015-01-20use <limits.h> comprehensively. For now try to push <> includes toTheo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2014-09-03if crypt(3) fails return an authentication errorGiovanni Bechis
2014-07-10make the control process broadcast verbose/profile admin requests directly,Eric Faurot
2014-07-08Update the table API: lookup functions can take an optional parametersEric Faurot
2014-05-22when we reduced the number of iovec's we passed through an imsg, the iovecGilles Chehade
2014-05-01Move RSA keys from "lka" to a new dedicated "ca" process because lkaReyk Floeter
2014-04-29Implement RSA privilege separation for OpenSMTPD, based on my previousReyk Floeter
2014-04-15reply with correct imsg when using non-system auth.Eric Faurot
2014-04-09need to change imsg type before forwarding.Eric Faurot
2014-04-04Merge the mda, mta and smtp processes into a single unprivilegedEric Faurot
2014-02-04pki code cleanupEric Faurot