Age | Commit message (Expand) | Author |
2014-11-23 | Delete a bunch of unnecessary #includes | Philip Guenther |
2014-10-09 | obvious reallocarray() conversions | Theo de Raadt |
2014-03-26 | strdup() returns NULL if out of memory, we should check it. | Gleydson Soares |
2013-11-19 | repair format strings for time_t, and some missing protos | Theo de Raadt |
2012-06-19 | use warn() instead of perror(), like the rest of the code does | Theo de Raadt |
2012-04-19 | rate-limit accept(); small tweaks and such along the way from gilles, | Theo de Raadt |
2012-04-18 | merge some whitespace changes before bigger changes | Theo de Raadt |
2012-04-13 | Don't assume that the new conffd is a unset in the fd_set, it could be a | Theo de Raadt |
2010-01-14 | drop connections to confused clients who do repeated command failures - | Bob Beck |
2010-01-11 | KNF | Bob Beck |
2009-05-20 | Do not fall back to using nobody if _user is missing, but | Thordur I. Bjornsson |
2009-04-20 | PR 6090 - from Olli Hauer <ohauer@gmx.de> | Bob Beck |
2008-07-11 | shut off an annoying gcc warning. | Reyk Floeter |
2007-11-03 | PR 5621 - spamd doesn't clear the last entry from an empty TRAP list, | Bob Beck |
2007-04-13 | fix helo to error out if no domain is provided | Bob Beck |
2007-03-26 | use new license, ok deraadt@ | Bob Beck |
2007-03-26 | Copyright - I should share the blame. | Bob Beck |
2007-03-26 | A couple of spamd improvements | Bob Beck |
2007-03-07 | sync usage(); ok deraadt | Jason McIntyre |
2007-03-06 | Add -M option to specify a local address that is a lower priority MX | Bob Beck |
2007-03-06 | Make the maximum number of connections dependant on kern.maxfiles rather | Bob Beck |
2007-03-05 | remove -r option that didn't work anyway. | Bob Beck |
2007-03-05 | revert unintentional MAXCON change back to 800, accidentally did last | Bob Beck |
2007-03-04 | Database synchronizaton for spamd/spamlogd | Bob Beck |
2007-02-27 | spacing | Theo de Raadt |
2007-02-27 | fix -b breakage - make greylisting actually be on by default | Bob Beck |
2007-02-27 | sort options and usage(); | Jason McIntyre |
2007-02-27 | Flag day for spamd - | Bob Beck |
2007-02-23 | Make spamd include the HELO/EHLO identification string sent by | Bob Beck |
2007-02-23 | continue collecting lint to be sold as a parsley substitute; ok beck | Theo de Raadt |
2007-02-23 | greytrapping improvements | Bob Beck |
2006-11-27 | Make spamd error out for a greylisted session only after the DATA | Bob Beck |
2006-10-29 | use setresuid/gid and check for failure, ok bob | Henning Brauer |
2006-05-15 | add an -h option to override the hostname that is reported in the | joshua stein |
2006-03-14 | spamd can show the wrong IP address to clients in a %A message because | Bob Beck |
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 |