Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-05-26 | prodded by marco, enable bio everywhere | Todd T. Fries | |
grudgingly ok deraadt@ | |||
2007-05-23 | Get rid of some obsolete exampels. | Hans-Joerg Hoexer | |
ok and prodding @jmc | |||
2007-05-20 | - move 3f down the search order list for _subdir | Jason McIntyre | |
- update paths for 3{F,f,P,p} ok espie millert steven | |||
2007-05-18 | use "gzcat" instead of "gunzip -c", which is clearer, shorter, | Jason McIntyre | |
and matches "zcat" (as opposed to uncompress -c"); grammar tweak whilst here too; ok millert | |||
2007-05-18 | - remove /usr/{X11,contrib,gnu} and /usr/*/man/old from the _default path | Jason McIntyre | |
man(1) searches, as well as from the numerical sections list, as they do not exist - remove the {contrib,new,old} sections, as they point to directories that do not exist - make the X11 section an alias for the X11R6 section (instead of pointing to a non-existent directory) ok millert | |||
2007-05-18 | regen; | Jason McIntyre | |
2007-05-18 | MASSBUSS -> MASSBUS; ok miod | Jason McIntyre | |
2007-05-17 | add an entry for `.ms'; ok millert | Jason McIntyre | |
2007-05-17 | the `doc' entry listed only out of date paths to sendmail docs, so | Jason McIntyre | |
remove it (updating it makes little sense); ok millert | |||
2007-05-14 | commented out entry to show how to mute the keyboard bell | Ted Unangst | |
plenty ok | |||
2007-05-12 | Only main www mirror carries spamd blacklists -- | Constantine A. Murenin | |
remove comments that said otherwise. "I agree" deraadt@; "diff looks fine" dlg@; ok henning@, beck@. | |||
2007-05-04 | incompletely killed the cksum bits | Theo de Raadt | |
2007-05-04 | stop shipping CKSUM files; people can use the MD5 files | Theo de Raadt | |
(this decreases build time a bit too) ok todd (and i assume legacy-architecture-miod would not object either) | |||
2007-05-01 | order by port number. | Steven Mestdagh | |
okay xsa, sobrado, jdixon | |||
2007-04-29 | machdep.led_blink sysctl for landisk, also move cpu_sysctl() code and related | Miod Vallat | |
variables from arch/sh/ to arch/landisk/. ok deraadt@ | |||
2007-04-26 | add sgi_fam as a well-know rpc protocol | Marc Espie | |
okay deraadt@ | |||
2007-04-25 | grow ramdisk mr.fs size, it is needed | Theo de Raadt | |
2007-04-25 | shutdown existing carp interfaces based on ifconfig output, not static | Marc Espie | |
/etc/*.if files. okay reyk@, deraadt@, krw@... | |||
2007-04-23 | - add /usr/xobj to the file hierarchy | Antoine Jacoutot | |
"why not" mblamer@, ok krw@ todd@ | |||
2007-04-14 | introduce {fsck,mount}_vnd tools to be able to describe vnd images | Alexander von Gernler | |
in /etc/fstab instead of using some weird homegrown scripts. No support for boot time mounting yet, so "noauto" is still needed. original idea from david@ help and discussion todd@ bluhm@ beck@, manpage help jmc@ ok simon@ tedu@ bluhm@ todd@, "looks good" thib@ | |||
2007-04-04 | sync | Todd T. Fries | |
2007-04-04 | fix wrong major # for xfs | Todd T. Fries | |
2007-03-29 | Update config because of the new way prefixlen works. The prefixlen 8 - 24 | Claudio Jeker | |
rule needs an explicit "inet" to match on IPv4 addresses only. OK henning@ | |||
2007-03-26 | disable ttyC1 until someone fixes the stupid bug | Theo de Raadt | |
2007-03-21 | Reflect default settings. Don't try to set the router-id, let ospfd(8) | Esben Norby | |
pick one as per default. ok claudio@ | |||
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@ |