/bind-9.11.3/bin/tests/system/checkconf/ |
H A D | good-nested.conf | 9 acl a { 127.0.0.1; ::1; }; 10 acl b { a; }; 11 acl c { !b; };
|
H A D | good-acl.conf | 9 acl a {
|
H A D | inline-bad.conf | 9 acl "transferees" {};
|
H A D | inline-no.conf | 9 acl "transferees" {};
|
/bind-9.11.3/lib/dns/ |
H A D | acl.c | 18 #include <dns/acl.h> 30 dns_acl_t *acl; local 38 acl = isc_mem_get(mctx, sizeof(*acl)); 39 if (acl == NULL) 42 acl->mctx = NULL; 43 isc_mem_attach(mctx, &acl->mctx); 45 acl->name = NULL; 47 result = isc_refcount_init(&acl->refcount, 1); 49 isc_mem_put(mctx, acl, sizeo 94 dns_acl_t *acl = NULL; local 131 dns_acl_isanyornone(dns_acl_t *acl, isc_boolean_t pos) argument 158 dns_acl_isany(dns_acl_t *acl) argument 167 dns_acl_isnone(dns_acl_t *acl) argument 179 dns_acl_match(const isc_netaddr_t *reqaddr, const dns_name_t *reqsigner, const dns_acl_t *acl, const dns_aclenv_t *env, int *match, const dns_aclelement_t **matchelt) argument 191 dns_acl_match2(const isc_netaddr_t *reqaddr, const dns_name_t *reqsigner, const isc_netaddr_t *ecs, isc_uint8_t ecslen, isc_uint8_t *scope, const dns_acl_t *acl, const dns_aclenv_t *env, int *match, const dns_aclelement_t **matchelt) argument 555 dns_acl_t *acl = *aclp; local [all...] |
/bind-9.11.3/bin/named/ |
H A D | listenlist.c | 18 #include <dns/acl.h> 27 dns_acl_t *acl, ns_listenelt_t **target) 38 elt->acl = acl; 45 if (elt->acl != NULL) 46 dns_acl_detach(&elt->acl); 99 dns_acl_t *acl = NULL; local 105 result = dns_acl_any(mctx, &acl); 107 result = dns_acl_none(mctx, &acl); 111 result = ns_listenelt_create(mctx, port, dscp, acl, 26 ns_listenelt_create(isc_mem_t *mctx, in_port_t port, isc_dscp_t dscp, dns_acl_t *acl, ns_listenelt_t **target) argument [all...] |
H A D | sortlist.c | 18 #include <dns/acl.h> 26 ns_sortlist_setup(dns_acl_t *acl, isc_netaddr_t *clientaddr, argument 31 if (acl == NULL) 34 for (i = 0; i < acl->length; i++) { 39 dns_aclelement_t *e = &acl->elements[i];
|
/bind-9.11.3/bin/tests/system/geoip/ns2/ |
H A D | named14.conf | 35 acl gAU { geoip db country country AU; }; 36 acl gUS { geoip db country country US; }; 37 acl gGB { geoip db country country GB; }; 38 acl gCA { geoip db country country CA; }; 39 acl gCL { geoip db country country CL; }; 40 acl gDE { geoip db country country DE; }; 41 acl gEH { geoip db country country EH; };
|
/bind-9.11.3/bin/named/include/named/ |
H A D | listenlist.h | 41 dns_acl_t * acl; member in struct:ns_listenelt 57 dns_acl_t *acl, ns_listenelt_t **target);
|
H A D | sortlist.h | 36 ns_sortlist_setup(dns_acl_t *acl, isc_netaddr_t *clientaddr, 39 * Find the sortlist statement in 'acl' that applies to 'clientaddr', if any. 71 * Find the sortlist statement in 'acl' that applies to 'clientaddr', if any.
|
/bind-9.11.3/bin/tests/system/acl/ns2/ |
H A D | named4.conf | 39 acl rejectkeys { 43 acl rejectaddrs { 47 acl check1 { !key one; 10.53.0.1; }; 49 acl check2 { !key two; 10.53.0.2; };
|
H A D | named3.conf | 44 acl reject { 48 acl accept {
|
/bind-9.11.3/lib/dns/include/dns/ |
H A D | acl.h | 9 /* $Id: acl.h,v 1.35 2011/06/17 23:47:49 tbox Exp $ */ 18 /*! \file dns/acl.h 131 dns_acl_isany(dns_acl_t *acl); 137 dns_acl_isnone(dns_acl_t *acl); 157 * Attach to acl 'source'. 160 *\li 'source' to be a valid acl. 167 * Detach the acl. On final detach the acl must not be linked on any 171 *\li '*aclp' to be a valid acl. 180 * Return #ISC_TRUE iff the acl ' [all...] |
/bind-9.11.3/bin/tests/system/addzone/ns2/ |
H A D | named2.conf | 51 acl match { none; }; 52 acl nobody { none; };
|
/bind-9.11.3/bin/tests/system/dns64/conf/ |
H A D | good1.conf | 11 acl rfc1918 { 10/8; 192.168/16; 172.16/12; };
|
H A D | good2.conf | 11 acl rfc1918 { 10/8; 192.168/16; 172.16/12; };
|
H A D | good3.conf | 11 acl rfc1918 { 10/8; 192.168/16; 172.16/12; };
|
H A D | good4.conf | 11 acl rfc1918 { 10/8; 192.168/16; 172.16/12; };
|
H A D | good5.conf | 11 acl rfc1918 { 10/8; 192.168/16; 172.16/12; };
|
/bind-9.11.3/bin/tests/system/allow_query/ns2/ |
H A D | named40.conf | 13 acl accept { 10.53.0.2; }; 15 acl badaccept { 10.53.0.1; };
|
H A D | named07.conf | 13 acl accept { 10.53.0.2; };
|
H A D | named08.conf | 13 acl accept { 10.53.0.1; };
|
H A D | named09.conf | 13 acl accept { 10.53.0.2; };
|
H A D | named27.conf | 13 acl accept { 10.53.0.2; };
|
H A D | named28.conf | 13 acl accept { 10.53.0.1; };
|