Searched refs:filter (Results 1 - 25 of 32) sorted by relevance
12
/bind-9.11.3/bin/tests/system/filter-aaaa/ |
H A D | prereq.sh | 12 $FEATURETEST --enable-filter-aaaa || { 13 echo "I:This test requires --enable-filter-aaaa at compile time." >&2
|
/bind-9.11.3/bin/tests/system/filter-aaaa/conf/ |
H A D | good8.conf | 12 filter-aaaa-on-v4 no; 16 filter-aaaa { 1.0.0.0/8; }; 17 filter-aaaa-on-v4 yes;
|
H A D | bad1.conf | 12 filter-aaaa-on-v4 yes; 13 filter-aaaa { none; };
|
H A D | bad3.conf | 12 filter-aaaa-on-v4 no; 16 filter-aaaa { any; };
|
H A D | bad4.conf | 12 filter-aaaa { any; }; 16 filter-aaaa-on-v4 no;
|
H A D | bad5.conf | 12 filter-aaaa { none; }; 16 filter-aaaa-on-v4 yes;
|
H A D | bad6.conf | 12 filter-aaaa-on-v4 yes; 16 filter-aaaa { none; };
|
H A D | good3.conf | 12 filter-aaaa-on-v4 break-dnssec; 13 filter-aaaa { 1.0.0.0/8; };
|
H A D | good4.conf | 12 filter-aaaa-on-v4 yes; 13 filter-aaaa { 1.0.0.0/8; };
|
H A D | good5.conf | 12 filter-aaaa-on-v4 yes; 16 filter-aaaa { 1.0.0.0/8; };
|
H A D | good6.conf | 12 filter-aaaa { 1.0.0.0/8; }; 16 filter-aaaa-on-v4 yes;
|
H A D | good7.conf | 15 filter-aaaa { 1.0.0.0/8; }; 16 filter-aaaa-on-v4 yes;
|
H A D | bad2.conf | 17 * The default is to have filter-aaaa-on-v4 off, but if it is turned 21 filter-aaaa-on-v4 no; 22 filter-aaaa { any; };
|
H A D | good1.conf | 12 filter-aaaa-on-v4 yes;
|
H A D | good2.conf | 12 filter-aaaa-on-v4 break-dnssec;
|
/bind-9.11.3/bin/tests/system/filter-aaaa/ns1/ |
H A D | named1.conf | 23 filter-aaaa-on-v4 yes; 24 filter-aaaa { 10.53.0.1; };
|
H A D | named2.conf | 23 filter-aaaa-on-v6 yes; 24 filter-aaaa { fd92:7065:b8e:ffff::1; };
|
/bind-9.11.3/bin/tests/system/filter-aaaa/ns2/ |
H A D | named1.conf | 23 filter-aaaa-on-v4 yes; 24 filter-aaaa { 10.53.0.2; };
|
H A D | named2.conf | 23 filter-aaaa-on-v6 yes; 24 filter-aaaa { fd92:7065:b8e:ffff::2; };
|
/bind-9.11.3/bin/tests/system/filter-aaaa/ns3/ |
H A D | named1.conf | 23 filter-aaaa-on-v4 break-dnssec; 24 filter-aaaa { 10.53.0.3; };
|
H A D | named2.conf | 23 filter-aaaa-on-v6 break-dnssec; 24 filter-aaaa { fd92:7065:b8e:ffff::3; };
|
/bind-9.11.3/bin/tests/system/filter-aaaa/ns4/ |
H A D | named1.conf | 23 filter-aaaa-on-v4 break-dnssec; 24 filter-aaaa { 10.53.0.4; };
|
H A D | named2.conf | 23 filter-aaaa-on-v6 break-dnssec; 24 filter-aaaa { fd92:7065:b8e:ffff::4; };
|
/bind-9.11.3/contrib/sdb/ldap/ |
H A D | ldapdb.c | 278 "LDAP sdb zone '%s': search failed, filter %s", zone, fltr); 502 char *s, *filter = NULL, *extensions = NULL; local 531 /* attrs, scope, filter etc? */ 543 /* filter */ 544 filter = s; 558 if (*filter == '\0') { 559 filter = NULL; 589 (filter != NULL && unhex(filter) == NULL) || 599 if (filter [all...] |
/bind-9.11.3/lib/isc/ |
H A D | socket_api.c | 376 isc_socket_filter(isc_socket_t *sock, const char *filter) { argument 377 return (isc__socket_filter(sock, filter));
|
Completed in 15 milliseconds
12