summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2024-08-27Use getaddrinfo to parse IP addresses and lookup names.Florian Obser
2024-08-27Use getaddrinfo to parse IP addresses and lookup names.Florian Obser
2024-08-24Change DHCP_SYNC_LEASE messages from log_info to log_debug, they resultStuart Henderson
2024-08-23FALLTROUGH -> FALLTHROUGHJonathan Gray
2024-08-23cron: use strtonum() and tighter limits on step valuesTodd C. Miller
2024-08-23Change SIGCHLD handler to just set a flag.Todd C. Miller
2024-08-22sync manual section numbersJonathan Gray
2024-08-22ospfd: fix whitespace error introduced in previousTheo Buehler
2024-08-22inet_pton returns 0 and -1 for error.Florian Obser
2024-08-22Mechanically change inet_aton to inet_pton.Florian Obser
2024-08-21Increase maximum Signed Object size to 8MBJob Snijders
2024-08-21An area is either a decimal number or an IPv4 address.Florian Obser
2024-08-21Mechanically replace inet_aton with inet_pton.Florian Obser
2024-08-21An area is either a decimal number or an IPv4 address.Florian Obser
2024-08-21Get rid of inet_atonFlorian Obser
2024-08-21Use getaddrinfo to lookup names and parse IP addresses.Florian Obser
2024-08-21Mechanically change inet_aton to inet_pton.Florian Obser
2024-08-21Mechanically change inet_aton to inet_pton.Florian Obser
2024-08-21Use getaddrinfo(3) to resolve hostnames / ip addresses.Florian Obser