mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 22:15:20 +00:00
[master] update copyrights that had been missed recently
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
25
OPTIONS
Normal file
25
OPTIONS
Normal file
@@ -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.)
|
||||
|
@@ -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`.
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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>
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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>
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
144
util/copyrights
144
util/copyrights
@@ -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
|
||||
@@ -144,8 +145,8 @@
|
||||
./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
|
||||
@@ -386,7 +387,7 @@
|
||||
./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
|
||||
@@ -394,7 +395,7 @@
|
||||
./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
|
||||
@@ -899,7 +900,7 @@
|
||||
./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
|
||||
@@ -1186,16 +1187,16 @@
|
||||
./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
|
||||
@@ -1217,7 +1218,7 @@
|
||||
./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
|
||||
@@ -1249,14 +1250,14 @@
|
||||
./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
|
||||
@@ -1275,7 +1276,7 @@
|
||||
./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
|
||||
@@ -1316,7 +1317,7 @@
|
||||
./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
|
||||
@@ -1326,6 +1327,7 @@
|
||||
./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
|
||||
@@ -1334,15 +1336,15 @@
|
||||
./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
|
||||
@@ -1360,7 +1362,7 @@
|
||||
./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
|
||||
@@ -1378,7 +1380,7 @@
|
||||
./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
|
||||
@@ -1410,7 +1412,7 @@
|
||||
./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
|
||||
@@ -1442,7 +1444,7 @@
|
||||
./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
|
||||
@@ -1507,7 +1509,7 @@
|
||||
./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
|
||||
@@ -1599,7 +1601,7 @@
|
||||
./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
|
||||
@@ -1608,7 +1610,7 @@
|
||||
./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
|
||||
@@ -1616,14 +1618,14 @@
|
||||
./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
|
||||
@@ -1698,7 +1700,7 @@
|
||||
./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
|
||||
@@ -1795,14 +1797,14 @@
|
||||
./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
|
||||
@@ -1814,7 +1816,7 @@
|
||||
./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
|
||||
@@ -1862,8 +1864,8 @@
|
||||
./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
|
||||
@@ -1892,13 +1894,13 @@
|
||||
./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
|
||||
@@ -1916,7 +1918,7 @@
|
||||
./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
|
||||
@@ -1973,7 +1975,7 @@
|
||||
./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
|
||||
@@ -2010,7 +2012,7 @@
|
||||
./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
|
||||
@@ -2025,7 +2027,7 @@
|
||||
./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
|
||||
@@ -2056,7 +2058,7 @@
|
||||
./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
|
||||
@@ -2183,8 +2185,8 @@
|
||||
./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
|
||||
@@ -2202,20 +2204,20 @@
|
||||
./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
|
||||
@@ -2258,10 +2260,10 @@
|
||||
./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
|
||||
@@ -2322,7 +2324,7 @@
|
||||
./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
|
||||
@@ -2333,12 +2335,12 @@
|
||||
./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
|
||||
@@ -2348,7 +2350,7 @@
|
||||
./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
|
||||
@@ -2364,9 +2366,9 @@
|
||||
./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
|
||||
@@ -2381,7 +2383,7 @@
|
||||
./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
|
||||
@@ -2395,7 +2397,7 @@
|
||||
./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
|
||||
@@ -2419,7 +2421,7 @@
|
||||
./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
|
||||
@@ -2438,7 +2440,7 @@
|
||||
./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
|
||||
@@ -2543,7 +2545,7 @@
|
||||
./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
|
||||
@@ -2664,8 +2666,8 @@
|
||||
./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
|
||||
@@ -3418,11 +3420,14 @@
|
||||
./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
|
||||
@@ -3432,11 +3437,6 @@
|
||||
./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
|
||||
@@ -3570,7 +3570,7 @@
|
||||
./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
|
||||
@@ -3949,7 +3949,7 @@
|
||||
./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
|
||||
@@ -4658,7 +4658,7 @@
|
||||
./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
|
||||
@@ -4996,7 +4996,7 @@
|
||||
./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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user