summaryrefslogtreecommitdiff
path: root/libexec/spamd-setup/spamd-setup.c
AgeCommit message (Expand)Author
2009-09-09Change the way memory is allocated to reduce memory footprint. Loading theClaudio Jeker
2009-06-02Protect errno.Ray Lai
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-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-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-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
2003-06-11ansi cleanup; ok ian markusTheo de Raadt
2003-05-16use inet_net_pton, and fix probelem where spamd-setup would crash on a fileBob Beck
2003-04-28return from mainTheo de Raadt
2003-03-13make spamd-setup/spamd use/require a reserved source port for theBob Beck
2003-03-10nothing of importTheo de Raadt
2003-03-10fix exit code, stupid bob, spotted by lebelTheo de Raadt
2003-03-09Fix a few typos, Make spamd and spamd-setup use /etc/services to findBob Beck
2003-03-09missed memset, found by dhartmei@Bob Beck
2003-03-08knfTheo de Raadt
2003-03-08KNFTheo de Raadt
2003-03-08spamd-setup, in c. ok deraadt@, he wants to clean in situ.Bob Beck