summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2020-12-29getifaddrs() can return entries where ifa_addr is NULL. Check for thisSebastian Benoit
2020-12-29getifaddrs() can return entries where ifa_addr is NULL. Check for thisSebastian Benoit
2020-12-29In preparation for RTR support change the representation of the roa-setClaudio Jeker
2020-12-29Fix calloc in GBRjob
2020-12-29sync usage() with SYNOPSIS; the -S option remainsJason McIntyre
2020-12-29getifaddrs() can return entries where ifa_addr is NULL. Check for thisClaudio Jeker
2020-12-29Only skip routes with a loopback gateway for network static and connected.Claudio Jeker
2020-12-24First fulfil all challenges then tell the CA that it should check.Florian Obser
2020-12-23smtpd's filter state machine can prematurely release resourcesTodd C. Miller
2020-12-23Fix a memory leak: use a single memory allocation for struct addrinfo andEric Faurot
2020-12-23BGP uses KEEPALIVE packets and the HOLD timer to detect stalled sessions.Claudio Jeker
2020-12-23Use regfree after we're done with preg.Martijn van Duren
2020-12-21The plumbing already allowed for smtp authentication, hook it up to the -aMartijn van Duren
2020-12-21Use NI_NUMERICSERV. We don't use the result and it's faster and is aMartijn van Duren
2020-12-21Now that a NULL string is marshalled as NULL again we can drop someClaudio Jeker
2020-12-20rename pkg_add's pod files to avoid filenames with colonsDaniel Dickman
2020-12-20Onlly call event_del if there are events enabled, since not all libeventsMartijn van Duren
2020-12-20Free filter_name in lka_filter_endMartijn van Duren
2020-12-19remove extra sTheo Buehler
2020-12-18In io_str_read() return 0-length strings as NULL pointers instead ofClaudio Jeker
2020-12-18Add details to -F flagsolene
2020-12-18Use asprintf with %.*s to construct the path based on the mft fileClaudio Jeker
2020-12-17Log reason a request is NAK'ed, as well as any problems sending theKenneth R Westerback
2020-12-11Make the timer code independent of struct peer this way it can be usedClaudio Jeker
2020-12-11Tracing syscalls which conflict with reserved bt(5) keywords currentlyanton
2020-12-10merge unbound 1.13.0Stuart Henderson
2020-12-10import unbound 1.13.0, heavy lifting done by florian@Stuart Henderson
2020-12-10update to nsd 4.3.4Florian Obser