Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-10-25 | extra entries; joe@nall.com | Theo de Raadt | |
1999-10-18 | ssh startup fix; millert | Theo de Raadt | |
1999-10-17 | Fix typo; kwesterback@home.com | Aaron Campbell | |
1999-10-17 | Fix misleading comment. | Todd C. Miller | |
1999-10-16 | talk about non-shared library ssh | Theo de Raadt | |
1999-10-16 | more | 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-08 | Oops... CKSUM should hold cksum results, and be sorted on 3rd field | Marc Espie | |
1999-10-08 | Activate it on the amiga. | Marc Espie | |
1999-10-08 | Final framework for amiga tools. | Marc Espie | |
1999-10-07 | remove etc now that ssh configs are moved back to /etc | Christopher Turan | |
1999-10-07 | add random in raminst -moj | Mats O Jansson | |
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-04 | add etc | Brad Smith | |
1999-10-03 | silence the chmod | Theo de Raadt | |
1999-10-02 | closer to the 2.6 story | Theo de Raadt | |
1999-10-01 | simpleroot is now 40Mb instead of 32Mb. -moj | Mats O Jansson | |
1999-09-30 | I'm such an asshole. | Bob Beck | |
1999-09-30 | add apache xml include dir | Bob Beck | |
1999-09-30 | last i checked, screenblank was not a network daemon | Theo de Raadt | |
1999-09-29 | httpd has a Makefile.bsd-wrapper now | Theo de Raadt | |
1999-09-29 | chmod devices needed for x by default when logging in at console | Todd T. Fries | |
1999-09-29 | do ldconfig before all ssh; because they need /usr/local/lib for searching | Theo de Raadt | |
1999-09-29 | openssl change, and stupid apache dirs in /usr/lib | Bob Beck | |
1999-09-29 | architetures -> architectures | Bruno Rohee | |
1999-09-29 | approximately describe the situation | 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-28 | ssh part of base system | Theo de Raadt | |
1999-09-28 | make distribution in ssh | Theo de Raadt | |
1999-09-27 | oops | Theo de Raadt | |
1999-09-27 | stir arandom, too; provos | Theo de Raadt | |
1999-09-27 | random on floppy | Theo de Raadt | |
1999-09-27 | More glue | Marc Espie | |
1999-09-26 | disable telnet/ftp/login by default, for now | Theo de Raadt | |
1999-09-25 | Watch a few more files in /etc. Arguably it might eventually be better just | Paul Janzen | |
to automatically watch everything in /etc except for specifically excluded files. | |||
1999-09-23 | remote printer example; suggested by rahm@umich.edu | Theo de Raadt | |
1999-09-22 | no, mtree is more confusing than that | Theo de Raadt | |
1999-09-22 | Add /usr/share/man/cat9/i386 | Constantine Sapuntzakis | |
1999-09-21 | sync imap port with IANA. OK deraadt@ | Jakob Schlyter | |
1999-09-19 | Rebuild whatis databases. | Alex Feldman | |
1999-09-19 | dont call std twice from all, add call to random. random is major 88 not 89. ↵ | Mats O Jansson | |
-moj | |||
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. |