summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2018-11-08Set sc_server.srv_tls value for "LISTEN ON STRING opttls".akoshibe
2018-11-08Close the fingerprints file in the child after it has been loaded.Bryan Steele
2018-11-08Currently, switchd(8) defaults to listening on port 6633, which was theakoshibe
2018-11-08Hoist opening pf.os(5) fingerprints '-o' earlier so that it doesn'tBryan Steele
2018-11-08introduce smtp-in keyword in grammar so we can report smtp-in and smtp-outGilles Chehade
2018-11-08when reporting tx events, report tx idGilles Chehade
2018-11-08add protocol version to report lines and reorder timestampGilles Chehade
2018-11-08Introduce rde_update_queue_pending() similar to rib_dump_pending() it checksClaudio Jeker
2018-11-08Committed wrong version. Check the flags against the fib flags from theClaudio Jeker
2018-11-08Only whack the RIB and recreate it if the the FIB distribution flags changedClaudio Jeker
2018-11-08tcpdrop(8) needs to access only two files, in this case /etc/hosts andRicardo Mestre
2018-11-07report "." as a protocol-client event, it is the commit command, not reallyGilles Chehade
2018-11-07avoid freeing r twice in error case; OK otto@miko
2018-11-06Use TLS_CA_CERT_FILE instead of a separate define.Joel Sing
2018-11-05snmpd(8)'s main process needs to open the config file and /dev/pf both withRicardo Mestre
2018-11-05mark up AUTHORS; from raf czlonkaJason McIntyre
2018-11-05F_RIB_HASNOFIB is defined, let's use itdenis
2018-11-05Be stricter with TLS configuration for ntpd constraints.Joel Sing
2018-11-04Graceful BGP Session Shutdown is a real RFC, add it to the list.Claudio Jeker
2018-11-04Introduce a real Adj-RIB-Out. At the same time remove the update_ribClaudio Jeker
2018-11-04some tweaks from raf czlonka, plus one more from me;Jason McIntyre
2018-11-04Pledge ripe and rde.remi
2018-11-04isalpha(3) requires an unsigned char value (or -1).Philip Guenther
2018-11-03hostnames are case-sensitive of course...Gilles Chehade
2018-11-03we no longer need smtpf_session.cGilles Chehade
2018-11-03s->filter_phase and s->filter_param must be assigned earlierGilles Chehade
2018-11-03only apply filter rules to filtered interfacesGilles Chehade
2018-11-03check-rdns builtin filter, to be improvedGilles Chehade
2018-11-03bring plumbing for proc filtersGilles Chehade
2018-11-03bring plumbing for builtin filtersGilles Chehade
2018-11-03remove log_debugGilles Chehade
2018-11-02report rDNS in link connect eventGilles Chehade
2018-11-02smtp_report_link_connect() should be called from smtp_connected()Gilles Chehade
2018-11-02when reporting smtp-in link-connect event, report src and dest port tooGilles Chehade
2018-11-02pass struct sockaddr_storage instead of ss_to_text() in reportingGilles Chehade
2018-11-02report connection event earlierGilles Chehade
2018-11-02in-smtp -> smtp-in in reporting protocolGilles Chehade
2018-11-02add REG_NOSUB to flags in regcompileGilles Chehade
2018-11-01log_warn() -> log_warnx() and only display warning that running commandsGilles Chehade
2018-11-01teach smtp process how to report smtp events to lka and teach lka how toGilles Chehade
2018-11-01introduce K_REGEX table type and table_regex_match(), unused for nowGilles Chehade
2018-11-01allow smtpd to fork processes at startup and maintain a socketpair withGilles Chehade
2018-11-01fix typosdenis
2018-11-01- odd condition/test in PF lexerAlexandr Nedvedicky
2018-10-31smtp_tx_mail_from() and smtp_tx_rcpt_to() should take a const char *lineGilles Chehade
2018-10-31set a banner_sent flag in a session when banner was sent, this is noop asGilles Chehade
2018-10-31add helper valid_smtp_response() to be used in upcoming commitsGilles Chehade
2018-10-31in rule_to_text(), use "tls" not "starttls"Gilles Chehade
2018-10-31log tls events as "tls" not "starttls" it has confused peopleGilles Chehade
2018-10-31Remove extra ,Claudio Jeker