| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-07-25 | Fix copy pasto, re-add missing goto in error path. |  brynet | 1 | -1/+2 |
| 2019-07-25 | Yet another workaround for crappy libpcap API design |  brynet | 2 | -3/+91 |
| 2019-06-28 | When system calls indicate an error they return -1, not some arbitrary |  deraadt | 1 | -2/+2 |
| 2018-10-25 | The only file that spamlogd(8) needs to access after calling pledge(2) is |  mestre | 1 | -1/+3 |
| 2018-06-28 | add missing ${LIBCRYPTO} to DPADD |  gsoares | 1 | -2/+2 |
| 2016-03-16 | - Check if user running spamlogd(8) has root privileges and if not then stop |  mestre | 1 | -8/+9 |
| 2015-12-11 | pledge spamlogd - again from Ricardo Mestre <serial@helheim.mooo.com> - Thanks! |  beck | 1 | -1/+9 |
| 2015-01-21 | Include <netinet/in.h> before <net/pfvar.h>. In a future change when |  deraadt | 1 | -2/+2 |
| 2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 1 | -1/+2 |
| 2014-10-25 | Remove unnecessary netinet/in_systm.h include. |  lteo | 1 | -2/+1 |
| 2013-09-15 | Some missing .Pa macros in FILES sections; |  schwarze | 1 | -3/+3 |
| 2013-08-21 | Remove the use of time_t in the greylist db file and use int64_t instead |  millert | 2 | -5/+5 |
| 2011-03-18 | actually set and use whiteexp in the new -W option. |  okan | 1 | -3/+3 |
| 2011-03-04 | add -W flag (whiteexp), as opposed to pulling in a hardcoded default |  okan | 2 | -9/+27 |
| 2009-09-17 | merge/update the spamlogd rules into spamd - there were some subtle |  jmc | 1 | -14/+6 |
| 2009-07-02 | add a missing full stop; noticed by frantisek holop <minusf at obiit dot org> |  schwarze | 1 | -5/+5 |
| 2008-04-12 | yes, all; girishvenkatachalam |  deraadt | 1 | -3/+3 |
| 2007-05-31 | convert to new .Dd format; |  jmc | 1 | -2/+2 |
| 2007-03-05 | nuke annoying debug log |  beck | 1 | -4/+2 |
| 2007-03-05 | Make spamlogd log inbound/outbound like it did before. |  beck | 1 | -2/+5 |
| 2007-03-04 | tweaks; |  jmc | 1 | -3/+2 |
| 2007-03-04 | cleanup usage |  deraadt | 1 | -2/+3 |
| 2007-03-04 | Database synchronizaton for spamd/spamlogd |  beck | 3 | -7/+60 |
| 2007-02-27 | sync slightly w/ spamd(8); |  jmc | 1 | -9/+5 |
| 2007-01-04 | Using DB_BTREE for spamd is wrong, order is never required |  beck | 1 | -5/+5 |
| 2006-11-26 | repair missing DPADD requests |  deraadt | 1 | -1/+2 |
| 2006-11-04 | remove misplaced -l stuff; henning needs more caffeine... |  jmc | 1 | -7/+1 |
| 2006-11-03 | donot for tcpdump, use libpcap directly. |  henning | 3 | -129/+217 |
| 2006-10-26 | - sort options |  jmc | 2 | -10/+10 |
| 2006-10-25 | allow spamlogd to use an alternate pflog interface |  henning | 2 | -4/+15 |
| 2006-10-23 | no need to use "keep state" and "flags S/SA" in pf rules, |  jmc | 1 | -3/+3 |
| 2005-05-24 | Remove -ansi as that means expose only C89 interfaces. |  millert | 1 | -2/+2 |
| 2004-09-18 | fix pr 3914, spamd doesn't log only incoming with -I, |  beck | 1 | -8/+9 |
| 2004-09-16 | remove unused variables |  deraadt | 1 | -4/+3 |
| 2004-08-10 | Variable size arrays are not ANSI C. Replace by malloc/free. |  otto | 1 | -2/+8 |
| 2004-07-14 | - new sentence, new line |  jmc | 1 | -14/+18 |
| 2004-07-14 | sync usage() w/ SYNOPSIS; |  jmc | 1 | -2/+2 |
| 2004-03-11 | Remove sync() calls that immediately precede databse close(). Since |  millert | 1 | -3/+1 |
| 2004-03-10 | spaces |  deraadt | 1 | -15/+13 |
| 2004-03-07 | remove some unused variables and includes; KNF |  otto | 1 | -18/+5 |
| 2004-03-01 | uset inet_pton(3) instead of home grown address validator; some other cleanup |  otto | 1 | -20/+5 |
| 2004-02-28 | Fix macro definition if pf.conf example. Ok beck@ |  matthieu | 1 | -3/+3 |
| 2004-02-27 | fix CFLAGS -I |  david | 1 | -2/+2 |
| 2004-02-27 | make spamlogd watch the destination of outbound smtp connections, |  beck | 2 | -37/+113 |
| 2004-02-26 | paranoia; beck ok |  deraadt | 1 | -1/+8 |
| 2004-02-26 | Add -g option for greylisting support for spamd. The greylisting techinque |  beck | 3 | -0/+321 |