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
1da9dbcf
Commit
1da9dbcf
authored
Jan 04, 2011
by
Automatic Updater
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update copyright notice
parent
229ea464
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
33 additions
and
34 deletions
+33
-34
COPYRIGHT
COPYRIGHT
+2
-2
bin/named/bindkeys.pl
bin/named/bindkeys.pl
+3
-3
bin/named/server.c
bin/named/server.c
+3
-3
bin/tests/system/dnssec/README
bin/tests/system/dnssec/README
+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/ns4/named1.conf
bin/tests/system/dnssec/ns4/named1.conf
+2
-3
bin/tests/system/dnssec/ns4/named2.conf
bin/tests/system/dnssec/ns4/named2.conf
+2
-3
bin/tests/system/dnssec/setup.sh
bin/tests/system/dnssec/setup.sh
+2
-2
bin/tests/system/dnssec/tests.sh
bin/tests/system/dnssec/tests.sh
+2
-2
doc/arm/Bv9ARM-book.xml
doc/arm/Bv9ARM-book.xml
+3
-2
lib/isc/pthreads/mutex.c
lib/isc/pthreads/mutex.c
+2
-2
lib/isccfg/include/isccfg/grammar.h
lib/isccfg/include/isccfg/grammar.h
+2
-2
lib/isccfg/namedconf.c
lib/isccfg/namedconf.c
+2
-2
lib/isccfg/parser.c
lib/isccfg/parser.c
+2
-2
No files found.
COPYRIGHT
View file @
1da9dbcf
Copyright (C) 2004-201
0
Internet Systems Consortium, Inc. ("ISC")
Copyright (C) 2004-201
1
Internet Systems Consortium, Inc. ("ISC")
Copyright (C) 1996-2003 Internet Software Consortium.
Permission to use, copy, modify, and/or distribute this software for any
...
...
@@ -13,7 +13,7 @@ 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: COPYRIGHT,v 1.1
6
201
0
/01/04 23:4
8:51
tbox Exp $
$Id: COPYRIGHT,v 1.1
7
201
1
/01/04 23:4
7:13
tbox Exp $
Portions Copyright (C) 1996-2001 Nominum, Inc.
...
...
bin/named/bindkeys.pl
View file @
1da9dbcf
#!/usr/bin/env perl
#
# 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,12 +14,12 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: bindkeys.pl,v 1.
6
2011/01/0
3
23:4
5:07 each
Exp $
# $Id: bindkeys.pl,v 1.
7
2011/01/0
4
23:4
7:13 tbox
Exp $
use
strict
;
use
warnings
;
my
$rev
=
'
$Id: bindkeys.pl,v 1.
6
2011/01/0
3
23:4
5:07 each
Exp $
';
my
$rev
=
'
$Id: bindkeys.pl,v 1.
7
2011/01/0
4
23:4
7:13 tbox
Exp $
';
$rev
=~
s/\$//g
;
$rev
=~
s/,v//g
;
$rev
=~
s/Id: //
;
...
...
bin/named/server.c
View file @
1da9dbcf
/*
* 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: server.c,v 1.59
2
2011/01/0
3
23:4
5:07 each
Exp $ */
/* $Id: server.c,v 1.59
3
2011/01/0
4
23:4
7:13 tbox
Exp $ */
/*! \file */
...
...
@@ -635,7 +635,7 @@ load_view_keys(const cfg_obj_t *keys, const cfg_obj_t *vconfig,
* If keyname was specified, we only add that key.
*/
if
(
keyname
!=
NULL
&&
!
dns_name_equal
(
keyname
,
dst_key_name
(
dstkey
)))
!
dns_name_equal
(
keyname
,
dst_key_name
(
dstkey
)))
{
dst_key_free
(
&
dstkey
);
continue
;
...
...
bin/tests/system/dnssec/README
View file @
1da9dbcf
Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
Copyright (C) 2004
, 2011
Internet Systems Consortium, Inc. ("ISC")
Copyright (C) 2000-2002 Internet Software Consortium.
See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
$Id: README,v 1.
9
2011/01/0
3
23:4
5:07 each
Exp $
$Id: README,v 1.
10
2011/01/0
4
23:4
7:13 tbox
Exp $
The test setup for the DNSSEC tests has a secure root.
...
...
bin/tests/system/dnssec/clean.sh
View file @
1da9dbcf
#!/bin/sh
#
# Copyright (C) 2004, 2007-201
0
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004, 2007-201
1
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.3
2
2011/01/0
3
23:4
5:07 each
Exp $
# $Id: clean.sh,v 1.3
3
2011/01/0
4
23:4
7:13 tbox
Exp $
rm
-f
*
/K
*
*
/keyset-
*
*
/dsset-
*
*
/dlvset-
*
*
/signedkey-
*
*
/
*
.signed
rm
-f
*
/trusted.conf
*
/managed.conf
*
/tmp
*
*
/
*
.jnl
*
/
*
.bk
...
...
bin/tests/system/dnssec/ns1/sign.sh
View file @
1da9dbcf
#!/bin/sh -e
#
# Copyright (C) 2004, 2006-201
0
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004, 2006-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 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: sign.sh,v 1.3
5
2011/01/0
3
23:4
5:07 each
Exp $
# $Id: sign.sh,v 1.3
6
2011/01/0
4
23:4
7:13 tbox
Exp $
SYSTEMTESTTOP
=
../..
.
$SYSTEMTESTTOP
/conf.sh
...
...
bin/tests/system/dnssec/ns4/named1.conf
View file @
1da9dbcf
/*
*
Copyright
(
C
)
2004
,
2006
,
2007
,
2010
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
...
...
@@ -15,7 +14,7 @@
*
PERFORMANCE
OF
THIS
SOFTWARE
.
*/
/* $
Id
:
named1
.
conf
,
v
1
.
2
2011
/
01
/
0
3
23
:
4
5
:
08
each
Exp
$ */
/* $
Id
:
named1
.
conf
,
v
1
.
3
2011
/
01
/
0
4
23
:
4
7
:
13
tbox
Exp
$ */
//
NS4
...
...
bin/tests/system/dnssec/ns4/named2.conf
View file @
1da9dbcf
/*
*
Copyright
(
C
)
2004
,
2006
,
2007
,
2010
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
...
...
@@ -15,7 +14,7 @@
*
PERFORMANCE
OF
THIS
SOFTWARE
.
*/
/* $
Id
:
named2
.
conf
,
v
1
.
2
2011
/
01
/
0
3
23
:
4
5
:
08
each
Exp
$ */
/* $
Id
:
named2
.
conf
,
v
1
.
3
2011
/
01
/
0
4
23
:
4
7
:
13
tbox
Exp
$ */
//
NS4
...
...
bin/tests/system/dnssec/setup.sh
View file @
1da9dbcf
#!/bin/sh -e
#
# Copyright (C) 2004, 2007, 2009 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004, 2007, 2009
, 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: setup.sh,v 1.1
8
2011/01/0
3
23:4
5:07 each
Exp $
# $Id: setup.sh,v 1.1
9
2011/01/0
4
23:4
7:13 tbox
Exp $
../../../tools/genrandom 400 random.data
...
...
bin/tests/system/dnssec/tests.sh
View file @
1da9dbcf
#!/bin/sh
#
# Copyright (C) 2004-201
0
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004-201
1
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: tests.sh,v 1.7
2
2011/01/0
3
23:4
5:07 each
Exp $
# $Id: tests.sh,v 1.7
3
2011/01/0
4
23:4
7:13 tbox
Exp $
SYSTEMTESTTOP
=
..
.
$SYSTEMTESTTOP
/conf.sh
...
...
doc/arm/Bv9ARM-book.xml
View file @
1da9dbcf
...
...
@@ -2,7 +2,7 @@
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
[<!ENTITY mdash "—">]>
<!--
- 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
...
...
@@ -18,7 +18,7 @@
- PERFORMANCE OF THIS SOFTWARE.
-->
<!-- File: $Id: Bv9ARM-book.xml,v 1.47
2
2011/01/0
3
23:4
5:08 each
Exp $ -->
<!-- File: $Id: Bv9ARM-book.xml,v 1.47
3
2011/01/0
4
23:4
7:13 tbox
Exp $ -->
<book xmlns:xi="http://www.w3.org/2001/XInclude">
<title>BIND 9 Administrator Reference Manual</title>
...
...
@@ -31,6 +31,7 @@
<year>2008</year>
<year>2009</year>
<year>2010</year>
<year>2011</year>
<holder>Internet Systems Consortium, Inc. ("ISC")</holder>
</copyright>
<copyright>
...
...
lib/isc/pthreads/mutex.c
View file @
1da9dbcf
/*
* Copyright (C) 2004, 2005, 2007, 2008 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004, 2005, 2007, 2008
, 2011
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: mutex.c,v 1.1
7
2011/01/04
04:32:13 marka
Exp $ */
/* $Id: mutex.c,v 1.1
8
2011/01/04
23:47:14 tbox
Exp $ */
/*! \file */
...
...
lib/isccfg/include/isccfg/grammar.h
View file @
1da9dbcf
/*
* Copyright (C) 2004-201
0
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-201
1
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2002, 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: grammar.h,v 1.2
3
2011/01/0
3
23:4
5:08 each
Exp $ */
/* $Id: grammar.h,v 1.2
4
2011/01/0
4
23:4
7:14 tbox
Exp $ */
#ifndef ISCCFG_GRAMMAR_H
#define ISCCFG_GRAMMAR_H 1
...
...
lib/isccfg/namedconf.c
View file @
1da9dbcf
/*
* Copyright (C) 2004-201
0
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-201
1
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2002, 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: namedconf.c,v 1.12
7
2011/01/0
3
23:4
5:08 each
Exp $ */
/* $Id: namedconf.c,v 1.12
8
2011/01/0
4
23:4
7:14 tbox
Exp $ */
/*! \file */
...
...
lib/isccfg/parser.c
View file @
1da9dbcf
/*
* 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: parser.c,v 1.13
8
2011/01/0
3
23:4
5:08 each
Exp $ */
/* $Id: parser.c,v 1.13
9
2011/01/0
4
23:4
7:14 tbox
Exp $ */
/*! \file */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment