Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-02-24 | Remove tcfs until this entire licensing mess is cleaned up. This is | Theo de Raadt | |
ANOTHER case of a developer having ignored licenses when importing code. | |||
2003-02-19 | Move contents of /var/at into /var/cron since at is now intergrated into | Todd C. Miller | |
cron. When ISC cron 5.0 is out the integration will be even tighter. Also rename /var/cron/{allow,deny} -> /var/cron/cron.{allow,deny} for consistency with POSIX and at.{allow,deny} and install an empty cron.deny file (as we do at.deny) since crontab will require this in the near future for POSIX compliance. After a "make build" you can update your system as follows: # mv /var/at/* /var/cron # mv /var/cron/jobs /var/cron/atjobs # mv /var/cron.allow /var/cron/cron.allow # mv /var/cron.deny /var/cron/cron.deny # rm -rf /var/at # kill `cat /var/run/cron.pid` ; cron | |||
2003-02-06 | make pf.conf 0600 by default | Henning Brauer | |
discussed and agreed theo and daniel | |||
2003-02-04 | enable bind now; some diffs from jakob, some from me | Theo de Raadt | |
2003-01-29 | /usr/share/doc/html/bind; ok deraadt@ | Jakob Schlyter | |
2003-01-20 | Add /var/empty/dev | Todd C. Miller | |
2002-12-31 | Prepare for the removal of amiga and sun3 platforms from the tree. | Miod Vallat | |
There has not been enough activity and interest towards these platform to keep them lying in the tree. | |||
2002-11-23 | no more share/altq | Theo de Raadt | |
2002-11-22 | add /usr/share/pf | Henning Brauer | |
ok millert@ | |||
2002-11-22 | shadow -> _shadow | Marco S Hyman | |
2002-11-21 | Add a "shadow" group and make the shadow passwd db readable by that | Todd C. Miller | |
group. This changes getpw* to always try the shadow db first and then fall back to the db w/o password hashes. In the future, /usr/libexec/auth/login_passwd (and others) will be setgid shadow instead of setuid root. OK deraadt@ If you track -current you should do the following: o add group shadow to /etc/group o chgrp shadow /etc/spwd.db o chmod 640 /etc/spwd.db o rebuild and install src/usr.sbin/pwd_mkdb You do not need to rebuild libc yet, but it would't hurt to do so. | |||
2002-11-04 | sync uucp/uucp owner/group with that validated in special. | Marco S Hyman | |
OK fgs@ | |||
2002-10-04 | smtpd left the building | Theo de Raadt | |
2002-09-06 | more photuris bits by bye bye | Theo de Raadt | |
2002-07-18 | teach mtree about systrace; okay deraadt@ | Niels Provos | |
2002-07-15 | Move atrun(8) functionality into cron(8) proper. This fixes the | Todd C. Miller | |
long-standing annoyance that atrun's granularity is 10 minutes. Most at jobs run with a 1 minute granularity. Jobs submitted via "at now" or "batch" will run immediately. Includes a rewritten cron(8) man page. at(1) will be integrated more closely into cron at a future date. Upgrading notes: the atrun job in root's crontab should be removed. the /var/at/spool directory is no longer used | |||
2002-07-11 | sample entry for UserDir /var/www/users; create empty /var/www/users; | Markus Friedl | |
ok henning@, deraadt@ | |||
2002-07-07 | Add a port of FreeBSD/alpha's libio as libalpha. This library enable | Matthieu Herrb | |
access to devices I/O ports from userland. Only BWX machines supported for now. Added a man page. Ok deraadt@, miod@. | |||
2002-06-17 | No more nat.conf; blessed by deraadt | Peter Valchev | |
2002-06-11 | another bit that got missed | Bob Beck | |
2002-06-09 | rm trailing whitespace | Todd T. Fries | |
2002-06-08 | spool dirs should be group daemon, mode 0775 | Todd C. Miller | |
2002-06-07 | make /var/authpf owned and writable by group authpf | Bob Beck | |
2002-05-30 | space nits | Theo de Raadt | |
2002-05-23 | The troll strikes.. The troll strikes.. The dungeon master ↵ | Theo de Raadt | |
dies.distrib/sets/lists | |||
2002-05-21 | create /etc/authpf and /var/authpf dirs | Theo de Raadt | |
2002-05-16 | Replace skeykeys entry with proper skey entry. Pointed out by mickey@ | Todd C. Miller | |
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-04-24 | zap /usr/include/g++/gen, it's ancient. | Marc Espie | |
2002-04-16 | create section 3p in /usr/local. | Marc Espie | |
ok millert@ | |||
2002-03-31 | remove arc. | Brad Smith | |
-- Ok'd by: deraadt@ | |||
2002-03-09 | Use 'nochange' not 'preserve' flag. | Todd C. Miller | |
2002-03-04 | Use new preserve flag for the root directory. | Todd C. Miller | |
2002-02-13 | don't ignore the contents of /etc/ssh; ok deraadt@ | Marco S Hyman | |
2002-02-09 | move ssh config files to /etc/ssh | Theo de Raadt | |
2002-02-07 | Add a directory for altq config examples. | Artur Grabowski | |
2002-01-18 | - add et_EE | Brad Smith | |
- ru_SU -> ru_RU -- Ok'd by: heko@ | |||
2001-09-25 | a bit too soon. | Marc Espie | |
2001-09-25 | Add /usr/share/gnu, for sharing config.guess, config.sub and other files | Marc Espie | |
in $ac_aux_dir. | |||
2001-09-25 | make /var/empty | Theo de Raadt | |
2001-09-21 | dev/ is under the control of MAKEDEV, not mtree | Theo de Raadt | |
2001-09-11 | Scaffolding to support sendmail 8.12. Note that the new smmsp user/group | Todd C. Miller | |
are *required*. | |||
2001-09-10 | add /etc/kerberosV. ok hin@ | Jakob Schlyter | |
2001-09-09 | and uucp dirs go away too | Theo de Raadt | |
2001-09-07 | add sparc64 directories | Jason Wright | |
2001-09-01 | powerpc -> macppc port rename changes | Dale Rahn | |
2001-06-29 | create /usr/libdata/ssh | Theo de Raadt | |
2001-06-27 | bye bye pmax | Theo de Raadt | |
2001-06-27 | primes was renamed to moduli, ok deraadt | Peter Stromberg | |