Age | Commit message (Expand) | Author |
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 |
2018-12-14 | let smtpd fatal on misbehaving proc filters | Gilles Chehade |
2018-12-14 | use new cert helpers for incoming smtp sessions | Eric Faurot |
2018-12-14 | sync usage(); also, stop enclosing arg names in quotes, since it was | Jason McIntyre |
2018-12-13 | in event reports, use a struct timeval instead of time_t since we want more | Gilles Chehade |
2018-12-13 | do not use err() on fork_processor() exit | Gilles Chehade |
2018-12-13 | only allow builtin filters to declare which hook they listen to in the conf | Gilles Chehade |
2018-12-13 | Revert last. Breaks landisk snap building for currently unknown | Kenneth R Westerback |
2018-12-13 | we don't want to parse a filter command line | Gilles Chehade |
2018-12-13 | split the status display in two, so that I can explicitly show I'm | Marc Espie |
2018-12-13 | fix printf statements when compiled with -DDEBUG. | Martijn van Duren |
2018-12-13 | various minor tweaks; ok mlarkin | Jason McIntyre |