summaryrefslogtreecommitdiff
path: root/libexec/spamd/grey.c
AgeCommit message (Expand)Author
2004-03-13Add signal handler to parent, so that when greylisting we don't need toBob Beck
2004-03-11Remove sync() calls that immediately precede databse close(). SinceTodd C. Miller
2004-03-11Call db-sync() after each db modification since they aren't all thatBob Beck
2004-03-10spacesTheo de Raadt
2004-03-05Fix really dumb memory leak that would have long runnign large whitelistBob Beck
2004-03-01uset inet_pton(3) instead of home grown address validator; some other cleanupOtto Moerbeek
2004-02-28- ensure greylist entry expiry is not updated until actually whitelistedBob Beck
2004-02-26don't leak one here either.Bob Beck
2004-02-26don't leak an fd here.Bob Beck
2004-02-26paranoia; beck okTheo de Raadt
2004-02-26spacesTheo de Raadt
2004-02-26Add -g option for greylisting support for spamd. The greylisting techinqueBob Beck