Home
last modified time | relevance | path

Searched refs:blocklistd (Results 1 – 21 of 21) sorted by relevance

/src/contrib/blocklist/bin/
H A DMakefile5 PROGS=blocklistd blocklistctl
6 MAN.blocklistd=blocklistd.8 blocklistd.conf.5
8 SRCS.blocklistd = blocklistd.c conf.c run.c state.c support.c internal.c
/src/usr.sbin/blocklistd/
H A DMakefile6 CONFS= blocklistd.conf
7 PROG= blocklistd
8 SRCS= blocklistd.c conf.c run.c state.c support.c internal.c \
10 MAN= blocklistd.8 blocklistd.conf.5
/src/contrib/blocklist/
H A DTODO26 perhaps blocklistd-helper can have a back-end that can send updates to
29 - add "blocklistd -l" to enable filter logging on all rules by default
38 The latter two probably require a new parameter for blocklistd-helper.
40 - "blocklistd -f" should (also?) be a blocklistctl function!?!?!
42 - if blocklistd was started with '-r' then a SIGHUP should also do a
52 /etc/rc.d/blocklistd reload # IFF SIGHUP does flush/re-add
53 # /etc/rc.d/blocklistd restart
57 /etc/rc.d/blocklistd stop
61 /etc/rc.d/blocklistd start
H A DREADME7 The interface to the packet filter is in libexec/blocklistd-helper
9 (inspired from inetd.conf) is in etc/blocklistd.conf.
11 On NetBSD you can find an example npf.conf and blocklistd.conf in
12 /usr/share/examples/blocklistd; you need to adjust the interface
14 blocklistd=YES in /etc/rc.conf, start it up, and you are all set.
16 There is also a startup file in etc/rc.d/blocklistd
26 The network daemon (for example sshd) communicates to blocklistd, via
49 peer information to blocklistd via:
73 blocklistd and the library use syslog(3) to report errors. The
74 blocklist filter state is persisted automatically in /var/db/blocklistd.db
[all …]
H A Dfreebsd-changes.sh11 sed -i "" -e 's| /libexec| /usr/libexec|g' bin/blocklistd.8
18 sed -i "" -e 's/npfctl 8 ,/ipf 8 ,\n.Xr ipfw 8 ,\n.Xr pfctl 8 ,/g' bin/blocklistd.8
/src/contrib/blocklist/port/
H A DMakefile.am7 example_DATA = $(srcdir)/../etc/blocklistd.conf $(srcdir)/../etc/npf.conf $(srcdir)/../etc/ipf.conf
9 sbin_PROGRAMS = blocklistd blocklistctl program
11 libexec_SCRIPTS = $(srcdir)/../libexec/blocklistd-helper
13 man5_MANS = $(srcdir)/../bin/blocklistd.conf.5
14 man8_MANS = $(srcdir)/../bin/blocklistd.8 $(srcdir)/../bin/blocklistctl.8
H A Dconfigure.ac2 AC_INIT([blocklistd],[0.1],[christos@netbsd.com]) package
/src/release/packages/ucl/
H A Dblocklist-all.ucl22 The blocklistd(8) daemon monitors failed access attempts from remote network
26 blocklistd(8) relies on each network daemon to report access attempts, so
29 The blocklistd(8) daemon was previously named blacklistd(8).
/src/contrib/blocklist/libexec/
H A DMakefile3 SCRIPTS= blocklistd-helper
/src/contrib/blocklist/etc/rc.d/
H A DMakefile3 SCRIPTS=blocklistd
/src/tools/build/options/
H A DWITHOUT_BLOCKLIST2 .Xr blocklistd 8
/src/libexec/blocklistd-helper/
H A DMakefile5 SCRIPTS= ${BLOCKLIST_DIR}/libexec/blocklistd-helper
/src/contrib/blocklist/etc/
H A Dipf.conf25 block in proto tcp/udp from any to any head blocklistd
H A DMakefile7 FILES= blocklistd.conf ipf.conf npf.conf
/src/targets/pseudo/userland/libexec/
H A DMakefile.depend42 DIRDEPS+= libexec/blocklistd-helper
/src/libexec/
H A DMakefile41 _blocklistd-helper+= blocklistd-helper
/src/usr.sbin/
H A DMakefile124 SUBDIR.${MK_BLOCKLIST}+= blocklistd
/src/libexec/rc/rc.d/
H A DMakefile116 blocklistd
/src/.github/
H A DCODEOWNERS138 /usr.sbin/blocklistd @jlduran
/src/targets/pseudo/userland/
H A DMakefile.depend811 usr.sbin/blocklistd
/src/tools/build/mk/
H A DOptionalObsoleteFiles.inc165 OLD_FILES+=etc/blocklistd.conf
166 OLD_FILES+=etc/rc.d/blocklistd
171 OLD_FILES+=usr/libexec/blocklistd-helper
173 OLD_FILES+=usr/sbin/blocklistd
180 OLD_FILES+=usr/share/man/man5/blocklistd.conf.5.gz
182 OLD_FILES+=usr/share/man/man8/blocklistd.8.gz