Age | Commit message (Expand) | Author |
2003-11-09 | add missing -v to getopt | Daniel Hartmeier |
2003-11-08 | add -v and -w window to usage(); | Jason McIntyre |
2003-10-22 | make logging less verbose by default - default logs connect, disconnect | Bob Beck |
2003-10-03 | 1) Don't loop on invalid commands | Bob Beck |
2003-09-26 | can free(NULL) | Theo de Raadt |
2003-09-26 | make accept failures not globally fatal. | Bob Beck |
2003-09-26 | free(NULL) allowed | Theo de Raadt |
2003-09-24 | indent | Theo de Raadt |
2003-09-24 | crank max connections to 800 (really, there are poeple doing this) | Theo de Raadt |
2003-09-18 | realloc spring cleaning, simplifies the code some | Anil Madhavapeddy |
2003-09-04 | forgot to put w in optstring in last commit. | Ted Unangst |
2003-09-03 | permit the window/receive buffer to be adjustable. default back to system | Ted Unangst |
2003-08-26 | re-add logging of matched blacklists lost in previous commit, ok deraadt@ | Daniel Hartmeier |
2003-08-24 | missing colon in syslog msg (cosmetic) | Daniel Hartmeier |
2003-08-23 | add -s to specify stuttering delay, set receive buffer size to 1 byte | Daniel Hartmeier |
2003-08-23 | fix printf format for time_t. notified by casha@e7.pl. henning ok | Jun-ichiro itojun Hagino |
2003-07-29 | spaces | Theo de Raadt |
2003-06-11 | ansi cleanup; ok ian markus | Theo de Raadt |
2003-05-17 | strsep does not work that way. | Bob Beck |
2003-05-16 | This was using the wrong buffer, and wrong lengths. fix it from me and | Bob Beck |
2003-04-15 | toast some += snprintf | Theo de Raadt |
2003-04-12 | rlimit handling code; aw@osn.de | Theo de Raadt |
2003-04-08 | more logical handling of select() errors | Vincent Labrecque |
2003-03-30 | fix logging time to reflect reality. minus crack induced blank lines. | Bob Beck |
2003-03-28 | logging fix from tholo@ | Bob Beck |
2003-03-28 | report how much time was wasted; ok beck | Jason Wright |
2003-03-20 | cmdline options and descriptions in alphabetical order in usage() and manpage | David Krause |
2003-03-13 | make spamd-setup/spamd use/require a reserved source port for the | Bob Beck |
2003-03-09 | typo. henning@ | Bob Beck |
2003-03-09 | Fix a few typos, Make spamd and spamd-setup use /etc/services to find | Bob Beck |
2003-03-08 | knf | Theo de Raadt |
2003-03-04 | ugh. default examples don't work since with an rdr to 127.0.0.1 | Bob Beck |
2003-03-03 | oops, removed a char from rend | Theo de Raadt |
2003-03-03 | always set ptr to NULL after free; from cloder | Theo de Raadt |
2003-03-03 | More KNF. Use a size_t in one place where it makes sense. | Chad Loder |
2003-03-02 | Add ANSI prototypes for all functions. Now compiles with | Chad Loder |
2003-03-02 | KNF and one err->errx. ok deraadt@ | Kjell Wooding |
2003-03-02 | knf | Theo de Raadt |
2003-03-02 | unbelievable; buffer mismanagement in new code | Theo de Raadt |
2003-03-02 | knf | Theo de Raadt |
2003-03-02 | knf | Theo de Raadt |
2003-03-02 | Spamd changes to add blacklist awareness to spamd, new spamd-setup.pl | Bob Beck |
2003-02-11 | oops; beck | Theo de Raadt |
2003-01-30 | revoke privs a bit later so spamd can bind() to ports < 1024 | Henning Brauer |
2003-01-24 | plug potential memory leak; vincent ok | Theo de Raadt |
2003-01-05 | bit more error checking; andrushock@korovino.net | Theo de Raadt |
2002-12-30 | dynamically allocate the struct con[], according to the -c arg given or a def... | Michael Shalayeff |
2002-12-26 | fix a more or less problem; deraadt@ ok | Michael Shalayeff |
2002-12-23 | oops | Theo de Raadt |
2002-12-23 | not errx; andrushock@korovino.net | Theo de Raadt |