From: Mark Andrews Date: Tue, 2 Mar 2004 02:01:41 +0000 (+0000) Subject: 1574. [bug] Don't attempt to open the controls socket(s) when X-Git-Tag: v9.4.0~80 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=821644d49b73b49f2abc5463bc53a3132f612478;p=thirdparty%2Fbind9.git 1574. [bug] Don't attempt to open the controls socket(s) when running tests. [RT #9091] --- diff --git a/CHANGES b/CHANGES index 27a1bb3221c..abb4099d8d5 100644 --- a/CHANGES +++ b/CHANGES @@ -26,7 +26,9 @@ 1575. [func] Log TSIG name on TSIG verify failure. [RT #4404] -1574. [placeholder] rt9091 +1574. [bug] Don't attempt to open the controls socket(s) when + running tests. [RT #9091] + 1573. [port] linux: update to libtool 1.5.2 so that "make install DESTDIR=/xx" works with diff --git a/bin/tests/system/cacheclean/ns1/named.conf b/bin/tests/system/cacheclean/ns1/named.conf index c394ed4fed6..dba48cd4202 100644 --- a/bin/tests/system/cacheclean/ns1/named.conf +++ b/bin/tests/system/cacheclean/ns1/named.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.2 2001/04/10 21:51:03 bwelling Exp $ */ +/* $Id: named.conf,v 1.3 2004/03/02 02:01:14 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.1; diff --git a/bin/tests/system/cacheclean/ns2/named.conf b/bin/tests/system/cacheclean/ns2/named.conf index 9bd38058cfa..044db59d6c8 100644 --- a/bin/tests/system/cacheclean/ns2/named.conf +++ b/bin/tests/system/cacheclean/ns2/named.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.2 2001/04/10 21:51:05 bwelling Exp $ */ +/* $Id: named.conf,v 1.3 2004/03/02 02:01:15 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.2; diff --git a/bin/tests/system/checknames/ns1/named.conf b/bin/tests/system/checknames/ns1/named.conf index 64a0b40f3bf..b4ed7928e4c 100644 --- a/bin/tests/system/checknames/ns1/named.conf +++ b/bin/tests/system/checknames/ns1/named.conf @@ -2,7 +2,9 @@ * Copyright */ -/* $Id: named.conf,v 1.2 2004/02/27 20:44:08 marka Exp $ */ +/* $Id: named.conf,v 1.3 2004/03/02 02:01:15 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.1; diff --git a/bin/tests/system/checknames/ns2/named.conf b/bin/tests/system/checknames/ns2/named.conf index 9a2b7abd70b..76050251900 100644 --- a/bin/tests/system/checknames/ns2/named.conf +++ b/bin/tests/system/checknames/ns2/named.conf @@ -2,7 +2,9 @@ * Copyright */ -/* $Id: named.conf,v 1.2 2004/02/27 20:44:08 marka Exp $ */ +/* $Id: named.conf,v 1.3 2004/03/02 02:01:16 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.2; diff --git a/bin/tests/system/checknames/ns3/named.conf b/bin/tests/system/checknames/ns3/named.conf index 329d8f1ee65..32a535532b9 100644 --- a/bin/tests/system/checknames/ns3/named.conf +++ b/bin/tests/system/checknames/ns3/named.conf @@ -2,7 +2,9 @@ * Copyright */ -/* $Id: named.conf,v 1.2 2004/02/27 20:44:09 marka Exp $ */ +/* $Id: named.conf,v 1.3 2004/03/02 02:01:16 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.3; diff --git a/bin/tests/system/dialup/ns1/named.conf b/bin/tests/system/dialup/ns1/named.conf index d6c2f039f38..f34bc8aba94 100644 --- a/bin/tests/system/dialup/ns1/named.conf +++ b/bin/tests/system/dialup/ns1/named.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.4 2001/01/09 21:42:35 bwelling Exp $ */ +/* $Id: named.conf,v 1.5 2004/03/02 02:01:17 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.1; diff --git a/bin/tests/system/dialup/ns2/named.conf b/bin/tests/system/dialup/ns2/named.conf index 7fc502c9272..3cb0ed8f97f 100644 --- a/bin/tests/system/dialup/ns2/named.conf +++ b/bin/tests/system/dialup/ns2/named.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.4 2001/01/09 21:42:38 bwelling Exp $ */ +/* $Id: named.conf,v 1.5 2004/03/02 02:01:17 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.2; diff --git a/bin/tests/system/dialup/ns3/named.conf b/bin/tests/system/dialup/ns3/named.conf index 032612df08d..b6919e15722 100644 --- a/bin/tests/system/dialup/ns3/named.conf +++ b/bin/tests/system/dialup/ns3/named.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.4 2001/01/09 21:42:41 bwelling Exp $ */ +/* $Id: named.conf,v 1.5 2004/03/02 02:01:17 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.3; diff --git a/bin/tests/system/dnssec/ns1/named.conf b/bin/tests/system/dnssec/ns1/named.conf index 463fb77bb7c..6c98c7d1bb5 100644 --- a/bin/tests/system/dnssec/ns1/named.conf +++ b/bin/tests/system/dnssec/ns1/named.conf @@ -15,10 +15,12 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.17 2004/02/17 03:40:20 marka Exp $ */ +/* $Id: named.conf,v 1.18 2004/03/02 02:01:18 marka Exp $ */ // NS1 +controls { /* empty */ }; + options { query-source address 10.53.0.1; notify-source 10.53.0.1; diff --git a/bin/tests/system/dnssec/ns2/named.conf b/bin/tests/system/dnssec/ns2/named.conf index 6f464e6c2cf..0a436f8ae8b 100644 --- a/bin/tests/system/dnssec/ns2/named.conf +++ b/bin/tests/system/dnssec/ns2/named.conf @@ -15,10 +15,12 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.20 2004/02/17 03:40:21 marka Exp $ */ +/* $Id: named.conf,v 1.21 2004/03/02 02:01:18 marka Exp $ */ // NS2 +controls { /* empty */ }; + options { query-source address 10.53.0.2; notify-source 10.53.0.2; diff --git a/bin/tests/system/dnssec/ns3/named.conf b/bin/tests/system/dnssec/ns3/named.conf index 5deba648ecd..db0105ba6d9 100644 --- a/bin/tests/system/dnssec/ns3/named.conf +++ b/bin/tests/system/dnssec/ns3/named.conf @@ -15,10 +15,12 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.22 2004/02/17 03:40:21 marka Exp $ */ +/* $Id: named.conf,v 1.23 2004/03/02 02:01:19 marka Exp $ */ // NS3 +controls { /* empty */ }; + options { query-source address 10.53.0.3; notify-source 10.53.0.3; diff --git a/bin/tests/system/dnssec/ns4/named.conf b/bin/tests/system/dnssec/ns4/named.conf index 2f3a7e331b8..522ef323dcf 100644 --- a/bin/tests/system/dnssec/ns4/named.conf +++ b/bin/tests/system/dnssec/ns4/named.conf @@ -15,10 +15,12 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.19 2004/02/17 03:40:21 marka Exp $ */ +/* $Id: named.conf,v 1.20 2004/03/02 02:01:19 marka Exp $ */ // NS4 +controls { /* empty */ }; + options { query-source address 10.53.0.4; notify-source 10.53.0.4; diff --git a/bin/tests/system/dnssec/ns5/named.conf b/bin/tests/system/dnssec/ns5/named.conf index b068b895c40..50e11285e21 100644 --- a/bin/tests/system/dnssec/ns5/named.conf +++ b/bin/tests/system/dnssec/ns5/named.conf @@ -15,10 +15,12 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.17 2004/02/17 03:40:21 marka Exp $ */ +/* $Id: named.conf,v 1.18 2004/03/02 02:01:20 marka Exp $ */ // NS5 +controls { /* empty */ }; + options { query-source address 10.53.0.5; notify-source 10.53.0.5; diff --git a/bin/tests/system/dnssec/ns6/named.conf b/bin/tests/system/dnssec/ns6/named.conf index b1b8fb858d2..e3a67971427 100644 --- a/bin/tests/system/dnssec/ns6/named.conf +++ b/bin/tests/system/dnssec/ns6/named.conf @@ -15,10 +15,12 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.3 2004/02/17 03:40:22 marka Exp $ */ +/* $Id: named.conf,v 1.4 2004/03/02 02:01:20 marka Exp $ */ // NS6 +controls { /* empty */ }; + options { query-source address 10.53.0.6; notify-source 10.53.0.6; diff --git a/bin/tests/system/forward/ns1/named.conf b/bin/tests/system/forward/ns1/named.conf index 69be8cab99e..9ddac73e2d0 100644 --- a/bin/tests/system/forward/ns1/named.conf +++ b/bin/tests/system/forward/ns1/named.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.7 2001/03/09 18:49:54 bwelling Exp $ */ +/* $Id: named.conf,v 1.8 2004/03/02 02:01:20 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.1; diff --git a/bin/tests/system/forward/ns2/named.conf b/bin/tests/system/forward/ns2/named.conf index cdf2bf29b37..1cee253e331 100644 --- a/bin/tests/system/forward/ns2/named.conf +++ b/bin/tests/system/forward/ns2/named.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.7 2001/03/09 18:49:55 bwelling Exp $ */ +/* $Id: named.conf,v 1.8 2004/03/02 02:01:21 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.2; diff --git a/bin/tests/system/forward/ns3/named.conf b/bin/tests/system/forward/ns3/named.conf index 965032ec575..06ac32e9bb6 100644 --- a/bin/tests/system/forward/ns3/named.conf +++ b/bin/tests/system/forward/ns3/named.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.7 2001/03/09 18:49:56 bwelling Exp $ */ +/* $Id: named.conf,v 1.8 2004/03/02 02:01:21 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.3; diff --git a/bin/tests/system/forward/ns4/named.conf b/bin/tests/system/forward/ns4/named.conf index 9d2b37ea3bd..326cd12ddb8 100644 --- a/bin/tests/system/forward/ns4/named.conf +++ b/bin/tests/system/forward/ns4/named.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.7 2001/03/09 18:49:57 bwelling Exp $ */ +/* $Id: named.conf,v 1.8 2004/03/02 02:01:22 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.4; diff --git a/bin/tests/system/glue/ns1/named.conf b/bin/tests/system/glue/ns1/named.conf index ac2a3accfc7..5b51ba28d04 100644 --- a/bin/tests/system/glue/ns1/named.conf +++ b/bin/tests/system/glue/ns1/named.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.8 2001/01/09 21:43:22 bwelling Exp $ */ +/* $Id: named.conf,v 1.9 2004/03/02 02:01:22 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.1; diff --git a/bin/tests/system/limits/ns1/named.conf b/bin/tests/system/limits/ns1/named.conf index 9b1f6c59388..d4c97e42494 100644 --- a/bin/tests/system/limits/ns1/named.conf +++ b/bin/tests/system/limits/ns1/named.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.10 2001/01/09 21:43:30 bwelling Exp $ */ +/* $Id: named.conf,v 1.11 2004/03/02 02:01:22 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.1; diff --git a/bin/tests/system/lwresd/lwresd1/lwresd.conf b/bin/tests/system/lwresd/lwresd1/lwresd.conf index 991ba2741ca..c7bc5772d2f 100644 --- a/bin/tests/system/lwresd/lwresd1/lwresd.conf +++ b/bin/tests/system/lwresd/lwresd1/lwresd.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: lwresd.conf,v 1.4 2001/01/09 21:43:38 bwelling Exp $ */ +/* $Id: lwresd.conf,v 1.5 2004/03/02 02:01:23 marka Exp $ */ + +controls { /* empty */ }; options { port 5300; diff --git a/bin/tests/system/lwresd/ns1/named.conf b/bin/tests/system/lwresd/ns1/named.conf index f35a313c5af..d370d12b142 100644 --- a/bin/tests/system/lwresd/ns1/named.conf +++ b/bin/tests/system/lwresd/ns1/named.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.12 2004/02/17 03:40:22 marka Exp $ */ +/* $Id: named.conf,v 1.13 2004/03/02 02:01:23 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.1; diff --git a/bin/tests/system/masterfile/ns1/named.conf b/bin/tests/system/masterfile/ns1/named.conf index 6649034b130..0069e4d10e4 100644 --- a/bin/tests/system/masterfile/ns1/named.conf +++ b/bin/tests/system/masterfile/ns1/named.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.2 2001/08/09 00:33:42 gson Exp $ */ +/* $Id: named.conf,v 1.3 2004/03/02 02:01:23 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.1; diff --git a/bin/tests/system/notify/ns1/named.conf b/bin/tests/system/notify/ns1/named.conf index c84a1c995f7..787b28b0bb1 100644 --- a/bin/tests/system/notify/ns1/named.conf +++ b/bin/tests/system/notify/ns1/named.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.14 2001/01/09 21:43:51 bwelling Exp $ */ +/* $Id: named.conf,v 1.15 2004/03/02 02:01:24 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.1; diff --git a/bin/tests/system/notify/ns2/named.conf b/bin/tests/system/notify/ns2/named.conf index 169350709d3..4d97ebe9422 100644 --- a/bin/tests/system/notify/ns2/named.conf +++ b/bin/tests/system/notify/ns2/named.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.16 2001/01/11 20:41:41 gson Exp $ */ +/* $Id: named.conf,v 1.17 2004/03/02 02:01:24 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.2; diff --git a/bin/tests/system/notify/ns3/named.conf b/bin/tests/system/notify/ns3/named.conf index ac3cb43c370..ef412f6d2b7 100644 --- a/bin/tests/system/notify/ns3/named.conf +++ b/bin/tests/system/notify/ns3/named.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.19 2001/03/02 02:44:51 bwelling Exp $ */ +/* $Id: named.conf,v 1.20 2004/03/02 02:01:25 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.3; diff --git a/bin/tests/system/nsupdate/ns1/named.conf b/bin/tests/system/nsupdate/ns1/named.conf index 581ed445e96..9d81b661283 100644 --- a/bin/tests/system/nsupdate/ns1/named.conf +++ b/bin/tests/system/nsupdate/ns1/named.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.10 2001/03/08 02:59:47 bwelling Exp $ */ +/* $Id: named.conf,v 1.11 2004/03/02 02:01:25 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.1; diff --git a/bin/tests/system/nsupdate/ns2/named.conf b/bin/tests/system/nsupdate/ns2/named.conf index 09eb0794aed..088a03cac07 100644 --- a/bin/tests/system/nsupdate/ns2/named.conf +++ b/bin/tests/system/nsupdate/ns2/named.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.9 2001/01/09 21:44:10 bwelling Exp $ */ +/* $Id: named.conf,v 1.10 2004/03/02 02:01:27 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.2; diff --git a/bin/tests/system/relay/ns1/named.conf b/bin/tests/system/relay/ns1/named.conf index 93edd92957d..5407180def4 100644 --- a/bin/tests/system/relay/ns1/named.conf +++ b/bin/tests/system/relay/ns1/named.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.6 2001/01/09 21:44:16 bwelling Exp $ */ +/* $Id: named.conf,v 1.7 2004/03/02 02:01:27 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.1; diff --git a/bin/tests/system/relay/ns2/named.conf b/bin/tests/system/relay/ns2/named.conf index dc267066e90..a14d5b39ae6 100644 --- a/bin/tests/system/relay/ns2/named.conf +++ b/bin/tests/system/relay/ns2/named.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.6 2001/01/11 20:41:47 gson Exp $ */ +/* $Id: named.conf,v 1.7 2004/03/02 02:01:28 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.2; diff --git a/bin/tests/system/relay/ns3/named.conf b/bin/tests/system/relay/ns3/named.conf index c550c6b033f..0290482fbec 100644 --- a/bin/tests/system/relay/ns3/named.conf +++ b/bin/tests/system/relay/ns3/named.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.8 2001/01/11 20:41:49 gson Exp $ */ +/* $Id: named.conf,v 1.9 2004/03/02 02:01:28 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.3; diff --git a/bin/tests/system/relay/ns4/named.conf b/bin/tests/system/relay/ns4/named.conf index 561aaf37ef9..06884ed05c4 100644 --- a/bin/tests/system/relay/ns4/named.conf +++ b/bin/tests/system/relay/ns4/named.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.8 2001/01/11 20:41:52 gson Exp $ */ +/* $Id: named.conf,v 1.9 2004/03/02 02:01:29 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.4; diff --git a/bin/tests/system/resolver/ns1/named.conf b/bin/tests/system/resolver/ns1/named.conf index 09c28ddf1b4..5edaed8265c 100644 --- a/bin/tests/system/resolver/ns1/named.conf +++ b/bin/tests/system/resolver/ns1/named.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.8 2001/01/09 21:44:34 bwelling Exp $ */ +/* $Id: named.conf,v 1.9 2004/03/02 02:01:29 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.1; diff --git a/bin/tests/system/sortlist/ns1/named.conf b/bin/tests/system/sortlist/ns1/named.conf index de872b2ee25..4397288513e 100644 --- a/bin/tests/system/sortlist/ns1/named.conf +++ b/bin/tests/system/sortlist/ns1/named.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.6 2001/10/30 20:19:34 gson Exp $ */ +/* $Id: named.conf,v 1.7 2004/03/02 02:01:30 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.1; diff --git a/bin/tests/system/stress/ns1/named.conf b/bin/tests/system/stress/ns1/named.conf index 38c2c1791e9..bf065ea5d51 100644 --- a/bin/tests/system/stress/ns1/named.conf +++ b/bin/tests/system/stress/ns1/named.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.2 2001/01/09 21:44:48 bwelling Exp $ */ +/* $Id: named.conf,v 1.3 2004/03/02 02:01:30 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.1; diff --git a/bin/tests/system/stress/ns2/named.conf b/bin/tests/system/stress/ns2/named.conf index 5b2c54c6418..64a59840eb6 100644 --- a/bin/tests/system/stress/ns2/named.conf +++ b/bin/tests/system/stress/ns2/named.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.3 2001/01/09 21:44:51 bwelling Exp $ */ +/* $Id: named.conf,v 1.4 2004/03/02 02:01:30 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.2; diff --git a/bin/tests/system/stress/ns3/named.conf b/bin/tests/system/stress/ns3/named.conf index 2848240d164..656ef0af40d 100644 --- a/bin/tests/system/stress/ns3/named.conf +++ b/bin/tests/system/stress/ns3/named.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.3 2001/01/09 21:44:52 bwelling Exp $ */ +/* $Id: named.conf,v 1.4 2004/03/02 02:01:31 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.3; diff --git a/bin/tests/system/stress/ns4/named.conf b/bin/tests/system/stress/ns4/named.conf index b79d3b361f6..d15f25c5abf 100644 --- a/bin/tests/system/stress/ns4/named.conf +++ b/bin/tests/system/stress/ns4/named.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.3 2001/01/09 21:44:53 bwelling Exp $ */ +/* $Id: named.conf,v 1.4 2004/03/02 02:01:31 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.4; diff --git a/bin/tests/system/stub/ns1/named.conf b/bin/tests/system/stub/ns1/named.conf index 1c8e486a8d7..9a052f2e272 100644 --- a/bin/tests/system/stub/ns1/named.conf +++ b/bin/tests/system/stub/ns1/named.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.10 2001/01/09 21:44:57 bwelling Exp $ */ +/* $Id: named.conf,v 1.11 2004/03/02 02:01:32 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.1; diff --git a/bin/tests/system/stub/ns2/named.conf b/bin/tests/system/stub/ns2/named.conf index 3f5d1bb8236..86f149d8228 100644 --- a/bin/tests/system/stub/ns2/named.conf +++ b/bin/tests/system/stub/ns2/named.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.10 2001/01/11 20:41:54 gson Exp $ */ +/* $Id: named.conf,v 1.11 2004/03/02 02:01:32 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.2; diff --git a/bin/tests/system/stub/ns3/named.conf b/bin/tests/system/stub/ns3/named.conf index 36a7ec04a9c..baa15a99892 100644 --- a/bin/tests/system/stub/ns3/named.conf +++ b/bin/tests/system/stub/ns3/named.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.11 2001/01/11 20:41:57 gson Exp $ */ +/* $Id: named.conf,v 1.12 2004/03/02 02:01:32 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.3; diff --git a/bin/tests/system/tkey/ns1/named.conf.in b/bin/tests/system/tkey/ns1/named.conf.in index 74dd56992f5..af6b20cadce 100644 --- a/bin/tests/system/tkey/ns1/named.conf.in +++ b/bin/tests/system/tkey/ns1/named.conf.in @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf.in,v 1.2 2001/01/11 20:51:18 bwelling Exp $ */ +/* $Id: named.conf.in,v 1.3 2004/03/02 02:01:33 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.1; diff --git a/bin/tests/system/unknown/ns1/named.conf b/bin/tests/system/unknown/ns1/named.conf index 54c76a67d90..d378bc558f0 100644 --- a/bin/tests/system/unknown/ns1/named.conf +++ b/bin/tests/system/unknown/ns1/named.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.7 2001/01/09 21:45:17 bwelling Exp $ */ +/* $Id: named.conf,v 1.8 2004/03/02 02:01:33 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.1; diff --git a/bin/tests/system/upforwd/ns1/named.conf b/bin/tests/system/upforwd/ns1/named.conf index e633604b873..88b594a96e1 100644 --- a/bin/tests/system/upforwd/ns1/named.conf +++ b/bin/tests/system/upforwd/ns1/named.conf @@ -15,13 +15,15 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.6 2001/01/09 21:45:23 bwelling Exp $ */ +/* $Id: named.conf,v 1.7 2004/03/02 02:01:34 marka Exp $ */ key "update.example." { algorithm "hmac-md5"; secret "c3Ryb25nIGVub3VnaCBmb3IgYSBtYW4gYnV0IG1hZGUgZm9yIGEgd29tYW4K"; }; +controls { /* empty */ }; + options { query-source address 10.53.0.1; notify-source 10.53.0.1; diff --git a/bin/tests/system/upforwd/ns2/named.conf b/bin/tests/system/upforwd/ns2/named.conf index 065c6b47f6f..859cd10d352 100644 --- a/bin/tests/system/upforwd/ns2/named.conf +++ b/bin/tests/system/upforwd/ns2/named.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.5 2001/01/09 21:45:25 bwelling Exp $ */ +/* $Id: named.conf,v 1.6 2004/03/02 02:01:34 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.2; diff --git a/bin/tests/system/upforwd/ns3/named.conf b/bin/tests/system/upforwd/ns3/named.conf index 1396c181dd0..1a0618a5a9e 100644 --- a/bin/tests/system/upforwd/ns3/named.conf +++ b/bin/tests/system/upforwd/ns3/named.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.5 2001/01/09 21:45:26 bwelling Exp $ */ +/* $Id: named.conf,v 1.6 2004/03/02 02:01:35 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.3; diff --git a/bin/tests/system/v6synth/ns1/named.conf b/bin/tests/system/v6synth/ns1/named.conf index 5cb854fa008..368af71a197 100644 --- a/bin/tests/system/v6synth/ns1/named.conf +++ b/bin/tests/system/v6synth/ns1/named.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.1 2001/01/10 01:18:28 gson Exp $ */ +/* $Id: named.conf,v 1.2 2004/03/02 02:01:35 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.1; diff --git a/bin/tests/system/v6synth/ns2/named.conf b/bin/tests/system/v6synth/ns2/named.conf index a4823e1cb3d..014c99accc7 100644 --- a/bin/tests/system/v6synth/ns2/named.conf +++ b/bin/tests/system/v6synth/ns2/named.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.1 2001/01/10 01:18:28 gson Exp $ */ +/* $Id: named.conf,v 1.2 2004/03/02 02:01:36 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.2; diff --git a/bin/tests/system/v6synth/ns3/named.conf b/bin/tests/system/v6synth/ns3/named.conf index 095a758f68a..c2d21e82330 100644 --- a/bin/tests/system/v6synth/ns3/named.conf +++ b/bin/tests/system/v6synth/ns3/named.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.1 2001/01/10 01:18:29 gson Exp $ */ +/* $Id: named.conf,v 1.2 2004/03/02 02:01:36 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.3; diff --git a/bin/tests/system/views/ns1/named.conf b/bin/tests/system/views/ns1/named.conf index 25223d86072..446818e8896 100644 --- a/bin/tests/system/views/ns1/named.conf +++ b/bin/tests/system/views/ns1/named.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.13 2001/01/09 21:45:31 bwelling Exp $ */ +/* $Id: named.conf,v 1.14 2004/03/02 02:01:37 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.1; diff --git a/bin/tests/system/views/ns2/named1.conf b/bin/tests/system/views/ns2/named1.conf index 3b5a9246f3b..24d11e90738 100644 --- a/bin/tests/system/views/ns2/named1.conf +++ b/bin/tests/system/views/ns2/named1.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named1.conf,v 1.16 2001/01/11 20:41:59 gson Exp $ */ +/* $Id: named1.conf,v 1.17 2004/03/02 02:01:37 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.2; diff --git a/bin/tests/system/views/ns2/named2.conf b/bin/tests/system/views/ns2/named2.conf index 509bddc3149..7e344ec7d4a 100644 --- a/bin/tests/system/views/ns2/named2.conf +++ b/bin/tests/system/views/ns2/named2.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named2.conf,v 1.18 2001/01/11 20:42:00 gson Exp $ */ +/* $Id: named2.conf,v 1.19 2004/03/02 02:01:37 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.2; diff --git a/bin/tests/system/views/ns3/named1.conf b/bin/tests/system/views/ns3/named1.conf index 5c5e6b063a5..723d526fe9e 100644 --- a/bin/tests/system/views/ns3/named1.conf +++ b/bin/tests/system/views/ns3/named1.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named1.conf,v 1.15 2001/01/11 20:42:03 gson Exp $ */ +/* $Id: named1.conf,v 1.16 2004/03/02 02:01:38 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.3; diff --git a/bin/tests/system/views/ns3/named2.conf b/bin/tests/system/views/ns3/named2.conf index e9a92bdc457..5ff4427e06b 100644 --- a/bin/tests/system/views/ns3/named2.conf +++ b/bin/tests/system/views/ns3/named2.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named2.conf,v 1.15 2001/01/11 20:42:04 gson Exp $ */ +/* $Id: named2.conf,v 1.16 2004/03/02 02:01:38 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.3; diff --git a/bin/tests/system/xfer/ns1/named.conf b/bin/tests/system/xfer/ns1/named.conf index 752c38d9347..db134ee3e3d 100644 --- a/bin/tests/system/xfer/ns1/named.conf +++ b/bin/tests/system/xfer/ns1/named.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.14 2001/01/09 21:45:47 bwelling Exp $ */ +/* $Id: named.conf,v 1.15 2004/03/02 02:01:38 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.1; diff --git a/bin/tests/system/xfer/ns2/named.conf b/bin/tests/system/xfer/ns2/named.conf index cfd877e88f9..5a58c386081 100644 --- a/bin/tests/system/xfer/ns2/named.conf +++ b/bin/tests/system/xfer/ns2/named.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.16 2001/09/08 00:24:30 gson Exp $ */ +/* $Id: named.conf,v 1.17 2004/03/02 02:01:39 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.2; diff --git a/bin/tests/system/xfer/ns3/named.conf b/bin/tests/system/xfer/ns3/named.conf index 1107f1dbb2e..cc719c55326 100644 --- a/bin/tests/system/xfer/ns3/named.conf +++ b/bin/tests/system/xfer/ns3/named.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.16 2001/09/08 00:24:31 gson Exp $ */ +/* $Id: named.conf,v 1.17 2004/03/02 02:01:39 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.3; diff --git a/bin/tests/system/xferquota/ns1/named.conf b/bin/tests/system/xferquota/ns1/named.conf index 842a4998c6c..a418d46d174 100644 --- a/bin/tests/system/xferquota/ns1/named.conf +++ b/bin/tests/system/xferquota/ns1/named.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.17 2001/01/09 21:46:03 bwelling Exp $ */ +/* $Id: named.conf,v 1.18 2004/03/02 02:01:40 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.1; diff --git a/bin/tests/system/xferquota/ns2/named.conf b/bin/tests/system/xferquota/ns2/named.conf index 07858f910a3..2796791fd15 100644 --- a/bin/tests/system/xferquota/ns2/named.conf +++ b/bin/tests/system/xferquota/ns2/named.conf @@ -15,7 +15,9 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.17 2001/01/11 20:42:11 gson Exp $ */ +/* $Id: named.conf,v 1.18 2004/03/02 02:01:40 marka Exp $ */ + +controls { /* empty */ }; options { query-source address 10.53.0.2; diff --git a/lib/dns/rdata/in_1/srv_33.c b/lib/dns/rdata/in_1/srv_33.c index e19d3cda74a..8a4782beb19 100644 --- a/lib/dns/rdata/in_1/srv_33.c +++ b/lib/dns/rdata/in_1/srv_33.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: srv_33.c,v 1.39 2004/02/27 20:41:50 marka Exp $ */ +/* $Id: srv_33.c,v 1.40 2004/03/02 02:01:41 marka Exp $ */ /* Reviewed: Fri Mar 17 13:01:00 PST 2000 by bwelling */ @@ -337,8 +337,8 @@ digest_in_srv(ARGS_DIGEST) { static inline isc_boolean_t checkowner_in_srv(ARGS_CHECKOWNER) { - REQUIRE(type == 250); - REQUIRE(rdclass == 255); + REQUIRE(type == 33); + REQUIRE(rdclass == 1); UNUSED(name); UNUSED(type);