From 1ca2cf024391992fe14b2df7d3ae0f575d074452 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Sun, 23 Apr 2017 17:07:59 -0700 Subject: [PATCH] [v9_11] update copyrights that had been missed recently --- Makefile.in | 2 +- OPTIONS | 32 +++++++++++++++++++++++++ OPTIONS.md | 7 ++++++ README.md | 7 ++++++ bin/named/named.conf.docbook | 3 ++- bin/python/isc/coverage.py.in | 2 +- bin/rndc/rndc.docbook | 3 ++- bin/tests/system/dnssec/ns4/named4.conf | 2 +- bin/tests/system/dnssec/ns4/named5.conf | 2 +- bin/tests/system/dnstap/ydump.py | 2 +- doc/dev/contrib.md | 2 +- doc/dev/dev.md | 2 +- doc/dev/style.md | 2 +- doc/misc/Makefile.in | 2 +- doc/misc/docbook-options.pl | 4 +--- lib/dns/include/dns/dispatch.h | 2 +- lib/dns/rpz.c | 2 +- lib/dns/validator.c | 2 +- lib/isc/nothreads/include/isc/thread.h | 2 +- lib/isc/nothreads/thread.c | 2 +- lib/isc/pthreads/include/isc/thread.h | 2 +- lib/isc/pthreads/thread.c | 2 +- lib/isc/timer.c | 2 +- lib/isc/unix/socket.c | 2 +- lib/isc/win32/include/isc/thread.h | 2 +- lib/isc/win32/thread.c | 2 +- make/rules.in | 2 +- util/copyrights | 18 ++++++-------- util/recent_changes.sh | 2 +- 29 files changed, 80 insertions(+), 38 deletions(-) create mode 100644 OPTIONS diff --git a/Makefile.in b/Makefile.in index e20f6cf5b5..f918b682f9 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 0000000000..9176a80a19 --- /dev/null +++ b/OPTIONS @@ -0,0 +1,32 @@ + +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 7dfbe867cd..f994df8065 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 a2f24f3122..bb949641df 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ + # BIND 9 ### Contents diff --git a/bin/named/named.conf.docbook b/bin/named/named.conf.docbook index 2dc5f5f51c..03f592dc88 100644 --- a/bin/named/named.conf.docbook +++ b/bin/named/named.conf.docbook @@ -1,5 +1,5 @@