Skip to content
GitLab
Menu
Projects
Groups
Snippets
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
8aa098c6
Commit
8aa098c6
authored
Sep 06, 2014
by
Mark Andrews
Browse files
update copyrights
parent
5fa6a064
Changes
15
Hide whitespace changes
Inline
Side-by-side
bin/tests/system/builtin/clean.sh
View file @
8aa098c6
#!/bin/sh
#
# Copyright (C)
2011-
2014 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2014 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
...
...
bin/tests/system/builtin/ns3/named.conf
View file @
8aa098c6
...
...
@@ -32,5 +32,5 @@ options {
notify
no
;
hostname
"this.is.a.test.of.hostname"
;
server
-
id
"this.is.a.test.of.server-id"
;
version
"this is a test of version"
;
version
"this is a test of version"
;
};
bin/tests/system/builtin/tests.sh
View file @
8aa098c6
# Copyright (C) 2011, 2012 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2011, 2012
, 2014
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
...
...
bin/tests/system/inline/ns5/named.conf.post
View file @
8aa098c6
/*
* Copyright (C) 2011 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2011
, 2014
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
...
...
bin/tests/system/nsupdate/ns3/named.conf
View file @
8aa098c6
/*
*
Copyright
(
C
)
2010
,
2011
,
2013
Internet
Systems
Consortium
,
Inc
. (
"ISC"
)
*
Copyright
(
C
)
2010
,
2011
,
2013
,
2014
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
...
...
bin/tests/system/sfcache/ns5/trusted.conf.bad
View file @
8aa098c6
/*
* Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2000, 2001 Internet Software Consortium.
* Copyright (C) 2014 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
...
...
doc/arm/Makefile.in
View file @
8aa098c6
# Copyright (C) 2004-2007, 2009, 2012 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004-2007, 2009, 2012
, 2014
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001, 2002 Internet Software Consortium.
#
# Permission to use, copy, modify, and/or distribute this software for any
...
...
doc/xsl/isc-docbook-chunk.xsl.in
View file @
8aa098c6
<!--
- Copyright (C) 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
- Copyright (C) 2005, 2007
, 2014
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
...
...
doc/xsl/isc-docbook-html.xsl.in
View file @
8aa098c6
<!--
- Copyright (C) 2005, 2007 Internet Systems Consortium, Inc. ("ISC")
- Copyright (C) 2005, 2007
, 2014
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
...
...
lib/bind9/Makefile.in
View file @
8aa098c6
# Copyright (C) 2004, 2007, 2009, 2012 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004, 2007, 2009, 2012
, 2014
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001 Internet Software Consortium.
#
# Permission to use, copy, modify, and/or distribute this software for any
...
...
lib/dns/badcache.c
View file @
8aa098c6
...
...
@@ -86,7 +86,7 @@ dns_badcache_init(isc_mem_t *mctx, unsigned int size, dns_badcache_t **bcp) {
}
bc
->
size
=
bc
->
minsize
=
size
;
memset
(
bc
->
table
,
0
,
bc
->
size
*
sizeof
(
dns_bcentry_t
*
));
memset
(
bc
->
table
,
0
,
bc
->
size
*
sizeof
(
dns_bcentry_t
*
));
bc
->
count
=
0
;
bc
->
sweep
=
0
;
...
...
lib/dns/include/dns/dispatch.h
View file @
8aa098c6
/*
* Copyright (C) 2004-2009, 2011-201
3
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 2004-2009, 2011-201
4
Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2003 Internet Software Consortium.
*
* Permission to use, copy, modify, and/or distribute this software for any
...
...
@@ -300,11 +300,11 @@ dns_dispatch_createtcp(dns_dispatchmgr_t *mgr, isc_socket_t *sock,
unsigned
int
attributes
,
dns_dispatch_t
**
dispp
);
isc_result_t
dns_dispatch_createtcp2
(
dns_dispatchmgr_t
*
mgr
,
isc_socket_t
*
sock
,
isc_taskmgr_t
*
taskmgr
,
isc_sockaddr_t
*
localaddr
,
isc_sockaddr_t
*
destaddr
,
unsigned
int
buffersize
,
unsigned
int
maxbuffers
,
unsigned
int
maxrequests
,
unsigned
int
buckets
,
unsigned
int
increment
,
unsigned
int
attributes
,
dns_dispatch_t
**
dispp
);
isc_taskmgr_t
*
taskmgr
,
isc_sockaddr_t
*
localaddr
,
isc_sockaddr_t
*
destaddr
,
unsigned
int
buffersize
,
unsigned
int
maxbuffers
,
unsigned
int
maxrequests
,
unsigned
int
buckets
,
unsigned
int
increment
,
unsigned
int
attributes
,
dns_dispatch_t
**
dispp
);
/*%<
* Create a new dns_dispatch and attach it to the provided isc_socket_t.
*
...
...
@@ -378,7 +378,7 @@ dns_dispatch_starttcp(dns_dispatch_t *disp);
isc_result_t
dns_dispatch_gettcp
(
dns_dispatchmgr_t
*
mgr
,
isc_sockaddr_t
*
destaddr
,
isc_sockaddr_t
*
localaddr
,
dns_dispatch_t
**
dispp
);
isc_sockaddr_t
*
localaddr
,
dns_dispatch_t
**
dispp
);
/*
* Attempt to connect to a existing TCP connection.
*/
...
...
lib/isccc/Makefile.in
View file @
8aa098c6
# Copyright (C) 2004, 2007, 2009, 2011, 2012 Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004, 2007, 2009, 2011, 2012
, 2014
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001, 2003 Internet Software Consortium.
#
# Permission to use, copy, modify, and/or distribute this software for any
...
...
lib/isccfg/Makefile.in
View file @
8aa098c6
# Copyright (C) 2004, 2005, 2007, 2009, 2011-201
3
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2004, 2005, 2007, 2009, 2011-201
4
Internet Systems Consortium, Inc. ("ISC")
# Copyright (C) 2001-2003 Internet Software Consortium.
#
# Permission to use, copy, modify, and/or distribute this software for any
...
...
util/copyrights
View file @
8aa098c6
...
...
@@ -853,8 +853,13 @@
./bin/tests/system/autosign/prereq.sh SH 2009,2010,2012,2014
./bin/tests/system/autosign/setup.sh SH 2009,2010,2012,2014
./bin/tests/system/autosign/tests.sh SH 2009,2010,2011,2012,2013,2014
./bin/tests/system/builtin/Makefile.in MAKE 2014
./bin/tests/system/builtin/clean.sh SH 2014
./bin/tests/system/builtin/gethostname.c C 2014
./bin/tests/system/builtin/ns1/named.conf CONF-C 2011
./bin/tests/system/builtin/tests.sh SH 2011,2012
./bin/tests/system/builtin/ns2/named.conf CONF-C 2014
./bin/tests/system/builtin/ns3/named.conf CONF-C 2014
./bin/tests/system/builtin/tests.sh SH 2011,2012,2014
./bin/tests/system/cacheclean/clean.sh SH 2001,2004,2007,2011,2012,2014
./bin/tests/system/cacheclean/dig.batch X 2001
./bin/tests/system/cacheclean/knowngood.dig.out X 2001
...
...
@@ -1369,7 +1374,7 @@
./bin/tests/system/inline/ns3/sign.sh SH 2011,2012,2013,2014
./bin/tests/system/inline/ns4/named.conf CONF-C 2011
./bin/tests/system/inline/ns4/noixfr.db.in ZONE 2011
./bin/tests/system/inline/ns5/named.conf.post CONF-C 2011
./bin/tests/system/inline/ns5/named.conf.post CONF-C 2011
,2014
./bin/tests/system/inline/ns5/named.conf.pre CONF-C 2011
./bin/tests/system/inline/ns6/named.conf CONF-C 2011
./bin/tests/system/inline/prereq.sh SH 2014
...
...
@@ -1473,12 +1478,13 @@
./bin/tests/system/nsupdate/knowngood.ns1.afterstop X 2001,2004
./bin/tests/system/nsupdate/knowngood.ns1.before X 2000,2001,2003,2004,2009
./bin/tests/system/nsupdate/ns1/example1.db ZONE 2000,2001,2002,2004,2007,2009
./bin/tests/system/nsupdate/ns1/many.test.db.in ZONE 2014
./bin/tests/system/nsupdate/ns1/max-ttl.db ZONE 2014
./bin/tests/system/nsupdate/ns1/named.conf CONF-C 2000,2001,2004,2005,2007,2009,2011,2012,2013,2014
./bin/tests/system/nsupdate/ns2/named.conf CONF-C 2000,2001,2004,2007,2011,2013
./bin/tests/system/nsupdate/ns3/dnskey.test.db.in ZONE 2011
./bin/tests/system/nsupdate/ns3/example.db.in ZONE 2010
./bin/tests/system/nsupdate/ns3/named.conf CONF-C 2010,2011,2013
./bin/tests/system/nsupdate/ns3/named.conf CONF-C 2010,2011,2013
,2014
./bin/tests/system/nsupdate/ns3/nsec3param.test.db.in ZONE 2010
./bin/tests/system/nsupdate/ns3/sign.sh SH 2010,2011,2012,2014
./bin/tests/system/nsupdate/prereq.sh SH 2014
...
...
@@ -1712,6 +1718,19 @@
./bin/tests/system/runall.sh SH 2000,2001,2004,2007,2010,2011,2012,2014
./bin/tests/system/send.pl PERL 2001,2004,2007,2011,2012
./bin/tests/system/setup.sh SH 2000,2001,2004,2007,2012,2014
./bin/tests/system/sfcache/README TXT.BRIEF 2014
./bin/tests/system/sfcache/clean.sh SH 2014
./bin/tests/system/sfcache/ns1/named.conf CONF-C 2014
./bin/tests/system/sfcache/ns1/root.db.in ZONE 2014
./bin/tests/system/sfcache/ns1/sign.sh SH 2014
./bin/tests/system/sfcache/ns2/example.db.in ZONE 2014
./bin/tests/system/sfcache/ns2/named.conf CONF-C 2014
./bin/tests/system/sfcache/ns2/sign.sh SH 2014
./bin/tests/system/sfcache/ns5/named.conf CONF-C 2014
./bin/tests/system/sfcache/ns5/trusted.conf.bad CONF-C 2014
./bin/tests/system/sfcache/prereq.sh SH 2014
./bin/tests/system/sfcache/setup.sh SH 2014
./bin/tests/system/sfcache/tests.sh SH 2014
./bin/tests/system/sit/.gitignore X 2014
./bin/tests/system/sit/bad-sit-badhex.conf CONF-C 2014
./bin/tests/system/sit/bad-sit-toolong.conf CONF-C 2014
...
...
@@ -2778,7 +2797,7 @@
./doc/arm/Bv9ARM.ch10.html X 2005,2006,2007,2008,2009,2010,2011,2012,2013,2014
./doc/arm/Bv9ARM.html X 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014
./doc/arm/Bv9ARM.pdf X 2007,2008,2009,2010,2011,2012,2013,2014
./doc/arm/Makefile.in MAKE 2001,2002,2004,2005,2006,2007,2009,2012
./doc/arm/Makefile.in MAKE 2001,2002,2004,2005,2006,2007,2009,2012
,2014
./doc/arm/README-SGML TXT.BRIEF 2000,2001,2004
./doc/arm/dlz.xml SGML 2012,2013,2014
./doc/arm/dnssec.xml SGML 2010,2011
...
...
@@ -2867,8 +2886,8 @@
./doc/xsl/.gitignore X 2012
./doc/xsl/Makefile.in MAKE 2005,2007,2012
./doc/xsl/copyright.xsl SGML 2005,2007,2009
./doc/xsl/isc-docbook-chunk.xsl.in SGML 2005,2007
./doc/xsl/isc-docbook-html.xsl.in SGML 2005,2007
./doc/xsl/isc-docbook-chunk.xsl.in SGML 2005,2007
,2014
./doc/xsl/isc-docbook-html.xsl.in SGML 2005,2007
,2014
./doc/xsl/isc-docbook-latex-mappings.xml SGML 2005,2007
./doc/xsl/isc-docbook-latex.xsl.in SGML 2005,2007,2010
./doc/xsl/isc-docbook-text.xsl SGML 2005,2007
...
...
@@ -2887,7 +2906,7 @@
./lib/.gitignore X 2012
./lib/Atffile X 2011,2014
./lib/Makefile.in MAKE 1998,1999,2000,2001,2003,2004,2007,2012,2013,2014
./lib/bind9/Makefile.in MAKE 2001,2004,2007,2009,2012
./lib/bind9/Makefile.in MAKE 2001,2004,2007,2009,2012
,2014
./lib/bind9/api X 2001,2006,2008,2009,2010,2011,2012,2013,2014
./lib/bind9/check.c C 2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014
./lib/bind9/getaddresses.c C 2001,2002,2004,2005,2007,2014
...
...
@@ -2913,6 +2932,7 @@
./lib/dns/acl.c C 1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2011,2013,2014
./lib/dns/adb.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014
./lib/dns/api X 1999,2000,2001,2006,2008,2009,2010,2011,2012,2013,2014
./lib/dns/badcache.c C 2014
./lib/dns/byaddr.c C 2000,2001,2002,2003,2004,2005,2007,2009,2013
./lib/dns/cache.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014
./lib/dns/callbacks.c C 1999,2000,2001,2004,2005,2007,2011,2012
...
...
@@ -2951,6 +2971,7 @@
./lib/dns/include/dns/acache.h C 2004,2006,2007,2013
./lib/dns/include/dns/acl.h C 1999,2000,2001,2002,2004,2005,2006,2007,2009,2011,2013,2014
./lib/dns/include/dns/adb.h C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2011,2013,2014
./lib/dns/include/dns/badcache.h C 2014
./lib/dns/include/dns/bit.h C 2000,2001,2004,2005,2006,2007
./lib/dns/include/dns/byaddr.h C 2000,2001,2002,2003,2004,2005,2006,2007
./lib/dns/include/dns/cache.h C 1999,2000,2001,2004,2005,2006,2007,2009,2011,2012,2013
...
...
@@ -2963,7 +2984,7 @@
./lib/dns/include/dns/dbiterator.h C 1999,2000,2001,2004,2005,2006,2007
./lib/dns/include/dns/dbtable.h C 1999,2000,2001,2004,2005,2006,2007
./lib/dns/include/dns/diff.h C 2000,2001,2004,2005,2006,2007,2008,2009,2010,2013
./lib/dns/include/dns/dispatch.h C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2011,2012,2013
./lib/dns/include/dns/dispatch.h C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2011,2012,2013
,2014
./lib/dns/include/dns/dlz.h C.PORTION 1999,2000,2001,2005,2006,2007,2009,2010,2011,2012,2013
./lib/dns/include/dns/dlz_dlopen.h C 2011,2012,2013
./lib/dns/include/dns/dns64.h C 2010,2014
...
...
@@ -3706,7 +3727,7 @@
./lib/isc/x86_64/include/Makefile.in MAKE 2007,2012
./lib/isc/x86_64/include/isc/Makefile.in MAKE 2007,2012
./lib/isc/x86_64/include/isc/atomic.h C 2005,2007,2008
./lib/isccc/Makefile.in MAKE 2001,2003,2004,2007,2009,2011,2012
./lib/isccc/Makefile.in MAKE 2001,2003,2004,2007,2009,2011,2012
,2014
./lib/isccc/alist.c C.NOM 2001,2004,2005,2007
./lib/isccc/api X 2001,2006,2008,2009,2010,2011,2012,2013,2014
./lib/isccc/base64.c C.NOM 2001,2004,2005,2007,2013
...
...
@@ -3741,7 +3762,7 @@
./lib/isccc/win32/libisccc.vcxproj.in X 2013,2014
./lib/isccc/win32/libisccc.vcxproj.user X 2013
./lib/isccc/win32/version.c C 2001,2004,2007
./lib/isccfg/Makefile.in MAKE 2001,2002,2003,2004,2005,2007,2009,2011,2012,2013
./lib/isccfg/Makefile.in MAKE 2001,2002,2003,2004,2005,2007,2009,2011,2012,2013
,2014
./lib/isccfg/aclconf.c C 1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014
./lib/isccfg/api X 2001,2006,2008,2009,2010,2011,2012,2013,2014
./lib/isccfg/dnsconf.c C 2009
...
...
Write
Preview
Supports
Markdown
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