Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-27 | Add -q to the getopt() string and document it; Brian Ginsbach | Todd C. Miller | |
2003-03-27 | Fix a bug introduced when getopt() support was added; -h takes an | Todd C. Miller | |
argument but -r does not. These were reversed in the getopt() string. Fix from Carson Harding | |||
2003-03-25 | Fix last commit; to emulate setuid daemon + PRIV_END we need to | Todd C. Miller | |
set the real & effective uids to the calling user and the saved uid to daemon. Fixes a problem where lpr could not print files that were not world-readable. | |||
2003-03-23 | sync FILES section with reality | Henning Brauer | |
2003-03-23 | correct URL to apache online docs | Henning Brauer | |
2003-03-22 | .Nd shouldn't end with a period | David Krause | |
ok jmc@ | |||
2003-03-22 | missing space between macro argument and comma | David Krause | |
ok jmc@ | |||
2003-03-21 | Fix default facility when none is specified (should be LOG_USER, | Todd C. Miller | |
was LOG_UUCP due to a bug); Javier Kohen | |||
2003-03-20 | replace some .Pp inside .Bd -literal block with empty line | David Krause | |
new sentence, new line fix login.conf indentation ok jmc@ | |||
2003-03-20 | duplicate word: to to | David Krause | |
spelling fix: chosen ok jakob@ | |||
2003-03-19 | use RSA key blinding code from mod_ssl 2.8.13. differences to our own fix | Henning Brauer | |
that was already in are purely cosmetical, but this will make the future merge of mod_ssl 2.8.13 easier. | |||
2003-03-19 | Fix parsing of the leases file. | Kenneth R Westerback | |
src & dst parameters to the only remaining strncpy() in the file were reversed. Use strlcpy() instead, with parameters in correct order. ok millert@. | |||
2003-03-18 | missed a RUNDIR -> /var/run | Anil Madhavapeddy | |
2003-03-18 | - expand DBDIR, ETCDIR, RUNDIR to the actual directories to make | Anil Madhavapeddy | |
the man pages easier to read - add dhcp(8) to SEE ALSO in dhcpd(8) - rearrange SEE ALSO in section order as well as alphabetical in dhcpd(8) ok millert@, todd@ | |||
2003-03-18 | spelling typos/errors | David Krause | |
ok miod@ jmc@ | |||
2003-03-18 | duplicate words: and and, the the | David Krause | |
ok miod@ jmc@ | |||
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. |