Lines Matching defs:it

157  * using it has a 'result' variable and a 'cleanup' label.
550 * If the ACL is given in an optional tuple, retrieve it.
565 * configure_view_acl() except it calls cfg_acl_fromconfig with a
961 * If bind.keys exists and is populated, it overrides
1709 * If the cache cannot even reused for the same view, it cannot be
2243 /* Is it there yet? */
2260 /* If the zone loaded partially, unload it */
2461 isc_ht_iter_t *it = NULL;
2478 result = dns_catz_get_iterator(zone, &it);
2485 for (result = isc_ht_iter_first(it);
2487 result = isc_ht_iter_next(it))
2494 isc_ht_iter_current(it, (void **) &entry);
2509 * supplied pointer to NULL, calling it is deferred
2515 isc_ht_iter_destroy(&it);
2574 /* xxxwpk TODO do it cleaner, once, somewhere */
3475 * care of it when we process the zone statement.
3696 /* If dnssec-validation is not boolean, it must be "auto" */
3717 * attempt to lookup an existing cache at attach it to the view. If
3726 * XXX Determining when it is safe to reuse or share a cache is tricky.
3728 * invalid because it reflects our old view of the world. We check
3730 * or otherwise make it unsharable, but there are other configuration
3733 * the cache. At the moment, it's the administrator's responsibility to
3796 * view but is not yet configured. If it is not the
3797 * view name but not a forward reference either, then it
4092 * their hints, so it's no point requiring users to configure
4363 * set at the options/view level, set it to none.
4436 * Configure default allow-transer ACL so it can be inherited
4827 * empty zone for it.
5194 * Find a view based on its configuration info and attach to it.
5220 * Create a new view and add it to the list.
5396 * configure it and return.
5559 * We found a reusable zone. Make it use the
5654 * if it's not it'll get reloaded on zone load
5915 * specific, we need to add it since it may conflict with a
5916 * listening interface; if it's zero, we'll dynamically open
5972 * should work correctly. We therefore just warn it.
6500 keyfile = NULL; /* disable it */
7397 * If bind.keys exists, load it. If "dnssec-validation auto"
7722 * configuration, we can't use it here, since it isn't
7874 * Failure of session key generation isn't fatal at this time; if it
7876 * we'll treat it as a fatal error then.
7887 * "bind" view can be ignored as it only adds a negligible
8108 * as root, making it impossible to reopen them later after
8515 * be looking for this string after "rndc reconfig", we keep it
8516 * as it is
8597 * the initial server setup; it isn't necessary during
9259 * the token into local storage if it needs to be referenced after the next
9302 * If a zone is specified, point '*zonep' at it, otherwise
9304 * the zone name into it (N.B. 'zonename' must have space to hold
9309 * is sometimes done when it's necessary to check for an optional
9343 /* Copy zonetxt because it'll be overwritten by next_token() */
11127 "Someone else may be editing it or "
11128 "it may still be re-loading.";
11710 * the configuration parser, because it validates it against the
11800 * Leaving the NZF file in place is harmless as we won't use it
12078 /* Is it there yet? */
12094 * zone into it.
12122 /* If the zone loaded partially, unload it */
12244 /* Is it there yet? */
12286 /* Load the zone from the master file if it needs reloading. */
12310 /* If the zone loaded partially, unload it */
12714 TCHECK(putstr(text, "To keep it from returning "));
12715 TCHECK(putstr(text, "when the server is restarted, it\n"));
13601 /* Copy nametext as it'll be overwritten by next_token() */