HomeSort by: relevance | last modified time | path
    Searched refs:dnsrps (Results 1 - 12 of 12) sorted by relevancy

  /src/external/mpl/bind/dist/bin/tests/system/rpzrecurse/
setup.sh 14 # touch dnsrps-off to not test with DNSRPS
22 touch dnsrps.conf
23 touch dnsrps.cache
tests.sh 16 # touch dnsrps-off to not test with DNSRPS
17 # touch dnsrps-only to not test with classic RPZ
25 export DNSRPS_TEST_UPDATE_FILE=$(pwd)/dnsrps.cache
27 if grep 'dnsrps-enable yes;' dnsrps.conf >/dev/null; then
28 MODE=dnsrps
54 DNSRPSCMD=../rpz/dnsrps
  /src/external/mpl/bind/dist/bin/tests/system/rpz/
setup.sh 14 # touch dnsrps-off to not test with DNSRPS
25 touch dnsrps.conf
26 touch dnsrps.cache
tests.sh 18 # touch dnsrps-off to not test with DNSRPS
19 # touch dnsrps-only to not test with classic RPZ
42 export DNSRPS_TEST_UPDATE_FILE=$(pwd)/dnsrps.cache
45 if grep 'dnsrps-enable yes;' dnsrps.conf >/dev/null; then
46 MODE=dnsrps
80 DNSRPSCMD=./dnsrps
136 #echo "dnsrps serial for $1 is $RSN"
138 echo_i "dnsrps failed to get SOA serial number for $1
    [all...]
  /src/external/mpl/bind/lib/libdns/
Makefile 48 dbiterator.c diff.c dispatch.c dlz.c dns64.c dnsrps.c \
  /src/external/mpl/bind/dist/lib/dns/
dnsrps.c 1 /* $NetBSD: dnsrps.c,v 1.13 2025/01/26 16:25:22 christos Exp $ */
33 #include <dns/dnsrps.h>
126 isc_level, "dnsrps: %s", buf);
130 * Start dnsrps for the entire server.
160 "dnsrps: %s", emsg.c);
167 * Stop dnsrps for the entire server.
182 "dnsrps: dlclose(): %s", dlerror());
191 * Ready dnsrps for a view.
198 DNS_RPZ_DEBUG_LEVEL3, "dnsrps configuration \"%s\"",
215 * Connect to and start the dnsrps daemon, dnsrpzd
    [all...]
rpz.c 40 #include <dns/dnsrps.h>
1550 /* Only if DNSRPS is in use can this function fail */
  /src/external/mpl/dhcp/bind/dist/lib/dns/
dnsrps.c 1 /* $NetBSD: dnsrps.c,v 1.1 2024/02/18 20:57:31 christos Exp $ */
31 #include <dns/dnsrps.h>
125 isc_level, "dnsrps: %s", buf);
129 * Start dnsrps for the entire server.
148 * "dnsrps-enable yes" (including the default view).
164 "dnsrps: %s", emsg.c);
171 * Stop dnsrps for the entire server.
186 "dnsrps: dlclose(): %s", dlerror());
194 * Ready dnsrps for a view.
201 DNS_RPZ_DEBUG_LEVEL3, "dnsrps configuration \"%s\""
    [all...]
rpz.c 34 #include <dns/dnsrps.h>
  /src/external/mpl/bind/dist/
configure 1698 --enable-dnsrps-dl DNS Response Policy Service delayed link
1700 --enable-dnsrps enable DNS Response Policy Service API
1739 --with-dnsrps-libname DNSRPS provider library name (librpz.so)
1740 --with-dnsrps-dir path to DNSRPS provider library
29202 # Response policy rewriting using DNS Response Policy Service (DNSRPS)
29205 # DNSRPS can be compiled into BIND everywhere with a reasonably
29245 # [pairwise: --enable-dnsrps --enable-dnsrps-dl, --disable-dnsrps
    [all...]
  /src/external/mpl/bind/dist/lib/ns/
query.c 46 #include <dns/dnsrps.h>
3538 * Ready the shim database and rdataset for a DNSRPS hit.
3567 * Give the fake or shim DNSRPS database its new origin.
  /src/external/mpl/bind/dist/bin/named/
server.c 73 #include <dns/dnsrps.h>
2021 * Add to the DNSRPS configuration string.
2062 * Get a DNSRPS configuration value using the global and view options
2087 * Handle a DNSRPS boolean configuration value with the global and view
2103 "\"%s\" without \"dnsrps-enable yes\"", name);
2124 "\"%s\" without \"dnsrps-enable yes\"", name);
2224 if (conf_dnsrps_get(&obj, maps, rpz_obj, "dnsrps-options", &ctx) &&
2500 * "dnsrps-enable yes|no" can be either a global or response-policy
2507 (void)named_config_get(maps, "dnsrps-enable", &sub_obj);
2511 sub_obj = cfg_tuple_get(rpz_obj, "dnsrps-enable")
    [all...]

Completed in 50 milliseconds