summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
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.
2003-03-05update to BIND 9.2.2-release. ok millert@Jakob Schlyter
2003-03-05delete bogus debug msgTheo de Raadt
2003-03-04change default config file to /var/named/etc/named.conf. ok millert@Jakob Schlyter
2003-03-04skip this setuid stuffTheo de Raadt
2003-03-04Deref the correct passwd pointer in a Debug statement.Todd C. Miller
2003-03-03spacesTheo de Raadt
2003-03-03ansi, from cloderTheo de Raadt
2003-03-01proper noticeTheo de Raadt
2003-03-01mrouted & friends can now be enabledTheo de Raadt
2003-03-01After 2 years, and more than 350 pieces of mail exchanged with "theTheo de Raadt
right people" at Stanford, we finally succeed at getting the parts of the code they wrote to be released under a BSD license. The other components were written by USC and Xerox (who were quick at helping, 5 days and 6 weeks if I recall). Of the ~200 authors we have contacted regarding license issues, this institution has been THE WORST to deal with, and to think -- this is an American University. How far the edifice of educational freedom has fallen.... shame on you Stanford.
2003-03-01apparently xerox wrote this snmp stuffTheo de Raadt
2003-02-28no need to disable stack-protector on sparc and sparc64 any more.Artur Grabowski
deraadt@ ok.
2003-02-28Fix double Debug() usage, for instance, Debug(DPARS|DEXT...)Mike Pechkin
Make sence if debugging. millert@ ok
2003-02-27Kill blank line that hoses formatting; jakob@ OKTodd C. Miller
2003-02-27make rndc-confgen fail properly. tested by danh@Jakob Schlyter
2003-02-27Fix parsing of '0' and non-alphanumerics in steps; found by mpech@Todd C. Miller
2003-02-26copyright added;Jason McIntyre
(c) jbm@ thanks to jbm@ for helping clear this up
2003-02-26Fix a bug we found during an audit of BIND9. This bug does not affectChad Loder
OpenBSD but it could affect platforms which define ISC_PLATFORM_NEEDVSNPRINTF. isc_print_snprintf contains a bug where it could read off the end of an argument string for a format specifier like "%.10s", where the .10 indicates precision. Reported to ISC and confirmed as ISC bug #5191. OK jakob@
2003-02-26note manpage additionJakob Schlyter
2003-02-26IPv6 now defaultJakob Schlyter
2003-02-26listen to IPv6 interfaces by defaultJakob Schlyter
2003-02-24the theTheo de Raadt
2003-02-21open the etag-state file writeonly. open it O_TRUNC in case it was too big.Henning Brauer
chmod/chown to root.www 0640, just in case a etag file from the initial version is around. ok cloder theo
2003-02-21Improved environment variable parser from FreeBSD (Thomas Quinot).Todd C. Miller
Fixes some issues with quoting and allows no longer mistakes commands starting with a variable assignment for environment variables.
2003-02-21$OpenBSD$Henning Brauer
2003-02-21fix restarts.Henning Brauer
the etag-state file wasn't readable after chroot and privilege drop. therefore, make it root.www 640. split the read and write portions to their own functions, and in init_etag, try to write the etag-state; in case of any problem with that, create a new one and read that.
2003-02-21remove bind4; ok deraadt@Jakob Schlyter
2003-02-21remove bad xref to dnssec-keygen(8)Jakob Schlyter