History log of /bind-9.11.3/config.h.in
Revision Date Author Comments Expand
2baa66562a2f119edffded961d3391f87ff98ec0 08-Mar-2018 Ondřej Surý < <ondrej@sury.org>

Update documentation to remove obsolete bind9-bugs@isc.org email address (cherry picked from commit efc9bc5d8d7295968cdb61b383ef562a1f8934ff) (cherry picked from commit 486e79050f98c1cbd119a828044d3d5b7637e473) (cherry picked from commit b02bf3b8a29911466365dcc95dc561d03478fe4b)

31c7ab4fb3f7710af87dc9c3d64c5daf9a3dea35 25-Jan-2018 Mark Andrews <marka@isc.org>

4811. [bug] Revert api changes to use <isc/buffer.h> inline macros. Provide a alternative mechanism to turn on the use of inline macros when building BIND. [RT #46520] (cherry picked from commit a1a5145867e99a688f8754263dc4f7da6ceb21aa)

fd82c70695888c134287b8018296028c252d100e 22-Jan-2018 Mukund Sivaraman <muks@isc.org>

Fix configure issue detecting stdatomic.h support (#46959) (cherry picked from commit 63d0c6a3fc890ff02bd8f0f6215e5b495eb076b8) (cherry picked from commit 7e1ed157621bf554d5f2dff29a3c249037d214f3)

0906df5e2937cb2dd0a937676c5dbb661a45cb48 18-Jan-2018 Tinderbox User <tbox@isc.org>

regen v9_11

f9c410d93711fbf312a0162f1e2d3f2a5ede69af 17-Jan-2018 Francis Dupont <fdupont@isc.org>

Merged rt46864 (check MD5 amd SHA1 support)

b5252fcde512405a68dd4becfe683d9763bd0fea 19-Sep-2017 Mukund Sivaraman <muks@isc.org>

Don't use memset() to wipe memory (#45947) (cherry picked from commit d5707676e45551d1ceb600a674f3f13351fd3105)

99056063905a9273ec59cf477ae747e0490182b7 19-Sep-2017 Mukund Sivaraman <muks@isc.org>

Use C11's stdatomic.h instead of isc_atomic where available (cherry picked from commit 404c9b1c53fd13f3a7f404522b13f48e2a71a8a0)

78608b0a454246d0e1e0169f1d671b8427e48199 31-Jul-2017 Francis Dupont <fdupont@isc.org>

Added Ed25519 support (#44696)

CHANGES bin/dnssec/dnssec-keyfromlabel.c bin/dnssec/dnssec-keyfromlabel.docbook bin/dnssec/dnssec-keygen.c bin/dnssec/dnssec-keygen.docbook bin/pkcs11/pkcs11-keygen.c bin/pkcs11/pkcs11-keygen.docbook bin/python/isc/dnskey.py.in bin/python/isc/policy.py.in bin/tests/system/conf.sh.in bin/tests/system/conf.sh.win32 bin/tests/system/pkcs11/ns1/named.conf bin/tests/system/pkcs11/prereq.sh bin/tests/system/pkcs11/setup.sh bin/tests/system/pkcs11/tests.sh bin/tests/system/testcrypto.sh config.h.in config.h.win32 configure configure.in lib/dns/Makefile.in lib/dns/dst_api.c lib/dns/dst_internal.h lib/dns/dst_parse.c lib/dns/dst_parse.h lib/dns/include/dns/keyvalues.h lib/dns/include/dst/dst.h lib/dns/rcode.c lib/dns/win32/libdns.dsp.in lib/dns/win32/libdns.mak.in lib/dns/win32/libdns.vcxproj.filters.in lib/dns/win32/libdns.vcxproj.in lib/isc/hmacmd5.c lib/isc/hmacsha.c lib/isc/include/pk11/constants.h lib/isc/include/pk11/site.h lib/isc/include/pkcs11/Makefile.in lib/isc/pk11.c win32utils/Configure
8b9c4592ed718c4187971f1104381faf538bf4f7 21-Apr-2017 Evan Hunt <each@isc.org>

[v9_11] give threads unique names to assist debugging 4602. [func] Threads are now set to human-readable names to assist debugging, when supported by the OS. [RT #43234] (cherry picked from commit d26ae7fc0802f67a50f6f01152f356182d47305e)

8bcd80824c51c802c2927236b012cd526f569b04 16-Mar-2017 Mark Andrews <marka@isc.org>

4581. [port] Linux: Add getpid and getrandom to the list of system calls named uses for seccomp. [RT #44883] (cherry picked from commit f94f3e279169d0b7ab15e2b5b39c6705f87218f8)

294ef74e5ad68d898207c4fb36d8b18d526a11f6 18-Nov-2016 Curtis Blackburn <ckb@isc.org>

4515. [port] FreeBSD: Find readline headers when they are in edit/readline/ instead of readline/. [RT #43658]

669e108d6753b27a9745cc506193a9e0b32d217c 01-Nov-2016 Evan Hunt <each@isc.org>

[v9_11] use arc4random_stir() when available 4499. [port] MacOSX: silence deprecated function warning by using arc4random_stir() when available instead of arc4random_addrandom(). [RT #43503] (cherry picked from commit 3fb62a5a4e57c00e4d818f09b9beabeb587a4b52)

2a1860ad83294da4abe34a72bdb6f5a28b87f2ef 27-Oct-2016 Mark Andrews <marka@isc.org>

4494. [bug] Look for <editline/readline.h>. [RT #43429] (cherry picked from commit 6fbb2b51d8614d154c870734f3ffc1b5aa3f3896)

801707fe19600313a0b1f7845a518100f69e58b6 21-Jul-2016 Evan Hunt <each@isc.org>

[v9_11] store "addzone" zone config in a NZD database 4421. [func] When built with LMDB (Lightning Memory-mapped Database), named will now use a database to store the configuration for zones added by "rndc addzone" instead of using a flat NZF file. This improves performance of "rndc delzone" and "rndc modzone" significantly. Existing NZF files will automatically by converted to NZD databases. To view the contents of an NZD or to roll back to NZF format, use "named-nzd2nzf". To disable this feature, use "configure --without-lmdb". [RT #39837]

CHANGES bin/Makefile.in bin/named/include/named/server.h bin/named/server.c bin/tests/system/addzone/clean.sh bin/tests/system/addzone/tests.sh bin/tests/system/autosign/clean.sh bin/tests/system/autosign/tests.sh bin/tests/system/conf.sh.in bin/tests/system/delzone/clean.sh bin/tests/system/delzone/ns1/inlineslave.db bin/tests/system/delzone/ns1/named.conf bin/tests/system/delzone/ns2/added.db bin/tests/system/delzone/ns2/named.args bin/tests/system/delzone/ns2/named.conf bin/tests/system/delzone/ns2/normal.db bin/tests/system/delzone/setup.sh bin/tests/system/delzone/tests.sh bin/tests/system/inline/clean.sh bin/tests/system/nzd2nzf/clean.sh bin/tests/system/nzd2nzf/ns1/added.db bin/tests/system/nzd2nzf/ns1/named.conf bin/tests/system/nzd2nzf/prereq.sh bin/tests/system/nzd2nzf/setup.sh bin/tests/system/nzd2nzf/tests.sh bin/tools/.gitignore bin/tools/Makefile.in bin/tools/named-nzd2nzf.8 bin/tools/named-nzd2nzf.c bin/tools/named-nzd2nzf.docbook bin/tools/named-nzd2nzf.html config.h.in configure configure.in doc/arm/notes.xml lib/dns/include/dns/view.h lib/dns/view.c
bd5040035c8bb3fe4acdaf6a1f26423b58302188 21-Jul-2016 Mark Andrews <marka@isc.org>

regen

a16f42441a0bdfc911aafe841a975af55181f2f0 11-Jul-2016 Mukund Sivaraman <muks@isc.org>

Use GCC builtin for clz in RPZ lookup code (#42818) (cherry picked from commit 27038b159b50e69ea216a513edbd6ee68cdf89aa)

19d80ce5844e00a021643759adcbe27c11b485a0 05-May-2016 Witold Krecicki <wpk@isc.org>

4358. [test] Added American Fuzzy Lop harness that allows feeding fuzzed packets into BIND. [RT #41723]

d1dbf6b20fdcfa95acd75cdb96fcd57067a31144 01-Feb-2016 Mukund Sivaraman <muks@isc.org>

Use __built_expect() where available (#41411)

f02c22d58ac88777655e0b407b22b07864d39184 30-Jan-2016 Evan Hunt <each@isc.org>

[master] add uname data to named -V 4308. [func] Added operating system details to "named -V" output. [RT #41452]

b66b333f59cf51ef87f973084a5023acd9317fb2 02-Oct-2015 Evan Hunt <each@isc.org>

[master] dnstap 4235. [func] Added support in named for "dnstap", a fast method of capturing and logging DNS traffic, and a new command "dnstap-read" to read a dnstap log file. Use "configure --enable-dnstap" to enable this feature (note that this requires libprotobuf-c and libfstrm). See the ARM for configuration details. Thanks to Robert Edmonds of Farsight Security. [RT #40211]

CHANGES COPYRIGHT README bin/named/Makefile.in bin/named/client.c bin/named/config.c bin/named/include/named/client.h bin/named/include/named/globals.h bin/named/include/named/server.h bin/named/server.c bin/named/win32/os.c bin/tests/system/conf.sh.in bin/tests/system/dnstap/clean.sh bin/tests/system/dnstap/ns1/named.conf bin/tests/system/dnstap/ns1/root.db bin/tests/system/dnstap/ns2/example.db bin/tests/system/dnstap/ns2/named.conf bin/tests/system/dnstap/ns3/named.conf bin/tests/system/dnstap/tests.sh bin/tools/.gitignore bin/tools/Makefile.in bin/tools/dnstap-read.1 bin/tools/dnstap-read.c bin/tools/dnstap-read.docbook bin/tools/dnstap-read.html config.h.in configure configure.in doc/arm/Bv9ARM-book.xml doc/arm/man.dnstap-read.html doc/arm/notes.xml lib/dns/Makefile.in lib/dns/dnstap.c lib/dns/dnstap.pb-c.c lib/dns/dnstap.pb-c.h lib/dns/dnstap.proto lib/dns/include/dns/Makefile.in lib/dns/include/dns/dnstap.h lib/dns/include/dns/dnstap.pb-c.h lib/dns/include/dns/log.h lib/dns/include/dns/masterdump.h lib/dns/include/dns/result.h lib/dns/include/dns/types.h lib/dns/include/dns/view.h lib/dns/log.c lib/dns/masterdump.c lib/dns/message.c lib/dns/resolver.c lib/dns/result.c lib/dns/tests/Makefile.in lib/dns/tests/dnstap_test.c lib/dns/tests/dnstest.c lib/dns/tests/dnstest.h lib/dns/tests/testdata/dnstap/dnstap.saved lib/dns/tests/testdata/dnstap/dnstap.text lib/dns/tests/testdata/dnstap/query.auth lib/dns/tests/testdata/dnstap/query.recursive lib/dns/tests/testdata/dnstap/response.auth lib/dns/tests/testdata/dnstap/response.recursive lib/dns/view.c lib/isc/include/isc/task.h lib/isc/task.c lib/isc/win32/libisc.def.in lib/isccfg/namedconf.c win32utils/Configure
a239044323418956d7d48c14d61d19f721cc5ba5 02-Oct-2015 Witold Krecicki <wpk@isc.org>

4234. [func] Add deflate compression in statistics channel HTTP server. [RT #40861]

ce67023ae3ad39a77da5361d0187ab6f3f0219cb 06-Jul-2015 Mark Andrews <marka@isc.org>

4152. [func] Implement DNS COOKIE option. This replaces the experimental SIT option of BIND 9.10. The following named.conf directives are avaliable: send-cookie, cookie-secret, cookie-algorithm and nocookie-udp-size. The following dig options are available: +[no]cookie[=value] and +[no]badcookie. [RT #39928]

CHANGES bin/dig/dig.c bin/dig/dig.docbook bin/dig/dighost.c bin/dig/include/dig/dig.h bin/named/client.c bin/named/config.c bin/named/include/named/client.h bin/named/include/named/server.h bin/named/include/named/types.h bin/named/query.c bin/named/server.c bin/named/statschannel.c bin/tests/system/conf.sh.in bin/tests/system/cookie/.gitignore bin/tests/system/cookie/bad-cookie-badhex.conf bin/tests/system/cookie/bad-cookie-toolong.conf bin/tests/system/cookie/clean.sh bin/tests/system/cookie/ns1/example.db bin/tests/system/cookie/ns1/named.conf bin/tests/system/cookie/ns1/root.hint bin/tests/system/cookie/ns2/named.conf bin/tests/system/cookie/ns2/root.db bin/tests/system/cookie/tests.sh bin/tests/system/formerr/tests.sh bin/tests/system/resolver/tests.sh bin/tests/system/sit/prereq.sh.in bin/tools/mdig.c bin/tools/mdig.docbook config.h.in configure configure.in doc/arm/Bv9ARM-book.xml doc/arm/notes.xml lib/bind9/check.c lib/dns/adb.c lib/dns/include/dns/adb.h lib/dns/include/dns/edns.h lib/dns/include/dns/message.h lib/dns/include/dns/peer.h lib/dns/include/dns/result.h lib/dns/include/dns/stats.h lib/dns/include/dns/types.h lib/dns/include/dns/view.h lib/dns/message.c lib/dns/peer.c lib/dns/rcode.c lib/dns/rdata/generic/opt_41.c lib/dns/resolver.c lib/dns/result.c lib/dns/tests/rdata_test.c lib/dns/view.c lib/dns/win32/libdns.def.in lib/isc/include/isc/platform.h.in lib/isc/pk11.c lib/isc/win32/include/isc/platform.h.in lib/isccfg/namedconf.c util/copyrights
8a9bac8dec81997fec38fb880dc81b41eb026c27 05-Jun-2015 Mark Andrews <marka@isc.org>

4133. [port] Update how various json libraries are handled. [RT #39646]

1783676a64b8e390b756d775ae152509f1d76719 26-Feb-2015 Mukund Sivaraman <muks@isc.org>

Add a --enable-querytrace configure switch for very verbose query tracelogging (#37520)

d8f2dd46cba3a16c2433e85657a5b15543013ca6 18-Dec-2014 Mark Andrews <marka@isc.org>

4025. [port] bsdi: failed to build. [RT #38047]

fc63119c8b7aa8827fad9e3e45e50c69bc2630e8 02-Dec-2014 Francis Dupont <fdupont@isc.org>

Hardened OpenSSL digest/HMAC calls [RT #37944]

1831311ac6179951c8fcca75aa29dc2f5c0218b9 08-Oct-2014 Francis Dupont <fdupont@isc.org>

added hooks for gperftools CPU profiler [#37339]

70be3889746884692aa49939833d624ddd432bf0 30-Jul-2014 Mark Andrews <marka@isc.org>

[rt36039] 3902. bug] liblwres wasn't handling link-local addresses in nameserver clauses in resolv.conf. [RT #36039]

6fa84a3e255ef9e6233f0a8d134fc6d273f04599 16-May-2014 Evan Hunt <each@isc.org>

[master] enable libseccomp system call filtering 3851. [func] Allow libseccomp based system-call filtering on Linux; use "configure --enable-seccomp" to turn it on. Thanks to Loganaden Velvindron for the contribution. [RT #35347]

1ea6e09c376b1351c614474a88675b1a9bda6571 07-May-2014 Evan Hunt <each@isc.org>

[master] check for arc4random_addrandom() 3840. [port] Check for arc4random_addrandom() before using it; it's been removed from OpenBSD 5.5. [RT #35907]

8cbf3b6fc35091abde426930f2eadb8f53476c98 10-Mar-2014 Evan Hunt <each@isc.org>

[master] use adaptive locks when available 3781. [tuning] Use adaptive mutex locks when available; this has been found to improve performance under load on many systems. "configure --with-locktype=standard" restores conventional mutex locks. [RT #32576]

98922b2b2b024dcca25be7c220cf3b16b1e6c4b5 27-Feb-2014 Evan Hunt <each@isc.org>

[master] merge several interdependent fixes 3760. [bug] Improve SIT with native PKCS#11 and on Windows. [RT #35433] 3759. [port] Enable delve on Windows. [RT #35441] 3758. [port] Enable export library APIs on windows. [RT #35382]

CHANGES bin/delve/delve.c bin/delve/win32/delve.dsp.in bin/delve/win32/delve.dsw bin/delve/win32/delve.mak.in bin/delve/win32/delve.vcxproj.filters.in bin/delve/win32/delve.vcxproj.in bin/delve/win32/delve.vcxproj.user bin/tests/system/sit/ns1/named.conf bin/win32/BINDInstall/BINDInstallDlg.cpp config.h.in config.h.win32 configure configure.in lib/dns/client.c lib/dns/lib.c lib/dns/win32/libdns.def.in lib/dns/win32/libdns.dsp.in lib/dns/win32/libdns.mak.in lib/dns/win32/libdns.vcxproj.filters.in lib/dns/win32/libdns.vcxproj.in lib/irs/gai_strerror.c lib/irs/getaddrinfo.c lib/irs/resconf.c lib/irs/win32/DLLMain.c lib/irs/win32/Makefile.in lib/irs/win32/include/Makefile.in lib/irs/win32/include/irs/Makefile.in lib/irs/win32/libirs.def lib/irs/win32/libirs.dsp.in lib/irs/win32/libirs.dsw lib/irs/win32/libirs.mak.in lib/irs/win32/libirs.vcxproj.filters.in lib/irs/win32/libirs.vcxproj.in lib/irs/win32/libirs.vcxproj.user lib/irs/win32/version.c lib/isc/aes.c lib/isc/app_api.c lib/isc/include/isc/aes.h lib/isc/include/isc/app.h lib/isc/include/isc/platform.h.in lib/isc/include/pk11/pk11.h lib/isc/lib.c lib/isc/pk11.c lib/isc/socket_api.c lib/isc/tests/Makefile.in lib/isc/tests/aes_test.c lib/isc/unix/pk11_api.c lib/isc/win32/app.c lib/isc/win32/include/isc/platform.h.in lib/isc/win32/libisc.def.in lib/isc/win32/libisc.dsp.in lib/isc/win32/libisc.mak.in lib/isc/win32/libisc.vcxproj.filters.in lib/isc/win32/libisc.vcxproj.in lib/isc/win32/pk11_api.c lib/isc/win32/socket.c lib/isccfg/win32/libisccfg.dsp.in lib/isccfg/win32/libisccfg.mak.in lib/isccfg/win32/libisccfg.vcxproj.filters.in lib/isccfg/win32/libisccfg.vcxproj.in lib/samples/nsprobe.c lib/samples/resolve.c lib/samples/sample-async.c lib/samples/sample-gai.c lib/samples/sample-request.c lib/samples/sample-update.c lib/samples/win32/async.dsp.in lib/samples/win32/async.dsw lib/samples/win32/async.mak.in lib/samples/win32/async.vcxproj.filters.in lib/samples/win32/async.vcxproj.in lib/samples/win32/async.vcxproj.user lib/samples/win32/gai.dsp.in lib/samples/win32/gai.dsw lib/samples/win32/gai.mak.in lib/samples/win32/gai.vcxproj.filters.in lib/samples/win32/gai.vcxproj.in lib/samples/win32/gai.vcxproj.user lib/samples/win32/nsprobe.dsp.in lib/samples/win32/nsprobe.dsw lib/samples/win32/nsprobe.mak.in lib/samples/win32/nsprobe.vcxproj.filters.in lib/samples/win32/nsprobe.vcxproj.in lib/samples/win32/nsprobe.vcxproj.user lib/samples/win32/request.dsp.in lib/samples/win32/request.dsw lib/samples/win32/request.mak.in lib/samples/win32/request.vcxproj.filters.in lib/samples/win32/request.vcxproj.in lib/samples/win32/request.vcxproj.user lib/samples/win32/resolve.dsp.in lib/samples/win32/resolve.dsw lib/samples/win32/resolve.mak.in lib/samples/win32/resolve.vcxproj.filters.in lib/samples/win32/resolve.vcxproj.in lib/samples/win32/resolve.vcxproj.user lib/samples/win32/update.dsp.in lib/samples/win32/update.dsw lib/samples/win32/update.mak.in lib/samples/win32/update.vcxproj.filters.in lib/samples/win32/update.vcxproj.in lib/samples/win32/update.vcxproj.user util/copyrights win32utils/Configure win32utils/bind9.sln.in win32utils/legacy/BINDBuild.dsw.in win32utils/legacy/BuildAll.bat.in win32utils/legacy/BuildSetup.bat.in
bc4410b878eff427981cb916048468f4bdf7a896 24-Feb-2014 Mark Andrews <marka@isc.org>

remove ENABLE_SIT

8f80420c71a0a82aa2de4d75783ca815cad77e6f 20-Feb-2014 Mark Andrews <marka@isc.org>

don't set want_openssl_aes unless CRYPTO = -DOPENSSL

6a3fa181d1253db5191139e20231512eebaddeeb 19-Feb-2014 Evan Hunt <each@isc.org>

[master] add "--with-tuning=large" option 3745. [func] "configure --with-tuning=large" adjusts various compiled-in constants and default settings to values suited to large servers with abundant memory. [RT #29538]

b5f6271f4daf1e54501af2cb7dd278d7e8003d65 18-Feb-2014 Mark Andrews <marka@isc.org>

3744. [experimental] SIT: send and process Source Identity Tokens (which are similar to DNS Cookies by Donald Eastlake) and are designed to help clients detect off path spoofed responses and for servers to detect legitimate clients. SIT use a experimental EDNS option code (65001). SIT can be enabled via --enable-developer or --enable-sit. It is on by default in Windows. RRL processing as been updated to know about SIT with legitimate clients not being rate limited. [RT #35389]

CHANGES bin/dig/dig.c bin/dig/dig.docbook bin/dig/dighost.c bin/dig/include/dig/dig.h bin/named/client.c bin/named/config.c bin/named/include/named/client.h bin/named/include/named/server.h bin/named/query.c bin/named/server.c bin/named/statschannel.c bin/tests/system/conf.sh.in bin/tests/system/dnssec/tests.sh bin/tests/system/sit/.gitignore bin/tests/system/sit/clean.sh bin/tests/system/sit/ns1/example.db bin/tests/system/sit/ns1/named.conf bin/tests/system/sit/ns1/root.hint bin/tests/system/sit/ns2/named.conf bin/tests/system/sit/ns2/root.db bin/tests/system/sit/prereq.sh.in bin/tests/system/sit/tests.sh bin/tests/system/tkey/keycreate.c bin/tests/system/tkey/keydelete.c config.h.in configure configure.in doc/arm/Bv9ARM-book.xml doc/misc/options lib/dns/adb.c lib/dns/include/dns/adb.h lib/dns/include/dns/message.h lib/dns/include/dns/peer.h lib/dns/include/dns/stats.h lib/dns/include/dns/view.h lib/dns/message.c lib/dns/peer.c lib/dns/resolver.c lib/dns/view.c lib/isc/Makefile.in lib/isc/aes.c lib/isc/include/isc/Makefile.in lib/isc/include/isc/aes.h lib/isc/include/isc/platform.h.in lib/isc/tests/Makefile.in lib/isc/tests/aes_test.c lib/isc/win32/include/isc/platform.h.in lib/isccfg/namedconf.c
850b5e80930907e4747347201dc41e4d04e036f8 09-Feb-2014 Mark Andrews <marka@isc.org>

Add Linux support to: 3733. [func] Improve interface scanning support. Interface information will be automatically updated if the OS supports routing sockets (MacOS, *BSD, Linux). Use "automatic-interface-scan no;" to disable. Add "rndc scan" to trigger a scan. [RT #23027]

62ec9fd1681ffae7d6b0d54618599ecf650e3100 07-Feb-2014 Mark Andrews <marka@isc.org>

3733. [func] Improve interface scanning support. Interface information will be automatically updated if the OS supports routing sockets. Use "automatic-interface-scan no;" to disable. Add "rndc scan" to trigger a scan. [RT #23027]

12bf5d4796505b4c20680531da96a31e6c2c1144 18-Jan-2014 Evan Hunt <each@isc.org>

[master] address several issues with native pkcs11

ba751492fcc4f161a18b983d4f018a1a52938cb9 15-Jan-2014 Evan Hunt <each@isc.org>

[master] native PKCS#11 support 3705. [func] "configure --enable-native-pkcs11" enables BIND to use the PKCS#11 API for all cryptographic functions, so that it can drive a hardware service module directly without the need to use a modified OpenSSL as intermediary (so long as the HSM's vendor provides a complete-enough implementation of the PKCS#11 interface). This has been tested successfully with the Thales nShield HSM and with SoftHSMv2 from the OpenDNSSEC project. [RT #29031]

CHANGES README acconfig.h bin/check/Makefile.in bin/confgen/Makefile.in bin/dig/Makefile.in bin/dnssec/Makefile.in bin/dnssec/dnssec-dsfromkey.c bin/dnssec/dnssec-keyfromlabel.c bin/dnssec/dnssec-keyfromlabel.docbook bin/dnssec/dnssec-keygen.c bin/dnssec/dnssec-keygen.docbook bin/dnssec/dnssec-revoke.c bin/dnssec/dnssec-revoke.docbook bin/dnssec/dnssec-settime.c bin/dnssec/dnssec-settime.docbook bin/dnssec/dnssec-signzone.c bin/dnssec/dnssec-signzone.docbook bin/dnssec/dnssec-verify.c bin/dnssec/dnssec-verify.docbook bin/named/Makefile.in bin/named/include/named/globals.h bin/named/named.docbook bin/named/server.c bin/named/tkeyconf.c bin/named/win32/named.dsp.in bin/named/win32/named.mak.in bin/named/win32/named.vcxproj.in bin/nsupdate/Makefile.in bin/pkcs11/Makefile.in bin/pkcs11/pkcs11-destroy.8 bin/pkcs11/pkcs11-destroy.c bin/pkcs11/pkcs11-destroy.docbook bin/pkcs11/pkcs11-destroy.html bin/pkcs11/pkcs11-keygen.8 bin/pkcs11/pkcs11-keygen.c bin/pkcs11/pkcs11-keygen.docbook bin/pkcs11/pkcs11-keygen.html bin/pkcs11/pkcs11-list.c bin/pkcs11/pkcs11-tokens.8 bin/pkcs11/pkcs11-tokens.c bin/pkcs11/pkcs11-tokens.docbook bin/pkcs11/pkcs11-tokens.html bin/pkcs11/unix/unix.c bin/pkcs11/win32/pk11destroy.dsp.in bin/pkcs11/win32/pk11destroy.mak.in bin/pkcs11/win32/pk11destroy.vcxproj.filters.in bin/pkcs11/win32/pk11destroy.vcxproj.in bin/pkcs11/win32/pk11keygen.dsp.in bin/pkcs11/win32/pk11keygen.mak.in bin/pkcs11/win32/pk11keygen.vcxproj.filters.in bin/pkcs11/win32/pk11keygen.vcxproj.in bin/pkcs11/win32/pk11list.dsp.in bin/pkcs11/win32/pk11list.mak.in bin/pkcs11/win32/pk11list.vcxproj.filters.in bin/pkcs11/win32/pk11list.vcxproj.in bin/pkcs11/win32/pk11tokens.dsp.in bin/pkcs11/win32/pk11tokens.dsw bin/pkcs11/win32/pk11tokens.mak.in bin/pkcs11/win32/pk11tokens.vcxproj.filters.in bin/pkcs11/win32/pk11tokens.vcxproj.in bin/pkcs11/win32/pk11tokens.vcxproj.user bin/pkcs11/win32/win32.c bin/rndc/Makefile.in bin/tests/Makefile.in bin/tests/atomic/Makefile.in bin/tests/db/Makefile.in bin/tests/dst/Makefile.in bin/tests/dst/dst_test.c bin/tests/dst/t_dst.c bin/tests/hashes/Makefile.in bin/tests/master/Makefile.in bin/tests/mem/Makefile.in bin/tests/names/Makefile.in bin/tests/net/Makefile.in bin/tests/pkcs11/Makefile.in bin/tests/pkcs11/benchmarks/Makefile.in bin/tests/pkcs11/benchmarks/create.c bin/tests/pkcs11/benchmarks/find.c bin/tests/pkcs11/benchmarks/genrsa.c bin/tests/pkcs11/benchmarks/login.c bin/tests/pkcs11/benchmarks/privrsa.c bin/tests/pkcs11/benchmarks/pubrsa.c bin/tests/pkcs11/benchmarks/random.c bin/tests/pkcs11/benchmarks/session.c bin/tests/pkcs11/benchmarks/sha1.c bin/tests/pkcs11/benchmarks/sign.c bin/tests/pkcs11/benchmarks/verify.c bin/tests/pkcs11/pkcs11-hmacmd5.c bin/tests/pkcs11/pkcs11-md5sum.c bin/tests/rbt/Makefile.in bin/tests/resolver/Makefile.in bin/tests/sockaddr/Makefile.in bin/tests/system/autosign/prereq.sh bin/tests/system/cleanpkcs11.sh bin/tests/system/conf.sh.in bin/tests/system/dnssec/prereq.sh bin/tests/system/dsdigest/prereq.sh.in bin/tests/system/ecdsa/prereq.sh.in bin/tests/system/gost/prereq.sh.in bin/tests/system/inline/clean.sh bin/tests/system/inline/ns3/sign.sh bin/tests/system/inline/tests.sh bin/tests/system/metadata/prereq.sh bin/tests/system/pending/prereq.sh bin/tests/system/pkcs11/clean.sh bin/tests/system/pkcs11/ns1/named.conf bin/tests/system/pkcs11/prereq.sh bin/tests/system/pkcs11/setup.sh bin/tests/system/pkcs11/tests.sh bin/tests/system/pkcs11ssl/.gitignore bin/tests/system/pkcs11ssl/clean.sh bin/tests/system/pkcs11ssl/ns1/example.db.in bin/tests/system/pkcs11ssl/ns1/named.conf bin/tests/system/pkcs11ssl/prereq.sh bin/tests/system/pkcs11ssl/setup.sh bin/tests/system/pkcs11ssl/tests.sh bin/tests/system/pkcs11ssl/usepkcs11 bin/tests/system/rsabigexponent/Makefile.in bin/tests/system/rsabigexponent/bigkey.c bin/tests/system/rsabigexponent/prereq.sh bin/tests/system/smartsign/prereq.sh bin/tests/system/tkey/Makefile.in bin/tests/system/tkey/keycreate.c bin/tests/system/tkey/prereq.sh bin/tests/tasks/Makefile.in bin/tests/timers/Makefile.in bin/tools/Makefile.in bin/win32/BINDInstall/BINDInstall.dsp.in bin/win32/BINDInstall/BINDInstall.mak.in bin/win32/BINDInstall/BINDInstall.vcxproj.in bin/win32/BINDInstall/BINDInstallDlg.cpp config.h.in config.h.win32 configure configure.in doc/arm/pkcs11.xml lib/Makefile.in lib/bind9/win32/libbind9.dsp.in lib/bind9/win32/libbind9.mak.in lib/bind9/win32/libbind9.vcxproj.in lib/dns/Makefile.in lib/dns/dnssec.c lib/dns/ds.c lib/dns/dst_api.c lib/dns/dst_gost.h lib/dns/dst_internal.h lib/dns/dst_parse.c lib/dns/dst_parse.h lib/dns/dst_pkcs11.h lib/dns/gssapi_link.c lib/dns/hmac_link.c lib/dns/include/dns/ds.h lib/dns/include/dst/dst.h lib/dns/openssldh_link.c lib/dns/openssldsa_link.c lib/dns/opensslecdsa_link.c lib/dns/opensslgost_link.c lib/dns/opensslrsa_link.c lib/dns/pkcs11.c lib/dns/pkcs11dh_link.c lib/dns/pkcs11dsa_link.c lib/dns/pkcs11ecdsa_link.c lib/dns/pkcs11gost_link.c lib/dns/pkcs11rsa_link.c lib/dns/rdata/generic/dlv_32769.c lib/dns/rdata/generic/ds_43.c lib/dns/tests/Makefile.in lib/dns/tests/gost_test.c lib/dns/tkey.c lib/dns/tsig.c lib/dns/win32/libdns.def.in lib/dns/win32/libdns.dsp.in lib/dns/win32/libdns.mak.in lib/dns/win32/libdns.vcxproj.filters.in lib/dns/win32/libdns.vcxproj.in lib/isc/Makefile.in lib/isc/entropy.c lib/isc/hmacmd5.c lib/isc/hmacsha.c lib/isc/include/isc/hmacmd5.h lib/isc/include/isc/hmacsha.h lib/isc/include/isc/md5.h lib/isc/include/isc/platform.h.in lib/isc/include/isc/sha1.h lib/isc/include/isc/sha2.h lib/isc/md5.c lib/isc/sha1.c lib/isc/sha2.c lib/isc/tests/Makefile.in lib/isc/win32/include/isc/platform.h.in lib/isc/win32/libisc.def.in lib/isc/win32/libisc.dsp.in lib/isc/win32/libisc.mak.in lib/isc/win32/libisc.vcxproj.filters.in lib/isc/win32/libisc.vcxproj.in lib/isc/win32/mklib.bat.in lib/isccc/win32/libisccc.dsp.in lib/isccc/win32/libisccc.mak.in lib/isccc/win32/libisccc.vcxproj.in lib/isccfg/win32/libisccfg.dsp.in lib/isccfg/win32/libisccfg.mak.in lib/isccfg/win32/libisccfg.vcxproj.in lib/iscpk11/Makefile.in lib/iscpk11/api lib/iscpk11/include/Makefile.in lib/iscpk11/include/iscpk11/Makefile.in lib/iscpk11/include/iscpk11/constants.h lib/iscpk11/include/iscpk11/internal.h lib/iscpk11/include/iscpk11/pk11.h lib/iscpk11/include/iscpk11/version.h lib/iscpk11/include/pkcs11/Makefile.in lib/iscpk11/include/pkcs11/pkcs11.h lib/iscpk11/include/pkcs11/pkcs11f.h lib/iscpk11/include/pkcs11/pkcs11t.h lib/iscpk11/pk11.c lib/iscpk11/unix/Makefile.in lib/iscpk11/unix/include/Makefile.in lib/iscpk11/unix/include/pkcs11/Makefile.in lib/iscpk11/unix/include/pkcs11/cryptoki.h lib/iscpk11/unix/pk11_api.c lib/iscpk11/version.c lib/iscpk11/win32/DLLMain.c lib/iscpk11/win32/include/pkcs11/cryptoki.h lib/iscpk11/win32/libiscpk11.def.in lib/iscpk11/win32/libiscpk11.dsp.in lib/iscpk11/win32/libiscpk11.dsw lib/iscpk11/win32/libiscpk11.mak.in lib/iscpk11/win32/libiscpk11.vcxproj.filters.in lib/iscpk11/win32/libiscpk11.vcxproj.in lib/iscpk11/win32/libiscpk11.vcxproj.user lib/iscpk11/win32/pk11_api.c lib/iscpk11/win32/version.c lib/lwres/win32/liblwres.dsp.in lib/lwres/win32/liblwres.mak.in lib/lwres/win32/liblwres.vcxproj.in lib/samples/Makefile-postinstall.in lib/samples/Makefile.in make/includes.in win32utils/Configure win32utils/bind9.sln.in win32utils/legacy/BINDBuild.dsw.in win32utils/legacy/BuildAll.bat.in win32utils/legacy/BuildSetup.bat.in
03152360db6fcb0fcc95fa63c20c5c829c95f1f6 08-Oct-2013 Mark Andrews <marka@isc.org>

3661. [bug] Address lock order reversal deadlock with inline zones. [RT #34856]

c174d5c13c03dd59283243e3fd5461d41140a798 11-Jul-2013 Evan Hunt <each@isc.org>

[master] portability fix 3614. [port] Check for <linux/types.h>. [RT #34162]

feb067b25a8e33db62e2a7bf2e83bbb7f6eee845 13-Mar-2013 Evan Hunt <each@isc.org>

[master] add JSON statistics channel 3524. [func] Added an alternate statistics channel in JSON format, when the server is built with the json-c library: http://[address]:[port]/json. [RT #32630]

501941f0b6cce74c2ff75b10aff3f230d5d37e4c 28-Feb-2013 Evan Hunt <each@isc.org>

[master] add geoip support 3504. [func] Add support for ACLs based on geographic location, using MaxMind GeoIP databases. Based on code contributed by Ken Brownfield <kb@slide.com>. [RT #30681]

CHANGES bin/named/Makefile.in bin/named/geoip.c bin/named/include/named/geoip.h bin/named/include/named/globals.h bin/named/interfacemgr.c bin/named/server.c bin/tests/system/Makefile.in bin/tests/system/geoip/.gitignore bin/tests/system/geoip/Makefile.in bin/tests/system/geoip/clean.sh bin/tests/system/geoip/data/GeoIP.csv bin/tests/system/geoip/data/GeoIP.dat bin/tests/system/geoip/data/GeoIPASNum.csv bin/tests/system/geoip/data/GeoIPASNum.dat bin/tests/system/geoip/data/GeoIPASNumv6.csv bin/tests/system/geoip/data/GeoIPASNumv6.dat bin/tests/system/geoip/data/GeoIPCity.csv bin/tests/system/geoip/data/GeoIPCity.dat bin/tests/system/geoip/data/GeoIPCityv6.csv bin/tests/system/geoip/data/GeoIPCityv6.dat bin/tests/system/geoip/data/GeoIPDomain.csv bin/tests/system/geoip/data/GeoIPDomain.dat bin/tests/system/geoip/data/GeoIPISP.csv bin/tests/system/geoip/data/GeoIPISP.dat bin/tests/system/geoip/data/GeoIPNetSpeed.csv bin/tests/system/geoip/data/GeoIPNetSpeed.dat bin/tests/system/geoip/data/GeoIPOrg.csv bin/tests/system/geoip/data/GeoIPOrg.dat bin/tests/system/geoip/data/GeoIPRegion.csv bin/tests/system/geoip/data/GeoIPRegion.dat bin/tests/system/geoip/data/GeoIPv6.csv bin/tests/system/geoip/data/GeoIPv6.dat bin/tests/system/geoip/data/README bin/tests/system/geoip/geoip.c bin/tests/system/geoip/ns2/example.db.in bin/tests/system/geoip/ns2/named1.conf bin/tests/system/geoip/ns2/named10.conf bin/tests/system/geoip/ns2/named11.conf bin/tests/system/geoip/ns2/named2.conf bin/tests/system/geoip/ns2/named3.conf bin/tests/system/geoip/ns2/named4.conf bin/tests/system/geoip/ns2/named5.conf bin/tests/system/geoip/ns2/named6.conf bin/tests/system/geoip/ns2/named7.conf bin/tests/system/geoip/ns2/named8.conf bin/tests/system/geoip/ns2/named9.conf bin/tests/system/geoip/prereq.sh bin/tests/system/geoip/setup.sh bin/tests/system/geoip/tests.sh config.h.in configure configure.in doc/arm/Bv9ARM-book.xml lib/dns/Makefile.in lib/dns/acl.c lib/dns/geoip.c lib/dns/include/dns/Makefile.in lib/dns/include/dns/acl.h lib/dns/include/dns/geoip.h lib/dns/tests/Makefile.in lib/dns/tests/geoip_test.c lib/export/dns/Makefile.in lib/isccfg/aclconf.c lib/isccfg/include/isccfg/aclconf.h lib/isccfg/namedconf.c
b123b265e3a3d9b72a14230b6517e0f6fdb5c5b5 07-Dec-2012 Mark Andrews <marka@isc.org>

3435. [bug] Cross compilation support in configure was broken. [RT #32078]

63dd46733010bb9622810faa17d88c3e3c28b730 28-Nov-2012 Mark Andrews <marka@newdocs.lab.isc.org>

update libtool support to version 2.4.2

5506903c9215faf42586307c2288942fd804c579 21-Jun-2012 Evan Hunt <each@isc.org>

Merge rt28412b - check for mmap() in configure - implement isc_file_mmap() and isc_file_munmap() to do malloc()/read() and free() when run on systems that do not support mmap().

d878b8d87c3f46a25ccae9f5cfe6e39af67562e0 14-May-2012 Evan Hunt <each@isc.org>

merged filter-aaaa-on-v6 (ATT SoW) 3327. [func] Added 'filter-aaaa-on-v6' option; this is similar to 'filter-aaaa-on-v4' but applies to IPv6 connections. (Use "configure --enable-filter-aaaa" to enable this option.) [RT #27308]

CHANGES bin/named/client.c bin/named/config.c bin/named/include/named/client.h bin/named/query.c bin/named/server.c bin/tests/system/filter-aaaa/clean.sh bin/tests/system/filter-aaaa/filter-aaaa.c bin/tests/system/filter-aaaa/ns1/named1.conf bin/tests/system/filter-aaaa/ns1/named2.conf bin/tests/system/filter-aaaa/ns2/named1.conf bin/tests/system/filter-aaaa/ns2/named2.conf bin/tests/system/filter-aaaa/ns3/named1.conf bin/tests/system/filter-aaaa/ns3/named2.conf bin/tests/system/filter-aaaa/ns4/named1.conf bin/tests/system/filter-aaaa/ns4/named2.conf bin/tests/system/filter-aaaa/setup.sh bin/tests/system/filter-aaaa/tests.sh bin/tests/system/statistics/tests.sh config.h.in configure configure.in doc/arm/Bv9ARM-book.xml lib/bind9/check.c lib/dns/include/dns/message.h lib/dns/include/dns/types.h lib/dns/include/dns/view.h lib/dns/message.c lib/dns/view.c lib/isccfg/namedconf.c
aaaf8d4f4873d21e55c3ffb4f656203d08339865 02-May-2012 Mark Andrews <marka@isc.org>

3317. [func] Add ECDSA support (RFC 6605). [RT #21918]

CHANGES acconfig.h bin/dnssec/dnssec-dsfromkey.8 bin/dnssec/dnssec-dsfromkey.c bin/dnssec/dnssec-dsfromkey.docbook bin/dnssec/dnssec-dsfromkey.html bin/dnssec/dnssec-keyfromlabel.8 bin/dnssec/dnssec-keyfromlabel.c bin/dnssec/dnssec-keyfromlabel.docbook bin/dnssec/dnssec-keyfromlabel.html bin/dnssec/dnssec-keygen.8 bin/dnssec/dnssec-keygen.c bin/dnssec/dnssec-keygen.docbook bin/dnssec/dnssec-keygen.html bin/tests/system/ecdsa/clean.sh bin/tests/system/ecdsa/ns1/named.conf bin/tests/system/ecdsa/ns1/root.db.in bin/tests/system/ecdsa/ns1/sign.sh bin/tests/system/ecdsa/ns2/named.conf bin/tests/system/ecdsa/prereq.sh.in bin/tests/system/ecdsa/setup.sh bin/tests/system/ecdsa/tests.sh bin/tests/system/gost/clean.sh bin/tests/system/gost/ns1/sign.sh config.h.in configure configure.in doc/rfc/rfc6605.txt lib/dns/Makefile.in lib/dns/ds.c lib/dns/dst_api.c lib/dns/dst_internal.h lib/dns/dst_parse.c lib/dns/dst_parse.h lib/dns/include/dns/ds.h lib/dns/include/dns/keyvalues.h lib/dns/include/dst/dst.h lib/dns/opensslecdsa_link.c lib/dns/rcode.c lib/dns/rdata/generic/dlv_32769.c lib/dns/rdata/generic/ds_43.c
b9848361b9000d2c277845fa4980f75f7daf8447 20-Dec-2011 Mark Andrews <marka@isc.org>

regen

1d32b1df372d6be6bac6450739b9e5ea23819995 17-Dec-2011 Evan Hunt <each@isc.org>

3244. [func] Added readline support to nslookup and nsupdate. Also simplified nsupdate syntax to make "update" and "prereq" optional. [RT #24659]

30d9cf665d32984fe1dc62ae355ab5b2a0fe3a35 14-Oct-2011 Mark Andrews <marka@isc.org>

3171. [port] darwin 10.* and freebsd [89] are now built threaded by default.

a44bf3209afdb58360a82cf42e653dee5e0d4f26 28-Jul-2011 Automatic Updater <source@isc.org>

regen

422009fe5b15e31e7f5d09212bd1480121a1464e 10-Mar-2011 Evan Hunt <each@isc.org>

3066. [func] The DLZ "dlopen" driver is now built by default, no longer requiring a configure option. To disable it, use "configure --without-dlopen". Driver also supported on win32. [RT #23467]

CHANGES bin/named/Makefile.in bin/named/include/dlz/dlz_dlopen_driver.h bin/named/main.c bin/named/query.c bin/named/server.c bin/named/unix/Makefile.in bin/named/unix/dlz_dlopen_driver.c bin/named/win32/dlz_dlopen_driver.c bin/named/win32/named.dsp bin/named/win32/named.mak bin/named/xfrout.c bin/named/zoneconf.c bin/tests/system/Makefile.in bin/tests/system/dlzexternal/Makefile.in bin/tests/system/dlzexternal/dlopen.c bin/tests/system/dlzexternal/driver.c bin/tests/system/dlzexternal/driver.h bin/tests/system/dlzexternal/ns1/named.conf.in bin/tests/system/dlzexternal/prereq.sh bin/tests/system/dlzexternal/tests.sh config.h.in config.h.win32 configure.in contrib/dlz/bin/dlzbdb/Makefile.in contrib/dlz/config.dlz.in contrib/dlz/drivers/dlz_dlopen_driver.c contrib/dlz/drivers/dlz_drivers.c contrib/dlz/drivers/include/dlz/dlz_dlopen_driver.h contrib/dlz/example/win32/DLLMain.c contrib/dlz/example/win32/dxdriver.def contrib/dlz/example/win32/dxdriver.dsp contrib/dlz/example/win32/dxdriver.dsw contrib/dlz/example/win32/dxdriver.mak lib/dns/Makefile.in lib/dns/win32/libdns.def lib/isccfg/Makefile.in
4417904b159f826f2009fd3453744057c0d9c82e 27-Feb-2011 Mark Andrews <marka@isc.org>

regen

819f0ca24a39f9f5644cf6e032f2cb61e8771a90 13-Jan-2011 Mark Andrews <marka@isc.org>

regen

87708bde16713bc02ff2598f4a82f98c699a2f2d 13-Jan-2011 Mark Andrews <marka@isc.org>

3008. [func] Response policy zones (RPZ) support. [RT #21726]

CHANGES bin/named/include/named/query.h bin/named/query.c bin/named/server.c bin/tests/system/Makefile.in bin/tests/system/README bin/tests/system/conf.sh.in bin/tests/system/rpz/Makefile.in bin/tests/system/rpz/clean.sh bin/tests/system/rpz/ns1/named.conf bin/tests/system/rpz/ns1/root.db bin/tests/system/rpz/ns2/hints bin/tests/system/rpz/ns2/named.conf bin/tests/system/rpz/ns2/tld2.db bin/tests/system/rpz/ns3/base.db bin/tests/system/rpz/ns3/hints bin/tests/system/rpz/ns3/named.conf bin/tests/system/rpz/rpz.c bin/tests/system/rpz/setup.sh bin/tests/system/rpz/test1 bin/tests/system/rpz/test2 bin/tests/system/rpz/test3 bin/tests/system/rpz/test4 bin/tests/system/rpz/test5 bin/tests/system/rpz/tests.sh config.h.in configure.in doc/arm/Bv9ARM-book.xml lib/dns/Makefile.in lib/dns/db.c lib/dns/include/dns/db.h lib/dns/include/dns/name.h lib/dns/include/dns/rpz.h lib/dns/include/dns/view.h lib/dns/name.c lib/dns/rbtdb.c lib/dns/rpz.c lib/dns/sdb.c lib/dns/sdlz.c lib/dns/view.c lib/dns/win32/libdns.def lib/dns/win32/libdns.dsp lib/dns/win32/libdns.mak lib/dns/zone.c lib/isccfg/namedconf.c
9fffc937a9d0ba8f6c08f7502763f5d3107259c4 23-Dec-2010 Mark Andrews <marka@isc.org>

rege

aa5b977943f9ee38241c804484cd84fafec6ff2b 18-Dec-2010 Mark Andrews <marka@isc.org>

regen

71bd858d8ed62672e7c23999dc7c02fd16a55089 18-Dec-2010 Evan Hunt <each@isc.org>

2989. [func] Added support for writable DLZ zones. (Contributed by Andrew Tridgell of the Samba project.) [RT #22629] 2988. [experimental] Added a "dlopen" DLZ driver, allowing the creation of external DLZ drivers that can be loaded as shared objects at runtime rather than linked with named. Currently this is switched on via a compile-time option, "configure --with-dlz-dlopen". Note: the syntax for configuring DLZ zones is likely to be refined in future releases. (Contributed by Andrew Tridgell of the Samba project.) [RT #22629] 2987. [func] Improve ease of configuring TKEY/GSS updates by adding a "tkey-gssapi-keytab" option. If set, updates will be allowed with any key matching a principal in the specified keytab file. "tkey-gssapi-credential" is no longer required and is expected to be deprecated. (Contributed by Andrew Tridgell of the Samba project.) [RT #22629]

CHANGES bin/named/include/named/zoneconf.h bin/named/named.conf.docbook bin/named/server.c bin/named/tkeyconf.c bin/named/update.c bin/named/xfrout.c bin/named/zoneconf.c bin/nsupdate/nsupdate.c bin/tests/dst/gsstest.c bin/tests/system/conf.sh.in bin/tests/system/dlzexternal/clean.sh bin/tests/system/dlzexternal/ns1/named.conf bin/tests/system/dlzexternal/prereq.sh bin/tests/system/dlzexternal/setup.sh bin/tests/system/dlzexternal/tests.sh bin/tests/system/tsiggss/clean.sh bin/tests/system/tsiggss/ns1/administrator.ccache bin/tests/system/tsiggss/ns1/dns.keytab bin/tests/system/tsiggss/ns1/example.nil.zone bin/tests/system/tsiggss/ns1/named.conf bin/tests/system/tsiggss/ns1/testdenied.ccache bin/tests/system/tsiggss/setup.sh bin/tests/system/tsiggss/tests.sh config.h.in configure configure.in contrib/dlz/config.dlz.in contrib/dlz/drivers/dlz_bdb_driver.c contrib/dlz/drivers/dlz_bdbhpt_driver.c contrib/dlz/drivers/dlz_dlopen_driver.c contrib/dlz/drivers/dlz_drivers.c contrib/dlz/drivers/dlz_filesystem_driver.c contrib/dlz/drivers/dlz_ldap_driver.c contrib/dlz/drivers/dlz_mysql_driver.c contrib/dlz/drivers/dlz_odbc_driver.c contrib/dlz/drivers/dlz_postgres_driver.c contrib/dlz/drivers/dlz_stub_driver.c contrib/dlz/drivers/include/dlz/dlz_dlopen_driver.h contrib/dlz/drivers/rules.in contrib/dlz/example/Makefile contrib/dlz/example/dlz_example.c contrib/dlz/example/dlz_minimal.h doc/arm/Bv9ARM-book.xml doc/misc/options lib/dns/dlz.c lib/dns/dst_api.c lib/dns/dst_internal.h lib/dns/gssapictx.c lib/dns/include/dns/dlz.h lib/dns/include/dns/sdlz.h lib/dns/include/dns/ssu.h lib/dns/include/dns/tkey.h lib/dns/include/dns/zone.h lib/dns/include/dst/dst.h lib/dns/include/dst/gssapi.h lib/dns/sdlz.c lib/dns/spnego.c lib/dns/ssu.c lib/dns/tkey.c lib/dns/zone.c lib/isc/include/isc/buffer.h lib/isc/include/isc/platform.h.in lib/isccfg/namedconf.c
c0a76b3c0b42a110e14eb56103973944900400c4 03-Dec-2010 Mark Andrews <marka@isc.org>

2978. [port] hpux: look for <devpoll.h> [RT #21919]

3a7b1fb32a27df5326f7fea318f68703c0de7e2e 03-Jun-2010 Mark Andrews <marka@isc.org>

add kerberosv5/krb5.h to search list

a20996ab6ff2be473b85470fddd2380a3e180e7b 03-Jun-2010 Mark Andrews <marka@isc.org>

2910. [func] Sanity check Kerberos credentials. [RT #20986]

5b02fc32d693bb811199308a40143df0adf818c1 19-May-2010 Mark Andrews <marka@isc.org>

2901. [port] Use AC_C_FLEXIBLE_ARRAY_MEMBER. [RT #21316]

8b7d3aeda264513ca83961fb752703cc3c85451d 12-May-2010 Mark Andrews <marka@isc.org>

2885. [bug] Improve -fno-strict-aliasing support probing in configure. [RT #21080]

c4e59874fb1a750880d5ebed560c9acf69251840 18-Mar-2010 Mark Andrews <marka@isc.org>

regen

9a97696b543b9957049a663b4f73245589c47921 27-Oct-2009 Mark Andrews <marka@isc.org>

regen

c8aa7ce70d75d5d8f28f941e3a522c71e948b166 27-Oct-2009 Evan Hunt <each@isc.org>

2732. [func] Add optional filter-aaaa-on-v4 option, available if built with './configure --enable-filter-aaaa'. Filters out AAAA answers to clients connecting via IPv4. (This is NOT recommended for general use.) [RT #20339]

a27fe4c990f96bd792f2a07ca4d38c78d5b9df2c 01-Sep-2009 Tatuya JINMEI 神明達哉 <ji <jinmei@isc.org>

2667. [func] Add support for logging stack backtrace on assertion failure (not available for all platforms). [RT #19780] 9.7.0

588f79e557cd66ef77c90378a997b0d377af9db7 01-Sep-2009 Tatuya JINMEI 神明達哉 <ji <jinmei@isc.org>

fixed build error on hpux due to gai_strerror() prototype mismatch [RT #20194]

307d2084502eddc7ce921e5ce439aec3531d90e0 01-Sep-2009 Tatuya JINMEI 神明達哉 <ji <jinmei@isc.org>

2660. [func] Add a new set of DNS libraries for non-BIND9 applications. See README.libdns. [RT #19369]

CHANGES Makefile.in README README.libdns bin/check/Makefile.in bin/check/check-tool.c bin/confgen/Makefile.in bin/dig/Makefile.in bin/dig/dighost.c bin/dnssec/Makefile.in bin/dnssec/dnssec-dsfromkey.c bin/dnssec/dnssec-keyfromlabel.c bin/dnssec/dnssec-keygen.c bin/dnssec/dnssec-signzone.c bin/named/Makefile.in bin/named/config.c bin/named/lwdgabn.c bin/named/lwdgrbn.c bin/named/lwresd.c bin/named/server.c bin/named/tkeyconf.c bin/named/tsigconf.c bin/named/unix/Makefile.in bin/named/zoneconf.c bin/nsupdate/Makefile.in bin/nsupdate/nsupdate.c bin/rndc/Makefile.in bin/tests/Makefile.in bin/tests/adb_test.c bin/tests/byname_test.c bin/tests/db/Makefile.in bin/tests/db/t_db.c bin/tests/db_test.c bin/tests/dst/Makefile.in bin/tests/dst/dst_test.c bin/tests/dst/gsstest.c bin/tests/dst/t_dst.c bin/tests/master/Makefile.in bin/tests/master/t_master.c bin/tests/master_test.c bin/tests/mem/Makefile.in bin/tests/name_test.c bin/tests/names/Makefile.in bin/tests/names/t_names.c bin/tests/net/Makefile.in bin/tests/nsecify.c bin/tests/rbt/Makefile.in bin/tests/rbt/t_rbt.c bin/tests/rbt_test.c bin/tests/sig0_test.c bin/tests/sockaddr/Makefile.in bin/tests/system/lwresd/Makefile.in bin/tests/system/tkey/Makefile.in bin/tests/system/tkey/keycreate.c bin/tests/tasks/Makefile.in bin/tests/timers/Makefile.in bin/tests/zone_test.c bin/tools/Makefile.in config.h.in configure.in contrib/dbus/dbus_mgr.c contrib/dlz/bin/dlzbdb/Makefile.in contrib/sdb/bdb/zone2bdb.c contrib/sdb/ldap/zone2ldap.c contrib/sdb/pgsql/zonetodb.c contrib/sdb/sqlite/zone2sqlite.c lib/bind9/Makefile.in lib/bind9/check.c lib/dns/Makefile.in lib/dns/byaddr.c lib/dns/cache.c lib/dns/client.c lib/dns/db.c lib/dns/dispatch.c lib/dns/dst_api.c lib/dns/ecdb.c lib/dns/forward.c lib/dns/gssapictx.c lib/dns/include/dns/client.h lib/dns/include/dns/ecdb.h lib/dns/include/dns/events.h lib/dns/include/dns/forward.h lib/dns/include/dns/lib.h lib/dns/include/dns/message.h lib/dns/include/dns/name.h lib/dns/include/dns/rdata.h lib/dns/include/dns/resolver.h lib/dns/include/dns/tsec.h lib/dns/include/dns/types.h lib/dns/lib.c lib/dns/master.c lib/dns/masterdump.c lib/dns/name.c lib/dns/peer.c lib/dns/rbtdb.c lib/dns/rdata.c lib/dns/request.c lib/dns/resolver.c lib/dns/sdb.c lib/dns/sdlz.c lib/dns/tkey.c lib/dns/tsec.c lib/dns/view.c lib/export/Makefile.in lib/export/dns/Makefile.in lib/export/dns/include/Makefile.in lib/export/dns/include/dns/Makefile.in lib/export/dns/include/dst/Makefile.in lib/export/irs/Makefile.in lib/export/irs/include/Makefile.in lib/export/irs/include/irs/Makefile.in lib/export/isc/Makefile.in lib/export/isc/include/Makefile.in lib/export/isc/include/isc/Makefile.in lib/export/isc/nls/Makefile.in lib/export/isc/nothreads/Makefile.in lib/export/isc/nothreads/include/Makefile.in lib/export/isc/nothreads/include/isc/Makefile.in lib/export/isc/pthreads/Makefile.in lib/export/isc/pthreads/include/Makefile.in lib/export/isc/pthreads/include/isc/Makefile.in lib/export/isc/unix/Makefile.in lib/export/isc/unix/include/Makefile.in lib/export/isc/unix/include/isc/Makefile.in lib/export/isccfg/Makefile.in lib/export/isccfg/include/Makefile.in lib/export/isccfg/include/isccfg/Makefile.in lib/export/samples/Makefile-postinstall.in lib/export/samples/Makefile.in lib/export/samples/nsprobe.c lib/export/samples/sample-async.c lib/export/samples/sample-gai.c lib/export/samples/sample-request.c lib/export/samples/sample-update.c lib/export/samples/sample.c lib/irs/Makefile.in lib/irs/api lib/irs/context.c lib/irs/dnsconf.c lib/irs/gai_strerror.c lib/irs/getaddrinfo.c lib/irs/getnameinfo.c lib/irs/include/Makefile.in lib/irs/include/irs/Makefile.in lib/irs/include/irs/context.h lib/irs/include/irs/dnsconf.h lib/irs/include/irs/netdb.h.in lib/irs/include/irs/platform.h.in lib/irs/include/irs/resconf.h lib/irs/include/irs/types.h lib/irs/include/irs/version.h lib/irs/resconf.c lib/irs/version.c lib/isc/Makefile.in lib/isc/app_api.c lib/isc/hash.c lib/isc/include/isc/app.h lib/isc/include/isc/lib.h lib/isc/include/isc/mem.h lib/isc/include/isc/namespace.h lib/isc/include/isc/result.h lib/isc/include/isc/resultclass.h lib/isc/include/isc/socket.h lib/isc/include/isc/task.h lib/isc/include/isc/timer.h lib/isc/include/isc/types.h lib/isc/lib.c lib/isc/mem.c lib/isc/mem_api.c lib/isc/nls/Makefile.in lib/isc/nothreads/Makefile.in lib/isc/pthreads/Makefile.in lib/isc/socket_api.c lib/isc/task.c lib/isc/task_api.c lib/isc/task_p.h lib/isc/timer.c lib/isc/timer_api.c lib/isc/timer_p.h lib/isc/unix/Makefile.in lib/isc/unix/app.c lib/isc/unix/socket.c lib/isc/unix/socket_p.h lib/isc/win32/Makefile.in lib/isc/win32/app.c lib/isc/win32/socket.c lib/isccc/Makefile.in lib/isccfg/Makefile.in lib/isccfg/aclconf.c lib/isccfg/dnsconf.c lib/isccfg/include/isccfg/dnsconf.h lib/tests/Makefile.in make/rules.in
38cd4d14cc341c2663e574035074788bb6f0fce2 15-Jul-2009 Evan Hunt <each@isc.org>

2629. [port] Check for seteuid()/setegid(), use setresuid()/ setresgid() if not present. [RT #19932]

f4ea363e3acc321b24ffe95a64a583e8041d6fd5 10-Jun-2009 Mark Andrews <marka@isc.org>

2610. [port] sunos: Change #2363 was not complete. [RT #19796]

31b7a2fed64e388db772a74742a4adc95d1a21e6 21-Jan-2009 Mark Andrews <marka@isc.org>

2534. [func] Check NAPTR records regular expressions and replacement strings to ensure they are syntaxically valid and consistant. [RT #18168]

914eeb33149a0008e26741d9e7d89dcd6f8b6d0b 19-Jan-2009 Mark Andrews <marka@isc.org>

2529. [cleanup] Upgrade libtool to silence complaints from recent version of autoconf. [RT #18657]

2e61d171bc1fa47ea4d551b87546ebcf78f61e4a 05-Dec-2008 Mark Andrews <marka@isc.org>

2505. [port] Treat amd64 similarly to x86_64 when determining atomic operation support. [RT #19031]

d5518bf5bc1830f89f411288f39c5c9e6eb7511c 01-Dec-2008 Mark Andrews <marka@isc.org>

linux doesn't need checks for -lsocket and -lnsl

9935447b51456f598b45246d0114b8006049244d 01-Dec-2008 Mark Andrews <marka@isc.org>

2503. [port] linux: improve compatibility with Linux Standard Base. [RT #18793]

4e9775118dbf128dd296f01638733ba221f76c34 21-Oct-2008 Mark Andrews <marka@isc.org>

2469. [port] solaris: Work around Solaris's select() limitations. [RT #18769]

101a7960b7989a18d873f3302b3b2415aeafb108 05-Aug-2008 Mark Andrews <marka@isc.org>

2407. [port] hpux: test for sys/dyntune.h. [RT #18421]

146484aced3e6c1b9cc88db5e75b8cbfd166f701 05-Aug-2008 Mark Andrews <marka@isc.org>

2407. [port] hpux: test for sys/dyntune.h. [RT #18421]

0415ca35ada2cac6a86127eaca64f3a997aea121 06-May-2008 Evan Hunt <each@isc.org>

Linux: use libcap for capability management if possible. [RT# 18026]

8b56b8956fc1e6c70efacb4f71db28d0d1f0c577 29-Apr-2008 Mark Andrews <marka@isc.org>

2363. [port] sunos: pre-set "lt_cv_sys_max_cmd_len=4096;". [RT #17513]

2284b84d74cdfd62ecb962feb850de981bbc2196 23-Apr-2008 Evan Hunt <each@isc.org>

Make "rrset-order fixed" a compile-time option. settable by "./configure --enable-fixed-rrset". Disabled by default. [rt17977]

dc2a0aa7aaa8b85398ae183c7274c0eeec5009af 30-Jan-2008 Mark Andrews <marka@isc.org>

2325. [port] Linux: use capset() function if available. [RT #17557]

8486ce1efa5deded85415d21d5696e5a51c63357 04-Jan-2008 Mark Andrews <marka@isc.org>

2287. [bug] Use 'volatile' if the compiler supports it. [RT #17413]

7de2c6e6d51f38daeb2d346f3f21dc01ccece6da 13-Sep-2007 Evan Hunt <each@isc.org>

Fix compiler warnings on SCO OSr5

8eb4eca37538183edb36db88580b5232f15931b0 08-Jan-2007 Mark Andrews <marka@isc.org>

2127. [port] Improved OpenSSL 0.9.8 support. [RT #16563]

186e7f37c9fc985a7a7264cc8170e48a25bed434 21-Dec-2006 Mark Andrews <marka@isc.org>

2122. [func] Experimental http server and statistics support for named via xml.

289ae548d52bc8f982d9823af64cafda7bd92232 04-Dec-2006 Mark Andrews <marka@isc.org>

2105. [func] GSS-TSIG support (RFC 3645).

CHANGES bin/named/client.c bin/named/control.c bin/named/include/named/control.h bin/named/include/named/server.h bin/named/notify.c bin/named/server.c bin/named/tkeyconf.c bin/named/update.c bin/named/zoneconf.c bin/nsupdate/Makefile.in bin/nsupdate/nsupdate.c bin/rndc/rndc.c bin/tests/dst/.cvsignore bin/tests/dst/Makefile.in bin/tests/dst/gsstest.c config.h.in configure configure.in doc/arm/Bv9ARM-book.xml lib/dns/Makefile.in lib/dns/dst_api.c lib/dns/dst_internal.h lib/dns/gssapi_link.c lib/dns/gssapictx.c lib/dns/hmac_link.c lib/dns/include/dns/name.h lib/dns/include/dns/ssu.h lib/dns/include/dns/tkey.h lib/dns/include/dns/tsig.h lib/dns/include/dns/types.h lib/dns/include/dst/dst.h lib/dns/include/dst/gssapi.h lib/dns/message.c lib/dns/name.c lib/dns/openssl_link.c lib/dns/openssldh_link.c lib/dns/openssldsa_link.c lib/dns/opensslrsa_link.c lib/dns/spnego.asn1 lib/dns/spnego.c lib/dns/spnego.h lib/dns/spnego_asn1.c lib/dns/spnego_asn1.pl lib/dns/ssu.c lib/dns/tkey.c lib/dns/tsig.c lib/dns/win32/libdns.dsp lib/dns/win32/libdns.mak lib/isc/buffer.c lib/isc/entropy.c lib/isc/include/isc/buffer.h lib/isc/include/isc/entropy.h lib/isc/include/isc/platform.h.in lib/isc/win32/libisc.def lib/isccfg/namedconf.c make/mkdep.in make/rules.in
c870001ae1bff0e38f622c4ed56872c7f1d2d336 20-Jul-2006 Mark Andrews <marka@isc.org>

2054. [port] freebsd: do not explicitly link against -lpthread. [RT #16170]

25c18fded02c5df8391a333e90ea776b52bff079 01-Mar-2006 Mark Andrews <marka@isc.org>

1994. [port] OpenSSL 0.9.8 support. [RT #15694]

43501e6570e9081d459fb5c1a81b73c2c53c5df0 03-Feb-2006 Mark Andrews <marka@isc.org>

1978. [port] Handle systems which have a broken recvmsg(). [RT #15742]

2b66a51a7d72e9cc07917fb583ad528b0539d2a3 04-Jan-2006 Mark Andrews <marka@isc.org>

1950. [port] Solaris 2.5.1 and earlier cannot bind() then connect() a TCP socket. This prevents the source address being set for TCP connections. [RT #15628]

6cf369f528c4acd8182eada41ad83b8d97623db8 09-Sep-2005 Mark Andrews <marka@isc.org>

1916. [func] Integrate contibuted IDN code from JPNIC. [RT #15383]

cae2cb086244dfb883739edbe79e34756079f70e 09-Sep-2005 Mark Andrews <marka@isc.org>

1916. [func] Integrate contibuted IDN code from JPNIC. [RT #15383]

6e9efadbea9febb0494e713e54dfea6f7ef70383 18-Jul-2005 Mark Andrews <marka@isc.org>

1902. [port] Use uintptr_t if available. [RT #14606]

577ca1471960830304d1d2b9bd543fa469af51c1 08-Jul-2005 Mark Andrews <marka@isc.org>

1898. [port] sunos: non blocking i/o support. [RT #14951]

e7fb847ed570dd8c1bcdacabb3d69bd81feb79ae 08-Jun-2005 Mark Andrews <marka@isc.org>

1883. [port] sunos: portability fixes. [RT #14814]

60e5e10f8d2e2b0c41e8abad38cacd867caa6ab2 11-May-2005 Rob Austein <sra@isc.org>

regen

CHANGES bin/check/named-checkconf.8 bin/check/named-checkconf.html bin/check/named-checkzone.8 bin/check/named-checkzone.html bin/dig/dig.1 bin/dig/dig.html bin/dig/host.1 bin/dig/host.html bin/dig/nslookup.1 bin/dig/nslookup.html bin/dnssec/dnssec-keygen.8 bin/dnssec/dnssec-keygen.html bin/dnssec/dnssec-signzone.8 bin/dnssec/dnssec-signzone.html bin/named/lwresd.8 bin/named/lwresd.html bin/named/named.8 bin/named/named.conf.5 bin/named/named.conf.html bin/named/named.html bin/nsupdate/nsupdate.8 bin/nsupdate/nsupdate.html bin/rndc/rndc-confgen.8 bin/rndc/rndc-confgen.html bin/rndc/rndc.8 bin/rndc/rndc.conf.5 bin/rndc/rndc.conf.html bin/rndc/rndc.html config.h.in configure doc/arm/Bv9ARM.ch01.html doc/arm/Bv9ARM.ch02.html doc/arm/Bv9ARM.ch03.html doc/arm/Bv9ARM.ch04.html doc/arm/Bv9ARM.ch05.html doc/arm/Bv9ARM.ch06.html doc/arm/Bv9ARM.ch07.html doc/arm/Bv9ARM.ch08.html doc/arm/Bv9ARM.ch09.html doc/arm/Bv9ARM.html lib/lwres/man/lwres.3 lib/lwres/man/lwres.html lib/lwres/man/lwres_buffer.3 lib/lwres/man/lwres_buffer.html lib/lwres/man/lwres_config.3 lib/lwres/man/lwres_config.html lib/lwres/man/lwres_context.3 lib/lwres/man/lwres_context.html lib/lwres/man/lwres_gabn.3 lib/lwres/man/lwres_gabn.html lib/lwres/man/lwres_gai_strerror.3 lib/lwres/man/lwres_gai_strerror.html lib/lwres/man/lwres_getaddrinfo.3 lib/lwres/man/lwres_getaddrinfo.html lib/lwres/man/lwres_gethostent.3 lib/lwres/man/lwres_gethostent.html lib/lwres/man/lwres_getipnode.3 lib/lwres/man/lwres_getipnode.html lib/lwres/man/lwres_getnameinfo.3 lib/lwres/man/lwres_getnameinfo.html lib/lwres/man/lwres_getrrsetbyname.3 lib/lwres/man/lwres_getrrsetbyname.html lib/lwres/man/lwres_gnba.3 lib/lwres/man/lwres_gnba.html lib/lwres/man/lwres_hstrerror.3 lib/lwres/man/lwres_hstrerror.html lib/lwres/man/lwres_inetntop.3 lib/lwres/man/lwres_inetntop.html lib/lwres/man/lwres_noop.3 lib/lwres/man/lwres_noop.html lib/lwres/man/lwres_packet.3 lib/lwres/man/lwres_packet.html lib/lwres/man/lwres_resutil.3 lib/lwres/man/lwres_resutil.html
4423c99613db1399dbb5c51e86ef0d351a1418c2 23-Feb-2005 Mark Andrews <marka@isc.org>

1814. [func] UNIX domain controls are now supported.

70e854766f5304f43e94212dc38ebaefe214148c 04-Dec-2004 Mark Andrews <marka@isc.org>

1781. [port] FreeBSD 5.3: set PTHREAD_SCOPE_SYSTEM. [RT #12810]

43fe2897fc80bbec2115310ca79d432a252f3ea4 05-Oct-2004 Mark Andrews <marka@isc.org>

1731. [port] darwin: relax version test in ifconfig.sh. [RT #12581] 1730. [port] Determine the length type used by the socket API. [RT #12581]

23ac30603a7639bea1d331537634b079b046b122 01-Sep-2004 Mark Andrews <marka@isc.org>

1709. [port] solaris: add SMF support from Sun.

cffc2e06f906dd048af4cc27d487deb157f5a082 21-May-2004 Mark Andrews <marka@isc.org>

regen

281bfa2a98f1d1721538086e1b550185559f1d8b 05-Mar-2004 Mark Andrews <marka@isc.org>

regen

bf8eeb368cf694b8261f6f765b7f1899078f6a25 29-Jan-2004 Mark Andrews <marka@isc.org>

regen

774c3a62d9adca187b44fe90919bb409a43a2f2a 29-Jan-2004 Mark Andrews <marka@isc.org>

1566. [port] Support for the cmsg framework on Solaris and HP/UX. This also solved the problem that match-destinations for IPv6 addresses did not work on these systems. [RT #10221]

2b50e0d877db0d668f363d50914232f82ad8c454 07-Jan-2004 Mark Andrews <marka@isc.org>

regen

6286983c506433d642b23e64845c50be30f2a7f6 07-Jan-2004 Mark Andrews <marka@isc.org>

1550. [port] Call tzset(), if available, before calling chroot().

bff8ac12a8c099257bdbf7d0c55d2d5b77591926 25-Jul-2003 Mark Andrews <marka@isc.org>

regen 1496. [port] test for pthread_attr_setstacksize().

baf7c7e589f313f10b29d9119811fc4d36c2e4bc 01-Apr-2003 Mark Andrews <marka@isc.org>

regen

b15c543f7957fbb4284f0fc20b3278f2a411d272 04-Dec-2002 Mark Andrews <marka@isc.org>

regen

d2a97368971414ffd71907e404fe02591dc5ed83 15-Oct-2002 Mark Andrews <marka@isc.org>

regen: 1388. [port] irix: check for sys/sysctl.h and NET_RT_IFLIST before defining HAVE_IFLIST_SYSCTL. [RT #3770]

f54d0c9c6e65de367d4ef08f51d22a2fb4c56208 07-Jun-2002 Mark Andrews <marka@isc.org>

regen for: 1218. [port] Compaq Trucluster support.

fd837244be31850a764863688bce11df9ce972f4 23-Oct-2001 Andreas Gustafsson <source@isc.org>

regenerated; among other things, this removes #undef NET_IF6_H and adds #undef HAVE_NET_IF6_H

31d3464c0c0a35236c7924f698c5a8a66a9ed534 22-Oct-2001 Mark Andrews <marka@isc.org>

1065. [func] Runtime support to select new / old style interface scanning using ioctls.

c654449ccf403ccd2b81be2038b1013d6fbb06cc 30-Aug-2001 Mark Andrews <marka@isc.org>

isc__strerror

6f7660093e70d3a7c80738b681ac0f5c1b661c00 16-Aug-2001 Mark Andrews <marka@isc.org>

959. [port] freebsd: ncpus via sysctlbyname(). [RT #1584]

8f3dd8f8e73e4465221a5297819db70e6b383138 15-Aug-2001 Mark Andrews <marka@isc.org>

ssize_t is a signed value

1fdbadc594a49b423052ea342dac74ff1a36089d 15-Aug-2001 Mark Andrews <marka@isc.org>

958. [port] ssize_t is not available on all platforms. [RT #1607]

86a733bc740498896453a70399d9e7220127f92a 14-Jul-2001 Andreas Gustafsson <source@isc.org>

use ISC_PLATFORM_RLIMITTYPE unconditionally, eliminating the need for the HAVE_RLIM_T macro

64b92523f9333ba053f4b2860335583be455b0b3 04-Jul-2001 Brian Wellington <source@isc.org>

check for getc_unlocked()

f8727bd90366af835f551da1b5e1fdfcd2d3d01f 25-Feb-2001 Brian Wellington <source@isc.org>

check for <sys/prctl.h>, not <linux/prctl.h> [RT #679]

703e1c0bb66f3cd3d300358ca0c1fdf3cb5fb1c5 18-Jan-2001 Brian Wellington <source@isc.org>

692. [bug] Deal with systems that have getaddrinfo() but not gai_strerror(). [RT #679]

17012a879742ceb6561dcc4ae3bcd4ff80dc9887 23-Dec-2000 David Lawrence <source@isc.org>

632. [port] Cope with rlim_t missing on BSD/OS systems. [RT #575]

489b76292622f5bc18bf1a18845f8166a73bd797 22-Dec-2000 Brian Wellington <source@isc.org>

- if pthreads are not found, build a nonthreaded version - check for pthread_attr_getstacksize

3f123dcc2fe5d2cd08ca91b732741d86a4036906 22-Sep-2000 Brian Wellington <source@isc.org>

487. [port] flockfile() is not defined on all systems. Also check for libpthreads, if libpthread isn't found.

4108eed5092156cf0407a97a9bd8ab7775164694 15-Sep-2000 Brian Wellington <source@isc.org>

--disable-ipv6 shouldn't turn off detection, since that causes problems.

529ff4b4959fb157194f985394951108ff5286e4 17-Aug-2000 Brian Wellington <source@isc.org>

HAVE_RANDOMDEV -> PATH_RANDOMDEV

a14613fce99dee3cad5bf842fd6be78f8e463582 17-Aug-2000 Brian Wellington <source@isc.org>

--with-randomdev sets HAVE_RANDOMDEV, use that instead of /dev/random.

40f53fa8d9c6a4fc38c0014495e7a42b08f52481 01-Aug-2000 David Lawrence <source@isc.org>

Trailing whitespace trimmed. Perhaps running "perl util/spacewhack.pl in your own CVS tree will help minimize CVS conflicts. Maybe not. Blame Graff for getting me to trim all trailing whitespace.

CHANGES Makefile.in README acconfig.h bin/Makefile.in bin/dig/Makefile.in bin/dig/dig.c bin/dig/dighost.c bin/dig/host.1 bin/dig/host.c bin/dig/include/dig/dig.h bin/dig/nslookup.c bin/dnssec/Makefile.in bin/dnssec/dnssec-keygen.8 bin/dnssec/dnssec-keygen.c bin/dnssec/dnssec-makekeyset.8 bin/dnssec/dnssec-makekeyset.c bin/dnssec/dnssec-signkey.8 bin/dnssec/dnssec-signkey.c bin/dnssec/dnssec-signzone.8 bin/dnssec/dnssec-signzone.c bin/dnssec/dnssectool.c bin/dnssec/dnssectool.h bin/lwresd/Makefile.in bin/lwresd/client.c bin/lwresd/client.h bin/lwresd/err_pkt.c bin/lwresd/main.c bin/lwresd/process_gabn.c bin/lwresd/process_gnba.c bin/lwresd/process_noop.c bin/named/Makefile.in bin/named/aclconf.c bin/named/client.c bin/named/include/named/aclconf.h bin/named/include/named/client.h bin/named/include/named/globals.h bin/named/include/named/interfacemgr.h bin/named/include/named/listenlist.h bin/named/include/named/log.h bin/named/include/named/logconf.h bin/named/include/named/lwdclient.h bin/named/include/named/lwresd.h bin/named/include/named/main.h bin/named/include/named/notify.h bin/named/include/named/omapi.h bin/named/include/named/query.h bin/named/include/named/server.h bin/named/include/named/tkeyconf.h bin/named/include/named/tsigconf.h bin/named/include/named/types.h bin/named/include/named/update.h bin/named/include/named/xfrout.h bin/named/include/named/zoneconf.h bin/named/interfacemgr.c bin/named/listenlist.c bin/named/log.c bin/named/logconf.c bin/named/lwdclient.c bin/named/lwderror.c bin/named/lwdgabn.c bin/named/lwdgnba.c bin/named/lwdnoop.c bin/named/lwresd.8 bin/named/lwresd.c bin/named/main.c bin/named/named.8 bin/named/named.conf.test bin/named/notify.c bin/named/omapi.c bin/named/omapiconf.c bin/named/query.c bin/named/server.c bin/named/tkeyconf.c bin/named/tsigconf.c bin/named/unix/Makefile.in bin/named/unix/include/named/os.h bin/named/unix/os.c bin/named/update.c bin/named/xfrout.c bin/named/zoneconf.c bin/nsupdate/Makefile.in bin/nsupdate/nsupdate.8 bin/nsupdate/nsupdate.c bin/rndc/Makefile.in bin/rndc/rndc.8 bin/rndc/rndc.c bin/rndc/rndc.conf bin/rndc/rndc.conf.5 bin/tests/Makefile.in bin/tests/adb_test.c bin/tests/b8status.pl bin/tests/b8t.mk bin/tests/b9status.pl bin/tests/b9t.mk bin/tests/byaddr_test.c bin/tests/byname_test.c bin/tests/compress_test.c bin/tests/db/Makefile.in bin/tests/db/t_db.c bin/tests/db_test.c bin/tests/dispatch_tcp_test.c bin/tests/dispatch_test.c bin/tests/dst/Ktest.+001+00000.key bin/tests/dst/Ktest.+003+00000.key bin/tests/dst/Makefile.in bin/tests/dst/dst_test.c bin/tests/dst/t_dst.c bin/tests/entropy2_test.c bin/tests/entropy_test.c bin/tests/fsaccess_test.c bin/tests/gxba_test.c bin/tests/gxbn_test.c bin/tests/hash_test.c bin/tests/headerdep_test.sh.in bin/tests/inter_test.c bin/tests/keyboard_test.c bin/tests/lex_test.c bin/tests/lfsr_test.c bin/tests/log_test.c bin/tests/lwres_test.c bin/tests/lwresconf_test.c bin/tests/master/Makefile.in bin/tests/master/master10.data bin/tests/master/t_master.c bin/tests/master_test.c bin/tests/mem/Makefile.in bin/tests/mem/t_mem.c bin/tests/mempool_test.c bin/tests/name_test.c bin/tests/named.conf bin/tests/names/Makefile.in bin/tests/names/dns_name_compare_data bin/tests/names/dns_name_fromregion_data bin/tests/names/dns_name_fromwire_1_data bin/tests/names/dns_name_fromwire_2_data bin/tests/names/dns_name_fromwire_3_data bin/tests/names/dns_name_fromwire_4_data bin/tests/names/dns_name_fromwire_5_data bin/tests/names/dns_name_fromwire_6_data bin/tests/names/dns_name_fromwire_7_data bin/tests/names/dns_name_fromwire_8_data bin/tests/names/dns_name_fromwire_9_data bin/tests/names/dns_name_getlabel_data bin/tests/names/dns_name_getlabelsequence_data bin/tests/names/dns_name_issubdomain_data bin/tests/names/dns_name_rdatacompare_data bin/tests/names/t_names.c bin/tests/nconf_test.c bin/tests/ndc.conf bin/tests/ndcconf_test.c bin/tests/net/Makefile.in bin/tests/net/driver.c bin/tests/net/driver.h bin/tests/net/netaddr_multicast.c bin/tests/net/sockaddr_multicast.c bin/tests/net/testsuite.h bin/tests/nxtify.c bin/tests/omapi_test.c bin/tests/printmsg.c bin/tests/printmsg.h bin/tests/ratelimiter_test.c bin/tests/rbt/Makefile.in bin/tests/rbt/t_rbt.c bin/tests/rbt_test.c bin/tests/rbt_test.txt bin/tests/rdata_test.c bin/tests/resolv.conf.sample bin/tests/rwlock_test.c bin/tests/serial_test.c bin/tests/shutdown_test.c bin/tests/sock_test.c bin/tests/sockaddr/Makefile.in bin/tests/sockaddr/t_sockaddr.c bin/tests/sym_test.c bin/tests/system/Makefile.in bin/tests/system/cleanall.sh bin/tests/system/conf.sh.in bin/tests/system/digcomp.pl bin/tests/system/dnssec/clean.sh bin/tests/system/dnssec/ns1/named.conf bin/tests/system/dnssec/ns1/root.db.in bin/tests/system/dnssec/ns1/sign.sh bin/tests/system/dnssec/ns2/example.db.in bin/tests/system/dnssec/ns2/insecure.secure.example.db bin/tests/system/dnssec/ns2/named.conf bin/tests/system/dnssec/ns2/private.secure.example.db.in bin/tests/system/dnssec/ns2/root.hint bin/tests/system/dnssec/ns2/sign.sh bin/tests/system/dnssec/ns3/bogus.example.db.in bin/tests/system/dnssec/ns3/insecure.example.db bin/tests/system/dnssec/ns3/named.conf bin/tests/system/dnssec/ns3/root.hint bin/tests/system/dnssec/ns3/secure.example.db.in bin/tests/system/dnssec/ns3/sign.sh bin/tests/system/dnssec/ns4/named.conf bin/tests/system/dnssec/ns4/root.hint bin/tests/system/dnssec/ns5/named.conf bin/tests/system/dnssec/ns5/root.hint bin/tests/system/dnssec/ns5/trusted.conf.bad bin/tests/system/dnssec/setup.sh bin/tests/system/dnssec/tests.sh bin/tests/system/glue/clean.sh bin/tests/system/glue/ns1/cache bin/tests/system/glue/ns1/mil.db bin/tests/system/glue/ns1/named.conf bin/tests/system/glue/ns1/net.db bin/tests/system/glue/ns1/root-servers.nil.db bin/tests/system/glue/ns1/root.db bin/tests/system/glue/tests.sh bin/tests/system/ifconfig.sh bin/tests/system/limits/clean.sh bin/tests/system/limits/knowngood.dig.out.1000 bin/tests/system/limits/knowngood.dig.out.2000 bin/tests/system/limits/knowngood.dig.out.3000 bin/tests/system/limits/knowngood.dig.out.4000 bin/tests/system/limits/knowngood.dig.out.a-maximum-rrset bin/tests/system/limits/ns1/example.db bin/tests/system/limits/ns1/named.conf bin/tests/system/limits/ns1/root.db bin/tests/system/limits/tests.sh bin/tests/system/lwresd/Makefile.in bin/tests/system/lwresd/lwresd1/resolv.conf bin/tests/system/lwresd/lwtest.c bin/tests/system/lwresd/ns1/10.10.10.in-addr.arpa.db bin/tests/system/lwresd/ns1/example1.db bin/tests/system/lwresd/ns1/example2.db bin/tests/system/lwresd/ns1/ip6.arpa.db bin/tests/system/lwresd/ns1/ip6.int.db bin/tests/system/lwresd/ns1/named.conf bin/tests/system/lwresd/ns1/root.db bin/tests/system/lwresd/resolv.conf bin/tests/system/lwresd/tests.sh bin/tests/system/notify/clean.sh bin/tests/system/notify/ns1/named.conf bin/tests/system/notify/ns1/root.db bin/tests/system/notify/ns2/example1.db bin/tests/system/notify/ns2/example2.db bin/tests/system/notify/ns2/example3.db bin/tests/system/notify/ns2/example4.db bin/tests/system/notify/ns2/named.conf bin/tests/system/notify/ns2/root.hint bin/tests/system/notify/ns3/named.conf bin/tests/system/notify/ns3/root.hint bin/tests/system/notify/setup.sh bin/tests/system/notify/tests.sh bin/tests/system/nsupdate/clean.sh bin/tests/system/nsupdate/ns1/example.orig bin/tests/system/nsupdate/ns1/named.conf bin/tests/system/nsupdate/ns1/update.orig bin/tests/system/nsupdate/ns2/named.conf bin/tests/system/nsupdate/setup.sh bin/tests/system/nsupdate/tests.sh bin/tests/system/nsupdate/update_test.pl bin/tests/system/resolver/ans2/ans.pl bin/tests/system/resolver/ans3/ans.pl bin/tests/system/resolver/ns1/named.conf bin/tests/system/resolver/ns1/root.hint bin/tests/system/resolver/prereq.sh bin/tests/system/resolver/tests.sh bin/tests/system/run.sh bin/tests/system/runall.sh bin/tests/system/setup.sh bin/tests/system/start.sh bin/tests/system/stop.sh bin/tests/system/stub/clean.sh bin/tests/system/stub/knowngood.dig.out.norec bin/tests/system/stub/knowngood.dig.out.rec bin/tests/system/stub/ns1/named.conf bin/tests/system/stub/ns1/root.db bin/tests/system/stub/ns2/child.example.db bin/tests/system/stub/ns2/named.conf bin/tests/system/stub/ns2/root.hint bin/tests/system/stub/ns3/example.db bin/tests/system/stub/ns3/named.conf bin/tests/system/stub/ns3/root.hint bin/tests/system/stub/tests.sh bin/tests/system/testsock.pl bin/tests/system/views/clean.sh bin/tests/system/views/ns1/named.conf bin/tests/system/views/ns1/root.db bin/tests/system/views/ns2/example1.db bin/tests/system/views/ns2/example2.db bin/tests/system/views/ns2/internal.db bin/tests/system/views/ns2/named1.conf bin/tests/system/views/ns2/named2.conf bin/tests/system/views/ns2/root.hint bin/tests/system/views/ns3/internal.db bin/tests/system/views/ns3/named1.conf bin/tests/system/views/ns3/named2.conf bin/tests/system/views/ns3/root.hint bin/tests/system/views/rndc.conf bin/tests/system/views/setup.sh bin/tests/system/views/tests.sh bin/tests/system/xfer/clean.sh bin/tests/system/xfer/ns1/named.conf bin/tests/system/xfer/ns1/root.db bin/tests/system/xfer/ns2/example.db bin/tests/system/xfer/ns2/named.conf bin/tests/system/xfer/ns2/root.hint bin/tests/system/xfer/ns2/tsigzone.db bin/tests/system/xfer/ns3/named.conf bin/tests/system/xfer/ns3/root.hint bin/tests/system/xfer/tests.sh bin/tests/system/xferquota/clean.sh bin/tests/system/xferquota/ns1/changing1.db bin/tests/system/xferquota/ns1/changing2.db bin/tests/system/xferquota/ns1/named.conf bin/tests/system/xferquota/ns1/root.db bin/tests/system/xferquota/ns2/example.db bin/tests/system/xferquota/ns2/named.conf bin/tests/system/xferquota/ns2/root.hint bin/tests/system/xferquota/setup.pl bin/tests/system/xferquota/setup.sh bin/tests/system/xferquota/tests.sh bin/tests/t_api.pl bin/tests/task_test.c bin/tests/tasks/Makefile.in bin/tests/tasks/t_tasks.c bin/tests/timer_test.c bin/tests/timers/Makefile.in bin/tests/timers/t_timers.c bin/tests/tkey_test.c bin/tests/update_test.pl bin/tests/wire_test.c bin/tests/wire_test.data bin/tests/zone2_test.c bin/tests/zone_test.c config.guess config.h.in config.status.win32 configure configure.in conftools/perllib/dnsconf/DNSConf-macros.h conftools/perllib/dnsconf/DNSConf.i conftools/perllib/dnsconf/Makefile.PL conftools/perllib/dnsconf/named1.conf conftools/perllib/dnsconf/test.pl contrib/named-bootconf/named-bootconf.sh contrib/nanny/nanny.pl doc/arm/Bv9ARM.1.html doc/arm/Bv9ARM.2.html doc/arm/Bv9ARM.3.html doc/arm/Bv9ARM.4.html doc/arm/Bv9ARM.5.html doc/arm/Bv9ARM.6.html doc/arm/Bv9ARM.7.html doc/arm/Bv9ARM.8.html doc/arm/Bv9ARM.9.html doc/arm/Bv9ARM.css doc/arm/Bv9ARM.html doc/arm/Bv9ARM.txt doc/design/addressdb doc/design/compression doc/design/db_rules doc/design/decompression doc/design/logging doc/design/ncache doc/design/omapi doc/design/red-black doc/design/search doc/design/windows-nt doc/design/zone doc/dev/coding.html doc/dev/cvs doc/dev/cvs-usage doc/dev/rdata.html doc/dev/release doc/dev/results doc/dev/tests doc/draft/draft-costanzo-dns-gl-03.txt doc/draft/draft-ietf-dhc-dhcp-dns-12.txt doc/draft/draft-ietf-dnsext-zone-status-02.txt doc/draft/draft-ietf-enum-rqmts-01.txt doc/draft/draft-ietf-ipngwg-default-addr-select-00.txt doc/draft/draft-skwan-gss-tsig-05.txt doc/draft/draft-skwan-utf8-dns-03.txt doc/draft/draft-whr-dnsext-secure-online-update-00.txt doc/expired/draft-ietf-dnsind-binary-labels-05.txt doc/expired/draft-ietf-dnsind-rollover-00.txt doc/man/bin/host.1 doc/man/bin/lwresd.8 doc/man/bin/named.8 doc/man/bin/nsupdate.8 doc/man/bin/rndc.8 doc/man/bin/rndc.conf.5 doc/man/ctoman doc/man/dnssec/dnssec-keygen.8 doc/man/dnssec/dnssec-makekeyset.8 doc/man/dnssec/dnssec-signkey.8 doc/man/dnssec/dnssec-signzone.8 doc/man/isc/isc__errno2result.3 doc/man/isc/isc_app.3 doc/man/isc/isc_app_finish.3 doc/man/isc/isc_app_onrun.3 doc/man/isc/isc_app_reload.3 doc/man/isc/isc_app_run.3 doc/man/isc/isc_app_shutdown.3 doc/man/isc/isc_app_start.3 doc/man/isc/isc_dir.3 doc/man/isc/isc_dir_chdir.3 doc/man/isc/isc_dir_close.3 doc/man/isc/isc_dir_init.3 doc/man/isc/isc_dir_open.3 doc/man/isc/isc_dir_read.3 doc/man/isc/isc_dir_reset.3 doc/man/isc/isc_error.3 doc/man/isc/isc_file.3 doc/man/isc/isc_file_getmodtime.3 doc/man/isc/isc_file_mktemplate.3 doc/man/isc/isc_file_openunique.3 doc/man/isc/isc_file_remove.3 doc/man/isc/isc_file_settime.3 doc/man/isc/isc_interfaceiter_create.3 doc/man/isc/isc_interfaceiter_current.3 doc/man/isc/isc_interfaceiter_destroy.3 doc/man/isc/isc_interfaceiter_first.3 doc/man/isc/isc_interfaceiter_next.3 doc/man/isc/isc_interval_iszero.3 doc/man/isc/isc_ipproto.3 doc/man/isc/isc_net_probeipv4.3 doc/man/isc/isc_net_probeipv6.3 doc/man/isc/isc_netif.3 doc/man/isc/isc_socket.3 doc/man/isc/isc_socket_accept.3 doc/man/isc/isc_socket_attach.3 doc/man/isc/isc_socket_bind.3 doc/man/isc/isc_socket_cancel.3 doc/man/isc/isc_socket_connect.3 doc/man/isc/isc_socket_create.3 doc/man/isc/isc_socket_detach.3 doc/man/isc/isc_socket_getpeername.3 doc/man/isc/isc_socket_getsockname.3 doc/man/isc/isc_socket_gettype.3 doc/man/isc/isc_socket_isbound.3 doc/man/isc/isc_socket_listen.3 doc/man/isc/isc_socket_recv.3 doc/man/isc/isc_socket_recvmark.3 doc/man/isc/isc_socket_recvv.3 doc/man/isc/isc_socket_send.3 doc/man/isc/isc_socket_sendmark.3 doc/man/isc/isc_socket_sendto.3 doc/man/isc/isc_socket_sendtov.3 doc/man/isc/isc_socket_sendv.3 doc/man/isc/isc_socketmgr_create.3 doc/man/isc/isc_socketmgr_destroy.3 doc/man/isc/isc_stdio.3 doc/man/isc/isc_stdio_close.3 doc/man/isc/isc_stdio_flush.3 doc/man/isc/isc_stdio_open.3 doc/man/isc/isc_stdio_read.3 doc/man/isc/isc_stdio_seek.3 doc/man/isc/isc_stdio_sync.3 doc/man/isc/isc_stdio_write.3 doc/man/isc/isc_stdtime.3 doc/man/isc/isc_stdtime_get.3 doc/man/isc/isc_time.3 doc/man/isc/isc_time_add.3 doc/man/isc/isc_time_compare.3 doc/man/isc/isc_time_isepoch.3 doc/man/isc/isc_time_microdiff.3 doc/man/isc/isc_time_nanoseconds.3 doc/man/isc/isc_time_now.3 doc/man/isc/isc_time_nowplusinterval.3 doc/man/isc/isc_time_seconds.3 doc/man/isc/isc_time_secondsastimet.3 doc/man/isc/isc_time_set.3 doc/man/isc/isc_time_settoepoch.3 doc/man/isc/isc_time_subtract.3 doc/man/lwres/lwres.3 doc/man/lwres/lwres_addr_parse.3 doc/man/lwres/lwres_buffer.3 doc/man/lwres/lwres_buffer_add.3 doc/man/lwres/lwres_buffer_back.3 doc/man/lwres/lwres_buffer_clear.3 doc/man/lwres/lwres_buffer_first.3 doc/man/lwres/lwres_buffer_forward.3 doc/man/lwres/lwres_buffer_getmem.3 doc/man/lwres/lwres_buffer_getuint16.3 doc/man/lwres/lwres_buffer_getuint32.3 doc/man/lwres/lwres_buffer_getuint8.3 doc/man/lwres/lwres_buffer_init.3 doc/man/lwres/lwres_buffer_invalidate.3 doc/man/lwres/lwres_buffer_putmem.3 doc/man/lwres/lwres_buffer_putuint16.3 doc/man/lwres/lwres_buffer_putuint32.3 doc/man/lwres/lwres_buffer_putuint8.3 doc/man/lwres/lwres_buffer_subtract.3 doc/man/lwres/lwres_conf_clear.3 doc/man/lwres/lwres_conf_get.3 doc/man/lwres/lwres_conf_init.3 doc/man/lwres/lwres_conf_parse.3 doc/man/lwres/lwres_conf_print.3 doc/man/lwres/lwres_config.3 doc/man/lwres/lwres_context.3 doc/man/lwres/lwres_context_allocmem.3 doc/man/lwres/lwres_context_create.3 doc/man/lwres/lwres_context_destroy.3 doc/man/lwres/lwres_context_freemem.3 doc/man/lwres/lwres_context_initserial.3 doc/man/lwres/lwres_context_nextserial.3 doc/man/lwres/lwres_context_sendrecv.3 doc/man/lwres/lwres_endhostent.3 doc/man/lwres/lwres_endhostent_r.3 doc/man/lwres/lwres_freeaddrinfo.3 doc/man/lwres/lwres_freehostent.3 doc/man/lwres/lwres_gabn.3 doc/man/lwres/lwres_gabnrequest_free.3 doc/man/lwres/lwres_gabnrequest_parse.3 doc/man/lwres/lwres_gabnrequest_render.3 doc/man/lwres/lwres_gabnresponse_free.3 doc/man/lwres/lwres_gabnresponse_parse.3 doc/man/lwres/lwres_gabnresponse_render.3 doc/man/lwres/lwres_gai_strerror.3 doc/man/lwres/lwres_getaddrinfo.3 doc/man/lwres/lwres_getaddrsbyname.3 doc/man/lwres/lwres_gethostbyaddr.3 doc/man/lwres/lwres_gethostbyaddr_r.3 doc/man/lwres/lwres_gethostbyname.3 doc/man/lwres/lwres_gethostbyname2.3 doc/man/lwres/lwres_gethostbyname_r.3 doc/man/lwres/lwres_gethostent.3 doc/man/lwres/lwres_gethostent_r.3 doc/man/lwres/lwres_getipnode.3 doc/man/lwres/lwres_getipnodebyaddr.3 doc/man/lwres/lwres_getipnodebyname.3 doc/man/lwres/lwres_getnamebyaddr.3 doc/man/lwres/lwres_getnameinfo.3 doc/man/lwres/lwres_gnba.3 doc/man/lwres/lwres_gnbarequest_free.3 doc/man/lwres/lwres_gnbarequest_parse.3 doc/man/lwres/lwres_gnbarequest_render.3 doc/man/lwres/lwres_gnbaresponse_free.3 doc/man/lwres/lwres_gnbaresponse_parse.3 doc/man/lwres/lwres_gnbaresponse_render.3 doc/man/lwres/lwres_herror.3 doc/man/lwres/lwres_hstrerror.3 doc/man/lwres/lwres_inetaton.3 doc/man/lwres/lwres_inetntop.3 doc/man/lwres/lwres_inetpton.3 doc/man/lwres/lwres_lwpacket_parseheader.3 doc/man/lwres/lwres_lwpacket_renderheader.3 doc/man/lwres/lwres_net_aton.3 doc/man/lwres/lwres_net_ntop.3 doc/man/lwres/lwres_net_pton.3 doc/man/lwres/lwres_noop.3 doc/man/lwres/lwres_nooprequest_free.3 doc/man/lwres/lwres_nooprequest_parse.3 doc/man/lwres/lwres_nooprequest_render.3 doc/man/lwres/lwres_noopresponse_free.3 doc/man/lwres/lwres_noopresponse_parse.3 doc/man/lwres/lwres_noopresponse_render.3 doc/man/lwres/lwres_packet.3 doc/man/lwres/lwres_resutil.3 doc/man/lwres/lwres_sethostent.3 doc/man/lwres/lwres_sethostent_r.3 doc/man/lwres/lwres_string_parse.3 doc/misc/options install-sh isc-config.sh.in lib/Makefile.in lib/dns/Makefile.in lib/dns/a6.c lib/dns/acl.c lib/dns/aclconf.c lib/dns/adb.c lib/dns/byaddr.c lib/dns/cache.c lib/dns/callbacks.c lib/dns/compress.c lib/dns/config/Makefile.in lib/dns/config/confacl.c lib/dns/config/confcache.c lib/dns/config/confcommon.c lib/dns/config/confctl.c lib/dns/config/confctx.c lib/dns/config/confip.c lib/dns/config/confkeys.c lib/dns/config/conflog.c lib/dns/config/conflsn.c lib/dns/config/confndc.c lib/dns/config/confparser.y.dirty lib/dns/config/confpvt.h lib/dns/config/confresolv.c lib/dns/config/confrrset.c lib/dns/config/confview.c lib/dns/config/confzone.c lib/dns/db.c lib/dns/dbiterator.c lib/dns/dbtable.c lib/dns/dispatch.c lib/dns/dnssec.c lib/dns/gen-unix.h lib/dns/gen-win32.h lib/dns/gen.c lib/dns/include/Makefile.in lib/dns/include/dns/Makefile.in lib/dns/include/dns/a6.h lib/dns/include/dns/acl.h lib/dns/include/dns/aclconf.h lib/dns/include/dns/adb.h lib/dns/include/dns/bit.h lib/dns/include/dns/byaddr.h lib/dns/include/dns/cache.h lib/dns/include/dns/callbacks.h lib/dns/include/dns/cert.h lib/dns/include/dns/compress.h lib/dns/include/dns/confacl.h lib/dns/include/dns/confcache.h lib/dns/include/dns/confcommon.h lib/dns/include/dns/confctl.h lib/dns/include/dns/confctx.h lib/dns/include/dns/confip.h lib/dns/include/dns/confkeys.h lib/dns/include/dns/conflog.h lib/dns/include/dns/conflsn.h lib/dns/include/dns/confndc.h lib/dns/include/dns/confparser.h lib/dns/include/dns/confresolv.h lib/dns/include/dns/confrrset.h lib/dns/include/dns/confview.h lib/dns/include/dns/confzone.h lib/dns/include/dns/db.h lib/dns/include/dns/dbiterator.h lib/dns/include/dns/dbtable.h lib/dns/include/dns/dispatch.h lib/dns/include/dns/dnssec.h lib/dns/include/dns/events.h lib/dns/include/dns/fixedname.h lib/dns/include/dns/journal.h lib/dns/include/dns/keyflags.h lib/dns/include/dns/keytable.h lib/dns/include/dns/keyvalues.h lib/dns/include/dns/lib.h lib/dns/include/dns/log.h lib/dns/include/dns/master.h lib/dns/include/dns/masterdump.h lib/dns/include/dns/message.h lib/dns/include/dns/name.h lib/dns/include/dns/namedconf.h lib/dns/include/dns/ncache.h lib/dns/include/dns/nxt.h lib/dns/include/dns/peer.h lib/dns/include/dns/rbt.h lib/dns/include/dns/rcode.h lib/dns/include/dns/rdata.h lib/dns/include/dns/rdataclass.h lib/dns/include/dns/rdatalist.h lib/dns/include/dns/rdataset.h lib/dns/include/dns/rdatasetiter.h lib/dns/include/dns/rdataslab.h lib/dns/include/dns/rdatatype.h lib/dns/include/dns/request.h lib/dns/include/dns/resolver.h lib/dns/include/dns/result.h lib/dns/include/dns/rootns.h lib/dns/include/dns/secalg.h lib/dns/include/dns/secproto.h lib/dns/include/dns/ssu.h lib/dns/include/dns/tcpmsg.h lib/dns/include/dns/time.h lib/dns/include/dns/tkey.h lib/dns/include/dns/tkeyconf.h lib/dns/include/dns/tsig.h lib/dns/include/dns/tsigconf.h lib/dns/include/dns/ttl.h lib/dns/include/dns/types.h lib/dns/include/dns/validator.h lib/dns/include/dns/view.h lib/dns/include/dns/xfrin.h lib/dns/include/dns/zone.h lib/dns/include/dns/zoneconf.h lib/dns/include/dns/zt.h lib/dns/journal.c lib/dns/keytable.c lib/dns/lib.c lib/dns/log.c lib/dns/master.c lib/dns/masterdump.c lib/dns/message.c lib/dns/name.c lib/dns/ncache.c lib/dns/nxt.c lib/dns/peer.c lib/dns/rbt.c lib/dns/rbtdb.c lib/dns/rbtdb.h lib/dns/rbtdb64.c lib/dns/rbtdb64.h lib/dns/rdata.c lib/dns/rdata/any_255/tsig_250.c lib/dns/rdata/any_255/tsig_250.h lib/dns/rdata/generic/afsdb_18.c lib/dns/rdata/generic/afsdb_18.h lib/dns/rdata/generic/cert_37.c lib/dns/rdata/generic/cert_37.h lib/dns/rdata/generic/cname_5.c lib/dns/rdata/generic/cname_5.h lib/dns/rdata/generic/dname_39.c lib/dns/rdata/generic/dname_39.h lib/dns/rdata/generic/gpos_27.c lib/dns/rdata/generic/gpos_27.h lib/dns/rdata/generic/hinfo_13.c lib/dns/rdata/generic/hinfo_13.h lib/dns/rdata/generic/isdn_20.c lib/dns/rdata/generic/isdn_20.h lib/dns/rdata/generic/key_25.c lib/dns/rdata/generic/key_25.h lib/dns/rdata/generic/loc_29.c lib/dns/rdata/generic/loc_29.h lib/dns/rdata/generic/mb_7.c lib/dns/rdata/generic/mb_7.h lib/dns/rdata/generic/md_3.c lib/dns/rdata/generic/md_3.h lib/dns/rdata/generic/mf_4.c lib/dns/rdata/generic/mf_4.h lib/dns/rdata/generic/mg_8.c lib/dns/rdata/generic/mg_8.h lib/dns/rdata/generic/minfo_14.c lib/dns/rdata/generic/minfo_14.h lib/dns/rdata/generic/mr_9.c lib/dns/rdata/generic/mr_9.h lib/dns/rdata/generic/mx_15.c lib/dns/rdata/generic/mx_15.h lib/dns/rdata/generic/ns_2.c lib/dns/rdata/generic/ns_2.h lib/dns/rdata/generic/null_10.c lib/dns/rdata/generic/null_10.h lib/dns/rdata/generic/nxt_30.c lib/dns/rdata/generic/nxt_30.h lib/dns/rdata/generic/opt_41.c lib/dns/rdata/generic/opt_41.h lib/dns/rdata/generic/proforma.c lib/dns/rdata/generic/proforma.h lib/dns/rdata/generic/ptr_12.c lib/dns/rdata/generic/ptr_12.h lib/dns/rdata/generic/rp_17.c lib/dns/rdata/generic/rp_17.h lib/dns/rdata/generic/rt_21.c lib/dns/rdata/generic/rt_21.h lib/dns/rdata/generic/sig_24.c lib/dns/rdata/generic/sig_24.h lib/dns/rdata/generic/soa_6.c lib/dns/rdata/generic/soa_6.h lib/dns/rdata/generic/tkey_249.c lib/dns/rdata/generic/tkey_249.h lib/dns/rdata/generic/txt_16.c lib/dns/rdata/generic/txt_16.h lib/dns/rdata/generic/unspec_103.c lib/dns/rdata/generic/unspec_103.h lib/dns/rdata/generic/x25_19.c lib/dns/rdata/generic/x25_19.h lib/dns/rdata/hs_4/a_1.c lib/dns/rdata/hs_4/a_1.h lib/dns/rdata/in_1/a6_38.c lib/dns/rdata/in_1/a6_38.h lib/dns/rdata/in_1/a_1.c lib/dns/rdata/in_1/a_1.h lib/dns/rdata/in_1/aaaa_28.c lib/dns/rdata/in_1/aaaa_28.h lib/dns/rdata/in_1/kx_36.c lib/dns/rdata/in_1/kx_36.h lib/dns/rdata/in_1/naptr_35.c lib/dns/rdata/in_1/naptr_35.h lib/dns/rdata/in_1/nsap-ptr_23.c lib/dns/rdata/in_1/nsap-ptr_23.h lib/dns/rdata/in_1/nsap_22.c lib/dns/rdata/in_1/nsap_22.h lib/dns/rdata/in_1/px_26.c lib/dns/rdata/in_1/px_26.h lib/dns/rdata/in_1/srv_33.c lib/dns/rdata/in_1/srv_33.h lib/dns/rdata/in_1/wks_11.c lib/dns/rdata/in_1/wks_11.h lib/dns/rdata/rdatastructpre.h lib/dns/rdata/rdatastructsuf.h lib/dns/rdatalist.c lib/dns/rdataset.c lib/dns/rdatasetiter.c lib/dns/rdataslab.c lib/dns/request.c lib/dns/resolver.c lib/dns/result.c lib/dns/rootns.c lib/dns/sec/Makefile.in lib/dns/sec/dnssafe/Makefile.in lib/dns/sec/dnssafe/ahcbcpad.c lib/dns/sec/dnssafe/ahchdig.c lib/dns/sec/dnssafe/ahchencr.c lib/dns/sec/dnssafe/ahchgen.c lib/dns/sec/dnssafe/ahchrand.c lib/dns/sec/dnssafe/ahencryp.h lib/dns/sec/dnssafe/ahrsaenc.c lib/dns/sec/dnssafe/ahrsaepr.c lib/dns/sec/dnssafe/ahrsaepu.c lib/dns/sec/dnssafe/aichenc8.c lib/dns/sec/dnssafe/airsakgn.c lib/dns/sec/dnssafe/algchoic.c lib/dns/sec/dnssafe/algobj.c lib/dns/sec/dnssafe/amrkg.c lib/dns/sec/dnssafe/balg.c lib/dns/sec/dnssafe/bgclrbit.c lib/dns/sec/dnssafe/bgmodexp.c lib/dns/sec/dnssafe/bgpegcd.c lib/dns/sec/dnssafe/big2exp.c lib/dns/sec/dnssafe/bigabs.c lib/dns/sec/dnssafe/bigarith.c lib/dns/sec/dnssafe/bigcmp.c lib/dns/sec/dnssafe/biginv.c lib/dns/sec/dnssafe/biglen.c lib/dns/sec/dnssafe/bigmpy.c lib/dns/sec/dnssafe/bigpdiv.c lib/dns/sec/dnssafe/bigpmpy.c lib/dns/sec/dnssafe/bigqrx.c lib/dns/sec/dnssafe/bigtocan.c lib/dns/sec/dnssafe/bigu.c lib/dns/sec/dnssafe/bigunexp.c lib/dns/sec/dnssafe/binfocsh.c lib/dns/sec/dnssafe/bkey.c lib/dns/sec/dnssafe/bkey.h lib/dns/sec/dnssafe/bmempool.c lib/dns/sec/dnssafe/cantobig.c lib/dns/sec/dnssafe/crt2.c lib/dns/sec/dnssafe/digrand.c lib/dns/sec/dnssafe/global.h lib/dns/sec/dnssafe/intbits.c lib/dns/sec/dnssafe/intitem.c lib/dns/sec/dnssafe/keyobj.c lib/dns/sec/dnssafe/ki8byte.c lib/dns/sec/dnssafe/kifulprv.c lib/dns/sec/dnssafe/kiitem.c lib/dns/sec/dnssafe/kinfotyp.h lib/dns/sec/dnssafe/kipkcrpr.c lib/dns/sec/dnssafe/kirsacrt.c lib/dns/sec/dnssafe/kirsapub.c lib/dns/sec/dnssafe/md5.c lib/dns/sec/dnssafe/md5rand.h lib/dns/sec/dnssafe/prime.c lib/dns/sec/dnssafe/rsa.c lib/dns/sec/dnssafe/rsakeygn.c lib/dns/sec/dnssafe/seccbcd.c lib/dns/sec/dnssafe/seccbce.c lib/dns/sec/dst/Makefile.in lib/dns/sec/dst/bsafe_link.c lib/dns/sec/dst/dst_api.c lib/dns/sec/dst/dst_internal.h lib/dns/sec/dst/dst_lib.c lib/dns/sec/dst/dst_parse.c lib/dns/sec/dst/dst_parse.h lib/dns/sec/dst/dst_result.c lib/dns/sec/dst/hmac_link.c lib/dns/sec/dst/include/Makefile.in lib/dns/sec/dst/include/dst/Makefile.in lib/dns/sec/dst/include/dst/dst.h lib/dns/sec/dst/include/dst/lib.h lib/dns/sec/dst/include/dst/result.h lib/dns/sec/dst/openssl_link.c lib/dns/sec/dst/openssldh_link.c lib/dns/sec/openssl/Makefile.in lib/dns/sec/openssl/bn_add.c lib/dns/sec/openssl/bn_asm.c lib/dns/sec/openssl/bn_ctx.c lib/dns/sec/openssl/bn_div.c lib/dns/sec/openssl/bn_err.c lib/dns/sec/openssl/bn_exp.c lib/dns/sec/openssl/bn_exp2.c lib/dns/sec/openssl/bn_gcd.c lib/dns/sec/openssl/bn_lcl.h lib/dns/sec/openssl/bn_lib.c lib/dns/sec/openssl/bn_mont.c lib/dns/sec/openssl/bn_mul.c lib/dns/sec/openssl/bn_prime.c lib/dns/sec/openssl/bn_prime.h lib/dns/sec/openssl/bn_print.c lib/dns/sec/openssl/bn_rand.c lib/dns/sec/openssl/bn_recp.c lib/dns/sec/openssl/bn_shift.c lib/dns/sec/openssl/bn_sqr.c lib/dns/sec/openssl/bn_word.c lib/dns/sec/openssl/buffer.c lib/dns/sec/openssl/cryptlib.c lib/dns/sec/openssl/cryptlib.h lib/dns/sec/openssl/dh_err.c lib/dns/sec/openssl/dh_gen.c lib/dns/sec/openssl/dh_key.c lib/dns/sec/openssl/dh_lib.c lib/dns/sec/openssl/dsa_err.c lib/dns/sec/openssl/dsa_gen.c lib/dns/sec/openssl/dsa_key.c lib/dns/sec/openssl/dsa_lib.c lib/dns/sec/openssl/dsa_ossl.c lib/dns/sec/openssl/dsa_sign.c lib/dns/sec/openssl/dsa_vrf.c lib/dns/sec/openssl/err.c lib/dns/sec/openssl/ex_data.c lib/dns/sec/openssl/include/Makefile.in lib/dns/sec/openssl/include/openssl/Makefile.in lib/dns/sec/openssl/include/openssl/bio.h lib/dns/sec/openssl/include/openssl/bn.h lib/dns/sec/openssl/include/openssl/buffer.h lib/dns/sec/openssl/include/openssl/crypto.h lib/dns/sec/openssl/include/openssl/dh.h lib/dns/sec/openssl/include/openssl/dsa.h lib/dns/sec/openssl/include/openssl/e_os.h lib/dns/sec/openssl/include/openssl/err.h lib/dns/sec/openssl/include/openssl/lhash.h lib/dns/sec/openssl/include/openssl/rand.h lib/dns/sec/openssl/include/openssl/safestack.h lib/dns/sec/openssl/include/openssl/sha.h lib/dns/sec/openssl/include/openssl/stack.h lib/dns/sec/openssl/lhash.c lib/dns/sec/openssl/md32_common.h lib/dns/sec/openssl/md5_locl.h lib/dns/sec/openssl/mem.c lib/dns/sec/openssl/mem_dbg.c lib/dns/sec/openssl/rand_lib.c lib/dns/sec/openssl/sha1_one.c lib/dns/sec/openssl/sha1dgst.c lib/dns/sec/openssl/sha_locl.h lib/dns/sec/openssl/stack.c lib/dns/sec/openssl/th-lock.c lib/dns/sec/rename.h lib/dns/ssu.c lib/dns/tcpmsg.c lib/dns/time.c lib/dns/tkey.c lib/dns/tkeyconf.c lib/dns/tsig.c lib/dns/tsigconf.c lib/dns/ttl.c lib/dns/validator.c lib/dns/version.c lib/dns/view.c lib/dns/xfrin.c lib/dns/zone.c lib/dns/zoneconf.c lib/dns/zt.c lib/isc/Makefile.in lib/isc/assertions.c lib/isc/base64.c lib/isc/bitstring.c lib/isc/buffer.c lib/isc/bufferlist.c lib/isc/commandline.c lib/isc/error.c lib/isc/event.c lib/isc/fsaccess.c lib/isc/heap.c lib/isc/hmacmd5.c lib/isc/include/Makefile.in lib/isc/include/isc/Makefile.in lib/isc/include/isc/assertions.h lib/isc/include/isc/base64.h lib/isc/include/isc/bitstring.h lib/isc/include/isc/boolean.h lib/isc/include/isc/buffer.h lib/isc/include/isc/bufferlist.h lib/isc/include/isc/commandline.h lib/isc/include/isc/entropy.h lib/isc/include/isc/error.h lib/isc/include/isc/event.h lib/isc/include/isc/eventclass.h lib/isc/include/isc/file.h lib/isc/include/isc/formatcheck.h lib/isc/include/isc/fsaccess.h lib/isc/include/isc/heap.h lib/isc/include/isc/hmacmd5.h lib/isc/include/isc/interfaceiter.h lib/isc/include/isc/ipv6.h lib/isc/include/isc/lang.h lib/isc/include/isc/lex.h lib/isc/include/isc/lfsr.h lib/isc/include/isc/lib.h lib/isc/include/isc/list.h lib/isc/include/isc/log.h lib/isc/include/isc/magic.h lib/isc/include/isc/md5.h lib/isc/include/isc/mem.h lib/isc/include/isc/msgcat.h lib/isc/include/isc/mutexblock.h lib/isc/include/isc/netaddr.h lib/isc/include/isc/ondestroy.h lib/isc/include/isc/os.h lib/isc/include/isc/platform.h.in lib/isc/include/isc/print.h lib/isc/include/isc/quota.h lib/isc/include/isc/random.h lib/isc/include/isc/ratelimiter.h lib/isc/include/isc/region.h lib/isc/include/isc/result.h lib/isc/include/isc/resultclass.h lib/isc/include/isc/rwlock.h lib/isc/include/isc/serial.h lib/isc/include/isc/sha1.h lib/isc/include/isc/sockaddr.h lib/isc/include/isc/socket.h lib/isc/include/isc/stdio.h lib/isc/include/isc/string.h lib/isc/include/isc/symtab.h lib/isc/include/isc/task.h lib/isc/include/isc/taskpool.h lib/isc/include/isc/timer.h lib/isc/include/isc/types.h lib/isc/include/isc/util.h lib/isc/inet_aton.c lib/isc/inet_ntop.c lib/isc/inet_pton.c lib/isc/lex.c lib/isc/lfsr.c lib/isc/lib.c lib/isc/log.c lib/isc/md5.c lib/isc/mem.c lib/isc/mutexblock.c lib/isc/netaddr.c lib/isc/nls/Makefile.in lib/isc/nls/msgcat.c lib/isc/ondestroy.c lib/isc/print.c lib/isc/pthreads/Makefile.in lib/isc/pthreads/condition.c lib/isc/pthreads/include/Makefile.in lib/isc/pthreads/include/isc/Makefile.in lib/isc/pthreads/include/isc/condition.h lib/isc/pthreads/include/isc/mutex.h lib/isc/pthreads/include/isc/once.h lib/isc/pthreads/include/isc/thread.h lib/isc/pthreads/thread.c lib/isc/quota.c lib/isc/random.c lib/isc/ratelimiter.c lib/isc/result.c lib/isc/rwlock.c lib/isc/serial.c lib/isc/sha1.c lib/isc/sockaddr.c lib/isc/string.c lib/isc/symtab.c lib/isc/task.c lib/isc/taskpool.c lib/isc/timer.c lib/isc/unix/Makefile.in lib/isc/unix/app.c lib/isc/unix/dir.c lib/isc/unix/entropy.c lib/isc/unix/errno2result.c lib/isc/unix/errno2result.h lib/isc/unix/file.c lib/isc/unix/fsaccess.c lib/isc/unix/ifiter_ioctl.c lib/isc/unix/ifiter_sysctl.c lib/isc/unix/include/Makefile.in lib/isc/unix/include/isc/Makefile.in lib/isc/unix/include/isc/app.h lib/isc/unix/include/isc/dir.h lib/isc/unix/include/isc/int.h lib/isc/unix/include/isc/keyboard.h lib/isc/unix/include/isc/net.h lib/isc/unix/include/isc/netdb.h lib/isc/unix/include/isc/offset.h lib/isc/unix/include/isc/stdtime.h lib/isc/unix/include/isc/time.h lib/isc/unix/interfaceiter.c lib/isc/unix/ipv6.c lib/isc/unix/keyboard.c lib/isc/unix/net.c lib/isc/unix/os.c lib/isc/unix/socket.c lib/isc/unix/stdio.c lib/isc/unix/stdtime.c lib/isc/unix/time.c lib/isc/version.c lib/isc/win32/Makefile.in lib/isc/win32/condition.c lib/isc/win32/dir.c lib/isc/win32/file.c lib/isc/win32/fsaccess.c lib/isc/win32/include/Makefile.in lib/isc/win32/include/isc/Makefile.in lib/isc/win32/include/isc/condition.h lib/isc/win32/include/isc/dir.h lib/isc/win32/include/isc/int.h lib/isc/win32/include/isc/mutex.h lib/isc/win32/include/isc/net.h lib/isc/win32/include/isc/netdb.h lib/isc/win32/include/isc/once.h lib/isc/win32/include/isc/stdtime.h lib/isc/win32/include/isc/thread.h lib/isc/win32/include/isc/time.h lib/isc/win32/once.c lib/isc/win32/stdtime.c lib/isc/win32/thread.c lib/isc/win32/time.c lib/lwres/Makefile.in lib/lwres/assert_p.h lib/lwres/context.c lib/lwres/context_p.h lib/lwres/gai_strerror.c lib/lwres/getaddrinfo.c lib/lwres/gethost.c lib/lwres/getipnode.c lib/lwres/getnameinfo.c lib/lwres/herror.c lib/lwres/include/Makefile.in lib/lwres/include/lwres/Makefile.in lib/lwres/include/lwres/context.h lib/lwres/include/lwres/int.h lib/lwres/include/lwres/ipv6.h lib/lwres/include/lwres/lang.h lib/lwres/include/lwres/list.h lib/lwres/include/lwres/lwbuffer.h lib/lwres/include/lwres/lwpacket.h lib/lwres/include/lwres/lwres.h lib/lwres/include/lwres/net.h lib/lwres/include/lwres/netdb.h.in lib/lwres/include/lwres/platform.h.in lib/lwres/include/lwres/result.h lib/lwres/lwbuffer.c lib/lwres/lwconfig.c lib/lwres/lwinetaton.c lib/lwres/lwinetntop.c lib/lwres/lwinetpton.c lib/lwres/lwpacket.c lib/lwres/lwres_gabn.c lib/lwres/lwres_gnba.c lib/lwres/lwres_noop.c lib/lwres/lwresutil.c lib/lwres/man/lwres.3 lib/lwres/man/lwres_addr_parse.3 lib/lwres/man/lwres_buffer.3 lib/lwres/man/lwres_buffer_add.3 lib/lwres/man/lwres_buffer_back.3 lib/lwres/man/lwres_buffer_clear.3 lib/lwres/man/lwres_buffer_first.3 lib/lwres/man/lwres_buffer_forward.3 lib/lwres/man/lwres_buffer_getmem.3 lib/lwres/man/lwres_buffer_getuint16.3 lib/lwres/man/lwres_buffer_getuint32.3 lib/lwres/man/lwres_buffer_getuint8.3 lib/lwres/man/lwres_buffer_init.3 lib/lwres/man/lwres_buffer_invalidate.3 lib/lwres/man/lwres_buffer_putmem.3 lib/lwres/man/lwres_buffer_putuint16.3 lib/lwres/man/lwres_buffer_putuint32.3 lib/lwres/man/lwres_buffer_putuint8.3 lib/lwres/man/lwres_buffer_subtract.3 lib/lwres/man/lwres_conf_clear.3 lib/lwres/man/lwres_conf_get.3 lib/lwres/man/lwres_conf_init.3 lib/lwres/man/lwres_conf_parse.3 lib/lwres/man/lwres_conf_print.3 lib/lwres/man/lwres_config.3 lib/lwres/man/lwres_context.3 lib/lwres/man/lwres_context_allocmem.3 lib/lwres/man/lwres_context_create.3 lib/lwres/man/lwres_context_destroy.3 lib/lwres/man/lwres_context_freemem.3 lib/lwres/man/lwres_context_initserial.3 lib/lwres/man/lwres_context_nextserial.3 lib/lwres/man/lwres_context_sendrecv.3 lib/lwres/man/lwres_endhostent.3 lib/lwres/man/lwres_endhostent_r.3 lib/lwres/man/lwres_freeaddrinfo.3 lib/lwres/man/lwres_freehostent.3 lib/lwres/man/lwres_gabn.3 lib/lwres/man/lwres_gabnrequest_free.3 lib/lwres/man/lwres_gabnrequest_parse.3 lib/lwres/man/lwres_gabnrequest_render.3 lib/lwres/man/lwres_gabnresponse_free.3 lib/lwres/man/lwres_gabnresponse_parse.3 lib/lwres/man/lwres_gabnresponse_render.3 lib/lwres/man/lwres_gai_strerror.3 lib/lwres/man/lwres_getaddrinfo.3 lib/lwres/man/lwres_getaddrsbyname.3 lib/lwres/man/lwres_gethostbyaddr.3 lib/lwres/man/lwres_gethostbyaddr_r.3 lib/lwres/man/lwres_gethostbyname.3 lib/lwres/man/lwres_gethostbyname2.3 lib/lwres/man/lwres_gethostbyname_r.3 lib/lwres/man/lwres_gethostent.3 lib/lwres/man/lwres_gethostent_r.3 lib/lwres/man/lwres_getipnode.3 lib/lwres/man/lwres_getipnodebyaddr.3 lib/lwres/man/lwres_getipnodebyname.3 lib/lwres/man/lwres_getnamebyaddr.3 lib/lwres/man/lwres_getnameinfo.3 lib/lwres/man/lwres_gnba.3 lib/lwres/man/lwres_gnbarequest_free.3 lib/lwres/man/lwres_gnbarequest_parse.3 lib/lwres/man/lwres_gnbarequest_render.3 lib/lwres/man/lwres_gnbaresponse_free.3 lib/lwres/man/lwres_gnbaresponse_parse.3 lib/lwres/man/lwres_gnbaresponse_render.3 lib/lwres/man/lwres_herror.3 lib/lwres/man/lwres_hstrerror.3 lib/lwres/man/lwres_inetntop.3 lib/lwres/man/lwres_lwpacket_parseheader.3 lib/lwres/man/lwres_lwpacket_renderheader.3 lib/lwres/man/lwres_net_ntop.3 lib/lwres/man/lwres_noop.3 lib/lwres/man/lwres_nooprequest_free.3 lib/lwres/man/lwres_nooprequest_parse.3 lib/lwres/man/lwres_nooprequest_render.3 lib/lwres/man/lwres_noopresponse_free.3 lib/lwres/man/lwres_noopresponse_parse.3 lib/lwres/man/lwres_noopresponse_render.3 lib/lwres/man/lwres_packet.3 lib/lwres/man/lwres_resutil.3 lib/lwres/man/lwres_sethostent.3 lib/lwres/man/lwres_sethostent_r.3 lib/lwres/man/lwres_string_parse.3 lib/lwres/version.c lib/omapi/Makefile.in lib/omapi/auth.c lib/omapi/connection.c lib/omapi/data.c lib/omapi/generic.c lib/omapi/handle.c lib/omapi/include/Makefile.in lib/omapi/include/omapi/Makefile.in lib/omapi/include/omapi/compatibility.h lib/omapi/include/omapi/lib.h lib/omapi/include/omapi/omapi.h lib/omapi/include/omapi/private.h lib/omapi/include/omapi/result.h lib/omapi/include/omapi/types.h lib/omapi/lib.c lib/omapi/listener.c lib/omapi/message.c lib/omapi/object.c lib/omapi/protocol.c lib/omapi/result.c lib/omapi/string.c lib/omapi/value.c lib/omapi/version.c lib/tests/Makefile.in lib/tests/include/Makefile.in lib/tests/include/tests/Makefile.in lib/tests/include/tests/t_api.h lib/tests/t_api.c ltconfig ltmain.sh make/Makefile.in make/includes.in make/mkdep.in make/rules.in util/check-includes.pl util/check-instincludes.sh util/check-sources.pl util/kit.sh util/make-snapshot.sh util/memleak.pl util/merge_copyrights util/mkreslib.pl util/nanny.pl util/nt-kit util/sanitize.pl util/sanitize_all.sh util/update-drafts.pl
0eb2572d79822d02ea05448ce4e5f1759c73d171 22-Jun-2000 Michael Graff <mgraff@isc.org>

add isc_thread_setconcurrency()

7005cfed8cd3296d356883dcb414979f22e06b13 22-Jun-2000 Brian Wellington <source@isc.org>

Check for sysconf()

8313838954d67250d0ed7edf67fba5da0790d1a7 15-Jun-2000 Michael Graff <mgraff@isc.org>

Conditionalize setting of struct sockaddr_in6's sin6_scope_id member. Some machines have it, older ipv6 flavors do not.

e86e6bc1920b1ea9e858c4f5b50a9f648184e7cc 15-Jun-2000 Michael Sawyer <source@isc.org>

Add HAVE_ADDRINFO and HAVE_GETADDRINFO to config.h.in and configure.in

90407942d3afe50f04ccea361de3b164a5a1702d 07-Jun-2000 Michael Graff <mgraff@isc.org>

Use autoconf's AC_C_BIGENDIAN macro to detect endian flavor, and use WORDS_BIGENDIAN from config.h{,.in}

74da616f07f038138ddd45c10fc8de0920244d12 07-Jun-2000 Michael Graff <mgraff@isc.org>

add sha1 implementation

ed71ea51c6ecb5d7d659b6e6a20f6b3f5c2678c6 06-Jun-2000 David Lawrence <source@isc.org>

Silence a few more warnings: + missing sigwait prototype on BSD/OS 4.0/4.0.1 + PTHREAD_ONCE_INIT unbraced initializer warnings on Solaris 2.8. + IN6ADDR_ANY_INIT unbraced initializer warnings on BSD/OS 4.*, Linux and Solaris 2.8.

49a2cf8f211213712d452287ae8e121cf59e3178 06-Jun-2000 David Lawrence <source@isc.org>

quiet va_start() warnings on BSD/OS 4.1

dc97fe4ed08488d314ab5bc8e99ed839542cf411 19-May-2000 David Lawrence <source@isc.org>

Added configuration tweaks for UnixWare: -- set compiler flags, yacc program. -- define HAVE_UNIXWARE_SIGWAIT for one arg sigwait semantics. -- provide for inclusion of netinet/in6.h for IPv6 support. Don't bother searching for netinet6/in6.h, just unconditionally declare it is needed on BSD/OS.

876753d5ce1be48f3218fb4875fac501f8adfd6c 16-May-2000 David Lawrence <source@isc.org>

put SHUTUP_SPUTAUX in acconfig.h

8b11f3debd9a9494d5aec60ea228ab393fbdc26e 28-Apr-2000 David Lawrence <source@isc.org>

115. [port] Shut up the -Wmissing-declarations warning about <stdio.h>'s __sputaux on BSD/OS pre-4.1.

134ba0e08a0ae9a564a8d8628fc633377d3fc239 11-Apr-2000 Bob Halley <source@isc.org>

Linux PR_SET_KEEPCAPS support

279c6ec074be17dce62dd1b2c6ed7c2cc56a7b78 02-Feb-2000 David Lawrence <source@isc.org>

includes copyright and warning about using config.h in public headers

3ab8ffe97bdb764175e3dc45a9b38ad113463fb7 07-Jan-2000 David Lawrence <source@isc.org>

added HAVE_NETINET6_IN6_H

5c00d1c90030a311d2700970fa7cffc8f828a48c 07-Oct-1999 Bob Halley <source@isc.org>

check for chroot and linux/capability.h

194b6a25192581bbc8ec731e32e8989042b202a4 28-Aug-1999 Michael Graff <mgraff@isc.org>

make sendmsg() and recvmsg() work on solaris and hpux through nasty methods

a30e7fc23415fd238d067a8a871607bca36068ba 28-Aug-1999 Michael Graff <mgraff@isc.org>

regen after configure.in changes

852f1bd9f9c46c7133c9882ae1971e5cb2455c95 22-Jul-1999 Andreas Gustafsson <source@isc.org>

sysctl-based network interface list scanning

c5bbf59219f8787d9ada4cdc2d585019271609b6 16-Jul-1999 Bob Halley <source@isc.org>

update

b0d62523965eb0e29b41f6e9986faf12f7bb53ef 08-Jul-1999 Bob Halley <source@isc.org>

NEED_AF_INET6 and HAVE_SA_LEN are now obsolete

203596d27c225ea195e4faad4f19388c6e96ac80 28-Jun-1999 Bob Halley <source@isc.org>

update

d8dcd6ad4617cc8d7df979bd62101fa9c4bac1bc 23-Jun-1999 Bob Halley <source@isc.org>

basic NLS support

50453ad879d0d93854de5a3385776bd799e8f35c 13-May-1999 Bob Halley <source@isc.org>

update

8d4257cff01b3821abcb9a21f46c6c6a43bb1e72 12-May-1999 Bob Halley <source@isc.org>

update

ea31416b4fcdf23732355a8002f93f29e3b3d2db 12-May-1999 Andreas Gustafsson <source@isc.org>

AC_PREREQ; support both mit-pthreads and ptl2 on NetBSD; sa_len fixes

1922518d7f7b5e3e77b8e1c92569c98268b9c192 04-May-1999 Andreas Gustafsson <source@isc.org>

added autoconf check for sa_len

882350d11c90de9de6fc1cead25690c8114b0b95 11-Feb-1999 Michael Graff <mgraff@isc.org>

Clean up many compiler warnings.

491b48ec3f3ef014312688776ddbd4eab8a2c10c 06-Feb-1999 Michael Graff <mgraff@isc.org>

First pass at addrlength grossness cleanup. Man, this is ugly.

8d5639ee43c088077303542cfded6e8468bbc9a4 04-Feb-1999 Bob Halley <source@isc.org>

add NEED_INET_ATON

28ed3013196c373745dbde87b75a490148dab840 02-Feb-1999 Bob Halley <source@isc.org>

Solaris port: inet_pton, AF_INET6

64ba6e4cc3a0ccf8c8c6349fa75b937ca9bad9a6 22-Jan-1999 Michael Graff <mgraff@isc.org>

make this go on the Alpha.

15bfd48fc5552ff1aae766021f42a250c001a098 15-Jan-1999 Michael Graff <mgraff@isc.org>

add libpthread and libxnet?

a5d43b72413db3edd6b36a58f9bdf2cf6ff692f2 11-Dec-1998 Bob Halley <source@isc.org>

BIND9 Pool Creation