summaryrefslogtreecommitdiffstats
path: root/libexec/spamlogd
AgeCommit message (Expand)AuthorFilesLines
2019-07-25Fix copy pasto, re-add missing goto in error path.brynet1-1/+2
2019-07-25Yet another workaround for crappy libpcap API designbrynet2-3/+91
2019-06-28When system calls indicate an error they return -1, not some arbitraryderaadt1-2/+2
2018-10-25The only file that spamlogd(8) needs to access after calling pledge(2) ismestre1-1/+3
2018-06-28add missing ${LIBCRYPTO} to DPADDgsoares1-2/+2
2016-03-16- Check if user running spamlogd(8) has root privileges and if not then stopmestre1-8/+9
2015-12-11pledge spamlogd - again from Ricardo Mestre <serial@helheim.mooo.com> - Thanks!beck1-1/+9
2015-01-21Include <netinet/in.h> before <net/pfvar.h>. In a future change whenderaadt1-2/+2
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt1-1/+2
2014-10-25Remove unnecessary netinet/in_systm.h include.lteo1-2/+1
2013-09-15Some missing .Pa macros in FILES sections;schwarze1-3/+3
2013-08-21Remove the use of time_t in the greylist db file and use int64_t insteadmillert2-5/+5
2011-03-18actually set and use whiteexp in the new -W option.okan1-3/+3
2011-03-04add -W flag (whiteexp), as opposed to pulling in a hardcoded defaultokan2-9/+27
2009-09-17merge/update the spamlogd rules into spamd - there were some subtlejmc1-14/+6
2009-07-02add a missing full stop; noticed by frantisek holop <minusf at obiit dot org>schwarze1-5/+5
2008-04-12yes, all; girishvenkatachalamderaadt1-3/+3
2007-05-31convert to new .Dd format;jmc1-2/+2
2007-03-05nuke annoying debug logbeck1-4/+2
2007-03-05Make spamlogd log inbound/outbound like it did before.beck1-2/+5
2007-03-04tweaks;jmc1-3/+2
2007-03-04cleanup usagederaadt1-2/+3
2007-03-04Database synchronizaton for spamd/spamlogdbeck3-7/+60
2007-02-27sync slightly w/ spamd(8);jmc1-9/+5
2007-01-04 Using DB_BTREE for spamd is wrong, order is never requiredbeck1-5/+5
2006-11-26repair missing DPADD requestsderaadt1-1/+2
2006-11-04remove misplaced -l stuff; henning needs more caffeine...jmc1-7/+1
2006-11-03donot for tcpdump, use libpcap directly.henning3-129/+217
2006-10-26- sort optionsjmc2-10/+10
2006-10-25allow spamlogd to use an alternate pflog interfacehenning2-4/+15
2006-10-23no need to use "keep state" and "flags S/SA" in pf rules,jmc1-3/+3
2005-05-24Remove -ansi as that means expose only C89 interfaces.millert1-2/+2
2004-09-18fix pr 3914, spamd doesn't log only incoming with -I,beck1-8/+9
2004-09-16remove unused variablesderaadt1-4/+3
2004-08-10Variable size arrays are not ANSI C. Replace by malloc/free.otto1-2/+8
2004-07-14- new sentence, new linejmc1-14/+18
2004-07-14sync usage() w/ SYNOPSIS;jmc1-2/+2
2004-03-11Remove sync() calls that immediately precede databse close(). Sincemillert1-3/+1
2004-03-10spacesderaadt1-15/+13
2004-03-07remove some unused variables and includes; KNFotto1-18/+5
2004-03-01uset inet_pton(3) instead of home grown address validator; some other cleanupotto1-20/+5
2004-02-28Fix macro definition if pf.conf example. Ok beck@matthieu1-3/+3
2004-02-27fix CFLAGS -Idavid1-2/+2
2004-02-27make spamlogd watch the destination of outbound smtp connections,beck2-37/+113
2004-02-26paranoia; beck okderaadt1-1/+8
2004-02-26Add -g option for greylisting support for spamd. The greylisting techinquebeck3-0/+321