summaryrefslogtreecommitdiff
path: root/libexec/spamd
AgeCommit message (Collapse)Author
2003-03-20cmdline options and descriptions in alphabetical order in usage() and manpageDavid Krause
add arguments to the flags that take them in the DESCRIPTION add "inet" to the rdr rule example to match etc/pf.conf example ok dhartmei@ henning@
2003-03-18duplicate words: on on, in inDavid Krause
ok miod@ jmc@
2003-03-15spamd is running on port 8025, not 25; from Adrian KnothPeter Valchev
2003-03-13make spamd-setup/spamd use/require a reserved source port for theBob Beck
configuration connection.
2003-03-13correct table usage in rdr example, spotted by toddHenning Brauer
2003-03-11EOL whitespaceDavid Krause
ok jmc@
2003-03-11new sentence, new lineDavid Krause
ok beck@
2003-03-09also mention max connections default; ok deraadtPeter Valchev
2003-03-09mention error code 450 is default; ok deraadtPeter Valchev
2003-03-09typo. henning@Bob Beck
2003-03-09Fix a few typos, Make spamd and spamd-setup use /etc/services to findBob Beck
their ports. Adds "spamd" and "spamd-cfg" services to /etc/services. Mostly from Daniel Lucq <daniel@lucq.org>.
2003-03-08knfTheo de Raadt
2003-03-08remove some more ambigious bsBob Beck
2003-03-08spamd typos;Jason McIntyre
ok beck@
2003-03-08this needs to go too..Bob Beck
2003-03-08It's too damn slow...Bob Beck
2003-03-08spamd-setup, in c. ok deraadt@, he wants to clean in situ.Bob Beck
2003-03-06can be can be, but also may not be, or cannot be, and in any case can beHenning Brauer
once is better than can be can be guess who found that? yeah, David Krause, again. great!
2003-03-06date should be written formally: .Dd Month day, yearDavid Krause
ok henning@ jmc@
2003-03-06new sentence, new lineDavid Krause
(fixes some sentences with only 1 space between) ok henning@
2003-03-06pasto, from thierry, who does not want to be a pf-like commiter ;-)Henning Brauer
2003-03-04typos; Daniel LucqHenning Brauer
2003-03-04typos, grammar etcHenning Brauer
from Daniel Lucq, thanks
2003-03-04spam not SPAM; nick@electric-pickle.netTheo de Raadt
2003-03-04ugh. default examples don't work since with an rdr to 127.0.0.1Bob Beck
you can't tell what socket you're talking to. avoid the whole issue and put the configuration on port + 1, todd@
2003-03-03Better handling of parse errors and/or allocationChad Loder
failures. Add two functions, sdl_free() and sdl_clear(), use them where needed. Misc. other cleanup and optimization. OK deraadt@
2003-03-03knfTheo de Raadt
2003-03-03liesTheo de Raadt
2003-03-03oops, removed a char from rendTheo de Raadt
2003-03-03extra spacesTheo de Raadt
2003-03-03always set ptr to NULL after free; from cloderTheo de Raadt
2003-03-03"an table" -> "a table", add persist keyword.Cedric Berger
ok deraadt@
2003-03-03More KNF. Use a size_t in one place where it makes sense.Chad Loder
OK deraadt@
2003-03-02Add ANSI prototypes for all functions. Now compiles withChad Loder
-ansi -Wstrict-prototypes, update the Makefile to reflect that.
2003-03-02KNF and one err->errx. ok deraadt@Kjell Wooding
2003-03-02more tweakingTheo de Raadt
2003-03-02dumbTheo de Raadt
2003-03-02knfTheo de Raadt
2003-03-02moreTheo de Raadt
2003-03-02unbelievable; buffer mismanagement in new codeTheo de Raadt
2003-03-02knfTheo de Raadt
2003-03-02knfTheo de Raadt
2003-03-02bye byeTheo de Raadt
2003-03-02Spamd changes to add blacklist awareness to spamd, new spamd-setup.plBob Beck
which configures individual blacklists sources and deals with whitelists. Perl still needs some stylistic changes as suggested by bmc which will go in shortly. ok deraadt@
2003-02-26start new sentence on a new lineDavid Krause
ok mpech@
2003-02-21Ssh... use -q of pfctl to quieten things down.Jason Wright
2003-02-19document -s as synonym for -1, correct section number in title; PR# 3101Jason Wright
2003-02-14delete $W in trap handlerJason Wright
2003-02-14Add back -w support (was -much- easier than I thought)Jason Wright
2003-02-14Give spamd.8 something to .XrJason Wright