summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2023-06-30sepcific -> specificJonathan Gray
2023-06-30let check_table() also print table@anchor when it exitsAlexandr Nedvedicky
2023-06-29Update to nsd 4.7.0Florian Obser
2023-06-29Spaces vs tabsClaudio Jeker
2010-01-15NSD v3.2.4Jakob Schlyter
2023-06-29Rewrite pfe_route() to actually work on 64bit archs since IPv6 had to beClaudio Jeker
2023-06-29rpki-client: fix vap_pas statsTheo Buehler
2023-06-29In rrdp_session_save() stop the loop over deltas once MAX_RRDP_DELTASClaudio Jeker
2023-06-29Retire log.cTheo Buehler
2023-06-29There no longer is a need to wrap the (now AFI-agnostic) ASPA providers in ob...Job Snijders
2023-06-28drop needless strcspn in the header parsingOmar Polo
2023-06-28The warning noise due to the ASPA transition is just that: noise.Theo Buehler
2023-06-27Inform fw_update(8) about qcpas(4) pattern.Patrick Wildt
2023-06-27Make it possible to store the kstack or ustack in a map (as value, not key).Claudio Jeker
2023-06-27Document the map specific functions (count, max, min, sum) in their ownClaudio Jeker
2023-06-27remove allupdates marker, it was only used by the short-livedMarc Espie
2023-06-26Decode and validate ASPA objects following the v1 syntaxJob Snijders
2023-06-26Start using the new ibuf API in eigrpd. One ibuf_seek() still left sinceClaudio Jeker
2023-06-26Improve the conn_err() bufferevent error callback. To better report errors.Claudio Jeker
2023-06-26Update and refactor dvrmpd to use the new ibu API.Claudio Jeker
2023-06-25remove ssl_init()Omar Polo
2023-06-25remove ssl_init()Omar Polo
2023-06-24Remove a pair of parens and make one check more consistent with the othersTheo Buehler
2023-06-23Fix warning about empty ipAddressesOrRangesTheo Buehler
2023-06-23smtpd: allow arguments on NOOPOmar Polo
2023-06-23Use consistent idiom for X509_get_ext_d2i()Theo Buehler
2023-06-23Improve detection of RRDP session desynchronizationClaudio Jeker
2023-06-23rpki-client: check for duplicate certificate extensionsTheo Buehler
2023-06-23rpki-client: disallow empty sets of IP Addresses or AS numbersTheo Buehler
2023-06-22Use new ibu API, switch from ibuf_seek() to ibuf_set().Claudio Jeker
2023-06-22KNFClaudio Jeker
2023-06-21clear errno before strtoull as it may already be set to ERANGEOmar Polo
2023-06-21avoid truncation of filtered data linesOmar Polo
2023-06-21add "fib reload" support to ospf6d/ospf6ctl, and trigger itStuart Henderson
2023-06-21Simplify and clean up the code. Try to use more ibuf idioms but theClaudio Jeker
2023-06-21Convert string2binary() to use new ibuf api instead of working with anClaudio Jeker
2023-06-21Update ospf6d to use new ibuf api.Claudio Jeker
2023-06-21Remove extra newlinesClaudio Jeker
2023-06-20Update ospfd to use new ibuf api.Claudio Jeker
2023-06-20Use new ibuf API in rpki-client.Claudio Jeker
2023-06-20tweak fragment handling error messages a bitMarc Espie
2023-06-20Ensure CRLs carry the correct versionJob Snijders
2023-06-20Add compliance checks for the version, KU, and EKU of TAK/MFT/GBR EE certsJob Snijders
2023-06-20Ensure the X.509 version is V3Job Snijders
2023-06-20Be explicit when SIA is without rsync accessLocationJob Snijders
2023-06-20Replace a ibuf_reserve() dance to add a NUL byte with ibuf_add_zero(buf, 1).Claudio Jeker
2023-06-20Fix diagnostic values emitted in warnxJob Snijders
2023-06-18remove ca_verify_cb(). was initially used for debugging, then theOmar Polo
2023-06-18sync imsg_to_str() with the list of imsg types in smtpd.hOmar Polo
2023-06-18relax absolute path requirement for configtest (-n)Omar Polo