summaryrefslogtreecommitdiff
path: root/libexec/spamd
AgeCommit message (Expand)Author
2015-05-18Change spamd to use divert-to instead of rdr-to.Reyk Floeter
2015-04-18Convert many atoi() calls to strtonum(), adding range checks and failureTheo de Raadt
2015-04-14wrap a long lineTheo de Raadt
2015-03-12Use poll(2) instead of select(2). A pointer to the struct pollfdTodd C. Miller
2015-02-22Set the TLS ciphers to "compat" mode, restoring the previous behaviour.Joel Sing
2015-02-15Don't use Aq macros when <> is intended; they are not the same thing.Anthony J. Bentley
2015-02-12Change TLS_PROTOCOLS_DEFAULT to be TLSv1.2 only. Add a TLS_PROTOCOLS_ALLJoel Sing
2015-02-07put -G and it's args back onto one line in SYNOPSIS, to avoid having mandocJason McIntyre
2015-02-07add STARTTLS support, using the shiny libtls.Henning Brauer
2015-01-16Replace <sys/param.h> with <limits.h> and other less dirty headers whereTheo de Raadt
2015-01-13Move debug printf for duplicate af to correct location.Todd C. Miller
2015-01-13Remove bogus getopt.h include.Todd C. Miller
2015-01-13Use address-family specific lists of addr/mask entries instead ofTodd C. Miller
2015-01-08Avoid a crash (free of bogus pointer) when there is a syntax errorTodd C. Miller
2014-12-30Use a 1MB realloc() increment instead of an 8KB one for the configTodd C. Miller
2014-12-29Minor cleanup:Todd C. Miller
2014-11-23Delete a bunch of unnecessary #includesPhilip Guenther
2014-11-22/dev/random has created the same effect as /dev/arandom (and /dev/urandom)Theo de Raadt
2014-10-11Fix manpage: -y only takes interface names, and doesnt take ip addresses.Landry Breuil
2014-10-11Userland reallocarray() audit.Doug Hogan
2014-10-09obvious reallocarray() conversionsTheo de Raadt
2014-09-16less sendmail;Jason McIntyre
2014-09-01Simplify the syslog.conf example: .info means that *and higher*Philip Guenther
2014-03-26strdup() returns NULL if out of memory, we should check it.Gleydson Soares
2013-11-27unsigned char for ctypeTheo de Raadt
2013-11-19add a bunch of missing prototypesTheo de Raadt
2013-11-19repair format strings for time_t, and some missing protosTheo de Raadt
2013-11-19the time being handled here is strictly unsigned 32 bitTheo de Raadt
2013-08-21Remove the use of time_t in the greylist db file and use int64_t insteadTodd C. Miller
2012-12-04rather than a mishmash of headers, this only needs <stdint.h>Theo de Raadt
2012-10-02while it's of little harm, it's also been 5.5 years (and 8 releases),Okan Demirmen
2012-09-27remove some history details which have been around for long enoughJason McIntyre
2012-06-19use warn() instead of perror(), like the rest of the code doesTheo de Raadt
2012-04-19rate-limit accept(); small tweaks and such along the way from gilles,Theo de Raadt
2012-04-18merge some whitespace changes before bigger changesTheo de Raadt
2012-04-13Don't assume that the new conffd is a unset in the fd_set, it could be aTheo de Raadt
2011-03-19fix rdr-to example (requires direction); from James TurnerOkan Demirmen
2011-03-03repair arguments passed to pfctl; PR 6142, ok beckTheo de Raadt
2010-10-06do not pass GREY entries to pf's spamd-white table if already TRAPPED.Stephan A. Rickauer
2010-01-14drop connections to confused clients who do repeated command failures -Bob Beck
2010-01-11KNFBob Beck
2010-01-11KNFBob Beck
2009-11-12malloc() after line length check, to avoid memory leak; ok teduTheo de Raadt
2009-09-17merge/update the spamlogd rules into spamd - there were some subtleJason McIntyre
2009-09-07the example pf rules should be "pass in", not just "pass"; ok henningJason McIntyre
2009-09-01match samples here with pf.conf(5) sample ruleset following recent pf changesTodd T. Fries
2009-05-20Do not fall back to using nobody if _user is missing, butThordur I. Bjornsson
2009-04-20tweak previous;Jason McIntyre
2009-04-20PR 6090 - from Olli Hauer <ohauer@gmx.de>Bob Beck
2009-02-25fix slow memory leak, spotted by Max Laier and Artis CauneBob Beck