Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-03-14 | Allow nmeaattach to start a sensor before starting ntpd. Many modern | Chris 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-07 | regen | Kenneth R Westerback | |
2007-03-07 | regen | Kenneth R Westerback | |
2007-03-07 | Forcibly 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-06 | sync to latest changes in spamd.conf(5); | Jason McIntyre | |
2007-03-04 | `z' -> `s', as agreed w/ reyk; | Jason McIntyre | |
2007-03-04 | Database synchronizaton for spamd/spamlogd | Bob 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-01 | fix emacs pkgnames | Steven Mestdagh | |
ok pval | |||
2007-02-28 | spamd.conf lives in /etc/mail now; ok millert@ beck@ | David Krause | |
2007-02-27 | +sasyncd.conf; ok henning@ | David Krause | |
2007-02-27 | spaces | David Krause | |
2007-02-27 | catch second instance of spamd_grey - thanks millert and jmc | Bob Beck | |
2007-02-27 | spamd_grey=YES should really be spamd_black=NO | Bob Beck | |
as disscussed with jmc and millert. ok millert@ | |||
2007-02-27 | spamd-setup now doesn't take -g - this is the new default. | Bob Beck | |
noticed by jmc@ | |||
2007-02-27 | avoid messing with the cvs tag expansion | Theo de Raadt | |
2007-02-27 | /etc/spamd.conf moves to /etc/mail/spamd.conf | Bob Beck | |
2007-02-27 | Flag 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-26 | use a variable $ext_addr instead of the hard-coded 192.168.1.1. this | Reyk Floeter | |
will make it easier for testing (just run hoststated -Dext_addr=X.X.X.X). | |||
2007-02-26 | sync the documentation with the latest change to require a 'header' | Reyk Floeter | |
keyword for default relay actions. ok pyr@ | |||
2007-02-26 | add an relay example | Reyk Floeter | |
ok pyr@ | |||
2007-02-26 | reflect configuration parser change. | Pierre-Yves Ritschard | |
ok reyk@ | |||
2007-02-25 | spaces -> tab; "of course" deraadt@ | Marco S Hyman | |
2007-02-25 | crank size of sparc64 miniroot a wee bit | Theo de Raadt | |
2007-02-24 | Make greylisting the default when spamd is enabled. Uses the new -g flag | Todd C. Miller | |
for spamd-setup. OK beck@ | |||
2007-02-23 | we also want GENERIC.MP dmesgs to be submitted. | Steven Mestdagh | |
ok deraadt@ | |||
2007-02-22 | in in, spotted by toby | Bob Beck | |
2007-02-22 | Modernize 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-22 | sample sasyncd.conf, PR5387 sthen at symphytum.spacehopper.org, ok theo | Henning Brauer | |
2007-02-16 | ls -g option does nothing, ok to remove; from igor@string1.ciencias.uniovi.es | Theo de Raadt | |
2007-02-16 | s/GZIP/GZIPCMD/g in `make release` structure to avoid conflict with gzip's | Marc Aurele La France | |
use of a GZIP environment variable for extra command flags. ok deraadt@, millert@ | |||
2007-02-16 | sync | Theo de Raadt | |
2007-02-16 | create "i" partitions for floppies too, in case we need them | Theo de Raadt | |
2007-02-15 | add two carp(4) sysctl examples: net.inet.carp.preempt=1 and | Reyk Floeter | |
net.inet.carp.log=1. it is so common to enable carp preemption... yes! henning@, ok mpf@ | |||
2007-02-13 | Regen | Miod Vallat | |
2007-02-13 | Create the /dev/lcd node; ok aoyama@ | Miod Vallat | |
2007-02-13 | fix some typos in the default configuration file. | Pierre-Yves Ritschard | |
discussed with reyk@ | |||
2007-02-12 | 4.1-beta | Henning Brauer | |
2007-02-07 | sync | Todd T. Fries | |
2007-02-07 | add bio(4), ok dlg@ | Todd T. Fries | |
2007-02-02 | - enable weekly login accounting if LOGINACCOUNTING is set to 1 in the | Antoine 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 accouting | Antoine Jacoutot | |
(if the file /var/account/acct does not exist it will be created) ok mk@ | |||
2007-01-31 | bump DEF_OPENFILES_CUR to 128 so firefox has enough file descriptors | Kurt Miller | |
for most uses. 'just do it' millert@ | |||
2007-01-31 | link hoststated to the builds. | Pierre-Yves Ritschard | |
ok miod@, henning@ | |||
2007-01-29 | put boot.mac into snapshots, needed for booting old-world macs | Martin Reindl | |
ok drahn@ gwk@ | |||
2007-01-15 | power(4) driver for the power switch on many landisk models, hooked | Martin Reindl | |
up to machdep.kbdreset; modelled after the sparc64 power(4) driver discussed with miod@ and jsg@ | |||
2007-01-09 | Add authpf class as per the pf faq; from Alex Holst. OK beck@. | Todd C. Miller | |
2007-01-09 | add net.inet6.ip6.mforwarding which was forgotten when the variable was added. | Jun-ichiro itojun Hagino | |
2007-01-06 | remove acpid references. ok gwk@, steven@, grange@ and janus@. | Matthieu Herrb | |
2007-01-05 | sync | Dale Rahn | |
2007-01-05 | without bktr, there is no tuner, comment it out as well (fixes the other | Dale Rahn | |
half of Diana's problem) ok todd |