summaryrefslogtreecommitdiff
path: root/libexec/spamd-setup
AgeCommit message (Expand)Author
2017-07-07allow fetching lists from https:// URLs tooDamien Miller
2017-07-07switch user to _spamd before executing ftp(1) to fetch lists.Damien Miller
2016-03-31Don't use .Aq for syntax elements that require ASCII "<>".Ingo Schwarze
2016-01-04pledge(2) spamd-setup(8)mestre
2015-12-12Remove NULL-checks before free(). ok tb@mmcc
2015-06-03Do not assume that asprintf() clears the pointer on failure, whichTodd C. Miller
2015-01-20Allocate a bit more memory to reduce the change of having toTodd C. Miller
2015-01-19Does not need netinet/ip_ipsp.hTheo de Raadt
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2015-01-14Replace "errx(1, "malloc failed")" with "err(1, NULL)" to getTodd C. Miller
2015-01-13Fix printing of number of whitelist entries in debug mode.Todd C. Miller
2015-01-13Use address-family specific lists of addr/mask entries instead ofTodd C. Miller
2014-10-09obvious reallocarray() conversionsTheo de Raadt
2013-09-15Some missing .Pa macros in FILES sections;Ingo Schwarze
2012-12-04remove some unnecessary sys/param.h inclusionsTheo de Raadt
2009-09-09Change the way memory is allocated to reduce memory footprint. Loading theClaudio Jeker
2009-06-02Protect errno.Ray Lai
2009-02-19correct description of spamdb-setup blacklist only mode;Jason McIntyre
2008-10-03beef up the description of -D a little, and don;t imply theJason McIntyre
2008-10-03-D before -d;Jason McIntyre
2008-10-03New option -D to daemonize spamd-setup for early bootup use. This avoidsTheo de Raadt
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2007-03-08update to describe current behaviour;Jason McIntyre
2007-02-27spamd.conf lives in /etc/mail now;Jason McIntyre
2007-02-27fix synopsis and order options;Jason McIntyre
2007-02-27Flag day for spamd -Bob Beck
2007-02-25Add usage() and error out if given bogus arguments.Todd C. Miller
2007-02-24When greylisting we don't actually need to use the <spamd> pf table.Todd C. Miller
2007-02-14Fix some realloc() off-by-one errors found by ray@.Todd C. Miller
2007-02-09Fix off by one in blacklist memory allocation. From tdeval@Todd C. Miller
2006-05-11fix some type definitionsDavid Hill
2006-03-26Remove an extraneous prototypeKjell Wooding
2006-03-26More KNF. Prodding from ray@Kjell Wooding
2006-03-26Get this closer to KNF (get rid of block-declared vars)Kjell Wooding
2006-03-26KNF. No binary change.Kjell Wooding
2006-01-17Include <sys/param.h> to get MAX macroTodd C. Miller
2005-05-24Remove -ansi as that means expose only C89 interfaces.Todd C. Miller
2005-03-02process the last line of an address list even if it's not terminatedDaniel Hartmeier
2004-09-16clean C for a changeTheo de Raadt
2004-06-29absolutely no need to include machine/endian.h after sys/types.h and sys/type...Michael Shalayeff
2004-04-28fd leaks; beck okTheo de Raadt
2004-02-26paranoia; beck okTheo de Raadt
2004-01-29spamd-setup(8) does not take a file arg;Jason McIntyre
2004-01-21clean from jmcTheo de Raadt
2004-01-21New spamd configuration method. Many people have trouble with the spamTheo de Raadt
2004-01-21cleanupTheo de Raadt
2003-08-22pf spelling policeDavid Krause
2003-07-29spacesTheo de Raadt
2003-07-06bring protos into scopeTheo de Raadt