summaryrefslogtreecommitdiffstats
path: root/libexec/spamd/sdl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make blacklist entries override the whitelist. When running spamdmillert2017-10-181-1/+45
* Use a binary search to speed up blacklist lookups. OK phessler@millert2017-10-171-36/+130
* Change spamd to use divert-to instead of rdr-to.reyk2015-05-181-2/+2
* Use address-family specific lists of addr/mask entries instead ofmillert2015-01-131-124/+193
* Avoid a crash (free of bogus pointer) when there is a syntax errormillert2015-01-081-13/+18
* Userland reallocarray() audit.doug2014-10-111-4/+4
* PR 5621 - spamd doesn't clear the last entry from an empty TRAP list,beck2007-11-031-1/+22
* use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgderaadt2007-09-021-2/+2
* use new license.beck2007-03-261-20/+12
* spacingderaadt2007-03-051-2/+2
* continue collecting lint to be sold as a parsley substitute; ok beckderaadt2007-02-231-18/+18
* Fix handling of empty entries at the end of an address list; avoidsotto2005-08-041-3/+4
* paranoia; beck okderaadt2004-02-261-1/+2
* Add -g option for greylisting support for spamd. The greylisting techinquebeck2004-02-261-8/+8
* can free(NULL)deraadt2003-09-261-10/+4
* knfderaadt2003-09-201-4/+5
* pf spelling policedavid2003-08-221-2/+2
* bring protos into scopederaadt2003-07-061-1/+3
* Better handling of parse errors and/or allocationcloder2003-03-031-15/+47
* knfderaadt2003-03-031-9/+12
* always set ptr to NULL after free; from cloderderaadt2003-03-031-1/+4
* knfderaadt2003-03-021-7/+9
* knfderaadt2003-03-021-3/+3
* Spamd changes to add blacklist awareness to spamd, new spamd-setup.plbeck2003-03-021-0/+233