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
3398334b
Commit
3398334b
authored
Sep 25, 2008
by
Automatic Updater
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update copyright notice
parent
7af91d15
Changes
68
Hide whitespace changes
Inline
Side-by-side
Showing
68 changed files
with
219 additions
and
221 deletions
+219
-221
Makefile.in
Makefile.in
+2
-2
bin/dnssec/dnssec-keygen.c
bin/dnssec/dnssec-keygen.c
+2
-2
bin/dnssec/dnssec-keygen.docbook
bin/dnssec/dnssec-keygen.docbook
+3
-2
bin/dnssec/dnssec-signzone.docbook
bin/dnssec/dnssec-signzone.docbook
+3
-2
bin/dnssec/dnssectool.h
bin/dnssec/dnssectool.h
+2
-2
bin/named/lwresd.docbook
bin/named/lwresd.docbook
+3
-2
bin/nsupdate/nsupdate.c
bin/nsupdate/nsupdate.c
+2
-2
bin/tests/Makefile.in
bin/tests/Makefile.in
+2
-2
bin/tests/db_test.c
bin/tests/db_test.c
+5
-5
bin/tests/journalprint.c
bin/tests/journalprint.c
+5
-5
bin/tests/nsec3hash.c
bin/tests/nsec3hash.c
+13
-13
bin/tests/nsecify.c
bin/tests/nsecify.c
+2
-2
bin/tests/system/Makefile.in
bin/tests/system/Makefile.in
+2
-2
bin/tests/system/dnssec/clean.sh
bin/tests/system/dnssec/clean.sh
+2
-2
bin/tests/system/dnssec/ns1/sign.sh
bin/tests/system/dnssec/ns1/sign.sh
+2
-2
bin/tests/system/dnssec/ns2/child.nsec3.example.db
bin/tests/system/dnssec/ns2/child.nsec3.example.db
+2
-2
bin/tests/system/dnssec/ns2/child.optout.example.db
bin/tests/system/dnssec/ns2/child.optout.example.db
+2
-2
bin/tests/system/dnssec/ns2/example.db.in
bin/tests/system/dnssec/ns2/example.db.in
+2
-2
bin/tests/system/dnssec/ns2/named.conf
bin/tests/system/dnssec/ns2/named.conf
+2
-2
bin/tests/system/dnssec/ns2/sign.sh
bin/tests/system/dnssec/ns2/sign.sh
+2
-2
bin/tests/system/dnssec/ns3/multiple.example.db.in
bin/tests/system/dnssec/ns3/multiple.example.db.in
+2
-2
bin/tests/system/dnssec/ns3/named.conf
bin/tests/system/dnssec/ns3/named.conf
+2
-2
bin/tests/system/dnssec/ns3/nsec3-unknown.example.db.in
bin/tests/system/dnssec/ns3/nsec3-unknown.example.db.in
+2
-2
bin/tests/system/dnssec/ns3/nsec3.example.db.in
bin/tests/system/dnssec/ns3/nsec3.example.db.in
+2
-2
bin/tests/system/dnssec/ns3/nsec3.nsec3.example.db.in
bin/tests/system/dnssec/ns3/nsec3.nsec3.example.db.in
+2
-3
bin/tests/system/dnssec/ns3/nsec3.optout.example.db.in
bin/tests/system/dnssec/ns3/nsec3.optout.example.db.in
+2
-3
bin/tests/system/dnssec/ns3/optout-unknown.example.db.in
bin/tests/system/dnssec/ns3/optout-unknown.example.db.in
+2
-2
bin/tests/system/dnssec/ns3/optout.example.db.in
bin/tests/system/dnssec/ns3/optout.example.db.in
+2
-2
bin/tests/system/dnssec/ns3/optout.nsec3.example.db.in
bin/tests/system/dnssec/ns3/optout.nsec3.example.db.in
+2
-3
bin/tests/system/dnssec/ns3/optout.optout.example.db.in
bin/tests/system/dnssec/ns3/optout.optout.example.db.in
+2
-3
bin/tests/system/dnssec/ns3/secure.example.db.in
bin/tests/system/dnssec/ns3/secure.example.db.in
+2
-2
bin/tests/system/dnssec/ns3/secure.nsec3.example.db.in
bin/tests/system/dnssec/ns3/secure.nsec3.example.db.in
+2
-3
bin/tests/system/dnssec/ns3/secure.optout.example.db.in
bin/tests/system/dnssec/ns3/secure.optout.example.db.in
+2
-3
bin/tests/system/dnssec/ns3/sign.sh
bin/tests/system/dnssec/ns3/sign.sh
+2
-2
bin/tests/system/dnssec/ns7/named.conf
bin/tests/system/dnssec/ns7/named.conf
+2
-2
bin/tests/system/dnssec/tests.sh
bin/tests/system/dnssec/tests.sh
+2
-2
contrib/sdb/pgsql/zonetodb.c
contrib/sdb/pgsql/zonetodb.c
+4
-4
lib/dns/gen.c
lib/dns/gen.c
+2
-2
lib/dns/include/dns/keyvalues.h
lib/dns/include/dns/keyvalues.h
+2
-2
lib/dns/include/dns/ncache.h
lib/dns/include/dns/ncache.h
+2
-2
lib/dns/include/dns/nsec.h
lib/dns/include/dns/nsec.h
+5
-5
lib/dns/include/dns/rbt.h
lib/dns/include/dns/rbt.h
+2
-2
lib/dns/include/dns/rcode.h
lib/dns/include/dns/rcode.h
+2
-2
lib/dns/include/dns/rdatatype.h
lib/dns/include/dns/rdatatype.h
+2
-2
lib/dns/include/dns/result.h
lib/dns/include/dns/result.h
+2
-2
lib/dns/include/dns/validator.h
lib/dns/include/dns/validator.h
+2
-2
lib/dns/ncache.c
lib/dns/ncache.c
+2
-2
lib/dns/nsec.c
lib/dns/nsec.c
+3
-3
lib/dns/nsec3.c
lib/dns/nsec3.c
+14
-14
lib/dns/rcode.c
lib/dns/rcode.c
+2
-2
lib/dns/rdata/generic/nsec3_50.c
lib/dns/rdata/generic/nsec3_50.c
+6
-5
lib/dns/rdata/generic/nsec3_50.h
lib/dns/rdata/generic/nsec3_50.h
+5
-5
lib/dns/rdata/generic/nsec3param_51.c
lib/dns/rdata/generic/nsec3param_51.c
+5
-4
lib/dns/rdata/generic/nsec3param_51.h
lib/dns/rdata/generic/nsec3param_51.h
+4
-4
lib/dns/rdatalist_p.h
lib/dns/rdatalist_p.h
+2
-2
lib/dns/result.c
lib/dns/result.c
+2
-2
lib/isc/buffer.c
lib/isc/buffer.c
+2
-2
lib/isc/commandline.c
lib/isc/commandline.c
+2
-2
lib/isc/hex.c
lib/isc/hex.c
+2
-2
lib/isc/include/isc/base32.h
lib/isc/include/isc/base32.h
+3
-4
lib/isc/include/isc/buffer.h
lib/isc/include/isc/buffer.h
+2
-2
lib/isc/include/isc/hex.h
lib/isc/include/isc/hex.h
+2
-2
lib/isc/include/isc/iterated_hash.h
lib/isc/include/isc/iterated_hash.h
+5
-5
lib/isc/include/isc/result.h
lib/isc/include/isc/result.h
+2
-2
lib/isc/result.c
lib/isc/result.c
+2
-2
lib/isccfg/include/isccfg/grammar.h
lib/isccfg/include/isccfg/grammar.h
+5
-5
lib/isccfg/parser.c
lib/isccfg/parser.c
+28
-28
util/altbuild.sh
util/altbuild.sh
+2
-2
No files found.
Makefile.in
View file @
3398334b
# Copyright (C) 2004-200
7
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004-200
8
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.5
1
2008/09/2
4 02:13:02 marka
Exp $
# $Id: Makefile.in,v 1.5
2
2008/09/2
5 04:02:38 tbox
Exp $
srcdir
=
@srcdir@
VPATH
=
@srcdir@
...
...
bin/dnssec/dnssec-keygen.c
View file @
3398334b
/*
* Portions Copyright (C) 2004-200
7
Internet Systems Consortium, Inc. ("ISC")
* Portions Copyright (C) 2004-200
8
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-keygen.c,v 1.8
0
2008/09/2
4
0
2:46:21 marka
Exp $ */
/* $Id: dnssec-keygen.c,v 1.8
1
2008/09/2
5
0
4:02:38 tbox
Exp $ */
/*! \file */
...
...
bin/dnssec/dnssec-keygen.docbook
View file @
3398334b
...
...
@@ -2,7 +2,7 @@
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
[<!ENTITY mdash "—">
]>
<!--
- Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
- Copyright (C) 2004, 2005, 2007
, 2008
Internet Systems Consortium, Inc. ("ISC")
- Copyright (C) 2000-2003 Internet Software Consortium.
-
- Permission to use, copy, modify, and/or distribute this software for any
...
...
@@ -18,7 +18,7 @@
- PERFORMANCE OF THIS SOFTWARE.
-->
<!-- $Id: dnssec-keygen.docbook,v 1.2
0
2008/09/2
4
0
2:46:21 marka
Exp $ -->
<!-- $Id: dnssec-keygen.docbook,v 1.2
1
2008/09/2
5
0
4:02:38 tbox
Exp $ -->
<refentry
id=
"man.dnssec-keygen"
>
<refentryinfo>
<date>
June 30, 2000
</date>
...
...
@@ -40,6 +40,7 @@
<year>
2004
</year>
<year>
2005
</year>
<year>
2007
</year>
<year>
2008
</year>
<holder>
Internet Systems Consortium, Inc. ("ISC")
</holder>
</copyright>
<copyright>
...
...
bin/dnssec/dnssec-signzone.docbook
View file @
3398334b
...
...
@@ -2,7 +2,7 @@
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
[<!ENTITY mdash "—">
]>
<!--
- Copyright (C) 2004-200
7
Internet Systems Consortium, Inc. ("ISC")
- Copyright (C) 2004-200
8
Internet Systems Consortium, Inc. ("ISC")
- Copyright (C) 2000-2003 Internet Software Consortium.
-
- Permission to use, copy, modify, and/or distribute this software for any
...
...
@@ -18,7 +18,7 @@
- PERFORMANCE OF THIS SOFTWARE.
-->
<!-- $Id: dnssec-signzone.docbook,v 1.
29
2008/09/2
4
0
3:16:57
tbox Exp $ -->
<!-- $Id: dnssec-signzone.docbook,v 1.
30
2008/09/2
5
0
4:02:38
tbox Exp $ -->
<refentry
id=
"man.dnssec-signzone"
>
<refentryinfo>
<date>
June 30, 2000
</date>
...
...
@@ -41,6 +41,7 @@
<year>
2005
</year>
<year>
2006
</year>
<year>
2007
</year>
<year>
2008
</year>
<holder>
Internet Systems Consortium, Inc. ("ISC")
</holder>
</copyright>
<copyright>
...
...
bin/dnssec/dnssectool.h
View file @
3398334b
/*
* Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004, 2007
, 2008
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000, 2001, 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: dnssectool.h,v 1.2
1
2008/09/2
4
0
2:46:21 marka
Exp $ */
/* $Id: dnssectool.h,v 1.2
2
2008/09/2
5
0
4:02:38 tbox
Exp $ */
#ifndef DNSSECTOOL_H
#define DNSSECTOOL_H 1
...
...
bin/named/lwresd.docbook
View file @
3398334b
...
...
@@ -2,7 +2,7 @@
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
[<!ENTITY mdash "—">
]>
<!--
- Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
- Copyright (C) 2004, 2005, 2007
, 2008
Internet Systems Consortium, Inc. ("ISC")
- Copyright (C) 2000, 2001 Internet Software Consortium.
-
- Permission to use, copy, modify, and/or distribute this software for any
...
...
@@ -18,7 +18,7 @@
- PERFORMANCE OF THIS SOFTWARE.
-->
<!-- $Id: lwresd.docbook,v 1.1
6
2008/09/2
4 21:40:58 jreed
Exp $ -->
<!-- $Id: lwresd.docbook,v 1.1
7
2008/09/2
5 04:02:38 tbox
Exp $ -->
<refentry>
<refentryinfo>
<date>
June 30, 2000
</date>
...
...
@@ -40,6 +40,7 @@
<year>
2004
</year>
<year>
2005
</year>
<year>
2007
</year>
<year>
2008
</year>
<holder>
Internet Systems Consortium, Inc. ("ISC")
</holder>
</copyright>
<copyright>
...
...
bin/nsupdate/nsupdate.c
View file @
3398334b
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: nsupdate.c,v 1.16
2
2008/09/25 0
2:20:27 marka
Exp $ */
/* $Id: nsupdate.c,v 1.16
3
2008/09/25 0
4:02:38 tbox
Exp $ */
/*! \file */
...
...
@@ -1405,7 +1405,7 @@ evaluate_ttl(char *cmdline) {
default_ttl_set
=
ISC_FALSE
;
return
(
STATUS_MORE
);
}
result
=
isc_parse_uint32
(
&
ttl
,
word
,
10
);
if
(
result
!=
ISC_R_SUCCESS
)
return
(
STATUS_SYNTAX
);
...
...
bin/tests/Makefile.in
View file @
3398334b
# Copyright (C) 2004-200
7
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004-200
8
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.13
0
2008/09/2
4
0
2:46:21 marka
Exp $
# $Id: Makefile.in,v 1.13
1
2008/09/2
5
0
4:02:38 tbox
Exp $
srcdir
=
@srcdir@
VPATH
=
@srcdir@
...
...
bin/tests/db_test.c
View file @
3398334b
/*
* Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004, 2005, 2007
, 2008
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2001 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
...
...
@@ -15,9 +15,9 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: db_test.c,v 1.6
5
2008/09/2
4
0
2:46:21 marka
Exp $ */
/* $Id: db_test.c,v 1.6
6
2008/09/2
5
0
4:02:38 tbox
Exp $ */
/*! \file
/*! \file
* \author
* Principal Author: Bob Halley
*/
...
...
@@ -385,7 +385,7 @@ main(int argc, char *argv[]) {
RUNTIME_CHECK
(
dns_dbtable_create
(
mctx
,
dns_rdataclass_in
,
&
dbtable
)
==
ISC_R_SUCCESS
);
strcpy
(
dbtype
,
"rbt"
);
while
((
ch
=
isc_commandline_parse
(
argc
,
argv
,
"c:d:t:z:P:Q:glpqvT"
))
...
...
@@ -404,7 +404,7 @@ main(int argc, char *argv[]) {
case
'g'
:
options
|=
(
DNS_DBFIND_GLUEOK
|
DNS_DBFIND_VALIDATEGLUE
);
break
;
case
'l'
:
case
'l'
:
RUNTIME_CHECK
(
isc_log_create
(
mctx
,
&
lctx
,
NULL
)
==
ISC_R_SUCCESS
);
isc_log_setcontext
(
lctx
);
...
...
bin/tests/journalprint.c
View file @
3398334b
/*
* Copyright (C) 2004-200
7
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-200
8
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 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: journalprint.c,v 1.1
3
2008/09/25 0
2
:0
1:45 marka
Exp $ */
/* $Id: journalprint.c,v 1.1
4
2008/09/25 0
4
:0
2:38 tbox
Exp $ */
/*! \file */
#include <config.h>
...
...
@@ -50,9 +50,9 @@ setup_logging(isc_mem_t *mctx, FILE *errout, isc_log_t **logp) {
destination
.
file
.
versions
=
ISC_LOG_ROLLNEVER
;
destination
.
file
.
maximum_size
=
0
;
RUNTIME_CHECK
(
isc_log_createchannel
(
logconfig
,
"stderr"
,
ISC_LOG_TOFILEDESC
,
ISC_LOG_DYNAMIC
,
&
destination
,
0
)
==
ISC_R_SUCCESS
);
ISC_LOG_TOFILEDESC
,
ISC_LOG_DYNAMIC
,
&
destination
,
0
)
==
ISC_R_SUCCESS
);
RUNTIME_CHECK
(
isc_log_usechannel
(
logconfig
,
"stderr"
,
NULL
,
NULL
)
==
ISC_R_SUCCESS
);
...
...
bin/tests/nsec3hash.c
View file @
3398334b
/*
* Copyright (C) 2006 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2006
, 2008
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: nsec3hash.c,v 1.
2
2008/09/2
4
0
2:46:21 marka
Exp $ */
/* $Id: nsec3hash.c,v 1.
3
2008/09/2
5
0
4:02:38 tbox
Exp $ */
#include <config.h>
...
...
@@ -38,20 +38,20 @@ const char *program = "nsec3hash";
static
void
fatal
(
const
char
*
format
,
...)
{
va_list
args
;
va_list
args
;
fprintf
(
stderr
,
"%s: "
,
program
);
va_start
(
args
,
format
);
vfprintf
(
stderr
,
format
,
args
);
va_end
(
args
);
fprintf
(
stderr
,
"
\n
"
);
exit
(
1
);
fprintf
(
stderr
,
"%s: "
,
program
);
va_start
(
args
,
format
);
vfprintf
(
stderr
,
format
,
args
);
va_end
(
args
);
fprintf
(
stderr
,
"
\n
"
);
exit
(
1
);
}
static
void
check_result
(
isc_result_t
result
,
const
char
*
message
)
{
if
(
result
!=
ISC_R_SUCCESS
)
fatal
(
"%s: %s"
,
message
,
isc_result_totext
(
result
));
if
(
result
!=
ISC_R_SUCCESS
)
fatal
(
"%s: %s"
,
message
,
isc_result_totext
(
result
));
}
static
void
...
...
@@ -59,7 +59,7 @@ usage() {
fatal
(
"salt hash iterations domain"
);
}
int
int
main
(
int
argc
,
char
**
argv
)
{
dns_fixedname_t
fixed
;
dns_name_t
*
name
;
...
...
@@ -112,6 +112,6 @@ main(int argc, char **argv) {
isc_buffer_init
(
&
buffer
,
text
,
sizeof
(
text
));
isc_base32hex_totext
(
&
region
,
1
,
""
,
&
buffer
);
fprintf
(
stdout
,
"%.*s (salt=%s, hash=%u, iterations=%u)
\n
"
,
(
int
)
isc_buffer_usedlength
(
&
buffer
),
text
,
argv
[
1
],
hash_alg
,
iterations
);
(
int
)
isc_buffer_usedlength
(
&
buffer
),
text
,
argv
[
1
],
hash_alg
,
iterations
);
exit
(
0
);
}
bin/tests/nsecify.c
View file @
3398334b
/*
* Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004, 2007
, 2008
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2001, 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: nsecify.c,v 1.
7
2008/09/2
4
0
2:46:21 marka
Exp $ */
/* $Id: nsecify.c,v 1.
8
2008/09/2
5
0
4:02:38 tbox
Exp $ */
#include <config.h>
...
...
bin/tests/system/Makefile.in
View file @
3398334b
# Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004, 2007
, 2008
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2000, 2001 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.3
0
2008/09/2
4
0
2:46:21 marka
Exp $
# $Id: Makefile.in,v 1.3
1
2008/09/2
5
0
4:02:38 tbox
Exp $
srcdir
=
@srcdir@
VPATH
=
@srcdir@
...
...
bin/tests/system/dnssec/clean.sh
View file @
3398334b
#!/bin/sh
#
# Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004, 2007
, 2008
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2000-2002 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: clean.sh,v 1.2
2
2008/09/2
4
0
2:46:21 marka
Exp $
# $Id: clean.sh,v 1.2
3
2008/09/2
5
0
4:02:38 tbox
Exp $
rm
-f
*
/K
*
*
/keyset-
*
*
/dsset-
*
*
/dlvset-
*
*
/signedkey-
*
*
/
*
.signed
*
/trusted.conf
*
/tmp
*
*
/
*
.jnl
*
/
*
.bk
rm
-f
ns1/root.db ns2/example.db ns3/secure.example.db
...
...
bin/tests/system/dnssec/ns1/sign.sh
View file @
3398334b
#!/bin/sh
#
# Copyright (C) 2004, 2006
,
200
7
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004, 2006
-
200
8
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 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: sign.sh,v 1.2
4
2008/09/2
4
0
2:46:21 marka
Exp $
# $Id: sign.sh,v 1.2
5
2008/09/2
5
0
4:02:38 tbox
Exp $
SYSTEMTESTTOP
=
../..
.
$SYSTEMTESTTOP
/conf.sh
...
...
bin/tests/system/dnssec/ns2/child.nsec3.example.db
View file @
3398334b
; Copyright (C) 2006 Internet Systems Consortium, Inc. ("ISC")
; Copyright (C) 2006
, 2008
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: child.nsec3.example.db,v 1.
2
2008/09/2
4
0
2:46:21 marka
Exp $
; $Id: child.nsec3.example.db,v 1.
3
2008/09/2
5
0
4:02:38 tbox
Exp $
$TTL 300 ; 5 minutes
@ IN SOA mname1. . (
...
...
bin/tests/system/dnssec/ns2/child.optout.example.db
View file @
3398334b
; Copyright (C) 2006 Internet Systems Consortium, Inc. ("ISC")
; Copyright (C) 2006
, 2008
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: child.optout.example.db,v 1.
2
2008/09/2
4
0
2:46:21 marka
Exp $
; $Id: child.optout.example.db,v 1.
3
2008/09/2
5
0
4:02:38 tbox
Exp $
$TTL 300 ; 5 minutes
@ IN SOA mname1. . (
...
...
bin/tests/system/dnssec/ns2/example.db.in
View file @
3398334b
; Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
; Copyright (C) 2004, 2007
, 2008
Internet Systems Consortium, Inc. ("ISC")
; Copyright (C) 2000-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: example.db.in,v 1.1
8
2008/09/2
4
0
2:46:21 marka
Exp $
; $Id: example.db.in,v 1.1
9
2008/09/2
5
0
4:02:38 tbox
Exp $
$TTL 300 ; 5 minutes
@ IN SOA mname1. . (
...
...
bin/tests/system/dnssec/ns2/named.conf
View file @
3398334b
/*
*
Copyright
(
C
)
2004
,
2006
,
200
7
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
Copyright
(
C
)
2004
,
2006
-
200
8
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
Copyright
(
C
)
2000
-
2002
Internet
Software
Consortium
.
*
*
Permission
to
use
,
copy
,
modify
,
and
/
or
distribute
this
software
for
any
...
...
@@ -15,7 +15,7 @@
*
PERFORMANCE
OF
THIS
SOFTWARE
.
*/
/* $
Id
:
named
.
conf
,
v
1
.
29
2008
/
09
/
2
4
0
2
:
46
:
21
marka
Exp
$ */
/* $
Id
:
named
.
conf
,
v
1
.
30
2008
/
09
/
2
5
0
4
:
02
:
38
tbox
Exp
$ */
//
NS2
...
...
bin/tests/system/dnssec/ns2/sign.sh
View file @
3398334b
#!/bin/sh
#
# Copyright (C) 2004, 2006
,
200
7
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004, 2006
-
200
8
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 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: sign.sh,v 1.
29
2008/09/2
4
0
2:46:21 marka
Exp $
# $Id: sign.sh,v 1.
30
2008/09/2
5
0
4:02:38 tbox
Exp $
SYSTEMTESTTOP
=
../..
.
$SYSTEMTESTTOP
/conf.sh
...
...
bin/tests/system/dnssec/ns3/multiple.example.db.in
View file @
3398334b
; Copyright (C) 2006 Internet Systems Consortium, Inc. ("ISC")
; Copyright (C) 2006
, 2008
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: multiple.example.db.in,v 1.
2
2008/09/2
4
0
2:46:21 marka
Exp $
; $Id: multiple.example.db.in,v 1.
3
2008/09/2
5
0
4:02:38 tbox
Exp $
$TTL 300 ; 5 minutes
@ IN SOA mname1. . (
...
...
bin/tests/system/dnssec/ns3/named.conf
View file @
3398334b
/*
*
Copyright
(
C
)
2004
,
2006
,
200
7
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
Copyright
(
C
)
2004
,
2006
-
200
8
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
Copyright
(
C
)
2000
-
2002
Internet
Software
Consortium
.
*
*
Permission
to
use
,
copy
,
modify
,
and
/
or
distribute
this
software
for
any
...
...
@@ -15,7 +15,7 @@
*
PERFORMANCE
OF
THIS
SOFTWARE
.
*/
/* $
Id
:
named
.
conf
,
v
1
.
3
2
2008
/
09
/
2
4
0
2
:
46
:
21
marka
Exp
$ */
/* $
Id
:
named
.
conf
,
v
1
.
3
3
2008
/
09
/
2
5
0
4
:
02
:
38
tbox
Exp
$ */
//
NS3
...
...
bin/tests/system/dnssec/ns3/nsec3-unknown.example.db.in
View file @
3398334b
; Copyright (C) 2006 Internet Systems Consortium, Inc. ("ISC")
; Copyright (C) 2006
, 2008
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: nsec3-unknown.example.db.in,v 1.
2
2008/09/2
4
0
2:46:21 marka
Exp $
; $Id: nsec3-unknown.example.db.in,v 1.
3
2008/09/2
5
0
4:02:38 tbox
Exp $
$TTL 300 ; 5 minutes
@ IN SOA mname1. . (
...
...
bin/tests/system/dnssec/ns3/nsec3.example.db.in
View file @
3398334b
; Copyright (C) 2006 Internet Systems Consortium, Inc. ("ISC")
; Copyright (C) 2006
, 2008
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: nsec3.example.db.in,v 1.
2
2008/09/2
4
0
2:46:21 marka
Exp $
; $Id: nsec3.example.db.in,v 1.
3
2008/09/2
5
0
4:02:38 tbox
Exp $
$TTL 300 ; 5 minutes
@ IN SOA mname1. . (
...
...
bin/tests/system/dnssec/ns3/nsec3.nsec3.example.db.in
View file @
3398334b
; Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
; Copyright (C) 2000, 2001 Internet Software Consortium.
; Copyright (C) 2008 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: nsec3.nsec3.example.db.in,v 1.
2
2008/09/2
4
0
2:46:21 marka
Exp $
; $Id: nsec3.nsec3.example.db.in,v 1.
3
2008/09/2
5
0
4:02:38 tbox
Exp $
$TTL 300 ; 5 minutes
@ IN SOA mname1. . (
...
...
bin/tests/system/dnssec/ns3/nsec3.optout.example.db.in
View file @
3398334b
; Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
; Copyright (C) 2000, 2001 Internet Software Consortium.
; Copyright (C) 2008 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: nsec3.optout.example.db.in,v 1.
2
2008/09/2
4
0
2:46:21 marka
Exp $
; $Id: nsec3.optout.example.db.in,v 1.
3
2008/09/2
5
0
4:02:38 tbox
Exp $
$TTL 300 ; 5 minutes
@ IN SOA mname1. . (
...
...
bin/tests/system/dnssec/ns3/optout-unknown.example.db.in
View file @
3398334b
; Copyright (C) 2006 Internet Systems Consortium, Inc. ("ISC")
; Copyright (C) 2006
, 2008
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: optout-unknown.example.db.in,v 1.
2
2008/09/2
4
0
2:46:21 marka
Exp $
; $Id: optout-unknown.example.db.in,v 1.
3
2008/09/2
5
0
4:02:38 tbox
Exp $
$TTL 300 ; 5 minutes
@ IN SOA mname1. . (
...
...
bin/tests/system/dnssec/ns3/optout.example.db.in
View file @
3398334b
; Copyright (C) 2006 Internet Systems Consortium, Inc. ("ISC")
; Copyright (C) 2006
, 2008
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: optout.example.db.in,v 1.
2
2008/09/2
4
0
2:46:21 marka
Exp $
; $Id: optout.example.db.in,v 1.
3
2008/09/2
5
0
4:02:38 tbox
Exp $
$TTL 300 ; 5 minutes
@ IN SOA mname1. . (
...
...
bin/tests/system/dnssec/ns3/optout.nsec3.example.db.in
View file @
3398334b
; Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
; Copyright (C) 2000, 2001 Internet Software Consortium.
; Copyright (C) 2008 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: optout.nsec3.example.db.in,v 1.
2
2008/09/2
4
0
2:46:21 marka
Exp $
; $Id: optout.nsec3.example.db.in,v 1.
3
2008/09/2
5
0
4:02:38 tbox
Exp $
$TTL 300 ; 5 minutes
@ IN SOA mname1. . (
...
...
bin/tests/system/dnssec/ns3/optout.optout.example.db.in
View file @
3398334b
; Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
; Copyright (C) 2000, 2001 Internet Software Consortium.
; Copyright (C) 2008 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: optout.optout.example.db.in,v 1.
2
2008/09/2
4
0
2:46:21 marka
Exp $
; $Id: optout.optout.example.db.in,v 1.
3
2008/09/2
5
0
4:02:38 tbox
Exp $
$TTL 300 ; 5 minutes
@ IN SOA mname1. . (
...
...
bin/tests/system/dnssec/ns3/secure.example.db.in
View file @
3398334b
; Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
; Copyright (C) 2004, 2007
, 2008
Internet Systems Consortium, Inc. ("ISC")
; Copyright (C) 2000, 2001 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: secure.example.db.in,v 1.1
2
2008/09/2
4
0
2:46:21 marka
Exp $
; $Id: secure.example.db.in,v 1.1
3
2008/09/2
5
0
4:02:38 tbox
Exp $
$TTL 300 ; 5 minutes
@ IN SOA mname1. . (
...
...
bin/tests/system/dnssec/ns3/secure.nsec3.example.db.in
View file @
3398334b
; Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
; Copyright (C) 2000, 2001 Internet Software Consortium.
; Copyright (C) 2008 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.nsec3.example.db.in,v 1.
2
2008/09/2
4
0
2:46:21 marka
Exp $
; $Id: secure.nsec3.example.db.in,v 1.
3
2008/09/2
5
0
4:02:38 tbox
Exp $
$TTL 300 ; 5 minutes