1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/sbin
hshoexer f2a4628341 Use rfc2409 conform notification message when client identities are
not valid during phase 2.

From Dirk Mast <condor2k at googlemail dot com>, thanks!

ok markus@
2008-11-11 15:11:28 +00:00
..
atactl remove duplicate command; 2008-09-24 06:43:45 +00:00
badsect the ellipsis is not an optional argument; while here, sync the usage 2007-08-06 19:16:05 +00:00
bioctl devname -> devicename to prevent shadowing devname(3); ok marco@ 2008-09-02 23:05:12 +00:00
brconfig convert to new .Dd format; 2007-05-31 19:19:00 +00:00
ccdconfig First pass at removing clauses 3 and 4 from NetBSD licenses. 2008-06-26 05:42:03 +00:00
clri the ellipsis is not an optional argument; while here, sync the usage 2007-08-06 19:16:05 +00:00
dhclient - talk about the "client configuration script" consistenly 2008-10-05 20:36:00 +00:00
disklabel Missing break in case statement. 2008-09-03 11:13:54 +00:00
dmesg init bufdata to NULL for when compiled without KVM support 2008-10-17 18:49:50 +00:00
dump the kids want I/O; 2008-01-26 23:07:55 +00:00
dumpfs Look at 'fs_flags' when dumping FFS2 file systems, okay beck@, millert@ 2008-08-19 09:41:12 +00:00
fdisk add hfs+ type. deraadt@ ok 2008-05-31 09:45:01 +00:00
fsck add missing [-b block#] to the usage of fsck(8) 2007-10-20 18:11:17 +00:00
fsck_ext2fs use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg 2007-09-02 15:19:07 +00:00
fsck_ffs add missing header needed by getpagesize(). 2008-11-09 15:54:54 +00:00
fsck_msdos Check reads and lseek correctly for unsigned return; ok krw@ 2008-02-07 01:34:12 +00:00
fsdb First pass at removing clauses 3 and 4 from NetBSD licenses. 2008-06-26 05:42:03 +00:00
fsirand convert ufs2_daddr_t -> daddr64_t for greater clarity; ok pedro otto thib 2007-06-01 06:38:54 +00:00
growfs Index: src/sbin/growfs/growfs.c 2008-06-24 08:33:04 +00:00
ifconfig add an example of how to scan for wireless networks, since it is not 2008-10-20 09:58:17 +00:00
init malloc(n * m) -> calloc(n, m); ok espie 2007-09-03 14:26:54 +00:00
iopctl First pass at removing clauses 3 and 4 from NetBSD licenses. 2008-06-26 05:42:03 +00:00
ipsecctl findeol() fix from pfctl 2008-10-17 14:33:15 +00:00
isakmpd Use rfc2409 conform notification message when client identities are 2008-11-11 15:11:28 +00:00
kbd Do not compile the ``kbd needs to be rebuilt'' test if -DNOKVM. Should shave 2008-06-23 17:41:21 +00:00
ldattach Initialize the tty in the same way for nmea and slip. 2008-06-12 03:52:48 +00:00
lmccontrol convert to new .Dd format; 2007-05-31 19:19:00 +00:00
mknod remove a word i misinterpreted; 2008-04-17 13:44:27 +00:00
modload fixes from Alexander Holupirek, documentation/5899: 2008-08-02 09:17:46 +00:00
modunload fixes from Alexander Holupirek, documentation/5899: 2008-08-02 09:17:46 +00:00
mount Don't err() out if a fstab line refers to a non-existant mount point. 2007-11-17 17:18:32 +00:00
mount_cd9660 +.Xr cdio 1 , 2007-11-12 20:30:38 +00:00
mount_ext2fs convert to new .Dd format; 2007-05-31 19:19:00 +00:00
mount_ffs convert to new .Dd format; 2007-05-31 19:19:00 +00:00
mount_msdos convert to new .Dd format; 2007-05-31 19:19:00 +00:00
mount_nfs convert to new .Dd format; 2007-05-31 19:19:00 +00:00
mount_ntfs provide mount_ntfs(8) on alpha, it works out of the box for reading 2007-12-09 19:48:55 +00:00
mount_portal synchronize synopsis and usage. 2008-06-01 18:38:29 +00:00
mount_procfs convert to new .Dd format; 2007-05-31 19:19:00 +00:00
mount_udf update pedro's email address, at his request; 2007-12-09 20:54:01 +00:00
mount_vnd Replace -s (sector size) option with more general -t (disktype) 2008-09-03 23:24:25 +00:00
mount_xfs convert to new .Dd format; 2007-05-31 19:19:00 +00:00
mountd use the same argument name in synopsis and usage; lowercase "usage:" 2007-12-30 13:41:09 +00:00
ncheck_ffs the ellipsis is not an optional argument; while here, sync the usage 2007-08-06 19:16:05 +00:00
newfs Admit b_blkno means block number; a block is DEV_BSIZE (a.k.a. 2008-08-08 23:49:53 +00:00
newfs_msdos sort options; 2007-09-28 09:57:01 +00:00
nfsd make sure we start 4 servers on udp if called with 2008-03-13 16:16:42 +00:00
nologin convert to new .Dd format; 2007-05-31 19:19:00 +00:00
pdisk remove unused functions 2007-12-09 23:35:22 +00:00
pfctl in findeol(), do not skip the pushback buffer. fixes PR 5952 by sthen@ and 2008-10-17 12:59:53 +00:00
pflogd log pcap stats upon SIGUSR1; ok canacar 2008-10-22 08:16:49 +00:00
ping Remove references to routed. 2008-05-07 11:57:19 +00:00
ping6 msg_controllen has to be CMSG_SPACE so that the kernel can account for 2008-03-24 16:10:55 +00:00
quotacheck fix ffs2 case: fs_sblockloc's unit is disk sectors, not fragments; 2007-12-16 21:22:53 +00:00
raidctl First pass at removing clauses 3 and 4 from NetBSD licenses. 2008-06-26 05:42:03 +00:00
reboot remove another list which just keeps going out of date; 2007-11-19 08:51:49 +00:00
restore Start with a max size tape buffer rather than one 1/2 the max (i.e. 2008-09-03 23:11:59 +00:00
route Mask rtm->rtm_priority with RTP_MASK before printing so that the priority is 2008-09-15 20:12:11 +00:00
rtsol factor out dump.c from rtsol by -DSMALL 2004-01-02 23:52:17 +00:00
savecore sync synopsis and usage; documentation tweaks. 2008-09-10 22:17:33 +00:00
scan_ffs Remove two stray references to the departed -r argument to disklabel. 2008-03-23 23:28:46 +00:00
scsi remove unused functions 2008-01-13 20:23:34 +00:00
shutdown remove another list which just keeps going out of date; 2007-11-19 08:51:49 +00:00
slattach - move the "this app is deprecated" blurb to the start, where it's more 2008-06-09 23:01:22 +00:00
swapctl if no arguments given, assume a nice default; ok miod jakemsr deanna 2007-11-26 13:36:33 +00:00
swapon
sysctl Document the ddb.trigger sysctl. 2008-11-08 01:17:52 +00:00
ttyflags convert to new .Dd format; 2007-05-31 19:19:00 +00:00
tunefs daddr_t -> daddr64_t 2007-06-10 19:15:07 +00:00
umount zap undocumented 'F' flag; prompted by J.Thornburg. ok millert@ 2008-03-26 06:55:06 +00:00
wpa-psk use generalised PBKDF#2 from bioctl; ok damien@ 2008-07-22 07:37:25 +00:00
wsconsctl Define a proper wsdisplay type for legss(4). 2008-08-24 20:10:55 +00:00
Makefile Remove nmeaattch(8), which is superseeded by ldattach(8). 2008-06-09 22:23:18 +00:00
Makefile.inc