summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2023-03-19mda_expand_format: simplify token name extraction for %{name}Todd C. Miller
2023-03-19Fix a potential NULL dereference in the unpriv child expanding %{mda}.Todd C. Miller
2023-03-17Fix rtr_parse_aspa(), the spas array is actually not copied over intoClaudio Jeker
2023-03-16When syslogd is sending messages via UDP to a remote loghost, itAlexander Bluhm
2023-03-15Show MFTs as part of the signature pathJob Snijders
2023-03-14Prep for rpki-client 8.3Claudio Jeker
2023-03-14rpki-client: disallow AIA in self-signed certsTheo Buehler
2023-03-13Don't lookup the signature path's expiry for trust anchor certsJob Snijders
2023-03-13In filemode, also print details for .cer certificatesJob Snijders
2023-03-13Check that the CMS signing-time is not after the MFT's nextUpdateJob Snijders
2023-03-13In filemode, display the moment the signature path will expireJob Snijders
2023-03-13Check that the CMS signing-time isn't after the X.509 notAfterJob Snijders
2023-03-13typo fix; ok claudioJason McIntyre
2023-03-13vmd(8): backout ns8250 changes.Dave Voutila
2023-03-13In filemode for ROAs/ASPAs display when the Signature path will expireJob Snijders
2023-03-13Extend bgplgd to handle leaked and invalid options to show rib.Claudio Jeker
2023-03-13Extend bgpctl show rib with two new options:Claudio Jeker
2023-03-13Add F_CTL_LEAKED and F_CTL_INELIGIBLE flags for bgpctl to show leakedClaudio Jeker
2023-03-13Try to explain that the neighor role is required to enable bothClaudio Jeker
2023-03-13Merge calling print_certification_path() into adjacent else branchJob Snijders
2023-03-13Fix potential underflow when printing STP data.Moritz Buhl
2023-03-13Refactor whats printed when in filemodeJob Snijders
2023-03-13Fix usbpcap handler to properly detect overflows using TCHECK macros.Claudio Jeker
2023-03-13Revert accidental change from explicit to implicit tagging in r1.86.Theo Buehler
2023-03-13Rename some data fields to closer match their provenanceJob Snijders
2023-03-12zap a tabTheo Buehler
2023-03-12Alphabetically sort various bits and pieces - mechanical changeJob Snijders