Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-09-13 | Watch over some more files. | Paul Janzen | |
1999-09-13 | shorten lines | Theo de Raadt | |
1999-09-12 | Change defaults to start sendmail using '-q30m'. This will not make | Jakob Schlyter | |
sendmail listen to requests on port 25, just process the queue every 30 minutes to take care of any unsent mail. OK millert@. | |||
1999-09-04 | Actually, vi file recivery was not happening on reboot due to a | Todd C. Miller | |
mistaken assumption. Noted by dynamo@ime.net. Fixed by moving the check for meta character expansion to be inside the two for loops. They are expanded by simple assignment. | |||
1999-09-04 | Ignore /var/tmp/vi.recover if it is a symlink or owned by non-root. | Todd C. Miller | |
Probably just paranoia (since /var/tmp/vi.recover is created the first time the machine is booted) but it can't hurt. | |||
1999-09-04 | Check to make sure vi recovery files are normal files before trying | Todd C. Miller | |
to read from them (this is a user-writable directory so it is possible to play games). Fixes a possible DOS noted by dynamo@ime.net. If it's not a regular file, we delete it. | |||
1999-09-04 | add entries for fga, scf, and flash | Jason Wright | |
1999-09-03 | have shutdown code run /etc/rc with arg of "shutdown"; rc.shutdown becomes ↵ | Theo de Raadt | |
completely admin-editable | |||
1999-09-01 | support # characters in bridgename.* files; millert | Theo de Raadt | |
1999-09-01 | cleanup parsing of hostname.* files, and seperate bridge control into | Theo de Raadt | |
bridgename.* files; all documented in new hostname.if(5) and bridgename.if(5) man pages | |||
1999-08-31 | start amd in /etc/amd; so that if ${amd_master} contains map names, and we | Theo de Raadt | |
don't want them fetched from YP, it will find them in the current directory. | |||
1999-08-20 | Change the default serial port device and /var/spool/lock permissions. | Jason Downs | |
/var/spool/lock becomes uucp.dialer, mode 1775, and serial devices become uucp.dialer, mode 660. (A couple of "dead" MAKEDEVs have been updated because they conformed the the old permission scheme, while others have not because they didn't.) | |||
1999-08-19 | mailer.conf missing; <kstailey@disclosure.com> | Jakob Schlyter | |
1999-08-19 | s/nvi/vi/ | kstailey | |
1999-08-18 | Boot block changes. | Jason Downs | |
1999-08-17 | Use ``set openmode passive'' in the ssh VPN example | brian | |
1999-08-15 | Please give us dmesg from a GENERIC kernel only, if possible. | Ian Darwin | |
1999-08-13 | Create USB devices. | Federico G. Schwindt | |
1999-08-10 | l alias by default | Theo de Raadt | |
1999-08-09 | Only parse/setup the hostname.foo file if interface foo exists (this | Angelos D. Keromytis | |
is useful for laptops with different ethernet cards etc.) | |||
1999-08-08 | add hunt | David Leonard | |
1999-08-06 | 2.88 floppies | Theo de Raadt | |
1999-08-05 | typo; -eq not -ne | Todd C. Miller | |
1999-08-05 | Use 10 X's for sheeer, raving, paranoia | Todd C. Miller | |
1999-08-05 | Use -execdir not -exec in find; deraadt@ | Todd C. Miller | |
1999-08-04 | propagate TMPDIR into locate.updatedb | Michael Shalayeff | |
1999-08-04 | Use mktemp(1) for motd /tmp file during boot. This fixes a potential | Todd C. Miller | |
problem noted by hugh@openbsd.org whereby a user could create the well-known /tmp/_motd file and use chflags to make it unremovable. Then at the next reboot the user's /tmp/_motd would end up in the system motd. | |||
1999-08-03 | chmod/chown all the ptys | Theo de Raadt | |
1999-08-02 | Integration of mailwrapper (from NetBSD) | Jakob Schlyter | |
"The mailwrapper program is designed to replace /usr/sbin/sendmail and to invoke an appropriate MTA instead of sendmail(8) based on configuration information placed in /etc/mailer.conf. This permits the administrator to configure which MTA is to be invoked on the system at run time." OK deraadt, millert | |||
1999-07-30 | no more acd | Theo de Raadt | |
1999-07-27 | Show how to use the new filter capabilities | brian | |
Mostly submitted by: Peter Jeremy <jeremyp@gsmx07.alcatel.com.au> | |||
1999-07-25 | silence chmod too, for non-writeable /var; fries | Theo de Raadt | |
1999-07-24 | shorter lines | Theo de Raadt | |
1999-07-20 | do not use -n with user-edited section between | Theo de Raadt | |
1999-07-18 | rf support; m4@umn.edu | Theo de Raadt | |
1999-07-18 | Create an /etc/isakmpd hierarchy | Niklas Hallqvist | |
1999-07-15 | move /etc/host.random to /var/db for readonly /, save the entropy state | Niels Provos | |
into /var/db/host.random at shutdown time, so we can make use of it during reboot to seed our random pool. ok millert@ angelos@ niklas@ | |||
1999-07-09 | i386 man pages in cat2/i386/ | Theo de Raadt | |
1999-07-08 | clean | Theo de Raadt | |
1999-07-06 | document machdep.kbdreset | Theo de Raadt | |
1999-07-06 | your basic rc.shutdown file | Theo de Raadt | |
1999-06-19 | Give line printout along with line number. | Marc Espie | |
1999-06-15 | make /usr/obj group wsrc, mode 775 to match /usr/src | Todd C. Miller | |
1999-06-14 | YP client, not just YP | Theo de Raadt | |
1999-06-13 | Shrink... | Jason Downs | |
1999-06-12 | Fix typo in netatalk startup | Angelos D. Keromytis | |
1999-05-31 | typo; Bill Fumerola | brian | |
1999-05-30 | Fix typo, '=' not '=='; marc@snafu.org | Todd C. Miller | |
1999-05-30 | Bad commit (machdep.allowaperture), this already exists in etc.i386 -- | Angelos D. Keromytis | |
obviously a long day :-X | |||
1999-05-30 | Add netatalk start-up support. | Angelos D. Keromytis | |