summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2007-03-14Allow nmeaattach to start a sensor before starting ntpd. Many modernChris Kuethe
receivers can cold start in the time it takes the boot process to get close to starting ntpd. Even if the gps is not ready or the fix is not valid, at least the sensor has been created; ntpd won't have to wait a few minutes before scanning for the sensor. This makes using GPS as the sole source of time a bit easier. ok deraadt
2007-03-07regenKenneth R Westerback
2007-03-07regenKenneth R Westerback
2007-03-07Forcibly change /dev/pci to a symbolic link if it isn't one.Kenneth R Westerback
Feedback from drahn@, millert@, marco@. "then get it in" deraadt@.
2007-03-06sync to latest changes in spamd.conf(5);Jason McIntyre
2007-03-04`z' -> `s', as agreed w/ reyk;Jason McIntyre
2007-03-04Database synchronizaton for spamd/spamlogdBob Beck
This adds an HMAC protected synchronization protocol for use by spamd and spamlogd. - spamd can receive updates from other hosts for GREY, WHITE, and TRAPPED db entries, and will update the local /var/db/spamd accordingly. - spamd can send updates when it makes changes to the GREY or TRAPPED entries in the db to other hosts running spamd. (Note it does not send WHITE entries because the other spamd will see the GREY changes and have complete information to make appropritate decisions) - spamlogd can send updates for WHITE db entries that it performs on the local db to other hosts running spamd, which will then apply them on remote hosts. note that while this diff provides synchronization for changes made to the spamd db by the daemons, it does *not* provide for sychonizing changes to the spamd db made manually with the spamdb command. Synchronization protocol and most of the work by reyk@, with a bunch of the spamd, and spamlogd stuff by me. testing mostly at the U of A, running happily there under big load. ok reyk@ jmc@
2007-03-01fix emacs pkgnamesSteven Mestdagh
ok pval
2007-02-28spamd.conf lives in /etc/mail now; ok millert@ beck@David Krause
2007-02-27+sasyncd.conf; ok henning@David Krause
2007-02-27spacesDavid Krause
2007-02-27catch second instance of spamd_grey - thanks millert and jmcBob Beck
2007-02-27spamd_grey=YES should really be spamd_black=NOBob Beck
as disscussed with jmc and millert. ok millert@
2007-02-27spamd-setup now doesn't take -g - this is the new default.Bob Beck
noticed by jmc@
2007-02-27avoid messing with the cvs tag expansionTheo de Raadt
2007-02-27/etc/spamd.conf moves to /etc/mail/spamd.confBob Beck
2007-02-27Flag day for spamd -Bob Beck
1) config files move to /etc/mail 2) -g option goes away in spamd-setup and spamd - greylisting is now the default 3) option change to spamd, -b addr becomes -l addr. 4) -b option in spamd-setup and spamd to turn on old blacklisting mode. Man page shortly to be flensed to make this easier to explain ok deraadt@ millert@
2007-02-26use a variable $ext_addr instead of the hard-coded 192.168.1.1. thisReyk Floeter
will make it easier for testing (just run hoststated -Dext_addr=X.X.X.X).
2007-02-26sync the documentation with the latest change to require a 'header'Reyk Floeter
keyword for default relay actions. ok pyr@
2007-02-26add an relay exampleReyk Floeter
ok pyr@
2007-02-26reflect configuration parser change.Pierre-Yves Ritschard
ok reyk@
2007-02-25spaces -> tab; "of course" deraadt@Marco S Hyman
2007-02-25crank size of sparc64 miniroot a wee bitTheo de Raadt
2007-02-24Make greylisting the default when spamd is enabled. Uses the new -g flagTodd C. Miller
for spamd-setup. OK beck@
2007-02-23we also want GENERIC.MP dmesgs to be submitted.Steven Mestdagh
ok deraadt@
2007-02-22in in, spotted by tobyBob Beck
2007-02-22Modernize the spamd.conf blacklist examples:Bob Beck
- Nuke SPEWS which is no longer maintained. - Provide link to U of A traplist - Provide link to reformatted Nixspam suspicious sources list ok deraadt@
2007-02-22sample sasyncd.conf, PR5387 sthen at symphytum.spacehopper.org, ok theoHenning Brauer
2007-02-16ls -g option does nothing, ok to remove; from igor@string1.ciencias.uniovi.esTheo de Raadt
2007-02-16s/GZIP/GZIPCMD/g in `make release` structure to avoid conflict with gzip'sMarc Aurele La France
use of a GZIP environment variable for extra command flags. ok deraadt@, millert@
2007-02-16syncTheo de Raadt
2007-02-16create "i" partitions for floppies too, in case we need themTheo de Raadt
2007-02-15add two carp(4) sysctl examples: net.inet.carp.preempt=1 andReyk Floeter
net.inet.carp.log=1. it is so common to enable carp preemption... yes! henning@, ok mpf@
2007-02-13RegenMiod Vallat
2007-02-13Create the /dev/lcd node; ok aoyama@Miod Vallat
2007-02-13fix some typos in the default configuration file.Pierre-Yves Ritschard
discussed with reyk@
2007-02-124.1-betaHenning Brauer
2007-02-07syncTodd T. Fries
2007-02-07add bio(4), ok dlg@Todd T. Fries
2007-02-02- enable weekly login accounting if LOGINACCOUNTING is set to 1 in theAntoine Jacoutot
environment so that it matches the ROOTBACKUP and CHECKFILESYSTEMS way of doing things - make the sort command use "-k" instead of the deprecated "+" option (idea from mk@) - rotate /var/log/wtmp every week just after weekly ac(8) completes ok mk@
2007-02-02- add a new "accounting" variable (default to NO) to enable accoutingAntoine Jacoutot
(if the file /var/account/acct does not exist it will be created) ok mk@
2007-01-31bump DEF_OPENFILES_CUR to 128 so firefox has enough file descriptorsKurt Miller
for most uses. 'just do it' millert@
2007-01-31link hoststated to the builds.Pierre-Yves Ritschard
ok miod@, henning@
2007-01-29put boot.mac into snapshots, needed for booting old-world macsMartin Reindl
ok drahn@ gwk@
2007-01-15power(4) driver for the power switch on many landisk models, hookedMartin Reindl
up to machdep.kbdreset; modelled after the sparc64 power(4) driver discussed with miod@ and jsg@
2007-01-09Add authpf class as per the pf faq; from Alex Holst. OK beck@.Todd C. Miller
2007-01-09add net.inet6.ip6.mforwarding which was forgotten when the variable was added.Jun-ichiro itojun Hagino
2007-01-06remove acpid references. ok gwk@, steven@, grange@ and janus@.Matthieu Herrb
2007-01-05syncDale Rahn
2007-01-05without bktr, there is no tuner, comment it out as well (fixes the otherDale Rahn
half of Diana's problem) ok todd