summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2003-03-18xon/xoff -> Xon/Xoff;Jason McIntyre
IETF ipng -> IETF IPng; NSFNet -> NSFNET; courtesy NetBSD (Igor Sobrado) ok miod@
2003-03-18ip address -> IP address;Jason McIntyre
rtadvd.conf(5): positve -> positive; ok miod@
2003-03-18small typos;Jason McIntyre
ok miod@
2003-03-17arp did not long-align sockaddrs in routing messages. This led toHenric Jungheim
garbage being sent to the kernel on sparc64. Problem reported and fix tested by Doug Winter (thanks). ok jason@ and millert@
2003-03-16nuber -> number;Jason McIntyre
from NetBSD (Igor Sobrado)
2003-03-15recoginzed -> recognized;Jason McIntyre
elimininating -> eliminating; typos courtesy NetBSD (Igor Sobrado)
2003-03-15missing ap_server_strip_chroot()Henning Brauer
2003-03-15Use strlcpy() instead of pre-checking the src len and using strcpy()Todd C. Miller
2003-03-14correct use of sizeof.Jun-ichiro itojun Hagino
2003-03-14add missing ND option length validation. from kameJun-ichiro itojun Hagino
2003-03-14document the -n flag (dry-run)Jason McIntyre
remove info about non-existent -f flag update usage() fixes PR 2541; checked by tedu - thanks. i owe you a favor :) ok millert@
2003-03-14removed references to non-existent radius.conf(5);Jason McIntyre
from Adrian Close; fixes PR 2558; ok millert@
2003-03-14typos;Jason McIntyre
audio(4): ok naddy@ cardbus(4): ok deraadt@
2003-03-14RSA blinding for private keys here too.Hakan Olsson
2003-03-14Add RSA blinding for private keys. markus@ ok.Hakan Olsson
2003-03-13Use strdup() instead of doing it by hand; deraadt@ OKTodd C. Miller
2003-03-13more strlcpy; ok beck, and others pointed out a glitchTheo de Raadt
2003-03-13lots of sprintf -> snprintf and strcpy -> strlcpy; checked by teduTheo de Raadt
2003-03-12less sprintfTheo de Raadt
2003-03-12Make config -e work correctly on the various m68k platforms, by handlingMiod Vallat
all the various a.out MAGIC correctly, and handling the mvme68k case where kernel_text starts after the a.out header. No functional change, no regression on other a.out arches (i386 and vax). ok deraadt@ henning@
2003-03-12more .LiTheo de Raadt
2003-03-12Move range sanity check out of get_number() and into get_range() sinceTodd C. Miller
it was causing problems with symbolic names (and get_range() is really where it belongs anyway). Also allow a range to be followed by a ',' as pointed out by mpech@
2003-03-11Catch more syntax errors that were previously ignored. I've rewrittenTodd C. Miller
get_number() to be more careful about what it accepts and to take a string of terminating characters so it knows what is valid. Also added a range check so that ranges like "60-50" where the first number is greater than the second are now flagged. Thanks to mpech@ for testing finding ways to abuse the parser :-)
2003-03-11removed .Ic's which were giving postscript trouble;Jason McIntyre
ok deraadt@
2003-03-11spellingDavid Krause
ok millert@
2003-03-11Make lpr and lprm setuid root but drop to daemon very early.Todd C. Miller
Functionally this is the same as when lpr and lprm were setuid daemon but the executable are now owned by root which is safer. deraadt@ OK
2003-03-11$OpenBSD$David Krause
ok henning@
2003-03-11groupmod modifies groups, it doesn't add themTed Unangst
ok millert@
2003-03-10these pages all had bad section numbers in the .Xr's;Jason McIntyre
lots of help and ok millert@
2003-03-10Log that cron started up after we detach from the controlling terminalTodd C. Miller
and dup fds to /dev/null, not before. This may fix a possible race when cron is started as the last thing in /etc/rc.
2003-03-10Change a e_username to e_cmd.Todd C. Miller
2003-03-10Back out changes to get_number() that I didn't intend to commit.Todd C. Miller
2003-03-10Do the check for missing command before the un_getchar(); otherwiseTodd C. Miller
the error messages will say line 0. This is because un_getchar('\n', file) will decrement the line count. Noticed by mpech@
2003-03-09Fix error line number reporting for syntax errors (noticed by mpech@).Todd C. Miller
This is relatively tricky due to the way EOF is overloaded. Seems to give a correct line number for all errors I threw at it.
2003-03-09Catch lines w/o EOF. Previously they were silently ignored.Todd C. Miller
2003-03-09bad licenseMatthieu Herrb
2003-03-09.Dd Month day, yearDavid Krause
ok jmc@
2003-03-09fix wording of sentence.Brad Smith
deraadt@ ok
2003-03-09As pointed out by Perry, mailwrapper is never invoked directly,Todd C. Miller
err/warn will show names like sendmail, mailq, etc which is confusing. However, prefixing "mailwrapper" to the string passed to err/warn is ugly too. The least evil alternative seems to be to stash the value of __progname for checking and assign "mailwrapper" to __progname.
2003-03-08Honor the :sh: flag in the local printcap for remote printers tooTodd C. Miller
instead of forcing the user to use lpr's "-h" flag. Adapted from a patch in FreeBSD from Scott James Remnant.
2003-03-08Bleah, someone beat me to this but I have some minor chagesTodd C. Miller
2003-03-08fix err/errx uses; andrushock@korovino.netTheo de Raadt
2003-03-08fix fdformat usage(). Ok deraadt@Matthieu Herrb
2003-03-08Talk about chroot defaults, remove Linux note.Cedric Berger
ok jakob@ jmc@
2003-03-07spelling errors/typosDavid Krause
ok jmc@
2003-03-06date should be written formally: .Dd Month day, yearDavid Krause
ok henning@ jmc@
2003-03-05delete blank linesTheo de Raadt
2003-03-05- double spaces killedJason McIntyre
- new sentence, new line - grammar ok deraadt@
2003-03-05knfTheo de Raadt
2003-03-05jmc wrote a combination man page that covers all openssl(1) functionality,Theo de Raadt
based on the pod files from openssl. This may need by-hand updating once in a while, but at least now people can read a real man page instead of the mess that the openssl team provides us with.