summaryrefslogtreecommitdiff
path: root/libexec/spamd/grey.c
AgeCommit message (Expand)Author
2005-05-15move db->close to not hold this lock unnecssarily during long protractedBob Beck
2005-03-12asprintf in place of strdup really is kind of lameBob Beck
2005-03-11"Greytrapping" for spamd - allow for spamd greylisting to maintainBob Beck
2004-12-04fix a signal race which could kill unrelated processes.Moritz Jodeit
2004-09-15ARGSUSED before signal handler with unused signoTheo de Raadt
2004-08-15Expire entries that exactly match the time now in addition to onesTodd C. Miller
2004-08-08spacingTheo de Raadt
2004-07-04two missing freeaddrinfo() -- leak; andrushock@korovino.netTheo de Raadt
2004-06-21restrict address resolution to AF_INET for nowJun-ichiro itojun Hagino
2004-06-21use getaddr/nameinfo for address resolution. beck, henning okJun-ichiro itojun Hagino
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