Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-17 | knock these games out, i hope the licenses are fixed | Theo de Raadt | |
2003-03-16 | Remove leftovers from non-wscons sparc. There might be more left to prune. | Miod Vallat | |
This does not affect the output, so no regen is necessary. | |||
2003-03-13 | no more ching; | Jason McIntyre | |
ok deraadt@ | |||
2003-03-12 | ps2/alpha; from david | Theo de Raadt | |
2003-03-11 | eol whitespace nit | David Krause | |
ok henning@ | |||
2003-03-11 | remove extra # | David Krause | |
ok henning@ | |||
2003-03-11 | OK, this is a strange case. At least some parts of this software is | Theo de Raadt | |
copyrighted, and then marked "Copying for Profit is Prohibited", but the author has passed away. A number of people have tried to make some sort of effort at trying to contact his estate, and have failed. Therefore, lacking the ability to correct this copyright, we must delete it. I would bet strongly that this is not what the author would have intended, but until we can get this resolved, this is the action we must take. | |||
2003-03-10 | Add (inactive) relaydb examples, ok deraadt@ | Daniel Hartmeier | |
2003-03-10 | Move /var/log/sendmail.st creation to etc/Makefile where it belongs; | Todd C. Miller | |
noticed by grange@ | |||
2003-03-10 | commented hourly spamd-setup run | Theo de Raadt | |
2003-03-09 | Fix a few typos, Make spamd and spamd-setup use /etc/services to find | Bob Beck | |
their ports. Adds "spamd" and "spamd-cfg" services to /etc/services. Mostly from Daniel Lucq <daniel@lucq.org>. | |||
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 | |