]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2170. [func] Add acache processing to test suite. [RT #16711]
authorMark Andrews <marka@isc.org>
Thu, 26 Apr 2007 04:06:50 +0000 (04:06 +0000)
committerMark Andrews <marka@isc.org>
Thu, 26 Apr 2007 04:06:50 +0000 (04:06 +0000)
22 files changed:
CHANGES
bin/tests/system/checknames/ns2/named.conf
bin/tests/system/checknames/ns3/named.conf
bin/tests/system/dlv/ns5/named.conf
bin/tests/system/dnssec/ns4/named.conf
bin/tests/system/dnssec/ns5/named.conf
bin/tests/system/dnssec/ns6/named.conf
bin/tests/system/notify/ns3/named.conf
bin/tests/system/nsupdate/ns2/named.conf
bin/tests/system/relay/ns3/named.conf
bin/tests/system/relay/ns4/named.conf
bin/tests/system/resolver/ns1/named.conf
bin/tests/system/rrsetorder/ns3/named.conf
bin/tests/system/stress/ns3/named.conf
bin/tests/system/stress/ns4/named.conf
bin/tests/system/stub/ns3/named.conf
bin/tests/system/upforwd/ns1/named.conf
bin/tests/system/upforwd/ns2/named.conf
bin/tests/system/upforwd/ns3/named.conf
bin/tests/system/v6synth/ns2/named.conf
bin/tests/system/v6synth/ns3/named.conf
bin/tests/system/xfer/ns3/named.conf

diff --git a/CHANGES b/CHANGES
index 554e291cd1037c16a578a6303e612e689f047e6f..469488b7455cbade7f4070ec2b01a039e88f9e34 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,5 @@
+2170.  [func]          Add acache processing to test suite. [RT #16711]
+
 2169.  [bug]           host, nslookup: when reporting NXDOMAIN report the
                        given name and not the last name searched for.
                        [RT #16763]
index c167d3add893bbc6aaee914f5cc3a9f7a048dfd8..103ed6496a2b6601ca6ac19e2abfe2efb54b56f5 100644 (file)
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: named.conf,v 1.4 2004/03/05 04:59:41 marka Exp $ */
+/* $Id: named.conf,v 1.5 2007/04/26 04:06:49 marka Exp $ */
 
 controls { /* empty */ };
 
@@ -27,6 +27,7 @@ options {
         listen-on { 10.53.0.2; };
         listen-on-v6 { none; };
         recursion yes;
+       acache-enable yes;
        check-names response warn;
         notify yes;
 };
index 601368c185acb4b6d1bb4d5c9e31026a8efc65e0..e3d8e8a7d0c77a7a341ccc32a10ee5cf7ae85607 100644 (file)
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: named.conf,v 1.4 2004/03/05 04:59:45 marka Exp $ */
+/* $Id: named.conf,v 1.5 2007/04/26 04:06:49 marka Exp $ */
 
 controls { /* empty */ };
 
@@ -27,6 +27,7 @@ options {
         listen-on { 10.53.0.3; };
         listen-on-v6 { none; };
         recursion yes;
+       acache-enable yes;
        check-names response fail;
         notify yes;
 };
index a8143f27892240db3de87279bda03c8f5e11d08d..b35ac169e7a09b36659ea8ce664c781c0e63df91 100644 (file)
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: named.conf,v 1.5 2006/03/10 00:23:21 marka Exp $ */
+/* $Id: named.conf,v 1.6 2007/04/26 04:06:49 marka Exp $ */
 
 /*
  * Choose a keyname that is unlikely to clash with any real key names.
@@ -56,6 +56,7 @@ options {
        listen-on { 10.53.0.5; };
        listen-on-v6 { none; };
        recursion yes;
+       acache-enable yes;
        notify yes;
        dnssec-enable yes;
        dnssec-validation yes;
index 8736e69c3fb5416e0c2a66a8615522d84ce5ea5e..23952e6b1973f1d4a755dd24a8113edac984740b 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: named.conf,v 1.25 2006/03/10 00:23:21 marka Exp $ */
+/* $Id: named.conf,v 1.26 2007/04/26 04:06:49 marka Exp $ */
 
 // NS4
 
@@ -30,6 +30,7 @@ options {
        listen-on { 10.53.0.4; };
        listen-on-v6 { none; };
        recursion yes;
+       acache-enable yes;
        dnssec-enable yes;
        dnssec-validation yes;
        dnssec-must-be-secure mustbesecure.example yes;
index 7bc0d5c5e4d45d6c24fd529780f2d58621f87023..b9e1d1f06a9dfa350ed828c515c5b2e626d1b11f 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: named.conf,v 1.22 2006/03/10 00:23:21 marka Exp $ */
+/* $Id: named.conf,v 1.23 2007/04/26 04:06:49 marka Exp $ */
 
 // NS5
 
@@ -30,6 +30,7 @@ options {
        listen-on { 10.53.0.5; };
        listen-on-v6 { none; };
        recursion yes;
+       acache-enable yes;
        dnssec-enable yes;
        dnssec-validation yes;
 };
index c775d2766e687a9abda45522edbeca6058f029ae..361153449372b335fade8e19b80d37b283910334 100644 (file)
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: named.conf,v 1.9 2006/03/10 00:23:21 marka Exp $ */
+/* $Id: named.conf,v 1.10 2007/04/26 04:06:49 marka Exp $ */
 
 // NS6
 
@@ -29,6 +29,7 @@ options {
        listen-on { 10.53.0.6; };
        listen-on-v6 { none; };
        recursion yes;
+       acache-enable yes;
        notify yes;
        disable-algorithms . { DSA; };
        dnssec-enable yes;
index 63b51b711dc220fae249f34656fd88b897666a33..ec79fb64e6e1e134c6222a44def3ba1332b5b1a4 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: named.conf,v 1.21 2004/03/05 05:01:51 marka Exp $ */
+/* $Id: named.conf,v 1.22 2007/04/26 04:06:49 marka Exp $ */
 
 controls { /* empty */ };
 
@@ -28,6 +28,7 @@ options {
        listen-on { 10.53.0.3; };
        listen-on-v6 { none; };
        recursion yes;
+       acache-enable yes;
        notify yes;
 };
 
index d48809ae7ee72dff14730b3261a2062a44cf1279..ec4afb30432dfa38531aa653a81392f09068da78 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: named.conf,v 1.11 2004/03/05 05:02:05 marka Exp $ */
+/* $Id: named.conf,v 1.12 2007/04/26 04:06:49 marka Exp $ */
 
 controls { /* empty */ };
 
@@ -28,6 +28,7 @@ options {
        listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
        recursion yes;
+       acache-enable yes;
        notify yes;
 };
 
index fab1accd6b429d9dac57999237eb9eb795eb8b55..a4efd5b7a6d84d2ef65a54b554f52974d6511c31 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: named.conf,v 1.10 2004/03/05 05:02:22 marka Exp $ */
+/* $Id: named.conf,v 1.11 2007/04/26 04:06:49 marka Exp $ */
 
 controls { /* empty */ };
 
@@ -28,6 +28,7 @@ options {
        listen-on { 10.53.0.3; };
        listen-on-v6 { none; };
        recursion yes;
+       acache-enable yes;
        notify yes;
 };
 
index a4a947b48d4d9b3ce0ed6c2ce28117bf98e1091e..8534f04fd8b1333438c5343885f8b7e60fec407b 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: named.conf,v 1.10 2004/03/05 05:02:24 marka Exp $ */
+/* $Id: named.conf,v 1.11 2007/04/26 04:06:49 marka Exp $ */
 
 controls { /* empty */ };
 
@@ -28,6 +28,7 @@ options {
        listen-on { 10.53.0.4; };
        listen-on-v6 { none; };
        recursion yes;
+       acache-enable yes;
        notify yes;
 };
 
index c930fc38d3649ad9f8e5bf42581d960e0e4db7c5..6581da4edecd71ea1856f431c1def9f8c39432f2 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: named.conf,v 1.10 2004/03/05 05:02:39 marka Exp $ */
+/* $Id: named.conf,v 1.11 2007/04/26 04:06:49 marka Exp $ */
 
 controls { /* empty */ };
 
@@ -28,6 +28,7 @@ options {
        listen-on { 10.53.0.1; };
        listen-on-v6 { none; };
        recursion yes;
+       acache-enable yes;
 };
 
 zone "." {
index 88bb88bf413fa1d19a7ce601c204dc4a71c38752..4cd3e7b803bbf9b3fd23cc652eeb9eef79c1afda 100644 (file)
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: named.conf,v 1.2 2006/03/03 00:43:35 marka Exp $ */
+/* $Id: named.conf,v 1.3 2007/04/26 04:06:49 marka Exp $ */
 
 controls { /* empty */ };
 
@@ -27,6 +27,7 @@ options {
        listen-on { 10.53.0.3; };
        listen-on-v6 { none; };
        recursion yes;
+       acache-enable yes;
        notify yes;
        rrset-order {
                name "fixed.example" order fixed;
index ceaa839b161f65e06ff5fb19ba6ba6c6994753ca..d09b63bd38227af24de16dd79757c78d75b84873 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: named.conf,v 1.5 2004/03/05 05:02:55 marka Exp $ */
+/* $Id: named.conf,v 1.6 2007/04/26 04:06:49 marka Exp $ */
 
 controls { /* empty */ };
 
@@ -28,6 +28,7 @@ options {
        listen-on { 10.53.0.3; };
        listen-on-v6 { none; };
        recursion yes;
+       acache-enable yes;
        notify yes;
 };
 
index c805a449758f606adb1e2b07cd6ca45f7b0f6d72..4bf3ad5ccd078b72d1e6430990b1bde5109242db 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: named.conf,v 1.5 2004/03/05 05:02:57 marka Exp $ */
+/* $Id: named.conf,v 1.6 2007/04/26 04:06:49 marka Exp $ */
 
 controls { /* empty */ };
 
@@ -28,6 +28,7 @@ options {
        listen-on { 10.53.0.4; };
        listen-on-v6 { none; };
        recursion yes;
+       acache-enable yes;
        notify yes;
 };
 
index f272780d9808089f36d5877d9bf718f7e4dce6a6..9a95a81d61c685e09c8ebbc7622f9b215462ac00 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: named.conf,v 1.13 2004/03/05 05:03:08 marka Exp $ */
+/* $Id: named.conf,v 1.14 2007/04/26 04:06:49 marka Exp $ */
 
 controls { /* empty */ };
 
@@ -28,6 +28,7 @@ options {
        listen-on { 10.53.0.3; };
        listen-on-v6 { none; };
        recursion yes;
+       acache-enable yes;
        notify yes;
 };
 
index b58db015f2faa07a425d1648a70dc1abda7e4416..721a033c741d3345638682bb7cfa8845abb771a4 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: named.conf,v 1.8 2004/03/05 05:03:26 marka Exp $ */
+/* $Id: named.conf,v 1.9 2007/04/26 04:06:50 marka Exp $ */
 
 key "update.example." {
        algorithm "hmac-md5";
@@ -33,6 +33,7 @@ options {
        listen-on { 10.53.0.1; };
        listen-on-v6 { none; };
        recursion yes;
+       acache-enable yes;
        notify yes;
 };
 
index 18160f2969041b7b880cba411986fb7528aa11b5..f9fa041166c2dc003613d6cbd441df4b292a51e9 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: named.conf,v 1.7 2004/03/05 05:03:28 marka Exp $ */
+/* $Id: named.conf,v 1.8 2007/04/26 04:06:50 marka Exp $ */
 
 controls { /* empty */ };
 
@@ -28,6 +28,7 @@ options {
        listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
        recursion yes;
+       acache-enable yes;
        notify yes;
 };
 
index a678d589c0c2f5d67798f17a121f5d2f86de2f33..6c3704a9bff315e72f01440b7c30249d5179b2ca 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: named.conf,v 1.7 2004/03/05 05:03:31 marka Exp $ */
+/* $Id: named.conf,v 1.8 2007/04/26 04:06:50 marka Exp $ */
 
 controls { /* empty */ };
 
@@ -28,6 +28,7 @@ options {
        listen-on { 10.53.0.3; };
        listen-on-v6 { none; };
        recursion yes;
+       acache-enable yes;
        notify yes;
 };
 
index 6df9bb1eebe8d0c55ca059882e48cda8aaf19590..1a2e10e76af53e8bf40a9e3b9fcb491a08b72bdd 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: named.conf,v 1.3 2004/03/05 05:03:38 marka Exp $ */
+/* $Id: named.conf,v 1.4 2007/04/26 04:06:50 marka Exp $ */
 
 controls { /* empty */ };
 
@@ -28,6 +28,7 @@ options {
        listen-on { 10.53.0.2; };
        listen-on-v6 { none; };
        recursion yes;
+       acache-enable yes;
        notify yes;
 };
 
index 1185679494fadd45fdf81f2adbacd738bec28ba8..0f3dfe55a1efbbd75ba9c0cbde57237e606b9583 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: named.conf,v 1.3 2004/03/05 05:03:40 marka Exp $ */
+/* $Id: named.conf,v 1.4 2007/04/26 04:06:50 marka Exp $ */
 
 controls { /* empty */ };
 
@@ -28,6 +28,7 @@ options {
        listen-on { 10.53.0.3; };
        listen-on-v6 { none; };
        recursion yes;
+       acache-enable yes;
        notify yes;
        allow-v6-synthesis { any; };
 };
index 181dece4c31465d34352ed60dcb285449af9eeea..50dd551648754d911b77dd66c6ab8f43cfdeab0b 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: named.conf,v 1.18 2004/03/05 05:04:01 marka Exp $ */
+/* $Id: named.conf,v 1.19 2007/04/26 04:06:50 marka Exp $ */
 
 controls { /* empty */ };
 
@@ -28,6 +28,7 @@ options {
        listen-on { 10.53.0.3; };
        listen-on-v6 { none; };
        recursion yes;
+       acache-enable yes;
        notify yes;
 };