summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd
AgeCommit message (Expand)Author
2018-12-23when a filter chain is only used once, no need to create a named chain, itGilles Chehade
2018-12-23when passing mail-from parameter to filters, pass the '<' '>' free versionGilles Chehade
2018-12-23simplify builtinsGilles Chehade
2018-12-23revive filters tracing (-T filters) to make it easier understand what isGilles Chehade
2018-12-22introduce 'rcpt-to' builtin filter, can only be used on 'rcpt-to' hookGilles Chehade
2018-12-22introduce 'mail-from' builtin filter, can be applied on the 'mail-from',Gilles Chehade
2018-12-22introduce 'helo' builtin filter, can be used on any hook but 'connect'Gilles Chehade
2018-12-22remove lka_filter_response() which is no longer used, and reshuffle a bitGilles Chehade
2018-12-22simplify filter_protocol / filter_protocol_next by factoring codeGilles Chehade
2018-12-22simplify filter_data() and filter_data_next() by factoring logicGilles Chehade
2018-12-22tree_xget() -> tree_get()Gilles Chehade
2018-12-22reuse existing tokens for builtin filter names to avoid creating too manyGilles Chehade
2018-12-22introduce new matching criteria 'from rdns' to match sessions based on rDNSGilles Chehade
2018-12-22remove spaceGilles Chehade
2018-12-21since we already support regex lookups in tables for builtin filters, let'sGilles Chehade
2018-12-21do not tree_xget() sessions in filter_protocol_next(), filter_data_next() &Gilles Chehade
2018-12-21- make the proc filter fd non-blockingGilles Chehade
2018-12-21in lka_filter_init(), split into two passes, one to deal with filters thenGilles Chehade
2018-12-21use ss_src in src builtin filtersGilles Chehade
2018-12-21implement some additional builtin filters:Gilles Chehade
2018-12-21start simplifying log lines, they're no longer intended to be parseable, weGilles Chehade
2018-12-21bring in new grammar for filters, allowing filter chains and plugging ofGilles Chehade
2018-12-20the ciphers part of tls log lines doesn't need to be quoted, mta_session.cGilles Chehade
2018-12-20use HOST_NAME_MAX+1 instead of MAXHOSTNAMELEN, also avoids including theGilles Chehade
2018-12-20use the machine hostname, not localhost, in mail.maildir.cGilles Chehade
2018-12-20change the format of ssl_to_text() to match that of io's, this only affectGilles Chehade
2018-12-20call smtp_check_noparam() on RSET, DATA, NOOP, QUIT, WIZGilles Chehade
2018-12-17use new cert helpers for mta sessionsEric Faurot
2018-12-17set the return pointer to NULL when receiving a 0-sized data.Eric Faurot
2018-12-14let smtpd fatal on misbehaving proc filtersGilles Chehade
2018-12-14use new cert helpers for incoming smtp sessionsEric Faurot
2018-12-13in event reports, use a struct timeval instead of time_t since we want moreGilles Chehade
2018-12-13do not use err() on fork_processor() exitGilles Chehade
2018-12-13only allow builtin filters to declare which hook they listen to in the confGilles Chehade
2018-12-13we don't want to parse a filter command lineGilles Chehade
2018-12-12remove unused prototypesGilles Chehade
2018-12-12add tx-data reporting eventGilles Chehade
2018-12-12zap trailing whitespace;Jason McIntyre
2018-12-12upon MAIL or RCPT errors, only trigger report_smtp_tx_{mail,rcpt} events ifGilles Chehade
2018-12-11remove filter action "rewrite" can only be done from a proc filterGilles Chehade
2018-12-11do some imsg renaming to make them more clearGilles Chehade
2018-12-11remove unused imsg namesGilles Chehade
2018-12-11these files are no longer usedGilles Chehade
2018-12-11factor smtp-in and smtp-out reporting codeGilles Chehade
2018-12-11report filter responses to smtpGilles Chehade
2018-12-11fix previousEric Faurot
2018-12-11generate an event when a helo name identifies a linkGilles Chehade
2018-12-11remove unnecessary calls to getsockname()Eric Faurot
2018-12-11Improve the cert_*() interface. Use the return value to tell whetherEric Faurot
2018-12-09no need to pass rdns and fcrdns info to helo/ehlo proc filter linesGilles Chehade