Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-11-23 | isakmpd is elsewhere; evanc@concer.to | Theo de Raadt | |
1999-11-11 | Allow identd to be used w/o inetd. | Federico G. Schwindt | |
1999-10-18 | ssh startup fix; millert | Theo de Raadt | |
1999-10-15 | oops, got shared library part wrong | Theo de Raadt | |
1999-10-11 | Run /usr/libexec/vi.recover (now a perl script) to preserve vi backup files. | Todd C. Miller | |
1999-10-07 | check for executability of ssh-keygen | Theo de Raadt | |
1999-10-07 | if sshd startup fails due to rsa not being there, start up | Theo de Raadt | |
/usr/local/sbin/sshd instead, if it is there. | |||
1999-10-06 | Don't complain that /var/tmp/vi.recover is not owned by root | Todd C. Miller | |
when it doesn't exist. | |||
1999-10-03 | silence the chmod | Theo de Raadt | |
1999-09-30 | last i checked, screenblank was not a network daemon | Theo de Raadt | |
1999-09-29 | do ldconfig before all ssh; because they need /usr/local/lib for searching | Theo de Raadt | |
1999-09-28 | start ssh as part of base system; if no host key, build it upon boot | Theo de Raadt | |
1999-09-27 | oops | Theo de Raadt | |
1999-09-27 | stir arandom, too; provos | Theo de Raadt | |
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 | |