summaryrefslogtreecommitdiff
path: root/libexec/spamd/spamd.c
AgeCommit message (Expand)Author
2003-03-20cmdline options and descriptions in alphabetical order in usage() and manpageDavid Krause
2003-03-13make spamd-setup/spamd use/require a reserved source port for theBob Beck
2003-03-09typo. henning@Bob Beck
2003-03-09Fix a few typos, Make spamd and spamd-setup use /etc/services to findBob Beck
2003-03-08knfTheo de Raadt
2003-03-04ugh. default examples don't work since with an rdr to 127.0.0.1Bob Beck
2003-03-03oops, removed a char from rendTheo de Raadt
2003-03-03always set ptr to NULL after free; from cloderTheo de Raadt
2003-03-03More KNF. Use a size_t in one place where it makes sense.Chad Loder
2003-03-02Add ANSI prototypes for all functions. Now compiles withChad Loder
2003-03-02KNF and one err->errx. ok deraadt@Kjell Wooding
2003-03-02knfTheo de Raadt
2003-03-02unbelievable; buffer mismanagement in new codeTheo de Raadt
2003-03-02knfTheo de Raadt
2003-03-02knfTheo de Raadt
2003-03-02Spamd changes to add blacklist awareness to spamd, new spamd-setup.plBob Beck
2003-02-11oops; beckTheo de Raadt
2003-01-30revoke privs a bit later so spamd can bind() to ports < 1024Henning Brauer
2003-01-24plug potential memory leak; vincent okTheo de Raadt
2003-01-05bit more error checking; andrushock@korovino.netTheo de Raadt
2002-12-30dynamically allocate the struct con[], according to the -c arg given or a def...Michael Shalayeff
2002-12-26fix a more or less problem; deraadt@ okMichael Shalayeff
2002-12-23oopsTheo de Raadt
2002-12-23not errx; andrushock@korovino.netTheo de Raadt
2002-12-21epipe and other misc stuff; daniel@benzedrine.cxTheo de Raadt
2002-12-21spamd: work in progressTheo de Raadt