Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ISC Open Source Projects
BIND
Commits
0e27506c
Commit
0e27506c
authored
Mar 05, 2011
by
Automatic Updater
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update copyright notice
parent
8e9f3b69
Changes
37
Hide whitespace changes
Inline
Side-by-side
Showing
37 changed files
with
101 additions
and
87 deletions
+101
-87
bin/dig/dig.c
bin/dig/dig.c
+3
-3
bin/dig/dig.docbook
bin/dig/dig.docbook
+3
-2
bin/dnssec/dnssec-signzone.c
bin/dnssec/dnssec-signzone.c
+2
-2
bin/dnssec/dnssec-signzone.docbook
bin/dnssec/dnssec-signzone.docbook
+3
-2
bin/named/logconf.c
bin/named/logconf.c
+9
-9
bin/tests/system/ans.pl
bin/tests/system/ans.pl
+2
-3
bin/tests/system/dnssec/ns3/split-dnssec.example.db.in
bin/tests/system/dnssec/ns3/split-dnssec.example.db.in
+2
-2
bin/tests/system/dnssec/ns3/split-smart.example.db.in
bin/tests/system/dnssec/ns3/split-smart.example.db.in
+2
-2
bin/tests/system/ixfr/tests.sh
bin/tests/system/ixfr/tests.sh
+2
-2
bin/tests/system/logfileconfig/clean.sh
bin/tests/system/logfileconfig/clean.sh
+1
-3
bin/tests/system/logfileconfig/ns1/rndc.conf
bin/tests/system/logfileconfig/ns1/rndc.conf
+18
-0
bin/tests/system/logfileconfig/ns1/root.db
bin/tests/system/logfileconfig/ns1/root.db
+2
-3
bin/tests/system/logfileconfig/tests.sh
bin/tests/system/logfileconfig/tests.sh
+1
-3
bin/tests/system/metadata/tests.sh
bin/tests/system/metadata/tests.sh
+2
-2
bin/tests/system/send.pl
bin/tests/system/send.pl
+2
-2
bin/tests/system/smartsign/tests.sh
bin/tests/system/smartsign/tests.sh
+2
-2
bin/tests/system/start.pl
bin/tests/system/start.pl
+2
-2
bin/tests/system/xfer/setup.sh
bin/tests/system/xfer/setup.sh
+2
-2
bin/tests/system/xfer/tests.sh
bin/tests/system/xfer/tests.sh
+2
-2
lib/dns/include/dns/masterdump.h
lib/dns/include/dns/masterdump.h
+2
-2
lib/dns/include/dns/rdata.h
lib/dns/include/dns/rdata.h
+2
-2
lib/dns/masterdump.c
lib/dns/masterdump.c
+5
-5
lib/dns/rdata/any_255/tsig_250.c
lib/dns/rdata/any_255/tsig_250.c
+2
-2
lib/dns/rdata/generic/cert_37.c
lib/dns/rdata/generic/cert_37.c
+2
-2
lib/dns/rdata/generic/dlv_32769.c
lib/dns/rdata/generic/dlv_32769.c
+2
-2
lib/dns/rdata/generic/dnskey_48.c
lib/dns/rdata/generic/dnskey_48.c
+2
-2
lib/dns/rdata/generic/ds_43.c
lib/dns/rdata/generic/ds_43.c
+2
-2
lib/dns/rdata/generic/key_25.c
lib/dns/rdata/generic/key_25.c
+2
-2
lib/dns/rdata/generic/keydata_65533.c
lib/dns/rdata/generic/keydata_65533.c
+2
-2
lib/dns/rdata/generic/nsec3_50.c
lib/dns/rdata/generic/nsec3_50.c
+2
-2
lib/dns/rdata/generic/opt_41.c
lib/dns/rdata/generic/opt_41.c
+2
-2
lib/dns/rdata/generic/sig_24.c
lib/dns/rdata/generic/sig_24.c
+2
-2
lib/dns/rdata/generic/soa_6.c
lib/dns/rdata/generic/soa_6.c
+2
-2
lib/dns/rdata/generic/sshfp_44.c
lib/dns/rdata/generic/sshfp_44.c
+2
-2
lib/dns/rdata/generic/tkey_249.c
lib/dns/rdata/generic/tkey_249.c
+2
-2
lib/dns/rdata/in_1/dhcid_49.c
lib/dns/rdata/in_1/dhcid_49.c
+2
-2
lib/isc/unix/stdio.c
lib/isc/unix/stdio.c
+2
-2
No files found.
bin/dig/dig.c
View file @
0e27506c
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: dig.c,v 1.24
0
2011/03/05
19:39:06 each
Exp $ */
/* $Id: dig.c,v 1.24
1
2011/03/05
23:52:29 tbox
Exp $ */
/*! \file */
...
...
@@ -463,7 +463,7 @@ printmessage(dig_query_t *query, dns_message_t *msg, isc_boolean_t headers) {
}
if
(
multiline
||
(
nottl
&&
noclass
))
result
=
dns_master_stylecreate2
(
&
style
,
styleflags
,
24
,
24
,
24
,
32
,
80
,
8
,
24
,
24
,
24
,
32
,
80
,
8
,
splitwidth
,
mctx
);
else
if
(
nottl
||
noclass
)
result
=
dns_master_stylecreate2
(
&
style
,
styleflags
,
...
...
@@ -993,7 +993,7 @@ plus_option(char *option, isc_boolean_t is_batchfile,
default:
goto
invalid_option
;
}
break
;
break
;
case
'r'
:
/* rrcomments */
FULLCHECK
(
"rrcomments"
);
rrcomments
=
state
;
...
...
bin/dig/dig.docbook
View file @
0e27506c
...
...
@@ -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.
-->
<!-- $Id: dig.docbook,v 1.4
8
2011/03/05
19:39:06 each
Exp $ -->
<!-- $Id: dig.docbook,v 1.4
9
2011/03/05
23:52:29 tbox
Exp $ -->
<refentry
id=
"man.dig"
>
<refentryinfo>
...
...
@@ -45,6 +45,7 @@
<year>
2008
</year>
<year>
2009
</year>
<year>
2010
</year>
<year>
2011
</year>
<holder>
Internet Systems Consortium, Inc. ("ISC")
</holder>
</copyright>
<copyright>
...
...
bin/dnssec/dnssec-signzone.c
View file @
0e27506c
...
...
@@ -29,7 +29,7 @@
* IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: dnssec-signzone.c,v 1.26
7
2011/03/05
06:35:40 marka
Exp $ */
/* $Id: dnssec-signzone.c,v 1.26
8
2011/03/05
23:52:29 tbox
Exp $ */
/*! \file */
...
...
@@ -218,7 +218,7 @@ dumpnode(dns_name_t *name, dns_dbnode_t *node) {
for
(
result
=
dns_rdatasetiter_first
(
iter
);
result
==
ISC_R_SUCCESS
;
result
=
dns_rdatasetiter_next
(
iter
))
{
dns_rdatasetiter_current
(
iter
,
&
rds
);
if
(
rds
.
type
!=
dns_rdatatype_rrsig
&&
...
...
bin/dnssec/dnssec-signzone.docbook
View file @
0e27506c
...
...
@@ -2,7 +2,7 @@
"http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd"
[<!ENTITY mdash "—">
]>
<!--
- 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
...
...
@@ -18,7 +18,7 @@
- PERFORMANCE OF THIS SOFTWARE.
-->
<!-- $Id: dnssec-signzone.docbook,v 1.4
6
2011/03/05
06:35:40 marka
Exp $ -->
<!-- $Id: dnssec-signzone.docbook,v 1.4
7
2011/03/05
23:52:29 tbox
Exp $ -->
<refentry
id=
"man.dnssec-signzone"
>
<refentryinfo>
<date>
June 05, 2009
</date>
...
...
@@ -43,6 +43,7 @@
<year>
2007
</year>
<year>
2008
</year>
<year>
2009
</year>
<year>
2011
</year>
<holder>
Internet Systems Consortium, Inc. ("ISC")
</holder>
</copyright>
<copyright>
...
...
bin/named/logconf.c
View file @
0e27506c
/*
* Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-2007
, 2011
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,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: logconf.c,v 1.4
4
2011/03/05
0
3:
03:57 marka
Exp $ */
/* $Id: logconf.c,v 1.4
5
2011/03/05
2
3:
52:29 tbox
Exp $ */
/*! \file */
...
...
@@ -131,7 +131,7 @@ channel_fromconf(const cfg_obj_t *channel, isc_logconfig_t *lctx) {
}
type
=
ISC_LOG_TONULL
;
if
(
fileobj
!=
NULL
)
{
const
cfg_obj_t
*
pathobj
=
cfg_tuple_get
(
fileobj
,
"file"
);
const
cfg_obj_t
*
sizeobj
=
cfg_tuple_get
(
fileobj
,
"size"
);
...
...
@@ -141,7 +141,7 @@ channel_fromconf(const cfg_obj_t *channel, isc_logconfig_t *lctx) {
isc_offset_t
size
=
0
;
type
=
ISC_LOG_TOFILE
;
if
(
versionsobj
!=
NULL
&&
cfg_obj_isuint32
(
versionsobj
))
versions
=
cfg_obj_asuint32
(
versionsobj
);
if
(
versionsobj
!=
NULL
&&
cfg_obj_isstring
(
versionsobj
)
&&
...
...
@@ -220,17 +220,17 @@ channel_fromconf(const cfg_obj_t *channel, isc_logconfig_t *lctx) {
if
(
result
==
ISC_R_SUCCESS
&&
type
==
ISC_LOG_TOFILE
)
{
FILE
*
fp
;
/*
* Test to make sure that file is a plain file.
* Fix defect #22771
*/
result
=
isc_file_isplainfile
(
dest
.
file
.
name
);
if
(
result
==
ISC_R_SUCCESS
||
result
=
isc_file_isplainfile
(
dest
.
file
.
name
);
if
(
result
==
ISC_R_SUCCESS
||
result
==
ISC_R_FILENOTFOUND
)
{
/*
* Test that the file can be opened, since
* isc_log_open() can't effectively report
* isc_log_open() can't effectively report
* failures when called in
* isc_log_doit().
*/
...
...
@@ -238,7 +238,7 @@ channel_fromconf(const cfg_obj_t *channel, isc_logconfig_t *lctx) {
if
(
result
!=
ISC_R_SUCCESS
)
{
syslog
(
LOG_ERR
,
"isc_stdio_open '%s' failed: %s"
,
dest
.
file
.
name
,
dest
.
file
.
name
,
isc_result_totext
(
result
));
fprintf
(
stderr
,
"isc_stdio_open '%s' failed: %s"
,
...
...
bin/tests/system/ans.pl
View file @
0e27506c
#!/usr/bin/perl
#
# Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 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 @@
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
# $Id: ans.pl,v 1.
2
2011/03/0
4
2
2:01:00 each
Exp $
# $Id: ans.pl,v 1.
3
2011/03/0
5
2
3:52:29 tbox
Exp $
#
# This is the name server from hell. It provides canned
...
...
bin/tests/system/dnssec/ns3/split-dnssec.example.db.in
View file @
0e27506c
; Copyright (C) 20
06, 2008
Internet Systems Consortium, Inc. ("ISC")
; Copyright (C) 20
11
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: split-dnssec.example.db.in,v 1.
2
2011/03/05
06:35:41 marka
Exp $
; $Id: split-dnssec.example.db.in,v 1.
3
2011/03/05
23:52:29 tbox
Exp $
$TTL 300 ; 5 minutes
@ IN SOA mname1. . (
...
...
bin/tests/system/dnssec/ns3/split-smart.example.db.in
View file @
0e27506c
; Copyright (C) 20
06, 2008
Internet Systems Consortium, Inc. ("ISC")
; Copyright (C) 20
11
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: split-smart.example.db.in,v 1.
2
2011/03/05
06:35:41 marka
Exp $
; $Id: split-smart.example.db.in,v 1.
3
2011/03/05
23:52:29 tbox
Exp $
$TTL 300 ; 5 minutes
@ IN SOA mname1. . (
...
...
bin/tests/system/ixfr/tests.sh
View file @
0e27506c
#!/bin/sh
#
# 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: tests.sh,v 1.
6
2011/03/0
4
2
2:01:00 each
Exp $
# $Id: tests.sh,v 1.
7
2011/03/0
5
2
3:52:29 tbox
Exp $
SYSTEMTESTTOP
=
..
.
$SYSTEMTESTTOP
/conf.sh
...
...
bin/tests/system/logfileconfig/clean.sh
View file @
0e27506c
#!/bin/sh
#
# Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2000, 2001 Internet Software Consortium.
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
...
...
@@ -16,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/03/0
4 14:43:57 smann
Exp $
# $Id: clean.sh,v 1.
3
2011/03/0
5 23:52:30 tbox
Exp $
#
# Clean up after log file tests
...
...
bin/tests/system/logfileconfig/ns1/rndc.conf
View file @
0e27506c
/*
*
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
:
rndc
.
conf
,
v
1
.
2
2011
/
03
/
05
23
:
52
:
30
tbox
Exp
$ */
options
{
default
-
server
localhost
;
};
...
...
bin/tests/system/logfileconfig/ns1/root.db
View file @
0e27506c
; 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: root.db,v 1.
2
2011/03/0
4 14:43:58 smann
Exp $
; $Id: root.db,v 1.
3
2011/03/0
5 23:52:30 tbox
Exp $
$TTL 300
. IN SOA gson.nominum.com. a.root.servers.nil. (
...
...
bin/tests/system/logfileconfig/tests.sh
View file @
0e27506c
#!/bin/sh
#
# Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2000, 2001 Internet Software Consortium.
#
# Permission to use, copy, modify, and/or distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
...
...
@@ -16,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/03/0
4 14:43:57 smann
Exp $
# $Id: tests.sh,v 1.
3
2011/03/0
5 23:52:30 tbox
Exp $
SYSTEMTESTTOP
=
..
.
$SYSTEMTESTTOP
/conf.sh
...
...
bin/tests/system/metadata/tests.sh
View file @
0e27506c
#!/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: tests.sh,v 1.
6
2011/03/05
19:39:06 each
Exp $
# $Id: tests.sh,v 1.
7
2011/03/05
23:52:30 tbox
Exp $
SYSTEMTESTTOP
=
..
.
$SYSTEMTESTTOP
/conf.sh
...
...
bin/tests/system/send.pl
View file @
0e27506c
#!/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: send.pl,v 1.
6
2011/03/0
4
2
2:01:00 each
Exp $
# $Id: send.pl,v 1.
7
2011/03/0
5
2
3:52:29 tbox
Exp $
#
# Send a file to a given address and port using TCP. Used for
...
...
bin/tests/system/smartsign/tests.sh
View file @
0e27506c
#!/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: tests.sh,v 1.
8
2011/03/05
19:39:06 each
Exp $
# $Id: tests.sh,v 1.
9
2011/03/05
23:52:30 tbox
Exp $
SYSTEMTESTTOP
=
..
.
$SYSTEMTESTTOP
/conf.sh
...
...
bin/tests/system/start.pl
View file @
0e27506c
#!/usr/bin/perl -w
#
# Copyright (C) 2004-2008, 2010 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004-2008, 2010
, 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: start.pl,v 1.1
8
2011/03/0
4
2
2:01:00 each
Exp $
# $Id: start.pl,v 1.1
9
2011/03/0
5
2
3:52:29 tbox
Exp $
# Framework for starting test servers.
# Based on the type of server specified, check for port availability, remove
...
...
bin/tests/system/xfer/setup.sh
View file @
0e27506c
#!/bin/sh
#
# Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004, 2007
, 2011
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001, 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: setup.sh,v 1.
6
2011/03/0
4
2
2:01:00 each
Exp $
# $Id: setup.sh,v 1.
7
2011/03/0
5
2
3:52:30 tbox
Exp $
sh ../genzone.sh 2 3
>
ns2/example.db
sh ../genzone.sh 2 3
>
ns2/tsigzone.db
...
...
bin/tests/system/xfer/tests.sh
View file @
0e27506c
#!/bin/sh
#
# Copyright (C) 2004, 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004, 2005, 2007
, 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: tests.sh,v 1.3
2
2011/03/0
4
2
2:01:00 each
Exp $
# $Id: tests.sh,v 1.3
3
2011/03/0
5
2
3:52:30 tbox
Exp $
SYSTEMTESTTOP
=
..
.
$SYSTEMTESTTOP
/conf.sh
...
...
lib/dns/include/dns/masterdump.h
View file @
0e27506c
/*
* Copyright (C) 2004-2008 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-2008
, 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: masterdump.h,v 1.4
3
2011/03/05
19:39:06 each
Exp $ */
/* $Id: masterdump.h,v 1.4
4
2011/03/05
23:52:30 tbox
Exp $ */
#ifndef DNS_MASTERDUMP_H
#define DNS_MASTERDUMP_H 1
...
...
lib/dns/include/dns/rdata.h
View file @
0e27506c
/*
* Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-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
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: rdata.h,v 1.7
8
2011/03/05
19:39:06 each
Exp $ */
/* $Id: rdata.h,v 1.7
9
2011/03/05
23:52:30 tbox
Exp $ */
#ifndef DNS_RDATA_H
#define DNS_RDATA_H 1
...
...
lib/dns/masterdump.c
View file @
0e27506c
/*
* Copyright (C) 2004-2009 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-2009
, 2011
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: masterdump.c,v 1.10
0
2011/03/05
19:39:06 each
Exp $ */
/* $Id: masterdump.c,v 1.10
1
2011/03/05
23:52:30 tbox
Exp $ */
/*! \file */
...
...
@@ -1800,9 +1800,9 @@ dns_master_stylecreate(dns_master_style_t **stylep, unsigned int flags,
isc_result_t
dns_master_stylecreate2
(
dns_master_style_t
**
stylep
,
unsigned
int
flags
,
unsigned
int
ttl_column
,
unsigned
int
class_column
,
unsigned
int
type_column
,
unsigned
int
rdata_column
,
unsigned
int
line_length
,
unsigned
int
tab_width
,
unsigned
int
ttl_column
,
unsigned
int
class_column
,
unsigned
int
type_column
,
unsigned
int
rdata_column
,
unsigned
int
line_length
,
unsigned
int
tab_width
,
unsigned
int
split_width
,
isc_mem_t
*
mctx
)
{
dns_master_style_t
*
style
;
...
...
lib/dns/rdata/any_255/tsig_250.c
View file @
0e27506c
/*
* Copyright (C) 2004, 2005, 2007, 2009 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004, 2005, 2007, 2009
, 2011
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: tsig_250.c,v 1.6
6
2011/03/05
19:39:06 each
Exp $ */
/* $Id: tsig_250.c,v 1.6
7
2011/03/05
23:52:30 tbox
Exp $ */
/* Reviewed: Thu Mar 16 13:39:43 PST 2000 by gson */
...
...
lib/dns/rdata/generic/cert_37.c
View file @
0e27506c
/*
* Copyright (C) 2004, 2005, 2007, 2009 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004, 2005, 2007, 2009
, 2011
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: cert_37.c,v 1.5
3
2011/03/05
19:39:07 each
Exp $ */
/* $Id: cert_37.c,v 1.5
4
2011/03/05
23:52:30 tbox
Exp $ */
/* Reviewed: Wed Mar 15 21:14:32 EST 2000 by tale */
...
...
lib/dns/rdata/generic/dlv_32769.c
View file @
0e27506c
/*
* Copyright (C) 2004, 2006, 2007, 2009
,
201
0
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004, 2006, 2007, 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 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: dlv_32769.c,v 1.1
1
2011/03/05
19:39:07 each
Exp $ */
/* $Id: dlv_32769.c,v 1.1
2
2011/03/05
23:52:31 tbox
Exp $ */
/* draft-ietf-dnsext-delegation-signer-05.txt */
...
...
lib/dns/rdata/generic/dnskey_48.c
View file @
0e27506c
/*
* Copyright (C) 2004, 2005, 2007, 2009 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004, 2005, 2007, 2009
, 2011
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 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: dnskey_48.c,v 1.1
1
2011/03/05
19:39:07 each
Exp $ */
/* $Id: dnskey_48.c,v 1.1
2
2011/03/05
23:52:31 tbox
Exp $ */
/*
* Reviewed: Wed Mar 15 16:47:10 PST 2000 by halley.
...
...
lib/dns/rdata/generic/ds_43.c
View file @
0e27506c
/*
* Copyright (C) 2004, 2005, 2007, 2009
,
201
0
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004, 2005, 2007, 2009
-
201
1
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 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: ds_43.c,v 1.1
7
2011/03/05
19:39:07 each
Exp $ */
/* $Id: ds_43.c,v 1.1
8
2011/03/05
23:52:31 tbox
Exp $ */
/* draft-ietf-dnsext-delegation-signer-05.txt */
...
...
lib/dns/rdata/generic/key_25.c
View file @
0e27506c
/*
* Copyright (C) 2004, 2005, 2007, 2009 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004, 2005, 2007, 2009
, 2011
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: key_25.c,v 1.5
4
2011/03/05
19:39:07 each
Exp $ */
/* $Id: key_25.c,v 1.5
5
2011/03/05
23:52:31 tbox
Exp $ */
/*
* Reviewed: Wed Mar 15 16:47:10 PST 2000 by halley.
...
...
lib/dns/rdata/generic/keydata_65533.c
View file @
0e27506c
/*
* 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 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: keydata_65533.c,v 1.
4
2011/03/05
19:39:07 each
Exp $ */
/* $Id: keydata_65533.c,v 1.
5
2011/03/05
23:52:31 tbox
Exp $ */
#ifndef GENERIC_KEYDATA_65533_C
#define GENERIC_KEYDATA_65533_C 1
...
...
lib/dns/rdata/generic/nsec3_50.c
View file @
0e27506c
/*
* Copyright (C) 2008, 2009 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2008, 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 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: nsec3_50.c,v 1.
8
2011/03/05
19:39:07 each
Exp $ */
/* $Id: nsec3_50.c,v 1.
9
2011/03/05
23:52:31 tbox
Exp $ */
/*
* Copyright (C) 2004 Nominet, Ltd.
...
...
lib/dns/rdata/generic/opt_41.c
View file @
0e27506c
/*
* Copyright (C) 2004, 2005, 2007, 2009 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004, 2005, 2007, 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
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: opt_41.c,v 1.3
6
2011/03/05
19:39:07 each
Exp $ */
/* $Id: opt_41.c,v 1.3
7
2011/03/05
23:52:31 tbox
Exp $ */
/* Reviewed: Thu Mar 16 14:06:44 PST 2000 by gson */
...
...
lib/dns/rdata/generic/sig_24.c
View file @
0e27506c
/*
* Copyright (C) 2004, 2005, 2007, 2009 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004, 2005, 2007, 2009
, 2011
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: sig_24.c,v 1.
69
2011/03/05
19:39:07 each
Exp $ */
/* $Id: sig_24.c,v 1.
70
2011/03/05
23:52:31 tbox
Exp $ */
/* Reviewed: Fri Mar 17 09:05:02 PST 2000 by gson */
...
...
lib/dns/rdata/generic/soa_6.c
View file @
0e27506c
/*
* Copyright (C) 2004, 2007, 2009 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004, 2007, 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
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.