summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2023-04-17Reverse the polarity of flowspec_cmp() so it works better with ourClaudio Jeker
2023-04-17Convert all users of parse_number() to also process the next elementClaudio Jeker
2023-04-17In parse_prefix and parse_addr only touch the addr if the functions isClaudio Jeker
2023-04-17Passing argv as tripple indirect pointer to match_token() is just strange.Claudio Jeker
2023-04-17Rework how communities are parsed. Use tha fact that argv and argc areClaudio Jeker
2023-04-17Implement a basic API to work with flowspec NLRI.Claudio Jeker
2023-04-16if (actually... when) the compiler is flipped to do BTI/ENDBR by default,Theo de Raadt
2023-04-16Fix (and simplify) link speed reporting.Mark Kettenis
2023-04-16vmd(8): correct comment in vioraw, cleanup formatting.Dave Voutila
2023-04-16vmd(8): clean up fd closing in vmm process.Dave Voutila
2023-04-15Introduce an ANYTOKEN token which can be used instead of NOTOKEN to allowClaudio Jeker
2023-04-15Disallow issuer and subject unique identifiersJob Snijders
2023-04-14Add two missing void to appease clang 15Theo Buehler
2023-04-14A tab snuck inTheo Buehler
2023-04-13Check whether products listed on a manifest were issued by the same authority...Job Snijders
2023-04-13Simplify how IMSG_CTL_SHOW_RIB_COMMUNITIES is constructed. This can justClaudio Jeker
2023-04-13Sort commands alphabetically both in the tables and manpage.Claudio Jeker
2023-04-12bgpctl network bulk requires now the specification of 'add' or 'delete'.Claudio Jeker
2023-04-12remove duplicate linesJonathan Gray
2023-04-12Align printing of geofeed records in filemodeJob Snijders
2023-04-07Pass a pt_entry pointer to rib_get() and rib_add().Claudio Jeker
2023-04-05If ndp -d did not find a neigbor entry, it removed the cloning routeAlexander Bluhm
2023-04-05Refactor port definitions to also support service names like bgp.Claudio Jeker
2023-04-05Rename family with af to follow pfctl/parse.y a bit more.Claudio Jeker
2023-04-04Remove stylistic differences between arp(8) and ndp(8) delete()Alexander Bluhm
2023-04-04Cleanup parse.y a bit. Move global defines a bit down. Move mrtdump andClaudio Jeker
2023-04-03Add first step of flowspec support. This adds the bits to establish aClaudio Jeker
2023-04-02vmd(8): migrate vmd_vm.vm_ttyname to char array.Dave Voutila
2023-04-01avoid use of uninitialised memoryJonathan Gray
2023-03-31When the slowcgi timeout fires but no process what yet started terminateClaudio Jeker
2023-03-31Only send the used portion of struct idm_req in imsgs from the ldapclientJonathan Matthew
2023-03-30Add the protocol used to sync the repository to the open-metric output.Claudio Jeker
2023-03-30Refactor extract_prefix() to first do the length checks and only thenClaudio Jeker
2023-03-30Extra space in struct field definitions. NFCClaudio Jeker
2023-03-30Put the size of the pt_entry object into the struct itself.Claudio Jeker
2023-03-29Instead of storing the short TAL name as repouri use the first TAL URIClaudio Jeker
2023-03-29Mark the struct aid name as const char * since it points to static memory.Claudio Jeker
2023-03-29Switch prefix_adjout_get and new prefix_adjout_first to use a pt_entryClaudio Jeker
2023-03-28In pt_fill set the refcnt to its maximum value to trigger an errorClaudio Jeker
2023-03-28Instead of exracting the prefix into a bgpd_addr and passing that toClaudio Jeker
2023-03-28More pt_entry cleanup, move structure definitions to rde_prefix.c andClaudio Jeker
2023-03-28Introduce a semaphore to protect intermediate state from different RTRClaudio Jeker
2023-03-28Use pt_size from struct rde_memstats instead of computing it by hand.Claudio Jeker
2023-03-28Include the memory size usage of the prefix tree in rde_memstats.Claudio Jeker
2023-03-28Refactor mrt_dump_entry_v2() to use a dynamic buffer to hold the prefix.Claudio Jeker
2023-03-28Switch role logic in rde_aspa_validity() since this may need to be extended.Claudio Jeker
2023-03-26Another missing #include <openssl/err.h>Theo Buehler
2023-03-26Add missing #include <openssl/err.h>Theo Buehler
2023-03-22Bump versionClaudio Jeker
2023-03-21Improve length checks for ATTR_MP_REACH_NLRI.Claudio Jeker