mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-21 14:17:27 -04:00
share the root.hint file among most of the system tests instead of having multiple identical copies
This commit is contained in:
parent
8116149a05
commit
1988fd60fa
35 changed files with 37 additions and 373 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: named.conf,v 1.16 2001/01/09 21:42:52 bwelling Exp $ */
|
||||
/* $Id: named.conf,v 1.17 2001/01/11 20:41:32 gson Exp $ */
|
||||
|
||||
// NS2
|
||||
|
||||
|
|
@ -33,7 +33,7 @@ options {
|
|||
|
||||
zone "." {
|
||||
type hint;
|
||||
file "root.hint";
|
||||
file "../../common/root.hint";
|
||||
};
|
||||
|
||||
zone "example" {
|
||||
|
|
|
|||
|
|
@ -1,20 +0,0 @@
|
|||
; Copyright (C) 2000, 2001 Internet Software Consortium.
|
||||
;
|
||||
; Permission to use, copy, modify, and distribute this software for any
|
||||
; purpose with or without fee is hereby granted, provided that the above
|
||||
; copyright notice and this permission notice appear in all copies.
|
||||
;
|
||||
; THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
|
||||
; DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
|
||||
; IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
|
||||
; INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
|
||||
; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
|
||||
; FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
|
||||
; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||
; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
; $Id: root.hint,v 1.6 2001/01/09 21:42:54 bwelling Exp $
|
||||
|
||||
$TTL 999999
|
||||
. IN NS a.root-servers.nil.
|
||||
a.root-servers.nil. IN A 10.53.0.1
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: named.conf,v 1.17 2001/01/09 21:42:59 bwelling Exp $ */
|
||||
/* $Id: named.conf,v 1.18 2001/01/11 20:41:34 gson Exp $ */
|
||||
|
||||
// NS3
|
||||
|
||||
|
|
@ -33,7 +33,7 @@ options {
|
|||
|
||||
zone "." {
|
||||
type hint;
|
||||
file "root.hint";
|
||||
file "../../common/root.hint";
|
||||
};
|
||||
|
||||
zone "example" {
|
||||
|
|
|
|||
|
|
@ -1,20 +0,0 @@
|
|||
; Copyright (C) 2000, 2001 Internet Software Consortium.
|
||||
;
|
||||
; Permission to use, copy, modify, and distribute this software for any
|
||||
; purpose with or without fee is hereby granted, provided that the above
|
||||
; copyright notice and this permission notice appear in all copies.
|
||||
;
|
||||
; THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
|
||||
; DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
|
||||
; IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
|
||||
; INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
|
||||
; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
|
||||
; FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
|
||||
; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||
; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
; $Id: root.hint,v 1.6 2001/01/09 21:43:00 bwelling Exp $
|
||||
|
||||
$TTL 999999
|
||||
. IN NS a.root-servers.nil.
|
||||
a.root-servers.nil. IN A 10.53.0.1
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: named.conf,v 1.17 2001/01/09 21:43:04 bwelling Exp $ */
|
||||
/* $Id: named.conf,v 1.18 2001/01/11 20:41:37 gson Exp $ */
|
||||
|
||||
// NS4
|
||||
|
||||
|
|
@ -32,7 +32,7 @@ options {
|
|||
|
||||
zone "." {
|
||||
type hint;
|
||||
file "root.hint";
|
||||
file "../../common/root.hint";
|
||||
};
|
||||
|
||||
include "trusted.conf";
|
||||
|
|
|
|||
|
|
@ -1,20 +0,0 @@
|
|||
; Copyright (C) 2000, 2001 Internet Software Consortium.
|
||||
;
|
||||
; Permission to use, copy, modify, and distribute this software for any
|
||||
; purpose with or without fee is hereby granted, provided that the above
|
||||
; copyright notice and this permission notice appear in all copies.
|
||||
;
|
||||
; THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
|
||||
; DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
|
||||
; IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
|
||||
; INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
|
||||
; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
|
||||
; FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
|
||||
; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||
; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
; $Id: root.hint,v 1.6 2001/01/09 21:43:05 bwelling Exp $
|
||||
|
||||
$TTL 999999
|
||||
. IN NS a.root-servers.nil.
|
||||
a.root-servers.nil. IN A 10.53.0.1
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: named.conf,v 1.15 2001/01/09 21:43:06 bwelling Exp $ */
|
||||
/* $Id: named.conf,v 1.16 2001/01/11 20:41:39 gson Exp $ */
|
||||
|
||||
// NS5
|
||||
|
||||
|
|
@ -32,7 +32,7 @@ options {
|
|||
|
||||
zone "." {
|
||||
type hint;
|
||||
file "root.hint";
|
||||
file "../../common/root.hint";
|
||||
};
|
||||
|
||||
include "trusted.conf";
|
||||
|
|
|
|||
|
|
@ -1,20 +0,0 @@
|
|||
; Copyright (C) 2000, 2001 Internet Software Consortium.
|
||||
;
|
||||
; Permission to use, copy, modify, and distribute this software for any
|
||||
; purpose with or without fee is hereby granted, provided that the above
|
||||
; copyright notice and this permission notice appear in all copies.
|
||||
;
|
||||
; THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
|
||||
; DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
|
||||
; IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
|
||||
; INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
|
||||
; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
|
||||
; FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
|
||||
; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||
; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
; $Id: root.hint,v 1.6 2001/01/09 21:43:07 bwelling Exp $
|
||||
|
||||
$TTL 999999
|
||||
. IN NS a.root-servers.nil.
|
||||
a.root-servers.nil. IN A 10.53.0.1
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: named.conf,v 1.15 2001/01/09 21:43:58 bwelling Exp $ */
|
||||
/* $Id: named.conf,v 1.16 2001/01/11 20:41:41 gson Exp $ */
|
||||
|
||||
options {
|
||||
query-source address 10.53.0.2;
|
||||
|
|
@ -31,7 +31,7 @@ options {
|
|||
|
||||
zone "." {
|
||||
type hint;
|
||||
file "root.hint";
|
||||
file "../../common/root.hint";
|
||||
};
|
||||
|
||||
zone "example" {
|
||||
|
|
|
|||
|
|
@ -1,20 +0,0 @@
|
|||
; Copyright (C) 2000, 2001 Internet Software Consortium.
|
||||
;
|
||||
; Permission to use, copy, modify, and distribute this software for any
|
||||
; purpose with or without fee is hereby granted, provided that the above
|
||||
; copyright notice and this permission notice appear in all copies.
|
||||
;
|
||||
; THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
|
||||
; DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
|
||||
; IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
|
||||
; INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
|
||||
; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
|
||||
; FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
|
||||
; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||
; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
; $Id: root.hint,v 1.6 2001/01/09 21:43:59 bwelling Exp $
|
||||
|
||||
$TTL 999999
|
||||
. IN NS a.root-servers.nil.
|
||||
a.root-servers.nil. IN A 10.53.0.1
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: named.conf,v 1.17 2001/01/09 21:44:00 bwelling Exp $ */
|
||||
/* $Id: named.conf,v 1.18 2001/01/11 20:41:44 gson Exp $ */
|
||||
|
||||
options {
|
||||
query-source address 10.53.0.3;
|
||||
|
|
@ -31,7 +31,7 @@ options {
|
|||
|
||||
zone "." {
|
||||
type hint;
|
||||
file "root.hint";
|
||||
file "../../common/root.hint";
|
||||
};
|
||||
|
||||
zone "example" {
|
||||
|
|
|
|||
|
|
@ -1,20 +0,0 @@
|
|||
; Copyright (C) 2000, 2001 Internet Software Consortium.
|
||||
;
|
||||
; Permission to use, copy, modify, and distribute this software for any
|
||||
; purpose with or without fee is hereby granted, provided that the above
|
||||
; copyright notice and this permission notice appear in all copies.
|
||||
;
|
||||
; THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
|
||||
; DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
|
||||
; IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
|
||||
; INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
|
||||
; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
|
||||
; FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
|
||||
; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||
; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
; $Id: root.hint,v 1.6 2001/01/09 21:44:01 bwelling Exp $
|
||||
|
||||
$TTL 999999
|
||||
. IN NS a.root-servers.nil.
|
||||
a.root-servers.nil. IN A 10.53.0.1
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: named.conf,v 1.5 2001/01/09 21:44:22 bwelling Exp $ */
|
||||
/* $Id: named.conf,v 1.6 2001/01/11 20:41:47 gson Exp $ */
|
||||
|
||||
options {
|
||||
query-source address 10.53.0.2;
|
||||
|
|
@ -31,7 +31,7 @@ options {
|
|||
|
||||
zone "." {
|
||||
type hint;
|
||||
file "root.hint";
|
||||
file "../../common/root.hint";
|
||||
};
|
||||
|
||||
zone "example" {
|
||||
|
|
|
|||
|
|
@ -1,20 +0,0 @@
|
|||
; Copyright (C) 2000, 2001 Internet Software Consortium.
|
||||
;
|
||||
; Permission to use, copy, modify, and distribute this software for any
|
||||
; purpose with or without fee is hereby granted, provided that the above
|
||||
; copyright notice and this permission notice appear in all copies.
|
||||
;
|
||||
; THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
|
||||
; DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
|
||||
; IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
|
||||
; INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
|
||||
; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
|
||||
; FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
|
||||
; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||
; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
; $Id: root.hint,v 1.2 2001/01/09 21:44:23 bwelling Exp $
|
||||
|
||||
$TTL 999999
|
||||
. IN NS a.root-servers.nil.
|
||||
a.root-servers.nil. IN A 10.53.0.1
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: named.conf,v 1.7 2001/01/09 21:44:25 bwelling Exp $ */
|
||||
/* $Id: named.conf,v 1.8 2001/01/11 20:41:49 gson Exp $ */
|
||||
|
||||
options {
|
||||
query-source address 10.53.0.3;
|
||||
|
|
@ -31,7 +31,7 @@ options {
|
|||
|
||||
zone "." {
|
||||
type hint;
|
||||
file "root.hint";
|
||||
file "../../common/root.hint";
|
||||
};
|
||||
|
||||
zone "example" {
|
||||
|
|
|
|||
|
|
@ -1,20 +0,0 @@
|
|||
; Copyright (C) 2000, 2001 Internet Software Consortium.
|
||||
;
|
||||
; Permission to use, copy, modify, and distribute this software for any
|
||||
; purpose with or without fee is hereby granted, provided that the above
|
||||
; copyright notice and this permission notice appear in all copies.
|
||||
;
|
||||
; THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
|
||||
; DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
|
||||
; IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
|
||||
; INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
|
||||
; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
|
||||
; FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
|
||||
; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||
; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
; $Id: root.hint,v 1.2 2001/01/09 21:44:26 bwelling Exp $
|
||||
|
||||
$TTL 999999
|
||||
. IN NS a.root-servers.nil.
|
||||
a.root-servers.nil. IN A 10.53.0.1
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: named.conf,v 1.7 2001/01/09 21:44:27 bwelling Exp $ */
|
||||
/* $Id: named.conf,v 1.8 2001/01/11 20:41:52 gson Exp $ */
|
||||
|
||||
options {
|
||||
query-source address 10.53.0.4;
|
||||
|
|
@ -31,7 +31,7 @@ options {
|
|||
|
||||
zone "." {
|
||||
type hint;
|
||||
file "root.hint";
|
||||
file "../../common/root.hint";
|
||||
};
|
||||
|
||||
zone "example" {
|
||||
|
|
|
|||
|
|
@ -1,20 +0,0 @@
|
|||
; Copyright (C) 2000, 2001 Internet Software Consortium.
|
||||
;
|
||||
; Permission to use, copy, modify, and distribute this software for any
|
||||
; purpose with or without fee is hereby granted, provided that the above
|
||||
; copyright notice and this permission notice appear in all copies.
|
||||
;
|
||||
; THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
|
||||
; DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
|
||||
; IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
|
||||
; INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
|
||||
; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
|
||||
; FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
|
||||
; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||
; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
; $Id: root.hint,v 1.2 2001/01/09 21:44:28 bwelling Exp $
|
||||
|
||||
$TTL 999999
|
||||
. IN NS a.root-servers.nil.
|
||||
a.root-servers.nil. IN A 10.53.0.1
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: named.conf,v 1.9 2001/01/09 21:45:00 bwelling Exp $ */
|
||||
/* $Id: named.conf,v 1.10 2001/01/11 20:41:54 gson Exp $ */
|
||||
|
||||
options {
|
||||
query-source address 10.53.0.2;
|
||||
|
|
@ -31,7 +31,7 @@ options {
|
|||
|
||||
zone "." {
|
||||
type hint;
|
||||
file "root.hint";
|
||||
file "../../common/root.hint";
|
||||
};
|
||||
|
||||
zone "child.example" {
|
||||
|
|
|
|||
|
|
@ -1,20 +0,0 @@
|
|||
; Copyright (C) 2000, 2001 Internet Software Consortium.
|
||||
;
|
||||
; Permission to use, copy, modify, and distribute this software for any
|
||||
; purpose with or without fee is hereby granted, provided that the above
|
||||
; copyright notice and this permission notice appear in all copies.
|
||||
;
|
||||
; THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
|
||||
; DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
|
||||
; IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
|
||||
; INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
|
||||
; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
|
||||
; FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
|
||||
; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||
; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
; $Id: root.hint,v 1.6 2001/01/09 21:45:01 bwelling Exp $
|
||||
|
||||
$TTL 999999
|
||||
. IN NS a.root-servers.nil.
|
||||
a.root-servers.nil. IN A 10.53.0.1
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: named.conf,v 1.10 2001/01/09 21:45:04 bwelling Exp $ */
|
||||
/* $Id: named.conf,v 1.11 2001/01/11 20:41:57 gson Exp $ */
|
||||
|
||||
options {
|
||||
query-source address 10.53.0.3;
|
||||
|
|
@ -31,7 +31,7 @@ options {
|
|||
|
||||
zone "." {
|
||||
type hint;
|
||||
file "root.hint";
|
||||
file "../../common/root.hint";
|
||||
};
|
||||
|
||||
zone "example" {
|
||||
|
|
|
|||
|
|
@ -1,20 +0,0 @@
|
|||
; Copyright (C) 2000, 2001 Internet Software Consortium.
|
||||
;
|
||||
; Permission to use, copy, modify, and distribute this software for any
|
||||
; purpose with or without fee is hereby granted, provided that the above
|
||||
; copyright notice and this permission notice appear in all copies.
|
||||
;
|
||||
; THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
|
||||
; DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
|
||||
; IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
|
||||
; INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
|
||||
; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
|
||||
; FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
|
||||
; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||
; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
; $Id: root.hint,v 1.6 2001/01/09 21:45:05 bwelling Exp $
|
||||
|
||||
$TTL 999999
|
||||
. IN NS a.root-servers.nil.
|
||||
a.root-servers.nil. IN A 10.53.0.1
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: named1.conf,v 1.15 2001/01/09 21:45:36 bwelling Exp $ */
|
||||
/* $Id: named1.conf,v 1.16 2001/01/11 20:41:59 gson Exp $ */
|
||||
|
||||
options {
|
||||
query-source address 10.53.0.2;
|
||||
|
|
@ -33,7 +33,7 @@ include "../../common/controls.conf";
|
|||
|
||||
zone "." {
|
||||
type hint;
|
||||
file "root.hint";
|
||||
file "../../common/root.hint";
|
||||
};
|
||||
|
||||
zone "example" {
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: named2.conf,v 1.17 2001/01/09 21:45:37 bwelling Exp $ */
|
||||
/* $Id: named2.conf,v 1.18 2001/01/11 20:42:00 gson Exp $ */
|
||||
|
||||
options {
|
||||
query-source address 10.53.0.2;
|
||||
|
|
@ -37,7 +37,7 @@ view "internal" {
|
|||
|
||||
zone "." {
|
||||
type hint;
|
||||
file "root.hint";
|
||||
file "../../common/root.hint";
|
||||
};
|
||||
|
||||
zone "example" {
|
||||
|
|
@ -52,7 +52,7 @@ view "external" {
|
|||
|
||||
zone "." {
|
||||
type hint;
|
||||
file "root.hint";
|
||||
file "../../common/root.hint";
|
||||
};
|
||||
|
||||
zone "example" {
|
||||
|
|
|
|||
|
|
@ -1,20 +0,0 @@
|
|||
; Copyright (C) 2000, 2001 Internet Software Consortium.
|
||||
;
|
||||
; Permission to use, copy, modify, and distribute this software for any
|
||||
; purpose with or without fee is hereby granted, provided that the above
|
||||
; copyright notice and this permission notice appear in all copies.
|
||||
;
|
||||
; THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
|
||||
; DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
|
||||
; IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
|
||||
; INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
|
||||
; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
|
||||
; FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
|
||||
; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||
; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
; $Id: root.hint,v 1.6 2001/01/09 21:45:38 bwelling Exp $
|
||||
|
||||
$TTL 999999
|
||||
. IN NS a.root-servers.nil.
|
||||
a.root-servers.nil. IN A 10.53.0.1
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: named1.conf,v 1.14 2001/01/09 21:45:41 bwelling Exp $ */
|
||||
/* $Id: named1.conf,v 1.15 2001/01/11 20:42:03 gson Exp $ */
|
||||
|
||||
options {
|
||||
query-source address 10.53.0.3;
|
||||
|
|
@ -41,7 +41,7 @@ controls {
|
|||
|
||||
zone "." {
|
||||
type hint;
|
||||
file "root.hint";
|
||||
file "../../common/root.hint";
|
||||
};
|
||||
|
||||
zone "example" {
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: named2.conf,v 1.14 2001/01/09 21:45:42 bwelling Exp $ */
|
||||
/* $Id: named2.conf,v 1.15 2001/01/11 20:42:04 gson Exp $ */
|
||||
|
||||
options {
|
||||
query-source address 10.53.0.3;
|
||||
|
|
@ -41,7 +41,7 @@ controls {
|
|||
|
||||
zone "." {
|
||||
type hint;
|
||||
file "root.hint";
|
||||
file "../../common/root.hint";
|
||||
};
|
||||
|
||||
zone "example" {
|
||||
|
|
|
|||
|
|
@ -1,20 +0,0 @@
|
|||
; Copyright (C) 2000, 2001 Internet Software Consortium.
|
||||
;
|
||||
; Permission to use, copy, modify, and distribute this software for any
|
||||
; purpose with or without fee is hereby granted, provided that the above
|
||||
; copyright notice and this permission notice appear in all copies.
|
||||
;
|
||||
; THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
|
||||
; DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
|
||||
; IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
|
||||
; INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
|
||||
; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
|
||||
; FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
|
||||
; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||
; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
; $Id: root.hint,v 1.6 2001/01/09 21:45:43 bwelling Exp $
|
||||
|
||||
$TTL 999999
|
||||
. IN NS a.root-servers.nil.
|
||||
a.root-servers.nil. IN A 10.53.0.1
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: named.conf,v 1.14 2001/01/09 21:45:50 bwelling Exp $ */
|
||||
/* $Id: named.conf,v 1.15 2001/01/11 20:42:07 gson Exp $ */
|
||||
|
||||
options {
|
||||
query-source address 10.53.0.2;
|
||||
|
|
@ -36,7 +36,7 @@ key tsigzone. {
|
|||
|
||||
zone "." {
|
||||
type hint;
|
||||
file "root.hint";
|
||||
file "../../common/root.hint";
|
||||
};
|
||||
|
||||
zone "example" {
|
||||
|
|
|
|||
|
|
@ -1,20 +0,0 @@
|
|||
; Copyright (C) 2000, 2001 Internet Software Consortium.
|
||||
;
|
||||
; Permission to use, copy, modify, and distribute this software for any
|
||||
; purpose with or without fee is hereby granted, provided that the above
|
||||
; copyright notice and this permission notice appear in all copies.
|
||||
;
|
||||
; THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
|
||||
; DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
|
||||
; IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
|
||||
; INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
|
||||
; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
|
||||
; FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
|
||||
; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||
; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
; $Id: root.hint,v 1.6 2001/01/09 21:45:51 bwelling Exp $
|
||||
|
||||
$TTL 999999
|
||||
. IN NS a.root-servers.nil.
|
||||
a.root-servers.nil. IN A 10.53.0.1
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: named.conf,v 1.14 2001/01/09 21:45:54 bwelling Exp $ */
|
||||
/* $Id: named.conf,v 1.15 2001/01/11 20:42:09 gson Exp $ */
|
||||
|
||||
options {
|
||||
query-source address 10.53.0.3;
|
||||
|
|
@ -36,7 +36,7 @@ key tsigzone. {
|
|||
|
||||
zone "." {
|
||||
type hint;
|
||||
file "root.hint";
|
||||
file "../../common/root.hint";
|
||||
};
|
||||
|
||||
zone "example" {
|
||||
|
|
|
|||
|
|
@ -1,20 +0,0 @@
|
|||
; Copyright (C) 2000, 2001 Internet Software Consortium.
|
||||
;
|
||||
; Permission to use, copy, modify, and distribute this software for any
|
||||
; purpose with or without fee is hereby granted, provided that the above
|
||||
; copyright notice and this permission notice appear in all copies.
|
||||
;
|
||||
; THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
|
||||
; DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
|
||||
; IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
|
||||
; INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
|
||||
; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
|
||||
; FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
|
||||
; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||
; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
; $Id: root.hint,v 1.6 2001/01/09 21:45:55 bwelling Exp $
|
||||
|
||||
$TTL 999999
|
||||
. IN NS a.root-servers.nil.
|
||||
a.root-servers.nil. IN A 10.53.0.1
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: named.conf,v 1.16 2001/01/09 21:46:06 bwelling Exp $ */
|
||||
/* $Id: named.conf,v 1.17 2001/01/11 20:42:11 gson Exp $ */
|
||||
|
||||
options {
|
||||
query-source address 10.53.0.2;
|
||||
|
|
@ -34,7 +34,7 @@ options {
|
|||
|
||||
zone "." {
|
||||
type hint;
|
||||
file "root.hint";
|
||||
file "../../common/root.hint";
|
||||
};
|
||||
|
||||
zone "changing." {
|
||||
|
|
|
|||
|
|
@ -1,20 +0,0 @@
|
|||
; Copyright (C) 2000, 2001 Internet Software Consortium.
|
||||
;
|
||||
; Permission to use, copy, modify, and distribute this software for any
|
||||
; purpose with or without fee is hereby granted, provided that the above
|
||||
; copyright notice and this permission notice appear in all copies.
|
||||
;
|
||||
; THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
|
||||
; DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
|
||||
; IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
|
||||
; INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
|
||||
; INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
|
||||
; FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
|
||||
; NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
|
||||
; WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
; $Id: root.hint,v 1.6 2001/01/09 21:46:08 bwelling Exp $
|
||||
|
||||
$TTL 999999
|
||||
. IN NS a.root-servers.nil.
|
||||
a.root-servers.nil. IN A 10.53.0.1
|
||||
|
|
@ -363,21 +363,17 @@
|
|||
./bin/tests/system/dnssec/ns2/insecure.secure.example.db ZONE 2000,2001
|
||||
./bin/tests/system/dnssec/ns2/named.conf CONF-C 2000,2001
|
||||
./bin/tests/system/dnssec/ns2/private.secure.example.db.in ZONE 2000,2001
|
||||
./bin/tests/system/dnssec/ns2/root.hint ZONE 2000,2001
|
||||
./bin/tests/system/dnssec/ns2/sign.sh SH 2000,2001
|
||||
./bin/tests/system/dnssec/ns3/.cvsignore X 2000,2001
|
||||
./bin/tests/system/dnssec/ns3/bogus.example.db.in ZONE 2000,2001
|
||||
./bin/tests/system/dnssec/ns3/insecure.example.db ZONE 2000,2001
|
||||
./bin/tests/system/dnssec/ns3/named.conf CONF-C 2000,2001
|
||||
./bin/tests/system/dnssec/ns3/root.hint ZONE 2000,2001
|
||||
./bin/tests/system/dnssec/ns3/secure.example.db.in ZONE 2000,2001
|
||||
./bin/tests/system/dnssec/ns3/sign.sh SH 2000,2001
|
||||
./bin/tests/system/dnssec/ns4/.cvsignore X 2000,2001
|
||||
./bin/tests/system/dnssec/ns4/named.conf CONF-C 2000,2001
|
||||
./bin/tests/system/dnssec/ns4/root.hint ZONE 2000,2001
|
||||
./bin/tests/system/dnssec/ns5/.cvsignore X 2000,2001
|
||||
./bin/tests/system/dnssec/ns5/named.conf CONF-C 2000,2001
|
||||
./bin/tests/system/dnssec/ns5/root.hint ZONE 2000,2001
|
||||
./bin/tests/system/dnssec/ns5/trusted.conf.bad CONF-C 2000,2001
|
||||
./bin/tests/system/dnssec/setup.sh SH 2000,2001
|
||||
./bin/tests/system/dnssec/tests.sh SH 2000,2001
|
||||
|
|
@ -448,10 +444,8 @@
|
|||
./bin/tests/system/notify/ns2/example3.db ZONE 2000,2001
|
||||
./bin/tests/system/notify/ns2/example4.db ZONE 2000,2001
|
||||
./bin/tests/system/notify/ns2/named.conf CONF-C 2000,2001
|
||||
./bin/tests/system/notify/ns2/root.hint ZONE 2000,2001
|
||||
./bin/tests/system/notify/ns3/.cvsignore X 2000,2001
|
||||
./bin/tests/system/notify/ns3/named.conf CONF-C 2000,2001
|
||||
./bin/tests/system/notify/ns3/root.hint ZONE 2000,2001
|
||||
./bin/tests/system/notify/setup.sh SH 2000,2001
|
||||
./bin/tests/system/notify/tests.sh SH 2000,2001
|
||||
./bin/tests/system/nsupdate/.cvsignore X 2000,2001
|
||||
|
|
@ -477,13 +471,10 @@
|
|||
./bin/tests/system/relay/ns2/example3.db ZONE 2000,2001
|
||||
./bin/tests/system/relay/ns2/example4.db ZONE 2000,2001
|
||||
./bin/tests/system/relay/ns2/named.conf CONF-C 2000,2001
|
||||
./bin/tests/system/relay/ns2/root.hint ZONE 2000,2001
|
||||
./bin/tests/system/relay/ns3/.cvsignore X 2000,2001
|
||||
./bin/tests/system/relay/ns3/named.conf CONF-C 2000,2001
|
||||
./bin/tests/system/relay/ns3/root.hint ZONE 2000,2001
|
||||
./bin/tests/system/relay/ns4/.cvsignore X 2000,2001
|
||||
./bin/tests/system/relay/ns4/named.conf CONF-C 2000,2001
|
||||
./bin/tests/system/relay/ns4/root.hint ZONE 2000,2001
|
||||
./bin/tests/system/relay/setup.sh SH 2000,2001
|
||||
./bin/tests/system/relay/tests.sh SH 2000,2001
|
||||
./bin/tests/system/resolver/ans2/ans.pl PERL 2000,2001
|
||||
|
|
@ -526,11 +517,9 @@
|
|||
./bin/tests/system/stub/ns2/.cvsignore X 2000,2001
|
||||
./bin/tests/system/stub/ns2/child.example.db ZONE 2000,2001
|
||||
./bin/tests/system/stub/ns2/named.conf CONF-C 2000,2001
|
||||
./bin/tests/system/stub/ns2/root.hint ZONE 2000,2001
|
||||
./bin/tests/system/stub/ns3/.cvsignore X 2000,2001
|
||||
./bin/tests/system/stub/ns3/example.db ZONE 2000,2001
|
||||
./bin/tests/system/stub/ns3/named.conf CONF-C 2000,2001
|
||||
./bin/tests/system/stub/ns3/root.hint ZONE 2000,2001
|
||||
./bin/tests/system/stub/tests.sh SH 2000,2001
|
||||
./bin/tests/system/testsock.pl PERL 2000,2001
|
||||
./bin/tests/system/unknown/clean.sh SH 2000,2001
|
||||
|
|
@ -582,12 +571,10 @@
|
|||
./bin/tests/system/views/ns2/internal.db ZONE 2000,2001
|
||||
./bin/tests/system/views/ns2/named1.conf CONF-C 2000,2001
|
||||
./bin/tests/system/views/ns2/named2.conf CONF-C 2000,2001
|
||||
./bin/tests/system/views/ns2/root.hint ZONE 2000,2001
|
||||
./bin/tests/system/views/ns3/.cvsignore X 2000,2001
|
||||
./bin/tests/system/views/ns3/internal.db ZONE 2000,2001
|
||||
./bin/tests/system/views/ns3/named1.conf CONF-C 2000,2001
|
||||
./bin/tests/system/views/ns3/named2.conf CONF-C 2000,2001
|
||||
./bin/tests/system/views/ns3/root.hint ZONE 2000,2001
|
||||
./bin/tests/system/views/setup.sh SH 2000,2001
|
||||
./bin/tests/system/views/tests.sh SH 2000,2001
|
||||
./bin/tests/system/xfer/clean.sh SH 2000,2001
|
||||
|
|
@ -598,11 +585,9 @@
|
|||
./bin/tests/system/xfer/ns2/.cvsignore X 2000,2001
|
||||
./bin/tests/system/xfer/ns2/example.db ZONE 2000,2001
|
||||
./bin/tests/system/xfer/ns2/named.conf CONF-C 2000,2001
|
||||
./bin/tests/system/xfer/ns2/root.hint ZONE 2000,2001
|
||||
./bin/tests/system/xfer/ns2/tsigzone.db ZONE 2000,2001
|
||||
./bin/tests/system/xfer/ns3/.cvsignore X 2000,2001
|
||||
./bin/tests/system/xfer/ns3/named.conf CONF-C 2000,2001
|
||||
./bin/tests/system/xfer/ns3/root.hint ZONE 2000,2001
|
||||
./bin/tests/system/xfer/tests.sh SH 2000,2001
|
||||
./bin/tests/system/xferquota/clean.sh SH 2000,2001
|
||||
./bin/tests/system/xferquota/ns1/.cvsignore X 2000,2001
|
||||
|
|
@ -613,7 +598,6 @@
|
|||
./bin/tests/system/xferquota/ns2/.cvsignore X 2000,2001
|
||||
./bin/tests/system/xferquota/ns2/example.db ZONE 2000,2001
|
||||
./bin/tests/system/xferquota/ns2/named.conf CONF-C 2000,2001
|
||||
./bin/tests/system/xferquota/ns2/root.hint ZONE 2000,2001
|
||||
./bin/tests/system/xferquota/setup.pl PERL 2000,2001
|
||||
./bin/tests/system/xferquota/setup.sh SH 2000,2001
|
||||
./bin/tests/system/xferquota/tests.sh SH 2000,2001
|
||||
|
|
|
|||
Loading…
Reference in a new issue