Searched refs:blocklistd (Results 1 – 21 of 21) sorted by relevance
| /src/contrib/blocklist/bin/ |
| H A D | Makefile | 5 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 D | Makefile | 6 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 D | TODO | 26 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 D | README | 7 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 D | freebsd-changes.sh | 11 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 D | Makefile.am | 7 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 D | configure.ac | 2 AC_INIT([blocklistd],[0.1],[christos@netbsd.com]) package
|
| /src/release/packages/ucl/ |
| H A D | blocklist-all.ucl | 22 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 D | Makefile | 3 SCRIPTS= blocklistd-helper
|
| /src/contrib/blocklist/etc/rc.d/ |
| H A D | Makefile | 3 SCRIPTS=blocklistd
|
| /src/tools/build/options/ |
| H A D | WITHOUT_BLOCKLIST | 2 .Xr blocklistd 8
|
| /src/libexec/blocklistd-helper/ |
| H A D | Makefile | 5 SCRIPTS= ${BLOCKLIST_DIR}/libexec/blocklistd-helper
|
| /src/contrib/blocklist/etc/ |
| H A D | ipf.conf | 25 block in proto tcp/udp from any to any head blocklistd
|
| H A D | Makefile | 7 FILES= blocklistd.conf ipf.conf npf.conf
|
| /src/targets/pseudo/userland/libexec/ |
| H A D | Makefile.depend | 42 DIRDEPS+= libexec/blocklistd-helper
|
| /src/libexec/ |
| H A D | Makefile | 41 _blocklistd-helper+= blocklistd-helper
|
| /src/usr.sbin/ |
| H A D | Makefile | 124 SUBDIR.${MK_BLOCKLIST}+= blocklistd
|
| /src/libexec/rc/rc.d/ |
| H A D | Makefile | 116 blocklistd
|
| /src/.github/ |
| H A D | CODEOWNERS | 138 /usr.sbin/blocklistd @jlduran
|
| /src/targets/pseudo/userland/ |
| H A D | Makefile.depend | 811 usr.sbin/blocklistd
|
| /src/tools/build/mk/ |
| H A D | OptionalObsoleteFiles.inc | 165 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
|