Searched defs:allow (Results 1 - 6 of 6) sorted by relevance

/bind-9.11.3/bin/named/
H A Dcontrolconf.c968 const cfg_obj_t *allow; local
1051 allow = cfg_tuple_get(control, "allow");
1052 result = cfg_acl_fromconfig(allow, config, ns_g_lctx,
1115 const cfg_obj_t *allow; local
1148 allow = cfg_tuple_get(control, "allow");
1149 result = cfg_acl_fromconfig(allow, config, ns_g_lctx,
H A Dzoneconf.c90 aclname = "allow-notify";
95 aclname = "allow-query";
100 aclname = "allow-query-on";
105 aclname = "allow-transfer";
110 aclname = "allow-update";
115 aclname = "allow-update-forwarding";
1350 isc_boolean_t allow = ISC_FALSE, maint = ISC_FALSE; local
1420 if (strcasecmp(arg, "allow") == 0)
1421 allow = ISC_TRUE;
1423 allow
[all...]
H A Dstatschannel.c3085 const cfg_obj_t *allow; local
3106 allow = cfg_tuple_get(listen_params, "allow");
3107 if (allow != NULL && cfg_obj_islist(allow)) {
3108 result = cfg_acl_fromconfig(allow, config, ns_g_lctx,
3216 const cfg_obj_t *allow = NULL; local
3234 allow = cfg_tuple_get(listen_params, "allow");
3235 if (allow !
[all...]
H A Dserver.c2135 "catz: allow-new-zones statement missing from "
3380 "allow-query", NULL, actx,
4262 "allow-query-cache-on", NULL, actx,
4291 * Set "allow-query-cache", "allow-recursion", and
4292 * "allow-recursion-on" acls if configured in named.conf.
4297 CHECK(configure_view_acl(vconfig, config, NULL, "allow-query-cache",
4304 "allow-recursion", NULL, actx,
4307 "allow-recursion-on", NULL, actx,
4313 * "allow
6676 isc_boolean_t allow = ISC_FALSE; local
13214 isc_boolean_t secure, maintain, allow; local
[all...]
/bind-9.11.3/lib/dns/
H A Dview.c1991 dns_view_setnewzones(dns_view_t *view, isc_boolean_t allow, void *cfgctx, argument
2006 REQUIRE((cfgctx != NULL && cfg_destroy != NULL) || !allow);
2030 if (!allow)
/bind-9.11.3/lib/bind9/
H A Dcheck.c461 static const char *acls[] = { "allow-query", "allow-query-on",
462 "allow-query-cache", "allow-query-cache-on",
708 * Check allow-recursion and allow-recursion-on acls, and also log a
723 static const char *acls[] = { "allow-recursion", "allow-recursion-on",
1812 "allow-notify",
1813 "allow
3553 const cfg_obj_t *allow; local
[all...]

Completed in 60 milliseconds