1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00
openbsd-src/usr.sbin
mpf 6ba6c8272b Teach sasyncd to set isakmpd into active or passive mode, according
to our current carp state.
Based on a diff by ho@.
OK ho@, hshoexer@, deraadt@
2006-09-01 01:13:25 +00:00
..
ac Change an int to size_t 2006-04-03 21:32:38 +00:00
accton
acpid cleanup 2005-06-03 22:45:13 +00:00
acpidump typos from alexey dobriyan; 2006-02-06 21:46:40 +00:00
adduser remove first person statement; stejones@gmail.com 2006-06-07 16:02:19 +00:00
afs remove the simplelock argument from vfs_busy() which is currently not 2006-04-30 14:20:07 +00:00
amd makeinfo --no-split, simplifies sets immensely. 2006-07-12 23:00:07 +00:00
apm change "apmd not running" to "cannot connect to apmd" in error message 2006-06-11 17:45:54 +00:00
apmd typo 2006-05-16 21:17:21 +00:00
arp simplify synopsis; ok deraadt 2006-05-26 09:00:57 +00:00
authpf handle SIGQUIT instead of SIGSTOP, from Stefan Krah 2006-08-09 16:21:39 +00:00
bad144 Fix scoping error on DIOCSBAD ioctl failure condition. 2005-02-17 13:50:41 +00:00
bgpctl avoid ending mid-sentence w/ `.', or we get an extra space; 2006-08-29 10:13:10 +00:00
bgpd knock out the cpp/m4 stuff from MACROS; after discussion with many... 2006-08-31 18:44:48 +00:00
bind Tyop fix: simultanious 2006-07-18 18:18:26 +00:00
catman
chroot useless endpwent 2005-05-23 22:50:23 +00:00
config lint can't do assembly files, put them directly in OBJS. 2006-05-06 11:31:46 +00:00
cron Add Auto-Submitted header in generated mail as per RFC 3834. 2006-08-13 20:44:00 +00:00
dev_mkdb nlist.h not needed 2005-04-04 09:03:07 +00:00
dhcpd Fix a reliability issue in dhcpd where a DHCPDISCOVER packet with a 32-byte 2006-08-09 22:23:53 +00:00
dhcrelay pretty up print_hw_addr(), and even fix a teeny buffer overflow; ok otto 2005-11-13 20:25:59 +00:00
dvmrpctl Remove -Wredundant-decls from CFLAGS 2006-08-17 16:46:38 +00:00
dvmrpd knock out the cpp/,4 stuff here too; from henning (thanks) 2006-08-31 19:09:05 +00:00
edquota use SEEK_* for lseek() 2006-04-02 00:48:33 +00:00
eeprom more setres[ug]id; ok deraadt@ 2005-05-02 02:29:26 +00:00
faithd improvements from tamas tevesz; 2005-07-14 15:16:58 +00:00
fdformat Avoid divide by zero in visual effects; spotted by Tobias Stoeckmann. 2006-08-07 18:20:57 +00:00
ftp-proxy document that ftp-proxy cannot function at a raised securelevel 2006-08-30 06:30:00 +00:00
gpioctl amazing how far a typo of mine (CFLAGS vs CLFAGS) from early 2004 spread 2006-07-25 09:44:49 +00:00
hostapd knock out the cpp/m4 stuff from MACROS; after discussion with many... 2006-08-31 18:44:48 +00:00
hotplugd amazing how far a typo of mine (CFLAGS vs CLFAGS) from early 2004 spread 2006-07-25 09:44:49 +00:00
httpd add ProxyPreserveHost support to mod_proxy. it allows to pass the original 2006-08-01 12:53:59 +00:00
ifstated amazing how far a typo of mine (CFLAGS vs CLFAGS) from early 2004 spread 2006-07-25 09:44:49 +00:00
inetd fix some displays; 2005-06-02 07:56:22 +00:00
iostat i am stunned how little was needed to make lint happy in this 2006-03-30 23:48:39 +00:00
kgmon
kvm_mkdb fix off-by-ones in path truncation checks. from Han Boetes; ok deraadt@ 2005-04-14 22:21:24 +00:00
lpr Plug memory leak when nitems == 0. 2006-04-08 02:16:06 +00:00
mailwrapper
map-mbone implement and use a real usage(); function instead of using goto usage; 2005-06-22 14:50:21 +00:00
memconfig Some more usage of const and correct fmt string for a size_t. 2006-03-14 19:23:16 +00:00
mopd Some more delint. -moj 2006-05-11 05:18:38 +00:00
mrinfo new sentence, new line...and generally just start new lines in sane places; 2005-09-06 22:40:52 +00:00
mrouted whever -> whenever in comments 2005-11-09 14:14:06 +00:00
mtrace setresuid; ok deraadt@ 2005-05-03 05:42:05 +00:00
mtree no need to escape a double dot sequence (..); 2005-10-15 08:23:37 +00:00
ndp sync usage(); 2006-08-10 22:08:33 +00:00
netgroup_mkdb knf 2005-05-16 03:12:59 +00:00
ntpd make sure updates from sensors have the "synced" flag set 2006-08-19 16:56:54 +00:00
openssl sync with openssl-0.9.7j docs; 2006-06-27 14:23:52 +00:00
ospfctl use Forwarding Information Base vs. Forward Information Base; 2006-08-28 23:16:50 +00:00
ospfd knock out the cpp/m4 stuff from MACROS; after discussion with many... 2006-08-31 18:44:48 +00:00
pkg_add U[Ss]tar -> ustar, as per posix and our pax docs; 2006-08-30 10:22:35 +00:00
popa3d setres[ug]id; ok deraadt@ 2005-05-03 05:44:35 +00:00
portmap add missing function declaration 2006-03-18 00:40:14 +00:00
ppp typos from alexey dobriyan; 2006-02-06 17:51:30 +00:00
pppd Fix an off-by-one in pppd(8)'s option handling. ok tedu@ 2006-01-25 22:41:54 +00:00
pppoe Reference pppoe(4). 2006-05-18 19:38:54 +00:00
procmap Don't warn for kernel_text being zero on (some) m68k systems. 2006-07-01 22:02:02 +00:00
pstat Remove reference to tb(4). Found by jmc@, thanks. 2006-08-04 07:02:13 +00:00
pwd_mkdb Change `etc'' to `/etc'' for consistency with the rest of th epage. 2006-08-27 19:28:13 +00:00
quot use SEEK_* for lseek() 2006-04-02 00:48:33 +00:00
quotaon add ()'s to improve readability. 2006-05-14 17:10:41 +00:00
rarpd use SEEK_* for lseek() 2006-04-02 00:48:33 +00:00
rbootd boot-able -> bootable (typo fix in comments only) 2005-09-22 14:24:51 +00:00
rdate #ifdef DEBUG not #if DEBUG 2006-03-14 22:56:20 +00:00
rdconfig Nuke unused variable. 2006-03-17 21:43:28 +00:00
repquota Report quotas > 10GB in a readable way. Diff based on PR 2836. 2005-04-03 19:02:30 +00:00
rip6query
rmt make device MAXPATHLEN long instead of 64, fixes remote dumps with 2005-03-07 16:08:19 +00:00
route6d fixes up; 2006-08-10 21:24:01 +00:00
rpc.bootparamd
rpc.lockd
rtadvd Add additional limit check to ensure that we do not overflow pp->prefix 2006-03-22 10:49:17 +00:00
rtsold Plug leak in error path; from Alexey Dobriyan; ok ray@ 2006-03-24 22:27:07 +00:00
rwhod #include <signal.h>, not <sys/signal.h> 2006-01-02 16:29:53 +00:00
sa - uppercase `ID' 2005-11-19 18:12:56 +00:00
sasyncd Teach sasyncd to set isakmpd into active or passive mode, according 2006-09-01 01:13:25 +00:00
sensorsd wording; 2006-08-23 14:30:27 +00:00
sliplogin
slstats nlist.h not needed 2005-04-04 09:03:07 +00:00
spamdb delint 2006-04-12 12:53:04 +00:00
spray use more strtonum(); from mkb@crypt.org.ru 2005-09-28 16:24:43 +00:00
syslogc err()->errx() and KNF; ok djm@ 2005-09-28 08:49:28 +00:00
syslogd Use sigaction() instead of signal() in the parent and use the 2006-07-09 14:42:27 +00:00
tcpdrop in EXAMPLES: 2006-01-03 14:52:17 +00:00
tcpdump recognize xauth vendor payload 2006-08-24 12:13:16 +00:00
timed Fix scoping error where ignored nets could transition to the NOMASTER state 2005-02-17 12:33:30 +00:00
tokenadm
tokeninit
traceroute lint 2006-03-31 03:05:57 +00:00
traceroute6 sync usage(); 2006-08-10 20:11:02 +00:00
trpt cleanup from dhill 2006-03-13 16:30:18 +00:00
usbdevs
user Make useradd -p slightly less dangerous by overwriting the encrypted 2005-12-31 19:20:49 +00:00
vipw
vnconfig clean this page up; 2006-07-01 07:47:49 +00:00
watchdogd Sigh, use .Nm, not the literal name of the binary... 2006-08-04 11:08:43 +00:00
wsconscfg Build wscons stuff on vax (but no for bsd.rd yet) 2006-07-24 22:24:56 +00:00
wsfontload Remove the Sony wsfonts from the list of fonts with special encoding. 2006-08-07 10:43:20 +00:00
wsmoused setjmp.h not used 2006-04-17 08:42:41 +00:00
ypbind #ifdef lint not LINT 2006-04-02 01:29:29 +00:00
yppoll
ypserv spreading the lint love (very minimal things..) 2006-04-03 05:01:20 +00:00
ypset more careful getting port number 2006-04-03 20:11:22 +00:00
zdump
zic
ztsscale remove trailing newlines from err(3) calls; millert@ and matthieu@ ok. 2005-07-21 16:38:54 +00:00
Makefile hook dvmrpctl and dvmrpd into builds. 2006-06-01 16:49:55 +00:00
Makefile.inc