summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2024-09-19Remove spaces before EOL.Claudio Jeker
2024-09-19document how to add a restricted socketDenis Fondras
2024-09-18zic: cherrypick support for %z in time zone formatsTodd C. Miller
2024-09-16Mention psp(4) in vm.conf(5) man page.Alexander Bluhm
2024-09-15__STDC_VERSION__ not __STDC_VERSION; ok miod@Jonathan Gray
2024-09-15Improve the log messages and white spaces.YASUOKA Masahiko
2024-09-15Keep the number of requests for a DAE server below 64 to avoidYASUOKA Masahiko
2024-09-15Add "delete" command to "radiusctl ipcp". Also, send "stop" that wasYASUOKA Masahiko
2024-09-15Handle EAGAIN properly and fix the log when disconnected.YASUOKA Masahiko
2024-09-12Reintroduce check that CRL Number is in rangeTheo Buehler
2024-09-11Implement AMD SEV support in vmd(8).Alexander Bluhm
2024-09-10Use doc/html link for consistencyTheo Buehler
2024-09-10Add reference to the manifest numbers draftTheo Buehler
2024-09-10Be more careful with aspath that have 0 length (aka the empty AS_PATH).Claudio Jeker
2024-09-10community_copy needs to check if nentries is 0 and handle that specially.Claudio Jeker
2024-09-10AID_VPN_IPv4 and AID_VPN_IPv6 require a labellen that is non-zero.Claudio Jeker
2024-09-10Enfroce proper encoding of ASPA announce/withdraw PDU.Claudio Jeker
2024-09-10Use reallocarray() instead of recallocarray(), this code does not need theClaudio Jeker
2024-09-09Handle the CLUSTER_LIST attribute as described in RFC7606Claudio Jeker
2024-09-09There is no need for an explicit size check for IMSG_RECONF_ASPA_TASClaudio Jeker
2024-09-09Use msgbuf_init() instead of hand initalizing the msgbuf.Claudio Jeker
2024-09-08rpki-client: fix typos in comments and one in a warning messageTheo Buehler
2024-09-06Interpret the argument of '%c' as an integer instead of a string.Martin Pieuchot
2024-09-05Bump versionClaudio Jeker
2024-09-05have sysmerge and sysupgrade Xr each other;Jason McIntyre
2024-09-05note that "|" and ":include:" are disallowed for root;Jason McIntyre
2024-09-05remove note falsely claiming that :include: is disallowedJason McIntyre
2024-09-04Remove deprecated '-r' command line optionJob Snijders
2024-09-04Qualifying nexthops via BGP does not properly work since nexthops needClaudio Jeker
2024-09-04Call pfkey_remove() only after the Session Engine finished reloading itsClaudio Jeker
2024-09-04merge unbound 1.21.0Stuart Henderson
2024-09-04import unbound 1.21.0, ok phessler florianStuart Henderson
2020-08-24update to unbound 1.11.0, tests tb@ dtucker@, ok tb@Stuart Henderson
2019-09-11import unbound 1.9.3, thanks gonzalo@ dtucker@ for tests.Stuart Henderson
2014-11-20update to Unbound 1.5.0, ok sthen@Brad Smith
2024-09-03fix some typos; courtesy of codespell; ok gilles@Omar Polo
2024-09-03Make state file parsing errors more explicit. Also don't leak the deltas.Theo Buehler
2024-09-03Also gate SPL statistics behind 'experimental' command line optionJob Snijders
2024-09-03In rrdp_session_parse() set the last_reset time to now if the .state fileClaudio Jeker
2024-09-03bump versionGilles Chehade
2024-09-02Increase number of concurrent RRDP session handler slotsJob Snijders
2024-09-02Coding of the handling of errors for <sequence number> hadn't be completed.YASUOKA Masahiko
2024-08-29Unify proc_parser_* as far as possible and reasonableTheo Buehler
2024-08-29Improve warning messageJob Snijders
2024-08-29Periodically reinitialize RRDP sessions to snapshot at random intervalsJob Snijders
2024-08-28Stop printing the "syscall" bit in the header line, too.Christian Weisgerber
2024-08-28Introduce peer_is_up() and use it instead of peer->state == PEER_UP checksClaudio Jeker
2024-08-28Check the max_prefix and max_out_prefix limit during config reload.Claudio Jeker
2024-08-28sync ibuf_realloc() copy with libutilTheo Buehler
2024-08-27Mechanically change inet_aton to inet_pton.Florian Obser