From decd3bb79c36ea414cd134742b16906385c2b9b7 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 2 Nov 2016 10:43:07 +1100 Subject: [PATCH] copyright/whitespace --- CHANGES | 2 +- bin/check/Makefile.in | 2 +- bin/delv/Makefile.in | 2 +- bin/dig/Makefile.in | 2 +- bin/dig/include/dig/dig.h | 2 +- bin/dnssec/Makefile.in | 2 +- bin/dnssec/dnssectool.h | 2 +- bin/named/unix/Makefile.in | 2 +- bin/nsupdate/Makefile.in | 2 +- bin/tests/Makefile.in | 2 +- bin/tests/db/Makefile.in | 2 +- bin/tests/dst/Makefile.in | 2 +- bin/tests/hashes/Makefile.in | 2 +- bin/tests/master/Makefile.in | 2 +- bin/tests/resolver/Makefile.in | 2 +- bin/tests/system/Makefile.in | 2 +- bin/tests/system/autosign/ns1/keygen.sh | 2 +- bin/tests/system/autosign/ns2/keygen.sh | 2 +- bin/tests/system/autosign/ns3/keygen.sh | 2 +- bin/tests/system/conf.sh.win32 | 16 +- bin/tests/system/digcomp.pl | 2 +- bin/tests/system/digdelv/ns2/example.db | 2 +- bin/tests/system/dlv/ns3/sign.sh | 2 +- bin/tests/system/dlzexternal/Makefile.in | 2 +- bin/tests/system/dlzexternal/prereq.sh | 2 +- bin/tests/system/dnssec/ns1/sign.sh | 2 +- bin/tests/system/dsdigest/ns1/sign.sh | 2 +- bin/tests/system/dsdigest/ns2/sign.sh | 2 +- bin/tests/system/feature-test.c | 14 +- bin/tests/system/fetchlimit/prereq.sh | 2 +- bin/tests/system/filter-aaaa/prereq.sh | 2 +- bin/tests/system/geoip/prereq.sh | 2 +- bin/tests/system/ifconfig.sh | 2 +- bin/tests/system/notify/ns2/named.conf | 2 +- bin/tests/system/pending/ns1/sign.sh | 2 +- bin/tests/system/rpz/setup.sh | 2 +- bin/tests/system/rpzrecurse/prereq.sh | 2 +- bin/tests/system/rsabigexponent/clean.sh | 2 +- bin/tests/system/rsabigexponent/ns1/sign.sh | 2 +- bin/tests/system/rsabigexponent/prereq.sh | 2 +- bin/tests/system/run.sh | 2 +- bin/tests/system/start.pl | 2 +- bin/tests/system/staticstub/ns3/sign.sh | 2 +- bin/tests/system/stop.pl | 2 +- bin/tests/system/tkey/Makefile.in | 2 +- bin/tests/system/tsiggss/prereq.sh | 2 +- bin/tests/system/upforwd/setup.sh | 2 +- bin/tests/system/wildcard/ns1/sign.sh | 2 +- bin/tests/system/xferquota/ns1/named.conf | 2 +- bin/tests/system/zonechecks/clean.sh | 2 +- bin/tests/system/zonechecks/setup.sh | 2 +- lib/bind9/Makefile.in | 2 +- lib/isc/print.c | 2 +- lib/isc/win32/app.c | 2 +- lib/isc/win32/condition.c | 2 +- lib/isccc/Makefile.in | 2 +- lib/lwres/lwres_grbn.c | 2 +- lib/samples/Makefile.in | 2 +- util/copyrights | 286 ++++++++++---------- 59 files changed, 228 insertions(+), 200 deletions(-) diff --git a/CHANGES b/CHANGES index ecd359a69b..c935fab35c 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,6 @@ 4500. [bug] Support modifier I64 in isc__print_printf. [RT #43526] -4499. [port] MacOSX: silence deprecated function warning +4499. [port] MacOSX: silence deprecated function warning by using arc4random_stir() when available instead of arc4random_addrandom(). [RT #43503] diff --git a/bin/check/Makefile.in b/bin/check/Makefile.in index 98f59ad0bc..77b6ffa8a8 100644 --- a/bin/check/Makefile.in +++ b/bin/check/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2007, 2009, 2012, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004-2007, 2009, 2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000-2003 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/delv/Makefile.in b/bin/delv/Makefile.in index bc528ce702..be3423ba73 100644 --- a/bin/delv/Makefile.in +++ b/bin/delv/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2014, 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2014-2016 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 diff --git a/bin/dig/Makefile.in b/bin/dig/Makefile.in index 8abb90ec38..0878f86925 100644 --- a/bin/dig/Makefile.in +++ b/bin/dig/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2004, 2005, 2007, 2009, 2012-2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2005, 2007, 2009, 2012-2016 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000-2002 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/dig/include/dig/dig.h b/bin/dig/include/dig/dig.h index 0a2e4be80d..ebb9eba40a 100644 --- a/bin/dig/include/dig/dig.h +++ b/bin/dig/include/dig/dig.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2009, 2011-2015 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2009, 2011-2016 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000-2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/dnssec/Makefile.in b/bin/dnssec/Makefile.in index 6d20a41d6c..1e27fefd85 100644 --- a/bin/dnssec/Makefile.in +++ b/bin/dnssec/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2004, 2005, 2007-2009, 2012-2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2005, 2007-2009, 2012-2016 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000-2002 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/dnssec/dnssectool.h b/bin/dnssec/dnssectool.h index 340834685a..cb3c61f19d 100644 --- a/bin/dnssec/dnssectool.h +++ b/bin/dnssec/dnssectool.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007-2012, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007-2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001, 2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/named/unix/Makefile.in b/bin/named/unix/Makefile.in index 1157620e66..127ccef0f5 100644 --- a/bin/named/unix/Makefile.in +++ b/bin/named/unix/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2004, 2007, 2009, 2011, 2012 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2009, 2011, 2012, 2016 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 1999-2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/nsupdate/Makefile.in b/bin/nsupdate/Makefile.in index 850fcb54bf..6e7df72bbf 100644 --- a/bin/nsupdate/Makefile.in +++ b/bin/nsupdate/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2004, 2006-2009, 2012-2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2006-2009, 2012-2016 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000-2002 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/Makefile.in b/bin/tests/Makefile.in index bbc891eb78..3e16d3fced 100644 --- a/bin/tests/Makefile.in +++ b/bin/tests/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2004-2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004-2016 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 1998-2003 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/db/Makefile.in b/bin/tests/db/Makefile.in index 7f1d65e4d1..1f063a5870 100644 --- a/bin/tests/db/Makefile.in +++ b/bin/tests/db/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2004, 2007, 2009, 2010, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2009, 2010, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 1999-2002 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/dst/Makefile.in b/bin/tests/dst/Makefile.in index 34e32de250..fea99391dc 100644 --- a/bin/tests/dst/Makefile.in +++ b/bin/tests/dst/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2004, 2006-2010, 2012-2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2006-2010, 2012-2014, 2016 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 1999-2002 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/hashes/Makefile.in b/bin/tests/hashes/Makefile.in index 2f1be3e1cd..a52745cb17 100644 --- a/bin/tests/hashes/Makefile.in +++ b/bin/tests/hashes/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2010, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2010, 2012, 2014, 2016 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 diff --git a/bin/tests/master/Makefile.in b/bin/tests/master/Makefile.in index a657f48954..85eb225690 100644 --- a/bin/tests/master/Makefile.in +++ b/bin/tests/master/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2004, 2007, 2009, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2009, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 1999-2002 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/resolver/Makefile.in b/bin/tests/resolver/Makefile.in index 92a4b497ce..8bb0b83c66 100644 --- a/bin/tests/resolver/Makefile.in +++ b/bin/tests/resolver/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2011, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2011, 2012, 2014, 2016 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 diff --git a/bin/tests/system/Makefile.in b/bin/tests/system/Makefile.in index a731d865e5..f333434e1a 100644 --- a/bin/tests/system/Makefile.in +++ b/bin/tests/system/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2004, 2007, 2008, 2010-2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2008, 2010-2016 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/autosign/ns1/keygen.sh b/bin/tests/system/autosign/ns1/keygen.sh index a144e9300b..39013f7e88 100644 --- a/bin/tests/system/autosign/ns1/keygen.sh +++ b/bin/tests/system/autosign/ns1/keygen.sh @@ -1,6 +1,6 @@ #!/bin/sh -e # -# Copyright (C) 2009-2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2009-2012, 2014, 2016 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 diff --git a/bin/tests/system/autosign/ns2/keygen.sh b/bin/tests/system/autosign/ns2/keygen.sh index 89e47a9477..8c572333f3 100644 --- a/bin/tests/system/autosign/ns2/keygen.sh +++ b/bin/tests/system/autosign/ns2/keygen.sh @@ -1,6 +1,6 @@ #!/bin/sh -e # -# Copyright (C) 2009-2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2009-2012, 2014, 2016 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 diff --git a/bin/tests/system/autosign/ns3/keygen.sh b/bin/tests/system/autosign/ns3/keygen.sh index 10742389d1..6fd0be9463 100644 --- a/bin/tests/system/autosign/ns3/keygen.sh +++ b/bin/tests/system/autosign/ns3/keygen.sh @@ -1,6 +1,6 @@ #!/bin/sh -e # -# Copyright (C) 2009-2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2009-2012, 2014, 2016 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 diff --git a/bin/tests/system/conf.sh.win32 b/bin/tests/system/conf.sh.win32 index d1c26d7ec2..c7380ecb0b 100644 --- a/bin/tests/system/conf.sh.win32 +++ b/bin/tests/system/conf.sh.win32 @@ -1,10 +1,18 @@ #!/bin/sh # -# Copyright (C) 2000-2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2016 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/. +# Permission to use, copy, modify, and/or distribute this software for any +# purpose with or without fee is hereby granted, provided that the above +# copyright notice and this permission notice appear in all copies. +# +# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH +# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY +# AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, +# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +# PERFORMANCE OF THIS SOFTWARE. # # Common configuration data for system tests, to be sourced into diff --git a/bin/tests/system/digcomp.pl b/bin/tests/system/digcomp.pl index f5c453cbde..2f9684963a 100644 --- a/bin/tests/system/digcomp.pl +++ b/bin/tests/system/digcomp.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# Copyright (C) 2004, 2007, 2012, 2013 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2012, 2013, 2016 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/digdelv/ns2/example.db b/bin/tests/system/digdelv/ns2/example.db index 1c19010d3b..5947440a1e 100644 --- a/bin/tests/system/digdelv/ns2/example.db +++ b/bin/tests/system/digdelv/ns2/example.db @@ -1,4 +1,4 @@ -; Copyright (C) 2015 Internet Systems Consortium, Inc. ("ISC") +; Copyright (C) 2015, 2016 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 diff --git a/bin/tests/system/dlv/ns3/sign.sh b/bin/tests/system/dlv/ns3/sign.sh index 351685b9f7..00e820d7ab 100755 --- a/bin/tests/system/dlv/ns3/sign.sh +++ b/bin/tests/system/dlv/ns3/sign.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2009-2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2009-2012, 2014, 2016 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 diff --git a/bin/tests/system/dlzexternal/Makefile.in b/bin/tests/system/dlzexternal/Makefile.in index 58208d19f3..1327c39671 100644 --- a/bin/tests/system/dlzexternal/Makefile.in +++ b/bin/tests/system/dlzexternal/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2011, 2012, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2011, 2012, 2014-2016 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 diff --git a/bin/tests/system/dlzexternal/prereq.sh b/bin/tests/system/dlzexternal/prereq.sh index a06a1d11a9..aa4f88f462 100644 --- a/bin/tests/system/dlzexternal/prereq.sh +++ b/bin/tests/system/dlzexternal/prereq.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2010-2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2010-2012, 2014, 2016 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 diff --git a/bin/tests/system/dnssec/ns1/sign.sh b/bin/tests/system/dnssec/ns1/sign.sh index a1a77b319a..d6b1b8790e 100644 --- a/bin/tests/system/dnssec/ns1/sign.sh +++ b/bin/tests/system/dnssec/ns1/sign.sh @@ -1,6 +1,6 @@ #!/bin/sh -e # -# Copyright (C) 2004, 2006-2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2006-2014, 2016 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000-2003 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/dsdigest/ns1/sign.sh b/bin/tests/system/dsdigest/ns1/sign.sh index db4efdd4e8..f878910b4d 100644 --- a/bin/tests/system/dsdigest/ns1/sign.sh +++ b/bin/tests/system/dsdigest/ns1/sign.sh @@ -1,6 +1,6 @@ #!/bin/sh -e # -# Copyright (C) 2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2012, 2014, 2016 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 diff --git a/bin/tests/system/dsdigest/ns2/sign.sh b/bin/tests/system/dsdigest/ns2/sign.sh index b723c26492..6495fd411b 100644 --- a/bin/tests/system/dsdigest/ns2/sign.sh +++ b/bin/tests/system/dsdigest/ns2/sign.sh @@ -1,6 +1,6 @@ #!/bin/sh -e # -# Copyright (C) 2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2012, 2014, 2016 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 diff --git a/bin/tests/system/feature-test.c b/bin/tests/system/feature-test.c index 32f5a5ea90..5319e1fc3c 100644 --- a/bin/tests/system/feature-test.c +++ b/bin/tests/system/feature-test.c @@ -1,9 +1,17 @@ /* * Copyright (C) 2016 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/. + * Permission to use, copy, modify, and/or distribute this software for any + * purpose with or without fee is hereby granted, provided that the above + * copyright notice and this permission notice appear in all copies. + * + * THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH + * REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY + * AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT, + * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM + * LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE + * OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR + * PERFORMANCE OF THIS SOFTWARE. */ #include diff --git a/bin/tests/system/fetchlimit/prereq.sh b/bin/tests/system/fetchlimit/prereq.sh index b7adb42786..5837e2d63f 100644 --- a/bin/tests/system/fetchlimit/prereq.sh +++ b/bin/tests/system/fetchlimit/prereq.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2015, 2016 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 diff --git a/bin/tests/system/filter-aaaa/prereq.sh b/bin/tests/system/filter-aaaa/prereq.sh index d390e98bdf..4e0262aae7 100644 --- a/bin/tests/system/filter-aaaa/prereq.sh +++ b/bin/tests/system/filter-aaaa/prereq.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2010, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2010, 2012, 2014, 2016 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 diff --git a/bin/tests/system/geoip/prereq.sh b/bin/tests/system/geoip/prereq.sh index 347894cca4..dd34932737 100644 --- a/bin/tests/system/geoip/prereq.sh +++ b/bin/tests/system/geoip/prereq.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2013, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2013, 2014, 2016 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 diff --git a/bin/tests/system/ifconfig.sh b/bin/tests/system/ifconfig.sh index e57ad88670..5e6aff43b8 100644 --- a/bin/tests/system/ifconfig.sh +++ b/bin/tests/system/ifconfig.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007-2010, 2012, 2013 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007-2010, 2012, 2013, 2016 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000-2003 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/notify/ns2/named.conf b/bin/tests/system/notify/ns2/named.conf index de000890a1..4dacc7aeba 100644 --- a/bin/tests/system/notify/ns2/named.conf +++ b/bin/tests/system/notify/ns2/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007, 2011, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2011, 2014, 2016 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/pending/ns1/sign.sh b/bin/tests/system/pending/ns1/sign.sh index 83b8a0550c..eeb76faa18 100644 --- a/bin/tests/system/pending/ns1/sign.sh +++ b/bin/tests/system/pending/ns1/sign.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2009, 2010, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2009, 2010, 2012, 2014, 2016 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 diff --git a/bin/tests/system/rpz/setup.sh b/bin/tests/system/rpz/setup.sh index 2a65d383d7..084a088e27 100644 --- a/bin/tests/system/rpz/setup.sh +++ b/bin/tests/system/rpz/setup.sh @@ -1,6 +1,6 @@ #! /bin/sh # -# Copyright (C) 2011-2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2011-2014, 2016 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 diff --git a/bin/tests/system/rpzrecurse/prereq.sh b/bin/tests/system/rpzrecurse/prereq.sh index cae6c9ae72..e20ed37766 100644 --- a/bin/tests/system/rpzrecurse/prereq.sh +++ b/bin/tests/system/rpzrecurse/prereq.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2015, 2016 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 diff --git a/bin/tests/system/rsabigexponent/clean.sh b/bin/tests/system/rsabigexponent/clean.sh index 75bdec654c..a6b77deac1 100644 --- a/bin/tests/system/rsabigexponent/clean.sh +++ b/bin/tests/system/rsabigexponent/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2012, 2014, 2016 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 diff --git a/bin/tests/system/rsabigexponent/ns1/sign.sh b/bin/tests/system/rsabigexponent/ns1/sign.sh index a7869aa8fb..f100aa86a0 100755 --- a/bin/tests/system/rsabigexponent/ns1/sign.sh +++ b/bin/tests/system/rsabigexponent/ns1/sign.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2012, 2014, 2016 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 diff --git a/bin/tests/system/rsabigexponent/prereq.sh b/bin/tests/system/rsabigexponent/prereq.sh index ef84ec2c69..b3448427e0 100644 --- a/bin/tests/system/rsabigexponent/prereq.sh +++ b/bin/tests/system/rsabigexponent/prereq.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2012, 2014, 2016 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 diff --git a/bin/tests/system/run.sh b/bin/tests/system/run.sh index e3ca63b314..bcf613a6d2 100644 --- a/bin/tests/system/run.sh +++ b/bin/tests/system/run.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2010, 2012, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2010, 2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/start.pl b/bin/tests/system/start.pl index 8b08405041..cc4dc8bde0 100644 --- a/bin/tests/system/start.pl +++ b/bin/tests/system/start.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w # -# Copyright (C) 2004-2008, 2010-2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004-2008, 2010-2016 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/staticstub/ns3/sign.sh b/bin/tests/system/staticstub/ns3/sign.sh index 3a05bba85a..2dbcc1b19e 100755 --- a/bin/tests/system/staticstub/ns3/sign.sh +++ b/bin/tests/system/staticstub/ns3/sign.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2010, 2012, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2010, 2012, 2014-2016 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 diff --git a/bin/tests/system/stop.pl b/bin/tests/system/stop.pl index bd834a6ee5..8cfd5e3bb4 100644 --- a/bin/tests/system/stop.pl +++ b/bin/tests/system/stop.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w # -# Copyright (C) 2004-2007, 2012 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004-2007, 2012, 2016 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/tkey/Makefile.in b/bin/tests/system/tkey/Makefile.in index 468a8c7657..74d608d521 100644 --- a/bin/tests/system/tkey/Makefile.in +++ b/bin/tests/system/tkey/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2004, 2007, 2009, 2012, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2009, 2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2001, 2002 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/tsiggss/prereq.sh b/bin/tests/system/tsiggss/prereq.sh index f8accdf8aa..f92c46cdc1 100644 --- a/bin/tests/system/tsiggss/prereq.sh +++ b/bin/tests/system/tsiggss/prereq.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2010-2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2010-2012, 2014, 2016 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 diff --git a/bin/tests/system/upforwd/setup.sh b/bin/tests/system/upforwd/setup.sh index 6f3d9d574d..46ce820c76 100644 --- a/bin/tests/system/upforwd/setup.sh +++ b/bin/tests/system/upforwd/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2011, 2012, 2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2011, 2012, 2014, 2016 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2000, 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/wildcard/ns1/sign.sh b/bin/tests/system/wildcard/ns1/sign.sh index 7f90a203a7..ef8642efa8 100755 --- a/bin/tests/system/wildcard/ns1/sign.sh +++ b/bin/tests/system/wildcard/ns1/sign.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2012-2014 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2012-2014, 2016 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 diff --git a/bin/tests/system/xferquota/ns1/named.conf b/bin/tests/system/xferquota/ns1/named.conf index ec2191a94c..fbf2b2595e 100644 --- a/bin/tests/system/xferquota/ns1/named.conf +++ b/bin/tests/system/xferquota/ns1/named.conf @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2016 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/bin/tests/system/zonechecks/clean.sh b/bin/tests/system/zonechecks/clean.sh index b4ec75dded..a5fb4bf380 100644 --- a/bin/tests/system/zonechecks/clean.sh +++ b/bin/tests/system/zonechecks/clean.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2004, 2007, 2012, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2012, 2014-2016 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 diff --git a/bin/tests/system/zonechecks/setup.sh b/bin/tests/system/zonechecks/setup.sh index 7648c7a9f5..28ed39cef6 100644 --- a/bin/tests/system/zonechecks/setup.sh +++ b/bin/tests/system/zonechecks/setup.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (C) 2012-2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2012-2016 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 diff --git a/lib/bind9/Makefile.in b/lib/bind9/Makefile.in index 4909f8a3c4..bbda72c4d4 100644 --- a/lib/bind9/Makefile.in +++ b/lib/bind9/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2004, 2007, 2009, 2012, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2009, 2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2001 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/lib/isc/print.c b/lib/isc/print.c index bf3dba09f9..706acd4cf7 100644 --- a/lib/isc/print.c +++ b/lib/isc/print.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004-2008, 2010, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2008, 2010, 2014-2016 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001, 2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/lib/isc/win32/app.c b/lib/isc/win32/app.c index 8dce3b6216..771198fc86 100644 --- a/lib/isc/win32/app.c +++ b/lib/isc/win32/app.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2007, 2009, 2013, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2007, 2009, 2013, 2014, 2016 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1999-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/lib/isc/win32/condition.c b/lib/isc/win32/condition.c index 55fbf7ced7..caf790f16e 100644 --- a/lib/isc/win32/condition.c +++ b/lib/isc/win32/condition.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2006, 2007 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2006, 2007, 2016 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 1998-2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/lib/isccc/Makefile.in b/lib/isccc/Makefile.in index 2aeb4b228a..6ec59c74cd 100644 --- a/lib/isccc/Makefile.in +++ b/lib/isccc/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2004, 2007, 2009, 2011, 2012, 2014, 2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2004, 2007, 2009, 2011, 2012, 2014-2016 Internet Systems Consortium, Inc. ("ISC") # Copyright (C) 2001, 2003 Internet Software Consortium. # # Permission to use, copy, modify, and/or distribute this software for any diff --git a/lib/lwres/lwres_grbn.c b/lib/lwres/lwres_grbn.c index f78440a5cf..a2eb048c2e 100644 --- a/lib/lwres/lwres_grbn.c +++ b/lib/lwres/lwres_grbn.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2004, 2005, 2007, 2013 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004, 2005, 2007, 2013, 2016 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2000, 2001 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any diff --git a/lib/samples/Makefile.in b/lib/samples/Makefile.in index fad8439817..b2efa2218f 100644 --- a/lib/samples/Makefile.in +++ b/lib/samples/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 2009, 2012-2015 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 2009, 2012-2016 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 diff --git a/util/copyrights b/util/copyrights index ea3fbe30db..938176e6d5 100644 --- a/util/copyrights +++ b/util/copyrights @@ -12,7 +12,7 @@ ./aclocal.m4 X 1999,2000,2001,2012,2014 ./bin/Makefile.in MAKE 1998,1999,2000,2001,2004,2007,2009,2012,2013,2014 ./bin/check/.gitignore X 2012 -./bin/check/Makefile.in MAKE 2000,2001,2002,2003,2004,2005,2006,2007,2009,2012,2014,2015 +./bin/check/Makefile.in MAKE 2000,2001,2002,2003,2004,2005,2006,2007,2009,2012,2014,2015,2016 ./bin/check/check-tool.c C 2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015 ./bin/check/check-tool.h C 2000,2001,2002,2004,2005,2007,2010,2011,2013,2014 ./bin/check/named-checkconf.8 MAN DOCBOOK @@ -23,20 +23,20 @@ ./bin/check/named-checkzone.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015 ./bin/check/named-checkzone.docbook SGML 2000,2001,2002,2004,2005,2006,2007,2009,2010,2011,2012,2013,2014,2015 ./bin/check/named-checkzone.html HTML DOCBOOK -./bin/check/win32/checkconf.dsp.in X 2001,2004,2005,2006,2009,2013,2014 +./bin/check/win32/checkconf.dsp.in X 2001,2004,2005,2006,2009,2013,2014,2016 ./bin/check/win32/checkconf.dsw X 2001,2013 -./bin/check/win32/checkconf.mak.in X 2001,2002,2004,2005,2006,2009,2013,2014 +./bin/check/win32/checkconf.mak.in X 2001,2002,2004,2005,2006,2009,2013,2014,2016 ./bin/check/win32/checkconf.vcxproj.filters.in X 2013,2015 ./bin/check/win32/checkconf.vcxproj.in X 2013,2014,2015,2016 ./bin/check/win32/checkconf.vcxproj.user X 2013 -./bin/check/win32/checktool.dsp.in X 2006,2009,2013,2014 +./bin/check/win32/checktool.dsp.in X 2006,2009,2013,2014,2016 ./bin/check/win32/checktool.dsw X 2006 ./bin/check/win32/checktool.vcxproj.filters.in X 2013,2015 ./bin/check/win32/checktool.vcxproj.in X 2013,2014,2015,2016 ./bin/check/win32/checktool.vcxproj.user X 2013 -./bin/check/win32/checkzone.dsp.in X 2001,2002,2004,2005,2006,2009,2013,2014 +./bin/check/win32/checkzone.dsp.in X 2001,2002,2004,2005,2006,2009,2013,2014,2016 ./bin/check/win32/checkzone.dsw X 2001,2013 -./bin/check/win32/checkzone.mak.in X 2001,2002,2004,2005,2006,2009,2013,2014 +./bin/check/win32/checkzone.mak.in X 2001,2002,2004,2005,2006,2009,2013,2014,2016 ./bin/check/win32/checkzone.vcxproj.filters.in X 2013,2015 ./bin/check/win32/checkzone.vcxproj.in X 2013,2014,2015,2016 ./bin/check/win32/checkzone.vcxproj.user X 2013 @@ -76,19 +76,19 @@ ./bin/confgen/win32/rndcconfgen.vcxproj.in X 2013,2015,2016 ./bin/confgen/win32/rndcconfgen.vcxproj.user X 2013 ./bin/delv/.gitignore X 2014 -./bin/delv/Makefile.in MAKE 2014,2015 +./bin/delv/Makefile.in MAKE 2014,2015,2016 ./bin/delv/delv.1 MAN DOCBOOK ./bin/delv/delv.c C 2014,2015,2016 ./bin/delv/delv.docbook SGML 2014,2015 ./bin/delv/delv.html HTML DOCBOOK -./bin/delv/win32/delv.dsp.in X 2014 +./bin/delv/win32/delv.dsp.in X 2014,2016 ./bin/delv/win32/delv.dsw X 2014 -./bin/delv/win32/delv.mak.in X 2014 +./bin/delv/win32/delv.mak.in X 2014,2016 ./bin/delv/win32/delv.vcxproj.filters.in X 2014,2015 ./bin/delv/win32/delv.vcxproj.in X 2014,2015,2016 ./bin/delv/win32/delv.vcxproj.user X 2014 ./bin/dig/.gitignore X 2012,2014 -./bin/dig/Makefile.in MAKE 2000,2001,2002,2004,2005,2007,2009,2012,2013,2014,2015 +./bin/dig/Makefile.in MAKE 2000,2001,2002,2004,2005,2007,2009,2012,2013,2014,2015,2016 ./bin/dig/dig.1 MAN DOCBOOK ./bin/dig/dig.c C 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016 ./bin/dig/dig.docbook SGML 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2013,2014,2015,2016 @@ -98,36 +98,36 @@ ./bin/dig/host.c C 2000,2001,2002,2003,2004,2005,2006,2007,2009,2010,2011,2012,2013,2014,2015,2016 ./bin/dig/host.docbook SGML 2000,2001,2002,2004,2005,2007,2008,2009,2014,2015,2016 ./bin/dig/host.html HTML DOCBOOK -./bin/dig/include/dig/dig.h C 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015 +./bin/dig/include/dig/dig.h C 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2011,2012,2013,2014,2015,2016 ./bin/dig/nslookup.1 MAN DOCBOOK ./bin/dig/nslookup.c C 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016 ./bin/dig/nslookup.docbook SGML 2004,2005,2006,2007,2010,2013,2014,2015,2016 ./bin/dig/nslookup.html HTML DOCBOOK -./bin/dig/win32/dig.dsp.in X 2001,2002,2004,2005,2006,2009,2013,2014 +./bin/dig/win32/dig.dsp.in X 2001,2002,2004,2005,2006,2009,2013,2014,2016 ./bin/dig/win32/dig.dsw X 2001 -./bin/dig/win32/dig.mak.in X 2001,2002,2004,2005,2006,2009,2013,2014 +./bin/dig/win32/dig.mak.in X 2001,2002,2004,2005,2006,2009,2013,2014,2016 ./bin/dig/win32/dig.vcxproj.filters.in X 2013,2015 ./bin/dig/win32/dig.vcxproj.in X 2013,2014,2015,2016 ./bin/dig/win32/dig.vcxproj.user X 2013 -./bin/dig/win32/dighost.dsp.in X 2006,2009,2013,2014 +./bin/dig/win32/dighost.dsp.in X 2006,2009,2013,2014,2016 ./bin/dig/win32/dighost.dsw X 2006 ./bin/dig/win32/dighost.vcxproj.filters.in X 2013,2015 ./bin/dig/win32/dighost.vcxproj.in X 2013,2014,2015,2016 ./bin/dig/win32/dighost.vcxproj.user X 2013 -./bin/dig/win32/host.dsp.in X 2001,2002,2004,2005,2006,2009,2013,2014 +./bin/dig/win32/host.dsp.in X 2001,2002,2004,2005,2006,2009,2013,2014,2016 ./bin/dig/win32/host.dsw X 2001 -./bin/dig/win32/host.mak.in X 2001,2002,2004,2005,2006,2009,2013,2014 +./bin/dig/win32/host.mak.in X 2001,2002,2004,2005,2006,2009,2013,2014,2016 ./bin/dig/win32/host.vcxproj.filters.in X 2013,2015 ./bin/dig/win32/host.vcxproj.in X 2013,2014,2015,2016 ./bin/dig/win32/host.vcxproj.user X 2013 -./bin/dig/win32/nslookup.dsp.in X 2001,2002,2004,2005,2009,2013,2014 +./bin/dig/win32/nslookup.dsp.in X 2001,2002,2004,2005,2009,2013,2014,2016 ./bin/dig/win32/nslookup.dsw X 2001 -./bin/dig/win32/nslookup.mak.in X 2001,2002,2004,2005,2006,2009,2013,2014 +./bin/dig/win32/nslookup.mak.in X 2001,2002,2004,2005,2006,2009,2013,2014,2016 ./bin/dig/win32/nslookup.vcxproj.filters.in X 2013,2015 ./bin/dig/win32/nslookup.vcxproj.in X 2013,2014,2015,2016 ./bin/dig/win32/nslookup.vcxproj.user X 2013 ./bin/dnssec/.gitignore X 2012,2013 -./bin/dnssec/Makefile.in MAKE 2000,2001,2002,2004,2005,2007,2008,2009,2012,2013,2014,2015 +./bin/dnssec/Makefile.in MAKE 2000,2001,2002,2004,2005,2007,2008,2009,2012,2013,2014,2015,2016 ./bin/dnssec/dnssec-dsfromkey.8 MAN DOCBOOK ./bin/dnssec/dnssec-dsfromkey.c C 2008,2009,2010,2011,2012,2014,2015 ./bin/dnssec/dnssec-dsfromkey.docbook SGML 2008,2009,2010,2011,2012,2014,2015 @@ -161,57 +161,57 @@ ./bin/dnssec/dnssec-verify.docbook SGML 2012,2014,2015 ./bin/dnssec/dnssec-verify.html HTML DOCBOOK ./bin/dnssec/dnssectool.c C 2000,2001,2003,2004,2005,2007,2009,2010,2011,2012,2013,2014,2015,2016 -./bin/dnssec/dnssectool.h C 2000,2001,2003,2004,2007,2008,2009,2010,2011,2012,2014,2015 -./bin/dnssec/win32/dnssectool.dsp.in X 2006,2009,2013,2014 +./bin/dnssec/dnssectool.h C 2000,2001,2003,2004,2007,2008,2009,2010,2011,2012,2014,2015,2016 +./bin/dnssec/win32/dnssectool.dsp.in X 2006,2009,2013,2014,2016 ./bin/dnssec/win32/dnssectool.dsw X 2006,2009 ./bin/dnssec/win32/dnssectool.vcxproj.filters.in X 2013,2015 ./bin/dnssec/win32/dnssectool.vcxproj.in X 2013,2014,2015,2016 ./bin/dnssec/win32/dnssectool.vcxproj.user X 2013 -./bin/dnssec/win32/dsfromkey.dsp.in X 2008,2009,2013,2014 +./bin/dnssec/win32/dsfromkey.dsp.in X 2008,2009,2013,2014,2016 ./bin/dnssec/win32/dsfromkey.dsw X 2008 -./bin/dnssec/win32/dsfromkey.mak.in X 2008,2009,2013,2014 +./bin/dnssec/win32/dsfromkey.mak.in X 2008,2009,2013,2014,2016 ./bin/dnssec/win32/dsfromkey.vcxproj.filters.in X 2013,2015 ./bin/dnssec/win32/dsfromkey.vcxproj.in X 2013,2014,2015,2016 ./bin/dnssec/win32/dsfromkey.vcxproj.user X 2013 -./bin/dnssec/win32/importkey.dsp.in X 2013,2014 +./bin/dnssec/win32/importkey.dsp.in X 2013,2014,2016 ./bin/dnssec/win32/importkey.dsw X 2013 -./bin/dnssec/win32/importkey.mak.in X 2013,2014 +./bin/dnssec/win32/importkey.mak.in X 2013,2014,2016 ./bin/dnssec/win32/importkey.vcxproj.filters.in X 2013,2015 ./bin/dnssec/win32/importkey.vcxproj.in X 2013,2014,2015,2016 ./bin/dnssec/win32/importkey.vcxproj.user X 2013 -./bin/dnssec/win32/keyfromlabel.dsp.in X 2008,2009,2013,2014 +./bin/dnssec/win32/keyfromlabel.dsp.in X 2008,2009,2013,2014,2016 ./bin/dnssec/win32/keyfromlabel.dsw X 2008 -./bin/dnssec/win32/keyfromlabel.mak.in X 2008,2009,2013,2014 +./bin/dnssec/win32/keyfromlabel.mak.in X 2008,2009,2013,2014,2016 ./bin/dnssec/win32/keyfromlabel.vcxproj.filters.in X 2013,2015 ./bin/dnssec/win32/keyfromlabel.vcxproj.in X 2013,2014,2015,2016 ./bin/dnssec/win32/keyfromlabel.vcxproj.user X 2013 -./bin/dnssec/win32/keygen.dsp.in X 2001,2004,2005,2006,2009,2013,2014 +./bin/dnssec/win32/keygen.dsp.in X 2001,2004,2005,2006,2009,2013,2014,2016 ./bin/dnssec/win32/keygen.dsw X 2001 -./bin/dnssec/win32/keygen.mak.in X 2001,2004,2005,2006,2009,2013,2014 +./bin/dnssec/win32/keygen.mak.in X 2001,2004,2005,2006,2009,2013,2014,2016 ./bin/dnssec/win32/keygen.vcxproj.filters.in X 2013,2015 ./bin/dnssec/win32/keygen.vcxproj.in X 2013,2014,2015,2016 ./bin/dnssec/win32/keygen.vcxproj.user X 2013 -./bin/dnssec/win32/revoke.dsp.in X 2009,2013,2014 +./bin/dnssec/win32/revoke.dsp.in X 2009,2013,2014,2016 ./bin/dnssec/win32/revoke.dsw X 2009 -./bin/dnssec/win32/revoke.mak.in X 2009,2013,2014 +./bin/dnssec/win32/revoke.mak.in X 2009,2013,2014,2016 ./bin/dnssec/win32/revoke.vcxproj.filters.in X 2013,2015 ./bin/dnssec/win32/revoke.vcxproj.in X 2013,2014,2015,2016 ./bin/dnssec/win32/revoke.vcxproj.user X 2013 -./bin/dnssec/win32/settime.dsp.in X 2009,2013,2014 +./bin/dnssec/win32/settime.dsp.in X 2009,2013,2014,2016 ./bin/dnssec/win32/settime.dsw X 2009 -./bin/dnssec/win32/settime.mak.in X 2009,2013,2014 +./bin/dnssec/win32/settime.mak.in X 2009,2013,2014,2016 ./bin/dnssec/win32/settime.vcxproj.filters.in X 2013,2015 ./bin/dnssec/win32/settime.vcxproj.in X 2013,2014,2015,2016 ./bin/dnssec/win32/settime.vcxproj.user X 2013 -./bin/dnssec/win32/signzone.dsp.in X 2001,2004,2005,2006,2009,2013,2014 +./bin/dnssec/win32/signzone.dsp.in X 2001,2004,2005,2006,2009,2013,2014,2016 ./bin/dnssec/win32/signzone.dsw X 2001 -./bin/dnssec/win32/signzone.mak.in X 2001,2004,2005,2006,2009,2013,2014 +./bin/dnssec/win32/signzone.mak.in X 2001,2004,2005,2006,2009,2013,2014,2016 ./bin/dnssec/win32/signzone.vcxproj.filters.in X 2013,2015 ./bin/dnssec/win32/signzone.vcxproj.in X 2013,2014,2015,2016 ./bin/dnssec/win32/signzone.vcxproj.user X 2013 -./bin/dnssec/win32/verify.dsp.in X 2013,2014 +./bin/dnssec/win32/verify.dsp.in X 2013,2014,2016 ./bin/dnssec/win32/verify.dsw X 2013 -./bin/dnssec/win32/verify.mak.in X 2013,2014 +./bin/dnssec/win32/verify.mak.in X 2013,2014,2016 ./bin/dnssec/win32/verify.vcxproj.filters.in X 2013,2015 ./bin/dnssec/win32/verify.vcxproj.in X 2013,2014,2015,2016 ./bin/dnssec/win32/verify.vcxproj.user X 2013 @@ -286,7 +286,7 @@ ./bin/named/statschannel.c C 2008,2009,2010,2011,2012,2013,2014,2015,2016 ./bin/named/tkeyconf.c C 1999,2000,2001,2004,2005,2006,2007,2009,2010,2012,2014 ./bin/named/tsigconf.c C 1999,2000,2001,2004,2005,2006,2007,2009,2011,2012 -./bin/named/unix/Makefile.in MAKE 1999,2000,2001,2004,2007,2009,2011,2012 +./bin/named/unix/Makefile.in MAKE 1999,2000,2001,2004,2007,2009,2011,2012,2016 ./bin/named/unix/dlz_dlopen_driver.c C 2011,2012,2013,2014 ./bin/named/unix/include/named/os.h C 1999,2000,2001,2002,2004,2005,2007,2008,2009,2016 ./bin/named/unix/os.c C 1999,2000,2001,2002,2004,2005,2006,2007,2008,2009,2010,2011,2013,2014,2016 @@ -305,14 +305,14 @@ ./bin/named/xfrout.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016 ./bin/named/zoneconf.c C 1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015 ./bin/nsupdate/.gitignore X 2012 -./bin/nsupdate/Makefile.in MAKE 2000,2001,2002,2004,2006,2007,2008,2009,2012,2013,2014,2015 +./bin/nsupdate/Makefile.in MAKE 2000,2001,2002,2004,2006,2007,2008,2009,2012,2013,2014,2015,2016 ./bin/nsupdate/nsupdate.1 MAN DOCBOOK ./bin/nsupdate/nsupdate.c C 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016 ./bin/nsupdate/nsupdate.docbook SGML 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2014,2015,2016 ./bin/nsupdate/nsupdate.html HTML DOCBOOK -./bin/nsupdate/win32/nsupdate.dsp.in X 2001,2004,2005,2009,2013,2014 +./bin/nsupdate/win32/nsupdate.dsp.in X 2001,2004,2005,2009,2013,2014,2016 ./bin/nsupdate/win32/nsupdate.dsw X 2001 -./bin/nsupdate/win32/nsupdate.mak.in X 2001,2002,2004,2005,2006,2009,2013,2014 +./bin/nsupdate/win32/nsupdate.mak.in X 2001,2002,2004,2005,2006,2009,2013,2014,2016 ./bin/nsupdate/win32/nsupdate.vcxproj.filters.in X 2013,2015 ./bin/nsupdate/win32/nsupdate.vcxproj.in X 2013,2014,2015,2016 ./bin/nsupdate/win32/nsupdate.vcxproj.user X 2013 @@ -417,7 +417,7 @@ ./bin/tests/.gitignore X 2012,2013 ./bin/tests/Kchild.example.+003+04017.key X 2000,2001 ./bin/tests/Kchild.example.+003+04017.private X 2000,2001 -./bin/tests/Makefile.in MAKE 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015 +./bin/tests/Makefile.in MAKE 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016 ./bin/tests/adb_test.c C 1999,2000,2001,2004,2005,2007,2009,2011,2012,2013,2015 ./bin/tests/atomic/Makefile.in MAKE 2011,2012,2014 ./bin/tests/atomic/t_atomic.c C 2011,2013,2015,2016 @@ -439,7 +439,7 @@ ./bin/tests/byname_test.c C 2000,2001,2004,2005,2007,2009,2012,2015 ./bin/tests/cfg_test.c C 2001,2002,2004,2005,2007,2009,2010,2011,2015 ./bin/tests/compress_test.c C 1999,2000,2001,2004,2005,2006,2007,2015 -./bin/tests/db/Makefile.in MAKE 1999,2000,2001,2002,2004,2007,2009,2010,2012,2014 +./bin/tests/db/Makefile.in MAKE 1999,2000,2001,2002,2004,2007,2009,2010,2012,2014,2016 ./bin/tests/db/dns_db_class_1.data X 1999,2000,2001 ./bin/tests/db/dns_db_class_data X 1999,2000,2001 ./bin/tests/db/dns_db_closeversion_1.data X 1999,2000,2001 @@ -491,9 +491,9 @@ ./bin/tests/db/dns_db_origin_1.data X 1999,2000,2001 ./bin/tests/db/dns_db_origin_data X 1999,2000,2001 ./bin/tests/db/t_db.c C 1999,2000,2001,2004,2005,2007,2009,2011,2012,2013,2015 -./bin/tests/db/win32/t_db.dsp.in X 2013 +./bin/tests/db/win32/t_db.dsp.in X 2013,2016 ./bin/tests/db/win32/t_db.dsw X 2013 -./bin/tests/db/win32/t_db.mak.in X 2013 +./bin/tests/db/win32/t_db.mak.in X 2013,2016 ./bin/tests/db/win32/t_db.vcxproj.filters.in X 2013,2015 ./bin/tests/db/win32/t_db.vcxproj.in X 2013,2015,2016 ./bin/tests/db/win32/t_db.vcxproj.user X 2013 @@ -524,7 +524,7 @@ ./bin/tests/dst/Ktest.+003+23616.key.in X 2001,2004,2013 ./bin/tests/dst/Ktest.+003+23616.private.in X 2001,2013 ./bin/tests/dst/Ktest.+003+49667.key.in X 2001,2004,2013 -./bin/tests/dst/Makefile.in MAKE 1999,2000,2001,2002,2004,2006,2007,2008,2009,2010,2012,2013,2014 +./bin/tests/dst/Makefile.in MAKE 1999,2000,2001,2002,2004,2006,2007,2008,2009,2010,2012,2013,2014,2016 ./bin/tests/dst/dst_2_data.in X 1999,2000,2001,2013 ./bin/tests/dst/dst_test.c C 1999,2000,2001,2004,2005,2007,2009,2012,2014,2015 ./bin/tests/dst/gsstest.c C 2006,2007,2009,2010,2011,2013,2014,2015 @@ -547,11 +547,11 @@ ./bin/tests/gxba_test.c C 2000,2001,2004,2005,2007,2015 ./bin/tests/gxbn_test.c C 2000,2001,2004,2005,2007,2015 ./bin/tests/hash_test.c C 2000,2001,2004,2005,2006,2007,2014,2015,2016 -./bin/tests/hashes/Makefile.in MAKE 2010,2012,2014 +./bin/tests/hashes/Makefile.in MAKE 2010,2012,2014,2016 ./bin/tests/hashes/t_hashes.c C 2010,2013,2016 -./bin/tests/hashes/win32/t_hashes.dsp.in X 2013 +./bin/tests/hashes/win32/t_hashes.dsp.in X 2013,2016 ./bin/tests/hashes/win32/t_hashes.dsw X 2013 -./bin/tests/hashes/win32/t_hashes.mak.in X 2013 +./bin/tests/hashes/win32/t_hashes.mak.in X 2013,2016 ./bin/tests/hashes/win32/t_hashes.vcxproj.filters.in X 2013,2015 ./bin/tests/hashes/win32/t_hashes.vcxproj.in X 2013,2015,2016 ./bin/tests/hashes/win32/t_hashes.vcxproj.user X 2013 @@ -564,7 +564,7 @@ ./bin/tests/lwres_test.c C 2000,2001,2004,2005,2007,2015 ./bin/tests/lwresconf_test.c C 2000,2001,2004,2007,2015 ./bin/tests/makejournal.c C 2013,2015 -./bin/tests/master/Makefile.in MAKE 1999,2000,2001,2002,2004,2007,2009,2012,2014 +./bin/tests/master/Makefile.in MAKE 1999,2000,2001,2002,2004,2007,2009,2012,2014,2016 ./bin/tests/master/dns_master_load_10_data X 2000,2001 ./bin/tests/master/dns_master_load_11_data X 2000,2001 ./bin/tests/master/dns_master_load_1_data X 1999,2000,2001 @@ -588,9 +588,9 @@ ./bin/tests/master/master8.data X 2000,2001 ./bin/tests/master/master9.data X 2000,2001 ./bin/tests/master/t_master.c C 1998,1999,2000,2001,2003,2004,2005,2007,2009,2011,2013 -./bin/tests/master/win32/t_master.dsp.in X 2013 +./bin/tests/master/win32/t_master.dsp.in X 2013,2016 ./bin/tests/master/win32/t_master.dsw X 2013 -./bin/tests/master/win32/t_master.mak.in X 2013 +./bin/tests/master/win32/t_master.mak.in X 2013,2016 ./bin/tests/master/win32/t_master.vcxproj.filters.in X 2013,2015 ./bin/tests/master/win32/t_master.vcxproj.in X 2013,2015,2016 ./bin/tests/master/win32/t_master.vcxproj.user X 2013 @@ -708,11 +708,11 @@ ./bin/tests/rbt_test.txt SH 1999,2000,2001,2004,2007,2012 ./bin/tests/rdata_test.c C 1998,1999,2000,2001,2002,2003,2004,2005,2006,2007,2011,2012,2014,2015 ./bin/tests/resolv.conf.sample CONF-SH 2000,2001,2004,2007,2012 -./bin/tests/resolver/Makefile.in MAKE 2011,2012,2014 +./bin/tests/resolver/Makefile.in MAKE 2011,2012,2014,2016 ./bin/tests/resolver/t_resolver.c C 2011,2012,2013,2014 -./bin/tests/resolver/win32/t_resolver.dsp.in X 2013 +./bin/tests/resolver/win32/t_resolver.dsp.in X 2013,2016 ./bin/tests/resolver/win32/t_resolver.dsw X 2013 -./bin/tests/resolver/win32/t_resolver.mak.in X 2013 +./bin/tests/resolver/win32/t_resolver.mak.in X 2013,2016 ./bin/tests/resolver/win32/t_resolver.vcxproj.filters.in X 2013,2015 ./bin/tests/resolver/win32/t_resolver.vcxproj.in X 2013,2015,2016 ./bin/tests/resolver/win32/t_resolver.vcxproj.user X 2013 @@ -736,8 +736,8 @@ ./bin/tests/startperf/setup.sh SH 2011,2012 ./bin/tests/startperf/smallzone.db ZONE 2011 ./bin/tests/sym_test.c C 1998,1999,2000,2001,2004,2005,2007,2015 -./bin/tests/system/.gitignore X 2012 -./bin/tests/system/Makefile.in MAKE 2000,2001,2004,2007,2008,2010,2011,2012,2013,2014,2015 +./bin/tests/system/.gitignore X 2012,2016 +./bin/tests/system/Makefile.in MAKE 2000,2001,2004,2007,2008,2010,2011,2012,2013,2014,2015,2016 ./bin/tests/system/README TXT.BRIEF 2000,2001,2004,2010,2011,2013,2015 ./bin/tests/system/acl/clean.sh SH 2008,2012,2014,2015 ./bin/tests/system/acl/ns2/named1.conf CONF-C 2008 @@ -820,7 +820,7 @@ ./bin/tests/system/allow_query/tests.sh SH 2010,2012,2013,2016 ./bin/tests/system/ans.pl PERL 2011,2012,2014 ./bin/tests/system/autosign/clean.sh SH 2009,2010,2011,2012,2013,2014,2015 -./bin/tests/system/autosign/ns1/keygen.sh SH 2009,2010,2011,2012,2014 +./bin/tests/system/autosign/ns1/keygen.sh SH 2009,2010,2011,2012,2014,2016 ./bin/tests/system/autosign/ns1/named.conf CONF-C 2009,2013 ./bin/tests/system/autosign/ns1/root.db.in ZONE 2009,2010 ./bin/tests/system/autosign/ns2/Xbar.+005+30676.key X 2010 @@ -833,7 +833,7 @@ ./bin/tests/system/autosign/ns2/dst.example.db.in ZONE 2009 ./bin/tests/system/autosign/ns2/example.db.in ZONE 2009,2010 ./bin/tests/system/autosign/ns2/insecure.secure.example.db ZONE 2009 -./bin/tests/system/autosign/ns2/keygen.sh SH 2009,2010,2011,2012,2014 +./bin/tests/system/autosign/ns2/keygen.sh SH 2009,2010,2011,2012,2014,2016 ./bin/tests/system/autosign/ns2/named.conf CONF-C 2009,2010,2011,2013 ./bin/tests/system/autosign/ns2/private.secure.example.db.in ZONE 2009 ./bin/tests/system/autosign/ns3/.gitignore X 2012 @@ -841,7 +841,7 @@ ./bin/tests/system/autosign/ns3/delay.example.db ZONE 2011 ./bin/tests/system/autosign/ns3/inaczsk.example.db.in ZONE 2011 ./bin/tests/system/autosign/ns3/insecure.example.db ZONE 2009 -./bin/tests/system/autosign/ns3/keygen.sh SH 2009,2010,2011,2012,2014 +./bin/tests/system/autosign/ns3/keygen.sh SH 2009,2010,2011,2012,2014,2016 ./bin/tests/system/autosign/ns3/named.conf CONF-C 2009,2010,2011,2012,2013 ./bin/tests/system/autosign/ns3/nozsk.example.db.in ZONE 2011 ./bin/tests/system/autosign/ns3/nsec.example.db.in ZONE 2010 @@ -869,10 +869,7 @@ ./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,2016 -./bin/tests/system/builtin/.gitignore X 2015 -./bin/tests/system/builtin/Makefile.in MAKE 2014,2015 ./bin/tests/system/builtin/clean.sh SH 2014 -./bin/tests/system/builtin/gethostname.c C 2014,2015 ./bin/tests/system/builtin/ns1/named.conf CONF-C 2011 ./bin/tests/system/builtin/ns2/named.conf CONF-C 2014 ./bin/tests/system/builtin/ns3/named.conf CONF-C 2014 @@ -961,6 +958,7 @@ ./bin/tests/system/checkconf/view-class-in2.conf CONF-C 2016 ./bin/tests/system/checkconf/warn-keydir.conf CONF-C 2013 ./bin/tests/system/checkds/clean.sh SH 2012,2013 +./bin/tests/system/checkds/dig.bat BAT 2016 ./bin/tests/system/checkds/dig.pl PERL 2014 ./bin/tests/system/checkds/dig.sh SH 2012,2013 ./bin/tests/system/checkds/missing.example.dlv.example.dlv.db X 2012 @@ -1033,6 +1031,7 @@ ./bin/tests/system/common/rndc.key CONF-C 2011,2013 ./bin/tests/system/common/root.hint ZONE 2000,2001,2004,2007 ./bin/tests/system/conf.sh.in SH 2000,2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016 +./bin/tests/system/conf.sh.win32 SH 2016 ./bin/tests/system/coverage/01-ksk-inactive/README X 2013 ./bin/tests/system/coverage/01-ksk-inactive/expect X 2013 ./bin/tests/system/coverage/02-zsk-inactive/README X 2013 @@ -1073,11 +1072,11 @@ ./bin/tests/system/dialup/ns3/named.conf CONF-C 2000,2001,2004,2007 ./bin/tests/system/dialup/setup.sh SH 2000,2001,2004,2007,2012 ./bin/tests/system/dialup/tests.sh SH 2000,2001,2004,2007,2012,2016 -./bin/tests/system/digcomp.pl PERL 2000,2001,2004,2007,2012,2013 +./bin/tests/system/digcomp.pl PERL 2000,2001,2004,2007,2012,2013,2016 ./bin/tests/system/digdelv/clean.sh SH 2015,2016 ./bin/tests/system/digdelv/ns1/named.conf CONF-C 2015 ./bin/tests/system/digdelv/ns1/root.db ZONE 2015 -./bin/tests/system/digdelv/ns2/example.db ZONE 2015 +./bin/tests/system/digdelv/ns2/example.db ZONE 2015,2016 ./bin/tests/system/digdelv/ns2/named.conf CONF-C 2015 ./bin/tests/system/digdelv/ns3/named.conf CONF-C 2015 ./bin/tests/system/digdelv/tests.sh SH 2015,2016 @@ -1096,7 +1095,7 @@ ./bin/tests/system/dlv/ns3/dlv.db.in ZONE 2004,2007 ./bin/tests/system/dlv/ns3/hints ZONE 2004,2007 ./bin/tests/system/dlv/ns3/named.conf CONF-C 2004,2007,2011 -./bin/tests/system/dlv/ns3/sign.sh SH 2004,2007,2009,2010,2011,2012,2014 +./bin/tests/system/dlv/ns3/sign.sh SH 2004,2007,2009,2010,2011,2012,2014,2016 ./bin/tests/system/dlv/ns4/child.db ZONE 2004,2007 ./bin/tests/system/dlv/ns4/hints ZONE 2004,2007 ./bin/tests/system/dlv/ns4/named.conf CONF-C 2004,2007 @@ -1131,14 +1130,13 @@ ./bin/tests/system/dlz/ns1/named.conf CONF-C 2010,2012 ./bin/tests/system/dlz/prereq.sh.in SH 2011,2012 ./bin/tests/system/dlz/tests.sh SH 2010,2011,2012,2013,2015,2016 -./bin/tests/system/dlzexternal/Makefile.in MAKE 2011,2012,2014,2015 +./bin/tests/system/dlzexternal/Makefile.in MAKE 2011,2012,2014,2015,2016 ./bin/tests/system/dlzexternal/clean.sh SH 2010,2012,2014,2015 -./bin/tests/system/dlzexternal/dlopen.c C 2011 ./bin/tests/system/dlzexternal/driver.c C 2011,2012,2013,2014,2015 ./bin/tests/system/dlzexternal/driver.h C 2011 ./bin/tests/system/dlzexternal/ns1/.gitignore X 2012 ./bin/tests/system/dlzexternal/ns1/named.conf.in CONF-C 2011,2012,2013 -./bin/tests/system/dlzexternal/prereq.sh SH 2010,2011,2012,2014 +./bin/tests/system/dlzexternal/prereq.sh SH 2010,2011,2012,2014,2016 ./bin/tests/system/dlzexternal/setup.sh SH 2010,2012,2014 ./bin/tests/system/dlzexternal/tests.sh SH 2010,2011,2012,2013,2014,2016 ./bin/tests/system/dlzredir/.gitignore X 2012 @@ -1186,7 +1184,7 @@ ./bin/tests/system/dnssec/dnssec_update_test.pl PERL 2002,2004,2007,2010,2012 ./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 -./bin/tests/system/dnssec/ns1/sign.sh SH 2000,2001,2002,2003,2004,2006,2007,2008,2009,2010,2011,2012,2013,2014 +./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/ns2/algroll.db.in ZONE 2010 ./bin/tests/system/dnssec/ns2/badparam.db.in ZONE 2010 ./bin/tests/system/dnssec/ns2/cdnskey-auto.secure.db.in ZONE 2015 @@ -1299,11 +1297,11 @@ ./bin/tests/system/dsdigest/clean.sh SH 2012,2014 ./bin/tests/system/dsdigest/ns1/named.conf CONF-C 2012 ./bin/tests/system/dsdigest/ns1/root.db.in ZONE 2012 -./bin/tests/system/dsdigest/ns1/sign.sh SH 2012,2014 +./bin/tests/system/dsdigest/ns1/sign.sh SH 2012,2014,2016 ./bin/tests/system/dsdigest/ns2/bad.db.in ZONE 2012 ./bin/tests/system/dsdigest/ns2/good.db.in ZONE 2012 ./bin/tests/system/dsdigest/ns2/named.conf CONF-C 2012 -./bin/tests/system/dsdigest/ns2/sign.sh SH 2012,2014 +./bin/tests/system/dsdigest/ns2/sign.sh SH 2012,2014,2016 ./bin/tests/system/dsdigest/ns3/named.conf CONF-C 2012 ./bin/tests/system/dsdigest/ns4/named.conf CONF-C 2012 ./bin/tests/system/dsdigest/prereq.sh SH 2012,2014 @@ -1327,11 +1325,9 @@ ./bin/tests/system/emptyzones/ns1/root.hint ZONE 2014 ./bin/tests/system/emptyzones/setup.sh SH 2014 ./bin/tests/system/emptyzones/tests.sh SH 2014,2015,2016 -./bin/tests/system/fetchlimit/.gitignore X 2015 -./bin/tests/system/fetchlimit/Makefile.in MAKE 2015 +./bin/tests/system/feature-test.c C 2016 ./bin/tests/system/fetchlimit/ans4/ans.pl PERL 2015 ./bin/tests/system/fetchlimit/clean.sh SH 2015 -./bin/tests/system/fetchlimit/fetchlimit.c C 2015 ./bin/tests/system/fetchlimit/ns1/named.conf CONF-C 2015 ./bin/tests/system/fetchlimit/ns1/root.db ZONE 2015 ./bin/tests/system/fetchlimit/ns2/example.db ZONE 2015 @@ -1341,11 +1337,10 @@ ./bin/tests/system/fetchlimit/ns3/named2.conf CONF-C 2015 ./bin/tests/system/fetchlimit/ns3/named3.conf CONF-C 2015 ./bin/tests/system/fetchlimit/ns3/root.hint ZONE 2015 -./bin/tests/system/fetchlimit/prereq.sh SH 2015 +./bin/tests/system/fetchlimit/prereq.sh SH 2015,2016 ./bin/tests/system/fetchlimit/setup.sh SH 2015 ./bin/tests/system/fetchlimit/tests.sh SH 2015,2016 -./bin/tests/system/filter-aaaa/.gitignore X 2012,2014 -./bin/tests/system/filter-aaaa/Makefile.in MAKE 2010,2011,2012,2015 +./bin/tests/system/filter-aaaa/.gitignore X 2012,2014,2016 ./bin/tests/system/filter-aaaa/clean.sh SH 2010,2012,2014 ./bin/tests/system/filter-aaaa/conf/bad1.conf CONF-C 2010 ./bin/tests/system/filter-aaaa/conf/bad2.conf CONF-C 2010 @@ -1361,7 +1356,6 @@ ./bin/tests/system/filter-aaaa/conf/good6.conf CONF-C 2010 ./bin/tests/system/filter-aaaa/conf/good7.conf CONF-C 2010 ./bin/tests/system/filter-aaaa/conf/good8.conf CONF-C 2010 -./bin/tests/system/filter-aaaa/filter-aaaa.c C 2010,2011,2012 ./bin/tests/system/filter-aaaa/ns1/named1.conf CONF-C 2012,2013 ./bin/tests/system/filter-aaaa/ns1/named2.conf CONF-C 2012,2013 ./bin/tests/system/filter-aaaa/ns1/root.db ZONE 2010,2012 @@ -1382,7 +1376,7 @@ ./bin/tests/system/filter-aaaa/ns4/signed.db.in ZONE 2010,2012 ./bin/tests/system/filter-aaaa/ns4/signed.db.presigned X 2014 ./bin/tests/system/filter-aaaa/ns4/unsigned.db ZONE 2010,2012 -./bin/tests/system/filter-aaaa/prereq.sh SH 2010,2012,2014 +./bin/tests/system/filter-aaaa/prereq.sh SH 2010,2012,2014,2016 ./bin/tests/system/filter-aaaa/setup.sh SH 2010,2012,2014 ./bin/tests/system/filter-aaaa/tests.sh SH 2010,2012,2015,2016 ./bin/tests/system/formerr/clean.sh SH 2013,2015 @@ -1412,8 +1406,6 @@ ./bin/tests/system/forward/ula-inherited.conf CONF-C 2016 ./bin/tests/system/forward/ula-notinherited.conf CONF-C 2016 ./bin/tests/system/genzone.sh SH 2001,2002,2003,2004,2007,2009,2011,2012,2013,2014,2015,2016 -./bin/tests/system/geoip/.gitignore X 2013 -./bin/tests/system/geoip/Makefile.in MAKE 2013,2015 ./bin/tests/system/geoip/clean.sh SH 2013,2014 ./bin/tests/system/geoip/data/GeoIP.csv X 2013 ./bin/tests/system/geoip/data/GeoIP.dat X 2013 @@ -1438,7 +1430,6 @@ ./bin/tests/system/geoip/data/GeoIPv6.csv X 2013 ./bin/tests/system/geoip/data/GeoIPv6.dat X 2013 ./bin/tests/system/geoip/data/README TXT.BRIEF 2013,2014 -./bin/tests/system/geoip/geoip.c C 2013 ./bin/tests/system/geoip/ns2/example.db.in ZONE 2013 ./bin/tests/system/geoip/ns2/named1.conf CONF-C 2013 ./bin/tests/system/geoip/ns2/named10.conf CONF-C 2014 @@ -1456,7 +1447,7 @@ ./bin/tests/system/geoip/ns2/named8.conf CONF-C 2013 ./bin/tests/system/geoip/ns2/named9.conf CONF-C 2013 ./bin/tests/system/geoip/options.conf CONF-C 2015 -./bin/tests/system/geoip/prereq.sh SH 2013,2014 +./bin/tests/system/geoip/prereq.sh SH 2013,2014,2016 ./bin/tests/system/geoip/setup.sh SH 2013,2014 ./bin/tests/system/geoip/tests.sh SH 2013,2014,2015,2016 ./bin/tests/system/glue/clean.sh SH 2000,2001,2004,2007,2012,2015 @@ -1480,7 +1471,8 @@ ./bin/tests/system/gost/prereq.sh SH 2010,2012,2014 ./bin/tests/system/gost/setup.sh SH 2010,2012,2014 ./bin/tests/system/gost/tests.sh SH 2010,2012,2013,2016 -./bin/tests/system/ifconfig.sh SH 2000,2001,2002,2003,2004,2007,2008,2009,2010,2012,2013 +./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/.gitignore X 2014 ./bin/tests/system/inline/checkdsa.sh.in SH 2013,2014 ./bin/tests/system/inline/clean.sh SH 2011,2012,2013,2014,2015 @@ -1624,7 +1616,7 @@ ./bin/tests/system/notify/ns2/example3.db ZONE 2000,2001,2002,2004,2007,2009 ./bin/tests/system/notify/ns2/example4.db ZONE 2000,2001,2002,2004,2007,2009 ./bin/tests/system/notify/ns2/generic.db ZONE 2014 -./bin/tests/system/notify/ns2/named.conf CONF-C 2000,2001,2004,2007,2011,2014 +./bin/tests/system/notify/ns2/named.conf CONF-C 2000,2001,2004,2007,2011,2014,2016 ./bin/tests/system/notify/ns3/named.conf CONF-C 2000,2001,2004,2007 ./bin/tests/system/notify/ns4/named.conf CONF-C 2014 ./bin/tests/system/notify/ns4/named.port X 2014 @@ -1662,7 +1654,7 @@ ./bin/tests/system/pending/clean.sh SH 2009,2012,2014 ./bin/tests/system/pending/ns1/named.conf CONF-C 2009 ./bin/tests/system/pending/ns1/root.db.in ZONE 2009,2010 -./bin/tests/system/pending/ns1/sign.sh SH 2009,2010,2012,2014 +./bin/tests/system/pending/ns1/sign.sh SH 2009,2010,2012,2014,2016 ./bin/tests/system/pending/ns2/example.com.db.in ZONE 2009,2010 ./bin/tests/system/pending/ns2/example.db.in ZONE 2009,2010 ./bin/tests/system/pending/ns2/forgery.db ZONE 2010 @@ -1675,7 +1667,6 @@ ./bin/tests/system/pending/prereq.sh SH 2009,2012,2014 ./bin/tests/system/pending/setup.sh SH 2009,2012,2014 ./bin/tests/system/pending/tests.sh SH 2009,2010,2012,2016 -./bin/tests/system/pkcs11/.gitignore X 2012 ./bin/tests/system/pkcs11/clean.sh SH 2010,2012,2014 ./bin/tests/system/pkcs11/ns1/example.db.in ZONE 2010 ./bin/tests/system/pkcs11/ns1/named.conf CONF-C 2010,2013,2014 @@ -1683,7 +1674,6 @@ ./bin/tests/system/pkcs11/setup.sh SH 2010,2012,2013,2014 ./bin/tests/system/pkcs11/tests.sh SH 2010,2012,2014,2016 ./bin/tests/system/pkcs11/usepkcs11 X 2010 -./bin/tests/system/pkcs11ssl/.gitignore X 2014 ./bin/tests/system/pkcs11ssl/clean.sh SH 2014 ./bin/tests/system/pkcs11ssl/ns1/example.db.in ZONE 2014 ./bin/tests/system/pkcs11ssl/ns1/named.conf CONF-C 2014 @@ -1771,8 +1761,6 @@ ./bin/tests/system/rndc/ns4/named.conf.in CONF-C 2013,2015 ./bin/tests/system/rndc/setup.sh SH 2011,2012,2013,2014 ./bin/tests/system/rndc/tests.sh SH 2011,2012,2013,2014,2015,2016 -./bin/tests/system/rpz/.gitignore X 2012 -./bin/tests/system/rpz/Makefile.in MAKE 2011,2012,2013,2015 ./bin/tests/system/rpz/clean.sh SH 2011,2012,2013,2014 ./bin/tests/system/rpz/ns1/named.conf CONF-C 2011,2013 ./bin/tests/system/rpz/ns1/root.db ZONE 2011,2012,2013 @@ -1802,8 +1790,7 @@ ./bin/tests/system/rpz/ns7/named.conf CONF-C 2014 ./bin/tests/system/rpz/prereq.sh SH 2014 ./bin/tests/system/rpz/qperf.sh SH 2012,2013 -./bin/tests/system/rpz/rpz.c C 2011,2012,2013 -./bin/tests/system/rpz/setup.sh SH 2011,2012,2013,2014 +./bin/tests/system/rpz/setup.sh SH 2011,2012,2013,2014,2016 ./bin/tests/system/rpz/test1 ZONE 2011,2012,2013 ./bin/tests/system/rpz/test2 ZONE 2011,2012,2013 ./bin/tests/system/rpz/test3 ZONE 2011,2013 @@ -1838,7 +1825,7 @@ ./bin/tests/system/rpzrecurse/ns2/named.wildcard2.conf CONF-C 2015 ./bin/tests/system/rpzrecurse/ns2/named.wildcard3.conf CONF-C 2015 ./bin/tests/system/rpzrecurse/ns2/root.hint ZONE 2015 -./bin/tests/system/rpzrecurse/prereq.sh SH 2015 +./bin/tests/system/rpzrecurse/prereq.sh SH 2015,2016 ./bin/tests/system/rpzrecurse/setup.sh SH 2015 ./bin/tests/system/rpzrecurse/testgen.pl PERL 2015 ./bin/tests/system/rpzrecurse/tests.sh SH 2015,2016 @@ -1894,7 +1881,7 @@ ./bin/tests/system/rsabigexponent/.gitignore X 2013 ./bin/tests/system/rsabigexponent/Makefile.in MAKE 2012,2014,2015 ./bin/tests/system/rsabigexponent/bigkey.c C 2012,2014,2015 -./bin/tests/system/rsabigexponent/clean.sh SH 2012,2014 +./bin/tests/system/rsabigexponent/clean.sh SH 2012,2014,2016 ./bin/tests/system/rsabigexponent/conf/bad01.conf CONF-C 2012 ./bin/tests/system/rsabigexponent/conf/bad02.conf CONF-C 2012 ./bin/tests/system/rsabigexponent/conf/bad03.conf CONF-C 2012 @@ -1903,7 +1890,7 @@ ./bin/tests/system/rsabigexponent/conf/good03.conf CONF-C 2012 ./bin/tests/system/rsabigexponent/ns1/named.conf CONF-C 2012 ./bin/tests/system/rsabigexponent/ns1/root.db.in ZONE 2012 -./bin/tests/system/rsabigexponent/ns1/sign.sh SH 2012,2014 +./bin/tests/system/rsabigexponent/ns1/sign.sh SH 2012,2014,2016 ./bin/tests/system/rsabigexponent/ns2/Xexample.+005+05896.key X 2012 ./bin/tests/system/rsabigexponent/ns2/Xexample.+005+05896.private X 2012 ./bin/tests/system/rsabigexponent/ns2/Xexample.+005+51829.key X 2012 @@ -1914,10 +1901,10 @@ ./bin/tests/system/rsabigexponent/ns2/named.conf CONF-C 2012 ./bin/tests/system/rsabigexponent/ns2/sign.sh SH 2012,2014 ./bin/tests/system/rsabigexponent/ns3/named.conf CONF-C 2012 -./bin/tests/system/rsabigexponent/prereq.sh SH 2012,2014 +./bin/tests/system/rsabigexponent/prereq.sh SH 2012,2014,2016 ./bin/tests/system/rsabigexponent/setup.sh SH 2012,2014 ./bin/tests/system/rsabigexponent/tests.sh SH 2012,2016 -./bin/tests/system/run.sh SH 2000,2001,2004,2007,2010,2012,2014,2015 +./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 ./bin/tests/system/send.pl PERL 2001,2004,2007,2011,2012 ./bin/tests/system/setup.sh SH 2000,2001,2004,2007,2012,2014 @@ -1947,7 +1934,7 @@ ./bin/tests/system/spf/ns1/named.conf CONF-C 2013 ./bin/tests/system/spf/ns1/spf.db ZONE 2013 ./bin/tests/system/spf/tests.sh SH 2013,2014,2016 -./bin/tests/system/start.pl SH 2001,2004,2005,2006,2007,2008,2010,2011,2012,2013,2014,2015 +./bin/tests/system/start.pl SH 2001,2004,2005,2006,2007,2008,2010,2011,2012,2013,2014,2015,2016 ./bin/tests/system/start.sh SH 2000,2001,2004,2007,2012 ./bin/tests/system/staticstub/clean.sh SH 2010,2012,2014,2015 ./bin/tests/system/staticstub/conf/bad01.conf CONF-C 2010 @@ -1973,7 +1960,7 @@ ./bin/tests/system/staticstub/ns3/example.db.in ZONE 2010 ./bin/tests/system/staticstub/ns3/example.org.db ZONE 2010 ./bin/tests/system/staticstub/ns3/named.conf.in CONF-C 2010,2013,2015 -./bin/tests/system/staticstub/ns3/sign.sh SH 2010,2012,2014,2015 +./bin/tests/system/staticstub/ns3/sign.sh SH 2010,2012,2014,2015,2016 ./bin/tests/system/staticstub/ns3/undelegated.db.in ZONE 2015 ./bin/tests/system/staticstub/ns4/example.com.db ZONE 2010 ./bin/tests/system/staticstub/ns4/example.info.db ZONE 2010 @@ -1984,8 +1971,6 @@ ./bin/tests/system/staticstub/prereq.sh SH 2014 ./bin/tests/system/staticstub/setup.sh SH 2010,2012,2014 ./bin/tests/system/staticstub/tests.sh SH 2010,2011,2012,2013,2015,2016 -./bin/tests/system/statistics/.gitignore X 2015 -./bin/tests/system/statistics/Makefile.in MAKE 2015 ./bin/tests/system/statistics/ans4/ans.pl PERL 2012 ./bin/tests/system/statistics/clean.sh SH 2012,2015 ./bin/tests/system/statistics/ns1/named.conf CONF-C 2012,2015 @@ -1999,7 +1984,6 @@ ./bin/tests/system/statistics/ns3/root.hint ZONE 2012 ./bin/tests/system/statistics/prereq.sh SH 2012,2014 ./bin/tests/system/statistics/tests.sh SH 2012,2015,2016 -./bin/tests/system/statistics/xmlstats.c C 2015 ./bin/tests/system/statschannel/clean.sh SH 2015 ./bin/tests/system/statschannel/fetch.pl PERL 2015 ./bin/tests/system/statschannel/ns2/example.db ZONE 2015 @@ -2008,7 +1992,7 @@ ./bin/tests/system/statschannel/server-json.pl PERL 2015 ./bin/tests/system/statschannel/server-xml.pl PERL 2015 ./bin/tests/system/statschannel/tests.sh SH 2015,2016 -./bin/tests/system/stop.pl SH 2001,2004,2005,2006,2007,2012 +./bin/tests/system/stop.pl SH 2001,2004,2005,2006,2007,2012,2016 ./bin/tests/system/stop.sh SH 2000,2001,2004,2007,2012 ./bin/tests/system/stress/clean.sh SH 2000,2001,2004,2007,2012 ./bin/tests/system/stress/ns1/named.conf CONF-C 2000,2001,2004,2007 @@ -2041,7 +2025,7 @@ ./bin/tests/system/testcrypto.sh SH 2014 ./bin/tests/system/testsock.pl PERL 2000,2001,2004,2007,2010,2011,2012,2013 ./bin/tests/system/testsock6.pl PERL 2010,2012,2014 -./bin/tests/system/tkey/Makefile.in MAKE 2001,2002,2004,2007,2009,2012,2014,2015 +./bin/tests/system/tkey/Makefile.in MAKE 2001,2002,2004,2007,2009,2012,2014,2015,2016 ./bin/tests/system/tkey/clean.sh SH 2001,2004,2007,2011,2012,2013,2014,2015 ./bin/tests/system/tkey/keycreate.c C 2001,2004,2005,2007,2009,2011,2012,2014,2015,2016 ./bin/tests/system/tkey/keydelete.c C 2001,2004,2005,2007,2009,2010,2011,2014,2015,2016 @@ -2056,16 +2040,14 @@ ./bin/tests/system/tsig/ns1/named.conf CONF-C 2005,2006,2007 ./bin/tests/system/tsig/setup.sh SH 2016 ./bin/tests/system/tsig/tests.sh SH 2005,2006,2007,2011,2012,2016 -./bin/tests/system/tsiggss/Makefile.in MAKE 2011,2012,2015,2016 ./bin/tests/system/tsiggss/authsock.pl PERL 2011,2012 ./bin/tests/system/tsiggss/clean.sh SH 2010,2011,2014,2015 -./bin/tests/system/tsiggss/gssapi_krb.c C 2011,2016 ./bin/tests/system/tsiggss/ns1/administrator.ccache X 2010 ./bin/tests/system/tsiggss/ns1/dns.keytab X 2010 ./bin/tests/system/tsiggss/ns1/example.nil.db.in X 2011 ./bin/tests/system/tsiggss/ns1/named.conf CONF-C 2010,2011,2013 ./bin/tests/system/tsiggss/ns1/testdenied.ccache X 2010 -./bin/tests/system/tsiggss/prereq.sh SH 2010,2011,2012,2014 +./bin/tests/system/tsiggss/prereq.sh SH 2010,2011,2012,2014,2016 ./bin/tests/system/tsiggss/setup.sh SH 2010,2011,2012,2014 ./bin/tests/system/tsiggss/tests.sh SH 2010,2011,2014,2016 ./bin/tests/system/unknown/clean.sh SH 2000,2001,2004,2007,2012,2013,2015 @@ -2099,7 +2081,7 @@ ./bin/tests/system/upforwd/ns3/named.conf CONF-C 2000,2001,2004,2007,2011,2014 ./bin/tests/system/upforwd/ns3/nomaster.db ZONE 2011 ./bin/tests/system/upforwd/prereq.sh SH 2012,2014 -./bin/tests/system/upforwd/setup.sh SH 2000,2001,2004,2007,2011,2012,2014 +./bin/tests/system/upforwd/setup.sh SH 2000,2001,2004,2007,2011,2012,2014,2016 ./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 ./bin/tests/system/v6synth/ns1/named.conf CONF-C 2001,2004,2007 @@ -2110,7 +2092,7 @@ ./bin/tests/system/v6synth/ns2/named.conf CONF-C 2001,2004,2007 ./bin/tests/system/v6synth/ns3/named.conf CONF-C 2001,2004,2007 ./bin/tests/system/v6synth/tests.sh SH 2001,2004,2007,2012,2016 -./bin/tests/system/verify/.gitignore X 2012 +./bin/tests/system/verify/.gitignore X 2012,2016 ./bin/tests/system/verify/clean.sh SH 2012,2014 ./bin/tests/system/verify/prereq.sh SH 2014 ./bin/tests/system/verify/setup.sh SH 2012,2014 @@ -2147,7 +2129,7 @@ ./bin/tests/system/wildcard/ns1/private.nsec.db.in ZONE 2012,2013 ./bin/tests/system/wildcard/ns1/private.nsec3.db.in ZONE 2012,2013 ./bin/tests/system/wildcard/ns1/root.db.in ZONE 2012,2013 -./bin/tests/system/wildcard/ns1/sign.sh SH 2012,2013,2014 +./bin/tests/system/wildcard/ns1/sign.sh SH 2012,2013,2014,2016 ./bin/tests/system/wildcard/ns2/hints ZONE 2012 ./bin/tests/system/wildcard/ns2/named.conf CONF-C 2012 ./bin/tests/system/wildcard/ns3/hints ZONE 2012 @@ -2158,6 +2140,30 @@ ./bin/tests/system/wildcard/prereq.sh SH 2014 ./bin/tests/system/wildcard/setup.sh SH 2012,2014 ./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/win32/bigkey.mak.in X 2016 +./bin/tests/system/win32/bigkey.vcxproj.filters.in X 2016 +./bin/tests/system/win32/bigkey.vcxproj.in X 2016 +./bin/tests/system/win32/bigkey.vcxproj.user X 2016 +./bin/tests/system/win32/keycreate.dsp.in X 2016 +./bin/tests/system/win32/keycreate.dsw X 2016 +./bin/tests/system/win32/keycreate.mak.in X 2016 +./bin/tests/system/win32/keycreate.vcxproj.filters.in X 2016 +./bin/tests/system/win32/keycreate.vcxproj.in X 2016 +./bin/tests/system/win32/keycreate.vcxproj.user X 2016 +./bin/tests/system/win32/keydelete.dsp.in X 2016 +./bin/tests/system/win32/keydelete.dsw X 2016 +./bin/tests/system/win32/keydelete.mak.in X 2016 +./bin/tests/system/win32/keydelete.vcxproj.filters.in X 2016 +./bin/tests/system/win32/keydelete.vcxproj.in X 2016 +./bin/tests/system/win32/keydelete.vcxproj.user X 2016 +./bin/tests/system/win32/lwtest.dsp.in X 2016 +./bin/tests/system/win32/lwtest.dsw X 2016 +./bin/tests/system/win32/lwtest.mak.in X 2016 +./bin/tests/system/win32/lwtest.vcxproj.filters.in X 2016 +./bin/tests/system/win32/lwtest.vcxproj.in X 2016 +./bin/tests/system/win32/lwtest.vcxproj.user X 2016 ./bin/tests/system/xfer/ans5/badkeydata X 2011 ./bin/tests/system/xfer/ans5/goodaxfr X 2011 ./bin/tests/system/xfer/ans5/partial X 2011 @@ -2184,7 +2190,7 @@ ./bin/tests/system/xferquota/clean.sh SH 2000,2001,2004,2007,2012,2015 ./bin/tests/system/xferquota/ns1/changing1.db ZONE 2000,2001,2004,2007 ./bin/tests/system/xferquota/ns1/changing2.db ZONE 2000,2001,2004,2007 -./bin/tests/system/xferquota/ns1/named.conf CONF-C 2000,2001,2004,2007 +./bin/tests/system/xferquota/ns1/named.conf CONF-C 2000,2001,2004,2007,2016 ./bin/tests/system/xferquota/ns1/root.db ZONE 2000,2001,2004,2007 ./bin/tests/system/xferquota/ns2/example.db ZONE 2000,2001,2002,2003,2004,2007,2009 ./bin/tests/system/xferquota/ns2/named.conf CONF-C 2000,2001,2004,2007 @@ -2206,7 +2212,7 @@ ./bin/tests/system/zonechecks/a.db ZONE 2004,2007 ./bin/tests/system/zonechecks/aaaa.db ZONE 2004,2007 ./bin/tests/system/zonechecks/bigserial.db ZONE 2015 -./bin/tests/system/zonechecks/clean.sh SH 2004,2007,2012,2014,2015 +./bin/tests/system/zonechecks/clean.sh SH 2004,2007,2012,2014,2015,2016 ./bin/tests/system/zonechecks/cname.db ZONE 2004,2007 ./bin/tests/system/zonechecks/dname.db ZONE 2004,2007 ./bin/tests/system/zonechecks/noaddress.db ZONE 2004,2007 @@ -2214,7 +2220,7 @@ ./bin/tests/system/zonechecks/ns2/named.conf CONF-C 2012,2013 ./bin/tests/system/zonechecks/nxdomain.db ZONE 2004,2007 ./bin/tests/system/zonechecks/prereq.sh SH 2014 -./bin/tests/system/zonechecks/setup.sh SH 2012,2013,2014,2015 +./bin/tests/system/zonechecks/setup.sh SH 2012,2013,2014,2015,2016 ./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 ./bin/tests/task_test.c C 1998,1999,2000,2001,2004,2007,2013,2014,2015 @@ -2286,6 +2292,12 @@ ./bin/tests/win32/inter_test.vcxproj.filters.in X 2013,2015 ./bin/tests/win32/inter_test.vcxproj.in X 2013,2015,2016 ./bin/tests/win32/inter_test.vcxproj.user X 2013 +./bin/tests/win32/makejournal.dsp.in X 2016 +./bin/tests/win32/makejournal.dsw X 2016 +./bin/tests/win32/makejournal.mak.in X 2016 +./bin/tests/win32/makejournal.vcxproj.filters.in X 2016 +./bin/tests/win32/makejournal.vcxproj.in X 2016 +./bin/tests/win32/makejournal.vcxproj.user X 2016 ./bin/tests/win32/rwlock_test.dsp.in X 2013 ./bin/tests/win32/rwlock_test.dsw X 2013 ./bin/tests/win32/rwlock_test.mak.in X 2013 @@ -2360,9 +2372,9 @@ ./bin/tools/win32/genrandom.vcxproj.filters.in X 2013,2015 ./bin/tools/win32/genrandom.vcxproj.in X 2013,2015,2016 ./bin/tools/win32/genrandom.vcxproj.user X 2013 -./bin/tools/win32/ischmacfixup.dsp.in X 2010,2013,2014 +./bin/tools/win32/ischmacfixup.dsp.in X 2010,2013,2014,2016 ./bin/tools/win32/ischmacfixup.dsw X 2010 -./bin/tools/win32/ischmacfixup.mak.in X 2010,2013,2014 +./bin/tools/win32/ischmacfixup.mak.in X 2010,2013,2014,2016 ./bin/tools/win32/ischmacfixup.vcxproj.filters.in X 2013,2015 ./bin/tools/win32/ischmacfixup.vcxproj.in X 2013,2014,2015,2016 ./bin/tools/win32/ischmacfixup.vcxproj.user X 2013 @@ -2372,9 +2384,9 @@ ./bin/tools/win32/journalprint.vcxproj.filters.in X 2013,2015 ./bin/tools/win32/journalprint.vcxproj.in X 2013,2015,2016 ./bin/tools/win32/journalprint.vcxproj.user X 2013 -./bin/tools/win32/nsec3hash.dsp.in X 2009,2013,2014 +./bin/tools/win32/nsec3hash.dsp.in X 2009,2013,2014,2016 ./bin/tools/win32/nsec3hash.dsw X 2009 -./bin/tools/win32/nsec3hash.mak.in X 2009,2013,2014 +./bin/tools/win32/nsec3hash.mak.in X 2009,2013,2014,2016 ./bin/tools/win32/nsec3hash.vcxproj.filters.in X 2013,2015 ./bin/tools/win32/nsec3hash.vcxproj.in X 2013,2014,2015,2016 ./bin/tools/win32/nsec3hash.vcxproj.user X 2013 @@ -3111,7 +3123,7 @@ ./lib/.gitignore X 2012 ./lib/Atffile X 2011,2014,2016 ./lib/Makefile.in MAKE 1998,1999,2000,2001,2003,2004,2007,2012,2013,2014 -./lib/bind9/Makefile.in MAKE 2001,2004,2007,2009,2012,2014,2015 +./lib/bind9/Makefile.in MAKE 2001,2004,2007,2009,2012,2014,2015,2016 ./lib/bind9/api X 2001,2006,2008,2009,2010,2011,2012,2013,2014,2015,2016 ./lib/bind9/check.c C 2001,2002,2003,2004,2005,2006,2007,2008,2009,2010,2011,2012,2013,2014,2015,2016 ./lib/bind9/getaddresses.c C 2001,2002,2004,2005,2007,2014,2015 @@ -3796,7 +3808,7 @@ ./lib/isc/powerpc/include/Makefile.in MAKE 2007,2012 ./lib/isc/powerpc/include/isc/Makefile.in MAKE 2007,2012,2015 ./lib/isc/powerpc/include/isc/atomic.h C 2005,2007,2009,2011,2012 -./lib/isc/print.c C 1999,2000,2001,2003,2004,2005,2006,2007,2008,2010,2014,2015 +./lib/isc/print.c C 1999,2000,2001,2003,2004,2005,2006,2007,2008,2010,2014,2015,2016 ./lib/isc/pthreads/Makefile.in MAKE 1998,1999,2000,2001,2004,2007,2009,2012 ./lib/isc/pthreads/condition.c C 1998,1999,2000,2001,2004,2005,2007,2012 ./lib/isc/pthreads/include/Makefile.in MAKE 1998,1999,2000,2001,2004,2007,2012 @@ -3903,8 +3915,8 @@ ./lib/isc/version.c C 1998,1999,2000,2001,2004,2005,2007 ./lib/isc/win32/DLLMain.c C 2001,2004,2007 ./lib/isc/win32/Makefile.in MAKE 1999,2000,2001,2004,2007,2009,2012,2014,2016 -./lib/isc/win32/app.c C 1999,2000,2001,2004,2007,2009,2013,2014 -./lib/isc/win32/condition.c C 1998,1999,2000,2001,2004,2006,2007 +./lib/isc/win32/app.c C 1999,2000,2001,2004,2007,2009,2013,2014,2016 +./lib/isc/win32/condition.c C 1998,1999,2000,2001,2004,2006,2007,2016 ./lib/isc/win32/dir.c C 1999,2000,2001,2004,2007,2008,2009,2011,2012,2013 ./lib/isc/win32/entropy.c C 2000,2001,2002,2004,2007,2009,2013 ./lib/isc/win32/errno.c C 2016 @@ -3978,7 +3990,7 @@ ./lib/isc/x86_64/include/Makefile.in MAKE 2007,2012 ./lib/isc/x86_64/include/isc/Makefile.in MAKE 2007,2012,2015 ./lib/isc/x86_64/include/isc/atomic.h C 2005,2007,2008,2015,2016 -./lib/isccc/Makefile.in MAKE 2001,2003,2004,2007,2009,2011,2012,2014,2015 +./lib/isccc/Makefile.in MAKE 2001,2003,2004,2007,2009,2011,2012,2014,2015,2016 ./lib/isccc/alist.c C.NOM 2001,2004,2005,2007,2015 ./lib/isccc/api X 2001,2006,2008,2009,2010,2011,2012,2013,2014,2015,2016 ./lib/isccc/base64.c C.NOM 2001,2004,2005,2007,2013 @@ -4077,7 +4089,7 @@ ./lib/lwres/lwpacket.c C 2000,2001,2004,2005,2007 ./lib/lwres/lwres_gabn.c C 2000,2001,2004,2005,2007,2013 ./lib/lwres/lwres_gnba.c C 2000,2001,2002,2004,2005,2007,2013 -./lib/lwres/lwres_grbn.c C 2000,2001,2004,2005,2007,2013 +./lib/lwres/lwres_grbn.c C 2000,2001,2004,2005,2007,2013,2016 ./lib/lwres/lwres_noop.c C 2000,2001,2004,2005,2007,2013 ./lib/lwres/lwresutil.c C 2000,2001,2004,2005,2007,2014 ./lib/lwres/man/Makefile.in MAKE 2001,2004,2007,2012,2015,2016 @@ -4153,7 +4165,7 @@ ./lib/lwres/win32/include/lwres/net.h C 2000,2001,2004,2007,2013 ./lib/lwres/win32/include/lwres/netdb.h C 2000,2001,2004,2006,2007,2013 ./lib/lwres/win32/include/lwres/platform.h C 2000,2001,2004,2007,2014 -./lib/lwres/win32/liblwres.def X 2001,2014 +./lib/lwres/win32/liblwres.def X 2001,2014,2016 ./lib/lwres/win32/liblwres.dsp.in X 2001,2002,2004,2005,2007,2011,2013,2014,2016 ./lib/lwres/win32/liblwres.dsw X 2001 ./lib/lwres/win32/liblwres.mak.in X 2001,2002,2004,2005,2006,2007,2011,2013,2014,2016 @@ -4165,7 +4177,7 @@ ./lib/lwres/win32/version.c C 1998,1999,2000,2001,2004,2007 ./lib/samples/.gitignore X 2013,2014 ./lib/samples/Makefile-postinstall.in MAKE 2009,2012,2013,2014 -./lib/samples/Makefile.in MAKE 2009,2012,2013,2014,2015 +./lib/samples/Makefile.in MAKE 2009,2012,2013,2014,2015,2016 ./lib/samples/nsprobe.c C 2009,2010,2011,2012,2013,2014,2015 ./lib/samples/resolve.c C 2009,2012,2013,2014,2015,2016 ./lib/samples/rootkey.sh SH 2013 @@ -4173,9 +4185,9 @@ ./lib/samples/sample-gai.c C 2009,2012,2013,2014,2015 ./lib/samples/sample-request.c C 2009,2012,2013,2014,2015,2016 ./lib/samples/sample-update.c C 2009,2010,2012,2013,2014,2015,2016 -./lib/samples/win32/async.dsp.in X 2014 +./lib/samples/win32/async.dsp.in X 2014,2016 ./lib/samples/win32/async.dsw X 2014 -./lib/samples/win32/async.mak.in X 2014 +./lib/samples/win32/async.mak.in X 2014,2016 ./lib/samples/win32/async.vcxproj.filters.in X 2014,2015 ./lib/samples/win32/async.vcxproj.in X 2014,2015,2016 ./lib/samples/win32/async.vcxproj.user X 2014 @@ -4185,27 +4197,27 @@ ./lib/samples/win32/gai.vcxproj.filters.in X 2014,2015 ./lib/samples/win32/gai.vcxproj.in X 2014,2015,2016 ./lib/samples/win32/gai.vcxproj.user X 2014 -./lib/samples/win32/nsprobe.dsp.in X 2014 +./lib/samples/win32/nsprobe.dsp.in X 2014,2016 ./lib/samples/win32/nsprobe.dsw X 2014 -./lib/samples/win32/nsprobe.mak.in X 2014 +./lib/samples/win32/nsprobe.mak.in X 2014,2016 ./lib/samples/win32/nsprobe.vcxproj.filters.in X 2014,2015 ./lib/samples/win32/nsprobe.vcxproj.in X 2014,2015,2016 ./lib/samples/win32/nsprobe.vcxproj.user X 2014 -./lib/samples/win32/request.dsp.in X 2014 +./lib/samples/win32/request.dsp.in X 2014,2016 ./lib/samples/win32/request.dsw X 2014 -./lib/samples/win32/request.mak.in X 2014 +./lib/samples/win32/request.mak.in X 2014,2016 ./lib/samples/win32/request.vcxproj.filters.in X 2014,2015 ./lib/samples/win32/request.vcxproj.in X 2014,2015,2016 ./lib/samples/win32/request.vcxproj.user X 2014 -./lib/samples/win32/resolve.dsp.in X 2014 +./lib/samples/win32/resolve.dsp.in X 2014,2016 ./lib/samples/win32/resolve.dsw X 2014 -./lib/samples/win32/resolve.mak.in X 2014 +./lib/samples/win32/resolve.mak.in X 2014,2016 ./lib/samples/win32/resolve.vcxproj.filters.in X 2014,2015 ./lib/samples/win32/resolve.vcxproj.in X 2014,2015,2016 ./lib/samples/win32/resolve.vcxproj.user X 2014 -./lib/samples/win32/update.dsp.in X 2014 +./lib/samples/win32/update.dsp.in X 2014,2016 ./lib/samples/win32/update.dsw X 2014 -./lib/samples/win32/update.mak.in X 2014 +./lib/samples/win32/update.mak.in X 2014,2016 ./lib/samples/win32/update.vcxproj.filters.in X 2014,2015 ./lib/samples/win32/update.vcxproj.in X 2014,2015,2016 ./lib/samples/win32/update.vcxproj.user X 2014 @@ -4591,7 +4603,7 @@ ./win32utils/build.txt TXT.BRIEF 2013,2014,2015,2016 ./win32utils/index.html HTML 2006,2007,2008,2012,2013,2014,2015 ./win32utils/legacy/BINDBuild.dsw.in X 2001,2005,2006,2008,2009,2010,2013,2014,2016 -./win32utils/legacy/BuildAll.bat.in BAT 2001,2002,2004,2005,2006,2007,2008,2009,2010,2013,2014 +./win32utils/legacy/BuildAll.bat.in BAT 2001,2002,2004,2005,2006,2007,2008,2009,2010,2013,2014,2016 ./win32utils/legacy/BuildPost.bat.in BAT 2005,2006,2013,2014,2016 ./win32utils/legacy/BuildSetup.bat.in BAT 2001,2002,2004,2005,2006,2007,2008,2009,2010,2012,2013,2014,2015,2016 ./win32utils/legacy/makedefs.pl PERL 2001,2004,2007,2009,2012,2013,2014