1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/usr.sbin
claudio 623585da7a Increase RTR PDU limit to 48k and limit number of SPAS to 10'000.
PDU larger then 48k will result in a session reset while ASPA records
with more than 10'000 entries will be implicitly withdrawn.

Also truncate RTR error PDUs to only include 256 bytes of the faulty PDU.
It makes no sense to include more to identify the issue.
OK tb@
2024-04-09 12:09:19 +00:00
..
ac spelling fixes; from paul tagliamonte 2022-12-28 21:30:15 +00:00
accton accton.c: add missing $OpenBSD$ tag 2022-12-30 18:47:45 +00:00
acme-client acme-client: drop ecdsa.h, fix spacing and a typo in error message 2023-08-29 14:44:53 +00:00
acpidump When looking up a symble using kvm_nlist(3), we need to prepend an 2022-09-11 10:40:35 +00:00
adduser Avoid gendered language in man pages when not referring to a specific 2022-02-18 23:17:13 +00:00
amd It isn't portable to use stderr (or std{in,out}) in file-scope 2023-07-05 18:45:14 +00:00
apm In do_zzz a garbage stack value could be accessed in case a read 2022-11-09 18:48:11 +00:00
apmd zap APM_CANCEL, dead since import; OK tb 2023-04-27 10:51:27 +00:00
arp Remove stylistic differences between arp(8) and ndp(8) delete() 2023-04-04 21:18:04 +00:00
authpf Avoid gendered language in man pages when not referring to a specific 2022-02-18 23:17:13 +00:00
bgpctl Convert the mrtparser to use ibufs in many places. 2024-02-01 11:37:10 +00:00
bgpd Increase RTR PDU limit to 48k and limit number of SPAS to 10'000. 2024-04-09 12:09:19 +00:00
bgplgd Add a -V flag to bgplgd 2024-01-26 18:11:49 +00:00
btrace init var to fix missing symtab section path 2024-04-01 22:49:04 +00:00
chroot
config remove unused variable 2023-09-06 05:00:37 +00:00
cron Fix skipping of white space after the username in /etc/crontab. 2023-07-19 21:26:02 +00:00
crunchgen Instead of ld -dc use ld -d, supported by both ld.bfd and ld.lld >= 15 2023-09-14 16:39:00 +00:00
dev_mkdb Rewrite dev_mkdb with FTS 2023-12-24 06:35:05 +00:00
dhcpd tweak previous; suggested by jmc 2023-11-23 16:30:12 +00:00
dhcpleasectl improve the Nd lines such that the format is consistent for the 2023-03-02 17:09:52 +00:00
dhcrelay improve the Nd lines such that the format is consistent for the 2023-03-02 17:09:52 +00:00
dhcrelay6 Do not ignore the AF_LINK entries of carp(4) interfaces. 2023-07-14 07:09:00 +00:00
dvmrpctl improve the Nd lines such that the format is consistent for the 2023-03-02 17:09:52 +00:00
dvmrpd use TAILQ_FOREACH_SAFE() to avoid use after free 2024-02-26 09:50:42 +00:00
edquota man pages: add missing commas between subordinate and main clauses 2022-03-31 17:27:13 +00:00
eeprom Delete obsolete /* ARGSUSED */ lint comments. 2023-03-08 04:43:04 +00:00
eigrpctl improve the Nd lines such that the format is consistent for the 2023-03-02 17:09:52 +00:00
eigrpd Use imsg_get_fd() to access the file descriptor passed in the imsg. 2023-12-14 11:09:56 +00:00
fdformat userspace: remove vestigial '?' cases from top-level getopt(3) loops 2022-12-04 23:50:45 +00:00
ftp-proxy man pages: add missing commas between subordinate and main clauses 2022-03-31 17:27:13 +00:00
fw_update Clear spinner after each cycle 2024-03-21 01:02:29 +00:00
gpioctl Build gpioctl(8) on riscv64. 2022-02-18 10:52:32 +00:00
hostapd Delete obsolete /* ARGSUSED */ lint comments. 2023-03-08 04:43:04 +00:00
hostctl The maximum length of the value is extended to 64k bytes. 2023-01-07 06:40:21 +00:00
hotplugd Delete obsolete /* ARGSUSED */ lint comments. 2023-03-08 04:43:04 +00:00
httpd Call daemon() only in parent and before proc_exec() to avoid orphaning child 2024-04-08 12:45:18 +00:00
identd
ifstated spelling fixes; from paul tagliamonte 2022-12-28 21:30:15 +00:00
ikectl Set "unique_subject = no" to allow renewing expired certificates. 2023-11-17 14:43:36 +00:00
inetd Allow UDP for built-in inetd(8) services on 127.0.0.1. 2023-09-03 22:01:00 +00:00
installboot No need to check for DTYPE_FLOPPY. If there is neither a GPT nor 2023-06-11 14:00:04 +00:00
iostat Delete obsolete /* ARGSUSED */ lint comments. 2023-03-08 04:43:04 +00:00
iscsictl spelling. 2023-02-21 15:45:40 +00:00
iscsid Delete obsolete /* ARGSUSED */ lint comments. 2023-03-08 04:43:04 +00:00
kgmon
kvm_mkdb we mention interim BSD releases so change some 4.4BSD use to 4.3BSD-Reno 2022-07-30 07:19:30 +00:00
ldapctl improve the Nd lines such that the format is consistent for the 2023-03-02 17:09:52 +00:00
ldapd Use imsg_get_fd() and a local variable. 2024-01-17 08:28:15 +00:00
ldomctl Make stopped ldom utilization appear as zero 2023-08-10 07:50:45 +00:00
ldomd Print poll(2) errno 2022-07-27 19:42:22 +00:00
ldpctl improve the Nd lines such that the format is consistent for the 2023-03-02 17:09:52 +00:00
ldpd Use imsg_get_fd() to access the file descriptor passed in the imsg. 2023-12-14 11:10:19 +00:00
lpd Fix chroot(2) call in control process. 2024-03-22 19:14:28 +00:00
lpr "d" is the key character for DVI files, not "r"; 2023-06-17 15:35:08 +00:00
mailwrapper
makefs Delete support for FFS filesystems before the in-inode symlink 2024-01-09 03:15:59 +00:00
map-mbone
memconfig
mksuncd fix off by one in bounds test 2021-12-23 09:17:19 +00:00
mkuboot
mopd use ansi function decls 2023-09-06 11:03:30 +00:00
mrinfo
mrouted Feed more generated files to the clean target; joint work with naddy@ 2024-02-08 20:28:53 +00:00
mtrace
mtree Stop down-converting to a timeval when comparing and setting times. 2023-08-11 05:07:28 +00:00
ndp If ndp -d did not find a neigbor entry, it removed the cloning route 2023-04-05 13:56:41 +00:00
netgroup_mkdb Christos Zoulas agreed to rescind clause 3 and 4 in 2023-01-04 13:00:11 +00:00
npppctl spelling. 2023-02-21 15:45:40 +00:00
npppd Add NAS-Identifier "npppd" for RADIUS requests. Also send Accouting-On 2024-02-26 10:42:05 +00:00
nsd The previous unveil feature test assumed that having the 2024-04-01 14:24:30 +00:00
ntpd DNS resolution is best effort; if at this time IP addresses for tickers 2024-02-21 03:31:28 +00:00
ocspcheck Convert libressl to use the BoringSSL style time conversions 2024-03-24 11:30:12 +00:00
ospf6ctl add "fib reload" support to ospf6d/ospf6ctl, and trigger it 2023-06-21 09:47:03 +00:00
ospf6d Use imsg_get_fd() to access the control fd. 2023-12-13 15:34:43 +00:00
ospfctl improve the Nd lines such that the format is consistent for the 2023-03-02 17:09:52 +00:00
ospfd Use imsg_get_fd() to access the control fd. 2023-12-13 15:34:27 +00:00
pcidump Print information about (legacy) Multiple Message MSIs. 2024-02-01 18:26:45 +00:00
pkg_add have quirks behave way more like other packages so it can have dependencies 2024-01-02 10:25:48 +00:00
portmap Delete obsolete /* ARGSUSED */ lint comments. 2023-03-08 04:43:04 +00:00
pppd use correct rtmsg member in sizeof() 2024-02-19 16:39:03 +00:00
procmap Stop printing the "syscall" bit related to msyscall(2), since the subsystem 2024-03-29 06:54:13 +00:00
pstat MAXCOMLEN is no longer needed in these programs, so remove the annotation 2022-02-22 17:35:01 +00:00
pwd_mkdb remove duplicate includes 2023-04-19 12:58:15 +00:00
quot
quotaon
ractl
rad Remove needless includes of netinet6/ip6_var.h header in userland. 2024-02-11 21:29:12 +00:00
radiusctl Sync EVP_MD_CTX to heap switch from npppd. 2022-01-07 07:34:34 +00:00
radiusd avoid use after free of q 2024-02-14 02:44:58 +00:00
rarpd Remove REQUIRE_TFTPBOOT left-over 2022-10-04 23:58:09 +00:00
rbootd
rcctl Check input before trying to disable a non-existing daemon to prevent parsing 2023-07-13 13:54:27 +00:00
rdate Bump NTP era if the offset we receive is small, in a similar manner 2023-11-12 18:53:22 +00:00
rdsetroot Add '-s' option to simply display the number of bytes available for the rdroot 2023-04-24 14:06:01 +00:00
relayctl
relayd Use imsg_get_fd() 2024-01-17 10:01:24 +00:00
repquota
ripctl improve the Nd lines such that the format is consistent for the 2023-03-02 17:09:52 +00:00
ripd Use ibuf_data() and ibuf_size() instead of accessing struct ibuf. 2023-07-03 10:34:08 +00:00
rmt
route6d expand Nd (missed in previous); ok claudio 2023-03-04 12:02:07 +00:00
rpc.bootparamd complete bootparamd -> rpc.bootparamd 2022-09-27 13:30:36 +00:00
rpc.lockd Delete obsolete /* ARGSUSED */ lint comments. 2023-03-08 04:43:04 +00:00
rpc.statd Christos Zoulas removed his name from advertising clauses and copyrights 2023-01-04 14:42:46 +00:00
rpki-client Fix capping of VAPs 2024-04-08 14:02:13 +00:00
sa userspace: remove vestigial '?' cases from top-level getopt(3) loops 2022-12-04 23:50:45 +00:00
sasyncd usr.sbin: missing void to appease clang 15's -Wstrict-prototype. 2023-02-08 08:20:53 +00:00
sensorsd Delete obsolete /* ARGSUSED */ lint comments. 2023-03-08 04:43:04 +00:00
slaacctl interfacename -> interface to match usage and other manuals; OK florian 2023-11-27 09:29:48 +00:00
slowcgi zap extra space in usage added by mistake in last commit. 2022-08-07 07:43:53 +00:00
smtpd permament -> permanent 2024-03-24 06:22:18 +00:00
snmpd Call daemon() only in parent and before proc_exec() to avoid orphaning child 2024-04-08 13:18:54 +00:00
spamdb
syslogc man pages: add missing commas between subordinate and main clauses 2022-03-31 17:27:13 +00:00
syslogd Prevent use after free of TLS context at syslogd(8) shutdown. 2024-01-06 19:34:54 +00:00
sysmerge
syspatch Match what reorder_kernel is doing and use kern.osversion to find out whether 2023-12-13 17:50:23 +00:00
sysupgrade Remove default sets answer 2023-10-12 12:31:15 +00:00
tcpdrop Accept netstat-style address.port syntax too. 2023-02-06 18:14:10 +00:00
tcpdump type mgtv -> mgt; from todd carson 2024-02-26 06:49:38 +00:00
tftp-proxy man pages: add missing commas between subordinate and main clauses 2022-03-31 17:27:13 +00:00
tftpd Drop fattr promise unless file creation is allowed 2022-10-09 23:04:57 +00:00
tokenadm man pages: add missing commas between subordinate and main clauses 2022-03-31 17:27:13 +00:00
tokeninit remove outdated contact details for ActivCard and CRYPTOCard 2022-02-19 10:17:39 +00:00
traceroute update project-cymru url, from Robert Keizer, slightly tweaked 2024-03-24 00:33:41 +00:00
trpt Delete obsolete /* ARGSUSED */ lint comments. 2023-03-08 04:43:04 +00:00
unbound apply https://nlnetlabs.nl/downloads/unbound/patch_CVE-2024-1931.diff to 2024-03-11 16:35:48 +00:00
unwindctl do not mention dhclient as a dhcp route message sender 2023-01-03 20:58:05 +00:00
usbdevs spelling fixes; from paul tagliamonte 2022-12-28 21:30:15 +00:00
user user: handle paths with whitespace / metacharacters 2023-05-18 18:29:28 +00:00
vipw Replace use of the old BSD st_*timespec members in struct stat with 2023-08-11 04:45:05 +00:00
vmctl New sentence, new line. Use .Pa for /etc/login.conf. 2024-02-16 01:48:06 +00:00
vmd Call daemon() only in parent and before proc_exec() to avoid orphaning child 2024-04-08 12:48:26 +00:00
watchdogd Delete obsolete /* ARGSUSED */ lint comments. 2023-03-08 04:43:04 +00:00
wsconscfg userspace: remove vestigial '?' cases from top-level getopt(3) loops 2022-12-04 23:50:45 +00:00
wsfontload userspace: remove vestigial '?' cases from top-level getopt(3) loops 2022-12-04 23:50:45 +00:00
wsmoused spelling fixes; from paul tagliamonte 2022-12-28 21:30:15 +00:00
ypbind found some boilerplate strncpy to replace with strlcpy. They are in 2024-01-23 14:13:55 +00:00
ypldap Do not duplicate prototypes of log.h in ypldap.h (without the extra 2023-07-18 13:06:33 +00:00
yppoll
ypserv Delete obsolete /* ARGSUSED */ lint comments. 2023-03-08 04:43:04 +00:00
ypset
zdump .Li -> .Vt where appropriate; 2022-09-11 06:38:10 +00:00
zic man pages: add missing commas between subordinate and main clauses 2022-03-31 17:27:13 +00:00
Makefile Hook up bgplgd into the build 2022-06-28 18:47:54 +00:00
Makefile.inc