| Age | Commit message (Expand) | Author | Files | Lines |
| 2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 1 | -8/+12 |
| 2015-01-13 | Move debug printf for duplicate af to correct location. |  millert | 1 | -7/+9 |
| 2015-01-13 | Remove bogus getopt.h include. |  millert | 1 | -2/+1 |
| 2015-01-13 | Use address-family specific lists of addr/mask entries instead of |  millert | 4 | -179/+316 |
| 2015-01-08 | Avoid a crash (free of bogus pointer) when there is a syntax error |  millert | 1 | -13/+18 |
| 2014-12-30 | Use a 1MB realloc() increment instead of an 8KB one for the config |  millert | 1 | -24/+12 |
| 2014-12-29 | Minor cleanup: |  millert | 1 | -26/+10 |
| 2014-11-23 | Delete a bunch of unnecessary #includes |  guenther | 4 | -17/+4 |
| 2014-11-22 | /dev/random has created the same effect as /dev/arandom (and /dev/urandom) |  deraadt | 1 | -3/+3 |
| 2014-10-11 | Fix manpage: -y only takes interface names, and doesnt take ip addresses. |  landry | 1 | -11/+6 |
| 2014-10-11 | Userland reallocarray() audit. |  doug | 1 | -4/+4 |
| 2014-10-09 | obvious reallocarray() conversions |  deraadt | 2 | -8/+8 |
| 2014-09-16 | less sendmail; |  jmc | 1 | -6/+4 |
| 2014-09-01 | Simplify the syslog.conf example: .info means that *and higher* |  guenther | 1 | -3/+3 |
| 2014-03-26 | strdup() returns NULL if out of memory, we should check it. |  gsoares | 1 | -1/+3 |
| 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-11-19 | repair format strings for time_t, and some missing protos |  deraadt | 1 | -7/+15 |
| 2013-11-19 | the time being handled here is strictly unsigned 32 bit |  deraadt | 1 | -2/+2 |
| 2013-08-21 | Remove the use of time_t in the greylist db file and use int64_t instead |  millert | 4 | -29/+90 |
| 2012-12-04 | rather than a mishmash of headers, this only needs <stdint.h> |  deraadt | 1 | -3/+2 |
| 2012-10-02 | while it's of little harm, it's also been 5.5 years (and 8 releases), |  okan | 1 | -75/+1 |
| 2012-09-27 | remove some history details which have been around for long enough |  jmc | 1 | -13/+2 |
| 2012-06-19 | use warn() instead of perror(), like the rest of the code does |  deraadt | 1 | -7/+7 |
| 2012-04-19 | rate-limit accept(); small tweaks and such along the way from gilles, |  deraadt | 1 | -33/+72 |
| 2012-04-18 | merge some whitespace changes before bigger changes |  deraadt | 1 | -4/+7 |
| 2012-04-13 | Don't assume that the new conffd is a unset in the fd_set, it could be a |  deraadt | 1 | -3/+2 |
| 2011-03-19 | fix rdr-to example (requires direction); from James Turner |  okan | 1 | -4/+4 |
| 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-14 | drop connections to confused clients who do repeated command failures - |  beck | 1 | -2/+10 |
| 2010-01-11 | KNF |  beck | 2 | -13/+13 |
| 2009-11-12 | malloc() after line length check, to avoid memory leak; ok tedu |  deraadt | 1 | -3/+3 |
| 2009-09-17 | merge/update the spamlogd rules into spamd - there were some subtle |  jmc | 1 | -6/+13 |
| 2009-09-07 | the example pf rules should be "pass in", not just "pass"; ok henning |  jmc | 1 | -5/+5 |
| 2009-09-01 | match samples here with pf.conf(5) sample ruleset following recent pf changes |  todd | 1 | -6/+9 |
| 2009-05-20 | Do not fall back to using nobody if _user is missing, but |  thib | 1 | -4/+3 |
| 2009-04-20 | tweak previous; |  jmc | 1 | -3/+2 |
| 2009-04-20 | PR 6090 - from Olli Hauer <ohauer@gmx.de> |  beck | 4 | -17/+29 |
| 2009-02-25 | fix slow memory leak, spotted by Max Laier and Artis Caune |  beck | 1 | -3/+10 |
| 2009-02-17 | clarification for the MX stuff; requested by Stephan A. Rickauer |  jmc | 1 | -4/+4 |
| 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-09-20 | document spamd log entry format; requested by Stephan A. Rickauer |  jmc | 1 | -2/+13 |
| 2008-08-26 | Fix an if (); typo. ok beck@ |  jsg | 1 | -2/+2 |
| 2008-08-11 | some documentation updates for spamd synchronisation: |  jmc | 1 | -5/+8 |
| 2008-07-11 | shut off an annoying gcc warning. |  reyk | 1 | -2/+3 |
| 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 |
| 2008-05-22 | version 2 of spamd sync protocol for two reasons: |  deraadt | 2 | -12/+13 |
| 2008-05-09 | As was done in dhcpd, insert pad blocks after sub-messages to keep the |  deraadt | 2 | -7/+19 |