Lines Matching defs:allow

2135 			      "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-query-cache" inherits from "allow-recursion" if set,
4314 * otherwise from "allow-query" if set.
4315 * "allow-recursion" inherits from "allow-query-cache" if set,
4316 * otherwise from "allow-query" if set.
4338 * If any are still unset, we now get default "allow-recursion",
4339 * "allow-recursion-on" and "allow-query-cache" ACLs from
4344 "allow-recursion", NULL,
4350 "allow-recursion-on", NULL,
4356 "allow-query-cache", NULL,
4362 * We're not recursive; if "allow-query-cache" hasn't been
4414 * Configure default allow-notify, allow-update
4415 * and allow-update-forwarding ACLs, so they can be
4421 "allow-notify", NULL, actx,
4426 "allow-update", NULL, actx,
4431 "allow-update-forwarding", NULL, actx,
4436 * Configure default allow-transer ACL so it can be inherited
4441 "allow-transfer", NULL, actx,
6676 isc_boolean_t allow = ISC_FALSE;
6697 result = ns_config_get(maps, "allow-new-zones", &nz);
6699 allow = cfg_obj_asboolean(nz);
6728 * A non-empty catalog-zones statement implies allow-new-zones
6730 if (!allow) {
6737 allow = ISC_TRUE;
6741 if (!allow) {
6765 result = dns_view_setnewzones(view, allow, nzcfg,
13214 isc_boolean_t secure, maintain, allow;
13285 allow = ISC_TF((dns_zone_getkeyopts(zone) & DNS_ZONEKEY_ALLOW) != 0);
13417 } else if (allow) {