Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-18 | shut up logging of lame servers | Jakob Schlyter | |
2003-02-16 | Fix up some DNS verbiage to make it consistant. | Kenneth R Westerback | |
Fix up default route selection by a) Forcing user to explicitly chose 'dhcp' as a mechanism for specifying a default route, rather than guessing based on one or more interfaces being configured by dhcp. b) If the user specified default route does not work, re-present the existing default route rather than losing it. c) Move default route selection to after nameserver activation so the user can specify a hostname as the default route. Change /etc/netstart so that /etc/mygate wins if a default route was already specified (i.e. by dhcp). ok deraadt@. | |||
2003-02-16 | Simple fbtab entries for console login | Miod Vallat | |
2003-02-14 | Fix NFS diskless boot when PF is used. | Cedric Berger | |
From dhartmei@ e-mail, ok henning@ | |||
2003-02-14 | spamd now uses tables (these load MUCH faster on my ss2); ok deraadt | Jason Wright | |
2003-02-12 | move to 3.3-beta | Theo de Raadt | |
2003-02-12 | missed one in the comment | Todd C. Miller | |
2003-02-12 | Use ':' to separate login name from group name to match updated docs. | Todd C. Miller | |
2003-02-09 | bind9 needs nanosleep too; ok jakob@ | Damien Miller | |
2003-02-08 | When creating > 1 files with mktemp(1), make sure that if the creation | Peter Valchev | |
of the n'th (n>1) file fails, the previous ones get removed before exit(1) Idea by jason; ok millert deraadt | |||
2003-02-06 | make pf.conf 0600 by default | Henning Brauer | |
discussed and agreed theo and daniel | |||
2003-02-06 | include isp firmware on some sparc64 media; and resize the media that is | Theo de Raadt | |
too small | |||
2003-02-06 | allow to read some directories itself | Jakob Schlyter | |
2003-02-05 | real ram disk root entry | Michael Shalayeff | |
2003-02-05 | regen | Michael Shalayeff | |
2003-02-05 | add ws* devices; fries@ ok | Michael Shalayeff | |
2003-02-04 | bind9ify | Jakob Schlyter | |
2003-02-04 | add id-tag | Jakob Schlyter | |
2003-02-04 | bind9-ify. ok deraadt@ | Jakob Schlyter | |
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-24 | Remove duplicate kerberos entries; ekshell2 should probably just be removed | Todd C. Miller | |
2003-01-20 | remove directory statement, not needed since we chroot by default | Jakob Schlyter | |
2003-01-20 | generated shared secret for rndc/bind9; ok millert@ | Jakob Schlyter | |
2003-01-20 | bind9 configuration files | Jakob Schlyter | |
2003-01-20 | Add /var/empty/dev | Todd C. Miller | |
2003-01-20 | Add a /var/empty/dev/log socket for things that chroot to /var/empty. | Todd C. Miller | |
2003-01-16 | more up to date, some input by todd@ | Bruno Rohee | |
2003-01-16 | include boots into the snap | Michael Shalayeff | |
2003-01-15 | Allow outbound ping in initial pf rules. | Camiel Dobbelaar | |
dhclient needs this to validate old (but valid) leases in /var/db/dhclient.leases in case it needs to fall back to such a lease. (the dhcp server can be down or not responding) Reported by Chris Jepeway. "makes sense" henning dhartmei | |||
2003-01-14 | use /var/tmp as default temporary directory when building locate database. ↵ | Jakob Schlyter | |
ok millert@ | |||
2003-01-06 | Handle wsconsctl.conf entries that contain spaces, e.g. | Marco S Hyman | |
keyboard.map+="keysym Caps_Lock = Control_L" OK fgs@ | |||
2003-01-06 | sync | Todd T. Fries | |
2003-01-06 | one more tweak for _lkm; ok deraadt@ | Todd T. Fries | |
2003-01-06 | syncronous -> synchronous | Miod Vallat | |
2003-01-06 | sync | Theo de Raadt | |
2003-01-06 | _lkm group for modstat(8); millert ok | Theo de Raadt | |
2003-01-03 | Remove screenblank section; reported by Andrey Matveev. | Miod Vallat | |
2002-12-31 | amiga and sun3 turned out to not be y2k+3 compliant here. Remove them, as | Miod Vallat | |
well as the few userland tools which were only used on these platforms. | |||
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-30 | #set limit states unlimited -> 10000, as unlimited is not valid syntax. | Daniel Hartmeier | |
2002-12-30 | Add icmp6 as an alias for ipv6-icmp. This helps clear up confusion about | Ryan Thomas McBride | |
icmp protocol naming particularly with pfctl, since the manpage is icmp6(4) (not ipv6-icmp(4)). suggested by espie@, cleared with deraadt@, ok dhartmei@ | |||
2002-12-30 | put bin dirs before sbin dirs in PATH for consistency with other cron scripts | Todd C. Miller | |
2002-12-27 | add _spamd pseudo-account; ok deraadt@ | Dan Harnett | |
2002-12-27 | spewd-setup should read spamd-setup | lebel | |
2002-12-27 | spamd startup stuff | Theo de Raadt | |
2002-12-25 | Regen. | Miod Vallat | |
2002-12-25 | Fix st(4) block major. Gasp. | Miod Vallat | |
2002-12-24 | _spamd | Theo de Raadt | |