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
2b43d1d8
Commit
2b43d1d8
authored
Aug 13, 2010
by
Automatic Updater
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update copyright notice
parent
665ba746
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
28 additions
and
28 deletions
+28
-28
bin/tests/db/Makefile.in
bin/tests/db/Makefile.in
+2
-2
bin/tests/system/dnssec/dnssec_update_test.pl
bin/tests/system/dnssec/dnssec_update_test.pl
+2
-2
bin/tests/system/dnssec/ns2/named.conf
bin/tests/system/dnssec/ns2/named.conf
+2
-2
lib/dns/adb.c
lib/dns/adb.c
+2
-2
lib/dns/include/dns/zone.h
lib/dns/include/dns/zone.h
+2
-2
lib/dns/rbtdb.c
lib/dns/rbtdb.c
+2
-2
lib/isc/include/isc/namespace.h
lib/isc/include/isc/namespace.h
+2
-2
lib/isc/win32/socket.c
lib/isc/win32/socket.c
+2
-2
lib/isccfg/aclconf.c
lib/isccfg/aclconf.c
+2
-2
lib/isccfg/include/isccfg/aclconf.h
lib/isccfg/include/isccfg/aclconf.h
+2
-2
lib/isccfg/include/isccfg/cfg.h
lib/isccfg/include/isccfg/cfg.h
+6
-6
win32utils/updatelibxml2.pl
win32utils/updatelibxml2.pl
+2
-2
No files found.
bin/tests/db/Makefile.in
View file @
2b43d1d8
# Copyright (C) 2004, 2007, 2009 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004, 2007, 2009
, 2010
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 1999-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.3
3
2010/08/1
1 18:14:18 each
Exp $
# $Id: Makefile.in,v 1.3
4
2010/08/1
3 23:47:03 tbox
Exp $
srcdir
=
@srcdir@
VPATH
=
@srcdir@
...
...
bin/tests/system/dnssec/dnssec_update_test.pl
View file @
2b43d1d8
#!/usr/bin/perl
#
# Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004, 2007
, 2010
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2002 Internet Software Consortium.
#
# Permission to use, copy, modify, and/or distribute this software for any
...
...
@@ -32,7 +32,7 @@
#
# perl -MCPAN -e "install Net::DNS"
#
# $Id: dnssec_update_test.pl,v 1.
6
2010/08/13
06:46:24 marka
Exp $
# $Id: dnssec_update_test.pl,v 1.
7
2010/08/13
23:47:03 tbox
Exp $
#
use
Getopt::
Std
;
...
...
bin/tests/system/dnssec/ns2/named.conf
View file @
2b43d1d8
/*
*
Copyright
(
C
)
2004
,
2006
-
2008
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
Copyright
(
C
)
2004
,
2006
-
2008
,
2010
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
1
2010
/
08
/
13
06
:
46
:
24
marka
Exp
$ */
/* $
Id
:
named
.
conf
,
v
1
.
3
2
2010
/
08
/
13
23
:
47
:
03
tbox
Exp
$ */
//
NS2
...
...
lib/dns/adb.c
View file @
2b43d1d8
/*
* Copyright (C) 2004-200
9
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-20
1
0 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: adb.c,v 1.24
8
2010/08/1
1
2
2:54:58 jinmei
Exp $ */
/* $Id: adb.c,v 1.24
9
2010/08/1
3
2
3:47:03 tbox
Exp $ */
/*! \file
*
...
...
lib/dns/include/dns/zone.h
View file @
2b43d1d8
/*
* Copyright (C) 2004-200
9
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-20
1
0 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: zone.h,v 1.17
6
2010/08/1
1 18:14:19 each
Exp $ */
/* $Id: zone.h,v 1.17
7
2010/08/1
3 23:47:03 tbox
Exp $ */
#ifndef DNS_ZONE_H
#define DNS_ZONE_H 1
...
...
lib/dns/rbtdb.c
View file @
2b43d1d8
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: rbtdb.c,v 1.30
3
2010/08/13
06:46:24 marka
Exp $ */
/* $Id: rbtdb.c,v 1.30
4
2010/08/13
23:47:03 tbox
Exp $ */
/*! \file */
...
...
@@ -3483,7 +3483,7 @@ find_closest_nsec(rbtdb_search_t *search, dns_dbnode_t **nodep,
found
=
NULL
;
foundsig
=
NULL
;
result
=
previous_closest_nsec
(
type
,
search
,
name, origin,
name
,
origin
,
&
prevnode
,
NULL
,
NULL
);
}
else
if
(
found
!=
NULL
&&
...
...
lib/isc/include/isc/namespace.h
View file @
2b43d1d8
/*
* Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2009
, 2010
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: namespace.h,v 1.
6
2010/08/1
1
2
2:54:58 jinmei
Exp $ */
/* $Id: namespace.h,v 1.
7
2010/08/1
3
2
3:47:03 tbox
Exp $ */
#ifndef ISCAPI_NAMESPACE_H
#define ISCAPI_NAMESPACE_H 1
...
...
lib/isc/win32/socket.c
View file @
2b43d1d8
/*
* Copyright (C) 2004-200
9
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-20
1
0 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: socket.c,v 1.8
2
2010/08/13
10:45:32 fdupont
Exp $ */
/* $Id: socket.c,v 1.8
3
2010/08/13
23:47:03 tbox
Exp $ */
/* This code uses functions which are only available on Server 2003 and
* higher, and Windows XP and higher.
...
...
lib/isccfg/aclconf.c
View file @
2b43d1d8
/*
* Copyright (C) 2004-200
9
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-20
1
0 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: aclconf.c,v 1.2
8
2010/08/1
1 18:14:20 each
Exp $ */
/* $Id: aclconf.c,v 1.2
9
2010/08/1
3 23:47:03 tbox
Exp $ */
#include <config.h>
...
...
lib/isccfg/include/isccfg/aclconf.h
View file @
2b43d1d8
/*
* Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-2007
, 2010
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: aclconf.h,v 1.1
1
2010/08/1
1 18:14:20 each
Exp $ */
/* $Id: aclconf.h,v 1.1
2
2010/08/1
3 23:47:04 tbox
Exp $ */
#ifndef ISCCFG_ACLCONF_H
#define ISCCFG_ACLCONF_H 1
...
...
lib/isccfg/include/isccfg/cfg.h
View file @
2b43d1d8
/*
* Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-2007
, 2010
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: cfg.h,v 1.4
5
2010/08/1
1 18:14:20 each
Exp $ */
/* $Id: cfg.h,v 1.4
6
2010/08/1
3 23:47:04 tbox
Exp $ */
#ifndef ISCCFG_CFG_H
#define ISCCFG_CFG_H 1
...
...
@@ -71,7 +71,7 @@ typedef struct cfg_obj cfg_obj_t;
typedef
struct
cfg_listelt
cfg_listelt_t
;
/*%
* A callback function to be called when parsing an option
* A callback function to be called when parsing an option
* that needs to be interpreted at parsing time, like
* "directory".
*/
...
...
@@ -130,7 +130,7 @@ cfg_parse_buffer(cfg_parser_t *pctx, isc_buffer_t *buffer,
* (isc_parse_buffer()).
*
* Returns an error if the file does not parse correctly.
*
*
* Requires:
*\li "filename" is valid.
*\li "mem" is valid.
...
...
@@ -154,7 +154,7 @@ cfg_parser_destroy(cfg_parser_t **pctxp);
isc_boolean_t
cfg_obj_isvoid
(
const
cfg_obj_t
*
obj
);
/*%<
* Return true iff 'obj' is of void type (e.g., an optional
* Return true iff 'obj' is of void type (e.g., an optional
* value not specified).
*/
...
...
@@ -397,7 +397,7 @@ cfg_print_grammar(const cfg_type_t *type,
isc_boolean_t
cfg_obj_istype
(
const
cfg_obj_t
*
obj
,
const
cfg_type_t
*
type
);
/*%<
* Return true iff 'obj' is of type 'type'.
* Return true iff 'obj' is of type 'type'.
*/
void
...
...
win32utils/updatelibxml2.pl
View file @
2b43d1d8
#!/usr/bin/perl
#
# Copyright (C) 2009 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2009
, 2010
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: updatelibxml2.pl,v 1.
4
2010/08/13
14:33:31 fdupont
Exp $
# $Id: updatelibxml2.pl,v 1.
5
2010/08/13
23:47:04 tbox
Exp $
# updatelibxml2.pl
# This script locates the latest version of libxml2 in the grandparent
...
...
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