summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2018-11-21Allow rad(8) to watch interface groups; e.g. "interface tap" in rad.conf.Reyk Floeter
2018-11-20DNS goes over both udp and tcp, so reflect that in example pf.conf line;Otto Moerbeek
2018-11-20Fix when ber_free_elements is called with a NULL-value.Martijn van Duren
2018-11-20move a magic constant into a magic defineTed Unangst
2018-11-20unveil(2) boot images which are specified by -o option. Also exitYASUOKA Masahiko
2018-11-18Use correct name when printing the error message that a network prefix-setClaudio Jeker
2018-11-18later versions of 802.1Q replaced the vlan CFI field with DEIDavid Gwynne
2018-11-18handle the 802.1Q i-tag format for provider backbone bridges.David Gwynne
2018-11-17tcpdump(8) monitor process privdropBryan Steele
2018-11-16add missing imsg namesEric Faurot
2018-11-16when using smtps, tls initialisation must occur after FILTER_CONNECTEDEric Faurot
2018-11-16Don't fatal if IPV6_LEAVE_GROUP fails.Reyk Floeter
2018-11-14Plug memory leak in host()'s error code pathRicardo Mestre
2018-11-14Remove an unneeded union wrapping the skipsteps pointer.Claudio Jeker
2018-11-14Adjust comment.Claudio Jeker
2018-11-13Remove #if'ed 0 code around a broken pledge. Due to some ioctls and sysctlsRicardo Mestre
2018-11-12simplify code for resolver_getnaimeinfo()Eric Faurot
2018-11-12get rid of useless casts on setsockopt callsDavid Gwynne
2018-11-11Fix resolver_getaddrinfo(): use NULL strings in underlying messagesEric Faurot
2018-11-11accept NULL as a valid string in the proc message formating api.Eric Faurot
2018-11-11accept "interface ifX" without parameters. Extend the man page to showremi
2018-11-11Mention the default address (0.0.0.0) and port (6653) that switchd(8)akoshibe
2018-11-10the default for triggered-updates is no.remi
2018-11-10fix error message when querying a non-existent tabledenis
2018-11-10add support for setting the traffic class on ipv6 packets.David Gwynne
2018-11-09Document interactions of rad(8), carp(4), and SOII:Stefan Sperling
2018-11-09The 'recvfd' and 'inet' promises are no longer required by tcpdump(8)Bryan Steele
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