| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-10-25 | When spamd(8) runs in greylist mode in the parent process (which runs |  mestre | 1 | -1/+13 |
| 2017-10-18 | Make blacklist entries override the whitelist. When running spamd |  millert | 1 | -13/+30 |
| 2016-10-20 | - Remove useless var assignment |  mestre | 1 | -3/+1 |
| 2016-03-25 | - Both checks for pw are not needed since it was already done at the start of |  mestre | 1 | -9/+6 |
| 2015-12-10 | tighten the pledge for spamd, from Ricardo Mestre <serial@helheim.mooo.com> |  beck | 1 | -1/+6 |
| 2015-12-08 | Initially pledge spamd |  beck | 1 | -5/+3 |
| 2015-11-29 | Document that the pfdev check for 63 is /dev/fd/ only contains those nodes |  deraadt | 1 | -1/+4 |
| 2015-05-18 | Change spamd to use divert-to instead of rdr-to. |  reyk | 1 | -81/+1 |
| 2015-01-13 | Use address-family specific lists of addr/mask entries instead of |  millert | 1 | -9/+10 |
| 2014-11-23 | Delete a bunch of unnecessary #includes |  guenther | 1 | -4/+1 |
| 2014-10-09 | obvious reallocarray() conversions |  deraadt | 1 | -6/+6 |
| 2013-11-27 | unsigned char for ctype |  deraadt | 1 | -4/+4 |
| 2013-11-19 | add a bunch of missing prototypes |  deraadt | 1 | -2/+21 |
| 2013-08-21 | Remove the use of time_t in the greylist db file and use int64_t instead |  millert | 1 | -21/+22 |
| 2012-10-02 | while it's of little harm, it's also been 5.5 years (and 8 releases), |  okan | 1 | -75/+1 |
| 2011-03-03 | repair arguments passed to pfctl; PR 6142, ok beck |  deraadt | 1 | -2/+2 |
| 2010-10-06 | do not pass GREY entries to pf's spamd-white table if already TRAPPED. |  stephan | 1 | -7/+11 |
| 2010-01-11 | KNF |  beck | 1 | -5/+5 |
| 2009-11-12 | malloc() after line length check, to avoid memory leak; ok tedu |  deraadt | 1 | -3/+3 |
| 2009-04-20 | PR 6090 - from Olli Hauer <ohauer@gmx.de> |  beck | 1 | -5/+16 |
| 2009-02-25 | fix slow memory leak, spotted by Max Laier and Artis Caune |  beck | 1 | -3/+10 |
| 2008-12-07 | time_t is signed, so use INT_MAX rather than UINT_MAX when parsing a time_t |  cloder | 1 | -2/+2 |
| 2008-08-26 | Fix an if (); typo. ok beck@ |  jsg | 1 | -2/+2 |
| 2008-07-11 | write a syslog debug message when a new GREY or TRAPPED entry is added |  reyk | 1 | -2/+5 |
| 2008-07-11 | greyreader() shouldn't return, so tell us if it does |  phessler | 1 | -1/+2 |
| 2007-11-03 | PR 5621 - spamd doesn't clear the last entry from an empty TRAP list, |  beck | 1 | -6/+7 |
| 2007-08-16 | - Don't fill spamd debug with bogus config errors if there are no |  ray | 1 | -7/+7 |
| 2007-03-18 | Be sure to exit if the db_open of the second db for conversion fails. |  beck | 1 | -1/+3 |
| 2007-03-16 | now that we leave the grey, avoid annoying re-adds of white entries |  beck | 1 | -3/+25 |
| 2007-03-14 | when using low prio MX trapping, ignore hosts connecting to the low prio |  beck | 1 | -2/+6 |
| 2007-03-14 | Don't delete grey entries when whitelisting. They expire anyway |  beck | 1 | -6/+1 |
| 2007-03-12 | log when we trap a host. |  beck | 1 | -1/+3 |
| 2007-03-06 | Add -M option to specify a local address that is a lower priority MX |  beck | 1 | -14/+115 |
| 2007-03-05 | don't make everything a sync once we see one, reset this once |  beck | 1 | -1/+2 |
| 2007-03-05 | spacing |  deraadt | 1 | -4/+4 |
| 2007-03-04 | bob writes some of the most horrid space and tab riddled messy code around |  deraadt | 1 | -26/+29 |
| 2007-03-04 | Database synchronizaton for spamd/spamlogd |  beck | 1 | -4/+136 |
| 2007-02-23 | Make spamd include the HELO/EHLO identification string sent by |  beck | 1 | -11/+19 |
| 2007-02-23 | make dequotetolower use regular string functions instead of the manual |  beck | 1 | -8/+12 |
| 2007-02-23 | continue collecting lint to be sold as a parsley substitute; ok beck |  deraadt | 1 | -2/+1 |
| 2007-02-23 | spacing |  deraadt | 1 | -6/+6 |
| 2007-02-23 | greytrapping improvements |  beck | 1 | -34/+122 |
| 2007-01-04 | Using DB_BTREE for spamd is wrong, order is never required |  beck | 1 | -70/+259 |
| 2006-12-07 | check exit status of the pfctl command executed. ok beck@ |  otto | 1 | -3/+11 |
| 2005-05-15 | move db->close to not hold this lock unnecssarily during long protracted |  beck | 1 | -3/+3 |
| 2005-03-12 | asprintf in place of strdup really is kind of lame |  beck | 1 | -2/+2 |
| 2005-03-11 | "Greytrapping" for spamd - allow for spamd greylisting to maintain |  beck | 1 | -38/+161 |
| 2004-12-04 | fix a signal race which could kill unrelated processes. |  moritz | 1 | -8/+17 |
| 2004-09-15 | ARGSUSED before signal handler with unused signo |  deraadt | 1 | -1/+2 |
| 2004-08-15 | Expire entries that exactly match the time now in addition to ones |  millert | 1 | -2/+2 |