Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-03 | have shutdown code run /etc/rc with arg of "shutdown"; rc.shutdown becomes ↵ | Theo de Raadt | |
completely admin-editable | |||
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-19 | s/nvi/vi/ | kstailey | |
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 | 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-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-05-30 | Fix typo, '=' not '=='; marc@snafu.org | Todd C. Miller | |
1999-05-26 | Configure raid devices at boot (from NetBSD, ok by niklas@). | Jakob Schlyter | |
1999-05-24 | Add shlib_dirs variable so users can add to the directories cached | Todd C. Miller | |
in /var/run/ld.so.hints | |||
1999-04-21 | Save a copy of the boot messages in /var/run/dmesg.boot. | Alex Feldman | |
1998-12-28 | split database line up nicely; krw@tcn.net | Theo de Raadt | |
1998-12-21 | isakmpd startup stuff | Theo de Raadt | |
1998-11-11 | Add option for running ftpd out of rc. | Jason Downs | |
1998-11-03 | Actually use $xdm_flags. | Jason Downs | |
1998-10-28 | use xfs, not afs when mounting afs. Making mount_afs work correctly is too hard. | Artur Grabowski | |
1998-10-12 | startup code for AFS | Artur Grabowski | |
1998-09-19 | shift ifaliases. one more daemon can bind to specific ifaliases. | Todd T. Fries | |
1998-08-28 | When running kvm_mkdb, don't specify /bsd so we can use /dev/ksyms if it ↵ | Todd C. Miller | |
exists and is configured | |||
1998-08-25 | put back recent change (apmd flags) that was accidently removed | Marco S Hyman | |
1998-08-19 | dhcpd: start from rc, controlled by rc.conf; sample config files | Oleg Safiullin | |
1998-08-18 | allow flags to be passed to apmd at millert's request | Marco S Hyman | |
1998-08-18 | start apmd in rc, controlled by rc.conf | Marco S Hyman | |
1998-07-24 | update /var/named/etc/localtime when /etc/localtime changes | Todd C. Miller | |
1998-07-13 | quiet that dd | Theo de Raadt | |
1998-07-13 | Create /var/named/dev/null if it is not there and we are running named ↵ | Todd C. Miller | |
chroot'd. It would be cleaner to simply do this at install time but this way people who are tracking sources get the correct behavior too. | |||
1998-07-11 | change last route to route -n | Theo de Raadt | |
1998-07-05 | yet another typo | Todd T. Fries | |
1998-07-04 | fix a typo | Todd T. Fries | |
1998-07-03 | Generate an /etc/host.random if it doesn't exist; 64KB, perms 600. | Angelos D. Keromytis | |
1998-06-13 | don't make /var/named/dev/log if named_flags == NO | Todd C. Miller | |
1998-06-03 | to turn of named chroot set to be empty, not 'NO' | Todd C. Miller | |
1998-06-03 | Add named_user and named_chroot variables to simplify chroot'd named | Todd C. Miller | |
setup. | |||
1998-05-14 | move cron to the end so users cannot run cron jobs before the system is all ↵ | Todd C. Miller | |
the way up | |||
1998-05-13 | test -> [ | Theo de Raadt | |
1998-04-07 | add xdm control to /etc/rc.conf; X11 docs need updating | Theo de Raadt | |
1998-03-25 | savecore prints a message; no need to print another | Theo de Raadt | |
1998-03-25 | httpd is now in the tree, and an rc.conf flag turns it on | Theo de Raadt | |
1998-03-11 | Kill whitespace at eol. | Todd C. Miller | |
1998-02-26 | Replace "test -r" with -s and -e as -r always returns true for root?!?! | Todd C. Miller | |
1998-02-18 | add an option for kerberos slave servers. | Artur Grabowski | |
1998-02-13 | fix typo | Marco S Hyman | |
1998-02-11 | syslogd gets a new -a argument: specify additional AF_UNIX log devices | Theo de Raadt | |
syslogd should create & listen to. As in "syslogd -a /chroot/dev/log", I'm sure you get the idea. | |||
1998-02-07 | Flags and startup for smtpd/smtpfwdd - not enabled by default. | Bob Beck | |
1998-02-06 | typo | Theo de Raadt | |