summaryrefslogtreecommitdiffstats
path: root/usr.sbin (follow)
Commit message (Expand)AuthorAgeFilesLines
* get rid of useless casts on setsockopt callsdlg2018-11-121-7/+7
* Fix resolver_getaddrinfo(): use NULL strings in underlying messageseric2018-11-111-8/+7
* accept NULL as a valid string in the proc message formating api.eric2018-11-111-2/+16
* accept "interface ifX" without parameters. Extend the man page to showremi2018-11-112-4/+8
* Mention the default address (0.0.0.0) and port (6653) that switchd(8)akoshibe2018-11-111-2/+5
* the default for triggered-updates is no.remi2018-11-101-3/+3
* fix error message when querying a non-existent tabledenis2018-11-102-5/+7
* add support for setting the traffic class on ipv6 packets.dlg2018-11-102-9/+15
* Document interactions of rad(8), carp(4), and SOII:stsp2018-11-091-2/+14
* The 'recvfd' and 'inet' promises are no longer required by tcpdump(8)brynet2018-11-091-2/+2
* Set sc_server.srv_tls value for "LISTEN ON STRING opttls".akoshibe2018-11-081-1/+2
* Close the fingerprints file in the child after it has been loaded.brynet2018-11-081-1/+2
* Currently, switchd(8) defaults to listening on port 6633, which was theakoshibe2018-11-082-5/+6
* Hoist opening pf.os(5) fingerprints '-o' earlier so that it doesn'tbrynet2018-11-084-116/+63
* introduce smtp-in keyword in grammar so we can report smtp-in and smtp-outgilles2018-11-081-4/+5
* when reporting tx events, report tx idgilles2018-11-085-21/+64
* add protocol version to report lines and reorder timestampgilles2018-11-081-24/+27
* Introduce rde_update_queue_pending() similar to rib_dump_pending() it checksclaudio2018-11-081-2/+28
* Committed wrong version. Check the flags against the fib flags from theclaudio2018-11-081-2/+2
* Only whack the RIB and recreate it if the the FIB distribution flags changedclaudio2018-11-081-5/+6
* tcpdrop(8) needs to access only two files, in this case /etc/hosts andmestre2018-11-081-2/+10
* report "." as a protocol-client event, it is the commit command, not reallygilles2018-11-071-1/+2
* avoid freeing r twice in error case; OK otto@miko2018-11-071-2/+2
* Use TLS_CA_CERT_FILE instead of a separate define.jsing2018-11-062-4/+4
* Use TLS_CA_CERT_FILE instead of a separate define.jsing2018-11-063-6/+6
* Use TLS_CA_CERT_FILE instead of a separate define.jsing2018-11-061-4/+2
* Use TLS_CA_CERT_FILE instead of a separate define.jsing2018-11-063-6/+6
* snmpd(8)'s main process needs to open the config file and /dev/pf both withmestre2018-11-052-3/+7
* mark up AUTHORS; from raf czlonkajmc2018-11-051-3/+3
* F_RIB_HASNOFIB is defined, let's use itdenis2018-11-051-2/+2
* Be stricter with TLS configuration for ntpd constraints.jsing2018-11-051-8/+2
* Graceful BGP Session Shutdown is a real RFC, add it to the list.claudio2018-11-042-4/+15
* Introduce a real Adj-RIB-Out. At the same time remove the update_ribclaudio2018-11-044-202/+105
* some tweaks from raf czlonka, plus one more from me;jmc2018-11-041-4/+4
* Pledge ripe and rde.remi2018-11-045-15/+16
* isalpha(3) requires an unsigned char value (or -1).guenther2018-11-041-2/+2
* hostnames are case-sensitive of course...gilles2018-11-031-2/+2
* we no longer need smtpf_session.cgilles2018-11-032-60/+1
* s->filter_phase and s->filter_param must be assigned earliergilles2018-11-031-4/+4
* only apply filter rules to filtered interfacesgilles2018-11-034-29/+32
* check-rdns builtin filter, to be improvedgilles2018-11-035-31/+85
* bring plumbing for proc filtersgilles2018-11-035-51/+124
* bring plumbing for builtin filtersgilles2018-11-039-102/+735
* remove log_debuggilles2018-11-031-3/+1
* report rDNS in link connect eventgilles2018-11-025-13/+17
* smtp_report_link_connect() should be called from smtp_connected()gilles2018-11-021-4/+4
* when reporting smtp-in link-connect event, report src and dest port toogilles2018-11-021-5/+17
* pass struct sockaddr_storage instead of ss_to_text() in reportinggilles2018-11-025-18/+28
* report connection event earliergilles2018-11-021-4/+4
* in-smtp -> smtp-in in reporting protocolgilles2018-11-021-9/+9