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
/
sdl.c
Age
Commit message (
Expand
)
Author
2015-05-18
Change spamd to use divert-to instead of rdr-to.
Reyk Floeter
2015-01-13
Use address-family specific lists of addr/mask entries instead of
Todd C. Miller
2015-01-08
Avoid a crash (free of bogus pointer) when there is a syntax error
Todd C. Miller
2014-10-11
Userland reallocarray() audit.
Doug Hogan
2007-11-03
PR 5621 - spamd doesn't clear the last entry from an empty TRAP list,
Bob Beck
2007-09-02
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
Theo de Raadt
2007-03-26
use new license.
Bob Beck
2007-03-05
spacing
Theo de Raadt
2007-02-23
continue collecting lint to be sold as a parsley substitute; ok beck
Theo de Raadt
2005-08-04
Fix handling of empty entries at the end of an address list; avoids
Otto Moerbeek
2004-02-26
paranoia; beck ok
Theo de Raadt
2004-02-26
Add -g option for greylisting support for spamd. The greylisting techinque
Bob Beck
2003-09-26
can free(NULL)
Theo de Raadt
2003-09-20
knf
Theo de Raadt
2003-08-22
pf spelling police
David Krause
2003-07-06
bring protos into scope
Theo de Raadt
2003-03-03
Better handling of parse errors and/or allocation
Chad Loder
2003-03-03
knf
Theo de Raadt
2003-03-03
always set ptr to NULL after free; from cloder
Theo de Raadt
2003-03-02
knf
Theo de Raadt
2003-03-02
knf
Theo de Raadt
2003-03-02
Spamd changes to add blacklist awareness to spamd, new spamd-setup.pl
Bob Beck