Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-08 | tweak | Theo de Raadt | |
2003-03-08 | default spamd.conf file, with entries for spews 1, spews 2, china and korea | Bob Beck | |
2003-03-06 | spelling fixes | David Krause | |
ok henning@ | |||
2003-03-04 | only generate shared secret for rndc if named will be started. | Jakob Schlyter | |
tested by grange@, ok millert@ | |||
2003-03-04 | remove support for named_chroot and named_user; always run named as user | Jakob Schlyter | |
named and chrooted to /var/named. ok deraadt@ | |||
2003-03-04 | make sure both /etc/rndc.key and /var/named/etc/rndc.key exist, and are | Dan Harnett | |
the same. ok jakob@, deraadt@ | |||
2003-03-04 | copy cd*.iso also, for snapshots | Theo de Raadt | |
2003-03-01 | 16 partitions, and fix a few glitches (mainly :bx sizes not being power of two) | Miod Vallat | |
2003-02-28 | much-needed update to include examples for all seven types of statements | David Krause | |
queueing and table examples are from the fosdem2k3 presentation spamd rdr simplification from henning@ ok dhartmei@ henning@ | |||
2003-02-27 | Use /var/tmp, not /tmp by default since historically /var/tmp has | Todd C. Miller | |
been the larger of the two (and to make things consistent with /etc/weekly). Also add ext2fs to the list of filesystem types to search. Prompted by PR 3122 from Matthew V. Sendak. | |||
2003-02-27 | add ::1 to the clients acl (recursion should work from localhost) | Todd T. Fries | |
ok jakob@ | |||
2003-02-26 | typo; Matthew V. Sendak | Todd C. Miller | |
2003-02-26 | remove double word stuttering | David Krause | |
ok henning@ | |||
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-24 | setup -> "set up" where appropriate | Kjell Wooding | |
ok deraadt@ | |||
2003-02-21 | remove bind4; ok deraadt@ | Jakob Schlyter | |
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 | |