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