summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
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
2024-08-21We can fully spell out IP addresses in config files.Florian Obser
2024-08-21s/inet_aton/inet_pton/Florian Obser
2024-08-21Mechanically change inet_aton to inet_pton.Florian Obser
2024-08-21We can fully spell out IP addresses in config files.Florian Obser
2024-08-21Use inet_pton to parse ext-communities with an IPv4 address.Florian Obser
2024-08-20Use msgbuf_queuelen() instead of accessing the queued member directly.Claudio Jeker
2024-08-20Update Geofeed referenceJob Snijders
2024-08-20Use stats.msg_queue_len instead of looking into the msgbuf struct.Claudio Jeker
2024-08-20Use msgbuf_queuelen() instead of accessing wbuf.queue for msgbuf structs.Claudio Jeker
2024-08-19Fix CVE-2024-43688, buffer underflow for very large step valuesTodd C. Miller
2024-08-19Prepare for releasing version 9.2Job Snijders
2024-08-18fix commentTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt
2024-08-18add qwz firmwarePeter Hessler
2024-08-17Use 'int ch' instead of 'char ch' in one place for getopt.Mike Larkin
2024-08-17Replace homemade copy_of() with strdup()Denis Fondras
2024-08-17Allow PPP interface to run in an rdomain and get a default route installed in...Denis Fondras
2024-08-17Since we are not using a pid file the manuals render a bit strange.Florian Obser
2024-08-16Make sure that the uptime field is always updated. Previously it wasYASUOKA Masahiko
2024-08-16Free memory as much as possible. Also, fix a use-after-free when exiting.YASUOKA Masahiko
2024-08-16Send a reply to the control client when DAE is timed out instead ofYASUOKA Masahiko
2024-08-16Delete req_modified. Which is not used.YASUOKA Masahiko
2024-08-15Ensure synchronization jobs are stopped when the timeout is reachedJob Snijders
2024-08-15Call repo_check_timeout() before colleting the POLLOUT fds. SinceClaudio Jeker
2024-08-15Add filtered support to bgplgd.Claudio Jeker
2024-08-15Accept empty lines for authopts to fix the parser to accept the oldYASUOKA Masahiko
2024-08-14Add 'bgpctl show rib filtered' support.Claudio Jeker
2024-08-14Introduce 'rde rib Loc-RIB include filtered' a feature that includesClaudio Jeker
2024-08-14Messages from modules were leaked. Call imsg_free() for them.YASUOKA Masahiko
2024-08-14Don't abort the query when it is requesting to the next module.YASUOKA Masahiko
2024-08-14Initialize dae objects properly.YASUOKA Masahiko
2024-08-14Don't abort the query when a duplicated query is received. Also tweakYASUOKA Masahiko
2024-08-12implement the report response for proc-filters tooOmar Polo