/bind-9.11.3/lib/samples/ |
H A D | rootkey.sh | 18 dig +noall +answer dnskey . | perl -n -e '
|
/bind-9.11.3/bin/tests/system/cookie/ns1/ |
H A D | named.conf | 28 deny-answer-addresses { 192.0.2.0/24; 2001:db8:beef::/48; } 30 deny-answer-aliases { "example.org"; }
|
/bind-9.11.3/bin/tests/system/cookie/ns3/ |
H A D | named.conf | 28 deny-answer-addresses { 192.0.2.0/24; 2001:db8:beef::/48; } 30 deny-answer-aliases { "example.org"; }
|
/bind-9.11.3/bin/tests/system/emptyzones/ns1/ |
H A D | named1.conf | 30 deny-answer-addresses { 192.0.2.0/24; 2001:db8:beef::/48; } 32 deny-answer-aliases { "example.org"; }
|
H A D | named2.conf | 30 deny-answer-addresses { 192.0.2.0/24; 2001:db8:beef::/48; } 32 deny-answer-aliases { "example.org"; }
|
/bind-9.11.3/bin/tests/system/nsupdate/ |
H A D | update_test.pl | 321 my ($old_soa) = $query->answer; 336 ($db_soa) = $res->query($zone, "SOA")->answer; 349 ($old_soa) = $res->query($zone, "SOA")->answer; 353 ($db_soa) = $res->query($zone, "SOA")->answer; 368 ($a) = $res->query("t.$zone", "A")->answer; 374 ($a) = $res->query("t.$zone", "A")->answer; 384 ($a) = $res->query("t.$zone", "A")->answer; 396 (@answers) = $res->query("t.$zone", "A")->answer;
|
/bind-9.11.3/bin/tests/system/resolver/ns1/ |
H A D | named.conf | 23 deny-answer-addresses { 192.0.2.0/24; 2001:db8:beef::/48; } 25 deny-answer-aliases { "example.org"; }
|
/bind-9.11.3/lib/dns/include/dns/ |
H A D | nsec.h | 60 isc_boolean_t *answer); 64 * *answer is set to ISC_FALSE, and ISC_R_NOTFOUND is returned. 67 * 'answer' to be non NULL.
|
H A D | nsec3.h | 179 isc_boolean_t complete, isc_boolean_t *answer); 184 isc_boolean_t *answer); 196 * 'answer' to be non NULL.
|
/bind-9.11.3/bin/tests/system/dyndb/ |
H A D | tests.sh | 42 out=`$DIG $DIGOPTS +noall +answer -t $type -q $host` 51 out=`$DIG $DIGOPTS +noall +answer -x $ip` 82 out=`$DIG $DIGOPTS +noall +answer -t $type -q $host` 91 out=`$DIG $DIGOPTS +noall +answer -x $ip`
|
/bind-9.11.3/bin/tests/system/pipelined/ |
H A D | tests.sh | 30 $MDIG +noall +answer +vc -f input -p 5300 -b 10.53.0.4 @10.53.0.4 > raw.mdig 48 $MDIG +noall +answer +vc -f inputb -p 5300 -b 10.53.0.7 @10.53.0.4 > rawb.mdig
|
/bind-9.11.3/bin/tests/system/dlzexternal/ |
H A D | tests.sh | 107 $DIG $DIGOPTS +noall +answer axfr example.nil > dig.out.ns1.test$n 110 $DIG $DIGOPTS +noall +answer axfr alternate.nil > dig.out.ns1.test$n 117 $DIG $DIGOPTS +noall +answer ns other.nil > dig.out.ns1.test$n 123 $DIG $DIGOPTS +noall +answer ns zone.nil > dig.out.ns1.test$n 129 $DIG $DIGOPTS +noall +answer ns zone.nil > dig.out.ns1.test$n
|
/bind-9.11.3/lib/isc/win32/ |
H A D | file.c | 851 isc_boolean_t answer = ISC_FALSE; local 854 return (answer); 865 return (answer); 869 return (answer); 874 return (answer); 885 return (answer); 915 answer = ISC_TF(result); 922 return (answer);
|
/bind-9.11.3/bin/tests/system/masterfile/ |
H A D | tests.sh | 35 $DIG +tcp +noall +answer example soa @10.53.0.2 -p 5300 > dig.out.$n
|
/bind-9.11.3/lib/dns/ |
H A D | dns64.c | 205 isc_boolean_t answer = ISC_FALSE; local 247 answer = ISC_TRUE; 270 answer = ISC_TRUE; 292 return (found ? answer : ISC_TRUE);
|
H A D | nsec.c | 237 isc_boolean_t *answer) 244 REQUIRE(answer != NULL); 257 *answer = ISC_FALSE; 277 *answer = ISC_TRUE; 279 *answer = ISC_FALSE; 236 dns_nsec_nseconly(dns_db_t *db, dns_dbversion_t *version, isc_boolean_t *answer) argument
|
H A D | request.c | 71 isc_buffer_t *answer; member in struct:dns_request 473 request->answer = NULL; 1282 REQUIRE(request->answer != NULL); 1293 result = dns_message_parse(message, request->answer, options); 1297 result = dns_tsig_verify(request->answer, message, NULL, NULL); 1454 result = isc_buffer_allocate(request->mctx, &request->answer, 1458 result = isc_buffer_copyregion(request->answer, &r); 1460 isc_buffer_free(&request->answer); 1531 if (request->answer != NULL) 1532 isc_buffer_free(&request->answer); [all...] |
H A D | nsec3.c | 1676 isc_boolean_t complete, isc_boolean_t *answer) 1678 return (dns_nsec3_activex(db, version, complete, 0, answer)); 1684 isc_boolean_t *answer) 1691 REQUIRE(answer != NULL); 1725 *answer = ISC_TRUE; 1729 *answer = ISC_FALSE; 1733 *answer = ISC_FALSE; 1741 *answer = ISC_FALSE; 1766 *answer = ISC_TRUE; 1770 *answer 1675 dns_nsec3_active(dns_db_t *db, dns_dbversion_t *version, isc_boolean_t complete, isc_boolean_t *answer) argument 1682 dns_nsec3_activex(dns_db_t *db, dns_dbversion_t *version, isc_boolean_t complete, dns_rdatatype_t privatetype, isc_boolean_t *answer) argument 1859 isc_result_t answer = ISC_R_IGNORE; local [all...] |
/bind-9.11.3/bin/tests/system/ |
H A D | ans.pl | 43 # answer section of the response. 146 foreach $a (@{$r->{answer}}) { 147 $packet->push("answer", $a); 360 foreach $a (@{$r->{answer}}) { 361 $packet->push("answer", $a); 465 $rule = { pattern => $1, answer => [] }; 469 push(@{$rule->{answer}}, 476 #print "+=+=+ $rules[0]->{'answer'}->[0]->{'rname'}\n"; 477 #print "+=+=+ $rules[0]->{'answer'}->[0]\n";
|
/bind-9.11.3/bin/tests/system/chain/ans4/ |
H A D | ans.py | 29 # set up the RRs to be returned in the next answer 34 # of actions indicating what to put into the answer set 45 # by a CNAME within the same domain, and finally an answer 46 # to the query. each RR in the answer set has a corresponding 51 # answer set to include in the answer, in which order. if prepended 54 # examples: for the answer set "cname, cname, cname", an rr set 56 # be included in the answer, with siagntures, in the origninal 157 # construct answer set. 219 # now add the final answer [all...] |
/bind-9.11.3/bin/check/ |
H A D | check-tool.c | 189 isc_boolean_t answer = ISC_TRUE; local 201 return (answer); 239 /* answer = ISC_FALSE; */ 293 /* answer = ISC_FALSE; */ 323 /* answer = ISC_FALSE; */ 369 /* answer = ISC_FALSE; */ 377 return (answer); 391 isc_boolean_t answer = ISC_TRUE; local 435 answer = ISC_FALSE; 439 return (answer); 477 isc_boolean_t answer = ISC_TRUE; local [all...] |
/bind-9.11.3/bin/tests/system/pending/ |
H A D | tests.sh | 67 # to answer. 104 # Prime cache with a pending answer record. It can be returned (without 107 echo "I:Priming cache (pending answer)" 129 # Prime cache with a pending answer record. It should not be returned 132 echo "I:Priming cache (pending answer)" 156 echo I:Trying to Prime out-of-bailiwick pending answer with CD 165 echo I:Confirming the out-of-bailiwick answer is not cached or reused with CD
|
/bind-9.11.3/bin/tests/system/upforwd/ans4/ |
H A D | ans.pl | 38 # answer section of the response. 126 foreach $a (@{$r->{answer}}) { 127 $packet->push("answer", $a); 283 foreach $a (@{$r->{answer}}) { 284 $packet->push("answer", $a);
|
/bind-9.11.3/bin/tests/system/reclimit/ans2/ |
H A D | ans.pl | 160 $reply->{answer} = $ans if $ans;
|
/bind-9.11.3/bin/tests/system/autosign/ |
H A D | tests.sh | 157 $DIG $DIGOPTS +noall +answer nsec3.example. nsec3param @10.53.0.3 > dig.out.ns3.1.test$n || ret=1 159 $DIG $DIGOPTS +noall +answer autonsec3.example. nsec3param @10.53.0.3 > dig.out.ns3.2.test$n || ret=1 167 $DIG $DIGOPTS +noall +answer nsec3-to-nsec.example. nsec3param @10.53.0.3 > dig.out.ns3.test$n || ret=1 210 $DIG $DIGOPTS +noall +answer autonsec3.example. nsec3param @10.53.0.3 > dig.out.ns3.test$n || ret=1 334 $DIG $DIGOPTS +noall +answer autonsec3.example. nsec3param @10.53.0.3 > dig.out.ns3.ok.test$n || ret=1 356 $DIG $DIGOPTS +noall +answer nsec3-to-nsec.example. nsec3param @10.53.0.3 > dig.out.ns3.nx.test$n || ret=1 372 $DIG $DIGOPTS +noall +answer autonsec3.example. nsec3param @10.53.0.3 > dig.out.ns3.nx.test$n || ret=1 385 $DIG $DIGOPTS +tcp +noall +answer dnskey ttl1.example. @10.53.0.3 > dig.out.ns3.test$n || ret=1 394 $DIG $DIGOPTS +tcp +noall +answer dnskey ttl2.example. @10.53.0.3 > dig.out.ns3.test$n || ret=1 403 $DIG $DIGOPTS +tcp +noall +answer dnske [all...] |