Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2003-03-05 | update to BIND 9.2.2-release. ok millert@ | Jakob Schlyter | |
2003-03-05 | delete bogus debug msg | Theo de Raadt | |
2003-03-04 | change default config file to /var/named/etc/named.conf. ok millert@ | Jakob Schlyter | |
2003-03-04 | skip this setuid stuff | Theo de Raadt | |
2003-03-04 | Deref the correct passwd pointer in a Debug statement. | Todd C. Miller | |
2003-03-03 | spaces | Theo de Raadt | |
2003-03-03 | ansi, from cloder | Theo de Raadt | |
2003-03-01 | proper notice | Theo de Raadt | |
2003-03-01 | mrouted & friends can now be enabled | Theo de Raadt | |
2003-03-01 | After 2 years, and more than 350 pieces of mail exchanged with "the | Theo 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-01 | apparently xerox wrote this snmp stuff | Theo de Raadt | |
2003-02-28 | no need to disable stack-protector on sparc and sparc64 any more. | Artur Grabowski | |
deraadt@ ok. | |||
2003-02-28 | Fix double Debug() usage, for instance, Debug(DPARS|DEXT...) | Mike Pechkin | |
Make sence if debugging. millert@ ok | |||
2003-02-27 | Kill blank line that hoses formatting; jakob@ OK | Todd C. Miller | |
2003-02-27 | make rndc-confgen fail properly. tested by danh@ | Jakob Schlyter | |
2003-02-27 | Fix parsing of '0' and non-alphanumerics in steps; found by mpech@ | Todd C. Miller | |
2003-02-26 | copyright added; | Jason McIntyre | |
(c) jbm@ thanks to jbm@ for helping clear this up | |||
2003-02-26 | Fix a bug we found during an audit of BIND9. This bug does not affect | Chad 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-26 | note manpage addition | Jakob Schlyter | |
2003-02-26 | IPv6 now default | Jakob Schlyter | |
2003-02-26 | listen to IPv6 interfaces by default | Jakob Schlyter | |
2003-02-24 | the the | Theo de Raadt | |
2003-02-21 | open 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-21 | Improved 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-21 | fix 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-21 | remove bind4; ok deraadt@ | Jakob Schlyter | |
2003-02-21 | remove bad xref to dnssec-keygen(8) | Jakob Schlyter | |
2003-02-20 | add printing of ipcomp, and while in the neighborhood, make ah/esp actually | Jason Wright | |
check the length of the data | |||
2003-02-20 | Sync 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-20 | If there is no cron.allow or cron.deny file, only the superuser may run | Todd 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-20 | cron.{allow,deny}, not at.{allow,deny}; noticed by Dries Schellekens | Todd C. Miller | |
2003-02-19 | Mention that /etc/crontab must be mode 0600 if it exists. | Todd C. Miller | |
2003-02-19 | Move contents of /var/at into /var/cron since at is now intergrated into | Todd 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-19 | style; David Krause | Jakob Schlyter | |
2003-02-19 | copyrights added; | Jason McIntyre | |
these are all Matthias Drochner, except: gsckbd(4): miod@ + Drochner wsdisplay(4): Harris + Drochner | |||
2003-02-19 | sync to pfctl; BAD HENNING BAD BAD BAD NO COOKIE | Theo de Raadt | |
2003-02-18 | intial -> initial; | Jason McIntyre | |
the great intial witch hunt, as prompted by tdeval@ os-aix-dso.c: ok henning@ ab.C: ok drahn@ |