summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
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
2003-02-20add printing of ipcomp, and while in the neighborhood, make ah/esp actuallyJason Wright
check the length of the data
2003-02-20Sync with ISC cron-current + my at(1) integration.Todd C. Miller
The at(1) code is now more tightly integrated into the cron codebase.
2003-02-20If there is no cron.allow or cron.deny file, only the superuser may runTodd C. Miller
the crontab command; for POSIX compliance. Create an empty cron.deny file to allow any user to run crontab: install -c -o root -g crontab -m 660 /dev/null /var/cron/cron.deny
2003-02-20cron.{allow,deny}, not at.{allow,deny}; noticed by Dries SchellekensTodd C. Miller
2003-02-19Mention that /etc/crontab must be mode 0600 if it exists.Todd C. Miller
2003-02-19Move contents of /var/at into /var/cron since at is now intergrated intoTodd C. Miller
cron. When ISC cron 5.0 is out the integration will be even tighter. Also rename /var/cron/{allow,deny} -> /var/cron/cron.{allow,deny} for consistency with POSIX and at.{allow,deny} and install an empty cron.deny file (as we do at.deny) since crontab will require this in the near future for POSIX compliance. After a "make build" you can update your system as follows: # mv /var/at/* /var/cron # mv /var/cron/jobs /var/cron/atjobs # mv /var/cron.allow /var/cron/cron.allow # mv /var/cron.deny /var/cron/cron.deny # rm -rf /var/at # kill `cat /var/run/cron.pid` ; cron
2003-02-19style; David KrauseJakob Schlyter
2003-02-19copyrights added;Jason McIntyre
these are all Matthias Drochner, except: gsckbd(4): miod@ + Drochner wsdisplay(4): Harris + Drochner
2003-02-19sync to pfctl; BAD HENNING BAD BAD BAD NO COOKIETheo de Raadt
2003-02-18intial -> initial;Jason McIntyre
the great intial witch hunt, as prompted by tdeval@ os-aix-dso.c: ok henning@ ab.C: ok drahn@