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