Searched refs:automatic (Results 1 - 3 of 3) sorted by relevance
/bind-9.11.3/lib/dns/include/dns/ |
H A D | zone.h | 87 #define DNS_ZONEOPT2_AUTOEMPTY 0x00000002U /*%< automatic empty zone */ 103 #define DNS_ZONEKEY_NORESIGN 0x00000010U /*%< no automatic resigning */ 2233 dns_zone_setautomatic(dns_zone_t *zone, isc_boolean_t automatic); 2235 * Sets the value of zone->automatic, which should be ISC_TRUE for
|
/bind-9.11.3/lib/dns/ |
H A D | zone.c | 369 isc_boolean_t automatic; member in struct:dns_zone 1045 zone->automatic = ISC_FALSE; 6463 * Zone is frozen or automatic resigning is disabled. 9473 "Initializing automatic trust " 17121 if (zone->automatic) 18311 dns_zone_setautomatic(dns_zone_t *zone, isc_boolean_t automatic) { argument 18315 zone->automatic = automatic; 18322 return (zone->automatic);
|
/bind-9.11.3/bin/named/ |
H A D | server.c | 3006 ISC_LOG_INFO, "automatic empty zone%s%s: %s", 4724 * Setup automatic empty zones. If recursion is off then 7819 * Enable automatic interface scans. 7822 result = ns_config_get(maps, "automatic-interface-scan", &obj); 9245 "automatic interface rescan"); 10545 unsigned int automatic; local 10566 automatic = dns_zonemgr_getcount(server->zonemgr, 10617 snprintf(line, sizeof(line), "number of zones: %u (%u automatic)\n", 10618 zonecount, automatic); 13412 CHECK(putstr(text, "\nkey maintenance: automatic")); [all...] |
Completed in 89 milliseconds