Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-06-08 | spool dirs should be group daemon, mode 0775 | Todd C. Miller | |
2002-06-07 | clear /var/authpf on bootup - ensure we don't kill things we shouldn't | Bob Beck | |
2002-06-07 | make /var/authpf owned and writable by group authpf | Bob Beck | |
2002-06-07 | authpf group, for authpf | Bob Beck | |
2002-06-06 | Path to 'bootpd' is /usr/sbin. From dfa@solo.ee | Mike Pechkin | |
millert@ ok | |||
2002-06-05 | try to avoid DNS here | Theo de Raadt | |
2002-06-01 | fix mkr for libssl changes | Theo de Raadt | |
2002-06-01 | spaces to tab | Brad Smith | |
2002-05-31 | ecn is disabled by default, so show the option enabled. | Federico G. Schwindt | |
deraadt@ ok. | |||
2002-05-31 | comma splice | Paul Janzen | |
2002-05-31 | No dm -> no dm.conf. | Paul Janzen | |
2002-05-30 | space nits | Theo de Raadt | |
2002-05-30 | space nits | Theo de Raadt | |
2002-05-24 | Not that kvm parts are removed, run rpc.rstatd and rpc.rusers as | Theo de Raadt | |
nobody. While I do not like running things as nobody since the step up is very small, we use this for other daemons in inetd. And it is still a small step. | |||
2002-05-23 | more dm parts going away; pjanzen | Theo de Raadt | |
2002-05-23 | Sigh, add the rule in the right place (not just when NFS is used). | Daniel Hartmeier | |
From Dries Schellekens | |||
2002-05-23 | Allow incoming ssh connections in the initial temporary rule set that's | Daniel Hartmeier | |
active before /etc/pf.conf is loaded, just in case loading fails (and leaves the inital set active). ok deraadt@ | |||
2002-05-23 | The troll strikes.. The troll strikes.. The dungeon master ↵ | Theo de Raadt | |
dies.distrib/sets/lists | |||
2002-05-22 | Check for S/Key entries in /etc/skey, not /etc/skeyeys; David Krause | Todd C. Miller | |
We could use skeyinfo(1) to check but this is much cheaper. | |||
2002-05-22 | oops, missed another file | Theo de Raadt | |
2002-05-21 | create /etc/authpf and /var/authpf dirs | Theo de Raadt | |
2002-05-21 | fake sync (not yet using MAKEDEV.md) | Theo de Raadt | |
2002-05-21 | remove MAKEDEV.local finally | Theo de Raadt | |
2002-05-20 | blob for splassert. | Artur Grabowski | |
suggested by deraadt@. | |||
2002-05-20 | update user list; spotted by hshoexer@yerbouti.franken.de | Theo de Raadt | |
2002-05-16 | Add systrace devices until vax is converted to new MAKEDEV scheme (soon) | Miod Vallat | |
2002-05-16 | Regen. | Miod Vallat | |
2002-05-16 | Add systrace support to all the remaining architectures. | Miod Vallat | |
Tested by various people on various platforms, I'm willing to fix any breakage this causes. ok niels@ deraadt@ and mickey@ (after his comments were applied) | |||
2002-05-16 | ignore non-existent cases where '$if' evaluates to '*'. | Todd T. Fries | |
From André Lucas <andre@ae-35.com>, fixes pr # 2658. 'Looks good' from miod@, millert@, and krw@. | |||
2002-05-16 | show net.inet.tcp.ecn option | Theo de Raadt | |
2002-05-16 | Replace skeykeys entry with proper skey entry. Pointed out by mickey@ | Todd C. Miller | |
2002-05-16 | sync | Niels Provos | |
2002-05-16 | add systrace device okay fries@ | Niels Provos | |
2002-05-16 | No more /etc/skeykeys; brad@ | Todd C. Miller | |
2002-05-14 | Major changes: | Todd C. Miller | |
Job names are now "runtime.queue" where runtime is when the job will run in Unix time format. This is what SysV at does and allows us to nuke the .SEQ file. Historic BSD options for atq and atrm are now implemented; atq and atrm get their own man pages. At no longer does anything with the -v flag. We print the execution time when jobs are submitted so there is no need. Most *scanf() usage is gone (one remains in atrun). Better sanity checks in atrun. Random style/cleanup. With these changes we have the best of both worlds; POSIX compliance with the traditional BSD features. | |||
2002-05-13 | move common distrib rules to main Makefile, | Marc Espie | |
make -> ${MAKE} add phony targets remove unnecessary subshells install kernel in a separate target from building. some SUDO. okay deraadt@ (checked bootstrap on i386, should be safe elsewhere, and trivial to fix anyways) | |||
2002-05-12 | Remove unnecessary subshells | Marc Espie | |
make -> ${MAKE} add exec at end of lines sprinkle with SUDO where needed (not enough for a full release yet) PHONY targets. ok millert@, deraadt@ | |||
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 |