summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2022-08-29Clean up a couple of log lines.Martijn van Duren
2022-08-29Allow overlapping regions (if subtree claim flag is set) when the backendsMartijn van Duren
2022-08-29Use fatal("%s", __func__); instead of fatal("function_name");Claudio Jeker
2022-08-29Make sure oidbuf is initialized when we hit the overlap case.Martijn van Duren
2022-08-29Switch the DB of communities collections to a RB tree instead of anClaudio Jeker
2022-08-29Switch rde_aspath to a RB tree instead of a hash table.Claudio Jeker
2022-08-29merge updatesStuart Henderson
2022-08-29import unbound 1.16.2, ok florian@ tb@ also tested by Alex HolstStuart Henderson
2022-08-29report pending update and withdraw routes in the show neighbor output.Claudio Jeker
2022-08-29Export pending update and withdraw as part of struct peer_stats.Claudio Jeker
2022-08-29When there are two overlapping regions handled by the same backend we mightMartijn van Duren
2022-08-29When a backend disappears while handling a request, make sure that theMartijn van Duren
2022-08-29Let snmpd check a response package against the requested searchrange end.Martijn van Duren
2022-08-29static inline, not inline staticJonathan Gray
2022-08-28Make a few error messages match the actually failing function.Theo Buehler
2022-08-28Set the X.509 request version number.Joel Sing
2022-08-26Handle IMSG_SESSION_* messages immediatly when received and do not putClaudio Jeker
2022-08-26Tweaks in load_skiplist()Theo Buehler
2022-08-25Make PEM printing available through increased verbosity (-vvf)Job Snijders
2022-08-25In verbose filemode print details about encapsulated certificates.Job Snijders
2022-08-25Fix newline in JSON filemodeJob Snijders
2022-08-25Use memset() and memcpy() instead of bzero() or bcopy().Claudio Jeker
2022-08-25Plug memory leak in filemodeJob Snijders
2022-08-25Connected routes use the BGP exit nexthop while other routes need to useClaudio Jeker
2022-08-24Put the 'connection from non-peer' log message behind a verbose logging check.Claudio Jeker
2022-08-23(Re)add support for agentx in snmpdMartijn van Duren
2022-08-23log a warning if we can't resolve the ldap server hostnameJonathan Matthew
2022-08-22An RSC's EE cert mustn't have a SIA extensionTheo Buehler
2022-08-22log connect, TLS and bind errors more prominentlyJonathan Matthew
2022-08-22remove extra newlines from log messagesJonathan Matthew
2022-08-22use Ic for all config options, and Xr ypldap 8 instead of Nm when talkingJonathan Matthew
2022-08-19Check the resources in ROAs and RSCs against EE certsTheo Buehler
2022-08-19Fix nexthop lookup for connected routes.Claudio Jeker
2022-08-19Split -p into own synopsisKlemens Nanni
2022-08-19spelling;Jason McIntyre
2022-08-19Add local bind mode, where ypldap manages the YP binding file itselfJonathan Matthew
2022-08-18In kroute_insert() fix the check for multipath routes. Use a helper variableClaudio Jeker
2022-08-18Remove dangling ASPA references until we land real supportJob Snijders
2022-08-18There is no need to pass the fd to send_rtmsg(), the fd is always theClaudio Jeker
2022-08-17Use memset() instead of bzero().Claudio Jeker
2022-08-17Convert bzero() to memset(), bcmp() to memcmp() and bcopy() to memcpy().Claudio Jeker
2022-08-17Clarify and tidy up some commentsJob Snijders
2022-08-17Just use struct kif and kill struct kif_node. No need for this extraClaudio Jeker
2022-08-17Just 2 newline changes.Claudio Jeker
2022-08-17Add default case to switch to silence a warning seen with gcc.Claudio Jeker
2022-08-16Do not send kroutes from the RDE to the FIB with the true_nexthop butClaudio Jeker
2022-08-15Add initial piece for softraid(4) support on arm64Klemens Nanni
2022-08-15Neither clt_descreq nor clt_descresp in struct client need to be void *.Claudio Jeker
2022-08-15For FCGI_END_REQUEST reset the clt struct similar to what is done in theClaudio Jeker
2022-08-15plug some memory leaks in server_file_index when failures occurOmar Polo