Lines Matching defs:master
53 #include <dns/master.h>
379 #define DNS_ZONELOADFLAG_NOSTAT 0x00000001U /* Do not stat() master files */
1329 * master file (if any) is written by the server, rather than being
1378 * The zone has no master file configured.
1427 "skipping load: master file "
1454 "no master file");
1489 "no master file configured");
1493 "no master file configured: continuing");
2597 "no master file");
2600 "loading from master file %s "
2606 "loading from master file %s failed: %s",
7106 dns_name_t master;
7170 * Find serial and master server's name.
7172 dns_name_init(&master, NULL);
7180 result = dns_name_dup(&soa.origin, zone->mctx, &master);
7233 * Don't notify the master server unless explicitly
7237 dns_name_compare(&master, &ns.name) == 0) {
7277 if (dns_name_dynamic(&master))
7278 dns_name_free(&master, zone->mctx);
7382 char master[ISC_SOCKADDR_FORMATSIZE];
7410 isc_sockaddr_format(&zone->masteraddr, master, sizeof(master));
7419 " without EDNS master %s (source %s)",
7420 master, source);
7426 "could not refresh stub from master %s"
7427 " (source %s): %s", master, source,
7456 "without EDNS master %s (source %s)",
7457 (int)rb.used, rcode, master, source);
7465 (int)rb.used, rcode, master, source);
7476 "response from master %s (source %s)",
7477 master, source);
7485 * If non-auth log and next master.
7490 "master %s (source %s)", master, source);
7503 "from master %s (source %s)", master, source);
7510 "from master %s (source %s)", master, source);
7521 "from master %s (source %s)", master, source);
7571 * Skip to next failed / untried master.
7596 * Find the next failed master.
7645 char master[ISC_SOCKADDR_FORMATSIZE];
7667 * if timeout log and next master;
7670 isc_sockaddr_format(&zone->masteraddr, master, sizeof(master));
7679 "master %s (source %s)", master, source);
7686 "master %s exceeded (source %s)",
7687 master, source);
7702 "as master %s (source %s) is "
7704 master, source);
7708 "refresh: failure trying master "
7709 "%s (source %s): %s", master, source,
7720 "refresh: failure trying master "
7721 "%s (source %s): %s", master, source,
7742 "EDNS master %s (source %s)",
7743 (int)rb.used, rcode, master, source);
7749 "master %s (source %s)", (int)rb.used, rcode,
7750 master, source);
7768 "for master %s (source %s)",
7769 master, source);
7777 "from master %s (source %s)",
7778 master, source);
7787 * if non-auth log and next master;
7792 "master %s (source %s)", master, source);
7808 "in master %s (source %s)", master, source);
7813 * if referral log and next master;
7818 "from master %s (source %s)", master, source);
7823 * if nodata log and next master;
7828 "from master %s (source %s)", master, source);
7838 "from master %s (source %s)",
7839 soacnt, master, source);
7853 "from master %s (source %s)", master, source);
7888 "refresh: skipping %s as master %s "
7892 master, source);
7936 "received from master %s < ours (%u)",
7937 soa.serial, master, oldserial);
7953 * Skip to next failed / untried master.
7978 * Find the next failed master.
8216 * First, look for a tsig key in the master statement, then
8342 * Skip to next failed / untried master.
8458 * First, look for a tsig key in the master statement, then
9009 * If we are a master zone just succeed.
9045 "refused notify from non-master: %s", fromtext);
9777 * This is checked in zone_postload() for master zones.
10057 * Skip to next failed / untried master.
10286 char master[ISC_SOCKADDR_FORMATSIZE];
10307 isc_sockaddr_format(&zone->masteraddr, master, sizeof(master));
10314 "master %s (source %s) is unreachable (cached)",
10315 master, source);
10331 "initial version from %s", master);
10336 master);
10344 "initial version from %s", master);
10349 "previous IXFR failure", master);
10366 soa_before, master);
10373 "requesting IXFR from %s", master);
10383 * First, look for a tsig key in the master statement, then
10482 * transfer graph and the master has to try several masters.
10517 char master[ISC_SOCKADDR_FORMATSIZE];
10531 isc_sockaddr_format(&forward->addr, master, sizeof(master));
10536 master, dns_result_totext(revent->result));
10572 "unexpected response: master %s returned: %.*s",
10573 master, (int)rb.used, rcode);
11069 * zone, it may succeed if it uses another master.
11124 * master.
11133 * and the number of transfers in progress from this master.
11135 * out to be too slow, we could hash on the master address.
11448 char master[ISC_SOCKADDR_FORMATSIZE];
11451 isc_sockaddr_format(remote, master, sizeof(master));
11469 "master %s (source %s) deleted "
11471 master, source);