index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libexec
/
spamd-setup
Age
Commit message (
Expand
)
Author
Files
Lines
2017-07-07
allow fetching lists from https:// URLs too
djm
1
-2
/
+2
2017-07-07
switch user to _spamd before executing ftp(1) to fetch lists.
djm
1
-6
/
+34
2016-03-31
Don't use .Aq for syntax elements that require ASCII "<>".
schwarze
1
-4
/
+4
2016-01-04
pledge(2) spamd-setup(8)
mestre
1
-5
/
+8
2015-12-12
Remove NULL-checks before free(). ok tb@
mmcc
1
-3
/
+2
2015-06-03
Do not assume that asprintf() clears the pointer on failure, which
millert
1
-4
/
+3
2015-01-20
Allocate a bit more memory to reduce the change of having to
millert
1
-9
/
+13
2015-01-19
Does not need netinet/ip_ipsp.h
deraadt
1
-2
/
+1
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
deraadt
1
-2
/
+4
2015-01-14
Replace "errx(1, "malloc failed")" with "err(1, NULL)" to get
millert
1
-9
/
+9
2015-01-13
Fix printing of number of whitelist entries in debug mode.
millert
1
-4
/
+7
2015-01-13
Use address-family specific lists of addr/mask entries instead of
millert
1
-13
/
+16
2014-10-09
obvious reallocarray() conversions
deraadt
1
-6
/
+7
2013-09-15
Some missing .Pa macros in FILES sections;
schwarze
1
-5
/
+3
2012-12-04
remove some unnecessary sys/param.h inclusions
deraadt
1
-2
/
+1
2009-09-09
Change the way memory is allocated to reduce memory footprint. Loading the
claudio
1
-80
/
+68
2009-06-02
Protect errno.
ray
1
-3
/
+5
2009-02-19
correct description of spamdb-setup blacklist only mode;
jmc
1
-5
/
+3
2008-10-03
beef up the description of -D a little, and don;t imply the
jmc
1
-2
/
+5
2008-10-03
-D before -d;
jmc
2
-6
/
+6
2008-10-03
New option -D to daemonize spamd-setup for early bootup use. This avoids
deraadt
2
-7
/
+15
2007-09-02
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg
deraadt
1
-3
/
+3
2007-05-31
convert to new .Dd format;
jmc
1
-2
/
+2
2007-03-08
update to describe current behaviour;
jmc
1
-21
/
+29
2007-02-27
spamd.conf lives in /etc/mail now;
jmc
1
-3
/
+3
2007-02-27
fix synopsis and order options;
jmc
1
-4
/
+4
2007-02-27
Flag day for spamd -
beck
2
-14
/
+14
2007-02-25
Add usage() and error out if given bogus arguments.
millert
1
-1
/
+17
2007-02-24
When greylisting we don't actually need to use the <spamd> pf table.
millert
2
-32
/
+64
2007-02-14
Fix some realloc() off-by-one errors found by ray@.
millert
1
-13
/
+7
2007-02-09
Fix off by one in blacklist memory allocation. From tdeval@
millert
1
-2
/
+2
2006-05-11
fix some type definitions
dhill
1
-10
/
+13
2006-03-26
Remove an extraneous prototype
kjell
1
-2
/
+1
2006-03-26
More KNF. Prodding from ray@
kjell
1
-76
/
+76
2006-03-26
Get this closer to KNF (get rid of block-declared vars)
kjell
1
-30
/
+19
2006-03-26
KNF. No binary change.
kjell
1
-27
/
+27
2006-01-17
Include <sys/param.h> to get MAX macro
millert
1
-2
/
+2
2005-05-24
Remove -ansi as that means expose only C89 interfaces.
millert
1
-2
/
+2
2005-03-02
process the last line of an address list even if it's not terminated
dhartmei
1
-4
/
+4
2004-09-16
clean C for a change
deraadt
1
-19
/
+14
2004-06-29
absolutely no need to include machine/endian.h after sys/types.h and sys/types.h after sys/param.h
mickey
1
-2
/
+1
2004-04-28
fd leaks; beck ok
deraadt
1
-2
/
+4
2004-02-26
paranoia; beck ok
deraadt
1
-2
/
+11
2004-01-29
spamd-setup(8) does not take a file arg;
jmc
1
-2
/
+1
2004-01-21
clean from jmc
deraadt
1
-2
/
+3
2004-01-21
New spamd configuration method. Many people have trouble with the spam
deraadt
3
-14
/
+59
2004-01-21
cleanup
deraadt
1
-15
/
+19
2003-08-22
pf spelling police
david
1
-4
/
+4
2003-07-29
spaces
deraadt
1
-2
/
+2
2003-07-06
bring protos into scope
deraadt
1
-1
/
+25
[next]