summaryrefslogtreecommitdiff
path: root/libexec/spamd/spamd.c
AgeCommit message (Expand)Author
2003-11-09add missing -v to getoptDaniel Hartmeier
2003-11-08add -v and -w window to usage();Jason McIntyre
2003-10-22make logging less verbose by default - default logs connect, disconnectBob Beck
2003-10-031) Don't loop on invalid commandsBob Beck
2003-09-26can free(NULL)Theo de Raadt
2003-09-26make accept failures not globally fatal.Bob Beck
2003-09-26free(NULL) allowedTheo de Raadt
2003-09-24indentTheo de Raadt
2003-09-24crank max connections to 800 (really, there are poeple doing this)Theo de Raadt
2003-09-18realloc spring cleaning, simplifies the code someAnil Madhavapeddy
2003-09-04forgot to put w in optstring in last commit.Ted Unangst
2003-09-03permit the window/receive buffer to be adjustable. default back to systemTed Unangst
2003-08-26re-add logging of matched blacklists lost in previous commit, ok deraadt@Daniel Hartmeier
2003-08-24missing colon in syslog msg (cosmetic)Daniel Hartmeier
2003-08-23add -s to specify stuttering delay, set receive buffer size to 1 byteDaniel Hartmeier
2003-08-23fix printf format for time_t. notified by casha@e7.pl. henning okJun-ichiro itojun Hagino
2003-07-29spacesTheo de Raadt
2003-06-11ansi cleanup; ok ian markusTheo de Raadt
2003-05-17strsep does not work that way.Bob Beck
2003-05-16This was using the wrong buffer, and wrong lengths. fix it from me andBob Beck
2003-04-15toast some += snprintfTheo de Raadt
2003-04-12rlimit handling code; aw@osn.deTheo de Raadt
2003-04-08more logical handling of select() errorsVincent Labrecque
2003-03-30fix logging time to reflect reality. minus crack induced blank lines.Bob Beck
2003-03-28logging fix from tholo@Bob Beck
2003-03-28report how much time was wasted; ok beckJason Wright
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