summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2021-01-15Stop the -v command line argument from overriding logging brevity.rob
2021-01-14Cleanup prefix_cmp() a bit. Make sure that the return value can not overflowClaudio Jeker
2021-01-13Extend prefix_evaluate() to also be used when withdrawing a prefix.Claudio Jeker
2021-01-12In recv_packet() verify that non-multicast packets where sent to the rightClaudio Jeker
2021-01-12Send lsupdate messages to the correct neighbor address on P2P interfaces.Claudio Jeker
2021-01-12rsync is using buffered output now, so remove this FIXME commentClaudio Jeker
2021-01-12Use the interface index of struct ip_mreqn in IP_ADD_MEMBERSHIP to sendClaudio Jeker
2021-01-11- grab fullpkgpath early (to decide: hard error if not provided) ?Marc Espie
2021-01-11Stop deleting the control socket on daemon shutdown, like we did on otherRicardo Mestre
2021-01-11document how to specify multiple alternative names;Jason McIntyre
2021-01-10Exclude the 'hz' token from the lexer backdoor, so interval and profileJonathan Matthew
2021-01-09Move peer related checks from up_test_update() to rde_generate_updates()Claudio Jeker
2021-01-09Remove locally imposed limit on sockets.rob
2021-01-09Add 'strip' directivedenis
2021-01-08accept_reserve() counter function argument doesn't need to be volatile.Todd C. Miller
2021-01-08avoid extra warnings if undefined values are encounteredMarc Espie
2021-01-08Simplify the entity queue processing. There is no need to keep the entityClaudio Jeker
2021-01-08Start using the ibuf API (ibuf_dynamic, ibuf_add, ibuf_close) for writingClaudio Jeker
2021-01-07bump VM shutdown event timeout ok mlarkin@ stsp@ florian@tracey
2021-01-07Fix multiple shift/reduce conflicts in the parser because of the dependonClaudio Jeker
2021-01-06if getting the vpd data fails, don't try and parse the vpd data.David Gwynne
2021-01-06double word fix; from sean daviesJason McIntyre
2021-01-06do not call log_addr() when the address is NULLanton
2021-01-05unwrap a lineTheo Buehler
2021-01-05Refactor how traphandler verifies the code.Martijn van Duren
2021-01-05It is safe to call addr2sa with a bgpd_addr NULL pointerClaudio Jeker
2021-01-05Revert part of the last addr2sa change. When addr is NULL or AID_UNSPECClaudio Jeker
2021-01-05Add AID_VPN_IPv[46] support to addr2sa. It only converts the address partClaudio Jeker
2021-01-04Rename PFD_PIPE_ROUTE to PFD_PIPE_RDE which is a more obvious name.Claudio Jeker
2021-01-04Rework roa_cmp() so that the result does not depend on the endianess ofClaudio Jeker
2021-01-04Use log_sockaddr() in log_addr() to print a struct bgpd_addr. This wayClaudio Jeker
2021-01-04Remove BER_TYPE_BOOLEAN, it's not part of the spec and I haven't seen itMartijn van Duren
2021-01-03Create .1 backup files when acme-client is going to overwrite aFlorian Obser
2021-01-02If acme-client detects an added or removed SAN in the config fileStuart Henderson
2021-01-02Pull tls_close() and tls_free() further up, so tls_free() will alreadyTheo Buehler
2021-01-02Call tls_close() before closing the underlying socketTheo Buehler
2021-01-02replace obsolete .Li macros with .Dv and .Er as appropriateIngo Schwarze
2021-01-02Remove PIPEX{S,G}MODE ioctl(2) commands. This time they are pretty dummymvs
2020-12-31Don't leak the log message in server_sendlogTheo Buehler
2020-12-31Don't leak access.log and error.log on reload.Theo Buehler
2020-12-31Rename the pony process to dispatcher and klondike to crypto.Martijn van Duren
2020-12-30The result of getifaddrs() not used in pppoed_reload(). Remove it.Sebastian Benoit
2020-12-30getifaddrs() can return entries where ifa_addr is NULL. Check for thisSebastian Benoit
2020-12-30getifaddrs() can return entries where ifa_addr is NULL. Check for thisSebastian Benoit
2020-12-30getifaddrs() can return entries where ifa_addr is NULL. Check for thisSebastian Benoit
2020-12-30Add 'bgpctl show sets' to display information about the roa-set, as-sets,Claudio Jeker
2020-12-30Implement IMSG_CTL_SHOW_SET to get information about roa-set, as-sets andClaudio Jeker
2020-12-30Use correct IMSG type in fatal message. Also reformat some not so long lines.Claudio Jeker
2020-12-30RB_REMOVE from the correct tree. Dumb copy paste bug introduced by last commit.Claudio Jeker
2020-12-29getifaddrs() can return entries where ifa_addr is NULL. Check for thisSebastian Benoit