Age | Commit message (Expand) | Author |
2018-11-08 | Set sc_server.srv_tls value for "LISTEN ON STRING opttls". | akoshibe |
2018-11-08 | Close the fingerprints file in the child after it has been loaded. | Bryan Steele |
2018-11-08 | Currently, switchd(8) defaults to listening on port 6633, which was the | akoshibe |
2018-11-08 | Hoist opening pf.os(5) fingerprints '-o' earlier so that it doesn't | Bryan Steele |
2018-11-08 | introduce smtp-in keyword in grammar so we can report smtp-in and smtp-out | Gilles Chehade |
2018-11-08 | when reporting tx events, report tx id | Gilles Chehade |
2018-11-08 | add protocol version to report lines and reorder timestamp | Gilles Chehade |
2018-11-08 | Introduce rde_update_queue_pending() similar to rib_dump_pending() it checks | Claudio Jeker |
2018-11-08 | Committed wrong version. Check the flags against the fib flags from the | Claudio Jeker |
2018-11-08 | Only whack the RIB and recreate it if the the FIB distribution flags changed | Claudio Jeker |
2018-11-08 | tcpdrop(8) needs to access only two files, in this case /etc/hosts and | Ricardo Mestre |
2018-11-07 | report "." as a protocol-client event, it is the commit command, not really | Gilles Chehade |
2018-11-07 | avoid freeing r twice in error case; OK otto@ | miko |
2018-11-06 | Use TLS_CA_CERT_FILE instead of a separate define. | Joel Sing |
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 |