summaryrefslogtreecommitdiffstats
path: root/libexec/spamd-setup (follow)
Commit message (Expand)AuthorAgeFilesLines
* allow fetching lists from https:// URLs toodjm2017-07-071-2/+2
* switch user to _spamd before executing ftp(1) to fetch lists.djm2017-07-071-6/+34
* Don't use .Aq for syntax elements that require ASCII "<>".schwarze2016-03-311-4/+4
* pledge(2) spamd-setup(8)mestre2016-01-041-5/+8
* Remove NULL-checks before free(). ok tb@mmcc2015-12-121-3/+2
* Do not assume that asprintf() clears the pointer on failure, whichmillert2015-06-031-4/+3
* Allocate a bit more memory to reduce the change of having tomillert2015-01-201-9/+13
* Does not need netinet/ip_ipsp.hderaadt2015-01-191-2/+1
* Replace <sys/param.h> with <limits.h> and other less dirty headers wherederaadt2015-01-161-2/+4
* Replace "errx(1, "malloc failed")" with "err(1, NULL)" to getmillert2015-01-141-9/+9
* Fix printing of number of whitelist entries in debug mode.millert2015-01-131-4/+7
* Use address-family specific lists of addr/mask entries instead ofmillert2015-01-131-13/+16
* obvious reallocarray() conversionsderaadt2014-10-091-6/+7
* Some missing .Pa macros in FILES sections;schwarze2013-09-151-5/+3
* remove some unnecessary sys/param.h inclusionsderaadt2012-12-041-2/+1
* Change the way memory is allocated to reduce memory footprint. Loading theclaudio2009-09-091-80/+68
* Protect errno.ray2009-06-021-3/+5
* correct description of spamdb-setup blacklist only mode;jmc2009-02-191-5/+3
* beef up the description of -D a little, and don;t imply thejmc2008-10-031-2/+5
* -D before -d;jmc2008-10-032-6/+6
* New option -D to daemonize spamd-setup for early bootup use. This avoidsderaadt2008-10-032-7/+15
* use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt2007-09-021-3/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* update to describe current behaviour;jmc2007-03-081-21/+29
* spamd.conf lives in /etc/mail now;jmc2007-02-271-3/+3
* fix synopsis and order options;jmc2007-02-271-4/+4
* Flag day for spamd -beck2007-02-272-14/+14
* Add usage() and error out if given bogus arguments.millert2007-02-251-1/+17
* When greylisting we don't actually need to use the <spamd> pf table.millert2007-02-242-32/+64
* Fix some realloc() off-by-one errors found by ray@.millert2007-02-141-13/+7
* Fix off by one in blacklist memory allocation. From tdeval@millert2007-02-091-2/+2
* fix some type definitionsdhill2006-05-111-10/+13
* Remove an extraneous prototypekjell2006-03-261-2/+1
* More KNF. Prodding from ray@kjell2006-03-261-76/+76
* Get this closer to KNF (get rid of block-declared vars)kjell2006-03-261-30/+19
* KNF. No binary change.kjell2006-03-261-27/+27
* Include <sys/param.h> to get MAX macromillert2006-01-171-2/+2
* Remove -ansi as that means expose only C89 interfaces.millert2005-05-241-2/+2
* process the last line of an address list even if it's not terminateddhartmei2005-03-021-4/+4
* clean C for a changederaadt2004-09-161-19/+14
* absolutely no need to include machine/endian.h after sys/types.h and sys/types.h after sys/param.hmickey2004-06-291-2/+1
* fd leaks; beck okderaadt2004-04-281-2/+4
* paranoia; beck okderaadt2004-02-261-2/+11
* spamd-setup(8) does not take a file arg;jmc2004-01-291-2/+1
* clean from jmcderaadt2004-01-211-2/+3
* New spamd configuration method. Many people have trouble with the spamderaadt2004-01-213-14/+59
* cleanupderaadt2004-01-211-15/+19
* pf spelling policedavid2003-08-221-4/+4
* spacesderaadt2003-07-291-2/+2
* bring protos into scopederaadt2003-07-061-1/+25