From: Evan Hunt Date: Mon, 24 Apr 2017 00:06:00 +0000 (-0700) Subject: [master] update copyrights that had been missed recently X-Git-Tag: v9.12.0a1~346 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ce8a05f6c9c7fc1c0d7db3a8f85bba0963f5910;p=thirdparty%2Fbind9.git [master] update copyrights that had been missed recently --- diff --git a/HISTORY.md b/HISTORY.md index 4ea313ae858..95bd17b8233 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,10 @@ + ### Functional enhancements from prior major releases of BIND 9 #### BIND 9.11 diff --git a/Makefile.in b/Makefile.in index e20f6cf5b57..f918b682f91 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -# Copyright (C) 1998-2002, 2004-2009, 2011-2016 Internet Systems Consortium, Inc. ("ISC") +# Copyright (C) 1998-2002, 2004-2009, 2011-2017 Internet Systems Consortium, Inc. ("ISC") # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/OPTIONS b/OPTIONS new file mode 100644 index 00000000000..0be74b7aac6 --- /dev/null +++ b/OPTIONS @@ -0,0 +1,25 @@ +Setting the STD_CDEFINES environment variable before running configure can +be used to enable certain compile-time options that are not explicitly +defined in configure. + +Some of these settings are: + +Setting Description + Don't ovewrite memory when allocating or freeing +-DISC_MEM_FILL=0 it; this improves performance but makes + debugging more difficult. + Don't track memory allocations by file and line +-DISC_MEM_TRACKLINES=0 number; this improves performance but makes + debugging more difficult. +-DISC_FACILITY=LOG_LOCAL0 Change the default syslog facility for named +-DNS_CLIENT_DROPPORT=0 Disable dropping queries from particular + well-known ports: +-DCHECK_SIBLING=0 Don't check sibling glue in named-checkzone +-DCHECK_LOCAL=0 Don't check out-of-zone addresses in + named-checkzone +-DNS_RUN_PID_DIR=0 Create default PID files in ${localstatedir}/run + rather than ${localstatedir}/run/{named,lwresd}/ + Enable DNSSEC signature chasing support in dig. +-DDIG_SIGCHASE=1 (Note: This feature is deprecated. Use delv + instead.) + diff --git a/OPTIONS.md b/OPTIONS.md index 7dfbe867cdc..f994df80653 100644 --- a/OPTIONS.md +++ b/OPTIONS.md @@ -1,3 +1,10 @@ + 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`. diff --git a/README.md b/README.md index 678060de464..bfe118408dd 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ + # BIND 9 ### Contents diff --git a/bin/dnssec/dnssec-keygen.c b/bin/dnssec/dnssec-keygen.c index 1df9f0c2366..529a13e7af5 100644 --- a/bin/dnssec/dnssec-keygen.c +++ b/bin/dnssec/dnssec-keygen.c @@ -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 diff --git a/bin/dnssec/dnssec-keygen.docbook b/bin/dnssec/dnssec-keygen.docbook index 58c222b68f3..e398de62ee9 100644 --- a/bin/dnssec/dnssec-keygen.docbook +++ b/bin/dnssec/dnssec-keygen.docbook @@ -1,5 +1,5 @@