]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] update copyrights that had been missed recently
authorEvan Hunt <each@isc.org>
Mon, 24 Apr 2017 00:06:00 +0000 (17:06 -0700)
committerEvan Hunt <each@isc.org>
Mon, 24 Apr 2017 00:06:00 +0000 (17:06 -0700)
74 files changed:
HISTORY.md
Makefile.in
OPTIONS [new file with mode: 0644]
OPTIONS.md
README.md
bin/dnssec/dnssec-keygen.c
bin/dnssec/dnssec-keygen.docbook
bin/python/isc/coverage.py.in
bin/python/isc/policy.py.in
bin/tests/system/autosign/setup.sh
bin/tests/system/dlv/setup.sh
bin/tests/system/dlvauto/ns1/sign.sh
bin/tests/system/dlvauto/setup.sh
bin/tests/system/dlzexternal/setup.sh
bin/tests/system/dns64/setup.sh
bin/tests/system/dnssec/ns1/sign.sh
bin/tests/system/dnssec/ns2/sign.sh
bin/tests/system/dnssec/ns3/sign.sh
bin/tests/system/dnssec/ns4/named5.conf
bin/tests/system/dnssec/ns6/sign.sh
bin/tests/system/dnssec/ns7/sign.sh
bin/tests/system/dnssec/setup.sh
bin/tests/system/dnstap/clean.sh
bin/tests/system/dnstap/ydump.py
bin/tests/system/dsdigest/setup.sh
bin/tests/system/ecdsa/setup.sh
bin/tests/system/filter-aaaa/setup.sh
bin/tests/system/gost/setup.sh
bin/tests/system/inline/ns1/sign.sh
bin/tests/system/inline/ns3/sign.sh
bin/tests/system/inline/setup.sh
bin/tests/system/legacy/build.sh
bin/tests/system/masterformat/setup.sh
bin/tests/system/metadata/setup.sh
bin/tests/system/metadata/tests.sh
bin/tests/system/mkeys/setup.sh
bin/tests/system/nsupdate/setup.sh
bin/tests/system/nsupdate/tests.sh
bin/tests/system/pending/ns2/sign.sh
bin/tests/system/pending/setup.sh
bin/tests/system/pipelined/setup.sh
bin/tests/system/redirect/setup.sh
bin/tests/system/resolver/setup.sh
bin/tests/system/rndc/setup.sh
bin/tests/system/rpz/setup.sh
bin/tests/system/rsabigexponent/prereq.sh
bin/tests/system/rsabigexponent/setup.sh
bin/tests/system/sfcache/ns1/sign.sh
bin/tests/system/sfcache/prereq.sh
bin/tests/system/sfcache/setup.sh
bin/tests/system/smartsign/setup.sh
bin/tests/system/staticstub/ns4/sign.sh
bin/tests/system/staticstub/setup.sh
bin/tests/system/testcrypto.sh
bin/tests/system/tkey/setup.sh
bin/tests/system/tsig/setup.sh
bin/tests/system/tsiggss/setup.sh
bin/tests/system/unknown/ns3/sign.sh
bin/tests/system/unknown/setup.sh
bin/tests/system/upforwd/setup.sh
bin/tests/system/verify/setup.sh
bin/tests/system/views/setup.sh
bin/tests/system/wildcard/setup.sh
bin/tests/system/zonechecks/setup.sh
bin/tools/dnstap-read.c
bin/tools/dnstap-read.docbook
doc/dev/contrib.md
doc/dev/dev.md
doc/dev/style.md
lib/dns/include/dns/dispatch.h
lib/dns/validator.c
make/rules.in
util/copyrights
util/recent_changes.sh

index 4ea313ae85874185a3340d118514367f0e1d97c4..95bd17b8233e66a04915beb4009d15c72ee0e412 100644 (file)
@@ -1,3 +1,10 @@
+<!---
+ - Copyright (C) 2017  Internet Systems Consortium, Inc. ("ISC")
+ -
+ - This Source Code Form is subject to the terms of the Mozilla Public
+ - License, v. 2.0. If a copy of the MPL was not distributed with this
+ - file, You can obtain one at http://mozilla.org/MPL/2.0/.
+--->
 ### Functional enhancements from prior major releases of BIND 9
 
 #### BIND 9.11
index e20f6cf5b573f48229ead45310a6f5ad0679ed1f..f918b682f918bc2b44e5cd172a259aaf358ac739 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2002, 2004-2009, 2011-2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 1998-2002, 2004-2009, 2011-2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
diff --git a/OPTIONS b/OPTIONS
new file mode 100644 (file)
index 0000000..0be74b7
--- /dev/null
+++ b/OPTIONS
@@ -0,0 +1,25 @@
+Setting the STD_CDEFINES environment variable before running configure can
+be used to enable certain compile-time options that are not explicitly
+defined in configure.
+
+Some of these settings are:
+
+Setting                   Description
+                          Don't ovewrite memory when allocating or freeing
+-DISC_MEM_FILL=0          it; this improves performance but makes
+                          debugging more difficult.
+                          Don't track memory allocations by file and line
+-DISC_MEM_TRACKLINES=0    number; this improves performance but makes
+                          debugging more difficult.
+-DISC_FACILITY=LOG_LOCAL0 Change the default syslog facility for named
+-DNS_CLIENT_DROPPORT=0    Disable dropping queries from particular
+                          well-known ports:
+-DCHECK_SIBLING=0         Don't check sibling glue in named-checkzone
+-DCHECK_LOCAL=0           Don't check out-of-zone addresses in
+                          named-checkzone
+-DNS_RUN_PID_DIR=0        Create default PID files in ${localstatedir}/run
+                          rather than ${localstatedir}/run/{named,lwresd}/
+                          Enable DNSSEC signature chasing support in dig.
+-DDIG_SIGCHASE=1          (Note: This feature is deprecated. Use delv
+                          instead.)
+
index 7dfbe867cdc95e84d01634305519839cf84fbeff..f994df80653decbb7a195afcda34f9fbebb90038 100644 (file)
@@ -1,3 +1,10 @@
+<!---
+ - Copyright (C) 2017  Internet Systems Consortium, Inc. ("ISC")
+ -
+ - This Source Code Form is subject to the terms of the Mozilla Public
+ - License, v. 2.0. If a copy of the MPL was not distributed with this
+ - file, You can obtain one at http://mozilla.org/MPL/2.0/.
+--->
 Setting the `STD_CDEFINES` environment variable before running `configure`
 can be used to enable certain compile-time options that are not explicitly
 defined in `configure`.
index 678060de464b2c158bd10c398cbe214be6727bb4..bfe118408dd2542d6057a8feeb4d565f070df969 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,3 +1,10 @@
+<!---
+ - Copyright (C) 2017  Internet Systems Consortium, Inc. ("ISC")
+ -
+ - This Source Code Form is subject to the terms of the Mozilla Public
+ - License, v. 2.0. If a copy of the MPL was not distributed with this
+ - file, You can obtain one at http://mozilla.org/MPL/2.0/.
+--->
 # BIND 9
 
 ### Contents
index 1df9f0c236603863b83d3c946ef62aef478965b2..529a13e7af5cb2eedc6e9b5068c1e8b7139d03e6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Portions Copyright (C) 1999-2016  Internet Systems Consortium, Inc. ("ISC")
+ * Portions Copyright (C) 1999-2017  Internet Systems Consortium, Inc. ("ISC")
  *
  * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
index 58c222b68f3c5f924155d5c1dea10bbeaf6c2276..e398de62ee9c4a3793ebac9ebeb3e50d2b184322 100644 (file)
@@ -1,5 +1,5 @@
 <!--
- - Copyright (C) 2000-2005, 2007-2012, 2014-2016  Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2000-2005, 2007-2012, 2014-2017  Internet Systems Consortium, Inc. ("ISC")
  -
  - This Source Code Form is subject to the terms of the Mozilla Public
  - License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -45,6 +45,7 @@
       <year>2014</year>
       <year>2015</year>
       <year>2016</year>
+      <year>2017</year>
       <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
     </copyright>
   </docinfo>
index 9d06b9c200f8fbcd5f51e2ed9000505318a42e76..adecf8c2fb33eaa73502af9e2fc2daea7c7db40d 100644 (file)
@@ -1,5 +1,5 @@
 ############################################################################
-# Copyright (C) 2013-2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2013-2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 8a1d511582bb2f47d667e1991ce233983cf8c834..015fd4f098aa30f3c7a822606240e14514a7fc66 100644 (file)
@@ -1,5 +1,5 @@
 ############################################################################
-# Copyright (C) 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index cf2e1b15dc7af708e603d4a79185f52a5eef3632..819d224071e218bed267cb3cdf09f9157bb8f149 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 #
-# Copyright (C) 2009, 2010, 2012, 2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2009, 2010, 2012, 2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index cb98ad6702c02c60289a743734d18b48423b9bc1..1f313161680c1d8c8035d51423ebc27ccebafd47 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2004, 2007, 2009, 2011, 2012, 2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2004, 2007, 2009, 2011, 2012, 2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index a181b3650b66d3ea32cdb7b3b933db65bbf12279..c597b3c8dffba5dc78165d3aac4ee63b4bb6cb37 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 #
-# Copyright (C) 2011, 2012, 2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2011, 2012, 2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index a31ea34336ce63a46b044ad53354b50dc625404f..b912ce60572854cbfcd9826935263905d071e5b1 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 #
-# Copyright (C) 2011, 2012, 2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2011, 2012, 2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 7d23b3587f9a4e079065fca0bac77e0cdf248da3..c0cf30a34ea1fa547c989a990c8510d3ba1c50e4 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2010, 2012, 2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2010, 2012, 2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index ff5233c943549dbfd389b79664ccdbe5d0ce0219..103031153ce1045743de94399b84e38cc9319cf8 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 #
-# Copyright (C) 2010, 2012, 2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2010, 2012, 2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 4d59010cf435a104860503b90b89181a36e84aa0..3d90856c70992e4131d817bfc069774b9b157e4b 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 #
-# Copyright (C) 2000-2004, 2006-2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2000-2004, 2006-2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index d92ec0d4cbd7c98cddec3a940c3c19453faacb04..b7264f6d8cc09039dc373933db5153de91041cf0 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 #
-# Copyright (C) 2000-2004, 2006-2012, 2014-2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2000-2004, 2006-2012, 2014-2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index c689cb6e096dfa1d1751fc0068b2968f87ca08b4..a7555b962e9d76c38f40937a36eb04d7cb9c0985 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 #
-# Copyright (C) 2000-2002, 2004, 2006-2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2000-2002, 2004, 2006-2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index af9f26273ecf0d3176e0b6b7e724a8be57d23697..7d1d1a07e2e793b116e95c37ccf67d3ffac5bb93 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2013, 2016  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2017  Internet Systems Consortium, Inc. ("ISC")
  *
  * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
index db34b0535b86da95d98795d9a9479dfbd5cbd76d..fa4d7688335a342eca3ac0325099676cb5112956 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 #
-# Copyright (C) 2013, 2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2013, 2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 5eda54cb62fa659757265d29d621b1eb2d5ad454..64675c255c145930950a6826619d38a0668ca70d 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 #
-# Copyright (C) 2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 78bfd01e180bf8421413ac08087191007505a63b..5c3215f6459fe2513ec86cfcc774ef13c5d11c4b 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 #
-# Copyright (C) 2000, 2001, 2004, 2007, 2009, 2011-2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2000, 2001, 2004, 2007, 2009, 2011-2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index e2c4df5e00b2144ddbc3bdff28a57309c20a775f..9930d248e39d85cf012d39566c57b6dedd99ceb2 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2015, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2015-2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 971f1c2f7be434497af5a147de99ef33cd99d163..4cfb2f63340fd3d00b98a9e28b5beb5fc79d08d7 100644 (file)
@@ -1,5 +1,5 @@
 ############################################################################
-# Copyright (C) 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 40b89f4fd96ff3ee39841dc875e9b279206c465a..740b7245431081d645538ba3b4d958cf84befa1f 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 #
-# Copyright (C) 2012, 2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2012, 2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 40b89f4fd96ff3ee39841dc875e9b279206c465a..740b7245431081d645538ba3b4d958cf84befa1f 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 #
-# Copyright (C) 2012, 2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2012, 2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 3302376ffa21b1252597f68247f0dc69cace0ea9..959fd0ce47969f8d30f93389eb060c7f141e8c0c 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2010, 2012, 2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2010, 2012, 2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index b5fddac571c578b89d31c4c3445777a3f071bb08..08d0dbf36f14e2216ec3f8035d649c1c84bcd578 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 #
-# Copyright (C) 2010, 2012, 2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2010, 2012, 2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index f380de6f8c04fdafe10258599948e5a43f7e4250..b4c0c41890b1e216a37aec820619b79c7be321d3 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 #
-# Copyright (C) 2011, 2012, 2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2011, 2012, 2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index f49ccb74bf6c626f03fe6ba0157f507da5a71f23..4a153992d4469ac23176e48cb816c68f503c6043 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 #
-# Copyright (C) 2011-2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2011-2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index a84477626a486f9de0fd2e98c0249458f7f507c1..ec9ff3a8d15feb562a530ffc3b9e3192343a72a8 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2011-2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2011-2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 424ce7a717b8c446343467cd14ce0f630ea4331b..c6f328f8b7ce5634b37f6d74e1e63d9d86270c3c 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 3abba7dd1019a17e3ee5c6bf7bedc0bd8a2be1ef..41513fc8a731a242c5c92b9baed70d368054427f 100755 (executable)
@@ -1,4 +1,4 @@
-# Copyright (C) 2005-2007, 2011-2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2005-2007, 2011-2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 57858eddf72e76f41f0a3282a2025f62dc1931e7..3794e17fad3b2838d046d870acb07007a1de4123 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 #
-# Copyright (C) 2009, 2011, 2012, 2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2009, 2011, 2012, 2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 6edbc96a819fbd2e1cd9bf2c380f6c1e0d5fa28d..4ea89d799290e73e0b9bde000bf8970bc79cde55 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2009, 2011-2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2009, 2011-2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 2c571eb224ed5d4de8c3c36dc96eeca18938a703..d555c4e93e232799b829777bedddc78f0cd28675 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 #
-# Copyright (C) 2015, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2015-2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 1a5551ed5b577ea7c3344fc3906dfb40a17895a7..e1139b6034499a9fbe37c22cf8236f57356c3107 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2000, 2001, 2004, 2007, 2009-2012, 2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2000, 2001, 2004, 2007, 2009-2012, 2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 0baea8a94c8c73e95b34c7dfeb17b7527b8b1cfa..5460bf2f3501d817ef1f4123f0274c86eca6c5b3 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2000, 2001, 2004, 2007, 2009-2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2000, 2001, 2004, 2007, 2009-2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 9663428603fc9e012354b2b238e1e612cf5b804f..82c01e5bcd033870ef57deb8a2c3b8aee7888436 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 #
-# Copyright (C) 2009, 2010, 2012, 2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2009, 2010, 2012, 2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 186ed94ea512a3d0c23f1dd75e83bd8196f6046b..dce846e20c89f10a91e2bdec353ad35691ddddb6 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 #
-# Copyright (C) 2009, 2012, 2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2009, 2012, 2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 0f7d7423a910a45c539f0f2f162bd144f63387df..0b568e9614fbebf5022e14b901e90654b980a9f4 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2014-2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2014-2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index a0ae8a957558143d062ac1362a13f3d90ab89210..2e21334797ff802c6f33b7ac5fa955d5aa3ffdfe 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 #
-# Copyright (C) 2011-2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2011-2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 1e51b86d851d861e92b495aca382ed677f44a97f..9b8ec12d37cb8128abea3ee480b08e9aeaee94b6 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 #
-# Copyright (C) 2010-2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2010-2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 6ea9f323c16fc64e35de4a235995e3c6f9719004..2df8564b59d4f381fbf459c86c05a6ad581e6ff3 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2011-2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2011-2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 12aeef1176b716475b6adbe18788cfb0d73b9e5d..e495518a045ecc37f7552f50cc708ea4f956ada7 100644 (file)
@@ -1,6 +1,6 @@
 #! /bin/sh
 #
-# Copyright (C) 2011-2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2011-2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 4a8c4407a910dcf2ba71347aec4b8580e4748ebd..8d6b090e30f865e71df144a9701f4f3a81a7dd08 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2012, 2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2012, 2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 4e47409fc5792ebdb55cc70787f49a4011b65930..e7e07baf6a73aa717f7738fcad6c3abbe0a38278 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2012, 2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2012, 2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 9ab0754419ee2b6fe1864467da13725f4d539607..43f39f40dcb7c5137abc4ab7809dbd48adb95833 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 #
-# Copyright (C) 2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 2fdd872b7772fc9453e934ee69d1ed1a78d5723a..49232af8c273af42ee588ee55d51aeb5d4ba8207 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index ea6366c6714b9e6d4e749b26f869b1435a16290c..643f7a86ffdd65b384273c8fcaeaa69387235545 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 #
-# Copyright (C) 2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 3372c41c289943679d4ee3c5a58606d04c2fcab2..f2d4cc62a443952f8f39296bd2612cf4f49358c2 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 #
-# Copyright (C) 2010, 2012, 2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2010, 2012, 2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index e9a50b86cb1afabf05954d0a3d86ce00ef5919be..52b9e173fd503c77f56590d284b3029377ac405a 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 #
-# Copyright (C) 2010, 2012, 2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2010, 2012, 2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 1b3f4ad3d038e3cc5debf1ea2684eeb9b0664569..682478be41215fb3aaf0a80624c9df83e627ab97 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2010, 2012, 2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2010, 2012, 2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 46ebfe277491afc65b5762a3f925bad07d6e4f89..2f8e59cd286a054224906bc7398d0dcb6f45b97a 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 8bf19cb946eee854c3b949f8d0283118936e9b8d..20c541f3c8c8473bd5b856e62e019258039b2ea3 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2001, 2004, 2007, 2009, 2012-2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2001, 2004, 2007, 2009, 2012-2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 9ea7292afd6b5d78f25e207493309778d6d2e0ae..b2941155a90a48c8dda371ae80d5442b4f55f899 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index c40da019f8142ad69fb2d4c771cbddf6d63e1ee0..9a100dd7d65ddd66a2544731888a3a32f97b3d2d 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2010-2012, 2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2010-2012, 2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index f489b03b63701526b119e1e858a5b666df09469a..f0c827ad1079f20dee5133e0fae82f892fd2b5ef 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 #
-# Copyright (C) 2012, 2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2012, 2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index f236d0fb5fa5b40b052bf48e0796eca818475b61..2c940a5078347a54f47c0ae34d0d89ae98872c02 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012, 2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2012, 2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 05c356a155428923d3e094278173002ae4aa378a..fb1978ec2563756c3aa24d884c164a57172117bf 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2000, 2001, 2004, 2007, 2011, 2012, 2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2000, 2001, 2004, 2007, 2011, 2012, 2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 4ef23d6d90ea0f5abe74f239303caf61fcd8770f..0b825ce7750f0b720482d437792beaa20d9bf2de 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh -e
 #
-# Copyright (C) 2012, 2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2012, 2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 1e661f913be9c75447f665089839233618cb5e78..053e17c74d6427e09f1e18d3202ea2aa53c42eec 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2000, 2001, 2004, 2007, 2012, 2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2000, 2001, 2004, 2007, 2012, 2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 425e1350350423c0d009f5062c402dca5c37aa61..f979cd0e3dda9b1793602b677a176a3396707af9 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2012, 2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2012, 2014, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 77089938ff75b6c6a0a6374dfd411ec80e886e17..81ff076f8573c48354b3fc55df81aa93e58f3018 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2012-2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2012-2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index a494607f5d59850148126d7a363a492d9b75fe74..c9d30ab7dfa18fb1991442419e47ecf1b9966be1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2015, 2016  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2015-2017  Internet Systems Consortium, Inc. ("ISC")
  *
  * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
index 28255bcab3a6059420c545e9fa90b33398b8db43..d0c8b1c7f4da602fb86f9809700192e9dd58c1ee 100644 (file)
@@ -1,5 +1,5 @@
 <!--
- - Copyright (C) 2015, 2016  Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2015-2017  Internet Systems Consortium, Inc. ("ISC")
  -
  - This Source Code Form is subject to the terms of the Mozilla Public
  - License, v. 2.0. If a copy of the MPL was not distributed with this
@@ -31,6 +31,7 @@
     <copyright>
       <year>2015</year>
       <year>2016</year>
+      <year>2017</year>
       <holder>Internet Systems Consortium, Inc. ("ISC")</holder>
     </copyright>
   </docinfo>
index 2928d7e1750aaa32f6e98d5efcb67f20a22843f0..534ad05fe3a45a9bc26807f7cab06ddb93908b10 100644 (file)
@@ -1,5 +1,5 @@
 <!---
- - Copyright (C) 2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2017  Internet Systems Consortium, Inc. ("ISC")
  -
  - This Source Code Form is subject to the terms of the Mozilla Public
  - License, v. 2.0. If a copy of the MPL was not distributed with this
index 5b913c743ee269ebb7d64357b204580dc86bb688..e421ee2fe5f56382522532150db9502459deab62 100644 (file)
@@ -1,5 +1,5 @@
 <!---
- - Copyright (C) 2014-2016  Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2017  Internet Systems Consortium, Inc. ("ISC")
  -
  - This Source Code Form is subject to the terms of the Mozilla Public
  - License, v. 2.0. If a copy of the MPL was not distributed with this
index 42475f7deb96bdaf05973043f3e440f20e579bfc..fc8310dc2f97666ba787964b013f0061f87b17ad 100644 (file)
@@ -1,5 +1,5 @@
 <!---
- - Copyright (C) 2014, 2016  Internet Systems Consortium, Inc. ("ISC")
+ - Copyright (C) 2017  Internet Systems Consortium, Inc. ("ISC")
  -
  - This Source Code Form is subject to the terms of the Mozilla Public
  - License, v. 2.0. If a copy of the MPL was not distributed with this
index c62cad771659be2e373315ecb6748c1fdccecd6f..29334b03401f6ede8eb9c31cf8946776b877421d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2009, 2011-2016  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 1999-2009, 2011-2017  Internet Systems Consortium, Inc. ("ISC")
  *
  * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
index f008e5b8d7729415c76a0f6238a9811b23b1b787..9f0c6801c979810e753f5f46d780f2a13a05ddc2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2000-2016  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2000-2017  Internet Systems Consortium, Inc. ("ISC")
  *
  * This Source Code Form is subject to the terms of the Mozilla Public
  * License, v. 2.0. If a copy of the MPL was not distributed with this
index 6e83b693bc5ee6ebbd7adcdf2b73d1323e870c9f..de60a1109939257b07f93aea1015e9a596101704 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 1998-2009, 2011-2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 1998-2009, 2011-2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this
index 78181ee99655b7ad13a078738c7f52c0f297efcf..1876d739ac5e61f4345ed5357c08db99c44eda8f 100644 (file)
@@ -3,13 +3,14 @@
 ./Atffile                                      X       2011
 ./CHANGES                                      X       2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
 ./COPYRIGHT                                    TXT     1996,1997,1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
-./FAQ                                          X       2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2013,2014,2015,2016
-./FAQ.xml                                      SGML    2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2013,2014,2015,2016
 ./HISTORY                                      X       2010,2013,2016,2017
+./HISTORY.md                                   MKD     2017
 ./LICENSE                                      X       2016
-./Makefile.in                                  MAKE    1998,1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016
+./Makefile.in                                  MAKE    1998,1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017
 ./OPTIONS                                      X       2017
+./OPTIONS.md                                   MKD     2017
 ./README                                       X       1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
+./README.md                                    MKD     2017
 ./acconfig.h                                   C       1999,2000,2001,2002,2003,2004,2005,2007,2008,2012,2014,2016
 ./aclocal.m4                                   X       1999,2000,2001,2012,2014
 ./autogen.sh                                   SH      2015,2016
 ./bin/dnssec/dnssec-keyfromlabel.docbook       SGML    2008,2009,2010,2011,2012,2014,2015,2016
 ./bin/dnssec/dnssec-keyfromlabel.html          HTML    DOCBOOK
 ./bin/dnssec/dnssec-keygen.8                   MAN     DOCBOOK
-./bin/dnssec/dnssec-keygen.c                   C.NAI   1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016
-./bin/dnssec/dnssec-keygen.docbook             SGML    2000,2001,2002,2003,2004,2005,2007,2008,2009,2010,2011,2012,2014,2015,2016
+./bin/dnssec/dnssec-keygen.c                   C.NAI   1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
+./bin/dnssec/dnssec-keygen.docbook             SGML    2000,2001,2002,2003,2004,2005,2007,2008,2009,2010,2011,2012,2014,2015,2016,2017
 ./bin/dnssec/dnssec-keygen.html                        HTML    DOCBOOK
 ./bin/dnssec/dnssec-revoke.8                   MAN     DOCBOOK
 ./bin/dnssec/dnssec-revoke.c                   C       2009,2010,2011,2012,2014,2015,2016
 ./bin/python/isc/Makefile.in                   MAKE    2016
 ./bin/python/isc/__init__.py.in                        PYTHON  2016
 ./bin/python/isc/checkds.py.in                 PYTHON  2012,2013,2014,2015,2016
-./bin/python/isc/coverage.py.in                        PYTHON  2013,2014,2015,2016
+./bin/python/isc/coverage.py.in                        PYTHON  2013,2014,2015,2016,2017
 ./bin/python/isc/dnskey.py.in                  PYTHON  2013,2014,2015,2016
 ./bin/python/isc/eventlist.py.in               PYTHON  2015,2016
 ./bin/python/isc/keydict.py.in                 PYTHON  2016
 ./bin/python/isc/keymgr.py.in                  PYTHON  2016
 ./bin/python/isc/keyseries.py.in               PYTHON  2016
 ./bin/python/isc/keyzone.py.in                 PYTHON  2013,2014,2015,2016
-./bin/python/isc/policy.py.in                  PYTHON  2016
+./bin/python/isc/policy.py.in                  PYTHON  2016,2017
 ./bin/python/isc/rndc.py.in                    PYTHON  2016
 ./bin/python/isc/tests/.gitignore              X       2016
 ./bin/python/isc/tests/Makefile.in             MAKE    2016
 ./bin/tests/system/autosign/ns4/named.conf     CONF-C  2009,2016,2017
 ./bin/tests/system/autosign/ns5/named.conf     CONF-C  2009,2016,2017
 ./bin/tests/system/autosign/prereq.sh          SH      2009,2010,2012,2014,2016
-./bin/tests/system/autosign/setup.sh           SH      2009,2010,2012,2014,2016
+./bin/tests/system/autosign/setup.sh           SH      2009,2010,2012,2014,2016,2017
 ./bin/tests/system/autosign/tests.sh           SH      2009,2010,2011,2012,2013,2014,2015,2016,2017
 ./bin/tests/system/builtin/clean.sh            SH      2014,2016
 ./bin/tests/system/builtin/ns1/named.conf      CONF-C  2011,2016
 ./bin/tests/system/dlv/ns6/named.conf          CONF-C  2010,2011,2016
 ./bin/tests/system/dlv/ns6/sign.sh             SH      2010,2011,2012,2014,2016
 ./bin/tests/system/dlv/prereq.sh               SH      2014,2016
-./bin/tests/system/dlv/setup.sh                        SH      2004,2007,2009,2011,2012,2014,2016
+./bin/tests/system/dlv/setup.sh                        SH      2004,2007,2009,2011,2012,2014,2016,2017
 ./bin/tests/system/dlv/tests.sh                        SH      2004,2007,2010,2011,2012,2016
 ./bin/tests/system/dlvauto/clean.sh            SH      2011,2012,2014,2016
 ./bin/tests/system/dlvauto/ns1/dlv.isc.org.db.in       ZONE    2011,2016
 ./bin/tests/system/dlvauto/ns1/named.conf      CONF-C  2011,2016
 ./bin/tests/system/dlvauto/ns1/root.db.in      ZONE    2011,2016
-./bin/tests/system/dlvauto/ns1/sign.sh         SH      2011,2012,2014,2016
+./bin/tests/system/dlvauto/ns1/sign.sh         SH      2011,2012,2014,2016,2017
 ./bin/tests/system/dlvauto/ns2/named.conf      CONF-C  2011,2013,2016
 ./bin/tests/system/dlvauto/prereq.sh           SH      2014,2016
-./bin/tests/system/dlvauto/setup.sh            SH      2011,2012,2014,2016
+./bin/tests/system/dlvauto/setup.sh            SH      2011,2012,2014,2016,2017
 ./bin/tests/system/dlvauto/tests.sh            SH      2011,2012,2014,2016
 ./bin/tests/system/dlz/.gitignore              X       2012
 ./bin/tests/system/dlz/clean.sh                        SH      2010,2012,2014,2016
 ./bin/tests/system/dlzexternal/ns1/named.conf.in       CONF-C  2011,2012,2013,2014,2016
 ./bin/tests/system/dlzexternal/ns1/root.db     ZONE    2014,2016
 ./bin/tests/system/dlzexternal/prereq.sh       SH      2010,2011,2012,2014,2016
-./bin/tests/system/dlzexternal/setup.sh                SH      2010,2012,2014,2016
+./bin/tests/system/dlzexternal/setup.sh                SH      2010,2012,2014,2016,2017
 ./bin/tests/system/dlzexternal/tests.sh                SH      2010,2011,2012,2013,2014,2015,2016
 ./bin/tests/system/dname/ans3/ans.pl           PERL    2017
 ./bin/tests/system/dname/clean.sh              SH      2011,2012,2014,2015,2016
 ./bin/tests/system/dns64/ns2/named.conf                CONF-C  2010,2011,2013,2016
 ./bin/tests/system/dns64/ns2/rpz.db            ZONE    2013,2016
 ./bin/tests/system/dns64/prereq.sh             SH      2014,2016
-./bin/tests/system/dns64/setup.sh              SH      2010,2012,2014,2016
+./bin/tests/system/dns64/setup.sh              SH      2010,2012,2014,2016,2017
 ./bin/tests/system/dns64/tests.sh              SH      2010,2011,2012,2013,2014,2016
 ./bin/tests/system/dnssec/README               TXT.BRIEF       2000,2001,2002,2004,2011,2016
 ./bin/tests/system/dnssec/clean.sh             SH      2000,2001,2002,2004,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016
 ./bin/tests/system/dnssec/dnssec_update_test.pl        PERL    2002,2004,2007,2010,2012,2016
 ./bin/tests/system/dnssec/ns1/named.conf       CONF-C  2000,2001,2004,2006,2007,2016
 ./bin/tests/system/dnssec/ns1/root.db.in       ZONE    2000,2001,2004,2007,2010,2013,2014,2016
-./bin/tests/system/dnssec/ns1/sign.sh          SH      2000,2001,2002,2003,2004,2006,2007,2008,2009,2010,2011,2012,2013,2014,2016
+./bin/tests/system/dnssec/ns1/sign.sh          SH      2000,2001,2002,2003,2004,2006,2007,2008,2009,2010,2011,2012,2013,2014,2016,2017
 ./bin/tests/system/dnssec/ns2/algroll.db.in    ZONE    2010,2016
 ./bin/tests/system/dnssec/ns2/badparam.db.in   ZONE    2010,2016
 ./bin/tests/system/dnssec/ns2/cdnskey-auto.secure.db.in        ZONE    2015,2016
 ./bin/tests/system/dnssec/ns2/named.conf       CONF-C  2000,2001,2002,2004,2006,2007,2008,2010,2011,2014,2015,2016,2017
 ./bin/tests/system/dnssec/ns2/private.secure.example.db.in     ZONE    2000,2001,2004,2007,2016
 ./bin/tests/system/dnssec/ns2/rfc2335.example.db       X       2004
-./bin/tests/system/dnssec/ns2/sign.sh          SH      2000,2001,2002,2003,2004,2006,2007,2008,2009,2010,2011,2012,2014,2015,2016
+./bin/tests/system/dnssec/ns2/sign.sh          SH      2000,2001,2002,2003,2004,2006,2007,2008,2009,2010,2011,2012,2014,2015,2016,2017
 ./bin/tests/system/dnssec/ns2/single-nsec3.db.in       ZONE    2010,2016
 ./bin/tests/system/dnssec/ns3/auto-nsec.example.db.in  ZONE    2011,2016
 ./bin/tests/system/dnssec/ns3/auto-nsec3.example.db.in ZONE    2011,2016
 ./bin/tests/system/dnssec/ns3/siginterval.example.db.in        ZONE    2013,2016
 ./bin/tests/system/dnssec/ns3/siginterval1.conf        CONF-C  2013,2016
 ./bin/tests/system/dnssec/ns3/siginterval2.conf        CONF-C  2013,2016
-./bin/tests/system/dnssec/ns3/sign.sh          SH      2000,2001,2002,2004,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016
+./bin/tests/system/dnssec/ns3/sign.sh          SH      2000,2001,2002,2004,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
 ./bin/tests/system/dnssec/ns3/split-dnssec.example.db.in       ZONE    2011,2016
 ./bin/tests/system/dnssec/ns3/split-smart.example.db.in        ZONE    2011,2016
 ./bin/tests/system/dnssec/ns3/ttlpatch.example.db.in   ZONE    2011,2016
 ./bin/tests/system/dnssec/ns4/named2.conf      CONF-C  2011,2013,2016,2017
 ./bin/tests/system/dnssec/ns4/named3.conf      CONF-C  2012,2013,2016,2017
 ./bin/tests/system/dnssec/ns4/named4.conf      CONF-C  2013,2016,2017
+./bin/tests/system/dnssec/ns4/named5.conf      CONF-C  2017
 ./bin/tests/system/dnssec/ns5/.gitignore       X       2015
 ./bin/tests/system/dnssec/ns5/named1.conf      CONF-C  2000,2001,2004,2006,2007,2015,2016,2017
 ./bin/tests/system/dnssec/ns5/named2.conf      CONF-C  2000,2001,2004,2006,2007,2015,2016
 ./bin/tests/system/dnssec/ns6/named.args       X       2013,2014,2016
 ./bin/tests/system/dnssec/ns6/named.conf       CONF-C  2004,2006,2007,2013,2016,2017
 ./bin/tests/system/dnssec/ns6/optout-tld.db.in ZONE    2013,2016
-./bin/tests/system/dnssec/ns6/sign.sh          SH      2013,2014,2016
+./bin/tests/system/dnssec/ns6/sign.sh          SH      2013,2014,2016,2017
 ./bin/tests/system/dnssec/ns7/named.conf       CONF-C  2006,2008,2010,2014,2016
 ./bin/tests/system/dnssec/ns7/named.nosoa      TXT.BRIEF       2010,2016
 ./bin/tests/system/dnssec/ns7/nosoa.secure.example.db  ZONE    2010,2016
-./bin/tests/system/dnssec/ns7/sign.sh          SH      2014,2016
+./bin/tests/system/dnssec/ns7/sign.sh          SH      2014,2016,2017
 ./bin/tests/system/dnssec/ns7/split-rrsig.db.in        ZONE    2014,2016
 ./bin/tests/system/dnssec/ntadiff.pl           PERL    2015,2016
 ./bin/tests/system/dnssec/prereq.sh            SH      2000,2001,2002,2004,2006,2007,2009,2012,2014,2015,2016
-./bin/tests/system/dnssec/setup.sh             SH      2000,2001,2004,2007,2009,2011,2012,2013,2014,2015,2016
+./bin/tests/system/dnssec/setup.sh             SH      2000,2001,2004,2007,2009,2011,2012,2013,2014,2015,2016,2017
 ./bin/tests/system/dnssec/signer/example.db.in ZONE    2010,2016
 ./bin/tests/system/dnssec/signer/remove.db.in  ZONE    2016
 ./bin/tests/system/dnssec/signer/remove2.db.in ZONE    2016
 ./bin/tests/system/dnstap/bad-fstrm-set-reopen-interval-max.conf       CONF-C  2016
 ./bin/tests/system/dnstap/bad-fstrm-set-reopen-interval-min.conf       CONF-C  2016
 ./bin/tests/system/dnstap/bad-size-version.conf        CONF-C  2017
-./bin/tests/system/dnstap/clean.sh             SH      2015,2016
+./bin/tests/system/dnstap/clean.sh             SH      2015,2016,2017
 ./bin/tests/system/dnstap/good-fstrm-set-buffer-hint.conf      CONF-C  2016
 ./bin/tests/system/dnstap/good-fstrm-set-flush-timeout.conf    CONF-C  2016
 ./bin/tests/system/dnstap/good-fstrm-set-input-queue-size.conf CONF-C  2016
 ./bin/tests/system/dnstap/ns3/named.conf       CONF-C  2015,2016
 ./bin/tests/system/dnstap/ns4/named.conf       CONF-C  2016
 ./bin/tests/system/dnstap/tests.sh             SH      2015,2016,2017
-./bin/tests/system/dnstap/ydump.py             PYTHON  2016
+./bin/tests/system/dnstap/ydump.py             PYTHON  2016,2017
 ./bin/tests/system/dscp/clean.sh               SH      2013,2014,2015,2016
 ./bin/tests/system/dscp/ns1/named.args         X       2013,2014
 ./bin/tests/system/dscp/ns1/named.conf         CONF-C  2013,2016
 ./bin/tests/system/dsdigest/ns3/named.conf     CONF-C  2012,2016
 ./bin/tests/system/dsdigest/ns4/named.conf     CONF-C  2012,2016
 ./bin/tests/system/dsdigest/prereq.sh          SH      2012,2014,2016
-./bin/tests/system/dsdigest/setup.sh           SH      2012,2014,2016
+./bin/tests/system/dsdigest/setup.sh           SH      2012,2014,2016,2017
 ./bin/tests/system/dsdigest/tests.sh           SH      2012,2016
 ./bin/tests/system/dyndb/Makefile.in           MAKE    2015,2016
 ./bin/tests/system/dyndb/clean.sh              SH      2015,2016
 ./bin/tests/system/ecdsa/ns1/sign.sh           SH      2012,2014,2016
 ./bin/tests/system/ecdsa/ns2/named.conf                CONF-C  2012,2016
 ./bin/tests/system/ecdsa/prereq.sh             SH      2012,2014,2016
-./bin/tests/system/ecdsa/setup.sh              SH      2012,2014,2016
+./bin/tests/system/ecdsa/setup.sh              SH      2012,2014,2016,2017
 ./bin/tests/system/ecdsa/tests.sh              SH      2012,2013,2015,2016
 ./bin/tests/system/ednscompliance/clean.sh     SH      2014,2015,2016
 ./bin/tests/system/ednscompliance/ns1/named.conf       CONF-C  2014,2016
 ./bin/tests/system/filter-aaaa/ns4/signed.db.presigned X       2014
 ./bin/tests/system/filter-aaaa/ns4/unsigned.db ZONE    2010,2012,2016,2017
 ./bin/tests/system/filter-aaaa/prereq.sh       SH      2010,2012,2014,2016
-./bin/tests/system/filter-aaaa/setup.sh                SH      2010,2012,2014,2016
+./bin/tests/system/filter-aaaa/setup.sh                SH      2010,2012,2014,2016,2017
 ./bin/tests/system/filter-aaaa/tests.sh                SH      2010,2012,2015,2016
 ./bin/tests/system/formerr/clean.sh            SH      2013,2014,2015,2016
 ./bin/tests/system/formerr/formerr.pl          PERL    2013,2014,2016
 ./bin/tests/system/gost/ns1/sign.sh            SH      2010,2012,2014,2016
 ./bin/tests/system/gost/ns2/named.conf         CONF-C  2010,2016
 ./bin/tests/system/gost/prereq.sh              SH      2010,2012,2014,2016
-./bin/tests/system/gost/setup.sh               SH      2010,2012,2014,2016
+./bin/tests/system/gost/setup.sh               SH      2010,2012,2014,2016,2017
 ./bin/tests/system/gost/tests.sh               SH      2010,2012,2013,2016
 ./bin/tests/system/ifconfig.bat                        BAT     2016
 ./bin/tests/system/ifconfig.sh                 SH      2000,2001,2002,2003,2004,2007,2008,2009,2010,2012,2013,2016
 ./bin/tests/system/inline/clean.sh             SH      2011,2012,2013,2014,2015,2016
 ./bin/tests/system/inline/ns1/named.conf       CONF-C  2011,2016
 ./bin/tests/system/inline/ns1/root.db.in       ZONE    2011,2012,2013,2016
-./bin/tests/system/inline/ns1/sign.sh          SH      2011,2012,2014,2016
+./bin/tests/system/inline/ns1/sign.sh          SH      2011,2012,2014,2016,2017
 ./bin/tests/system/inline/ns2/bits.db.in       ZONE    2011,2016
 ./bin/tests/system/inline/ns2/named.conf       CONF-C  2011,2012,2013,2014,2016
 ./bin/tests/system/inline/ns3/master.db.in     ZONE    2011,2012,2016
 ./bin/tests/system/inline/ns3/master3.db.in    ZONE    2012,2016
 ./bin/tests/system/inline/ns3/master4.db.in    ZONE    2012,2016
 ./bin/tests/system/inline/ns3/named.conf       CONF-C  2011,2012,2013,2015,2016
-./bin/tests/system/inline/ns3/sign.sh          SH      2011,2012,2013,2014,2016
+./bin/tests/system/inline/ns3/sign.sh          SH      2011,2012,2013,2014,2016,2017
 ./bin/tests/system/inline/ns4/named.conf       CONF-C  2011,2016
 ./bin/tests/system/inline/ns4/noixfr.db.in     ZONE    2011,2016
 ./bin/tests/system/inline/ns5/named.conf.post  CONF-C  2011,2014,2016
 ./bin/tests/system/inline/ns5/named.conf.pre   CONF-C  2011,2016
 ./bin/tests/system/inline/ns6/named.conf       CONF-C  2011,2016
 ./bin/tests/system/inline/prereq.sh            SH      2014,2016
-./bin/tests/system/inline/setup.sh             SH      2011,2012,2013,2014,2016
+./bin/tests/system/inline/setup.sh             SH      2011,2012,2013,2014,2016,2017
 ./bin/tests/system/inline/tests.sh             SH      2011,2012,2013,2014,2016
 ./bin/tests/system/integrity/clean.sh          SH      2017
 ./bin/tests/system/integrity/ns1/mx-cname.db   ZONE    2017
 ./bin/tests/system/keymgr/setup.sh             SH      2016
 ./bin/tests/system/keymgr/testpolicy.py                PYTHON  2016
 ./bin/tests/system/keymgr/tests.sh             SH      2016
-./bin/tests/system/legacy/build.sh             SH      2014,2016
+./bin/tests/system/legacy/build.sh             SH      2014,2016,2017
 ./bin/tests/system/legacy/clean.sh             SH      2014,2016
 ./bin/tests/system/legacy/ns1/named1.conf      CONF-C  2014,2016
 ./bin/tests/system/legacy/ns1/named2.conf      CONF-C  2014,2016
 ./bin/tests/system/masterformat/ns2/named.conf CONF-C  2005,2007,2011,2012,2014,2016
 ./bin/tests/system/masterformat/ns3/named.conf CONF-C  2012,2013,2016
 ./bin/tests/system/masterformat/prereq.sh      SH      2014,2016
-./bin/tests/system/masterformat/setup.sh       SH      2005,2006,2007,2011,2012,2013,2014,2016
+./bin/tests/system/masterformat/setup.sh       SH      2005,2006,2007,2011,2012,2013,2014,2016,2017
 ./bin/tests/system/masterformat/tests.sh       SH      2005,2007,2011,2012,2013,2014,2016
 ./bin/tests/system/metadata/child.db           ZONE    2009,2016
 ./bin/tests/system/metadata/clean.sh           SH      2009,2011,2012,2014,2016
 ./bin/tests/system/metadata/parent.db          ZONE    2009,2016
 ./bin/tests/system/metadata/prereq.sh          SH      2009,2012,2014,2016
-./bin/tests/system/metadata/setup.sh           SH      2009,2011,2012,2014,2016
-./bin/tests/system/metadata/tests.sh           SH      2009,2011,2012,2013,2014,2016
+./bin/tests/system/metadata/setup.sh           SH      2009,2011,2012,2014,2016,2017
+./bin/tests/system/metadata/tests.sh           SH      2009,2011,2012,2013,2014,2016,2017
 ./bin/tests/system/mkeys/README                        TXT.BRIEF       2015,2016
 ./bin/tests/system/mkeys/clean.sh              SH      2015,2016
 ./bin/tests/system/mkeys/ns1/named1.conf       CONF-C  2015,2016
 ./bin/tests/system/mkeys/ns3/named.args                X       2015,2016
 ./bin/tests/system/mkeys/ns3/named.conf                CONF-C  2015,2016
 ./bin/tests/system/mkeys/prereq.sh             SH      2015,2016
-./bin/tests/system/mkeys/setup.sh              SH      2015,2016
+./bin/tests/system/mkeys/setup.sh              SH      2015,2016,2017
 ./bin/tests/system/mkeys/tests.sh              SH      2015,2016
 ./bin/tests/system/names/clean.sh              SH      2015,2016
 ./bin/tests/system/names/ns1/example.db                ZONE    2015,2016
 ./bin/tests/system/nsupdate/ns3/sign.sh                SH      2010,2011,2012,2014,2016
 ./bin/tests/system/nsupdate/ns3/too-big.test.db.in     ZONE    2016
 ./bin/tests/system/nsupdate/prereq.sh          SH      2014,2015,2016
-./bin/tests/system/nsupdate/setup.sh           SH      2000,2001,2004,2007,2009,2010,2011,2012,2014,2016
-./bin/tests/system/nsupdate/tests.sh           SH      2000,2001,2004,2007,2009,2010,2011,2012,2013,2014,2015,2016
+./bin/tests/system/nsupdate/setup.sh           SH      2000,2001,2004,2007,2009,2010,2011,2012,2014,2016,2017
+./bin/tests/system/nsupdate/tests.sh           SH      2000,2001,2004,2007,2009,2010,2011,2012,2013,2014,2015,2016,2017
 ./bin/tests/system/nsupdate/update_test.pl     PERL    2000,2001,2004,2007,2012,2016
 ./bin/tests/system/nsupdate/verylarge          X       2013
 ./bin/tests/system/nzd2nzf/clean.sh            SH      2016
 ./bin/tests/system/pending/ns2/example.db.in   ZONE    2009,2010,2016
 ./bin/tests/system/pending/ns2/forgery.db      ZONE    2010,2016
 ./bin/tests/system/pending/ns2/named.conf      CONF-C  2009,2010,2016
-./bin/tests/system/pending/ns2/sign.sh         SH      2009,2010,2012,2014,2016
+./bin/tests/system/pending/ns2/sign.sh         SH      2009,2010,2012,2014,2016,2017
 ./bin/tests/system/pending/ns3/hostile.db      ZONE    2009,2016
 ./bin/tests/system/pending/ns3/mail.example.db ZONE    2009,2016
 ./bin/tests/system/pending/ns3/named.conf      CONF-C  2009,2016
 ./bin/tests/system/pending/ns4/named.conf      CONF-C  2009,2016
 ./bin/tests/system/pending/prereq.sh           SH      2009,2012,2014,2016
-./bin/tests/system/pending/setup.sh            SH      2009,2012,2014,2016
+./bin/tests/system/pending/setup.sh            SH      2009,2012,2014,2016,2017
 ./bin/tests/system/pending/tests.sh            SH      2009,2010,2012,2015,2016
 ./bin/tests/system/pipelined/.gitignore                X       2015
 ./bin/tests/system/pipelined/Makefile.in       MAKE    2014,2015,2016
 ./bin/tests/system/pipelined/pipequeries.c     C       2014,2015,2015,2016
 ./bin/tests/system/pipelined/ref               X       2014,2015
 ./bin/tests/system/pipelined/refb              X       2014,2015
-./bin/tests/system/pipelined/setup.sh          SH      2014,2015,2016
+./bin/tests/system/pipelined/setup.sh          SH      2014,2015,2016,2017
 ./bin/tests/system/pipelined/tests.sh          SH      2014,2015,2016
 ./bin/tests/system/pkcs11/clean.sh             SH      2010,2012,2014,2016
 ./bin/tests/system/pkcs11/ns1/example.db.in    ZONE    2010,2016
 ./bin/tests/system/redirect/ns4/named.conf     CONF-C  2015,2016
 ./bin/tests/system/redirect/ns4/root.hint      ZONE    2015,2016
 ./bin/tests/system/redirect/prereq.sh          SH      2014,2016
-./bin/tests/system/redirect/setup.sh           SH      2011,2012,2013,2014,2015,2016
+./bin/tests/system/redirect/setup.sh           SH      2011,2012,2013,2014,2015,2016,2017
 ./bin/tests/system/redirect/tests.sh           SH      2011,2012,2013,2014,2015,2016
 ./bin/tests/system/resolver/ans2/ans.pl                PERL    2000,2001,2004,2007,2009,2010,2012,2016
 ./bin/tests/system/resolver/ans3/ans.pl                PERL    2000,2001,2004,2007,2009,2012,2016
 ./bin/tests/system/resolver/ns7/root.hint      ZONE    2010,2016
 ./bin/tests/system/resolver/ns7/server.db.in   ZONE    2011,2016
 ./bin/tests/system/resolver/prereq.sh          SH      2000,2001,2004,2007,2012,2014,2016
-./bin/tests/system/resolver/setup.sh           SH      2010,2011,2012,2013,2014,2016
+./bin/tests/system/resolver/setup.sh           SH      2010,2011,2012,2013,2014,2016,2017
 ./bin/tests/system/resolver/tests.sh           SH      2000,2001,2004,2007,2009,2010,2011,2012,2013,2014,2015,2016
 ./bin/tests/system/rndc/.gitignore             X       2014
 ./bin/tests/system/rndc/Makefile.in            MAKE    2014,2015,2016
 ./bin/tests/system/rndc/ns5/named.conf         CONF-C  2015,2016
 ./bin/tests/system/rndc/ns6/named.args         X       2016
 ./bin/tests/system/rndc/ns6/named.conf.in      CONF-C  2016
-./bin/tests/system/rndc/setup.sh               SH      2011,2012,2013,2014,2016
+./bin/tests/system/rndc/setup.sh               SH      2011,2012,2013,2014,2016,2017
 ./bin/tests/system/rndc/tests.sh               SH      2011,2012,2013,2014,2015,2016,2017
 ./bin/tests/system/rpz/clean.sh                        SH      2011,2012,2013,2014,2016
 ./bin/tests/system/rpz/ns1/named.conf          CONF-C  2011,2013,2016,2017
 ./bin/tests/system/rpz/ns7/named.conf          CONF-C  2014,2016,2017
 ./bin/tests/system/rpz/prereq.sh               SH      2014,2016
 ./bin/tests/system/rpz/qperf.sh                        SH      2012,2013,2016
-./bin/tests/system/rpz/setup.sh                        SH      2011,2012,2013,2014,2016
+./bin/tests/system/rpz/setup.sh                        SH      2011,2012,2013,2014,2016,2017
 ./bin/tests/system/rpz/test1                   ZONE    2011,2012,2013,2016
 ./bin/tests/system/rpz/test2                   ZONE    2011,2012,2013,2016
 ./bin/tests/system/rpz/test3                   ZONE    2011,2013,2016
 ./bin/tests/system/rsabigexponent/ns2/named.conf       CONF-C  2012,2016
 ./bin/tests/system/rsabigexponent/ns2/sign.sh  SH      2012,2014,2016
 ./bin/tests/system/rsabigexponent/ns3/named.conf       CONF-C  2012,2016
-./bin/tests/system/rsabigexponent/prereq.sh    SH      2012,2014,2016
-./bin/tests/system/rsabigexponent/setup.sh     SH      2012,2014,2016
+./bin/tests/system/rsabigexponent/prereq.sh    SH      2012,2014,2016,2017
+./bin/tests/system/rsabigexponent/setup.sh     SH      2012,2014,2016,2017
 ./bin/tests/system/rsabigexponent/tests.sh     SH      2012,2016
 ./bin/tests/system/run.sh                      SH      2000,2001,2004,2007,2010,2012,2014,2015,2016
 ./bin/tests/system/runall.sh                   SH      2000,2001,2004,2007,2010,2011,2012,2014,2015,2016
 ./bin/tests/system/sfcache/clean.sh            SH      2014,2015,2016
 ./bin/tests/system/sfcache/ns1/named.conf      CONF-C  2014,2016
 ./bin/tests/system/sfcache/ns1/root.db.in      ZONE    2014,2016
-./bin/tests/system/sfcache/ns1/sign.sh         SH      2014,2016
+./bin/tests/system/sfcache/ns1/sign.sh         SH      2014,2016,2017
 ./bin/tests/system/sfcache/ns2/example.db.in   ZONE    2014,2016
 ./bin/tests/system/sfcache/ns2/named.conf      CONF-C  2014,2016
 ./bin/tests/system/sfcache/ns2/sign.sh         SH      2014,2016
 ./bin/tests/system/sfcache/ns5/named.conf      CONF-C  2014,2016,2017
 ./bin/tests/system/sfcache/ns5/trusted.conf.bad        CONF-C  2014,2016
-./bin/tests/system/sfcache/prereq.sh           SH      2014,2016
-./bin/tests/system/sfcache/setup.sh            SH      2014,2016
+./bin/tests/system/sfcache/prereq.sh           SH      2014,2016,2017
+./bin/tests/system/sfcache/setup.sh            SH      2014,2016,2017
 ./bin/tests/system/sfcache/tests.sh            SH      2014,2016
 ./bin/tests/system/smartsign/child.db          ZONE    2010,2016
 ./bin/tests/system/smartsign/clean.sh          SH      2010,2012,2014,2016
 ./bin/tests/system/smartsign/parent.db         ZONE    2010,2016
 ./bin/tests/system/smartsign/prereq.sh         SH      2010,2012,2014,2016
-./bin/tests/system/smartsign/setup.sh          SH      2010,2012,2014,2016
+./bin/tests/system/smartsign/setup.sh          SH      2010,2012,2014,2016,2017
 ./bin/tests/system/smartsign/tests.sh          SH      2010,2011,2012,2014,2016,2017
 ./bin/tests/system/sortlist/clean.sh           SH      2000,2001,2004,2007,2009,2012,2014,2015,2016
 ./bin/tests/system/sortlist/ns1/example.db     ZONE    2000,2001,2004,2007,2016
 ./bin/tests/system/staticstub/ns4/example.info.db      ZONE    2010,2016
 ./bin/tests/system/staticstub/ns4/example.org.db       ZONE    2010,2016
 ./bin/tests/system/staticstub/ns4/named.conf   CONF-C  2010,2016
-./bin/tests/system/staticstub/ns4/sign.sh      SH      2010,2012,2014,2016
+./bin/tests/system/staticstub/ns4/sign.sh      SH      2010,2012,2014,2016,2017
 ./bin/tests/system/staticstub/ns4/sub.example.db.in    ZONE    2010,2016
 ./bin/tests/system/staticstub/prereq.sh                SH      2014,2016
-./bin/tests/system/staticstub/setup.sh         SH      2010,2012,2014,2016
+./bin/tests/system/staticstub/setup.sh         SH      2010,2012,2014,2016,2017
 ./bin/tests/system/staticstub/tests.sh         SH      2010,2011,2012,2013,2015,2016
 ./bin/tests/system/statistics/ans4/ans.pl      PERL    2012,2016
 ./bin/tests/system/statistics/clean.sh         SH      2012,2014,2015,2016
 ./bin/tests/system/tcp/ns3/named.conf          CONF-C  2014,2016
 ./bin/tests/system/tcp/ns4/named.conf          CONF-C  2014,2016
 ./bin/tests/system/tcp/tests.sh                        SH      2014,2016
-./bin/tests/system/testcrypto.sh               SH      2014,2016
+./bin/tests/system/testcrypto.sh               SH      2014,2016,2017
 ./bin/tests/system/testsock.pl                 PERL    2000,2001,2004,2007,2010,2011,2012,2013,2016
 ./bin/tests/system/testsock6.pl                        PERL    2010,2012,2014,2016
 ./bin/tests/system/tkey/Makefile.in            MAKE    2001,2002,2004,2007,2009,2012,2014,2015,2016
 ./bin/tests/system/tkey/ns1/named.conf.in      CONF-C  2001,2004,2007,2009,2011,2013,2014,2016,2017
 ./bin/tests/system/tkey/ns1/setup.sh           SH      2001,2004,2007,2009,2012,2014,2016
 ./bin/tests/system/tkey/prereq.sh              SH      2001,2004,2006,2007,2009,2012,2014,2016
-./bin/tests/system/tkey/setup.sh               SH      2001,2004,2007,2009,2012,2013,2014,2016
+./bin/tests/system/tkey/setup.sh               SH      2001,2004,2007,2009,2012,2013,2014,2016,2017
 ./bin/tests/system/tkey/tests.sh               SH      2001,2004,2007,2009,2011,2012,2013,2014,2016,2017
 ./bin/tests/system/tsig/clean.sh               SH      2005,2006,2007,2012,2014,2016
 ./bin/tests/system/tsig/ns1/example.db         ZONE    2005,2006,2007,2009,2012,2016
 ./bin/tests/system/tsig/ns1/named.conf         CONF-C  2005,2006,2007,2016
-./bin/tests/system/tsig/setup.sh               SH      2016
+./bin/tests/system/tsig/setup.sh               SH      2016,2017
 ./bin/tests/system/tsig/tests.sh               SH      2005,2006,2007,2011,2012,2016
 ./bin/tests/system/tsiggss/authsock.pl         PERL    2011,2012,2016
 ./bin/tests/system/tsiggss/clean.sh            SH      2010,2011,2014,2015,2016
 ./bin/tests/system/tsiggss/ns1/named.conf      CONF-C  2010,2011,2013,2016
 ./bin/tests/system/tsiggss/ns1/testdenied.ccache       X       2010
 ./bin/tests/system/tsiggss/prereq.sh           SH      2010,2011,2012,2014,2016
-./bin/tests/system/tsiggss/setup.sh            SH      2010,2011,2012,2014,2016
+./bin/tests/system/tsiggss/setup.sh            SH      2010,2011,2012,2014,2016,2017
 ./bin/tests/system/tsiggss/tests.sh            SH      2010,2011,2014,2016
 ./bin/tests/system/unknown/clean.sh            SH      2000,2001,2004,2007,2012,2013,2014,2015,2016
 ./bin/tests/system/unknown/large.out           X       2012
 ./bin/tests/system/unknown/ns1/named.conf      CONF-C  2000,2001,2004,2007,2016
 ./bin/tests/system/unknown/ns2/named.conf      CONF-C  2012,2016
 ./bin/tests/system/unknown/ns3/named.conf      CONF-C  2012,2016
-./bin/tests/system/unknown/ns3/sign.sh         SH      2012,2014,2016
+./bin/tests/system/unknown/ns3/sign.sh         SH      2012,2014,2016,2017
 ./bin/tests/system/unknown/prereq.sh           SH      2014,2016
-./bin/tests/system/unknown/setup.sh            SH      2012,2014,2016
+./bin/tests/system/unknown/setup.sh            SH      2012,2014,2016,2017
 ./bin/tests/system/unknown/tests.sh            SH      2000,2001,2004,2007,2011,2012,2013,2016
 ./bin/tests/system/unknown/zones/nan.bad       ZONE    2013,2016
 ./bin/tests/system/upforwd/ans4/ans.pl         PERL    2011,2012,2016
 ./bin/tests/system/upforwd/ns3/named.conf      CONF-C  2000,2001,2004,2007,2011,2014,2016,2017
 ./bin/tests/system/upforwd/ns3/nomaster.db     ZONE    2011,2016
 ./bin/tests/system/upforwd/prereq.sh           SH      2012,2014,2016
-./bin/tests/system/upforwd/setup.sh            SH      2000,2001,2004,2007,2011,2012,2014,2016
+./bin/tests/system/upforwd/setup.sh            SH      2000,2001,2004,2007,2011,2012,2014,2016,2017
 ./bin/tests/system/upforwd/tests.sh            SH      2000,2001,2004,2007,2011,2012,2013,2014,2016
 ./bin/tests/system/v6synth/clean.sh            SH      2001,2004,2007,2012,2014,2016
 ./bin/tests/system/v6synth/ns1/named.conf      CONF-C  2001,2004,2007,2016
 ./bin/tests/system/verify/.gitignore           X       2012,2016
 ./bin/tests/system/verify/clean.sh             SH      2012,2014,2016
 ./bin/tests/system/verify/prereq.sh            SH      2014,2016
-./bin/tests/system/verify/setup.sh             SH      2012,2014,2016
+./bin/tests/system/verify/setup.sh             SH      2012,2014,2016,2017
 ./bin/tests/system/verify/tests.sh             SH      2012,2013,2016
 ./bin/tests/system/verify/zones/genzones.sh    SH      2012,2013,2014,2016
 ./bin/tests/system/verify/zones/unsigned.db    ZONE    2012,2016
 ./bin/tests/system/views/ns3/named2.conf       CONF-C  2000,2001,2004,2007,2013,2016
 ./bin/tests/system/views/ns5/child.clone.db    ZONE    2013,2016
 ./bin/tests/system/views/ns5/named.conf                CONF-C  2013,2016
-./bin/tests/system/views/setup.sh              SH      2000,2001,2004,2007,2012,2014,2016
+./bin/tests/system/views/setup.sh              SH      2000,2001,2004,2007,2012,2014,2016,2017
 ./bin/tests/system/views/tests.sh              SH      2000,2001,2004,2007,2012,2013,2014,2016
 ./bin/tests/system/wildcard/clean.sh           SH      2012,2013,2014,2016
 ./bin/tests/system/wildcard/ns1/dlv.db.in      ZONE    2013,2016
 ./bin/tests/system/wildcard/ns5/hints          ZONE    2013,2016
 ./bin/tests/system/wildcard/ns5/named.conf     CONF-C  2013,2016
 ./bin/tests/system/wildcard/prereq.sh          SH      2014,2016
-./bin/tests/system/wildcard/setup.sh           SH      2012,2014,2016
+./bin/tests/system/wildcard/setup.sh           SH      2012,2014,2016,2017
 ./bin/tests/system/wildcard/tests.sh           SH      2012,2013,2016
 ./bin/tests/system/win32/bigkey.dsp.in         X       2016
 ./bin/tests/system/win32/bigkey.dsw            X       2016
 ./bin/tests/system/zonechecks/ns2/named.conf   CONF-C  2012,2013,2016
 ./bin/tests/system/zonechecks/nxdomain.db      ZONE    2004,2007,2016
 ./bin/tests/system/zonechecks/prereq.sh                SH      2014,2016
-./bin/tests/system/zonechecks/setup.sh         SH      2012,2013,2014,2015,2016
+./bin/tests/system/zonechecks/setup.sh         SH      2012,2013,2014,2015,2016,2017
 ./bin/tests/system/zonechecks/tests.sh         SH      2004,2007,2009,2012,2013,2014,2015,2016
 ./bin/tests/t_api.pl                           PERL    1999,2000,2001,2004,2007,2012,2016
 ./bin/tests/task_test.c                                C       1998,1999,2000,2001,2004,2007,2013,2014,2015,2016
 ./bin/tools/arpaname.docbook                   SGML    2009,2014,2015,2016
 ./bin/tools/arpaname.html                      HTML    DOCBOOK
 ./bin/tools/dnstap-read.1                      MAN     DOCBOOK
-./bin/tools/dnstap-read.c                      C       2015,2016
-./bin/tools/dnstap-read.docbook                        SGML    2015,2016
+./bin/tools/dnstap-read.c                      C       2015,2016,2017
+./bin/tools/dnstap-read.docbook                        SGML    2015,2016,2017
 ./bin/tools/dnstap-read.html                   HTML    DOCBOOK
 ./bin/tools/genrandom.8                                MAN     DOCBOOK
 ./bin/tools/genrandom.c                                C       2000,2001,2002,2003,2004,2005,2007,2009,2010,2012,2014,2016
 ./doc/dev/HOW-ADB-WORKS.txt                    TXT.BRIEF       2003,2004,2016
 ./doc/dev/autoconf                             TXT.BRIEF       2001,2002,2004,2016
 ./doc/dev/coding.html                          HTML    1999,2000,2001,2002,2004,2007,2016
+./doc/dev/contrib.md                           MKD     2017
 ./doc/dev/cvs-usage                            TXT.BRIEF       2000,2001,2004,2016
+./doc/dev/dev.md                               MKD     2017
 ./doc/dev/magic_numbers                                TXT.BRIEF       1999,2000,2001,2002,2004,2016
 ./doc/dev/rdata.html                           HTML    1999,2000,2001,2004,2007,2016
 ./doc/dev/release                              TXT.BRIEF       2000,2001,2002,2003,2004,2005,2006,2007,2009,2014,2016
 ./doc/dev/results                              TXT.BRIEF       1999,2000,2001,2004,2016
+./doc/dev/style.md                             MKD     2017
 ./doc/dev/tests                                        TXT.BRIEF       2000,2001,2004,2016
 ./doc/dev/unexpected                           TXT.BRIEF       1999,2000,2001,2004,2016
 ./doc/doxygen/.gitignore                       X       2012
 ./doc/doxygen/isc-footer.html                  HTML    2006,2007,2016
 ./doc/doxygen/isc-header.html                  HTML    2006,2007,2016
 ./doc/doxygen/mainpage                         X       2006
-./doc/markdown/.gitignore                      X       2014
-./doc/markdown/Makefile                                MAKE    2014,2016
-./doc/markdown/dev.mkd                         MKD     2014,2015,2016
-./doc/markdown/howto.mkd                       MKD     2014,2016
-./doc/markdown/style.mkd                       MKD     2014,2016
 ./doc/misc/Makefile.in                         MAKE    2001,2004,2007,2009,2012,2016,2017
 ./doc/misc/dnssec                              TXT.BRIEF       2000,2001,2002,2004,2016
 ./doc/misc/docbook-options.pl                  PERL    2017
 ./lib/dns/include/dns/dbiterator.h             C       1999,2000,2001,2004,2005,2006,2007,2016
 ./lib/dns/include/dns/dbtable.h                        C       1999,2000,2001,2004,2005,2006,2007,2016
 ./lib/dns/include/dns/diff.h                   C       2000,2001,2004,2005,2006,2007,2008,2009,2010,2013,2016
-./lib/dns/include/dns/dispatch.h               C       1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016
+./lib/dns/include/dns/dispatch.h               C       1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017
 ./lib/dns/include/dns/dlz.h                    C.PORTION       1999,2000,2001,2005,2006,2007,2009,2010,2011,2012,2013,2016
 ./lib/dns/include/dns/dlz_dlopen.h             C       2011,2012,2013,2016
 ./lib/dns/include/dns/dns64.h                  C       2010,2014,2016
 ./lib/dns/tsig.c                               C       1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
 ./lib/dns/ttl.c                                        C       1999,2000,2001,2004,2005,2007,2011,2012,2013,2014,2016
 ./lib/dns/update.c                             C       2011,2012,2013,2014,2015,2016
-./lib/dns/validator.c                          C       2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016
+./lib/dns/validator.c                          C       2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
 ./lib/dns/version.c                            C       1998,1999,2000,2001,2004,2005,2007,2012,2013,2016
 ./lib/dns/view.c                               C       1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016,2017
 ./lib/dns/win32/DLLMain.c                      C       2001,2004,2007,2016
 ./make/Makefile.in                             MAKE    1998,1999,2000,2001,2004,2007,2012,2016
 ./make/includes.in                             MAKE    1999,2000,2001,2004,2005,2007,2012,2014,2016
 ./make/mkdep.in                                        X       1999,2000,2001,2006,2011,2014
-./make/rules.in                                        MAKE    1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016
+./make/rules.in                                        MAKE    1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016,2017
 ./mkinstalldirs                                        X       1996
 ./unit/.gitignore                              X       2012,2014
 ./unit/Makefile.in                             X       2011,2012
 ./util/nanny.pl                                        PERL    2000,2001,2004,2007,2012,2016
 ./util/new-func                                        PERL    2005,2007,2012,2016
 ./util/nt-kit                                  SH      1999,2000,2001,2004,2007,2012,2016
-./util/recent_changes.sh                       SH      2012,2016
+./util/recent_changes.sh                       SH      2012,2016,2017
 ./util/spacewhack.pl                           PERL    2000,2001,2004,2007,2012,2016
 ./util/tabify-changes                          SH      2004,2007,2012,2016
 ./util/update-drafts.pl                                PERL    2000,2001,2004,2007,2012,2016
index f7007729792b078e106a48e1ede3d1ce16fc720d..4279db7878392764d6bcfd2f0eee30d6439bd999 100644 (file)
@@ -1,6 +1,6 @@
 #!/bin/sh
 #
-# Copyright (C) 2012, 2016  Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2012, 2016, 2017  Internet Systems Consortium, Inc. ("ISC")
 #
 # This Source Code Form is subject to the terms of the Mozilla Public
 # License, v. 2.0. If a copy of the MPL was not distributed with this