CHANGES revision e6a6c0a5d6393d3a7f75b486f16e4ef15c4857bb
f743002678eb67b99bbc29fee116b65d9530fec0wrowe 35. [performance] Log messages which are of a level too high to be
80833bb9a1bf25dcf19e814438a4b311d2e1f4cffuankg logged by any channel in the logging configuration
a34684a59b60a4173c25035d0c627ef17e6dc215rpluem will not cause the log mutex to be locked.
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic 34. [bug] Recursion was allowed even with 'recursion no'.
1337c7673efc1f80f634139fbad7cbb98a0dc657ylavic 33. [func] The RBT now maintains a parent pointer at each node.
4da61833a1cbbca94094f9653fd970582b97a72etrawick 32. [cleanup] bin/lwresd/client.c needs <string.h> for memset()
4da61833a1cbbca94094f9653fd970582b97a72etrawick 31. [bug] Use ${LIBTOOL} to compile bin/named/main.@O@.
4789804be088bcd86ae637a29cdb7fda25169521jailletc 30. [func] config file grammer change to support optional
4789804be088bcd86ae637a29cdb7fda25169521jailletc class type for a view.
e50c3026198fd496f183cda4c32a202925476778covener 29. [func] support new config file view options:
e50c3026198fd496f183cda4c32a202925476778covener auth-nxdomain recursion query-source
5b88c8507d5ef6d0c4cfbc78230294968175b638minfrin query-source-v6 transfer-source
5b88c8507d5ef6d0c4cfbc78230294968175b638minfrin transfer-source-v6 max-transfer-time-out
6c3b9cebb551140fbb25d58bae08b539b3802133ylavic max-transfer-idle-out transfer-format
6c3b9cebb551140fbb25d58bae08b539b3802133ylavic request-ixfr privide-ixfr cleaning-interval
6c3b9cebb551140fbb25d58bae08b539b3802133ylavic fetch-glue notify rfc2308-type1 lame-ttl
4f29b65ab4b547ad5dbe506e2d0ff5d12ead9247ylavic max-ncache-ttl min-roots
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic 28. [func] support lame-ttl, min-roots and serial-queries
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic config global options.
0a0df13b7f1f4f1a74fe295253d89ca3911b301aylavic 27. [bug] Only include <netinet6/in6.h> on BSD/OS 4.[01]*.
69301145375a889e7e37caf7cc7321ac0f91801erpluem Including it on other platforms (eg, NetBSD) can
69301145375a889e7e37caf7cc7321ac0f91801erpluem cause a forced #error from the C preprocessor.
506bfe33206b2fece40ef25f695af39dd4130facjkaluza 26. [func] new match-clients statement in config file view.
506bfe33206b2fece40ef25f695af39dd4130facjkaluza 25. [bug] make install failed to install <isc/log.h> and
d58a848a016d401b965111e50ef829e1641f7834minfrin 24. [cleanup] Eliminate some unnecessary #includes of header
d58a848a016d401b965111e50ef829e1641f7834minfrin files from header files.
2e6f4d654c96c98b761fb012fd25c5d5b1558c44sf 23. [cleanup] Provide more context in log messages about client
2e6f4d654c96c98b761fb012fd25c5d5b1558c44sf requests, using a new function ns_client_log().
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavic 22. [bug] SIGs weren't returned in the answer section when
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavic the query resulted in a fetch.
17e6c95f3b22d18acdf8380fb26a8d0e10c80767ylavic 21. [port] Look at STD_CINCLUDES after CINCLUDES during
e8bd80a4bb88199d2f9a24a50345688e52d9c116ylavic compilation, so additional system include directories
e8bd80a4bb88199d2f9a24a50345688e52d9c116ylavic can be searched but header files in the bind9 source
e8bd80a4bb88199d2f9a24a50345688e52d9c116ylavic tree with conflicting names take precedence. This
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic avoids issues with installed versions of dnssafe and
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic 20. [func] Configuration file post-load validation of zones
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic failed if there were no zones.
330e16bea8fe9cace4de90c349750c03dfb1fe64ylavic 19. [bug] dns_zone_notifyreceive() failed to unlock the zone
d7205b1a86c51c27b71a2c458dc453fd53a261c1covener lock in certain error cases.
d7205b1a86c51c27b71a2c458dc453fd53a261c1covener 18. [bug] Use AC_TRY_LINK rather than AC_TRY_COMPILE in
d7205b1a86c51c27b71a2c458dc453fd53a261c1covener configure.in to check for presence of in6addr_any.
44ff304057225e944e220e981d434a046d14cf06covener 17. [func] Do configuration file post-load validation of zones.
44ff304057225e944e220e981d434a046d14cf06covener 16. [bug] put quotes around key names on config file
44ff304057225e944e220e981d434a046d14cf06covener output to avoid possible keyword clashes.
5d1ba75b8794925e67591c209085a49279791de9covener 15. [func] Add dns_name_dupwithoffsets(). This function is
5d1ba75b8794925e67591c209085a49279791de9covener improves comparison performance for duped names.
032982212dbcc7c3cce95bf89c503bb56e185ac7kbrand 14. [bug] free_rbtdb() could have 'put' unallocated memory in
032982212dbcc7c3cce95bf89c503bb56e185ac7kbrand an unlikely error path.
caad2986f81ab263f7af41467dd622dc9add17f3ylavic 13. [bug] lib/dns/master.c and lib/dns/xfrin.c didn't ignore
caad2986f81ab263f7af41467dd622dc9add17f3ylavic out-of-zone data.
caad2986f81ab263f7af41467dd622dc9add17f3ylavic 12. [bug] Fixed possible unitialized variable error.
f7317ff316c2b141feea31bddb74d5d3fa1584edjorton 11. [bug] axfr_rrstream_first() didn't check the result code of
f7317ff316c2b141feea31bddb74d5d3fa1584edjorton db_rr_iterator_first(), possibly causing an assertion
2165214331e4afafca4048f66f303d0253d7b001covener to be triggered later.
a34684a59b60a4173c25035d0c627ef17e6dc215rpluem 10. [bug] A bug in the code which makes EDNS0 OPT records in
1e2d421a36999d292042a5539971070d54aa6c63ylavic trigger an assertion.
fa7ed98b9dc94c5845cf845aea0a44ecacd290c9humbedooh 9. [cleanup] replaced bit-setting code in confctx.c and replaced
fa7ed98b9dc94c5845cf845aea0a44ecacd290c9humbedooh repeated code with macro calls.
0b67eb8568cd58bb77082703951679b42cf098actrawick 8. [bug] Shutdown of incoming zone transfer accessed
0b67eb8568cd58bb77082703951679b42cf098actrawick freed memory.
0b67eb8568cd58bb77082703951679b42cf098actrawick 7. [cleanup] removed 'listen-on' from view statement.
fb1985a97912b25ec6564c73e610a31e5fc6e25fcovener 6. [bug] quote RR names when generating config file to
09c87c777bed1655621bb20e1c46cb6b1a63279dcovener prevent possible clash with config file keywords
6502b7b32f980cc2093bb3ebce37e5e4dc68fba4ylavic (such as 'key').
3060ce7f798fbda7999cd4ddf89b525d2b294185covener 5. [func] syntax change to named.conf file: new ssu grant/deny
c1a63b8fad09c419c1a64f75993feb8a343a6801ylavic statements must now be enclosed by an 'update-policy'
e6b4bd1113567627ab6bb6c6a7105e1e01a7d889jailletc 4. [port] bin/named/unix/os.c didn't compile on systems with
e6b4bd1113567627ab6bb6c6a7105e1e01a7d889jailletc linux 2.3 kernel includes due to conflicts between
e466c40e1801982602ee0200c9e8b61cc148742djailletc C library includes and the kernel includes. We now
e466c40e1801982602ee0200c9e8b61cc148742djailletc get only what we need from <linux/capability.h>, and
457468b82e59d01eba00dd9d0817309c8f5e414ejim avoid pulling in other linux kernel .h files.
457468b82e59d01eba00dd9d0817309c8f5e414ejim 3. [bug] TKEYs go in the answer section of responses, not
04983e3bd1754764eec7d6bb772fe3b0bf391771jorton the additional section.
15890c9306ba98f6fc243e15a3c4778ddc7d773erpluem 2. [bug] Generating cryptographic randomness failed on
15660979a30d251681463de2e0584853890082accovener systems without /dev/random.
49dacedb6c387b786b7911082ff35121a45f414bcovener 1. [bug] The installdirs rule in
49dacedb6c387b786b7911082ff35121a45f414bcovener lib/isc/unix/include/isc/Makefile.in had a typo which
cfd9415521847b2f9394fad04fb701cfb955f503rjung prevented the isc directory from being created if it
cfd9415521847b2f9394fad04fb701cfb955f503rjung didn't exist.
28c31fb73c1264bd1d0ff932573677030b024c7dwrowe --- 9.0.0b2 released ---