Age | Commit message (Expand) | Author |
2005-11-30 | some cleanups prompted by lint, no really nasty bugs; ok beck | Theo de Raadt |
2005-11-12 | spacing | Theo de Raadt |
2005-08-04 | Fix handling of empty entries at the end of an address list; avoids | Otto Moerbeek |
2005-05-23 | have to ignore SIGPIPE in the child too or a spammer can kill spamd just by | Mike Frantzen |
2005-04-16 | missing getopt choice; from dennis | Theo de Raadt |
2005-04-14 | Make spamd stutter at greylisted connections for a short period before talking | Bob Beck |
2005-03-11 | "Greytrapping" for spamd - allow for spamd greylisting to maintain | Bob Beck |
2004-11-17 | - \r\n fix for QUIT command | Bob Beck |
2004-10-05 | change default to 451 for greylisting, thanks to a number of | Bob Beck |
2004-09-18 | This should be info, from mike@tric.ru | Bob Beck |
2004-08-17 | impliment QUIT, beck ok | Henning Brauer |
2004-08-08 | spacing | Theo de Raadt |
2004-07-04 | typo; andrushock@korovino.net | Theo de Raadt |
2004-06-29 | absolutely no need to include machine/endian.h after sys/types.h and sys/type... | Michael Shalayeff |
2004-06-21 | use getaddr/nameinfo for address resolution. beck, henning ok | Jun-ichiro itojun Hagino |
2004-04-03 | fix logging. without -v, you get just the connection level, no mail data. | Daniel Hartmeier |
2004-04-02 | nextstate() can get passed a read(2) chunk containing multiple lines, | Daniel Hartmeier |
2004-03-17 | fix problem with counter and logging spotted by danh, where logging | Bob Beck |
2004-03-16 | sort options and escape a minus sign; | Jason McIntyre |
2004-03-15 | Add -B option, with maxblack limit to limit the number of blacklist | Bob Beck |
2004-03-14 | make window size adjustement on sockets only after the DATA | Bob Beck |
2004-03-13 | Add signal handler to parent, so that when greylisting we don't need to | Bob Beck |
2004-03-12 | paranoia and cleanup, ensure we use free then NULL everywhere. | Bob Beck |
2004-03-11 | fix bug where custom 450 messages are not displayed, | Bob Beck |
2004-03-10 | fix missing space, also from | Bob Beck |
2004-03-10 | add -b option to specify local bind address, sent by | Bob Beck |
2004-02-28 | - ensure greylist entry expiry is not updated until actually whitelisted | Bob Beck |
2004-02-26 | paranoia; beck ok | Theo de Raadt |
2004-02-26 | Add -g option for greylisting support for spamd. The greylisting techinque | Bob Beck |
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 |