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
6333ba02
Commit
6333ba02
authored
Mar 21, 2011
by
Automatic Updater
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update copyright notice
parent
da82e232
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
18 additions
and
18 deletions
+18
-18
bin/named/control.c
bin/named/control.c
+2
-2
bin/named/include/named/control.h
bin/named/include/named/control.h
+2
-2
bin/named/include/named/server.h
bin/named/include/named/server.h
+2
-2
bin/tests/system/dnssec/ns2/named.conf
bin/tests/system/dnssec/ns2/named.conf
+2
-2
bin/tests/system/metadata/clean.sh
bin/tests/system/metadata/clean.sh
+2
-2
bin/tests/system/metadata/setup.sh
bin/tests/system/metadata/setup.sh
+2
-2
bin/tests/system/rndc/ns2/named.conf
bin/tests/system/rndc/ns2/named.conf
+2
-2
bin/tests/system/tsiggss/setup.sh
bin/tests/system/tsiggss/setup.sh
+2
-2
lib/dns/zt.c
lib/dns/zt.c
+2
-2
No files found.
bin/named/control.c
View file @
6333ba02
/*
* Copyright (C) 2004-2007, 2009
,
201
0
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-2007, 2009
-
201
1
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 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: control.c,v 1.4
2
2011/03/21
07:22:11 each
Exp $ */
/* $Id: control.c,v 1.4
3
2011/03/21
23:47:21 tbox
Exp $ */
/*! \file */
...
...
bin/named/include/named/control.h
View file @
6333ba02
/*
* Copyright (C) 2004-2007, 2009
,
201
0
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-2007, 2009
-
201
1
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 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: control.h,v 1.3
2
2011/03/21
07:22:11 each
Exp $ */
/* $Id: control.h,v 1.3
3
2011/03/21
23:47:21 tbox
Exp $ */
#ifndef NAMED_CONTROL_H
#define NAMED_CONTROL_H 1
...
...
bin/named/include/named/server.h
View file @
6333ba02
/*
* 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.h,v 1.11
1
2011/03/21
07:22:11 each
Exp $ */
/* $Id: server.h,v 1.11
2
2011/03/21
23:47:21 tbox
Exp $ */
#ifndef NAMED_SERVER_H
#define NAMED_SERVER_H 1
...
...
bin/tests/system/dnssec/ns2/named.conf
View file @
6333ba02
/*
*
Copyright
(
C
)
2004
,
2006
-
2008
,
2010
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
Copyright
(
C
)
2004
,
2006
-
2008
,
2010
,
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
:
named
.
conf
,
v
1
.
3
5
2011
/
03
/
21
01
:
02
:
39
marka
Exp
$ */
/* $
Id
:
named
.
conf
,
v
1
.
3
6
2011
/
03
/
21
23
:
47
:
21
tbox
Exp
$ */
//
NS2
...
...
bin/tests/system/metadata/clean.sh
View file @
6333ba02
#!/bin/sh
#
# Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2009
, 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: clean.sh,v 1.
4
2011/03/21
15:56:35 each
Exp $
# $Id: clean.sh,v 1.
5
2011/03/21
23:47:21 tbox
Exp $
rm
-f
K
*
dsset-
*
*
.signed
*
.new random.data
rm
-f
zsk.key ksk.key parent.ksk.key parent.zsk.key
...
...
bin/tests/system/metadata/setup.sh
View file @
6333ba02
#!/bin/sh -e
#
# Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2009
, 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: setup.sh,v 1.
4
2011/03/21
15:56:35 each
Exp $
# $Id: setup.sh,v 1.
5
2011/03/21
23:47:21 tbox
Exp $
SYSTEMTESTTOP
=
..
.
$SYSTEMTESTTOP
/conf.sh
...
...
bin/tests/system/rndc/ns2/named.conf
View file @
6333ba02
/*
*
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
/
03
/
21
18
:
06
:
07
each
Exp
$ */
/* $
Id
:
named
.
conf
,
v
1
.
3
2011
/
03
/
21
23
:
47
:
21
tbox
Exp
$ */
controls
{ /*
empty
*/ };
...
...
bin/tests/system/tsiggss/setup.sh
View file @
6333ba02
#!/bin/sh
#
# Copyright (C) 2010 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2010
, 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: setup.sh,v 1.
4
2011/03/21
19:54:02 each
Exp $
# $Id: setup.sh,v 1.
5
2011/03/21
23:47:21 tbox
Exp $
SYSTEMTESTTOP
=
..
.
$SYSTEMTESTTOP
/conf.sh
...
...
lib/dns/zt.c
View file @
6333ba02
/*
* Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-2007
, 2011
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-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: zt.c,v 1.
49
2011/03/21
18:38:40 each
Exp $ */
/* $Id: zt.c,v 1.
50
2011/03/21
23:47:21 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