Searched refs:ixfr (Results 1 - 25 of 33) sorted by relevance

12

/bind-9.11.3/bin/tests/system/checkconf/
H A Dbad-master-request-ixfr.conf10 * request-ixfr clause is not allowed in zone of type master.
15 request-ixfr no;
/bind-9.11.3/bin/tests/system/ixfr/ns4/
H A Dnamed.conf33 ixfr-from-differences yes;
34 request-ixfr yes;
43 request-ixfr no;
/bind-9.11.3/bin/tests/system/ixfr/ns3/
H A Dnamed.conf34 ixfr-from-differences yes;
35 request-ixfr yes;
/bind-9.11.3/bin/tests/system/stress/ns3/
H A Dnamed.conf41 provide-ixfr no;
44 request-ixfr no;
/bind-9.11.3/bin/tests/system/xfer/
H A Dsetup.sh34 cp -f ns1/ixfr-too-big.db.in ns1/ixfr-too-big.db
H A Dclean.sh37 rm -f ns1/ixfr-too-big.db ns1/ixfr-too-big.db.jnl
/bind-9.11.3/bin/tests/system/acl/ns2/
H A Dnamed6.conf21 ixfr-from-differences yes;
H A Dnamed1.conf23 ixfr-from-differences yes;
H A Dnamed5.conf23 ixfr-from-differences yes;
H A Dnamed7.conf21 ixfr-from-differences yes;
H A Dnamed2.conf23 ixfr-from-differences yes;
H A Dnamed3.conf23 ixfr-from-differences yes;
/bind-9.11.3/bin/tests/system/case/ns1/
H A Dnamed.conf21 ixfr-from-differences yes;
/bind-9.11.3/bin/tests/system/case/ns2/
H A Dnamed.conf21 ixfr-from-differences yes;
/bind-9.11.3/bin/tests/system/spf/ns1/
H A Dnamed.conf21 ixfr-from-differences yes;
/bind-9.11.3/bin/tests/system/dlz/
H A Dtests.sh37 $DIG $DIGOPTS ixfr=2010062899 example.com @10.53.0.1 +all > dig.out.ns1.test$n
47 $DIG $DIGOPTS ixfr=2010062900 example.com @10.53.0.1 +all > dig.out.ns1.test$n
57 $DIG $DIGOPTS ixfr=2010062901 example.com @10.53.0.1 +all > dig.out.ns1.test$n
/bind-9.11.3/bin/tests/system/xfer/ns2/
H A Dnamed.conf23 ixfr-from-differences yes;
/bind-9.11.3/bin/tests/system/xfer/ns6/
H A Dnamed.conf27 ixfr-from-differences master;
61 zone "ixfr-too-big" {
65 file "ixfr-too-big.bk";
/bind-9.11.3/bin/tests/system/xfer/ns7/
H A Dnamed.conf27 ixfr-from-differences slave;
/bind-9.11.3/bin/tests/system/catz/ns3/
H A Dnamed.conf22 provide-ixfr no;
/bind-9.11.3/bin/tests/system/ixfr/
H A Dtests.sh12 # WARNING: The test labelled "testing request-ixfr option in view vs zone"
137 echo "I:testing ixfr-from-differences option"
174 echo "I:testing request-ixfr option in view vs zone"
175 # There's a view with 2 zones. In the view, "request-ixfr yes"
176 # but in the zone "sub.test", request-ixfr no"
235 $DIG ixfr=0 large -p 5300 @10.53.0.3 > dig.out
243 echo "I:test 'dig +notcp ixfr=<value>' vs 'dig ixfr=<value> +notcp' vs 'dig ixfr=<value>'"
246 $DIG +notcp ixfr
[all...]
/bind-9.11.3/bin/tests/system/names/ns1/
H A Dnamed.conf21 ixfr-from-differences yes;
/bind-9.11.3/bin/tests/system/rndc/ns2/
H A Dnamed.conf46 ixfr-from-differences yes;
/bind-9.11.3/bin/tests/system/rpz/ns7/
H A Dnamed.conf39 request-ixfr no; // force axfr on rndc reload
/bind-9.11.3/lib/dns/
H A Dxfrin.c169 } ixfr; member in struct:dns_xfrin_ctx
375 DNS_JOURNAL_CREATE, &xfr->ixfr.journal));
414 if (xfr->ixfr.journal != NULL)
415 CHECK(dns_journal_begin_transaction(xfr->ixfr.journal));
425 if (xfr->ixfr.journal != NULL) {
426 result = dns_journal_writediff(xfr->ixfr.journal, &xfr->diff);
444 if (xfr->ixfr.journal != NULL)
445 CHECK(dns_journal_commit(xfr->ixfr.journal));
484 if (!DNS_SERIAL_GT(xfr->end_serial, xfr->ixfr.request_serial) &&
489 xfr->ixfr
[all...]

Completed in 191 milliseconds

12