/bind-9.11.3/bin/tests/system/pending/ns2/ |
H A D | sign.sh | 14 for domain in example example.com; do 15 zone=${domain}. 16 infile=${domain}.db.in 17 zonefile=${domain}.db
|
/bind-9.11.3/bin/tests/system/geoip/ns2/ |
H A D | named11.conf | 35 match-clients { geoip domain one.de; }; 43 match-clients { geoip domain two.com; }; 51 match-clients { geoip domain three.com; }; 59 match-clients { geoip domain four.com; }; 67 match-clients { geoip domain five.es; }; 75 match-clients { geoip domain six.it; }; 83 match-clients { geoip domain seven.org; };
|
/bind-9.11.3/lib/irs/include/irs/ |
H A D | resconf.h | 25 * A DNS search list specified in the 'domain' or 'search' statements 29 char *domain; member in struct:irs_resconf_search 51 * nameserver, domain, search, sortlist, ndots, and options.
|
/bind-9.11.3/bin/tests/system/chain/ans4/ |
H A D | ans.py | 38 # - cname (cname from the current name to a new one in the same domain) 39 # - dname (dname to a new domain, plus a synthesized cname) 40 # - xname ("external" cname, to a new name in a new domain) 43 # domain which is then answered by a DNAME and synthesized 44 # CNAME pointing to yet another domain, which is then answered 45 # by a CNAME within the same domain, and finally an answer 120 # - domain is 'example.com.' 124 domain = '.'.join(labels) 129 print ('domain: ' + domain) [all...] |
/bind-9.11.3/bin/tests/system/tkey/ns1/ |
H A D | named.conf.in | 23 tkey-domain "server";
|
/bind-9.11.3/bin/tests/system/chain/ |
H A D | tests.sh | 161 $DIG $DIGOPTS @10.53.0.7 test.domain.nil > dig.out.1.$n 2>&1 166 $DIG $DIGOPTS @10.53.0.7 test.domain.nil > dig.out.2.$n 2>&1 171 $DIG $DIGOPTS @10.53.0.7 test.domain.nil > dig.out.3.$n 2>&1 176 $DIG $DIGOPTS @10.53.0.7 test.domain.nil > dig.out.4.$n 2>&1 181 $DIG $DIGOPTS @10.53.0.7 test.domain.nil > dig.out.5.$n 2>&1 186 $DIG $DIGOPTS @10.53.0.7 test.domain.nil > dig.out.6.$n 2>&1 197 $DIG $DIGOPTS @10.53.0.7 test.domain.nil > dig.out.1.$n 2>&1 199 $DIG $DIGOPTS +noall +answer @10.53.0.7 cname1.domain.nil > dig.out.2.$n 2>&1 210 $DIG $DIGOPTS @10.53.0.7 test.domain.nil > dig.out.1.$n 2>&1 215 $DIG $DIGOPTS @10.53.0.7 test.domain [all...] |
/bind-9.11.3/bin/named/ |
H A D | tkeyconf.c | 78 result = cfg_map_get(options, "tkey-domain", &obj); 86 tctx->domain = isc_mem_get(mctx, sizeof(dns_name_t)); 87 if (tctx->domain == NULL) { 91 dns_name_init(tctx->domain, NULL); 92 RETERR(dns_name_dup(name, mctx, tctx->domain));
|
H A D | geoip.c | 137 init_geoip_db(&ns_g_geoip->domain, GEOIP_DOMAIN_EDITION, 0,
|
/bind-9.11.3/contrib/queryperf/utils/ |
H A D | gen-data-queryperf.py | 101 domain = remove_tld(domain_line.group(1), tld) variable 102 domains[domain] = 1
|
/bind-9.11.3/lib/dns/include/dns/ |
H A D | geoip.h | 91 GeoIP *domain; /* DB 11 */ member in struct:dns_geoip_databases
|
H A D | tkey.h | 34 dns_name_t *domain; member in struct:dns_tkeyctx 97 * 'name' + server chosen domain, or random data + server chosen domain
|
H A D | resolver.h | 265 dns_name_t *domain, dns_rdataset_t *nameservers, 276 dns_name_t *domain, dns_rdataset_t *nameservers, 287 dns_name_t *domain, dns_rdataset_t *nameservers, 303 *\li The 'domain' is a parent domain of 'name' for which 306 * 'domain' and 'nameservers' to NULL. 330 *\li 'domain' is a valid name or NULL. 332 *\li 'nameservers' is a valid NS rdataset (whose owner name is 'domain') 333 * iff. 'domain' is not NULL.
|
H A D | catz.h | 115 * Get domain name for 'entry' 121 * \li domain name for entry 125 dns_catz_entry_new(isc_mem_t *mctx, const dns_name_t *domain, 128 * Allocate a new catz_entry on 'mctx', with the name 'domain' 132 * \li domain to be valid dns_name or NULL
|
/bind-9.11.3/lib/samples/ |
H A D | nsprobe.c | 92 char *domain; member in struct:probe_trans 382 printf(") for %s:%s\n", trans->domain, 388 /* Update per domain statistics */ 391 printf("%s:ignore\n", trans->domain); 397 printf("%s:nxdomain\n", trans->domain); 403 printf("%s:othererr\n", trans->domain); 409 printf("%s:multiplesoa\n", trans->domain); 415 printf("%s:multiplecname\n", trans->domain); 421 printf("%s:brokenanswer\n", trans->domain); 427 printf("%s:lame\n", trans->domain); [all...] |
/bind-9.11.3/lib/lwres/ |
H A D | context.c | 294 int domain; local 318 domain = PF_INET; 326 domain = PF_INET6; 333 s = socket(domain, SOCK_DGRAM, IPPROTO_UDP);
|
/bind-9.11.3/lib/dns/tests/ |
H A D | geoip_test.c | 126 init_geoip_db(&geoip.domain, GEOIP_DOMAIN_EDITION, 0, 611 /* GeoIP domain matching */ 612 ATF_TC(domain); variable 613 ATF_TC_HEAD(domain, tc) { 614 atf_tc_set_md_var(tc, "descr", "test domain database matching"); 616 ATF_TC_BODY(domain, tc) { 628 if (geoip.domain == NULL) { 701 ATF_TP_ADD_TC(tp, domain);
|
/bind-9.11.3/lib/dns/ |
H A D | resolver.c | 275 dns_name_t domain; member in struct:fetchctx 426 dns_name_t *domain; member in struct:fctxcount 644 namereln = dns_name_fullcompare(&rrsig.signer, &fctx->domain, 656 dns_name_t *domain = &fctx->domain; local 764 dns_name_equal(name, domain)) 780 if (dns_name_equal(name, domain)) { 793 } else if (dns_name_issubdomain(name, domain)) { 1205 dns_name_format(&fctx->domain, dbuf, sizeof(dbuf)); 1227 bucketnum = dns_name_fullhash(&fctx->domain, ISC_FALS 3267 dns_name_t *domain; local 4224 fctx_create(dns_resolver_t *res, dns_name_t *name, dns_rdatatype_t type, dns_name_t *domain, dns_rdataset_t *nameservers, unsigned int options, unsigned int bucketnum, unsigned int depth, isc_counter_t *qc, fetchctx_t **fctxp) argument 7321 dns_name_t *domain; local 9365 dns_resolver_createfetch(dns_resolver_t *res, dns_name_t *name, dns_rdatatype_t type, dns_name_t *domain, dns_rdataset_t *nameservers, dns_forwarders_t *forwarders, unsigned int options, isc_task_t *task, isc_taskaction_t action, void *arg, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset, dns_fetch_t **fetchp) argument 9382 dns_resolver_createfetch2(dns_resolver_t *res, dns_name_t *name, dns_rdatatype_t type, dns_name_t *domain, dns_rdataset_t *nameservers, dns_forwarders_t *forwarders, isc_sockaddr_t *client, dns_messageid_t id, unsigned int options, isc_task_t *task, isc_taskaction_t action, void *arg, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset, dns_fetch_t **fetchp) argument 9400 dns_resolver_createfetch3(dns_resolver_t *res, dns_name_t *name, dns_rdatatype_t type, dns_name_t *domain, dns_rdataset_t *nameservers, dns_forwarders_t *forwarders, isc_sockaddr_t *client, dns_messageid_t id, unsigned int options, unsigned int depth, isc_counter_t *qc, isc_task_t *task, isc_taskaction_t action, void *arg, dns_rdataset_t *rdataset, dns_rdataset_t *sigrdataset, dns_fetch_t **fetchp) argument [all...] |
H A D | tkey.c | 119 tctx->domain = NULL; 139 if (tctx->domain != NULL) { 140 if (dns_name_dynamic(tctx->domain)) 141 dns_name_free(tctx->domain, mctx); 142 isc_mem_put(mctx, tctx->domain, sizeof(dns_name_t)); 755 if (tctx->domain == NULL && tkeyin.mode != DNS_TKEYMODE_GSSAPI) { 756 tkey_log("dns_tkey_processquery: tkey-domain not set"); 804 result = dns_name_concatenate(keyname, tctx->domain,
|
/bind-9.11.3/lib/isc/win32/ |
H A D | net.c | 56 try_proto(int domain) { argument 61 s = socket(domain, SOCK_STREAM, IPPROTO_TCP);
|
/bind-9.11.3/bin/tests/system/ |
H A D | genzone.sh | 82 wks02 WKS 10.0.0.1 udp domain 0 1 2
|
/bind-9.11.3/lib/irs/ |
H A D | resconf.c | 317 * Search and domain are mutually exclusive. 342 * Search and domain are mutually exclusive. 467 add_search(irs_resconf_t *conf, char *domain) { argument 474 entry->domain = domain; 526 else if (strcmp(word, "domain") == 0) 567 * Construct unified search list from domain or configured
|
H A D | getaddrinfo.c | 357 * a domain name, and vice versa. Checking for both numerics here 534 const char *domain, gai_resstate_t **statep) 549 /* Construct base domain name */ 550 namelen = strlen(domain); 551 isc_buffer_constinit(&b, domain, namelen); 636 (const char *)searchent->domain, 533 make_resstate(isc_mem_t *mctx, gai_statehead_t *head, const char *hostname, const char *domain, gai_resstate_t **statep) argument
|
/bind-9.11.3/lib/isc/unix/ |
H A D | net.c | 130 try_proto(int domain) { argument 135 s = socket(domain, SOCK_STREAM, 0); 167 if (domain == PF_INET6) {
|
/bind-9.11.3/bin/tests/system/nslookup/ |
H A D | tests.sh | 16 echo "Check that domain names that are too big when applying a search list entry are handled cleanly ($n)" 21 $NSLOOKUP -port=5300 -domain=$d -type=soa example 10.53.0.1 > nslookup.out${n} || ret=1
|
/bind-9.11.3/bin/dig/include/dig/ |
H A D | dig.h | 389 set_search_domain(char *domain);
|