summaryrefslogtreecommitdiffstats
path: root/libexec/spamlogd (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix copy pasto, re-add missing goto in error path.brynet2019-07-251-1/+2
* Yet another workaround for crappy libpcap API designbrynet2019-07-252-3/+91
* When system calls indicate an error they return -1, not some arbitraryderaadt2019-06-281-2/+2
* The only file that spamlogd(8) needs to access after calling pledge(2) ismestre2018-10-251-1/+3
* add missing ${LIBCRYPTO} to DPADDgsoares2018-06-281-2/+2
* - Check if user running spamlogd(8) has root privileges and if not then stopmestre2016-03-161-8/+9
* pledge spamlogd - again from Ricardo Mestre <serial@helheim.mooo.com> - Thanks!beck2015-12-111-1/+9
* Include <netinet/in.h> before <net/pfvar.h>. In a future change whenderaadt2015-01-211-2/+2
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-1/+2
* Remove unnecessary netinet/in_systm.h include.lteo2014-10-251-2/+1
* Some missing .Pa macros in FILES sections;schwarze2013-09-151-3/+3
* Remove the use of time_t in the greylist db file and use int64_t insteadmillert2013-08-212-5/+5
* actually set and use whiteexp in the new -W option.okan2011-03-181-3/+3
* add -W flag (whiteexp), as opposed to pulling in a hardcoded defaultokan2011-03-042-9/+27
* merge/update the spamlogd rules into spamd - there were some subtlejmc2009-09-171-14/+6
* add a missing full stop; noticed by frantisek holop <minusf at obiit dot org>schwarze2009-07-021-5/+5
* yes, all; girishvenkatachalamderaadt2008-04-121-3/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* nuke annoying debug logbeck2007-03-051-4/+2
* Make spamlogd log inbound/outbound like it did before.beck2007-03-051-2/+5
* tweaks;jmc2007-03-041-3/+2
* cleanup usagederaadt2007-03-041-2/+3
* Database synchronizaton for spamd/spamlogdbeck2007-03-043-7/+60
* sync slightly w/ spamd(8);jmc2007-02-271-9/+5
* Using DB_BTREE for spamd is wrong, order is never requiredbeck2007-01-041-5/+5
* repair missing DPADD requestsderaadt2006-11-261-1/+2
* remove misplaced -l stuff; henning needs more caffeine...jmc2006-11-041-7/+1
* donot for tcpdump, use libpcap directly.henning2006-11-033-131/+219
* - sort optionsjmc2006-10-262-10/+10
* allow spamlogd to use an alternate pflog interfacehenning2006-10-252-4/+15
* no need to use "keep state" and "flags S/SA" in pf rules,jmc2006-10-231-3/+3
* Remove -ansi as that means expose only C89 interfaces.millert2005-05-241-2/+2
* fix pr 3914, spamd doesn't log only incoming with -I,beck2004-09-181-8/+9
* remove unused variablesderaadt2004-09-161-4/+3
* Variable size arrays are not ANSI C. Replace by malloc/free.otto2004-08-101-2/+8
* - new sentence, new linejmc2004-07-141-14/+18
* sync usage() w/ SYNOPSIS;jmc2004-07-141-2/+2
* Remove sync() calls that immediately precede databse close(). Sincemillert2004-03-111-3/+1
* spacesderaadt2004-03-101-15/+13
* remove some unused variables and includes; KNFotto2004-03-071-18/+5
* uset inet_pton(3) instead of home grown address validator; some other cleanupotto2004-03-011-20/+5
* Fix macro definition if pf.conf example. Ok beck@matthieu2004-02-281-3/+3
* fix CFLAGS -Idavid2004-02-271-2/+2
* make spamlogd watch the destination of outbound smtp connections,beck2004-02-272-37/+113
* paranoia; beck okderaadt2004-02-261-1/+8
* Add -g option for greylisting support for spamd. The greylisting techinquebeck2004-02-263-0/+321