Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
990dca46
Commit
990dca46
authored
Oct 27, 2009
by
Automatic Updater
Browse files
update copyright notice
parent
4104e236
Changes
8
Hide whitespace changes
Inline
Side-by-side
bin/tests/system/dlv/ns3/sign.sh
View file @
990dca46
#!/bin/sh
#
# Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004, 2007
, 2009
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.
5
2009/10/27
05:49:50 each
Exp $
# $Id: sign.sh,v 1.
6
2009/10/27
23:47:44 tbox
Exp $
SYSTEMTESTTOP
=
../..
.
$SYSTEMTESTTOP
/conf.sh
...
...
bin/tests/system/dnssec/clean.sh
View file @
990dca46
#!/bin/sh
#
# Copyright (C) 2004, 2007
,
200
8
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004, 2007
-
200
9
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
4
2009/10/27 2
2:25:37 marka
Exp $
# $Id: clean.sh,v 1.2
5
2009/10/27 2
3:47:44 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/ns2/example.db.in
View file @
990dca46
; Copyright (C) 2004, 2007
,
200
8
Internet Systems Consortium, Inc. ("ISC")
; Copyright (C) 2004, 2007
-
200
9
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.2
0
2009/10/27 2
2:25:37 marka
Exp $
; $Id: example.db.in,v 1.2
1
2009/10/27 2
3:47:44 tbox
Exp $
$TTL 300 ; 5 minutes
@ IN SOA mname1. . (
...
...
bin/tests/system/dnssec/ns3/named.conf
View file @
990dca46
/*
*
Copyright
(
C
)
2004
,
2006
-
200
8
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
Copyright
(
C
)
2004
,
2006
-
200
9
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
4
2009
/
10
/
27
2
2
:
25
:
37
marka
Exp
$ */
/* $
Id
:
named
.
conf
,
v
1
.
3
5
2009
/
10
/
27
2
3
:
47
:
44
tbox
Exp
$ */
//
NS3
...
...
bin/tests/system/dnssec/tests.sh
View file @
990dca46
#!/bin/sh
#
# Copyright (C) 2004-200
8
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004-200
9
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.5
4
2009/10/27 2
2:25:37 marka
Exp $
# $Id: tests.sh,v 1.5
5
2009/10/27 2
3:47:44 tbox
Exp $
SYSTEMTESTTOP
=
..
.
$SYSTEMTESTTOP
/conf.sh
...
...
lib/dns/opensslrsa_link.c
View file @
990dca46
...
...
@@ -17,7 +17,7 @@
/*
* Principal Author: Brian Wellington
* $Id: opensslrsa_link.c,v 1.3
4
2009/10/27 2
2:25:37 marka
Exp $
* $Id: opensslrsa_link.c,v 1.3
5
2009/10/27 2
3:47:45 tbox
Exp $
*/
#ifdef OPENSSL
#include <config.h>
...
...
@@ -594,7 +594,7 @@ opensslrsa_verify(dst_context_t *dctx, const isc_region_t *sig) {
RSA_size
(
rsa
),
rsa
);
break
;
case
DST_ALG_RSASHA256
:
case
DST_ALG_RSASHA256
:
case
DST_ALG_RSASHA512
:
{
/*
...
...
@@ -612,9 +612,9 @@ opensslrsa_verify(dst_context_t *dctx, const isc_region_t *sig) {
status
=
RSA_public_decrypt
(
sig
->
length
,
sig
->
base
,
original
,
rsa
,
RSA_PKCS1_PADDING
);
if
(
status
<=
0
)
if
(
status
<=
0
)
return
(
DST_R_VERIFYFAILURE
);
if
(
status
!=
(
int
)(
prefixlen
+
digestlen
))
if
(
status
!=
(
int
)(
prefixlen
+
digestlen
))
return
(
DST_R_VERIFYFAILURE
);
if
(
memcmp
(
original
,
prefix
,
prefixlen
))
return
(
DST_R_VERIFYFAILURE
);
...
...
lib/dns/rbtdb.c
View file @
990dca46
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: rbtdb.c,v 1.28
4
2009/10/27
04:46:58 marka
Exp $ */
/* $Id: rbtdb.c,v 1.28
5
2009/10/27
23:47:45 tbox
Exp $ */
/*! \file */
...
...
@@ -6147,7 +6147,7 @@ addrdataset(dns_db_t *db, dns_dbnode_t *node, dns_dbversion_t *version,
newnsec
=
ISC_TRUE
;
else
newnsec
=
ISC_FALSE
;
/*
* If we're adding a delegation type, adding to the auxiliary NSEC tree,
* or the DB is a cache in an overmem state, hold an exclusive lock on
...
...
lib/dns/zone.c
View file @
990dca46
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: zone.c,v 1.52
2
2009/10/27 2
2
:4
6:13 each
Exp $ */
/* $Id: zone.c,v 1.52
3
2009/10/27 2
3
:4
7:45 tbox
Exp $ */
/*! \file */
...
...
@@ -3175,7 +3175,7 @@ sync_keyzone(dns_zone_t *zone, dns_db_t *db) {
}
failure:
if
(
sr
!=
NULL
)
if
(
sr
!=
NULL
)
dns_keytable_detach
(
&
sr
);
if
(
ver
!=
NULL
)
dns_db_closeversion
(
db
,
&
ver
,
changed
);
...
...
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