| Commit message (Expand) | Author | Age | Files | Lines |
* | allow fetching lists from https:// URLs too |  djm | 2017-07-07 | 1 | -2/+2 |
* | switch user to _spamd before executing ftp(1) to fetch lists. |  djm | 2017-07-07 | 1 | -6/+34 |
* | pledge(2) spamd-setup(8) |  mestre | 2016-01-04 | 1 | -5/+8 |
* | Remove NULL-checks before free(). ok tb@ |  mmcc | 2015-12-12 | 1 | -3/+2 |
* | Do not assume that asprintf() clears the pointer on failure, which |  millert | 2015-06-03 | 1 | -4/+3 |
* | Allocate a bit more memory to reduce the change of having to |  millert | 2015-01-20 | 1 | -9/+13 |
* | Does not need netinet/ip_ipsp.h |  deraadt | 2015-01-19 | 1 | -2/+1 |
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where |  deraadt | 2015-01-16 | 1 | -2/+4 |
* | Replace "errx(1, "malloc failed")" with "err(1, NULL)" to get |  millert | 2015-01-14 | 1 | -9/+9 |
* | Fix printing of number of whitelist entries in debug mode. |  millert | 2015-01-13 | 1 | -4/+7 |
* | Use address-family specific lists of addr/mask entries instead of |  millert | 2015-01-13 | 1 | -13/+16 |
* | obvious reallocarray() conversions |  deraadt | 2014-10-09 | 1 | -6/+7 |
* | remove some unnecessary sys/param.h inclusions |  deraadt | 2012-12-04 | 1 | -2/+1 |
* | Change the way memory is allocated to reduce memory footprint. Loading the |  claudio | 2009-09-09 | 1 | -80/+68 |
* | Protect errno. |  ray | 2009-06-02 | 1 | -3/+5 |
* | -D before -d; |  jmc | 2008-10-03 | 1 | -2/+2 |
* | New option -D to daemonize spamd-setup for early bootup use. This avoids |  deraadt | 2008-10-03 | 1 | -4/+10 |
* | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg |  deraadt | 2007-09-02 | 1 | -3/+3 |
* | Flag day for spamd - |  beck | 2007-02-27 | 1 | -7/+7 |
* | Add usage() and error out if given bogus arguments. |  millert | 2007-02-25 | 1 | -1/+17 |
* | When greylisting we don't actually need to use the <spamd> pf table. |  millert | 2007-02-24 | 1 | -30/+43 |
* | Fix some realloc() off-by-one errors found by ray@. |  millert | 2007-02-14 | 1 | -13/+7 |
* | Fix off by one in blacklist memory allocation. From tdeval@ |  millert | 2007-02-09 | 1 | -2/+2 |
* | fix some type definitions |  dhill | 2006-05-11 | 1 | -10/+13 |
* | Remove an extraneous prototype |  kjell | 2006-03-26 | 1 | -2/+1 |
* | More KNF. Prodding from ray@ |  kjell | 2006-03-26 | 1 | -76/+76 |
* | Get this closer to KNF (get rid of block-declared vars) |  kjell | 2006-03-26 | 1 | -30/+19 |
* | KNF. No binary change. |  kjell | 2006-03-26 | 1 | -27/+27 |
* | Include <sys/param.h> to get MAX macro |  millert | 2006-01-17 | 1 | -2/+2 |
* | process the last line of an address list even if it's not terminated |  dhartmei | 2005-03-02 | 1 | -4/+4 |
* | clean C for a change |  deraadt | 2004-09-16 | 1 | -19/+14 |
* | absolutely no need to include machine/endian.h after sys/types.h and sys/types.h after sys/param.h |  mickey | 2004-06-29 | 1 | -2/+1 |
* | fd leaks; beck ok |  deraadt | 2004-04-28 | 1 | -2/+4 |
* | paranoia; beck ok |  deraadt | 2004-02-26 | 1 | -2/+11 |
* | New spamd configuration method. Many people have trouble with the spam |  deraadt | 2004-01-21 | 1 | -12/+44 |
* | cleanup |  deraadt | 2004-01-21 | 1 | -15/+19 |
* | pf spelling police |  david | 2003-08-22 | 1 | -4/+4 |
* | spaces |  deraadt | 2003-07-29 | 1 | -2/+2 |
* | bring protos into scope |  deraadt | 2003-07-06 | 1 | -1/+25 |
* | ansi cleanup; ok ian markus |  deraadt | 2003-06-11 | 1 | -5/+3 |
* | use inet_net_pton, and fix probelem where spamd-setup would crash on a file |  beck | 2003-05-16 | 1 | -19/+32 |
* | return from main |  deraadt | 2003-04-28 | 1 | -2/+2 |
* | make spamd-setup/spamd use/require a reserved source port for the |  beck | 2003-03-13 | 1 | -2/+3 |
* | nothing of import |  deraadt | 2003-03-10 | 1 | -11/+11 |
* | fix exit code, stupid bob, spotted by lebel |  deraadt | 2003-03-10 | 1 | -2/+2 |
* | Fix a few typos, Make spamd and spamd-setup use /etc/services to find |  beck | 2003-03-09 | 1 | -9/+15 |
* | missed memset, found by dhartmei@ |  beck | 2003-03-09 | 1 | -1/+2 |
* | knf |  deraadt | 2003-03-08 | 1 | -1/+6 |
* | KNF |  deraadt | 2003-03-08 | 1 | -72/+103 |
* | spamd-setup, in c. ok deraadt@, he wants to clean in situ. |  beck | 2003-03-08 | 1 | -0/+737 |