Searched refs:nsdname (Results 1 - 10 of 10) sorted by relevance
/bind-9.11.3/bin/tests/system/rpzrecurse/ |
H A D | prereq.sh | 13 $FEATURETEST --rpz-nsdname || ret=1
|
H A D | testgen.pl | 66 return "ns.example.org.rpz-nsdname CNAME .\n"; 76 'nsdname' => \&policy_nsdname, 184 [ 'nsdname' ], 202 [ 'nsdname', 1 ] 252 [ 'nsdname' ], 270 0x20 - has nsdname 271 ns.example.org.rpz-nsdname CNAME .
|
/bind-9.11.3/lib/dns/include/dns/ |
H A D | rpz.h | 35 #define DNS_RPZ_NSDNAME_ZONE DNS_RPZ_PREFIX"nsdname" 115 dns_rpz_trigger_counter_t nsdname; member in struct:dns_rpz_triggers 130 dns_name_t nsdname; /* DNS_RPZ_NSDNAME_ZONE.origin */ member in struct:dns_rpz_zone 158 dns_rpz_zbits_t nsdname; member in struct:dns_rpz_have
|
/bind-9.11.3/bin/tests/system/rpz/ |
H A D | setup.sh | 81 ns1.x.rpz-nsdname CNAME .
|
H A D | tests.sh | 441 if $FEATURETEST --rpz-nsdname; then 459 echo "I:NSDNAME not checked; named configured with --disable-rpz-nsdname"
|
/bind-9.11.3/lib/dns/ |
H A D | rpz.c | 405 * rpzs->have.nsdname | 464 rpzs->have.nsdname | 577 cnt = &rpzs->triggers[rpz_num].nsdname; 578 have = &rpzs->have.nsdname; 762 if (dns_name_issubdomain(name, &rpz->nsdname)) 805 ip_labels -= dns_name_countlabels(&rpz->nsdname); 987 n -= dns_name_countlabels(&rpz->nsdname); 1504 if (dns_name_dynamic(&rpz->nsdname)) 1505 dns_name_free(&rpz->nsdname, rpzs->mctx); 1667 SET_TRIG(n, zbit, nsdname); [all...] |
/bind-9.11.3/win32utils/ |
H A D | Configure | 569 "rpz-nsdname", 630 " enable-rpz-nsdname enable rpz-nsdname rules [default=yes]\n", 905 } elsif ($key =~ /^rpz-nsdname$/i) { 1194 print "rpz-nsdname: enabled\n"; 1196 print "rpz-nsdname: disabled\n"; 1591 # enable-rpz-nsdname 3594 # --disable-rpz-nsdname supported
|
/bind-9.11.3/bin/named/ |
H A D | query.c | 4301 zbits = st->have.nsdname; 4532 suffix = &rpz->nsdname; 5170 * rpz-ip, rpz-nsip, rpz-nsdname,and rpz-passthru TLDs.
|
H A D | server.c | 1887 dns_name_init(&new->nsdname, NULL); 1950 result = configure_rpz_name2(view, rpz_obj, &new->nsdname,
|
/bind-9.11.3/ |
H A D | configure | 1744 --disable-rpz-nsdname disable rpz nsdname rules [default=enabled] 21077 # Check whether --enable-rpz-nsdname was given.
|
Completed in 100 milliseconds