Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-01-12 | vax joins the club; ok miod@ | Todd T. Fries | |
2004-01-12 | catch pegasos up with the rest; ok deraadt | Todd T. Fries | |
2004-01-12 | + alph2d() (thanks dr!), allow ttyU's a-zA-Z to be created | Todd T. Fries | |
2004-01-11 | support new MAKEDEV for pegasos; from todd | Theo de Raadt | |
2003-12-24 | +bgpd.conf | Henning Brauer | |
2003-10-31 | Pegasos port and dirs. | Dale Rahn | |
2003-10-08 | Sample sensorsd.conf file. | Alexander Yurchenko | |
ok henning@ millert@ | |||
2003-09-23 | Sample files for /etc/mail, installed at 'make distribution' time. | Todd C. Miller | |
2003-08-21 | Add derivative of Michal Zalewski's p0f v2 passive OS fingerprint database | Mike Frantzen | |
2003-06-27 | remove kerberosIV configuration files | David Krause | |
ok hin@ deraadt@ pb@ | |||
2003-03-30 | default timezone: Canada/Mountain | Theo de Raadt | |
2003-03-24 | Add *.iso to list of files in CKSUM/MD5 spotted by A.Farber. | Dale Rahn | |
ok millert@ miod@ deraadt@ | |||
2003-03-10 | Move /var/log/sendmail.st creation to etc/Makefile where it belongs; | Todd C. Miller | |
noticed by grange@ | |||
2003-03-08 | default spamd.conf file, with entries for spews 1, spews 2, china and korea | Bob Beck | |
2003-03-04 | copy cd*.iso also, for snapshots | Theo de Raadt | |
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 | |
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-12-15 | record failed login attemps by default, aka enable /var/log/failedlogin. | Federico G. Schwindt | |
pval@ millert@ ok. | |||
2002-11-07 | Install /var/log/message 644 since the beginning and change back | Peter Valchev | |
newsyslog.conf to reflect that. More people seem to prefer that, and it can be easily changed if you like it another way. millert, fgs and others verbally agree | |||
2002-09-06 | more photuris bits by bye bye | Theo de Raadt | |
2002-08-31 | Install /etc/wsconsctl.conf on sparc. | Miod Vallat | |
2002-07-18 | policy for lpd | Niels Provos | |
2002-07-18 | named policy for systrace | Niels Provos | |
2002-06-17 | we no longer do this. why was it edited incorrectly? | Theo de Raadt | |
2002-06-01 | fix mkr for libssl changes | Theo de Raadt | |
2002-05-23 | more dm parts going away; pjanzen | Theo de Raadt | |
2002-05-22 | oops, missed another file | Theo de Raadt | |
2002-05-21 | remove MAKEDEV.local finally | Theo de Raadt | |
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-04-28 | Move mvme88k to the joys of the m4-generated MAKEDEV world. | Miod Vallat | |
2002-04-17 | Regen mvme68k MAKEDEV, and add it to the list of m4 MAKEDEV enabled arches. | Miod Vallat | |
2002-04-03 | oops | Theo de Raadt | |
2002-04-03 | wsconsctl.conf for sparc64 too; mickey ok | Theo de Raadt | |
2002-03-31 | vax is not m4 yet | Theo de Raadt | |
2002-03-07 | Do not ignore mtree's exit value when updating via 4.4BSD.dist. | Todd C. Miller | |
Use the -U flag instead of -u so mtree doesn't exit with non-zero when fixing up existing permissions/owners. | |||
2002-02-26 | if ${DESTDIR} exists, do not modify the mode | Theo de Raadt | |
2002-02-16 | hidden magic is stupid | Theo de Raadt | |
2002-02-14 | install PCS on vax from here | Theo de Raadt | |
2002-02-14 | vax joins the fun. | Todd T. Fries | |
2002-02-14 | hp300 joins the party; ok millert@ | Todd T. Fries | |
2002-02-13 | hppa is in. | Todd T. Fries | |
2002-02-13 | enable amiga | Todd T. Fries | |
2002-02-09 | indent | Theo de Raadt | |
2002-02-08 | No automatic in-tree modification. my bad! | Todd T. Fries | |