index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libexec
/
spamd
/
grey.c
Age
Commit message (
Expand
)
Author
2005-05-15
move db->close to not hold this lock unnecssarily during long protracted
Bob Beck
2005-03-12
asprintf in place of strdup really is kind of lame
Bob Beck
2005-03-11
"Greytrapping" for spamd - allow for spamd greylisting to maintain
Bob Beck
2004-12-04
fix a signal race which could kill unrelated processes.
Moritz Jodeit
2004-09-15
ARGSUSED before signal handler with unused signo
Theo de Raadt
2004-08-15
Expire entries that exactly match the time now in addition to ones
Todd C. Miller
2004-08-08
spacing
Theo de Raadt
2004-07-04
two missing freeaddrinfo() -- leak; andrushock@korovino.net
Theo de Raadt
2004-06-21
restrict address resolution to AF_INET for now
Jun-ichiro itojun Hagino
2004-06-21
use getaddr/nameinfo for address resolution. beck, henning ok
Jun-ichiro itojun Hagino
2004-03-13
Add signal handler to parent, so that when greylisting we don't need to
Bob Beck
2004-03-11
Remove sync() calls that immediately precede databse close(). Since
Todd C. Miller
2004-03-11
Call db-sync() after each db modification since they aren't all that
Bob Beck
2004-03-10
spaces
Theo de Raadt
2004-03-05
Fix really dumb memory leak that would have long runnign large whitelist
Bob Beck
2004-03-01
uset inet_pton(3) instead of home grown address validator; some other cleanup
Otto Moerbeek
2004-02-28
- ensure greylist entry expiry is not updated until actually whitelisted
Bob Beck
2004-02-26
don't leak one here either.
Bob Beck
2004-02-26
don't leak an fd here.
Bob Beck
2004-02-26
paranoia; beck ok
Theo de Raadt
2004-02-26
spaces
Theo de Raadt
2004-02-26
Add -g option for greylisting support for spamd. The greylisting techinque
Bob Beck