summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2003-03-08tweakTheo de Raadt
2003-03-08default spamd.conf file, with entries for spews 1, spews 2, china and koreaBob Beck
2003-03-06spelling fixesDavid Krause
ok henning@
2003-03-04only generate shared secret for rndc if named will be started.Jakob Schlyter
tested by grange@, ok millert@
2003-03-04remove support for named_chroot and named_user; always run named as userJakob Schlyter
named and chrooted to /var/named. ok deraadt@
2003-03-04make sure both /etc/rndc.key and /var/named/etc/rndc.key exist, and areDan Harnett
the same. ok jakob@, deraadt@
2003-03-04copy cd*.iso also, for snapshotsTheo de Raadt
2003-03-0116 partitions, and fix a few glitches (mainly :bx sizes not being power of two)Miod Vallat
2003-02-28much-needed update to include examples for all seven types of statementsDavid Krause
queueing and table examples are from the fosdem2k3 presentation spamd rdr simplification from henning@ ok dhartmei@ henning@
2003-02-27Use /var/tmp, not /tmp by default since historically /var/tmp hasTodd 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-27add ::1 to the clients acl (recursion should work from localhost)Todd T. Fries
ok jakob@
2003-02-26typo; Matthew V. SendakTodd C. Miller
2003-02-26remove double word stutteringDavid Krause
ok henning@
2003-02-24Remove tcfs until this entire licensing mess is cleaned up. This isTheo de Raadt
ANOTHER case of a developer having ignored licenses when importing code.
2003-02-24setup -> "set up" where appropriateKjell Wooding
ok deraadt@
2003-02-21remove bind4; ok deraadt@Jakob Schlyter
2003-02-19Move contents of /var/at into /var/cron since at is now intergrated intoTodd 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-18shut up logging of lame serversJakob Schlyter
2003-02-16Fix 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-16Simple fbtab entries for console loginMiod Vallat
2003-02-14Fix NFS diskless boot when PF is used.Cedric Berger
From dhartmei@ e-mail, ok henning@
2003-02-14spamd now uses tables (these load MUCH faster on my ss2); ok deraadtJason Wright
2003-02-12move to 3.3-betaTheo de Raadt
2003-02-12missed one in the commentTodd C. Miller
2003-02-12Use ':' to separate login name from group name to match updated docs.Todd C. Miller
2003-02-09bind9 needs nanosleep too; ok jakob@Damien Miller
2003-02-08When creating > 1 files with mktemp(1), make sure that if the creationPeter 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-06make pf.conf 0600 by defaultHenning Brauer
discussed and agreed theo and daniel
2003-02-06include isp firmware on some sparc64 media; and resize the media that isTheo de Raadt
too small
2003-02-06allow to read some directories itselfJakob Schlyter
2003-02-05real ram disk root entryMichael Shalayeff
2003-02-05regenMichael Shalayeff
2003-02-05add ws* devices; fries@ okMichael Shalayeff
2003-02-04bind9ifyJakob Schlyter
2003-02-04add id-tagJakob Schlyter
2003-02-04bind9-ify. ok deraadt@Jakob Schlyter
2003-02-04enable bind now; some diffs from jakob, some from meTheo de Raadt
2003-01-29/usr/share/doc/html/bind; ok deraadt@Jakob Schlyter
2003-01-24Remove duplicate kerberos entries; ekshell2 should probably just be removedTodd C. Miller
2003-01-20remove directory statement, not needed since we chroot by defaultJakob Schlyter
2003-01-20generated shared secret for rndc/bind9; ok millert@Jakob Schlyter
2003-01-20bind9 configuration filesJakob Schlyter
2003-01-20Add /var/empty/devTodd C. Miller
2003-01-20Add a /var/empty/dev/log socket for things that chroot to /var/empty.Todd C. Miller
2003-01-16more up to date, some input by todd@Bruno Rohee
2003-01-16include boots into the snapMichael Shalayeff
2003-01-15Allow 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-14use /var/tmp as default temporary directory when building locate database. ↵Jakob Schlyter
ok millert@
2003-01-06Handle wsconsctl.conf entries that contain spaces, e.g.Marco S Hyman
keyboard.map+="keysym Caps_Lock = Control_L" OK fgs@
2003-01-06syncTodd T. Fries