OpenGrok
Cross Reference: conf.c
xref
: /
src
/
external
/
bsd
/
blocklist
/
bin
/
conf.c
Home
|
History
|
Annotate
|
Download
|
only in
bin
History log of
/src/external/bsd/blocklist/bin/conf.c
Revision
Date
Author
Comments
1.10
11-Feb-2025
christos
sys/cdefs.h portability (Hans Rosenfeld)
1.9
06-Feb-2025
kre
Appease gcc, use explicit cast to convert long to size_t
Should fix ILP32 builds.
1.8
06-Feb-2025
christos
PR/28: hrosenfeld: This came up as a feature request during code
review of my port of blocklistd to illumos.
This change modifies the config file parsing code of blocklistd to
support multiple configuration files in a configuration directory
like /etc/blocklistd.conf.d. This can be used by specifying a
directory instead of a config file with -d. Alternatively, if a
directory exists of the same name as the config file plus ".d",
it'll be read by default, too.
1.7
05-Feb-2025
christos
PR/19: robohack: log the conf line number with bad protocol errors.
1.6
09-Feb-2024
christos
branches: 1.6.2;
PR/57905: Mark Davies: handle empty string.
1.5
09-Feb-2024
christos
fix typo
1.4
09-Feb-2024
christos
PR/57905: Mark Davies: blocklistd fails to parse ipv6 addresses.
1.3
18-Nov-2022
christos
branches: 1.3.2;
Allow configuration of addresses without a mask/prefix (Jose Luis Duran)
1.2
13-Jun-2022
christos
Remove comment explaining why the code was disabled before (Jose Luis Duran)
1.1
15-Jun-2020
christos
branches: 1.1.1;
Initial revision
1.1.1.1
15-Jun-2020
christos
Import blocklist from https://github.com/zoulasc/blocklist.
This is the same code as blacklist from the HEAD of the NetBSD tree.
1.3.2.1
17-Feb-2024
martin
Pull up following revision(s) (requested by markd in ticket #591):
external/bsd/blocklist/bin/blocklistd.conf.5: revision 1.3
external/bsd/blocklist/bin/conf.c: revision 1.4
external/bsd/blocklist/bin/conf.c: revision 1.5
external/bsd/blocklist/bin/conf.c: revision 1.6
external/bsd/blocklist/etc/blocklistd.conf: revision 1.3
PR/57905: Mark Davies: blocklistd fails to parse ipv6 addresses.
fix typo
PR/57905: Mark Davies: handle empty string.
add an IPv6 example to blocklistd.conf(5)
add an IPv6 example to blocklistd.conf example file
1.6.2.1
02-Aug-2025
perseant
Sync with HEAD
Indexes created Thu Jul 09 00:25:44 UTC 2026