Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-18 | xon/xoff -> Xon/Xoff; | Jason McIntyre | |
IETF ipng -> IETF IPng; NSFNet -> NSFNET; courtesy NetBSD (Igor Sobrado) ok miod@ | |||
2003-03-18 | ip address -> IP address; | Jason McIntyre | |
rtadvd.conf(5): positve -> positive; ok miod@ | |||
2003-03-18 | small typos; | Jason McIntyre | |
ok miod@ | |||
2003-03-17 | arp did not long-align sockaddrs in routing messages. This led to | Henric Jungheim | |
garbage being sent to the kernel on sparc64. Problem reported and fix tested by Doug Winter (thanks). ok jason@ and millert@ | |||
2003-03-16 | nuber -> number; | Jason McIntyre | |
from NetBSD (Igor Sobrado) | |||
2003-03-15 | recoginzed -> recognized; | Jason McIntyre | |
elimininating -> eliminating; typos courtesy NetBSD (Igor Sobrado) | |||
2003-03-15 | missing ap_server_strip_chroot() | Henning Brauer | |
2003-03-15 | Use strlcpy() instead of pre-checking the src len and using strcpy() | Todd C. Miller | |
2003-03-14 | correct use of sizeof. | Jun-ichiro itojun Hagino | |
2003-03-14 | add missing ND option length validation. from kame | Jun-ichiro itojun Hagino | |
2003-03-14 | document 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-14 | removed references to non-existent radius.conf(5); | Jason McIntyre | |
from Adrian Close; fixes PR 2558; ok millert@ | |||
2003-03-14 | typos; | Jason McIntyre | |
audio(4): ok naddy@ cardbus(4): ok deraadt@ | |||
2003-03-14 | RSA blinding for private keys here too. | Hakan Olsson | |
2003-03-14 | Add RSA blinding for private keys. markus@ ok. | Hakan Olsson | |
2003-03-13 | Use strdup() instead of doing it by hand; deraadt@ OK | Todd C. Miller | |
2003-03-13 | more strlcpy; ok beck, and others pointed out a glitch | Theo de Raadt | |
2003-03-13 | lots of sprintf -> snprintf and strcpy -> strlcpy; checked by tedu | Theo de Raadt | |
2003-03-12 | less sprintf | Theo de Raadt | |
2003-03-12 | Make config -e work correctly on the various m68k platforms, by handling | Miod 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-12 | more .Li | Theo de Raadt | |
2003-03-12 | Move range sanity check out of get_number() and into get_range() since | Todd 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-11 | Catch more syntax errors that were previously ignored. I've rewritten | Todd 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-11 | removed .Ic's which were giving postscript trouble; | Jason McIntyre | |
ok deraadt@ | |||
2003-03-11 | spelling | David Krause | |
ok millert@ | |||
2003-03-11 | Make 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-11 | groupmod modifies groups, it doesn't add them | Ted Unangst | |
ok millert@ | |||
2003-03-10 | these pages all had bad section numbers in the .Xr's; | Jason McIntyre | |
lots of help and ok millert@ | |||
2003-03-10 | Log that cron started up after we detach from the controlling terminal | Todd 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-10 | Change a e_username to e_cmd. | Todd C. Miller | |
2003-03-10 | Back out changes to get_number() that I didn't intend to commit. | Todd C. Miller | |
2003-03-10 | Do the check for missing command before the un_getchar(); otherwise | Todd 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-09 | Fix 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-09 | Catch lines w/o EOF. Previously they were silently ignored. | Todd C. Miller | |
2003-03-09 | bad license | Matthieu Herrb | |
2003-03-09 | .Dd Month day, year | David Krause | |
ok jmc@ | |||
2003-03-09 | fix wording of sentence. | Brad Smith | |
deraadt@ ok | |||
2003-03-09 | As 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-08 | Honor the :sh: flag in the local printcap for remote printers too | Todd 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-08 | Bleah, someone beat me to this but I have some minor chages | Todd C. Miller | |
2003-03-08 | fix err/errx uses; andrushock@korovino.net | Theo de Raadt | |
2003-03-08 | fix fdformat usage(). Ok deraadt@ | Matthieu Herrb | |
2003-03-08 | Talk about chroot defaults, remove Linux note. | Cedric Berger | |
ok jakob@ jmc@ | |||
2003-03-07 | spelling errors/typos | David Krause | |
ok jmc@ | |||
2003-03-06 | date should be written formally: .Dd Month day, year | David Krause | |
ok henning@ jmc@ | |||
2003-03-05 | delete blank lines | Theo de Raadt | |
2003-03-05 | - double spaces killed | Jason McIntyre | |
- new sentence, new line - grammar ok deraadt@ | |||
2003-03-05 | knf | Theo de Raadt | |
2003-03-05 | jmc 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. |