Age | Commit message (Expand) | Author |
2018-12-26 | get rid of the unused dict argument in table lookup and fetch api. | Eric Faurot |
2018-12-26 | unbreak VPN routes installation into FIB | denis |
2018-12-26 | move the table backend name in the backend struct. | Eric Faurot |
2018-12-26 | when passing message to filters, do not worry yet about handling DATA | Gilles Chehade |
2018-12-23 | remove dead code | Eric Faurot |
2018-12-23 | the tree_* and dict_* api's in smtpd can be used standalone, do not have | Gilles Chehade |
2018-12-23 | Simplify the table backend interface: lookup results are returned | Eric Faurot |
2018-12-23 | when a filter chain is only used once, no need to create a named chain, it | Gilles Chehade |
2018-12-23 | when passing mail-from parameter to filters, pass the '<' '>' free version | Gilles Chehade |
2018-12-23 | simplify builtins | Gilles Chehade |
2018-12-23 | revive filters tracing (-T filters) to make it easier understand what is | Gilles Chehade |
2018-12-22 | bgpctl can cause bgpd to do a lot of work (e.g. dumping all of the RIB) | Claudio Jeker |
2018-12-22 | introduce 'rcpt-to' builtin filter, can only be used on 'rcpt-to' hook | Gilles Chehade |
2018-12-22 | introduce 'mail-from' builtin filter, can be applied on the 'mail-from', | Gilles Chehade |
2018-12-22 | introduce 'helo' builtin filter, can be used on any hook but 'connect' | Gilles Chehade |
2018-12-22 | remove lka_filter_response() which is no longer used, and reshuffle a bit | Gilles Chehade |
2018-12-22 | simplify filter_protocol / filter_protocol_next by factoring code | Gilles Chehade |
2018-12-22 | simplify filter_data() and filter_data_next() by factoring logic | Gilles Chehade |
2018-12-22 | tree_xget() -> tree_get() | Gilles Chehade |
2018-12-22 | reuse existing tokens for builtin filter names to avoid creating too many | Gilles Chehade |
2018-12-22 | introduce new matching criteria 'from rdns' to match sessions based on rDNS | Gilles Chehade |
2018-12-22 | remove space | Gilles Chehade |
2018-12-21 | since we already support regex lookups in tables for builtin filters, let's | Gilles Chehade |
2018-12-21 | do not tree_xget() sessions in filter_protocol_next(), filter_data_next() & | Gilles Chehade |
2018-12-21 | - make the proc filter fd non-blocking | Gilles Chehade |
2018-12-21 | in lka_filter_init(), split into two passes, one to deal with filters then | Gilles Chehade |
2018-12-21 | use ss_src in src builtin filters | Gilles Chehade |
2018-12-21 | implement some additional builtin filters: | Gilles Chehade |
2018-12-21 | start simplifying log lines, they're no longer intended to be parseable, we | Gilles Chehade |
2018-12-21 | bring in new grammar for filters, allowing filter chains and plugging of | Gilles Chehade |
2018-12-21 | do not try merging packages that are already kept, the forward dependency | Marc Espie |
2018-12-20 | the ciphers part of tls log lines doesn't need to be quoted, mta_session.c | Gilles Chehade |
2018-12-20 | use HOST_NAME_MAX+1 instead of MAXHOSTNAMELEN, also avoids including the | Gilles Chehade |
2018-12-20 | use the machine hostname, not localhost, in mail.maildir.c | Gilles Chehade |
2018-12-20 | change the format of ssl_to_text() to match that of io's, this only affect | Gilles Chehade |
2018-12-20 | call smtp_check_noparam() on RSET, DATA, NOOP, QUIT, WIZ | Gilles Chehade |
2018-12-20 | zap whitespace | anton |
2018-12-20 | LLDP has it's own group address, so teach tcpdump about it. | David Gwynne |
2018-12-19 | Adjust bgpctl now that filter_extcommunity is no more. | Claudio Jeker |
2018-12-19 | Fold ext-communities into filter_community so that bgpd can match | Claudio Jeker |
2018-12-18 | Rework previous: use getopt(3) to parse options passed to the worker process. | anton |
2018-12-18 | Rework how socket fds are passed around internally. This will allow | Ted Unangst |
2018-12-18 | show log/reset/stop as single commands, like usage() currently does; | Jason McIntyre |
2018-12-17 | I'm an idiot, of course kept packages need adjusting as well | Marc Espie |
2018-12-17 | path_empty() is not a function and does not need a prototype. | Claudio Jeker |
2018-12-17 | use new cert helpers for mta sessions | Eric Faurot |
2018-12-17 | set the return pointer to NULL when receiving a 0-sized data. | Eric Faurot |
2018-12-16 | bad choice of name. don't reuse the same method name to mean different | Marc Espie |
2018-12-16 | missing annotation after refactor | Marc Espie |
2018-12-16 | the width code was moved to State.pm a while ago, remove last remnants | Marc Espie |