Age | Commit message (Expand) | Author |
2012-10-02 | while it's of little harm, it's also been 5.5 years (and 8 releases), | Okan Demirmen |
2011-03-03 | repair arguments passed to pfctl; PR 6142, ok beck | Theo de Raadt |
2010-10-06 | do not pass GREY entries to pf's spamd-white table if already TRAPPED. | Stephan A. Rickauer |
2010-01-11 | KNF | Bob Beck |
2009-11-12 | malloc() after line length check, to avoid memory leak; ok tedu | Theo de Raadt |
2009-04-20 | PR 6090 - from Olli Hauer <ohauer@gmx.de> | Bob Beck |
2009-02-25 | fix slow memory leak, spotted by Max Laier and Artis Caune | Bob Beck |
2008-12-07 | time_t is signed, so use INT_MAX rather than UINT_MAX when parsing a time_t | Chad Loder |
2008-08-26 | Fix an if (); typo. ok beck@ | Jonathan Gray |
2008-07-11 | write a syslog debug message when a new GREY or TRAPPED entry is added | Reyk Floeter |
2008-07-11 | greyreader() shouldn't return, so tell us if it does | Peter Hessler |
2007-11-03 | PR 5621 - spamd doesn't clear the last entry from an empty TRAP list, | Bob Beck |
2007-08-16 | - Don't fill spamd debug with bogus config errors if there are no | Ray Lai |
2007-03-18 | Be sure to exit if the db_open of the second db for conversion fails. | Bob Beck |
2007-03-16 | now that we leave the grey, avoid annoying re-adds of white entries | Bob Beck |
2007-03-14 | when using low prio MX trapping, ignore hosts connecting to the low prio | Bob Beck |
2007-03-14 | Don't delete grey entries when whitelisting. They expire anyway | Bob Beck |
2007-03-12 | log when we trap a host. | Bob Beck |
2007-03-06 | Add -M option to specify a local address that is a lower priority MX | Bob Beck |
2007-03-05 | don't make everything a sync once we see one, reset this once | Bob Beck |
2007-03-05 | spacing | Theo de Raadt |
2007-03-04 | bob writes some of the most horrid space and tab riddled messy code around | Theo de Raadt |
2007-03-04 | Database synchronizaton for spamd/spamlogd | Bob Beck |
2007-02-23 | Make spamd include the HELO/EHLO identification string sent by | Bob Beck |
2007-02-23 | make dequotetolower use regular string functions instead of the manual | Bob Beck |
2007-02-23 | continue collecting lint to be sold as a parsley substitute; ok beck | Theo de Raadt |
2007-02-23 | spacing | Theo de Raadt |
2007-02-23 | greytrapping improvements | Bob Beck |
2007-01-04 | Using DB_BTREE for spamd is wrong, order is never required | Bob Beck |
2006-12-07 | check exit status of the pfctl command executed. ok beck@ | Otto Moerbeek |
2005-05-15 | move db->close to not hold this lock unnecssarily during long protracted | Bob Beck |
2005-03-12 | asprintf in place of strdup really is kind of lame | Bob Beck |
2005-03-11 | "Greytrapping" for spamd - allow for spamd greylisting to maintain | Bob Beck |
2004-12-04 | fix a signal race which could kill unrelated processes. | Moritz Jodeit |
2004-09-15 | ARGSUSED before signal handler with unused signo | Theo de Raadt |
2004-08-15 | Expire entries that exactly match the time now in addition to ones | Todd C. Miller |
2004-08-08 | spacing | Theo de Raadt |
2004-07-04 | two missing freeaddrinfo() -- leak; andrushock@korovino.net | Theo de Raadt |
2004-06-21 | restrict address resolution to AF_INET for now | Jun-ichiro itojun Hagino |
2004-06-21 | use getaddr/nameinfo for address resolution. beck, henning ok | Jun-ichiro itojun Hagino |
2004-03-13 | Add signal handler to parent, so that when greylisting we don't need to | Bob Beck |
2004-03-11 | Remove sync() calls that immediately precede databse close(). Since | Todd C. Miller |
2004-03-11 | Call db-sync() after each db modification since they aren't all that | Bob Beck |
2004-03-10 | spaces | Theo de Raadt |
2004-03-05 | Fix really dumb memory leak that would have long runnign large whitelist | Bob Beck |
2004-03-01 | uset inet_pton(3) instead of home grown address validator; some other cleanup | Otto Moerbeek |
2004-02-28 | - ensure greylist entry expiry is not updated until actually whitelisted | Bob Beck |
2004-02-26 | don't leak one here either. | Bob Beck |
2004-02-26 | don't leak an fd here. | Bob Beck |
2004-02-26 | paranoia; beck ok | Theo de Raadt |