Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-05-11 | at(1) is no longer setuid root, it is setgid crontab. | Todd C. Miller | |
This means that /var/at/at.{allow,deny} must be readable by group crontab, /var/at/jobs is mode 01770, and /var/at/.SEQ is mode 0660. | |||
2002-05-09 | crontab is no longer setuid root, it is now setgid crontab. | Todd C. Miller | |
These changes were modelled after the Owl version of vixie-cron, but developed independently. Our crontab used to send cron SIGUSR1 to tell cron to reread the spool dir. Now that crontab is not setuid root this doesn't work. Instead, crontab pokes cron via a Unix domain socket located in the tabs dir. Please note, after these changes, the owner on user crontab files will have to be changed manually from root to the uid of the corresponding user for crontab to be usable. cron itself will accept tab files owned by either root or the user. Also, any /var/cron/{allow,deny} files must be readable by group crontab. | |||
2002-05-09 | Add crontab group for when crontab loses its setuid bit tomorrow. | Todd C. Miller | |
Consider this a head-up... | |||
2002-05-08 | move to sshd.sshd instead | Theo de Raadt | |
2002-05-07 | ssh uid and gid for privsep | Theo de Raadt | |
2002-05-06 | rlogind and rexecd are history | Todd C. Miller | |
2002-05-03 | add pwdgen entries. PR 2557. | Brad Smith | |
-- From: Sebastian Stark | |||
2002-05-02 | localhost:comsat appears to work. might be DNS issues, but only if we ↵ | Theo de Raadt | |
deploy it can we see such issues | |||
2002-04-28 | Regen | Miod Vallat | |
2002-04-28 | Move mvme88k to the joys of the m4-generated MAKEDEV world. | Miod Vallat | |
2002-04-28 | Regen. | Miod Vallat | |
2002-04-28 | Fix ccd entry, and remove a duplicate. | Miod Vallat | |
2002-04-26 | build release bsd.scsi3 from regular bsd file, by using config -e to | Theo de Raadt | |
clone sd0 out of sd*. my idea, initial hack by miod, my makefile hackery | |||
2002-04-24 | The beginnings of decent mac68k installation media, as two bsd.rd images. | Miod Vallat | |
Currently, the building of this is not enabled in "make release", however. | |||
2002-04-24 | zap /usr/include/g++/gen, it's ancient. | Marc Espie | |
2002-04-24 | Run getty on /dev/ttyC0, not /dev/console. | Matthieu Herrb | |
Ok deraadt@, millert@ | |||
2002-04-22 | minor cleanups | Theo de Raadt | |
2002-04-21 | Regen. | Miod Vallat | |
2002-04-21 | Add ramdisk nodes to MAKEDEV. | Miod Vallat | |
2002-04-21 | sync | Theo de Raadt | |
2002-04-21 | use M correctly | Theo de Raadt | |
2002-04-18 | sync | Theo de Raadt | |
2002-04-18 | oops, there is no cd0 on hp300 | Theo de Raadt | |
2002-04-18 | Regen. | Miod Vallat | |
2002-04-18 | /dev/reload does not exist for mac68k. | Miod Vallat | |
2002-04-18 | Regen. | Miod Vallat | |
2002-04-18 | Block devices have 16 partitions per disklabel now. | Miod Vallat | |
2002-04-17 | Regen mvme68k MAKEDEV, and add it to the list of m4 MAKEDEV enabled arches. | Miod Vallat | |
2002-04-17 | Switch mvme68k to the m4 MAKEDEV scheme. | Miod Vallat | |
As a bonus, we do not need awk(1) anymore to run MAKEDEV. ok deraadt@ | |||
2002-04-17 | Remove duplicate device list for "MAKEDEV all". | Miod Vallat | |
No change in the generated output, so no regen needed. ok todd@ | |||
2002-04-17 | Fix a macro usage buglet. | Miod Vallat | |
No changes in the generated output, so no regen needed. ok todd@ | |||
2002-04-16 | create section 3p in /usr/local. | Marc Espie | |
ok millert@ | |||
2002-04-14 | sync | Theo de Raadt | |
2002-04-14 | add missing cd0 devices to ramdisk targets | Theo de Raadt | |
2002-04-14 | sync | Theo de Raadt | |
2002-04-14 | need CD devices on the ramdisk | Theo de Raadt | |
2002-04-12 | sync | Theo de Raadt | |
2002-04-12 | ramdisk needs wskbd0 | Theo de Raadt | |
2002-04-11 | sync | Theo de Raadt | |
2002-04-11 | pci should be 600; matthieu ok | Theo de Raadt | |
2002-04-11 | - update package list with a more complete list, which also lists | Miod Vallat | |
non-x86 packages (hfsplus, ogle-altivec, etc) - mention that OpenSSH will be at 3.2 for this release ok deraadt@ | |||
2002-04-11 | update approximation of package list (good enough) | Theo de Raadt | |
2002-04-10 | sync | Theo de Raadt | |
2002-04-10 | may as well put a few more nodes on the disk.. | Theo de Raadt | |
2002-04-10 | sync | Theo de Raadt | |
2002-04-10 | sd2 fits | Theo de Raadt | |
2002-04-10 | correct name of ramdisk target (and remove crud) | Theo de Raadt | |
2002-04-09 | sync | Theo de Raadt | |
2002-04-09 | make wd2 and wd3 until the install script runs MAKEDEV | Theo de Raadt | |
2002-04-05 | some cleanups based on ideas from @msmith.net | Theo de Raadt | |