freebsd-dev/contrib/blacklist/bin
Kurt Lidl 63ecbc6b55 Fix blacklistd's state restoral at startup
The blacklistd daemon attempted to restore the filtering rules
before the database of blocked addresses was opened, so no rules
were being reloaded.  Now the rules are properly recreated when the
daemon is started with '-r'.

This bug was fixed locally, and then sent upstream to NetBSD.
This changeset is the import the NetBSD version of the change,
which added debugging output to alert about a null database.

Reviewed by:	emaste
Obtained from:	NetBSD
MFC after:	1 week
Sponsored by:	The FreeBSD Foundation
2016-09-30 16:35:30 +00:00
..
blacklistctl.8 Bump dates in blacklist related manpages 2016-06-07 16:51:56 +00:00
blacklistctl.c Move misplaced break statement to right place 2016-06-08 11:58:03 +00:00
blacklistd.8 Update blacklistd.8 with changes from NetBSD 2016-09-30 16:31:12 +00:00
blacklistd.c Fix blacklistd's state restoral at startup 2016-09-30 16:35:30 +00:00
blacklistd.conf.5 Bump dates in blacklist related manpages 2016-06-07 16:51:56 +00:00
conf.c
conf.h
internal.c
internal.h
Makefile
run.c
run.h
state.c Fix blacklistd's state restoral at startup 2016-09-30 16:35:30 +00:00
state.h
support.c
support.h