OpenGrok
Cross Reference: blocklistd-helper
xref
: /
src
/
external
/
bsd
/
blocklist
/
libexec
/
blocklistd-helper
Home
|
History
|
Annotate
|
Download
|
only in
libexec
History log of
/src/external/bsd/blocklist/libexec/blocklistd-helper
Revision
Date
Author
Comments
1.10
27-Jan-2025
christos
PR/14: robohack: make packet filter detection more reliable and add
explanatory comments.
1.9
27-Jan-2025
christos
PR/13: jlduran: fix whitespace
1.8
18-Aug-2024
christos
Silence a bogus warning when starting up:
NetBSD pf:
No ALTQ support in kernel
ALTQ related functions disabled
FreeBSD pf:
Anchor 'blacklistd' not found.
The anchor is indeed found and working correctly. This patch just
discards stderr's output, like in other places.
(jlduran@github)
1.7
15-Nov-2022
christos
branches: 1.7.2; 1.7.4;
More ipfilter fixes (Jose Luis Duran)
1.6
15-Nov-2022
christos
NetBSD uses ipf.conf for ipfilter not ipfilter.conf (Hose Luis Duran)
1.5
12-Oct-2022
christos
fix typo (jlduran)
1.4
12-Oct-2022
christos
From pjuran at github:
- Be quiet
- Kill active tcp connections from the blocked address
- Fix purge operation for pf, which must dynamically determine which filters
have been created, so the filters can be flushed by name.
1.3
08-Mar-2021
christos
remove extra line
1.2
07-Mar-2021
christos
TODO and ipfilter improvements from Greg A. Woods
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.7.4.1
02-Aug-2025
perseant
Sync with HEAD
1.7.2.1
08-Oct-2024
martin
Pull up following revision(s) (requested by rin in ticket #930):
lib/libc/include/extern.h: revision 1.30
distrib/sets/lists/base/shl.mi: revision 1.987 (patch)
external/bsd/blocklist/bin/support.c: revision 1.2
external/bsd/blocklist/bin/blocklistd.c: revision 1.5
external/bsd/blocklist/bin/blocklistd.8: revision 1.3
sys/sys/syslog.h: revision 1.42
external/bsd/blocklist/bin/support.h: revision 1.2
external/bsd/blocklist/include/blocklist.h: revision 1.3
crypto/external/bsd/openssh/dist/pfilter.c: revision 1.9
external/bsd/blocklist/lib/shlib_version: revision 1.2
lib/libc/gen/syslog_ss.c: revision 1.4
lib/libc/gen/Makefile.inc: revision 1.218
external/bsd/blocklist/lib/bl.c: revision 1.3
external/bsd/blocklist/README: revision 1.3
external/bsd/blocklist/include/bl.h: revision 1.2
distrib/sets/lists/debug/shl.mi: revision 1.347 (patch)
distrib/sets/lists/comp/mi: revision 1.2462
lib/libc/gen/syslog.3: revision 1.34
lib/libc/gen/syslog.3: revision 1.35
external/bsd/blocklist/libexec/blocklistd-helper: revision 1.8
external/bsd/blocklist/lib/libblocklist.3: revision 1.4
external/bsd/blocklist/lib/libblocklist.3: revision 1.5
external/bsd/blocklist/lib/libblocklist.3: revision 1.6
external/bsd/blocklist/lib/blocklist.c: revision 1.3
Spelling fixes
PR/58391: Noriyuki Soda: re-adding syslog_ss() to syslog.h and syslog.3
syslog(3): Nix trailing whitespace in man page.
No functional change intended.
reference sockpath instead of sockspath
Add blocklist_open2() that can pass a custom logger or NULL for no logging.
Switch internally to use syslog_r. Add compatibility for systems that don't
have syslog_r.
Switch blocklist to use syslog_ss since we are being called from a
signal handler.
bump libblocklist
remove trailing space
Silence a bogus warning when starting up:
NetBSD pf:
No ALTQ support in kernel
ALTQ related functions disabled
FreeBSD pf:
Anchor 'blacklistd' not found.
The anchor is indeed found and working correctly. This patch just
discards stderr's output, like in other places.
(jlduran@github)
update markup (Ed Maste)
Indexes created Wed Mar 25 00:23:37 UTC 2026