Age | Commit message (Expand) | Author |
2018-11-05 | snmpd(8)'s main process needs to open the config file and /dev/pf both with | Ricardo Mestre |
2018-11-05 | mark up AUTHORS; from raf czlonka | Jason McIntyre |
2018-11-05 | F_RIB_HASNOFIB is defined, let's use it | denis |
2018-11-05 | Be stricter with TLS configuration for ntpd constraints. | Joel Sing |
2018-11-04 | Graceful BGP Session Shutdown is a real RFC, add it to the list. | Claudio Jeker |
2018-11-04 | Introduce a real Adj-RIB-Out. At the same time remove the update_rib | Claudio Jeker |
2018-11-04 | some tweaks from raf czlonka, plus one more from me; | Jason McIntyre |
2018-11-04 | Pledge ripe and rde. | remi |
2018-11-04 | isalpha(3) requires an unsigned char value (or -1). | Philip Guenther |
2018-11-03 | hostnames are case-sensitive of course... | Gilles Chehade |
2018-11-03 | we no longer need smtpf_session.c | Gilles Chehade |
2018-11-03 | s->filter_phase and s->filter_param must be assigned earlier | Gilles Chehade |
2018-11-03 | only apply filter rules to filtered interfaces | Gilles Chehade |
2018-11-03 | check-rdns builtin filter, to be improved | Gilles Chehade |
2018-11-03 | bring plumbing for proc filters | Gilles Chehade |
2018-11-03 | bring plumbing for builtin filters | Gilles Chehade |
2018-11-03 | remove log_debug | Gilles Chehade |
2018-11-02 | report rDNS in link connect event | Gilles Chehade |
2018-11-02 | smtp_report_link_connect() should be called from smtp_connected() | Gilles Chehade |
2018-11-02 | when reporting smtp-in link-connect event, report src and dest port too | Gilles Chehade |
2018-11-02 | pass struct sockaddr_storage instead of ss_to_text() in reporting | Gilles Chehade |
2018-11-02 | report connection event earlier | Gilles Chehade |
2018-11-02 | in-smtp -> smtp-in in reporting protocol | Gilles Chehade |
2018-11-02 | add REG_NOSUB to flags in regcompile | Gilles Chehade |
2018-11-01 | log_warn() -> log_warnx() and only display warning that running commands | Gilles Chehade |
2018-11-01 | teach smtp process how to report smtp events to lka and teach lka how to | Gilles Chehade |
2018-11-01 | introduce K_REGEX table type and table_regex_match(), unused for now | Gilles Chehade |
2018-11-01 | allow smtpd to fork processes at startup and maintain a socketpair with | Gilles Chehade |
2018-11-01 | fix typos | denis |
2018-11-01 | - odd condition/test in PF lexer | Alexandr Nedvedicky |
2018-10-31 | smtp_tx_mail_from() and smtp_tx_rcpt_to() should take a const char *line | Gilles Chehade |
2018-10-31 | set a banner_sent flag in a session when banner was sent, this is noop as | Gilles Chehade |
2018-10-31 | add helper valid_smtp_response() to be used in upcoming commits | Gilles Chehade |
2018-10-31 | in rule_to_text(), use "tls" not "starttls" | Gilles Chehade |
2018-10-31 | log tls events as "tls" not "starttls" it has confused people | Gilles Chehade |
2018-10-31 | Remove extra , | Claudio Jeker |
2018-10-31 | Show the number of references hold by struct rde_aspath objects (which should | Claudio Jeker |
2018-10-31 | Remove tail queues which link peer, aspath and prefix together. These | Claudio Jeker |
2018-10-31 | Never remove the default RIBs from the RDE. | Claudio Jeker |
2018-10-31 | ifstated(8) needs to load configfile from within the main loop, but also to | Ricardo Mestre |
2018-10-30 | add missing Pf macro; ok jmc@ | anton |
2018-10-30 | ospf6d does not support reloading so its parent proc does not need | remi |
2018-10-30 | in mda.c, when reading the last line of an mda, we should never have a \n | Gilles Chehade |
2018-10-30 | typo; from bryan stenson | Jason McIntyre |
2018-10-29 | The parent process of ospfd is not supposed to write or execute files. | remi |
2018-10-29 | Replace some walkers using the aspath/prefix lists with a rib_dump walker. | Claudio Jeker |
2018-10-29 | Fix route-collector mode by allowing the RDE to disable the decision process | Claudio Jeker |
2018-10-28 | Properly handle symlinks. | Antoine Jacoutot |
2018-10-26 | If we pass `file' via args then we need to unveil(2) it with read permission, | Ricardo Mestre |
2018-10-26 | Show how much memory is used for *-sets. | Claudio Jeker |