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-setup
Age
Commit message (
Expand
)
Author
2007-09-02
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
Theo de Raadt
2007-05-31
convert to new .Dd format;
Jason McIntyre
2007-03-08
update to describe current behaviour;
Jason McIntyre
2007-02-27
spamd.conf lives in /etc/mail now;
Jason McIntyre
2007-02-27
fix synopsis and order options;
Jason McIntyre
2007-02-27
Flag day for spamd -
Bob Beck
2007-02-25
Add usage() and error out if given bogus arguments.
Todd C. Miller
2007-02-24
When greylisting we don't actually need to use the <spamd> pf table.
Todd C. Miller
2007-02-14
Fix some realloc() off-by-one errors found by ray@.
Todd C. Miller
2007-02-09
Fix off by one in blacklist memory allocation. From tdeval@
Todd C. Miller
2006-05-11
fix some type definitions
David Hill
2006-03-26
Remove an extraneous prototype
Kjell Wooding
2006-03-26
More KNF. Prodding from ray@
Kjell Wooding
2006-03-26
Get this closer to KNF (get rid of block-declared vars)
Kjell Wooding
2006-03-26
KNF. No binary change.
Kjell Wooding
2006-01-17
Include <sys/param.h> to get MAX macro
Todd C. Miller
2005-05-24
Remove -ansi as that means expose only C89 interfaces.
Todd C. Miller
2005-03-02
process the last line of an address list even if it's not terminated
Daniel Hartmeier
2004-09-16
clean C for a change
Theo de Raadt
2004-06-29
absolutely no need to include machine/endian.h after sys/types.h and sys/type...
Michael Shalayeff
2004-04-28
fd leaks; beck ok
Theo de Raadt
2004-02-26
paranoia; beck ok
Theo de Raadt
2004-01-29
spamd-setup(8) does not take a file arg;
Jason McIntyre
2004-01-21
clean from jmc
Theo de Raadt
2004-01-21
New spamd configuration method. Many people have trouble with the spam
Theo de Raadt
2004-01-21
cleanup
Theo de Raadt
2003-08-22
pf spelling police
David Krause
2003-07-29
spaces
Theo de Raadt
2003-07-06
bring protos into scope
Theo de Raadt
2003-06-11
ansi cleanup; ok ian markus
Theo de Raadt
2003-06-02
nuke clause 3 & 4
Jason Wright
2003-05-16
use inet_net_pton, and fix probelem where spamd-setup would crash on a file
Bob Beck
2003-04-28
return from main
Theo de Raadt
2003-04-28
I hate -Werror
Theo de Raadt
2003-03-13
make spamd-setup/spamd use/require a reserved source port for the
Bob Beck
2003-03-11
new sentence, new line and whitespace at EOL
David Krause
2003-03-10
nothing of import
Theo de Raadt
2003-03-10
fix exit code, stupid bob, spotted by lebel
Theo de Raadt
2003-03-09
Fix a few typos, Make spamd and spamd-setup use /etc/services to find
Bob Beck
2003-03-09
missed memset, found by dhartmei@
Bob Beck
2003-03-08
knf
Theo de Raadt
2003-03-08
spamd typos;
Jason McIntyre
2003-03-08
move stuff to spamd.conf 5
Bob Beck
2003-03-08
KNF
Theo de Raadt
2003-03-08
spamd-setup, in c. ok deraadt@, he wants to clean in situ.
Bob Beck