Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISC Open Source Projects
BIND
Commits
c8175ece
Commit
c8175ece
authored
Mar 01, 2011
by
Automatic Updater
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update copyright notice
parent
e9ab17d9
Changes
39
Hide whitespace changes
Inline
Side-by-side
Showing
39 changed files
with
229 additions
and
79 deletions
+229
-79
Makefile.in
Makefile.in
+2
-2
bin/dig/dig.c
bin/dig/dig.c
+2
-2
bin/dig/include/dig/dig.h
bin/dig/include/dig/dig.h
+2
-2
bin/dnssec/dnssec-signzone.c
bin/dnssec/dnssec-signzone.c
+2
-2
bin/tests/system/autosign/tests.sh
bin/tests/system/autosign/tests.sh
+2
-2
bin/tests/system/database/clean.sh
bin/tests/system/database/clean.sh
+2
-2
bin/tests/system/database/ns1/named.conf1
bin/tests/system/database/ns1/named.conf1
+2
-2
bin/tests/system/database/ns1/named.conf2
bin/tests/system/database/ns1/named.conf2
+2
-2
bin/tests/system/database/setup.sh
bin/tests/system/database/setup.sh
+2
-2
bin/tests/system/database/tests.sh
bin/tests/system/database/tests.sh
+2
-2
bin/tests/system/dnssec/ns3/insecure.below-cname.example.db
bin/tests/system/dnssec/ns3/insecure.below-cname.example.db
+2
-3
bin/tests/system/dnssec/ns3/secure.below-cname.example.db.in
bin/tests/system/dnssec/ns3/secure.below-cname.example.db.in
+2
-3
bin/tests/system/ixfr/ans2/ans.pl
bin/tests/system/ixfr/ans2/ans.pl
+2
-2
bin/tests/system/redirect/clean.sh
bin/tests/system/redirect/clean.sh
+2
-2
bin/tests/system/redirect/conf/bad1.conf
bin/tests/system/redirect/conf/bad1.conf
+18
-0
bin/tests/system/redirect/conf/bad2.conf
bin/tests/system/redirect/conf/bad2.conf
+18
-0
bin/tests/system/redirect/conf/bad3.conf
bin/tests/system/redirect/conf/bad3.conf
+18
-0
bin/tests/system/redirect/conf/good1.conf
bin/tests/system/redirect/conf/good1.conf
+18
-0
bin/tests/system/redirect/conf/good2.conf
bin/tests/system/redirect/conf/good2.conf
+18
-0
bin/tests/system/redirect/conf/good3.conf
bin/tests/system/redirect/conf/good3.conf
+18
-0
bin/tests/system/redirect/conf/good4.conf
bin/tests/system/redirect/conf/good4.conf
+18
-0
bin/tests/system/redirect/ns1/example.db
bin/tests/system/redirect/ns1/example.db
+2
-2
bin/tests/system/redirect/ns1/named.conf
bin/tests/system/redirect/ns1/named.conf
+2
-2
bin/tests/system/redirect/ns1/redirect.db
bin/tests/system/redirect/ns1/redirect.db
+14
-1
bin/tests/system/redirect/ns1/root.db
bin/tests/system/redirect/ns1/root.db
+2
-2
bin/tests/system/redirect/ns1/sign.sh
bin/tests/system/redirect/ns1/sign.sh
+2
-2
bin/tests/system/redirect/ns2/named.conf
bin/tests/system/redirect/ns2/named.conf
+2
-2
bin/tests/system/redirect/ns2/redirect.db
bin/tests/system/redirect/ns2/redirect.db
+14
-1
bin/tests/system/redirect/setup.sh
bin/tests/system/redirect/setup.sh
+2
-2
bin/tests/system/redirect/tests.sh
bin/tests/system/redirect/tests.sh
+2
-2
bin/tests/system/testsock.pl
bin/tests/system/testsock.pl
+2
-2
lib/dns/include/dns/Makefile.in
lib/dns/include/dns/Makefile.in
+2
-2
lib/dns/include/dns/zone.h
lib/dns/include/dns/zone.h
+2
-2
lib/dns/tests/dnstest.c
lib/dns/tests/dnstest.c
+7
-7
lib/dns/tests/master_test.c
lib/dns/tests/master_test.c
+12
-12
lib/dns/validator.c
lib/dns/validator.c
+2
-2
lib/dns/zone.c
lib/dns/zone.c
+2
-2
make/rules.in
make/rules.in
+2
-2
util/merge_copyrights
util/merge_copyrights
+2
-2
No files found.
Makefile.in
View file @
c8175ece
# Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004-2009
, 2011
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 1998-2002 Internet Software Consortium.
#
# Permission to use, copy, modify, and/or distribute this software for any
...
...
@@ -13,7 +13,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.
59
2011/0
2/26 02:26:10 each
Exp $
# $Id: Makefile.in,v 1.
60
2011/0
3/01 23:48:05 tbox
Exp $
srcdir
=
@srcdir@
VPATH
=
@srcdir@
...
...
bin/dig/dig.c
View file @
c8175ece
/*
* Copyright (C) 2004-201
0
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-201
1
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: dig.c,v 1.23
8
2011/0
2/25 23:11:13 each
Exp $ */
/* $Id: dig.c,v 1.23
9
2011/0
3/01 23:48:05 tbox
Exp $ */
/*! \file */
...
...
bin/dig/include/dig/dig.h
View file @
c8175ece
/*
* Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-2009
, 2011
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: dig.h,v 1.11
2
2011/0
2/25 23:11:13 each
Exp $ */
/* $Id: dig.h,v 1.11
3
2011/0
3/01 23:48:05 tbox
Exp $ */
#ifndef DIG_H
#define DIG_H
...
...
bin/dnssec/dnssec-signzone.c
View file @
c8175ece
/*
* Portions Copyright (C) 2004-201
0
Internet Systems Consortium, Inc. ("ISC")
* Portions Copyright (C) 2004-201
1
Internet Systems Consortium, Inc. ("ISC")
* Portions Copyright (C) 1999-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
...
...
@@ -29,7 +29,7 @@
* IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: dnssec-signzone.c,v 1.26
3
2011/0
2/24 03:04:43 marka
Exp $ */
/* $Id: dnssec-signzone.c,v 1.26
4
2011/0
3/01 23:48:05 tbox
Exp $ */
/*! \file */
...
...
bin/tests/system/autosign/tests.sh
View file @
c8175ece
#!/bin/sh
#
# Copyright (C) 2009
,
201
0
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2009
-
201
1
Internet Systems Consortium, Inc. ("ISC")
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
...
...
@@ -14,7 +14,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: tests.sh,v 1.1
3
2011/0
2/28 14:08:36 fdupont
Exp $
# $Id: tests.sh,v 1.1
4
2011/0
3/01 23:48:05 tbox
Exp $
SYSTEMTESTTOP
=
..
.
$SYSTEMTESTTOP
/conf.sh
...
...
bin/tests/system/database/clean.sh
View file @
c8175ece
#!/bin/sh
#
# Copyright (C) 201
0
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 201
1
Internet Systems Consortium, Inc. ("ISC")
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
...
...
@@ -14,7 +14,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: clean.sh,v 1.
2
2011/0
2/22 04:14:29 marka
Exp $
# $Id: clean.sh,v 1.
3
2011/0
3/01 23:48:05 tbox
Exp $
rm
-f
ns1/named.conf ns1/named.run ns1/named.memstats
rm
-f
dig.out.
*
bin/tests/system/database/ns1/named.conf1
View file @
c8175ece
/*
* Copyright (C) 201
0
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 201
1
Internet Systems Consortium, Inc. ("ISC")
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
...
...
@@ -14,7 +14,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf1,v 1.
2
2011/0
2/22 04:14:30 marka
Exp $ */
/* $Id: named.conf1,v 1.
3
2011/0
3/01 23:48:06 tbox
Exp $ */
// NS1
...
...
bin/tests/system/database/ns1/named.conf2
View file @
c8175ece
/*
* Copyright (C) 201
0
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 201
1
Internet Systems Consortium, Inc. ("ISC")
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
...
...
@@ -14,7 +14,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf2,v 1.
2
2011/0
2/22 04:14:30 marka
Exp $ */
/* $Id: named.conf2,v 1.
3
2011/0
3/01 23:48:06 tbox
Exp $ */
// NS1
...
...
bin/tests/system/database/setup.sh
View file @
c8175ece
#!/bin/sh
#
# Copyright (C) 201
0
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 201
1
Internet Systems Consortium, Inc. ("ISC")
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
...
...
@@ -14,6 +14,6 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: setup.sh,v 1.
2
2011/0
2/22 04:14:29 marka
Exp $
# $Id: setup.sh,v 1.
3
2011/0
3/01 23:48:05 tbox
Exp $
cp
ns1/named.conf1 ns1/named.conf
bin/tests/system/database/tests.sh
View file @
c8175ece
#!/bin/sh
#
# Copyright (C) 201
0
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 201
1
Internet Systems Consortium, Inc. ("ISC")
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
...
...
@@ -14,7 +14,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: tests.sh,v 1.
2
2011/0
2/22 04:14:29 marka
Exp $
# $Id: tests.sh,v 1.
3
2011/0
3/01 23:48:05 tbox
Exp $
SYSTEMTESTTOP
=
..
.
$SYSTEMTESTTOP
/conf.sh
...
...
bin/tests/system/dnssec/ns3/insecure.below-cname.example.db
View file @
c8175ece
; Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
; Copyright (C) 2000, 2001 Internet Software Consortium.
; Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC")
;
; Permission to use, copy, modify, and/or distribute this software for any
; purpose with or without fee is hereby granted, provided that the above
...
...
@@ -13,7 +12,7 @@
; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
; PERFORMANCE OF THIS SOFTWARE.
; $Id: insecure.below-cname.example.db,v 1.
2
2011/0
2/23 11:30:35 marka
Exp $
; $Id: insecure.below-cname.example.db,v 1.
3
2011/0
3/01 23:48:06 tbox
Exp $
$TTL 300 ; 5 minutes
@ IN SOA mname1. . (
...
...
bin/tests/system/dnssec/ns3/secure.below-cname.example.db.in
View file @
c8175ece
; Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
; Copyright (C) 2000, 2001 Internet Software Consortium.
; Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC")
;
; Permission to use, copy, modify, and/or distribute this software for any
; purpose with or without fee is hereby granted, provided that the above
...
...
@@ -13,7 +12,7 @@
; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
; PERFORMANCE OF THIS SOFTWARE.
; $Id: secure.below-cname.example.db.in,v 1.
2
2011/0
2/23 11:30:35 marka
Exp $
; $Id: secure.below-cname.example.db.in,v 1.
3
2011/0
3/01 23:48:06 tbox
Exp $
$TTL 300 ; 5 minutes
@ IN SOA mname1. . (
...
...
bin/tests/system/ixfr/ans2/ans.pl
View file @
c8175ece
#!/usr/bin/perl
#
# Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004, 2007
, 2011
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium.
#
# Permission to use, copy, modify, and/or distribute this software for any
...
...
@@ -15,7 +15,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: ans.pl,v 1.
8
2011/0
2/22 22:57:23 smann
Exp $
# $Id: ans.pl,v 1.
9
2011/0
3/01 23:48:06 tbox
Exp $
#
# This is the name server from hell. It provides canned
...
...
bin/tests/system/redirect/clean.sh
View file @
c8175ece
#!/bin/sh
#
# Copyright (C) 201
0
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 201
1
Internet Systems Consortium, Inc. ("ISC")
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
...
...
@@ -14,7 +14,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: clean.sh,v 1.
2
2011/0
2/23 0
3:
0
8:0
9 marka
Exp $
# $Id: clean.sh,v 1.
3
2011/0
3/01 2
3:
4
8:0
6 tbox
Exp $
rm
-f
ns1/K
*
...
...
bin/tests/system/redirect/conf/bad1.conf
View file @
c8175ece
/*
*
Copyright
(
C
)
2011
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
*
Permission
to
use
,
copy
,
modify
,
and
/
or
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
ISC
DISCLAIMS
ALL
WARRANTIES
WITH
*
REGARD
TO
THIS
SOFTWARE
INCLUDING
ALL
IMPLIED
WARRANTIES
OF
MERCHANTABILITY
*
AND
FITNESS
.
IN
NO
EVENT
SHALL
ISC
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
:
bad1
.
conf
,
v
1
.
3
2011
/
03
/
01
23
:
48
:
06
tbox
Exp
$ */
zone
"."
{
type
hint
;
file
"hint.db"
;
...
...
bin/tests/system/redirect/conf/bad2.conf
View file @
c8175ece
/*
*
Copyright
(
C
)
2011
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
*
Permission
to
use
,
copy
,
modify
,
and
/
or
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
ISC
DISCLAIMS
ALL
WARRANTIES
WITH
*
REGARD
TO
THIS
SOFTWARE
INCLUDING
ALL
IMPLIED
WARRANTIES
OF
MERCHANTABILITY
*
AND
FITNESS
.
IN
NO
EVENT
SHALL
ISC
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
:
bad2
.
conf
,
v
1
.
3
2011
/
03
/
01
23
:
48
:
06
tbox
Exp
$ */
zone
"."
{
type
hint
;
file
"hint.db"
;
...
...
bin/tests/system/redirect/conf/bad3.conf
View file @
c8175ece
/*
*
Copyright
(
C
)
2011
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
*
Permission
to
use
,
copy
,
modify
,
and
/
or
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
ISC
DISCLAIMS
ALL
WARRANTIES
WITH
*
REGARD
TO
THIS
SOFTWARE
INCLUDING
ALL
IMPLIED
WARRANTIES
OF
MERCHANTABILITY
*
AND
FITNESS
.
IN
NO
EVENT
SHALL
ISC
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
:
bad3
.
conf
,
v
1
.
3
2011
/
03
/
01
23
:
48
:
06
tbox
Exp
$ */
zone
"."
{
type
hint
;
file
"hint.db"
;
...
...
bin/tests/system/redirect/conf/good1.conf
View file @
c8175ece
/*
*
Copyright
(
C
)
2011
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
*
Permission
to
use
,
copy
,
modify
,
and
/
or
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
ISC
DISCLAIMS
ALL
WARRANTIES
WITH
*
REGARD
TO
THIS
SOFTWARE
INCLUDING
ALL
IMPLIED
WARRANTIES
OF
MERCHANTABILITY
*
AND
FITNESS
.
IN
NO
EVENT
SHALL
ISC
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
:
good1
.
conf
,
v
1
.
3
2011
/
03
/
01
23
:
48
:
06
tbox
Exp
$ */
zone
"."
{
type
hint
;
file
"hint.db"
;
...
...
bin/tests/system/redirect/conf/good2.conf
View file @
c8175ece
/*
*
Copyright
(
C
)
2011
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
*
Permission
to
use
,
copy
,
modify
,
and
/
or
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
ISC
DISCLAIMS
ALL
WARRANTIES
WITH
*
REGARD
TO
THIS
SOFTWARE
INCLUDING
ALL
IMPLIED
WARRANTIES
OF
MERCHANTABILITY
*
AND
FITNESS
.
IN
NO
EVENT
SHALL
ISC
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
:
good2
.
conf
,
v
1
.
3
2011
/
03
/
01
23
:
48
:
06
tbox
Exp
$ */
zone
"."
{
type
master
;
file
"master.db"
;
...
...
bin/tests/system/redirect/conf/good3.conf
View file @
c8175ece
/*
*
Copyright
(
C
)
2011
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
*
Permission
to
use
,
copy
,
modify
,
and
/
or
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
ISC
DISCLAIMS
ALL
WARRANTIES
WITH
*
REGARD
TO
THIS
SOFTWARE
INCLUDING
ALL
IMPLIED
WARRANTIES
OF
MERCHANTABILITY
*
AND
FITNESS
.
IN
NO
EVENT
SHALL
ISC
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
:
good3
.
conf
,
v
1
.
3
2011
/
03
/
01
23
:
48
:
06
tbox
Exp
$ */
zone
"."
{
type
slave
;
file
"slave.db"
;
...
...
bin/tests/system/redirect/conf/good4.conf
View file @
c8175ece
/*
*
Copyright
(
C
)
2011
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
*
Permission
to
use
,
copy
,
modify
,
and
/
or
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
ISC
DISCLAIMS
ALL
WARRANTIES
WITH
*
REGARD
TO
THIS
SOFTWARE
INCLUDING
ALL
IMPLIED
WARRANTIES
OF
MERCHANTABILITY
*
AND
FITNESS
.
IN
NO
EVENT
SHALL
ISC
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
:
good4
.
conf
,
v
1
.
3
2011
/
03
/
01
23
:
48
:
06
tbox
Exp
$ */
zone
"."
{
type
hint
;
file
"hint.db"
;
...
...
bin/tests/system/redirect/ns1/example.db
View file @
c8175ece
; Copyright (C)
2010,
2011 Internet Systems Consortium, Inc. ("ISC")
; Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC")
;
; Permission to use, copy, modify, and/or distribute this software for any
; purpose with or without fee is hereby granted, provided that the above
...
...
@@ -12,7 +12,7 @@
; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
; PERFORMANCE OF THIS SOFTWARE.
; $Id: example.db,v 1.
2
2011/0
2/23 0
3:
0
8:
10 marka
Exp $
; $Id: example.db,v 1.
3
2011/0
3/01 2
3:
4
8:
06 tbox
Exp $
$TTL 3600
@ SOA ns1 marka.isc.org. 0 0 0 0 1200
...
...
bin/tests/system/redirect/ns1/named.conf
View file @
c8175ece
/*
*
Copyright
(
C
)
201
0
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
Copyright
(
C
)
201
1
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
*
Permission
to
use
,
copy
,
modify
,
and
/
or
distribute
this
software
for
any
*
purpose
with
or
without
fee
is
hereby
granted
,
provided
that
the
above
...
...
@@ -14,7 +14,7 @@
*
PERFORMANCE
OF
THIS
SOFTWARE
.
*/
/* $
Id
:
named
.
conf
,
v
1
.
2
2011
/
0
2
/
23
0
3
:
0
8
:
10
marka
Exp
$ */
/* $
Id
:
named
.
conf
,
v
1
.
3
2011
/
0
3
/
01
2
3
:
4
8
:
06
tbox
Exp
$ */
//
NS1
...
...
bin/tests/system/redirect/ns1/redirect.db
View file @
c8175ece
; Copyright
; Copyright
(C) 2011 Internet Systems Consortium, Inc. ("ISC")
;
; Permission to use, copy, modify, and/or 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 ISC DISCLAIMS ALL WARRANTIES WITH
; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
; AND FITNESS. IN NO EVENT SHALL ISC 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: redirect.db,v 1.3 2011/03/01 23:48:06 tbox Exp $
$TTL 300
@ IN SOA ns.example.net hostmaster.example.net 0 0 0 0 0
...
...
bin/tests/system/redirect/ns1/root.db
View file @
c8175ece
; Copyright (C) 201
0
Internet Systems Consortium, Inc. ("ISC")
; Copyright (C) 201
1
Internet Systems Consortium, Inc. ("ISC")
;
; Permission to use, copy, modify, and/or distribute this software for any
; purpose with or without fee is hereby granted, provided that the above
...
...
@@ -12,7 +12,7 @@
; OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
; PERFORMANCE OF THIS SOFTWARE.
; $Id: root.db,v 1.
2
2011/0
2/23 0
3:
0
8:
10 marka
Exp $
; $Id: root.db,v 1.
3
2011/0
3/01 2
3:
4
8:
06 tbox
Exp $
$TTL 3600
@ SOA a.root-servers.nil. marka.isc.org. 0 0 0 0 0
...
...
bin/tests/system/redirect/ns1/sign.sh
View file @
c8175ece
#!/bin/sh -e
#
# Copyright (C) 201
0
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 201
1
Internet Systems Consortium, Inc. ("ISC")
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
...
...
@@ -14,7 +14,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: sign.sh,v 1.
2
2011/0
2/23 0
3:
0
8:
10 marka
Exp $
# $Id: sign.sh,v 1.
3
2011/0
3/01 2
3:
4
8:
06 tbox
Exp $
SYSTEMTESTTOP
=
../..
.
$SYSTEMTESTTOP
/conf.sh
...
...
bin/tests/system/redirect/ns2/named.conf
View file @
c8175ece
/*
*
Copyright
(
C
)
2010
,
2011
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
Copyright
(
C
)
2011
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
*
Permission
to
use
,
copy
,
modify
,
and
/
or
distribute
this
software
for
any
*
purpose
with
or
without
fee
is
hereby
granted
,
provided
that
the
above
...
...
@@ -14,7 +14,7 @@
*
PERFORMANCE
OF
THIS
SOFTWARE
.
*/
/* $
Id
:
named
.
conf
,
v
1
.
2
2011
/
0
2
/
23
0
3
:
0
8
:
10
marka
Exp
$ */
/* $
Id
:
named
.
conf
,
v
1
.
3
2011
/
0
3
/
01
2
3
:
4
8
:
07
tbox
Exp
$ */
//
NS2
...
...
bin/tests/system/redirect/ns2/redirect.db
View file @
c8175ece
; Copyright
; Copyright
(C) 2011 Internet Systems Consortium, Inc. ("ISC")
;
; Permission to use, copy, modify, and/or 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 ISC DISCLAIMS ALL WARRANTIES WITH
; REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
; AND FITNESS. IN NO EVENT SHALL ISC 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: redirect.db,v 1.3 2011/03/01 23:48:07 tbox Exp $
$TTL 300
@ IN SOA ns.example.net hostmaster.example.net 0 0 0 0 0
...
...
bin/tests/system/redirect/setup.sh
View file @
c8175ece
#!/bin/sh -e
#
# Copyright (C) 201
0
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 201
1
Internet Systems Consortium, Inc. ("ISC")
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
...
...
@@ -14,7 +14,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: setup.sh,v 1.
2
2011/0
2/23 0
3:
0
8:0
9 marka
Exp $
# $Id: setup.sh,v 1.
3
2011/0
3/01 2
3:
4
8:0
6 tbox
Exp $
sh clean.sh
...
...
bin/tests/system/redirect/tests.sh
View file @
c8175ece
#!/bin/sh
#
# Copyright (C)
2010,
2011 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC")
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
...
...
@@ -14,7 +14,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: tests.sh,v 1.
2
2011/0
2/23 0
3:
0
8:0
9 marka
Exp $
# $Id: tests.sh,v 1.
3
2011/0
3/01 2
3:
4
8:0
6 tbox
Exp $
SYSTEMTESTTOP
=
..
.
$SYSTEMTESTTOP
/conf.sh
...
...
bin/tests/system/testsock.pl
View file @
c8175ece
#!/usr/bin/perl
#
# Copyright (C) 2004, 2007, 2010 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004, 2007, 2010
, 2011
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2000, 2001 Internet Software Consortium.
#
# Permission to use, copy, modify, and/or distribute this software for any
...
...
@@ -15,7 +15,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: testsock.pl,v 1.
19
2011/0
2/28 14:08:36 fdupont
Exp $
# $Id: testsock.pl,v 1.
20
2011/0
3/01 23:48:05 tbox
Exp $
# Test whether the interfaces on 10.53.0.* are up.
...
...
lib/dns/include/dns/Makefile.in
View file @
c8175ece
# Copyright (C) 2004, 2007-2009 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004, 2007-2009
, 2011
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 1998-2003 Internet Software Consortium.
#
# Permission to use, copy, modify, and/or distribute this software for any
...
...
@@ -13,7 +13,7 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: Makefile.in,v 1.5
8
2011/0
2/22 11:48:02 marka
Exp $
# $Id: Makefile.in,v 1.5
9
2011/0
3/01 23:48:07 tbox
Exp $
srcdir
=
@srcdir@
VPATH
=
@srcdir@
...
...
lib/dns/include/dns/zone.h
View file @
c8175ece
/*
* Copyright (C) 2004-201
0
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-201
1
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: zone.h,v 1.18
3
2011/0
2/23 03:08:11 marka
Exp $ */
/* $Id: zone.h,v 1.18
4
2011/0
3/01 23:48:07 tbox
Exp $ */
#ifndef DNS_ZONE_H
#define DNS_ZONE_H 1
...
...
lib/dns/tests/dnstest.c
View file @
c8175ece
...
...
@@ -14,7 +14,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: dnstest.c,v 1.
2
2011/0
2/26 02:26:11 each
Exp $ */
/* $Id: dnstest.c,v 1.
3
2011/0
3/01 23:48:07 tbox
Exp $ */
/*! \file */
...
...
@@ -46,12 +46,12 @@ static isc_boolean_t hash_active = ISC_FALSE, dst_active = ISC_FALSE;
* Logging categories: this needs to match the list in bin/named/log.c.
*/
static
isc_logcategory_t
categories
[]
=
{
{
""
,
0
},
{
"client"
,
0
},
{
"network"
,
0
},
{
"update"
,
0
},
{
"queries"
,
0
},
{
"unmatched"
,
0
},
{
""
,
0
},
{
"client"
,
0
},