CHANGES revision f59d47928ed33d1546e8f982370086429f727e85
7d8c3693d0426b56750b14d80c47df5e42fc75e4Andreas Gustafsson1147. [func] Set IPV6_IPV6ONLY on IPv6 sockets if supported by
57188b5ff2397c0517e55f622879e69ee547918dAndreas Gustafsson the OS. listen-on-v6 { any; }; should no longer
7d8c3693d0426b56750b14d80c47df5e42fc75e4Andreas Gustafsson result in IPv4 queries be accepted. Similarly
7d8c3693d0426b56750b14d80c47df5e42fc75e4Andreas Gustafsson control { inet :: ... }; should no longer result
7d8c3693d0426b56750b14d80c47df5e42fc75e4Andreas Gustafsson in IPv4 connections being accepted. This can be
fa010adc238e8bb12601a4386dd061d965acb223Mark Andrews overridden at compile time by defining
07c336a9a85791dff886b1e28514589a25d9b720Andreas Gustafsson ISC_ALLOW_MAPPED=1.
07c336a9a85791dff886b1e28514589a25d9b720Andreas Gustafsson1146. [func] Allow IPV6_IPV6ONLY to be set/cleared on a socket if
07c336a9a85791dff886b1e28514589a25d9b720Andreas Gustafsson supported by the OS by a new function
07c336a9a85791dff886b1e28514589a25d9b720Andreas Gustafsson isc_socket_ipv6only().
07c336a9a85791dff886b1e28514589a25d9b720Andreas Gustafsson1145. [func] "host" no longer reports a NOERROR/NODATA response
712fa28946312882a60b0c6a913914d3e8c69867Mark Andrews by printing nothing. [RT #2065]
f2a16ec2e8970615d39f8fe339b215ad0a893b85Mark Andrews1144. [bug] rndc-confgen would crash if both the -a and -t
8bcf7a157900c3a05168aaec708b8c664b96d797Andreas Gustafsson options were specified. [RT #2159]
f8644da8d948dbc973f6dd4c94a79774e16ec07bDavid Lawrence1143. [bug] When a trusted-keys statement was present and named
f8644da8d948dbc973f6dd4c94a79774e16ec07bDavid Lawrence was built without crypto support, it would leak memory.
9bfa90768ab83ea5a8571c98d3774377da4bdcbeDavid Lawrence1142. [bug] dnssec-signzone would fail to delete temporary files
9bfa90768ab83ea5a8571c98d3774377da4bdcbeDavid Lawrence in some failure cases. [RT #2144]
9bfa90768ab83ea5a8571c98d3774377da4bdcbeDavid Lawrence1141. [bug] When named rejected a control message, it would
2d67c2474475acf52c8251dc48bfb7565ee5f2ffDavid Lawrence leak a file descriptor and memory. It would also
2d67c2474475acf52c8251dc48bfb7565ee5f2ffDavid Lawrence fail to respond, causing rndc to hang.
2d67c2474475acf52c8251dc48bfb7565ee5f2ffDavid Lawrence [RT #2139, #2164]
6a7a69e9f764812872ec2db775be2ac8bb073102Andreas Gustafsson1140. [bug] rndc-confgen did not accept IPv6 addresses as arguments
6a7a69e9f764812872ec2db775be2ac8bb073102Andreas Gustafsson to the -s option. [RT #2138]
0a9a3d8c6daf9ffcfb62dbe366e26f521cbb9736Brian Wellington1139. [func] It is now possible to flush a given name from the
8bcf7a157900c3a05168aaec708b8c664b96d797Andreas Gustafsson cache(s) via 'rndc flushname name [view]'. [RT #2051]
f5ebf2f0c9e9d2068ace1dbcc2ef2ed3ebdbfde5Andreas Gustafsson1138. [func] It is now possible to flush a given name from the
8bcf7a157900c3a05168aaec708b8c664b96d797Andreas Gustafsson cache by calling the new function
34d5676aac483e00e16056a6834a27b52bed42f0Brian Wellington dns_cache_flushname().
1d9ab721315555ac75e7d4f57585323909283688Andreas Gustafsson1137. [func] It is now possible to flush a given name from the
1d9ab721315555ac75e7d4f57585323909283688Andreas Gustafsson ADB by calling the new function dns_adb_flushname().
ef8d97818f0d30a4e09db97af695f504b311372cMark Andrews1136. [bug] CNAME records synthesized from DNAMEs did not
112d9875bf33e2382f9a986d3e58fce08f1935fcOlafur Gudmundsson have a TTL of zero as required by RFC2672.
63fd201fde27ce408cde1c73a054e401fcfb9e3bDavid Lawrence1135. [func] You can now override the default syslog() facility for
6af5c66df334c4e275e07b03c9b35e40dbaa4f31Andreas Gustafsson named/lwresd at compile time. [RT #1982]
519f8475ff8218e3981ae2b249eb1403da7c52f6Andreas Gustafsson1134. [bug] Multithreaded servers could deadlock in ferror()
edc1c60621b44fbc8131ad1542f657dd129f9a30Andreas Gustafsson when reloading zone files. [RT #1951, #1998]
edc1c60621b44fbc8131ad1542f657dd129f9a30Andreas Gustafsson1133. [bug] IN6_IS_ADDR_LOOPBACK was not portably defined on
edc1c60621b44fbc8131ad1542f657dd129f9a30Andreas Gustafsson platforms without IN6_IS_ADDR_LOOPBACK. [RT #2106]
41626c0997c89dcdecf67c931f0031aadd507977Andreas Gustafsson1132. [func] Improve UPDATE prerequisite failure diagnotic messages.
4f4e44c98f315bfadc6dded1b86b465222a83967David Lawrence1131. [bug] The match-destinations view option did not work with
464c2e4bb960d15bd60d53c3ef3ae7414b129037David Lawrence IPv6 destinations. [RT #2073, #2074]
464c2e4bb960d15bd60d53c3ef3ae7414b129037David Lawrence1130. [bug] Log messages reporting an out-of-range serial number
6112718b0dbb01ffbfd3fabc61e30c7e4485b0a7David Lawrence did not include the out-of-range number but the
6112718b0dbb01ffbfd3fabc61e30c7e4485b0a7David Lawrence following token. [RT #2076]
6112718b0dbb01ffbfd3fabc61e30c7e4485b0a7David Lawrence1129. [bug] Multithreaded servers could crash under heavy
6112718b0dbb01ffbfd3fabc61e30c7e4485b0a7David Lawrence resolution load due to a race condition. [RT #2018]
04260c5c48d234734863f0222e207b6564cd41a8David Lawrence1128. [func] sdb drivers can now provide RR data in either text
04260c5c48d234734863f0222e207b6564cd41a8David Lawrence or wire format, the latter using the new functions
04260c5c48d234734863f0222e207b6564cd41a8David Lawrence dns_sdb_putrdata() and dns_sdb_putnamedrdata().
f479c9ff5576b3d138c7e52cfc2319b185b7ebcfDavid Lawrence1127. [func] rndc: If the server to contact has multiple addresses,
f479c9ff5576b3d138c7e52cfc2319b185b7ebcfDavid Lawrence try all of them.
504f7802d4c9b43db4820f496c4d00e078effa18David Lawrence1126. [bug] The server could access a freed event if shut
504f7802d4c9b43db4820f496c4d00e078effa18David Lawrence down while a client start event was pending
504f7802d4c9b43db4820f496c4d00e078effa18David Lawrence delivery. [RT #2061]
6af5c66df334c4e275e07b03c9b35e40dbaa4f31Andreas Gustafsson1125. [bug] rndc: -k option was missing from usage message.
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson1124. [doc] dig: +[no]dnssec, +[no]besteffort and +[no]fail
3b6bcedffe1d326fd9f6aa3bfb1537af0975fab8Brian Wellington are now documented. [RT #2052]
841179549b6433e782c164a562eb3422f603533dAndreas Gustafsson1123. [bug] dig +[no]fail did not match description. [RT #2052]
f808bd34fbd3dd9508e8183e8025635bc330c34aAndreas Gustafsson1122. [tuning] Resolution timeout reduced from 90 to 30 seconds.
f808bd34fbd3dd9508e8183e8025635bc330c34aAndreas Gustafsson1121. [bug] The server could attempt to access a NULL zone
841179549b6433e782c164a562eb3422f603533dAndreas Gustafsson table if shut down while resolving.
841179549b6433e782c164a562eb3422f603533dAndreas Gustafsson [RT #1587, #2054]
841179549b6433e782c164a562eb3422f603533dAndreas Gustafsson1120. [bug] Errors in options were not fatal. [RT #2002]
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson1119. [func] Added support in Win32 for NTFS file/directory ACL's
6c6a6c9f5e2b3c6fd72263eac155e4feddb77316Brian Wellington for access control.
2445d14b1a95132a473aa30076d0ce1762027e76Mark Andrews1118. [bug] On multithreaded servers, a race condition
2445d14b1a95132a473aa30076d0ce1762027e76Mark Andrews could cause an assertion failure in resolver.c
4585aeb2cc84c0e0602da5abf47c31f92ec3b6b2Mark Andrews during resolver shutdown. [RT #2029]
ed0e1ae6bc3df39389a24d72cf544b2437bf8340Andreas Gustafsson1117. [port] The configure check for in6addr_loopback incorrectly
56877490bc70e4004f6b5e4a16067750ca64be85Andreas Gustafsson succeeded on AIX 4.3 when compiling with -O2
56877490bc70e4004f6b5e4a16067750ca64be85Andreas Gustafsson because the test code was optimized away.
711c2be7d9d99ee4415bc4e41ebe4f7f31947b3bAndreas Gustafsson1116. [bug] Setting transfers in a server clause, transfers-in,
56877490bc70e4004f6b5e4a16067750ca64be85Andreas Gustafsson or transfers-per-ns to a value greater than
56877490bc70e4004f6b5e4a16067750ca64be85Andreas Gustafsson 2147483647 disabled transfers. [RT #2002]
af0be81b2f6ea700dd882d3b18468c7815bd5ef2Andreas Gustafsson1115. [func] Set maximum values for cleaning-interval,
af0be81b2f6ea700dd882d3b18468c7815bd5ef2Andreas Gustafsson heartbeat-interval, interface-interval,
af0be81b2f6ea700dd882d3b18468c7815bd5ef2Andreas Gustafsson max-transfer-idle-in, max-transfer-idle-out,
ed0e1ae6bc3df39389a24d72cf544b2437bf8340Andreas Gustafsson max-transfer-time-in, max-transfer-time-out,
ed0e1ae6bc3df39389a24d72cf544b2437bf8340Andreas Gustafsson statistics-interval of 28 days and
ed0e1ae6bc3df39389a24d72cf544b2437bf8340Andreas Gustafsson sig-validity-interval of 3660 days. [RT #2002]
ed0e1ae6bc3df39389a24d72cf544b2437bf8340Andreas Gustafsson1114. [port] Ignore more accept() errors. [RT #2021]
6cefb60af55912df4411389bccfc38a74e992332Mark Andrews1113. [bug] The allow-update-forwarding option was ignored
6cefb60af55912df4411389bccfc38a74e992332Mark Andrews when specified in a view. [RT #2014]
02e81689e3eff98a8d70c98a7cc45c150472316aBrian Wellington1112. [placeholder]
02e81689e3eff98a8d70c98a7cc45c150472316aBrian Wellington1111. [bug] Multithreaded servers could deadlock processing
02e81689e3eff98a8d70c98a7cc45c150472316aBrian Wellington recursive queries due to a locking hieararchy
99a8d30559834dc12bd80f4f164fa6375f73cb62Mark Andrews violation in adb.c. [RT #2017]
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence1110. [bug] dig should only accept valid abbreviations of +options.
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence1109. [bug] nsupdate accepted illegal ttl values.
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence1108. [bug] On Win32, rndc was hanging when named was not running
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence due to failure to select for exceptional conditions
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence in select(). [RT #1870]
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence1107. [bug] nsupdate could catch an assertion failure if an
dccd7f8459d811141fde04d4a307b9b695cf58b1David Lawrence invalid domain name was given as the argument to
03f91269f5453bcbd924910ef85a8f8496cf2661Mark Andrews the "zone" command.
03f91269f5453bcbd924910ef85a8f8496cf2661Mark Andrews1106. [bug] After seeing an out of range TTL, nsupdate would
03f91269f5453bcbd924910ef85a8f8496cf2661Mark Andrews treat all TTLs as out of range. [RT #2001]
afb0a628efd8ecf40f66f6b8d0711bca62be2a9aMark Andrews1105. [port] OpenUNIX 8 enable threads by default. [RT #1970]
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson1104. [bug] Invalid arguments to the transfer-format option
17dba29ba5db791976e505114baee53a1dde88aaBrian Wellington could cause an assertion failure. [RT #1995]
b5a86fe434c7d58d28af3b5c70c1743979f13aaeMark Andrews1103. [port] OpenUNIX 8 support (ifconfig.sh). [RT #1970]
b5a86fe434c7d58d28af3b5c70c1743979f13aaeMark Andrews1102. [doc] Note that query logging is enabled by directing the
fb13bc029f62193a07d92384a910a0317fc7e0b0Brian Wellington queries category to a channel.
3042b3e2711d00b7fd9ffbf51443ad761d30427fMark Andrews1101. [bug] Array bounds read error in lwres_gai_strerror.
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson1100. [bug] libbind: DNSSEC key ids were computed incorrectly.
af0be81b2f6ea700dd882d3b18468c7815bd5ef2Andreas Gustafsson1099. [cleanup] libbind: defining REPORT_ERRORS in lib/bind/dst caused
af0be81b2f6ea700dd882d3b18468c7815bd5ef2Andreas Gustafsson compile time errors.
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence1098. [bug] libbind: HMAC-MD5 key files are now mode 0600.
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence1097. [func] libbind: RES_PRF_TRUNC for dig.
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence1096. [func] libbind: "DNSSEC OK" (DO) support.
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence1095. [func] libbind: resolver option: no-tld-query. disables
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence trying unqualified as a tld. no_tld_query is also
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence supported for FreeBSD compatability.
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence1094. [func] libbind: add support gcc's format string checking.
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence1093. [doc] libbind: miscellaneous nroff fixes.
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence1092. [bug] libbind: get*by*() failed to check if res_init() had
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence1091. [bug] libbind: misplaced va_end().
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence1090. [bug] libbind: dns_ho.c:add_hostent() was not returning
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence the amount of memory consumed resulting in garbage
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence address being returned. Alignment calculations were
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence wasting space. We weren't suppressing duplicate
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence1089. [func] libbind: inet_{cidr,net}_{pton,ntop}() now have IPv6
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence1088. [port] libbind: MPE/iX C.70 (incomplete)
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence1087. [bug] libbind: struct __res_state too large on 64 bit arch.
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence1086. [port] libbind: sunos: old sprintf.
adcd8c93196ad0a3516252d80597c3c52472ffb2David Lawrence1085. [port] libbind: solaris: sys_nerr and sys_errlist do not
5455f30a7532738d750252c00e649890c694ee30Brian Wellington exist when compiling in 64 bit mode.
e2fd12f3a020ca8c5de168a44fb72e339cdaa3e9Brian Wellington1084. [cleanup] libbind: gai_strerror() re-written.
e2fd12f3a020ca8c5de168a44fb72e339cdaa3e9Brian Wellington1083. [bug] The default control channel listened on the
cf74d05a50e342e5b3870005c04ae5ed8013ab3eBrian Wellington wildcard adress, not the loopback as documented.
cf74d05a50e342e5b3870005c04ae5ed8013ab3eBrian Wellington1082. [bug] The -g option to named incorrectly caused logging
2ae4dd0dbd50b3159476537c60ccdc8b64364356Mark Andrews to be sent to syslog in addition to stderr.
4fbd6a13a5ba6ec1e9bd080cba86c74b3b92c894Mark Andrews1081. [bug] Multicast queries were incorrectly identified
761a21dfab558235030ccfc3d61979146e2cf4b5Mark Andrews based on the source address, not the destination
af0be81b2f6ea700dd882d3b18468c7815bd5ef2Andreas Gustafsson1080. [bug] BIND 8 compatibility: accept bare IP prefixes
f3ac8ee19231ae3018ec21756f19b1bd639ce7e7Andreas Gustafsson as the second element of a two-element top level
0b135de5a52acec5bb42f96b4e79484d1629fd93Brian Wellington sort list statement. [RT #1964]
5ce23ccf3f324dc90ab9b4426b1da6284b0e2abfAndreas Gustafsson1079. [bug] BIND 8 compatibility: accept bare elements at top
5ce23ccf3f324dc90ab9b4426b1da6284b0e2abfAndreas Gustafsson level of sort list treating them as if they were
5ce23ccf3f324dc90ab9b4426b1da6284b0e2abfAndreas Gustafsson a single element list. [RT #1963]
508d17362c2c43ddf95ddc87ae6a8c5f32f35323Andreas Gustafsson1078. [bug] We failed to correct bad tv_usec values in one case.
508d17362c2c43ddf95ddc87ae6a8c5f32f35323Andreas Gustafsson1077. [func] Do not accept further recursive clients when
508d17362c2c43ddf95ddc87ae6a8c5f32f35323Andreas Gustafsson the total number of of recursive lookups being
508d17362c2c43ddf95ddc87ae6a8c5f32f35323Andreas Gustafsson processed exceeds max-recursive-clients, even
508d17362c2c43ddf95ddc87ae6a8c5f32f35323Andreas Gustafsson if some of the lookups are internally generated.
508d17362c2c43ddf95ddc87ae6a8c5f32f35323Andreas Gustafsson [RT #1915, #1938]
e7a4f58d55042cbc981a70b5071aaea46b9ebf7fAndreas Gustafsson1076. [bug] A badly defined global key could trigger an assertion
e7a4f58d55042cbc981a70b5071aaea46b9ebf7fAndreas Gustafsson on load/reload if views were used. [RT #1947]
5fdc9aaf401f6816df65d0e9cf701872f345c558Andreas Gustafsson1075. [bug] Out-of-range network prefix lengths were not
5fdc9aaf401f6816df65d0e9cf701872f345c558Andreas Gustafsson reported. [RT #1954]
5fdc9aaf401f6816df65d0e9cf701872f345c558Andreas Gustafsson1074. [bug] Running out of memory in dump_rdataset() could
6060b0ac76667afae3c9132ab6e3568a7a693f5dAndreas Gustafsson cause an assertion failure. [RT #1946]
50097b38c075be55a73bb3737d091c503c70061dBrian Wellington1073. [bug] The ADB cache cleaning should also be space driven.
50097b38c075be55a73bb3737d091c503c70061dBrian Wellington [RT #1915, #1938]
af1a99a13d73126760b755d63ff7ef8c28ca9070Bob Halley1072. [bug] The TCP client quota could be exceeded when
af1a99a13d73126760b755d63ff7ef8c28ca9070Bob Halley recursion occurred. [RT #1937]
751aa24c98fea02215cad95a08411af547d70e41Bob Halley1071. [bug] Sockets listening for TCP DNS connections
fd5847ef0954117d5f905dbbfb68f1e67e4f285fAndreas Gustafsson specified an excessive listen backlog. [RT #1937]
fd5847ef0954117d5f905dbbfb68f1e67e4f285fAndreas Gustafsson1070. [bug] Copy DNSSEC OK (DO) to response as specified by
82e991b8ed4e0ed3b010d191e0cadfd60226c2d9Andreas Gustafsson1069. [placeholder]
82e991b8ed4e0ed3b010d191e0cadfd60226c2d9Andreas Gustafsson1068. [bug] errno could be overwritten by catgets(). [RT #1921]
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson1067. [func] Allow quotas to be soft, isc_quota_soft().
f08f3c6caeb8460cb679a8687f61da61fff69fb0Mark Andrews1066. [bug] Provide a thread safe wrapper for strerror().
8fbd23c0aaacdde1348b6457c5db14c433096fd2Andreas Gustafsson1065. [func] Runtime support to select new / old style interface
8fbd23c0aaacdde1348b6457c5db14c433096fd2Andreas Gustafsson scanning using ioctls.
5f539d5fc68ca056bd1791e3156b0fe6b28cde16Brian Wellington1064. [bug] Do not shut down active network interfaces if we
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson are unable to scan the interface list. [RT #1921]
76477bd0e0a8f150f06f45c347d286b782cfa679Brian Wellington1063. [bug] libbind: "make install" was failing on IRIX.
76477bd0e0a8f150f06f45c347d286b782cfa679Brian Wellington1062. [bug] If the control channel listener socket was shut
e491ef29043ae77d3d78fb7a59328f143fcf70feAndreas Gustafsson down before server exit, the listener object could
e491ef29043ae77d3d78fb7a59328f143fcf70feAndreas Gustafsson be freed twice. [RT #1916]
e491ef29043ae77d3d78fb7a59328f143fcf70feAndreas Gustafsson1061. [bug] If periodic cache cleaning happened to start
1a286a6613d385b443030a8c932e40ac9e9c301fBob Halley while cleaning due to reaching the configured
1a286a6613d385b443030a8c932e40ac9e9c301fBob Halley maximum cache size was in progress, the server
1a286a6613d385b443030a8c932e40ac9e9c301fBob Halley could catch an assertion failure. [RT #1912]
1a286a6613d385b443030a8c932e40ac9e9c301fBob Halley1060. [func] Move refresh, stub and notify UDP retry processing
3242899a56da9c245956979d5be9c92b2cf0ee24Andreas Gustafsson into dns_request.
3242899a56da9c245956979d5be9c92b2cf0ee24Andreas Gustafsson1059. [func] dns_request now support will now retry UDP queries,
ecaedd50f4e6b8cff110f9981a0a33a34269d421Mark Andrews dns_request_createvia2() and dns_request_createraw2().
296253a3b9dec61190cce77e8b551e05ff514fcdAndreas Gustafsson1058. [func] Limited lifetime ticker timers are now available,
de8717a7218a4f034144ad7b8755ad43e3fd45c9David Lawrence isc_timertype_limited.
de8717a7218a4f034144ad7b8755ad43e3fd45c9David Lawrence1057. [bug] Reloading the server after adding a "file" clause
6f115bdb61672871bd822bdcd09cb1a3aad38aa0David Lawrence to a zone statement could cause the server to
6f115bdb61672871bd822bdcd09cb1a3aad38aa0David Lawrence crash due to a typo in change 1016.
1ac6cf2f7ae95e4c915cba7038e61930d7c4ba2aAndreas Gustafsson1056. [bug] Rndc could catch an assertion failure on SIGINT due
6f115bdb61672871bd822bdcd09cb1a3aad38aa0David Lawrence to an uninitialized variable. [RT #1908]
5e194abb5b548524e5c0fd2bb4627ec698b75e2bAndreas Gustafsson1055. [func] Version and hostname queries can now be disabled
5e194abb5b548524e5c0fd2bb4627ec698b75e2bAndreas Gustafsson using "version none;" and "hostname none;",
5e194abb5b548524e5c0fd2bb4627ec698b75e2bAndreas Gustafsson1054. [bug] On Win32, cfg_categories and cfg_modules need to be
5e194abb5b548524e5c0fd2bb4627ec698b75e2bAndreas Gustafsson exported from the libisccfg DLL.
09ae77ca30eb17ee32d3f7720ca796a72259cde6Andreas Gustafsson1053. [bug] Dig did not increase its timeout when receiving
09ae77ca30eb17ee32d3f7720ca796a72259cde6Andreas Gustafsson AXFRs unless the +time option was used. [RT #1904]
cedd0ab1e812ec7cf05d57c3e602db41b79f0a2aAndreas Gustafsson1052. [bug] Journals were not being created in binary mode
8c3989000a19f88415d094eb5984f7cf6ba2340cBrian Wellington resulting in "journal format not recognized" error
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson under Win32. [RT #1889]
ac6afcd0caf72aaa2a537e0003de30b363b4a68bBrian Wellington1051. [bug] Do not ignore a network interface completely just
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson because it has a noncontiguous netmask. Instead,
ac6afcd0caf72aaa2a537e0003de30b363b4a68bBrian Wellington omit it from the localnets ACL and issue a warning.
9ffcab1e9a398e431c10c9936c28e4166c2e82e0Andreas Gustafsson1050. [bug] Log messages reporting malformed IP addresses in
9ffcab1e9a398e431c10c9936c28e4166c2e82e0Andreas Gustafsson address lists such as that of the forwarders option
9ffcab1e9a398e431c10c9936c28e4166c2e82e0Andreas Gustafsson failed to include the correct error code, file
2b7a77a68e27fc7991a857d403cb34b2ae90fc0bMark Andrews name, and line number. [RT #1890]
0c9dd74fecd876563b7f0e4662243ff026b59622Andreas Gustafsson1049. [func] "pid-file none;" will disable writing a pid file.
aed6a8ed2e706404ccca0f31faf110fd6efd34e6Andreas Gustafsson1048. [bug] Servers built with -DISC_MEM_USE_INTERNAL_MALLOC=1
aed6a8ed2e706404ccca0f31faf110fd6efd34e6Andreas Gustafsson1047. [bug] named was incorrectly refusing all requests signed
f8b3c627949bd4bc2f6aafb3dab2f56e3aa9ba06Brian Wellington with a TSIG key derived from an unsigned TKEY
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson negotiation with a NOERROR response. [RT #1886]
f8b3c627949bd4bc2f6aafb3dab2f56e3aa9ba06Brian Wellington1046. [bug] The help message for the --with-openssl configure
55ddb88e53838693370c213930beda1652b8a583Brian Wellington option was inaccurate. [RT #1880]
55ddb88e53838693370c213930beda1652b8a583Brian Wellington1045. [bug] It was possible to skip saving glue for a nameserver
daad43e5a4e83bd3c055632799ab67e269467db0Brian Wellington for a stub zone.
daad43e5a4e83bd3c055632799ab67e269467db0Brian Wellington1044. [bug] Specifying allow-transfer, notify-source, or
3efd6904134ef6c4866a633eabeb55d1c86be7bbBrian Wellington notify-source-v6 in a stub zone was not treated
70d08aea0a693c6ca62c2f7bb33bfddf9e427601Brian Wellington1043. [bug] Specifying a transfer-source or transfer-source-v6
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson option in the zone statement for a master zone was
70d08aea0a693c6ca62c2f7bb33bfddf9e427601Brian Wellington not treated as an error. [RT #1876]
907620b5e0d898da324192cbbe5a5b518f55d175Bob Halley1042. [bug] The "config" logging category did not work properly.
2c9db9314993504064c1a71f4a059ff9493a75caBrian Wellington1041. [bug] Dig/host/nslookup could catch an assertion failure
2c9db9314993504064c1a71f4a059ff9493a75caBrian Wellington on SIGINT due to an uninitialized variable. [RT #1867]
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson1040. [bug] Multiple listen-on-v6 options with different ports
9027e1bcf1b245226e3053a75d16c5351d7e60caDavid Lawrence were not accepted. [RT #1875]
9027e1bcf1b245226e3053a75d16c5351d7e60caDavid Lawrence1039. [bug] Negative responses with CNAMEs in the answer section
9027e1bcf1b245226e3053a75d16c5351d7e60caDavid Lawrence were cached incorrectly. [RT #1862]
668f8d91db59f4dd89a0b54206f87879354339f5Brian Wellington1038. [bug] In servers configured with a tkey-domain option,
668f8d91db59f4dd89a0b54206f87879354339f5Brian Wellington TKEY queries with an owner name other than the root
d7ba3622ffa20c653ef6c8cfae42d8cd26465b7fBrian Wellington could cause an assertion failure. [RT #1866, #1869]
d7ba3622ffa20c653ef6c8cfae42d8cd26465b7fBrian Wellington1037. [bug] Negative responses whose authority section contain
c0968380c4fb0b8196aafb8de225531bd847bb6dBrian Wellington SOA or NS records whose owner names are not equal
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson equal to or parents of the query name should be
c0968380c4fb0b8196aafb8de225531bd847bb6dBrian Wellington rejected. [RT #1862]
c0968380c4fb0b8196aafb8de225531bd847bb6dBrian Wellington1036. [func] Silently drop requests received via multicast as
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington long as there is no final multicast DNS standard.
1d92d8a2456b23842a649b6104c60a9d6ea25333Brian Wellington1035. [bug] If we respond to multicast queries (which we
c1ff0308f3f67bf148f96ca952db081eb5fd8383Brian Wellington currently do not), respond from a unicast address
b879ed05f4fb8209add6c19a509c984b6c8b3a98Andreas Gustafsson as specified in RFC 1123. [RT #137]
b52a5b063050f209b0f47379178a1e7ae7404624Andreas Gustafsson1034. [bug] Ignore the RD bit on multicast queries as specified
b52a5b063050f209b0f47379178a1e7ae7404624Andreas Gustafsson in RFC 1123. [RT #137]
34613b2e39478a83076f6a626a4b855cebb19533Andreas Gustafsson1033. [bug] Always respond to requests with an unsupported opcode
34613b2e39478a83076f6a626a4b855cebb19533Andreas Gustafsson with NOTIMP, even if we don't have a matching view
34613b2e39478a83076f6a626a4b855cebb19533Andreas Gustafsson or cannot determine the class.
c2c275f5f4ead0943c76b6463cf7a93095559c64Andreas Gustafsson1032. [func] hostname.bind/txt/chaos now returns the name of
6eccf5bd07eb9abf65cc08fec4a8fc97b62c0e1bBrian Wellington the machine hosting the nameserver. This is useful
6eccf5bd07eb9abf65cc08fec4a8fc97b62c0e1bBrian Wellington in diagnosing problems with anycast servers.
3d1483d86dce11fffd03c5b6c93be2e689f522abAndreas Gustafsson1031. [bug] libbind.a: isc__gettimeofday() infinite recursion.
3d1483d86dce11fffd03c5b6c93be2e689f522abAndreas Gustafsson1030. [bug] On systems with no resolv.conf file, nsupdate
b8a85202af814468421a6541b4c935bd14773c53Brian Wellington exited with an error rather than defaulting
b879ed05f4fb8209add6c19a509c984b6c8b3a98Andreas Gustafsson to using the loopback address. [RT #1836]
b879ed05f4fb8209add6c19a509c984b6c8b3a98Andreas Gustafsson1029. [bug] Some named.conf errors did not cause the loading
48565891e8f2f8c77b87908b4893f693a08e9ba9Brian Wellington of the configuration file to return a failure
48565891e8f2f8c77b87908b4893f693a08e9ba9Brian Wellington status even though they were logged. [RT #1847]
b0390aab30438a13f533cccae9389945214b1421Brian Wellington1028. [bug] On Win32, dig/host/nslookup looked for resolv.conf
b0390aab30438a13f533cccae9389945214b1421Brian Wellington in the wrong directory. [RT #1833]
b0390aab30438a13f533cccae9389945214b1421Brian Wellington1027. [bug] RRs having the reserved type 0 should be rejected.
4c03e69ab845f703c1ffa3b7772938ca98cce44dAndreas Gustafsson1026. [placeholder]
4c03e69ab845f703c1ffa3b7772938ca98cce44dAndreas Gustafsson1025. [bug] Don't use multicast addresses to resolve iterative
225a66da7ea2671a3e4db3cc4337f97ff67be647Brian Wellington queries. [RT #101]
91e35ded544576b671606779143d7fbffaf451d2Andreas Gustafsson1024. [port] Compilation failed on HP-UX 11.11 due to
225a66da7ea2671a3e4db3cc4337f97ff67be647Brian Wellington incompatible use of the SIOCGLIFCONF macro
d9112843333472bb7700c02a10d18e2b253b2708Bob Halley name. [RT #1831]
279de54fe3a0ac10b64762b18a4569c07b15d742Andreas Gustafsson1023. [func] Accept hints without TTLs.
279de54fe3a0ac10b64762b18a4569c07b15d742Andreas Gustafsson1022. [bug] Don't report empty root hints as "extra data".
04cb6056a6539539e0fc2ed695298f7fa7b1d632Brian Wellington1021. [bug] On Win32, log message timestamps were one month
17789c880460c0bca3f3693c759be2214b936e69Brian Wellington later than they should have been, and the server
55b62439233d930152690b9eba97b06d9dc13d23Mark Andrews would exhibit unspecified behavior in December.
02e7e0ba65a26a5f8728b0ee256f7253795cf839Brian Wellington1020. [bug] IXFR log messages did not distinguish between
123a3dddc94534d3a6c6f81c118a5b63dc5994c3Andreas Gustafsson true IXFRs, AXFR-style IXFRs, and mere version
590233519e14f3cf49840a93d2648d5560dd957eDavid Lawrence polls. [RT #1811]
590233519e14f3cf49840a93d2648d5560dd957eDavid Lawrence1019. [bug] The value of the lame-ttl option was limited to 18000
590233519e14f3cf49840a93d2648d5560dd957eDavid Lawrence seconds, not 1800 seconds as documented. [RT #1803]
123a3dddc94534d3a6c6f81c118a5b63dc5994c3Andreas Gustafsson1018. [bug] The default log channel was not always initialized
123a3dddc94534d3a6c6f81c118a5b63dc5994c3Andreas Gustafsson correctly. [RT #1813]
123a3dddc94534d3a6c6f81c118a5b63dc5994c3Andreas Gustafsson1017. [bug] When specifying TSIG keys to dig and nsupdate using
5ea0d11ca45bfd1ea9db8db07f18fbb02f500661Brian Wellington the -k option, they must be HMAC-MD5 keys. [RT #1810]
5ea0d11ca45bfd1ea9db8db07f18fbb02f500661Brian Wellington1016. [bug] Slave zones with no backup file were re-transferred
d25dd5b0567f67ecf40b7ed1cb20e0dce7b41c49Brian Wellington on every server reload.
d25dd5b0567f67ecf40b7ed1cb20e0dce7b41c49Brian Wellington1015. [bug] Log channels that had a "versions" option but no
9ac7076ebad044afb15e9e2687e3696868778538Mark Andrews "size" option failed to create numbered log
9ac7076ebad044afb15e9e2687e3696868778538Mark Andrews files. [RT #1783]
7c058f1c384ebdba74231111f9358cf08109a5dbBob Halley1014. [bug] Some queries would cause statistics counters to
7c058f1c384ebdba74231111f9358cf08109a5dbBob Halley increment more than once or not at all. [RT #1321]
76b3ec5e0c3ae856bc1000270bf3df13580673ebBrian Wellington1013. [bug] It was possible to cancel a query twice when marking
620de5a4b1f23dc9b4ec30d30c0607ff389be0daBob Halley a server as bogus or by having a blackhole acl.
f9e1aa0c440b6c6938967ed5356ec025ea40502eBrian Wellington1012. [bug] The -p option to named did not behave as documented.
f9e1aa0c440b6c6938967ed5356ec025ea40502eBrian Wellington1011. [cleanup] Removed isc_dir_current().
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson1010. [bug] The server could attempt to execute a command channel
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson command after initiating server shutdown, causing
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson an assertion failure. [RT #1766]
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson1009. [port] OpenUNIX 8 support. [RT #1728]
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson1008. [port] libtool.m4, ltmain.sh from libtool-1.4.2.
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson1007. [port] config.guess, config.sub from autoconf-2.52.
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson1006. [bug] If a KEY RR was found missing during DNSSEC validation,
dc2e09d48b49d96a0572a971180718f680140cf0Andreas Gustafsson an assertion failure could subsequently be triggered
90c099e88e9f16bfee9edee3ac1a51fc98843772Brian Wellington in the resolver. [RT #1763]
620de5a4b1f23dc9b4ec30d30c0607ff389be0daBob Halley1005. [bug] Don't copy nonzero RCODEs from request to response.
68b952dc98a9e02b269c0712da120cd773679652Brian Wellington1004. [port] Deal with recvfrom() returning EHOSTDOWN. [RT #1770]
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson1003. [func] Add the +retry option to dig.
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson1002. [bug] When reporting an unknown class name in named.conf,
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson including the file name and line number. [RT #1759]
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson1001. [bug] win32 socket code doio_recv was not catching a
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson WSACONNRESET error when a client was timing out
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson the request and closing its socket. [RT #1745]
ed0a4f1a302a5e543a9a2e4f8e61ca8a0673c6a7Mark Andrews1000. [bug] BIND 8 compatibility: accept "HESIOD" as an alias
ed0a4f1a302a5e543a9a2e4f8e61ca8a0673c6a7Mark Andrews for class "HS". [RT #1759]
a93cf7e83be621d3d68f51e37121a47a70a6757bMark Andrews 999. [func] "rndc retransfer zone [class [view]]" added.
c05eeed3c915d55a4949f5c2ce8700a0b0f9381bAndreas Gustafsson 998. [func] named-checkzone now has arguments to specify the
1c1156b6e71555e593ed4bbca2284055c9f6fa45Andreas Gustafsson chroot directory (-t) and working directory (-w).
c05eeed3c915d55a4949f5c2ce8700a0b0f9381bAndreas Gustafsson 997. [func] Add support for RSA-SHA1 keys (RFC3110).
3bb043a8b8b15eece3794ec31ad0ccab103a1c21Brian Wellington 996. [func] Issue warning if the configuration filename contains
3bb043a8b8b15eece3794ec31ad0ccab103a1c21Brian Wellington the chroot path.
3bb043a8b8b15eece3794ec31ad0ccab103a1c21Brian Wellington 995. [bug] dig, host, nslookup: using a raw IPv6 address as a
d1cc210d2091916df6f9858fae20a1c760f3b257Andreas Gustafsson target address should be fatal on a IPv4 only system.
df0f58959ed82a2a43ca8d816ce9592541df9f2fMark Andrews 994. [func] Treat non-authoritative responses to queries for type
4d35b6836eb57387a9da6b103331b59cc988b827Mark Andrews NS as referrals even if the NS records are in the
903e9d41ef730f098d38da9588f2824f37b7d73cMark Andrews answer section, because BIND 8 servers incorrectly
f4b5a0f43481026ea27bd96e3584ca0e92542f0dBob Halley send them that way. This is necessary for DNSSEC
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson validation of the NS records of a secure zone to
f4b5a0f43481026ea27bd96e3584ca0e92542f0dBob Halley succeed when the parent is a BIND 8 server. [RT #1706]
f4b5a0f43481026ea27bd96e3584ca0e92542f0dBob Halley 993. [func] dig: -v now reports the version.
6211baaa66d7cac28a21b6426681e597ff04ca9eAndreas Gustafsson 992. [doc] dig: ~/.digrc is now documented.
4e605108c6533c2ec6311ee7a466582392656dddAndreas Gustafsson 991. [func] Lower UDP refresh timeout messages to level
ea544b0511a66bc5f3700d56a72dcd808fdf22e8Brian Wellington 990. [bug] The rndc-confgen man page was not installed.
ea544b0511a66bc5f3700d56a72dcd808fdf22e8Brian Wellington 989. [bug] Report filename if $INCLUDE fails for file related
a012d6dbfb100390efa7d0d4be64ada0210b09ddBrian Wellington errors. [RT #1736]
a012d6dbfb100390efa7d0d4be64ada0210b09ddBrian Wellington 988. [bug] 'additional-from-auth no;' did not work reliably
c44ab73a0f37fa8c8a52069ca20dd060492dbafdAndreas Gustafsson in the case of queries answered from the cache.
1e50dad10da55802152d00d5573f8b7d49d752a6Bob Halley 987. [bug] "dig -help" didn't show "+[no]stats".
1e50dad10da55802152d00d5573f8b7d49d752a6Bob Halley 986. [bug] "dig +noall" failed to clear stats and command
c8d185ad5827bf2cf9982075e3336f680759a260Andreas Gustafsson 985. [func] Consider network interfaces to be up iff they have
c8d185ad5827bf2cf9982075e3336f680759a260Andreas Gustafsson a nonzero IP address rather than based on the
40c1177517ca5312371da6cc697d813576cfe5a8Andreas Gustafsson IFF_UP flag. [RT #1160]
22cafd0ece9c8d22a1218f000afdbceda21fe8afBrian Wellington 984. [bug] Multithreading should be enabled by default on
22cafd0ece9c8d22a1218f000afdbceda21fe8afBrian Wellington Solaris 2.7 and newer, but it wasn't.
2cb74c5bc52ef415a771fafe0bf504eab609feadBrian Wellington 983. [func] The server now supports generating IXFR difference
3d60fe9bafbf633e3a7811c11227baebb17878a4Brian Wellington sequences for non-dynamic zones by comparing zone
3d60fe9bafbf633e3a7811c11227baebb17878a4Brian Wellington versions, when enabled using the new config
218c8472e6c8c1a014e412615cc97bb93c0ef9c2Brian Wellington option "ixfr-from-differences". [RT #1727]
218c8472e6c8c1a014e412615cc97bb93c0ef9c2Brian Wellington 982. [func] If "memstatistics-file" is set in options the memory
218c8472e6c8c1a014e412615cc97bb93c0ef9c2Brian Wellington statistics will be written to it.
f24c135e09214c3843a49fd32ebef2f6a436ba8eBrian Wellington 981. [func] The dnssec tools can now take multiple '-r randomfile'
4b9f0fd0791cb9cb31087789a03fa3a28dd4b583Andreas Gustafsson 980. [bug] Incoming zone transfers restarting after an error
02940eaf0f732c28c0b39ed114a3803074a80138Andreas Gustafsson could trigger an assertion failure. [RT #1692]
02940eaf0f732c28c0b39ed114a3803074a80138Andreas Gustafsson 979. [func] Incremental master file dumping. dns_master_dumpinc(),
dc1453b15d6656cd0661d5bec56359efa649268dAndreas Gustafsson dns_master_dumptostreaminc(), dns_dumpctx_attach(),
9a7d163f6f305d48771b4c56d8d18efc6dfc8fc3Mark Andrews dns_dumpctx_detach(), dns_dumpctx_cancel(),
80aba3d49a872ca11d7cf8550c3a993162e7939fMark Andrews dns_dumpctx_db() and dns_dumpctx_version().
31039b15173fb3e375269991920e4843f664457eMark Andrews 978. [bug] dns_db_attachversion() had an invalid REQUIRE()
936af16e0dbac26c1ec2337e684ff6ca9b2fe1bbAndreas Gustafsson 977. [bug] Improve "not at top of zone" error message.
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson 976. [func] named-checkconf can now test load master zones
22457624d3e63e7cd255b4083cb435c16caea26dBob Halley (named-checkconf -z). [RT #1468]
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson 975. [bug] "max-cache-size default;" as a view option
91425b5e7204b05165e2c5b244f3dad502f9627dBrian Wellington caused an assertion failure.
91425b5e7204b05165e2c5b244f3dad502f9627dBrian Wellington 974. [bug] "max-cache-size unlimited;" as a global option
91425b5e7204b05165e2c5b244f3dad502f9627dBrian Wellington was not accepted.
b18a5b6730dcb062cf7f47c6b3cb909030b58f36Brian Wellington 973. [bug] Failed to log the question name when logging:
e880677f633f726b7df11ba3e59d4406e22256aaMark Andrews "bad zone transfer request: non-authoritative zone
328b080b4af258fdd4d3a2ea1558b48706bd8116Andreas Gustafsson 972. [bug] The file modification time code in zone.c was using the
328b080b4af258fdd4d3a2ea1558b48706bd8116Andreas Gustafsson wrong epoch. [RT #1667]
328b080b4af258fdd4d3a2ea1558b48706bd8116Andreas Gustafsson 971. [placeholder]
9e560b59a722d06a62b5aed761e71fec72638a7cBrian Wellington 970. [func] 'max-journal-size' can now be used to set a target
9e560b59a722d06a62b5aed761e71fec72638a7cBrian Wellington size for a journal.
f91dc72b422479b5a0caf1fe54c4054d25ae6055Brian Wellington 969. [func] dig now supports the undocumented dig 8 feature
7e361074bc8a2df7a0891a7040eea02ca3a5e286Andreas Gustafsson of allowing arbitrary labels, not just dotted
7e361074bc8a2df7a0891a7040eea02ca3a5e286Andreas Gustafsson decimal quads, with the -x option. This can be
7e361074bc8a2df7a0891a7040eea02ca3a5e286Andreas Gustafsson used to conveniently look up RFC2317 names as in
d6b3d06db7ce3b9229dc30cc0e3a72ba2603da28Bob Halley "dig -x 10.0.0.0-127". [RT #827, #1576, #1598]
d6b3d06db7ce3b9229dc30cc0e3a72ba2603da28Bob Halley 968. [bug] On win32, the isc_time_now() function was unnecessarily
d6b3d06db7ce3b9229dc30cc0e3a72ba2603da28Bob Halley calling strtime(). [RT #1671]
8e68489885e744ab48907414b4199c36858c27ddMark Andrews 967. [bug] On win32, the link for bindevt was not including the
8e68489885e744ab48907414b4199c36858c27ddMark Andrews required resource file to enable the event viewer
c17c59662f0969a5e52e8b7529cbde1a7c746095Andreas Gustafsson to interpret the error messages in the event log,
c17c59662f0969a5e52e8b7529cbde1a7c746095Andreas Gustafsson 966. [placeholder]
d8d95c7d2eae28c5adbde097e88efa115bae6f35Andreas Gustafsson 965. [bug] Including data other than root server NS and A
651421a5db8a9edf39c76fd8cf859409eb8c373bAndreas Gustafsson records in the root hint file could cause a rbtdb
651421a5db8a9edf39c76fd8cf859409eb8c373bAndreas Gustafsson node reference leak. [RT #1581, #1618]
651421a5db8a9edf39c76fd8cf859409eb8c373bAndreas Gustafsson 964. [func] Warn if data other than root server NS and A records
7427490a67b9547242b57c255254f7e146127c48Bob Halley are found in the root hint file. [RT #1581, #1618]
7427490a67b9547242b57c255254f7e146127c48Bob Halley 963. [bug] Bad ISC_LANG_ENDDECLS. [RT #1645]
aac319b506beb2e9a77ef124ee95b18870194b05Mark Andrews 962. [bug] libbind: bad "#undef", don't attempt to install
fbe35d126f2c4df000f50662ed9d90ced13188c3Andreas Gustafsson non-existant nlist.h. [RT #1640]
dfa0badebe5a8260281228d94dbe28e4314a9df6Andreas Gustafsson 961. [bug] Tried to use a IPV6 feature when ISC_PLATFORM_HAVEIPV6
dfa0badebe5a8260281228d94dbe28e4314a9df6Andreas Gustafsson was not defined. [RT #1482]
2d0627005d48b7657fa11792c123466b4f974b61Mark Andrews 960. [port] liblwres failed to build on systems with support for
2d0627005d48b7657fa11792c123466b4f974b61Mark Andrews getrrsetbyname() in the OS. [RT #1592]
b1b3495eba72ea2b7270c5cd62b0bb824de74e05Mark Andrews 959. [port] On FreeBSD, determine the number of CPUs by calling
b1b3495eba72ea2b7270c5cd62b0bb824de74e05Mark Andrews sysctlbyname(). [RT #1584]
94baac869a70b529a24ff23d8dc899faa5d4fdc4Brian Wellington 958. [port] ssize_t is not available on all platforms. [RT #1607]
94baac869a70b529a24ff23d8dc899faa5d4fdc4Brian Wellington 957. [bug] sys/select.h inclusion was broken on older platforms.
1ac2c28488fb5de80b3ce9aac3500d215cb61728Brian Wellington 956. [bug] ns_g_autorndcfile changed to ns_g_keyfile
a1cad3b231800ca928751ff8889bdc6d312d1f88Andreas Gustafsson in named/win32/os.c due to code changes in
a1cad3b231800ca928751ff8889bdc6d312d1f88Andreas Gustafsson change #953. win32 .make file for rndc-confgen
a12d9cfa59b5981c52e1aaafedf652d5128f3448Brian Wellington updated to add include path for os.h header.
702a69f04a89422968ef8fc6fc271fac058e03efBrian Wellington --- 9.2.0rc1 released ---
0f537d1c63f643924355ff9ca2cf72c547101aa4Brian Wellington 955. [bug] When using views, the zone's class was not being
e4aeba32725a79e295c2ceed1919cba076530ba3Andreas Gustafsson inherited from the view's class. [RT #1583]
9ee323b64bc9dcd73f9a0a0e69a31475026721daAndreas Gustafsson 954. [bug] When requesting AXFRs or IXFRs using dig, host, or
4b236540be165859390f05911eda86a39ee58eedAndreas Gustafsson nslookup, the RD bit should not be set as zone
9ee323b64bc9dcd73f9a0a0e69a31475026721daAndreas Gustafsson transfers are inherently nonrecursive. [RT #1575]
c27148868266dd718b6677c794b3e6dca53c3bdcAndreas Gustafsson 953. [func] The /var/run/named.key file from change #843
f6987630ce2d424a34bb9d373b3c08de48010287Andreas Gustafsson has been replaced by /etc/rndc.key. Both
c27148868266dd718b6677c794b3e6dca53c3bdcAndreas Gustafsson named and rndc will look for this file and use
80ddc8b22bf2ede60038393be5cad9da99d3f03fAndreas Gustafsson it to configure a default control channel key
f8a44ed40032e034883019ac556f3bb732491a32Mark Andrews if not already configured using a different
f8a44ed40032e034883019ac556f3bb732491a32Mark Andrews method (rndc.conf / controls). Unlike
f1007e99b7db3f4e65663d348530f078adb48ccbMark Andrews named.key, rndc.key is not created automatically;
07d6480b684d3745e645f35a8b95dae9bda982a3Mark Andrews it must be created by manually running
07d6480b684d3745e645f35a8b95dae9bda982a3Mark Andrews "rndc-confgen -a".
634784cb66a1c9ddee0c448f71580f024c8fe40bAndreas Gustafsson 952. [bug] The server required manual intervention to serve the
ea6709ec8a66e3ffef9c9466613df499567c57f8Brian Wellington affected zones if it died between creating a journal
ea6709ec8a66e3ffef9c9466613df499567c57f8Brian Wellington and committing the first change to it.
634784cb66a1c9ddee0c448f71580f024c8fe40bAndreas Gustafsson 951. [bug] CFLAGS was not passed to the linker when
634784cb66a1c9ddee0c448f71580f024c8fe40bAndreas Gustafsson linking some of the test programs under
634784cb66a1c9ddee0c448f71580f024c8fe40bAndreas Gustafsson 950. [bug] Explicit TTLs did not properly override $TTL
634784cb66a1c9ddee0c448f71580f024c8fe40bAndreas Gustafsson due to a bug in change 834. [RT #1558]
ce1269825c9d9c4bca42ae9750a7a2fd93a45557Mark Andrews 949. [bug] host was unable to print records larger than 512
49576ae7a481415d5e815ff59b71c76203259619Andreas Gustafsson bytes. [RT #1557]
e8af4e152413190e5553c2fb3074a1cc689c6cefAndreas Gustafsson --- 9.2.0b2 released ---
4d30acbac52fcb20a4f0ab4f8508f24861386fe7Brian Wellington 948. [port] Integrated support for building on Windows NT /
4d30acbac52fcb20a4f0ab4f8508f24861386fe7Brian Wellington Windows 2000.
131d5feb05fce60143bc17dab73df20753d9301fBrian Wellington 947. [bug] dns_rdata_soa_t had a badly named element "mname" which
131d5feb05fce60143bc17dab73df20753d9301fBrian Wellington was really the RNAME field from RFC1035. To avoid
131d5feb05fce60143bc17dab73df20753d9301fBrian Wellington confusion and silent errors that would occur it the
76c9d2f6c0a5d6ea8bcc35fc3228d2019507b2bbBrian Wellington "origin" and "mname" elements were given their correct
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson names "mname" and "rname" respectively, the "mname"
76c9d2f6c0a5d6ea8bcc35fc3228d2019507b2bbBrian Wellington element is renamed to "contact".
187a97287e626b2f2e9774479e145dfbf1eba66cBrian Wellington 946. [cleanup] doc/misc/options is now machine-generated from the
187a97287e626b2f2e9774479e145dfbf1eba66cBrian Wellington configuration parser syntax tables, and therefore
49576ae7a481415d5e815ff59b71c76203259619Andreas Gustafsson more likely to be correct.
7ed2d93fa4e12e0ceaa0c7c0da3a89e7a5d78296Andreas Gustafsson 945. [func] Add the new view-specific options
1ec527b71267747cc3ae4d9849aa4f6362c78ea9Brian Wellington "match-destinations" and "match-recursive-only".
1ec527b71267747cc3ae4d9849aa4f6362c78ea9Brian Wellington 944. [func] Check for expired signatures on load.
703e1c0bb66f3cd3d300358ca0c1fdf3cb5fb1c5Brian Wellington 943. [bug] The server could crash when receiving a command
703e1c0bb66f3cd3d300358ca0c1fdf3cb5fb1c5Brian Wellington via rndc if the configuration file listed only
7ed2d93fa4e12e0ceaa0c7c0da3a89e7a5d78296Andreas Gustafsson nonexistent keys in the controls statement. [RT #1530]
7ed2d93fa4e12e0ceaa0c7c0da3a89e7a5d78296Andreas Gustafsson 942. [port] libbind: GETNETBYADDR_ADDR_T was not correctly
14bb9cccae74676e25ae145dc14a3681cc3022b9Mark Andrews defined on some platforms.
01b8865b1462ba219c90cf6c00f1bf0fdf780d9bBrian Wellington 941. [bug] The configuration checker crashed if a slave
01b8865b1462ba219c90cf6c00f1bf0fdf780d9bBrian Wellington zone didn't contain a masters statement. [RT #1514]
3b77946b751f39bd4db5a7d1fe48a81e6b1e7a28Bob Halley 940. [bug] Double zone locking failure on error path. [RT #1510]
fb0663dbdd4811c6062fe602b511227be66aec56Mark Andrews --- 9.2.0b1 released ---
6d3e8dffb447b9a961360f7f4fd77b0bdb81de76Andreas Gustafsson 939. [port] Add the --disable-linux-caps option to configure for
7017ede939a5d3e7f2dc113061887a9e81fe8627Brian Wellington systems that manage capabilities outside of named.
6d3e8dffb447b9a961360f7f4fd77b0bdb81de76Andreas Gustafsson 938. [placeholder]
66921d6dd259c4486a07aba19eee2b8349698575Brian Wellington 937. [bug] A race when shutting down a zone could trigger a
6d3e8dffb447b9a961360f7f4fd77b0bdb81de76Andreas Gustafsson INSIST() failure. [RT #1034]
6d3e8dffb447b9a961360f7f4fd77b0bdb81de76Andreas Gustafsson 936. [func] Warn about IPv4 addresses that are not complete
2728a98ee4104b2fb30f273893a7f354e20002b5Mark Andrews dotted quads. [RT #1084]
be387fd057ee54ae5d84904e69587d6e29bd3950Mark Andrews 935. [bug] inet_pton failed to reject leading zeros.
d72269740049af28b091ba81d68a067c88f53547Mark Andrews 934. [port] Deal with systems where accept() spuriously returns
7dbb39a417a28f61ba13e6e066c2f9c711f61471Mark Andrews 933. [bug] configure failed doing libbind on platforms not
a51f77a70bba62f227fb15fe72ecf959893e3f0fMark Andrews supported by BIND 8. [RT #1496]
a51f77a70bba62f227fb15fe72ecf959893e3f0fMark Andrews --- 9.2.0a3 released ---
f7321615eaaf63461bd682513d2873d97ae31771Mark Andrews 932. [bug] Use INSTALL_SCRIPT, not INSTALL_PROGRAM,
7dec36c225ad044a6546a4e232888f3412c030a8Brian Wellington [RT #198, #1466]
7dec36c225ad044a6546a4e232888f3412c030a8Brian Wellington 931. [bug] The controls statement only attempted to verify
ff7f1dc0393cfc8a033be7e94aa56cd57c97d174Andreas Gustafsson messages using the first key in the key list.
ff7f1dc0393cfc8a033be7e94aa56cd57c97d174Andreas Gustafsson (9.2.0a1/a2 only).
ff7f1dc0393cfc8a033be7e94aa56cd57c97d174Andreas Gustafsson 930. [func] Query performance testing tool added as
9b0c4bf7003db929fe00a345fc96fb97677d29e0Brian Wellington 929. [placeholder]
19c7cce8555ccc0c95455a0c35dedd017d420d05Mark Andrews 928. [bug] nsupdate would send empty update packets if the
576f85e5fdb8805307f318db79dfc0d19e390d1aAndreas Gustafsson send (or empty line) command was run after
576f85e5fdb8805307f318db79dfc0d19e390d1aAndreas Gustafsson another send but before any new updates or
576f85e5fdb8805307f318db79dfc0d19e390d1aAndreas Gustafsson prerequisites were specified. It should simply
576f85e5fdb8805307f318db79dfc0d19e390d1aAndreas Gustafsson ignore this command.
0c70ab306505d89983186e9f8bb8647de55b5d04Mark Andrews 927. [bug] Don't hold the zone lock for the entire dump to disk.
32e64787d9bd84a012ddac506f88fbc677b49377Brian Wellington 926. [bug] The resolver could deadlock with the ADB when
32e64787d9bd84a012ddac506f88fbc677b49377Brian Wellington shutting down (multithreaded builds only).
fa5a42fbad42f4e033376d5d4624e29d018d97b7Brian Wellington 925. [cleanup] Remove openssl from the distribution; require that
fa5a42fbad42f4e033376d5d4624e29d018d97b7Brian Wellington --with-openssl be specified if DNSSEC is needed.
12acad068846c11ad7bb9adb23f02a6fc37b4e17Andreas Gustafsson 924. [port] Extend support for pre-RFC2133 IPv6 implementation.
5bb4ceb2a67fd558962f8a786c93daedc148a599Mark Andrews 923. [bug] Multiline TSIG secrets (and other multiline strings)
5bb4ceb2a67fd558962f8a786c93daedc148a599Mark Andrews were not accepted in named.conf. [RT #1469]
d119051ef75d5a88d28c13fb0a7c6d6757a4e9b5Brian Wellington 922. [func] Added two new lwres_getrrsetbyname() result codes,
d119051ef75d5a88d28c13fb0a7c6d6757a4e9b5Brian Wellington ERR_NONAME and ERR_NODATA.
d119051ef75d5a88d28c13fb0a7c6d6757a4e9b5Brian Wellington 921. [bug] lwres returned an incorrect error code if it received
3f8ad70264645ebd6a2a8bc7e923271eb5bf8416Brian Wellington a truncated message.
9b0e404e5fc71a2bd4fba8a66296477f815af7d5Brian Wellington 920. [func] Increase the lwres receive buffer size to 16K.
fff07c1022643da7274d4ba1b086c9c218762dc9Brian Wellington 919. [placeholder]
c26c349eab7ca0499786c2091f0e407ec90eee6bAndreas Gustafsson 918. [func] In nsupdate, TSIG errors are no longer treated as
c26c349eab7ca0499786c2091f0e407ec90eee6bAndreas Gustafsson 917. [func] New nsupdate command 'key', allowing TSIG keys to
4817a0628785835abb57d06f2f616b4a6515ac2fAndreas Gustafsson be specified in the nsupdate command stream rather
4817a0628785835abb57d06f2f616b4a6515ac2fAndreas Gustafsson than the command line.
4817a0628785835abb57d06f2f616b4a6515ac2fAndreas Gustafsson 916. [bug] Specifying type ixfr to dig without specifying
4817a0628785835abb57d06f2f616b4a6515ac2fAndreas Gustafsson a serial number failed in unexpected ways.
a2a7eaf89cd68acdb16177bb05701107ceab52b9Brian Wellington 915. [func] The named-checkconf and named-checkzone programs
8c6058d00f89792733b5c8d4ceee84ab5025857bAndreas Gustafsson now have a '-v' option for printing their version.
d31498a54482c8d5d934875d3fdeaa621c962d6fBrian Wellington 914. [bug] Global 'server' statements were rejected when
d31498a54482c8d5d934875d3fdeaa621c962d6fBrian Wellington using views, even though they were accepted
a2a7eaf89cd68acdb16177bb05701107ceab52b9Brian Wellington in 9.1. [RT #1368]
a2a7eaf89cd68acdb16177bb05701107ceab52b9Brian Wellington 913. [bug] Cache cleaning was not sufficiently aggressive.
a2a7eaf89cd68acdb16177bb05701107ceab52b9Brian Wellington [RT #1441, #1444]
175ba246fb074ae8caca0e76ecc8055517ab486cBrian Wellington 912. [bug] Attempts to set the 'additional-from-cache' or
54ce9b2e29aafe1cb5f898a0983fb66e450e9559Brian Wellington 'additional-from-auth' option to 'no' in a
54ce9b2e29aafe1cb5f898a0983fb66e450e9559Brian Wellington server with recursion enabled will now
7357590beef5f671cfdd4ec4304e5210adfb0d8aBrian Wellington be ignored and cause a warning message.
7357590beef5f671cfdd4ec4304e5210adfb0d8aBrian Wellington 911. [placeholder]
8dd5237a27e2e824d18f835dc711573aeb23a173Mark Andrews 910. [port] Some pre-RFC2133 IPv6 implementations do not define
8dd5237a27e2e824d18f835dc711573aeb23a173Mark Andrews IN6ADDR_ANY_INIT. [RT #1416]
bbd3d20d0843165a74698166a3180897fd019e18Andreas Gustafsson 908. [func] New program, rndc-confgen, to simplify setting up rndc.
61470ed14b20c55c0730461165faa582a3775eb8Mark Andrews 907. [func] The ability to get entropy from either the
bbd3d20d0843165a74698166a3180897fd019e18Andreas Gustafsson random device, a user-provided file or from
3b5102fc018a29e52befde5991844843c7b70786Michael Sawyer the keyboard was migrated from the DNSSEC tools
f7e900edbc368275aa7cec7ebec0986e45aeadd7Mark Andrews to libisc as isc_entropy_usebestsource().
ec772e873bd7f24418049b5b1b5d7c44ff781356Brian Wellington 906. [port] Separated the system independent portion of
ec772e873bd7f24418049b5b1b5d7c44ff781356Brian Wellington lib/isc/unix/entropy.c into lib/isc/entropy.c
abfbf760f3bc2a6744b0249a31ca5153234b49e8Brian Wellington 905. [bug] Configuring a forward "zone" for the root domain
abfbf760f3bc2a6744b0249a31ca5153234b49e8Brian Wellington did not work. [RT #1418]
75768d5fa2c6c5c441b849ca4efa649a7c2a9e88Bob Halley 904. [bug] The server would leak memory if attempting to use
75768d5fa2c6c5c441b849ca4efa649a7c2a9e88Bob Halley an expired TSIG key. [RT #1406]
75768d5fa2c6c5c441b849ca4efa649a7c2a9e88Bob Halley 903. [bug] dig should not crash when receiving a TCP packet
75768d5fa2c6c5c441b849ca4efa649a7c2a9e88Bob Halley of length 0.
065958bd3d26dbc25ff313cfcee07bb6a77ee47eBrian Wellington 902. [bug] The -d option was ignored if both -t and -g were also
fa280ff02ad0c29616a0c3a22ef02cbb3f6db7efDavid Lawrence 901. [placeholder]
22dbaf9ad8065127fd93eff0f239fd9c548d18b6Andreas Gustafsson 900. [bug] A config.guess update changed the system identification
22dbaf9ad8065127fd93eff0f239fd9c548d18b6Andreas Gustafsson string of FreeBSD systems; configure and
22dbaf9ad8065127fd93eff0f239fd9c548d18b6Andreas Gustafsson bin/tests/system/ifconfig.sh now recognize the new
184867e88b5a30bbc29f17edbc7b50a6c8a944e7David Lawrence --- 9.2.0a2 released ---
fa280ff02ad0c29616a0c3a22ef02cbb3f6db7efDavid Lawrence 899. [bug] lib/dns/soa.c failed to compile on many platforms
fa280ff02ad0c29616a0c3a22ef02cbb3f6db7efDavid Lawrence due to inappropriate use of a void value.
fa280ff02ad0c29616a0c3a22ef02cbb3f6db7efDavid Lawrence [RT #1372, #1373, #1386, #1387, #1395]
f4e4111795ceb13066d09c38723afacb04e33ad4Mark Andrews 898. [bug] "dig" failed to set a nonzero exit status
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson on UDP query timeout. [RT #1323]
253ab81bf2760d3d7f68512b43710afc02d788daMark Andrews 897. [bug] A config.guess update changed the system identification
253ab81bf2760d3d7f68512b43710afc02d788daMark Andrews string of UnixWare systems; configure now recognizes
253ab81bf2760d3d7f68512b43710afc02d788daMark Andrews the new string.
be171be1799e0ba8cdd35d4f67b772ff086d0d81Andreas Gustafsson 896. [bug] If a configuration file is set on named's command line
9f28451bca8377ef6c9ea3b0a49bf342c9fa6800Mark Andrews and it has a relative pathname, the current directory
9f28451bca8377ef6c9ea3b0a49bf342c9fa6800Mark Andrews (after any possible jailing resulting from named -t)
a110543bb4d2e53caa40f83c2b45786a1efe63efAndreas Gustafsson will be prepended to it so that reloading works
af5dc286ff4b750deec50d1c006aae5fc38019c0Mark Andrews properly even when a directory option is present.
ef9f9001fca9445ef315b1e76a66fc84fef6fdc6Andreas Gustafsson 895. [func] New function, isc_dir_current(), akin to POSIX's
ee303f481dfefcd4e4994f8b8b17f2de32aa4d69Brian Wellington 894. [bug] When using the DNSSEC tools, a message intended to warn
9b2a2a9016980fbed6b2025d365a8ae99897608cDavid Lawrence when the keyboard was being used because of the lack
9b2a2a9016980fbed6b2025d365a8ae99897608cDavid Lawrence of a suitable random device was not being printed.
86b8c485762daa54a96d033110f6f41ea96e5213David Lawrence 893. [func] Removed isc_file_test() and added isc_file_exists()
125a916d1a0c01f139ced5736145703df28d07cfDavid Lawrence for the basic functionality that was being added
125a916d1a0c01f139ced5736145703df28d07cfDavid Lawrence with isc_file_test().
125a916d1a0c01f139ced5736145703df28d07cfDavid Lawrence 892. [placeholder]
2115bc7d6433c92499d8e4f67e1c1dfa42ecd6f0David Lawrence 891. [bug] Return an error when a SIG(0) signed response to
2115bc7d6433c92499d8e4f67e1c1dfa42ecd6f0David Lawrence an unsigned query is seen. This should actually
2115bc7d6433c92499d8e4f67e1c1dfa42ecd6f0David Lawrence do the verification, but it's not currently
02e38214502c3a946cdfe87e16525747617a1150Brian Wellington possible. [RT #1391]
02e38214502c3a946cdfe87e16525747617a1150Brian Wellington 890. [cleanup] The man pages no longer require the mandoc macros
f8da2d95835c5216570a45e9000f740321503ae3David Lawrence and should now format cleanly using most versions of
f8da2d95835c5216570a45e9000f740321503ae3David Lawrence nroff, and HTML versions of the man pages have been
f8da2d95835c5216570a45e9000f740321503ae3David Lawrence added. Both are generated from DocBook source.
fdb2cda3ed366699d70aaf67ee5ae7fcd2ca7561David Lawrence 889. [port] Eliminated blank lines before .TH in nroff man
fdb2cda3ed366699d70aaf67ee5ae7fcd2ca7561David Lawrence pages since they cause problems with some versions
6094a7774954463e312f7266c8d4d3f26aa07d4aAndreas Gustafsson of nroff. [RT #1390]
8dc3d2006f679d0a291f7a20612c37e2a7146096Brian Wellington 888. [bug] Don't die when using TKEY to delete a nonexistent
a110543bb4d2e53caa40f83c2b45786a1efe63efAndreas Gustafsson TSIG key. [RT #1392]
a110543bb4d2e53caa40f83c2b45786a1efe63efAndreas Gustafsson 887. [port] Detect broken compilers that can't call static
ef9f9001fca9445ef315b1e76a66fc84fef6fdc6Andreas Gustafsson functions from inline functions. [RT #1212]
a06df85974344892431b14bec51c1beeee971eccAndreas Gustafsson 866. [func] Close debug only file channels when debug is set to
24c5978e0b32137305c2bef2c6e116ee7680a610Andreas Gustafsson zero. [RT #1246]
63612a0fe1abbeb8ab6d727a4cfe46831c481387Brian Wellington 865. [bug] The new configuration parser did not allow
63612a0fe1abbeb8ab6d727a4cfe46831c481387Brian Wellington the optional debug level in a "severity debug"
63612a0fe1abbeb8ab6d727a4cfe46831c481387Brian Wellington clause of a logging channel to be omitted.
9be0c3d823200bed1286cff6bddf2a8c639f5287Brian Wellington This is now allowed and treated as "severity
125a916d1a0c01f139ced5736145703df28d07cfDavid Lawrence debug 1;" like it does in BIND 8.2.4, not as
125a916d1a0c01f139ced5736145703df28d07cfDavid Lawrence "severity debug 0;" like it did in BIND 9.1.
32bb863ea960caa650105b60dcd45e3db6840a6fAndreas Gustafsson 864. [cleanup] Multithreading is now enabled by default on
32bb863ea960caa650105b60dcd45e3db6840a6fAndreas Gustafsson OSF1, Solaris 2.7 and newer, AIX, IRIX, and HP-UX.
736aab3076e9bec708cec073f5cf8e6c4b588886Brian Wellington 863. [bug] If an error occurred while an outgoing zone transfer
736aab3076e9bec708cec073f5cf8e6c4b588886Brian Wellington was starting up, the server could access a domain
736aab3076e9bec708cec073f5cf8e6c4b588886Brian Wellington name that had already been freed when logging a
732f883c12f171186d7f3331ebdf5d16044b14b0Brian Wellington message saying that the transfer was starting.
7cb10f77890fe36b14079c7beb848ec390a53e44Andreas Gustafsson 862. [bug] Use after realloc(), non portable pointer arithmetic in
bb1cf189bb9fd9059cf13b785d15b0e50c0be8fbAndreas Gustafsson 861. [port] Add support for Mac OS X, by making it equivalent
bb1cf189bb9fd9059cf13b785d15b0e50c0be8fbAndreas Gustafsson to Darwin. This was derived from the config.guess
bb1cf189bb9fd9059cf13b785d15b0e50c0be8fbAndreas Gustafsson file shipped with Mac OS X. [RT #1355]
f53848e17123569387b279578f0100dca5407da5Mark Andrews 860. [func] Drop cross class glue in zone transfers.
d46bf932ed5e1f58a4c424ce1ce7525963354482Brian Wellington 859. [bug] Cache cleaning now won't swamp the CPU if there
d46bf932ed5e1f58a4c424ce1ce7525963354482Brian Wellington is a persistent overlimit condition.
64a84169d7eed05486b10be90afea58f4af146f9Brian Wellington 858. [func] isc_mem_setwater() no longer requires that when the
1599bd6998f54b2b34804d7332f543744368a586Mark Andrews callback function is non-NULL then its hi_water
09671f9551077f9eae8c41619b61272cb9821100Andreas Gustafsson argument must be greater than its lo_water argument
1599bd6998f54b2b34804d7332f543744368a586Mark Andrews (they can now be equal) or that they be non-zero.
c8fc692fa1445ccfc39b68902546cdfc7ee30d3eBrian Wellington 857. [cleanup] Use ISC_MAGIC() to define all magic numbers for
c8fc692fa1445ccfc39b68902546cdfc7ee30d3eBrian Wellington structs, for our friends in EBCDIC-land.
f19771c55d7e7d5bb38160e710185e6e61749d16Andreas Gustafsson 856. [func] Allow partial rdatasets to be returned in answer and
f19771c55d7e7d5bb38160e710185e6e61749d16Andreas Gustafsson authority sections to help non-TCP capable clients
f19771c55d7e7d5bb38160e710185e6e61749d16Andreas Gustafsson recover from truncation. [RT #1301]
f19771c55d7e7d5bb38160e710185e6e61749d16Andreas Gustafsson 855. [bug] Stop spurious "using RFC 1035 TTL semantics" warnings.
f1d427043e94371cdf1f21b3cbd65917adbcff25Andreas Gustafsson 854. [bug] The config parser didn't properly handle config
f1d427043e94371cdf1f21b3cbd65917adbcff25Andreas Gustafsson options that were specified in units of time other
f1d427043e94371cdf1f21b3cbd65917adbcff25Andreas Gustafsson than seconds. [RT #1372]
f1d427043e94371cdf1f21b3cbd65917adbcff25Andreas Gustafsson 853. [bug] configure_view_acl() failed to detach existing acls.
6c29053a20f7614167bafa4388c666644a095349Andreas Gustafsson 852. [bug] Handle responses from servers which do not know
6c29053a20f7614167bafa4388c666644a095349Andreas Gustafsson 851. [cleanup] The obsolete support-ixfr option was not properly
3d509f54ac6bbcc19de5aa6d1ce37e001821dc7bDavid Lawrence --- 9.2.0a1 released ---
a59ed6543bbc13e7c784d6badce7b757c2620e28David Lawrence 850. [bug] dns_rbt_findnode() would not find nodes that were
a59ed6543bbc13e7c784d6badce7b757c2620e28David Lawrence split on a bitstring label somewhere other than in
a59ed6543bbc13e7c784d6badce7b757c2620e28David Lawrence the last label of the node. [RT #1351]
a59ed6543bbc13e7c784d6badce7b757c2620e28David Lawrence 849. [func] <isc/net.h> will ensure INADDR_LOOPBACK is defined.
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence 848. [func] A minimum max-cache-size of two megabytes is enforced
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence by the cache cleaner.
91b191a90cae9b162b8c68a3b4820031e129b37bBrian Wellington 847. [func] Added isc_file_test(), which currently only has
91b191a90cae9b162b8c68a3b4820031e129b37bBrian Wellington some very basic functionality to test for the
bf00f50cf43a43a999b5ab054cab652f7775dce6Brian Wellington existence of a file, whether a pathname is absolute,
bf00f50cf43a43a999b5ab054cab652f7775dce6Brian Wellington or whether a pathname is the fundamental representation
bf00f50cf43a43a999b5ab054cab652f7775dce6Brian Wellington of the current directory. It is intended that this
253f774e358dba38742a484426a4cadf4f248817Brian Wellington function can be expanded to test other things a
253f774e358dba38742a484426a4cadf4f248817Brian Wellington programmer might want to know about a file.
2de31518c3da27092120b40fc373cecf600d64e6Brian Wellington 846. [func] A non-zero 'param' to dst_key_generate() when making an
2de31518c3da27092120b40fc373cecf600d64e6Brian Wellington hmac-md5 key means that good entropy is not required.
4ae3a03bb7dbb050adddc051a5df6f3de057eb27Andreas Gustafsson 845. [bug] The access rights on the public file of a symmetric
4ae3a03bb7dbb050adddc051a5df6f3de057eb27Andreas Gustafsson key are now restricted as soon as the file is opened,
4ae3a03bb7dbb050adddc051a5df6f3de057eb27Andreas Gustafsson rather than after it has been written and closed.
10e22ebcc3629be94d37bf408157e2c5ee5740e0Andreas Gustafsson 844. [func] <isc/net.h> will ensure INADDR_LOOPBACK is defined,
2732332fe53d00592109ef69c0075fcc2ad09db9Brian Wellington 843. [func] If no controls statement is present in named.conf,
2732332fe53d00592109ef69c0075fcc2ad09db9Brian Wellington or if any inet phrase of a controls statement is
8fa78d9ad5f5ab6c69d1d52b00b1ffcdf1bd5bebMichael Sawyer lacking a keys clause, then a key will be automatically
8fa78d9ad5f5ab6c69d1d52b00b1ffcdf1bd5bebMichael Sawyer generated by named and an rndc.conf-style file
8fa78d9ad5f5ab6c69d1d52b00b1ffcdf1bd5bebMichael Sawyer named named.key will be written that uses it. rndc
e544b507b8019a62c5d2716281f6832519a8791dDavid Lawrence will use this file only if its normal configuration
e544b507b8019a62c5d2716281f6832519a8791dDavid Lawrence file, or one provided on the command line, does not
09de21079e902c7356d936ef4f2a31060b36e5f3Brian Wellington 842. [func] 'rndc flush' now takes an optional view.
ee4429e13e08f30c366cdc5d10585388b8a9f212Michael Sawyer 841. [bug] When sdb modules were not declared threadsafe, their
ee4429e13e08f30c366cdc5d10585388b8a9f212Michael Sawyer create and destroy functions were not serialized.
09671f9551077f9eae8c41619b61272cb9821100Andreas Gustafsson 840. [bug] The config file parser could print the wrong file
b74896ead5671943135727b50d86d1040d7ffbf3David Lawrence name if an error was detected after an included file
b74896ead5671943135727b50d86d1040d7ffbf3David Lawrence was parsed. [RT #1353]
8aff41ca8ac8dbd9671f3da824406a8783db49d1Brian Wellington 839. [func] Dump packets for which there was no view or that the
8aff41ca8ac8dbd9671f3da824406a8783db49d1Brian Wellington class could not be determined to category "unmatched".
c9d7e543d0da2996d1cc52d3c5920141df49a4ecBrian Wellington 838. [port] UnixWare 7.x.x is now suported by
6dbf9cbe6a39a00de910ef843b9f864abf68bc40Brian Wellington 837. [cleanup] Multithreading is now enabled by default only on
6dbf9cbe6a39a00de910ef843b9f864abf68bc40Brian Wellington OSF1, Solaris 2.7 and newer, and AIX.
17aac384e029f5dd3314876058c7501f4d84b90bBrian Wellington 836. [func] Upgraded libtool to 1.4.
17aac384e029f5dd3314876058c7501f4d84b90bBrian Wellington 835. [bug] The dispatcher could enter a busy loop if
23f64ea0dcd7f5b7094ae6ade2a002fb7dde1466Brian Wellington it got an I/O error receiving on a UDP socket.
3c7ce471aa8a1a9c5bc0ca9e41f406bdc9f0b2aeAndreas Gustafsson 834. [func] Accept (but warn about) master files beginning with
3c7ce471aa8a1a9c5bc0ca9e41f406bdc9f0b2aeAndreas Gustafsson an SOA record without an explicit TTL field and
3c7ce471aa8a1a9c5bc0ca9e41f406bdc9f0b2aeAndreas Gustafsson lacking a $TTL directive, by using the SOA MINTTL
3c7ce471aa8a1a9c5bc0ca9e41f406bdc9f0b2aeAndreas Gustafsson as a default TTL. This is for backwards compatibility
3562c9dc12f06eb964ccefd3291a012f4e6b1743Brian Wellington with old versions of BIND 8, which accepted such
3562c9dc12f06eb964ccefd3291a012f4e6b1743Brian Wellington files without warning although they are illegal
3562c9dc12f06eb964ccefd3291a012f4e6b1743Brian Wellington according to RFC1035.
f437f6ffae28f88334cf47ce8f948cbf40331ffaAndreas Gustafsson 833. [cleanup] Moved dns_soa_*() from <dns/journal.h> to
f437f6ffae28f88334cf47ce8f948cbf40331ffaAndreas Gustafsson <dns/soa.h>, and extended them to support
704d6eeab1d8d6a2aeb99c37fa5a97322d9340fcBrian Wellington all the integer-valued fields of the SOA RR.
704d6eeab1d8d6a2aeb99c37fa5a97322d9340fcBrian Wellington 832. [bug] The default location for named.conf in named-checkconf
ed8ba54e644957e0ebd51601552193275299ca8dAndreas Gustafsson should depend on --sysconfdir like it does in named.
4d5c668a91c6e5a26653031dd137292bfc03da52Andreas Gustafsson 831. [placeholder]
4d5c668a91c6e5a26653031dd137292bfc03da52Andreas Gustafsson 830. [func] Implement 'rndc status'.
5a6335a8bffdcc15ab4b3bb01d070080f9bc892eMark Andrews 829. [bug] The DNS_R_ZONECUT result code should only be returned
9c566a852f31c3a5d0b9d6eaf11463114339c01dAndreas Gustafsson when an ANY query is made with DNS_DBFIND_GLUEOK set.
9c566a852f31c3a5d0b9d6eaf11463114339c01dAndreas Gustafsson In all other ANY query cases, returning the delegation
9c566a852f31c3a5d0b9d6eaf11463114339c01dAndreas Gustafsson 828. [bug] The errno value from recvfrom() could be overwritten
9c566a852f31c3a5d0b9d6eaf11463114339c01dAndreas Gustafsson by logging code. [RT #1293]
9c566a852f31c3a5d0b9d6eaf11463114339c01dAndreas Gustafsson 827. [bug] When an IXFR protocol error occurs, the slave
4c08b67a5f01eda472a9dfee4c73dbbac49c0065Mark Andrews should retry with AXFR.
f8abaa0fae7f75d9601c10b6a4af8dd907494d45Mark Andrews 826. [bug] Some IXFR protocol errors were not detected.
f8abaa0fae7f75d9601c10b6a4af8dd907494d45Mark Andrews 825. [bug] zone.c:ns_query() detached from the wrong zone
1addbb84718fdb7635459ed05f060be086e88f35Andreas Gustafsson reference. [RT #1264]
1addbb84718fdb7635459ed05f060be086e88f35Andreas Gustafsson 824. [bug] Correct line numbers reported by dns_master_load().
1addbb84718fdb7635459ed05f060be086e88f35Andreas Gustafsson 823. [func] The output of "dig -h" now goes to stdout so that it
d3be9a9c6ef76a5d7671b0962785ca025b153d2bAndreas Gustafsson can easily be piped through "more". [RT #1254]
d3be9a9c6ef76a5d7671b0962785ca025b153d2bAndreas Gustafsson 822. [bug] Sending nxrrset prerequisites would crash nsupdate.
e9fce1415f8be4cd38d528950c92c481bd105254Mark Andrews 821. [bug] The program name used when logging to syslog should
483958540f0034d543f0564beb7877326f15a45bMark Andrews be stripped of leading path components.
483958540f0034d543f0564beb7877326f15a45bMark Andrews [RT #1178, #1232]
90cd33e0baf23574a88a4c967afec8b95a1801deAndreas Gustafsson 820. [bug] Name server address lookups failed to follow
90cd33e0baf23574a88a4c967afec8b95a1801deAndreas Gustafsson A6 chains into the glue of local authoritative
517950ae99fa271b034a5cfec1c9fbb62696f975Mark Andrews 819. [bug] In certain cases, the resolver's attempts to
517950ae99fa271b034a5cfec1c9fbb62696f975Mark Andrews restart an address lookup at the root could cause
517950ae99fa271b034a5cfec1c9fbb62696f975Mark Andrews the fetch to deadlock (with itself) instead of
f9870620b346ed267023dc98ee81adcfef2e16b7Andreas Gustafsson restarting. [RT #1225]
dfd7798d8b870abf03795d8095297a4b982ab6e9Mark Andrews 818. [bug] Certain pathological responses to ANY queries could
19ff7edc1a6388085193f5487e1599f45aa62648Mark Andrews cause an assertion failure. [RT #1218]
19ff7edc1a6388085193f5487e1599f45aa62648Mark Andrews 817. [func] Adjust timeouts for dialup zone queries.
8a0ff6c15cb20c903f9e16a3d5c2cab603478bc3Mark Andrews 816. [bug] Report potential problems with log file accessibility
8a0ff6c15cb20c903f9e16a3d5c2cab603478bc3Mark Andrews at configuration time, since such problems can't
8a0ff6c15cb20c903f9e16a3d5c2cab603478bc3Mark Andrews reliably be reported at the time they actually occur.
42928d936e79dbda7ea00bbcab6e5d8034a95bf8Andreas Gustafsson 815. [bug] If a log file was specified with a path separator
0c0619cc1983ff58e855c5159d8892e46dddac5eBrian Wellington character (i.e. "/") in its name and the directory
0c0619cc1983ff58e855c5159d8892e46dddac5eBrian Wellington did not exist, the log file's name was treated as
c472ead4a932f93251eddaa41e120c3bfc4f95a4Andreas Gustafsson though it were the directory name. [RT #1189]
c472ead4a932f93251eddaa41e120c3bfc4f95a4Andreas Gustafsson 814. [bug] Socket objects left over from accept() failures
d7e77a9b59138e8a94d3dfa4e41e1852ad51ac25Andreas Gustafsson were incorrectly destroyed, causing corruption
c472ead4a932f93251eddaa41e120c3bfc4f95a4Andreas Gustafsson of socket manager data structures.
a6dbd6b6604e27ae3c7190de20dbcaaa6e5a1fd8Andreas Gustafsson 813. [bug] File descriptors exceeding FD_SETSIZE were handled
a6dbd6b6604e27ae3c7190de20dbcaaa6e5a1fd8Andreas Gustafsson badly. [RT #1192]
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson 812. [bug] dig sometimes printed incomplete IXFR responses
383665e42ad838046472e847b16c4e0d3f1aaf76Bob Halley due to an uninitialized variable. [RT #1188]
383665e42ad838046472e847b16c4e0d3f1aaf76Bob Halley 811. [bug] Parentheses were not quoted in zone dumps. [RT #1194]
383665e42ad838046472e847b16c4e0d3f1aaf76Bob Halley 810. [bug] The signer name in SIG records was not properly
6b5a6fbe1cc0ceb7e2b516aaada596b79360a5b8Bob Halley downcased when signing/verifying records. [RT #1186]
6b5a6fbe1cc0ceb7e2b516aaada596b79360a5b8Bob Halley 809. [bug] Configuring a non-local address as a transfer-source
5bbed85a33186db4e629e98f45ca702ac6b09127Brian Wellington could cause an assertion failure during load.
ba6fd2580863759baedd9c47153602b19006a324Andreas Gustafsson 808. [func] Add 'rndc flush' to flush the server's cache.
ba6fd2580863759baedd9c47153602b19006a324Andreas Gustafsson 807. [bug] When setting up TCP connections for incoming zone
ba6fd2580863759baedd9c47153602b19006a324Andreas Gustafsson transfers, the transfer-source port was not
ba6fd2580863759baedd9c47153602b19006a324Andreas Gustafsson ignored like it should be.
86a4d80e0624a10b1824d25018246e1ea63f55d2Andreas Gustafsson 806. [bug] DNS_R_SEENINCLUDE was failing to propagate back up
850d70818503ca1b0f98c9c70b16b51e789fd705Andreas Gustafsson the calling stack to the zone maintence level, causing
dd16d9d9e77c2d906ee5ffa3dd9f71cacfbcb081Brian Wellington zones to not reload when an included file was touched
dd16d9d9e77c2d906ee5ffa3dd9f71cacfbcb081Brian Wellington but the top-level zone file was not.
d3a86da2e8f09e2c3f55721aae537b9cacc7e537Andreas Gustafsson 805. [bug] When using "forward only", missing root hints should
d3a86da2e8f09e2c3f55721aae537b9cacc7e537Andreas Gustafsson not cause queries to fail. [RT #1143]
850d70818503ca1b0f98c9c70b16b51e789fd705Andreas Gustafsson 804. [bug] Attempting to obtain entropy could fail in some
850d70818503ca1b0f98c9c70b16b51e789fd705Andreas Gustafsson situations. This would be most common on systems
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence with user-space threads. [RT #1131]
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence 803. [bug] Treat all SIG queries as if they have the CD bit set,
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence otherwise no data will be returned [RT #749]
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence 802. [bug] DNSSEC key tags were computed incorrectly in almost
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence all cases. [RT #1146]
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence 801. [bug] nsupdate should treat lines beginning with ';' as
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence comments. [RT #1139]
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence 800. [bug] dnssec-signzone produced incorrect statistics for
3c82f274bd880a33fdaf211af4fe8f6b3d6ca556David Lawrence large zones. [RT #1133]
5afc10d6d8278c9ab34b9f6c82ef7bb3bfefd0efAndreas Gustafsson 799. [bug] The ADB didn't find AAAA glue in a zone unless A6
78d78f05d91205cbde33ca87d24b8d13aa2d8d66Brian Wellington glue was also present.
78d78f05d91205cbde33ca87d24b8d13aa2d8d66Brian Wellington 798. [bug] nsupdate should be able to reject bad input lines
78d78f05d91205cbde33ca87d24b8d13aa2d8d66Brian Wellington and continue. [RT #1130]
5afc10d6d8278c9ab34b9f6c82ef7bb3bfefd0efAndreas Gustafsson 797. [func] Issue a warning if the 'directory' option contains
5afc10d6d8278c9ab34b9f6c82ef7bb3bfefd0efAndreas Gustafsson a relative path. [RT #269]
3f01dde0bd24561fc3a6c2f7e259a58af4457a86Brian Wellington 796. [func] When a size limit is associated with a log file,
3f01dde0bd24561fc3a6c2f7e259a58af4457a86Brian Wellington only roll it when the size is reached, not every
3f01dde0bd24561fc3a6c2f7e259a58af4457a86Brian Wellington time the log file is opened. [RT #1096]
626b221f7113479a0709f0bb0a8193c0ab0dcf84Andreas Gustafsson 795. [func] Add the +multiline option to dig. [RT #1095]
626b221f7113479a0709f0bb0a8193c0ab0dcf84Andreas Gustafsson 794. [func] Implement the "port" and "default-port" statements
c379c1bddb2d84c9219ab6c394b33aa866b9f3bfAndreas Gustafsson 793. [cleanup] The DNSSEC tools could create filenames that were
febaa091847ab004f40500cc475a819f2c73fcddAndreas Gustafsson illegal or contained shell metacharacters. They
febaa091847ab004f40500cc475a819f2c73fcddAndreas Gustafsson now use a different text encoding of names that
ebfcb6cf66283096ebda1503b6cc042ce86b6bedBrian Wellington doesn't have these problems. [RT #1101]
c379c1bddb2d84c9219ab6c394b33aa866b9f3bfAndreas Gustafsson 792. [cleanup] Replace the OMAPI command channel protocol with a
066faef1195d539f575816ccab87ff3e85b1b13eBrian Wellington 791. [bug] The command channel now works over IPv6.
17442ccc2b2e9c3b3bfc337f0fdfad6186fbb123Mark Andrews 790. [bug] Wildcards created using dynamic update or IXFR
17442ccc2b2e9c3b3bfc337f0fdfad6186fbb123Mark Andrews could fail to match. [RT #1111]
61b0df9eb522f13aef13cc2704728e799cbc251aMichael Sawyer 789. [bug] The "localhost" and "localnets" ACLs did not match
61b0df9eb522f13aef13cc2704728e799cbc251aMichael Sawyer when used as the second element of a two-element
61b0df9eb522f13aef13cc2704728e799cbc251aMichael Sawyer sortlist item.
369bb68c2c7709c7fd8b0d6c1d1f8abc6422a7e2Michael Sawyer 788. [func] Add the "match-mapped-addresses" option, which
369bb68c2c7709c7fd8b0d6c1d1f8abc6422a7e2Michael Sawyer causes IPv6 v4mapped addresses to be treated as
369bb68c2c7709c7fd8b0d6c1d1f8abc6422a7e2Michael Sawyer IPv4 addresses for the purpose of acl matching.
3dcb97b199693012d12e978b8f577a339e434361Andreas Gustafsson 787. [bug] The DNSSEC tools failed to downcase domain
a3e41e3c03a32b00fc243fce538a39ddc7237885Andreas Gustafsson names when mapping them into file names.
a3e41e3c03a32b00fc243fce538a39ddc7237885Andreas Gustafsson 786. [bug] When DNSSEC signing/verifying data, owner names were
a3e41e3c03a32b00fc243fce538a39ddc7237885Andreas Gustafsson not properly downcased.
fa3cbea8bfba19d1c11f9a6ad20f40a2c15377f0Brian Wellington 785. [bug] A race condition in the resolver could cause
fa3cbea8bfba19d1c11f9a6ad20f40a2c15377f0Brian Wellington an assertion failure. [RT #673, #872, #1048]
0fc89c4ee660e825ac66774f2d4912cfc396386aMark Andrews 784. [bug] nsupdate and other programs would not quit properly
e21d199dca95aff5d50f133d6b064309e209af00Brian Wellington if some signals were blocked by the caller. [RT #1081]
c03298d879554fc5dc197c28fd4b686e0d880ee3Mark Andrews 783. [bug] Following CNAMEs could cause an assertion failure
c03298d879554fc5dc197c28fd4b686e0d880ee3Mark Andrews when either using an sdb database or under very
04c22ceaf2d3812eaab69d79958d0e0d62048cd2Mark Andrews rare conditions.
04c22ceaf2d3812eaab69d79958d0e0d62048cd2Mark Andrews 782. [func] Implement the "serial-query-rate" option.
04c22ceaf2d3812eaab69d79958d0e0d62048cd2Mark Andrews 781. [func] Avoid error packet loops by dropping duplicate FORMERR
04c22ceaf2d3812eaab69d79958d0e0d62048cd2Mark Andrews responses. [RT #1006]
6ef15459b8fd3fc8b5672da4ad72c19a755dbe45Mark Andrews 780. [bug] Error handling code dealing with out of memory or
b65f2ab14abb4b6ef906d7d02064fba158f07b1eDavid Lawrence other rare errors could lead to assertion failures
b65f2ab14abb4b6ef906d7d02064fba158f07b1eDavid Lawrence by calling functions on unitialized names. [RT #1065]
b65f2ab14abb4b6ef906d7d02064fba158f07b1eDavid Lawrence 779. [func] Added the "minimal-responses" option.
b65f2ab14abb4b6ef906d7d02064fba158f07b1eDavid Lawrence 778. [bug] When starting cache cleaning, cleaning_timer_action()
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews returned without first pausing the iterator, which
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews could cause deadlock. [RT #998]
b65f2ab14abb4b6ef906d7d02064fba158f07b1eDavid Lawrence 777. [bug] An empty forwarders list in a zone failed to override
b65f2ab14abb4b6ef906d7d02064fba158f07b1eDavid Lawrence global forwarders. [RT #995]
c03bb27f0675a6e60ceea66b451548e8481bc05cMark Andrews 776. [func] Improved error reporting in denied messages. [RT #252]
389c749a5ee18f1c0d6278ae49f2aae5d5f0d2dcMark Andrews 775. [placeholder]
72fa265baa3d138b43427bcb5c0838740f807045Mark Andrews 774. [func] max-cache-size is implemented.
72fa265baa3d138b43427bcb5c0838740f807045Mark Andrews 773. [func] Added isc_rwlock_trylock() to attempt to lock without
4b6d5b2312d1482cc406fe58fa3269dd7a915b3fMark Andrews 772. [bug] Owner names could be incorrectly omitted from cache
4b6d5b2312d1482cc406fe58fa3269dd7a915b3fMark Andrews dumps in the presence of negative caching entries.
b1cde6bf3a8e3a77eb77caf97df0d7ec5c8450dfBrian Wellington 771. [cleanup] TSIG errors related to unsynchronized clocks
b1cde6bf3a8e3a77eb77caf97df0d7ec5c8450dfBrian Wellington are logged better. [RT #919]
f8abaa0fae7f75d9601c10b6a4af8dd907494d45Mark Andrews 770. [func] Add the "edns yes_or_no" statement to the server
f8abaa0fae7f75d9601c10b6a4af8dd907494d45Mark Andrews clause. [RT #524]
f8abaa0fae7f75d9601c10b6a4af8dd907494d45Mark Andrews 769. [func] Improved error reporting when parsing rdata. [RT #740]
37d1c8ee546ae89720c3e17e57ee3a05e9cdc7b9Brian Wellington 768. [bug] The server did not emit an SOA when a CNAME
37d1c8ee546ae89720c3e17e57ee3a05e9cdc7b9Brian Wellington or DNAME chain ended in NXDOMAIN in an
37d1c8ee546ae89720c3e17e57ee3a05e9cdc7b9Brian Wellington authoritative zone.
28b7844ee93231da831ba3c090e1677bb1be5f18Andreas Gustafsson 767. [placeholder]
28b7844ee93231da831ba3c090e1677bb1be5f18Andreas Gustafsson 766. [bug] A few cases in query_find() could leak fname.
28b7844ee93231da831ba3c090e1677bb1be5f18Andreas Gustafsson This would trigger the mpctx->allocated == 0
28b7844ee93231da831ba3c090e1677bb1be5f18Andreas Gustafsson assertion when the server exited.
78db9e8f4b686fde6dfa0ec85a68c06cc9d4bf28Brian Wellington [RT #739, #776, #798, #812, #818, #821, #845,
78db9e8f4b686fde6dfa0ec85a68c06cc9d4bf28Brian Wellington #892, #935, #966]
78db9e8f4b686fde6dfa0ec85a68c06cc9d4bf28Brian Wellington 765. [func] ACL names are once again case insensitive, like
78db9e8f4b686fde6dfa0ec85a68c06cc9d4bf28Brian Wellington in BIND 8. [RT #252]
b20ee662a7c847c9ef7b96ab9e5e34543efe5c0dMark Andrews 764. [func] Configuration files now allow "include" directives
b20ee662a7c847c9ef7b96ab9e5e34543efe5c0dMark Andrews in more places, such as inside the "view" statement.
450995b90c8cb66d82c2377d4f9bd9812a132c30Andreas Gustafsson [RT #377, #728, #860]
450995b90c8cb66d82c2377d4f9bd9812a132c30Andreas Gustafsson 763. [func] Configuration files no longer have reserved words.
f90fe7c8b9a3eef8968fac74905e868c8ab583a3Brian Wellington [RT #731, #753]
190fbe9738bd0c1b9b13732bb8bd56b2b7c71640David Lawrence 762. [cleanup] The named.conf and rndc.conf file parsers have
190fbe9738bd0c1b9b13732bb8bd56b2b7c71640David Lawrence been completely rewritten.
190fbe9738bd0c1b9b13732bb8bd56b2b7c71640David Lawrence 761. [bug] _REENTRANT was still defined when building with
190fbe9738bd0c1b9b13732bb8bd56b2b7c71640David Lawrence --disable-threads.
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley 760. [contrib] Significant enhancements to the pgsql sdb driver.
7b438bdb9b821f9f1c96443762072e137716048dBrian Wellington 759. [bug] The resolver didn't turn off "avoid fetches" mode
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley when restarting, possibly causing resolution
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley to fail when it should not. This bug only affected
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley platforms which support both IPv4 and IPv6. [RT #927]
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley 758. [bug] The "avoid fetches" code did not treat negative
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley cache entries correctly, causing fetches that would
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley be useful to be avoided. This bug only affected
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley platforms which support both IPv4 and IPv6. [RT #927]
c40085afa75a5eae732ec1198384dd5cb24400b6Bob Halley 757. [func] Log zone transfers.
86c270cbb24117976d6cd3098c3010e067915c24Andreas Gustafsson 756. [bug] dns_zone_load() could "return" success when no master
10258f6b3d1ce54ffb22e6b9a31f8f001f7ee2d5Mark Andrews file was configured.
b38ebe307cb2411535c79afd441870a99cc50eddMark Andrews 755. [bug] Fix incorrectly formatted log messages in zone.c.
c2e0aac879097f81bcd31e3d09660a71e70c5fb0Michael Sawyer 754. [bug] Certain failure conditions sending UDP packets
8217f91f8d2dd6e94a2bf893284506ea47cd294aAndreas Gustafsson could cause the server to retry the transmission
c2e0aac879097f81bcd31e3d09660a71e70c5fb0Michael Sawyer indefinitely. [RT #902]
588b63e1a86fb707172830e14897da624ed380edMark Andrews 753. [bug] dig, host, and nslookup would fail to contact a
588b63e1a86fb707172830e14897da624ed380edMark Andrews remote server if getaddrinfo() returned an IPv6
bb17aa91c14de959b191a200df61afb6a68f110fBrian Wellington address on a system that doesn't support IPv6.
452d75b18f9d050086964fa39c326cf388517396Mark Andrews 752. [func] Correct bad tv_usec elements returned by
452d75b18f9d050086964fa39c326cf388517396Mark Andrews gettimeofday().
2b4db0b6d4b5a0307cecbafdd1d34d6f61b7dbadMark Andrews 751. [func] Log successful zone loads / transfers. [RT #898]
6850cdd4497424c9d42ade487edfde9fb9a47de9Brian Wellington 750. [bug] A query should not match a DNAME whose trust level
6850cdd4497424c9d42ade487edfde9fb9a47de9Brian Wellington is pending. [RT #916]
2a37aa188c2297e0c0856c3e5740c43dd426a432Mark Andrews 749. [bug] When a query matched a DNAME in a secure zone, the
2a37aa188c2297e0c0856c3e5740c43dd426a432Mark Andrews server did not return the signature of the DNAME.
6c87cf19970a9eef43c1e38227cd23b3a2f6151aMark Andrews 748. [doc] List supported RFCs in doc/misc/rfc-compliance.
df1e829dde71ab960545453e4ae439ae601d5a9eMark Andrews 747. [bug] The code to determine whether an IXFR was possible
df1e829dde71ab960545453e4ae439ae601d5a9eMark Andrews did not properly check for a database that could
df1e829dde71ab960545453e4ae439ae601d5a9eMark Andrews not have a journal. [RT #865, #908]
df1e829dde71ab960545453e4ae439ae601d5a9eMark Andrews 746. [bug] The sdb didn't clone rdatasets properly, causing
df1e829dde71ab960545453e4ae439ae601d5a9eMark Andrews a crash when the server followed delegations. [RT #905]
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer 745. [func] Report the owner name of records that fail
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer semantic checks while loading.
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson 744. [bug] When returning DNS_R_CNAME or DNS_R_DNAME as the
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer result of an ANY or SIG query, the resolver failed
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson to setup the return event's rdatasets, causing an
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer assertion failure in the query code. [RT #881]
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer 743. [bug] Receiving a large number of certain malformed
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer answers could cause named to stop responding.
fb04db11ee6aad3ac3e023ab89b5f9d8a4d5674dMichael Sawyer 742. [placeholder]
e65fe7af00935a0a81d4b0b0ed51c7f6c89f5c3bAndreas Gustafsson 741. [port] Support openssl-engine. [RT #709]
4bb3a1a63d7943564f30bf9efd312283141439a2Andreas Gustafsson 740. [port] Handle openssl library mismatches slightly better.
4bb3a1a63d7943564f30bf9efd312283141439a2Andreas Gustafsson 739. [port] Look for /dev/random in configure, rather than
4bb3a1a63d7943564f30bf9efd312283141439a2Andreas Gustafsson assuming it will be there for only a predefined
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson 738. [bug] If a non-threadsafe sdb driver supported AXFR and
389ec663f262cc219e986d6600eec9707ef2cb24Brian Wellington received an AXFR request, it would deadlock or die
e549eb1242b69ee050440e7205a5633cb56199b3Mark Andrews with an assertion failure. [RT #852]
88cef4408ab6b4c48702ed1b3ae27e20f485d864Mark Andrews 737. [port] stdtime.c failed to compile on certain platforms.
88cef4408ab6b4c48702ed1b3ae27e20f485d864Mark Andrews 736. [func] New functions isc_task_{begin,end}exclusive().
88cef4408ab6b4c48702ed1b3ae27e20f485d864Mark Andrews 735. [doc] Add BIND 4 migration notes.
fce9a9550e8e7a6dff4093d4815ec41fae2d7b55Mark Andrews 734. [bug] An attempt to re-lock the zone lock could occur if
ff7e6f2791cc5ad7c5f401a184b88343fde5ec3cAndreas Gustafsson the server was shutdown during a zone tranfer.
693ddf84daa745a0ea8ca311a8154dfa03eabc43Andreas Gustafsson 733. [bug] Reference counts of dns_acl_t objects need to be
ff7e6f2791cc5ad7c5f401a184b88343fde5ec3cAndreas Gustafsson locked but were not. [RT #801, #821]
ff7e6f2791cc5ad7c5f401a184b88343fde5ec3cAndreas Gustafsson 732. [bug] Glue with 0 TTL could also cause SERVFAIL. [RT #828]
ff7e6f2791cc5ad7c5f401a184b88343fde5ec3cAndreas Gustafsson 731. [bug] Certain zone errors could cause named-checkzone to
2bebe117bf96d7e24df4d703d6488d61a5179bcaMark Andrews fail ungracefully. [RT #819]
4da10bce4bf64b574b59aa4fb5be0f237d0d41edBrian Wellington 730. [bug] lwres_getaddrinfo() returns the correct result when
4da10bce4bf64b574b59aa4fb5be0f237d0d41edBrian Wellington it fails to contact a server. [RT #768]
3f123dcc2fe5d2cd08ca91b732741d86a4036906Brian Wellington 729. [port] pthread_setconcurrency() needs to be called on Solaris.
16ea60d0dbbaf1206f4800cb16744ef568fd7be8Michael Sawyer 728. [bug] Fix comment processing on master file directives.
85b23709431b1a84924fe2844f5cf657d1689eefMichael Sawyer 727. [port] Work around OS bug where accept() succeeds but
85b23709431b1a84924fe2844f5cf657d1689eefMichael Sawyer fails to fill in the peer address of the accepted
85b23709431b1a84924fe2844f5cf657d1689eefMichael Sawyer connection, by treating it as an error rather than
85b23709431b1a84924fe2844f5cf657d1689eefMichael Sawyer an assertion failure. [RT #809]
d15f51c600ed29b2dc379c433fb226c3a13ac0bbAndreas Gustafsson 726. [func] Implement the "trace" and "notrace" commands in rndc.
d15f51c600ed29b2dc379c433fb226c3a13ac0bbAndreas Gustafsson 725. [bug] Installing man pages could fail.
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson 724. [func] New libisc functions isc_netaddr_any(),
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson isc_netaddr_any6().
e412ae947df6de858883564b8676a9650df70d9aMark Andrews 723. [bug] Referrals whose NS RRs had a 0 TTL caused the resolver
e412ae947df6de858883564b8676a9650df70d9aMark Andrews to return DNS_R_SERVFAIL. [RT #783]
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson 722. [func] Allow incremental loads to be canceled.
07a926724c0a91d85b85a94441938d0094e88cffMark Andrews 721. [cleanup] Load manager and dns_master_loadfilequota() are no
90023730de34721b8cd8f3b5d059a28b7a65cf04Andreas Gustafsson 720. [bug] Server could enter infinite loop in
90023730de34721b8cd8f3b5d059a28b7a65cf04Andreas Gustafsson dispatch.c:do_cancel(). [RT #733]
922e6a3c2ac4ef900dd9dc99f0cc137f18372583Andreas Gustafsson 719. [bug] Rapid reloads could trigger an assertion failure.
922e6a3c2ac4ef900dd9dc99f0cc137f18372583Andreas Gustafsson [RT #743, #763]
280747fa7c1d4597d47f7be8ec5fb7c8980c1952Andreas Gustafsson 718. [cleanup] "internal" is no longer a reserved word in named.conf.
280747fa7c1d4597d47f7be8ec5fb7c8980c1952Andreas Gustafsson [RT #753, #731]
0e07026a21dfcaf57dc789e7ece20182dc36029cMark Andrews 717. [bug] Certain TKEY processing failure modes could
0e07026a21dfcaf57dc789e7ece20182dc36029cMark Andrews reference an uninitialized variable, causing the
27d725f2b0f8d176d4625dc8b2ed71269b25c9a7Andreas Gustafsson server to crash. [RT #750]
337ca1838428c52bca3c72288342ce3dee550a04Andreas Gustafsson 716. [bug] The first line of a $INCLUDE master file was lost if
337ca1838428c52bca3c72288342ce3dee550a04Andreas Gustafsson an origin was specified. [RT #744]
337ca1838428c52bca3c72288342ce3dee550a04Andreas Gustafsson 715. [bug] Resolving some A6 chains could cause an assertion
337ca1838428c52bca3c72288342ce3dee550a04Andreas Gustafsson failure in adb.c. [RT #738]
6b0ce7d29fac9df84ed34aa2d4634e754aec750dAndreas Gustafsson 714. [bug] Preserve interval timers across reloads unless changed.
dc2e45d08d73fdaefd92dbfa4d69b4d3f3b0f249Andreas Gustafsson 713. [func] named-checkconf takes '-t directory' similar to named.
27d725f2b0f8d176d4625dc8b2ed71269b25c9a7Andreas Gustafsson 712. [bug] Sending a large signed update message caused an
27d725f2b0f8d176d4625dc8b2ed71269b25c9a7Andreas Gustafsson assertion failure. [RT #718]
c89ac488df58cf6a37918cd00236eedf015830f8Andreas Gustafsson 711. [bug] The libisc and liblwres implementations of
c89ac488df58cf6a37918cd00236eedf015830f8Andreas Gustafsson inet_ntop contained an off by one error.
c89ac488df58cf6a37918cd00236eedf015830f8Andreas Gustafsson 710. [func] The forwarders statement now takes an optional
46a7e707fee6d7ba6ca6dae200ff6e0230f4d2f1Brian Wellington port. [RT #418]
eb059776a206e9be778de0f196a0304b558a779cAndreas Gustafsson 709. [bug] ANY or SIG queries for data with a TTL of 0
9d3ef72b37c7d23ce3aaaaa5cd0434b4e5ed5c12Mark Andrews would return SERVFAIL. [RT #620]
a7c76f1924d5fc914c579fd3b0276ffbddd2f65aMark Andrews 708. [bug] When building with --with-openssl, the openssl headers
a7c76f1924d5fc914c579fd3b0276ffbddd2f65aMark Andrews included with BIND 9 should not be used. [RT #702]
c50a002bd1e36d13e95d74b43ed4a2b5d6fdcec3Mark Andrews 707. [func] The "filename" argument to named-checkzone is no
c50a002bd1e36d13e95d74b43ed4a2b5d6fdcec3Mark Andrews longer optional, to reduce confusion. [RT #612]
c50a002bd1e36d13e95d74b43ed4a2b5d6fdcec3Mark Andrews 706. [bug] Zones with an explicit "allow-update { none; };"
c50a002bd1e36d13e95d74b43ed4a2b5d6fdcec3Mark Andrews were considered dynamic and therefore not reloaded
c50a002bd1e36d13e95d74b43ed4a2b5d6fdcec3Mark Andrews on SIGHUP or "rndc reload".
566155f16e43fe5f1550456e534b31b0cc36d243David Lawrence 705. [port] Work out resource limit type for use where rlim_t is
566155f16e43fe5f1550456e534b31b0cc36d243David Lawrence not available. [RT #695]
566155f16e43fe5f1550456e534b31b0cc36d243David Lawrence 704. [port] RLIMIT_NOFILE is not available on all platforms.
07a46d6dca37ef96b6e9c1fc0c2789983d91819cAndreas Gustafsson 703. [port] sys/select.h is needed on older platforms. [RT #695]
cd73a1c823bc9feea603803a96a9e5f5da8bf33dMichael Sawyer 702. [func] If the address 0.0.0.0 is seen in resolv.conf,
6d85ebc2d2ccbb8ef01c3ac1659686d3c2be0377Brian Wellington use 127.0.0.1 instead. [RT #693]
4a0b04961653b4153402dabd71dfd8474b6c230dAndreas Gustafsson 701. [func] Root hints are now fully optional. Class IN
4a0b04961653b4153402dabd71dfd8474b6c230dAndreas Gustafsson views use compiled-in hints by default, as
4a0b04961653b4153402dabd71dfd8474b6c230dAndreas Gustafsson before. Non-IN views with no root hints now
b0796437d493ca2e083ab0ff02acf0dc0c8ad2a3David Lawrence provide authoritative service but not recursion.
98b8d49c0c0bbace27966eed5811bc81255ce297Brian Wellington A warning is logged if a view has neither root
98b8d49c0c0bbace27966eed5811bc81255ce297Brian Wellington hints nor authoritative data for the root. [RT #696]
e42c402595802edceafbd3e5338dda011fbbcdb6Michael Sawyer 700. [bug] $GENERATE range check was wrong. [RT #688]
8357e90fba97010a86356a41c8a961d5d602d7d0Michael Sawyer 699. [bug] The lexer mishandled empty quoted strings. [RT #694]
a94948ad5b3b258ce9503b7322bdf82c0baabcabAndreas Gustafsson 698. [bug] Aborting nsupdate with ^C would lead to several
a94948ad5b3b258ce9503b7322bdf82c0baabcabAndreas Gustafsson race conditions.
3291587f23b940c986f41cf37b2e531f618ec2bdMichael Sawyer 697. [bug] nsupdate was not compatible with the undocumented
b374727d513049b4bfcb9eb021002595fe6a7c63Mark Andrews BIND 8 behavior of ignoring TTLs in "update delete"
b374727d513049b4bfcb9eb021002595fe6a7c63Mark Andrews commands. [RT #693]
d922e82162b4d0d2387a531ebc127abe9fe4cf2bAndreas Gustafsson 696. [bug] lwresd would die with an assertion failure when passed
d922e82162b4d0d2387a531ebc127abe9fe4cf2bAndreas Gustafsson a zero-length name. [RT #692]
2868291ab5d4deba4d61c110f92dc397807702c7Mark Andrews 695. [bug] If the resolver attempted to query a blackholed or
2868291ab5d4deba4d61c110f92dc397807702c7Mark Andrews bogus server, the resolution would fail immediately.
be1d71fd17c92b0acee36ba43ebe4daa498e8014Mark Andrews 694. [bug] $GENERATE did not produce the last entry.
b374727d513049b4bfcb9eb021002595fe6a7c63Mark Andrews [RT #682, #683]
8e732de92e9814e3fa54e36d2154939ea6086b16Andreas Gustafsson 693. [bug] An empty lwres statement in named.conf caused
8e732de92e9814e3fa54e36d2154939ea6086b16Andreas Gustafsson the server to crash while loading.
afd2f40b3cff8c3c307155bdc27e5b60e9115545Andreas Gustafsson 692. [bug] Deal with systems that have getaddrinfo() but not
afd2f40b3cff8c3c307155bdc27e5b60e9115545Andreas Gustafsson gai_strerror(). [RT #679]
afd2f40b3cff8c3c307155bdc27e5b60e9115545Andreas Gustafsson 691. [bug] Configuring per-view forwarders caused an assertion
c605f30cd7d540243509c86cf31b01bdd4fe19feMark Andrews failure. [RT #675, #734]
c605f30cd7d540243509c86cf31b01bdd4fe19feMark Andrews 690. [func] $GENERATE now supports DNAME. [RT #654]
3302ed8d6eaef8f598338f5682477c5f6acd583cBob Halley 689. [doc] man pages are now installed. [RT #210]
3302ed8d6eaef8f598338f5682477c5f6acd583cBob Halley 688. [func] "make tags" now works on systems with the
3302ed8d6eaef8f598338f5682477c5f6acd583cBob Halley "Exuberant Ctags" etags.
d03bffc40e68ddb63d278946fd9f7f1ad784f5bcMichael Sawyer 687. [bug] Only say we have IPv6, with sufficent functionality,
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson if it has actually been tested. [RT #586]
d03bffc40e68ddb63d278946fd9f7f1ad784f5bcMichael Sawyer 686. [bug] dig and nslookup can now be properly aborted during
91ac60fe11b3ebd095c5fed0db343b2c9a97e646Mark Andrews blocking operations. [RT #568]
83d2840b6f1a5ec898e441be148ddd3211f11583Bob Halley 685. [bug] nslookup should use the search list/domain options
83d2840b6f1a5ec898e441be148ddd3211f11583Bob Halley from resolv.conf by default. [RT #405, #630]
83d2840b6f1a5ec898e441be148ddd3211f11583Bob Halley 684. [bug] Memory leak with view forwarders. [RT #656]
42e31e6ef7689e0c0569a1f9a5c250d73870b073Michael Graff 683. [bug] File descriptor leak in isc_lex_openfile().
42e31e6ef7689e0c0569a1f9a5c250d73870b073Michael Graff 682. [bug] nslookup displayed SOA records incorrectly. [RT #665]
a405a53d536521e6c93f47485aacd7c1a1ffb29eAndreas Gustafsson 681. [bug] $GENERATE specifying output format was broken. [RT #653]
a405a53d536521e6c93f47485aacd7c1a1ffb29eAndreas Gustafsson 680. [bug] dns_rdata_fromstruct() mishandled options bigger
a405a53d536521e6c93f47485aacd7c1a1ffb29eAndreas Gustafsson than 255 octets.
53df51bf458da9b04074b6b62b5639c926a751e4Andreas Gustafsson 679. [bug] $INCLUDE could leak memory and file descriptors on
53df51bf458da9b04074b6b62b5639c926a751e4Andreas Gustafsson reload. [RT #639]
ba43c53451d5c38765f376eeede457178b36951aBob Halley 678. [bug] "transfer-format one-answer;" could trigger an assertion
ba43c53451d5c38765f376eeede457178b36951aBob Halley failure. [RT #646]
b9dead30b1806bcfcca9a47dfa3f5078c6377910Mark Andrews 677. [bug] dnssec-signzone would occasionally use the wrong ttl
b9dead30b1806bcfcca9a47dfa3f5078c6377910Mark Andrews for database operations and fail. [RT #643]
056141f2878d1046306ef0ba035263a00de57f98Mark Andrews 676. [bug] Log messages about lame servers to category
5126112bc3639b9dae5726c3148d6699d277e789Mark Andrews 'lame-servers' rather than 'resolver', so as not
5126112bc3639b9dae5726c3148d6699d277e789Mark Andrews to be gratuitously incompatible with BIND 8.
4440f995911810aaa98d8985ac1a8192095879f2Michael Graff 675. [bug] TKEY queries could cause the server to leak
72c815ed1780b9039b9ad0d31faf68b3b5c05637Andreas Gustafsson 674. [func] Allow messages to be TSIG signed / verified using
72c815ed1780b9039b9ad0d31faf68b3b5c05637Andreas Gustafsson a offset from the current time.
72c815ed1780b9039b9ad0d31faf68b3b5c05637Andreas Gustafsson 673. [func] The server can now convert RFC1886-style recursive
b7e031d5173476224027407d8e23eaa7557fc396Andreas Gustafsson lookup requests into RFC2874-style lookups, when
b7e031d5173476224027407d8e23eaa7557fc396Andreas Gustafsson enabled using the new option "allow-v6-synthesis".
b7e031d5173476224027407d8e23eaa7557fc396Andreas Gustafsson 672. [bug] The wrong time was in the "time signed" field when
b7e031d5173476224027407d8e23eaa7557fc396Andreas Gustafsson replying with BADTIME error.
b7e031d5173476224027407d8e23eaa7557fc396Andreas Gustafsson 671. [bug] The message code was failing to parse a message with
b7e031d5173476224027407d8e23eaa7557fc396Andreas Gustafsson no question section and a TSIG record. [RT #628]
7ec4367f3d578170a9495ff3c851b248c1656f08Andreas Gustafsson 670. [bug] The lwres replacements for getaddrinfo and
2c9c7c5bb5975a18925c30aeb33a26094902f1c1Andreas Gustafsson getipnodebyname didn't properly check for the
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson existence of the sockaddr sa_len field.
2c9c7c5bb5975a18925c30aeb33a26094902f1c1Andreas Gustafsson 669. [bug] dnssec-keygen now makes the public key file
2c9c7c5bb5975a18925c30aeb33a26094902f1c1Andreas Gustafsson non-world-readable for symmetric keys. [RT #403]
94361d586755d4de09b717782f7002e9dd282c89Andreas Gustafsson 668. [func] named-checkzone now reports multiple errors in master
4440f995911810aaa98d8985ac1a8192095879f2Michael Graff 667. [bug] On Linux, running named with the -u option and a
4440f995911810aaa98d8985ac1a8192095879f2Michael Graff non-world-readable configuration file didn't work.
4440f995911810aaa98d8985ac1a8192095879f2Michael Graff 666. [bug] If a request sent by dig is longer than 512 bytes,
abaec24086f0cc3d7c0994ca9d2247b40eb6aaedBrian Wellington 665. [bug] Signed responses were not sent when the size of the
abaec24086f0cc3d7c0994ca9d2247b40eb6aaedBrian Wellington TSIG + question exceeded the maximum message size.
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson 664. [bug] The t_tasks and t_timers module tests are now skipped
3ad16d4c3a5029662d4ec804f7644739d011d03dBob Halley when building without threads, since they require
3ad16d4c3a5029662d4ec804f7644739d011d03dBob Halley 663. [func] Accept a size_spec, not just an integer, in the
32b2cdf212de957e3f9b0efca59f098ed4fb42deBrian Wellington (unimplemented and ignored) max-ixfr-log-size option
32b2cdf212de957e3f9b0efca59f098ed4fb42deBrian Wellington for compatibility with recent versions of BIND 8.
b42a7e9d80e293a5104d9de6ddabd29676918aa5Andreas Gustafsson 662. [bug] dns_rdata_fromtext() failed to log certain errors.
b42a7e9d80e293a5104d9de6ddabd29676918aa5Andreas Gustafsson 661. [bug] Certain UDP IXFR requests caused an assertion failure
3113e4dac81fa7b9f0ee5d663d54fbb8ed92738dBob Halley (mpctx->allocated == 0). [RT #355, #394, #623]
3113e4dac81fa7b9f0ee5d663d54fbb8ed92738dBob Halley 660. [port] Detect multiple CPUs on HP-UX and IRIX.
8cf8a04209c3b6c8d4f0936f1dce06b629605c81Michael Graff 659. [performance] Rewrite the name compression code to be much faster.
8cf8a04209c3b6c8d4f0936f1dce06b629605c81Michael Graff 658. [cleanup] Remove all vestiges of 16 bit global compression.
4b809ba3464c9fb6bb08e9153b9286a8f8a37b01Brian Wellington 657. [bug] When a listen-on statement in an lwres block does not
1fc26319b5d69d19a7a31c8d0ab1afc2beef0c41Andreas Gustafsson specify a port, use 921, not 53. Also update the
1fc26319b5d69d19a7a31c8d0ab1afc2beef0c41Andreas Gustafsson listen-on documentation. [RT #616]
1fc26319b5d69d19a7a31c8d0ab1afc2beef0c41Andreas Gustafsson 656. [func] Treat an unescaped newline in a quoted string as
7da0286b540515c82ea83163d6cba59a64fa3eddMichael Graff an error. This means that TXT records with missing
7da0286b540515c82ea83163d6cba59a64fa3eddMichael Graff close quotes should have meaningful errors printed.
7da0286b540515c82ea83163d6cba59a64fa3eddMichael Graff 655. [bug] Improve error reporting on unexpected eof when loading
7da0286b540515c82ea83163d6cba59a64fa3eddMichael Graff zones. [RT #611]
c4ec2c3190175705df255aa3d5e842a96137a5a1Andreas Gustafsson 654. [bug] Origin was being forgotten in TCP retries in dig.
8529c3cdc6abdf3514cb0127313a976bbc3b3936Andreas Gustafsson 653. [bug] +defname option in dig was reversed in sense.
f38a84ce830efefe48838425ab281e0ae2a91d0eAndreas Gustafsson 652. [bug] zone_saveunique() did not report the new name.
f38a84ce830efefe48838425ab281e0ae2a91d0eAndreas Gustafsson 651. [func] The AD bit in responses now has the meaning
f38a84ce830efefe48838425ab281e0ae2a91d0eAndreas Gustafsson specified in <draft-ietf-dnsext-ad-is-secure>.
1b32bc7da1da9059abd68d6dd15b23e8a442afa3Brian Wellington 650. [bug] SIG(0) records were being generated and verified
1b32bc7da1da9059abd68d6dd15b23e8a442afa3Brian Wellington incorrectly. [RT #606]
4187398298c1916f409b44e0457f60e551f5ea1bAndreas Gustafsson 649. [bug] It was possible to join to an already running fctx
4187398298c1916f409b44e0457f60e551f5ea1bAndreas Gustafsson after it had "cloned" its events, but before it sent
0d00f4bb92090ff64d49ae803a2e75b3f299f547Andreas Gustafsson them. In this case, the event of the newly joined
4187398298c1916f409b44e0457f60e551f5ea1bAndreas Gustafsson fetch would not contain the answer, and would
4b809ba3464c9fb6bb08e9153b9286a8f8a37b01Brian Wellington trigger the INSIST() in fctx_sendevents(). In
4b809ba3464c9fb6bb08e9153b9286a8f8a37b01Brian Wellington BIND 9.0, this bug did not trigger an INSIST(), but
a69cebac84ec223b908e056678fa7c1181785b20Andreas Gustafsson caused the fetch to fail with a SERVFAIL result.
a69cebac84ec223b908e056678fa7c1181785b20Andreas Gustafsson [RT #588, #597, #605, #607]
d9ec31a329a14588127b0a15618dec53ca41c73eAndreas Gustafsson 648. [port] Add support for pre-RFC2133 IPv6 implementations.
7d8d82cee0910a0252e1c37bace732e996789772Andreas Gustafsson 647. [bug] Resolver queries sent after following multiple
e5d0f6d61e2349e1512c40922305b28c69cb4d3fBrian Wellington referrals had excessively long retransmission
e5d0f6d61e2349e1512c40922305b28c69cb4d3fBrian Wellington timeouts due to incorrectly counting the referrals
37a8fbab3a1fe6d513b767118cba7515152c2b9bBrian Wellington as "restarts".
a38f86ea5bb9f924b5912d8444862000a1323082Andreas Gustafsson 646. [bug] The UnixWare ISC_PLATFORM_FIXIN6INADDR fix in isc/net.h
a38f86ea5bb9f924b5912d8444862000a1323082Andreas Gustafsson didn't _cleanly_ fix the problem it was trying to fix.
7d8d82cee0910a0252e1c37bace732e996789772Andreas Gustafsson 645. [port] BSD/OS 3.0 needs pthread_init(). [RT #603]
7d8d82cee0910a0252e1c37bace732e996789772Andreas Gustafsson 644. [bug] #622 needed more work. [RT #562]
cdc2d4a065b6b1a00f0b07aae94bc7cb380d15bcAndreas Gustafsson 643. [bug] xfrin error messages made more verbose, added class
ec4060d3104e8bec28406232eb7338c81bb1b1c1Mark Andrews of the zone. [RT# 599]
d70e2f3652fcbcfb2cfa0781a71e2bd2396871f3Andreas Gustafsson 642. [bug] Break the exit_check() race in the zone module.
d70e2f3652fcbcfb2cfa0781a71e2bd2396871f3Andreas Gustafsson --- 9.1.0b2 released ---
9139e153da3ffa88457d3e035e2f0132c63a4a71Andreas Gustafsson 641. [bug] $GENERATE caused a uninitialized link to be used.
30e6ea9dedbe0738f9729833b1b59042dbebc4dfBrian Wellington 640. [bug] Memory leak in error path could cause
1aae88078f409b39c24e2313ffdd767ed29ac787Brian Wellington "mpctx->allocated == 0" failure. [RT #584]
17a28c1f02c5093b207a3b64201aa9e71df78ebaAndreas Gustafsson 639. [bug] Reading entropy from the keyboard would sometimes fail.
b5232b135db580a2c16666e74a82f11130e0731fAndreas Gustafsson 638. [port] lib/isc/random.c needed to explicitly include time.h
b5232b135db580a2c16666e74a82f11130e0731fAndreas Gustafsson to get a prototype for time() when pthreads was not
b5232b135db580a2c16666e74a82f11130e0731fAndreas Gustafsson being used. [RT #592]
87075c90f668f4c2f7a709a6bd32bb8e013ae73dBrian Wellington 637. [port] Use isc_u?int64_t instead of (unsigned) long long in
cea88d887559f209ae9d993e0a8fb58d03f60e77Brian Wellington lib/isc/print.c. Also allow lib/isc/print.c to
cea88d887559f209ae9d993e0a8fb58d03f60e77Brian Wellington be compiled even if the platform does not need it.
a7705f38e91cc6afaba0426f6b452c9ae5a4efeaAndreas Gustafsson 636. [port] Shut up MSVC++ about a possible loss of precision
a7705f38e91cc6afaba0426f6b452c9ae5a4efeaAndreas Gustafsson in the ISC__BUFFER_PUTUINT*() macros. [RT #592]
a7705f38e91cc6afaba0426f6b452c9ae5a4efeaAndreas Gustafsson 635. [bug] Reloading a server with a configured blackhole list
a7705f38e91cc6afaba0426f6b452c9ae5a4efeaAndreas Gustafsson would cause an assertion. [RT #590]
a7705f38e91cc6afaba0426f6b452c9ae5a4efeaAndreas Gustafsson 634. [bug] A log file will completely stop being written when
735fb4ffa6a76413f85101d7d625a4776d6ee6cdAndreas Gustafsson it reaches the maximum size in all cases, not just
735fb4ffa6a76413f85101d7d625a4776d6ee6cdAndreas Gustafsson when versioning is also enabled. [RT #570]
e1368a7770744cbeadcdc27967f855196988eceaAndreas Gustafsson 633. [port] Cope with rlim_t missing on BSD/OS systems. [RT #575]
c05eb51a1b9ebd156b9fec957d60c2579c968468Mark Andrews 632. [bug] The index array of the journal file was
a3365e361f0066609d250005e2b1082cb2ba35fdAndreas Gustafsson corrupted as it was written to disk.
a3365e361f0066609d250005e2b1082cb2ba35fdAndreas Gustafsson 631. [port] Build without thread support on systems without
e32394a2ac3466a2235f79ee32c247a11be42a8dAndreas Gustafsson 630. [bug] Locking failure in zone code. [RT #582]
031f9084fc1ca8b258c151f428677e7226556ad0Mark Andrews 629. [bug] 9.1.0b1 dereferenced a null pointer and crashed
031f9084fc1ca8b258c151f428677e7226556ad0Mark Andrews when responding to a UDP IXFR request.
031f9084fc1ca8b258c151f428677e7226556ad0Mark Andrews 628. [bug] If the root hints contained only AAAA addresses,
031f9084fc1ca8b258c151f428677e7226556ad0Mark Andrews named would be unable to perform resolution.
031f9084fc1ca8b258c151f428677e7226556ad0Mark Andrews 627. [bug] The EDNS0 blackhole detection code of change 324
031f9084fc1ca8b258c151f428677e7226556ad0Mark Andrews waited for three retransmissions to each server,
44215b932d4f0ce5257d794cb6f76b9282455eb1Mark Andrews which takes much too long when a domain has many
44215b932d4f0ce5257d794cb6f76b9282455eb1Mark Andrews name servers and all of them drop EDNS0 queries.
44215b932d4f0ce5257d794cb6f76b9282455eb1Mark Andrews Now we retry without EDNS0 after three consecutive
44215b932d4f0ce5257d794cb6f76b9282455eb1Mark Andrews timeouts, even if they are all from different
44215b932d4f0ce5257d794cb6f76b9282455eb1Mark Andrews servers. [RT #143]
405ffb1f0d2c12d199f85f03973d1a02ac12e000Andreas Gustafsson 626. [bug] The lightweight resolver daemon no longer crashes
405ffb1f0d2c12d199f85f03973d1a02ac12e000Andreas Gustafsson when asked for a SIG rrset. [RT #558]
405ffb1f0d2c12d199f85f03973d1a02ac12e000Andreas Gustafsson 625. [func] Zones now inherit their class from the enclosing view.
6d8568cb45240974da0ee1b653b28e3fdfffe93eAndreas Gustafsson 624. [bug] The zone object could get timer events after it had
6d8568cb45240974da0ee1b653b28e3fdfffe93eAndreas Gustafsson been destroyed, causing a server crash. [RT #571]
6d8568cb45240974da0ee1b653b28e3fdfffe93eAndreas Gustafsson 623. [func] Added "named-checkconf" and "named-checkzone" program
e3402551ac9be809eeb3a4b7b30d023ba67dad28Brian Wellington for syntax checking named.conf files and zone files,
6d3f954c572db02159deedd444373161fda47a88Brian Wellington respectively.
b0f941a50f24656b3523609f86cead41b0269c7aBrian Wellington 622. [bug] A canceled request could be destroyed before
b0f941a50f24656b3523609f86cead41b0269c7aBrian Wellington dns_request_destroy() was called. [RT #562]
3f31c8c2954f857e375db8e943a35f6aa5e230b4Andreas Gustafsson 621. [port] Disable IPv6 at runtime if IPv6 sockets are unusable.
ea419adc4eca4c3e44f2c282035b5dce6b795fe2Andreas Gustafsson This mostly affects Red Hat Linux 7.0, which has
ff59f0e4feaefb45a49427bd91775058b4b4f2d0Andreas Gustafsson conflicts between libc and the kernel.
eea2865feca4ea56facd2ef6e7226386a3604f65Andreas Gustafsson 620. [bug] dns_master_load*inc() now require 'task' and 'load'
8af0b86ade4c15a7db207bd7643f8a9f6cb5a648David Lawrence to be non-null. Also 'done' will not be called if
8af0b86ade4c15a7db207bd7643f8a9f6cb5a648David Lawrence dns_master_load*inc() fails immediately. [RT #565]
674f1cfb1d7dfa92e52db950dbe80e60ef8f5cddBrian Wellington 618. [bug] Queries to a signed zone could sometimes cause
674f1cfb1d7dfa92e52db950dbe80e60ef8f5cddBrian Wellington an assertion failure.
69d17bea6be937b92f3375e6249b5677c90f4fe2Andreas Gustafsson 617. [bug] When using dynamic update to add a new RR to an
69d17bea6be937b92f3375e6249b5677c90f4fe2Andreas Gustafsson existing RRset with a different TTL, the journal
69d17bea6be937b92f3375e6249b5677c90f4fe2Andreas Gustafsson entries generated from the update did not include
da76a8046e01e1c1c2e6f75772afb2c4f202cc25Brian Wellington explicit deletions and re-additions of the existing
cd7ffa4c1286a48c10056632be3fb0b64c575c35Brian Wellington RRs to update their TTL to the new value.
cd7ffa4c1286a48c10056632be3fb0b64c575c35Brian Wellington 616. [func] dnssec-signzone -t output now includes performance
5bba7216f3263dc49dd4db2ac64b6203a9e2b180Andreas Gustafsson 615. [bug] dnssec-signzone did not like child keysets signed
5bba7216f3263dc49dd4db2ac64b6203a9e2b180Andreas Gustafsson by multiple keys.
40817ed9c13782a7844e15dde24432611c4694acDavid Lawrence 614. [bug] Checks for uninitialized link fields were prone
e06aebbe7b5b3128f99b16d6756a074b4de28d37Mark Andrews to false positives, causing assertion failures.
b41de87910a4c57039a4f5968e272a9aec566959Brian Wellington The checks are now disabled by default and may
40b1b44ed65b9655a135fc867ed9f0374c247ad4Andreas Gustafsson be re-enabled by defining ISC_LIST_CHECKINIT.
40b1b44ed65b9655a135fc867ed9f0374c247ad4Andreas Gustafsson 613. [bug] "rndc reload zone" now reloads primary zones.
ab8668fb583a92df0698f5cdac7e7b12ead614aaBrian Wellington It previously only updated slave and stub zones,
ab8668fb583a92df0698f5cdac7e7b12ead614aaBrian Wellington if an SOA query indicated an out of date serial.
575db903aabb08137a757d1c60ebb0d286ecff56Andreas Gustafsson 612. [cleanup] Shutup a ridiculously noisy HP-UX compiler that
575db903aabb08137a757d1c60ebb0d286ecff56Andreas Gustafsson complains relentlessly about how its treatment
575db903aabb08137a757d1c60ebb0d286ecff56Andreas Gustafsson of 'const' has changed as well as how casting
575db903aabb08137a757d1c60ebb0d286ecff56Andreas Gustafsson sometimes tightens alignment constraints.
575db903aabb08137a757d1c60ebb0d286ecff56Andreas Gustafsson 611. [func] allow-notify can be used to permit processing of
a4c55a3d0813e00e3d7846cc9736110c61d0a2baAndreas Gustafsson notify messages from hosts other than a slave's
c851f1cc2187b59687af94725fbacac022987d05Andreas Gustafsson 610. [func] rndc dumpdb is now supported.
91614f2bc498ef7eea22e449c91951f4598c8223Andreas Gustafsson 609. [bug] getrrsetbyname() would crash lwresd if the server
91614f2bc498ef7eea22e449c91951f4598c8223Andreas Gustafsson found more SIGs than answers. [RT #554]
91614f2bc498ef7eea22e449c91951f4598c8223Andreas Gustafsson 608. [func] dnssec-signzone now adds a comment to the zone
e0a9b524614889ca9b75f846cb6101fc448a60dcAndreas Gustafsson with the time the file was signed.
512661edd7d51c8c179cce89a855df6cec2fcdcdMark Andrews 607. [bug] nsupdate would fail if it encountered a CNAME or
385a9cb48a70b329e507c39d043fa9a44c659913James Brister DNAME in a response to an SOA query. [RT #515]
385a9cb48a70b329e507c39d043fa9a44c659913James Brister 606. [bug] Compiling with --disable-threads failed due
385a9cb48a70b329e507c39d043fa9a44c659913James Brister to isc_thread_self() being incorrectly defined
3cb0de1c667237085c6a805715c31ddc5fdc9c4dBrian Wellington as an integer rather than a function.
bd77de5fcaea4dcf2f0250ded32adfccd3a38256Brian Wellington 605. [func] New function isc_lex_getlasttokentext().
bd77de5fcaea4dcf2f0250ded32adfccd3a38256Brian Wellington 604. [bug] The named.conf parser could print incorrect line
e5f5ec73a710d21067d4721a9e82f2399f2f6c25David Lawrence numbers when long comments were present.
48674819ebf9176b5d5582ae851e485c324c1159Michael Sawyer 603. [bug] Make dig handle multiple types or classes on the same
e5f5ec73a710d21067d4721a9e82f2399f2f6c25David Lawrence query more correctly.
9594482ba300a4d694162fa62ba636c7dd00d3b6Brian Wellington 602. [func] Cope automatically with UnixWare's broken
9594482ba300a4d694162fa62ba636c7dd00d3b6Brian Wellington IN6_IS_ADDR_* macros. [RT #539]
47ddde42728034854444cf17e278cebaea06f666Michael Graff 601. [func] Return a non-zero exit code if an update fails
edf8c55546efa9fb42da1c055ce02462a5c709c0David Lawrence 600. [bug] Reverse lookups sometimes failed in dig, etc...
c5944292e9ebee4a39fe939b9a16fe5596808556David Lawrence 599. [func] Added four new functions to the libisc log API to
c5944292e9ebee4a39fe939b9a16fe5596808556David Lawrence support i18n messages. isc_log_iwrite(),
c5944292e9ebee4a39fe939b9a16fe5596808556David Lawrence isc_log_ivwrite(), isc_log_iwrite1() and
c5944292e9ebee4a39fe939b9a16fe5596808556David Lawrence isc_log_ivwrite1() were added.
c5944292e9ebee4a39fe939b9a16fe5596808556David Lawrence 598. [bug] An update-policy statement would cause the server
c5944292e9ebee4a39fe939b9a16fe5596808556David Lawrence to assert while loading. [RT #536]
c5944292e9ebee4a39fe939b9a16fe5596808556David Lawrence 597. [func] dnssec-signzone is now multithreaded.
36e0c379080343a0272dc076b7d7795ded04ee1dBrian Wellington 596. [bug] DNS_RDATASLAB_FORCE and DNS_RDATASLAB_EXACT are
529a6b5224d751504027293a766a4c8b81241869Brian Wellington not mutually exclusive.
529a6b5224d751504027293a766a4c8b81241869Brian Wellington 595. [port] On Linux 2.2, socket() returns EINVAL when it
186ba80b8e391cf8421872f26771324644e45d83Andreas Gustafsson should return EAFNOSUPPORT. Work around this.
677045ed612e1c26a32b5700479e26c25bcede58Brian Wellington 594. [func] sdb drivers are now assumed to not be thread-safe
677045ed612e1c26a32b5700479e26c25bcede58Brian Wellington unless the DNS_SDBFLAG_THREADSAFE flag is supplied.
febf5f8b55abb2e6e840488a29a5ef4e20654f67David Lawrence 593. [bug] If a secure zone was missing all its NXTs and
febf5f8b55abb2e6e840488a29a5ef4e20654f67David Lawrence a dynamic update was attempted, the server entered
c34bdef6bd197a04990e52469ad68481532dd35aAndreas Gustafsson an infinite loop.
c34bdef6bd197a04990e52469ad68481532dd35aAndreas Gustafsson 592. [bug] The sig-validity-interval option now specifies a
05f6d0c0381d19eec721e11f6fd88caef25dacd8Andreas Gustafsson number of days, not seconds. This matches the
bc334fc90142b2ca26823a3ed1a3f4f086c7d558Andreas Gustafsson documentation. [RT #529]
a32738e3e4ed9619c8ace22cd119e6769176b22cAndreas Gustafsson --- 9.1.0b1 released ---
a32738e3e4ed9619c8ace22cd119e6769176b22cAndreas Gustafsson 591. [bug] Work around non-reentrancy in openssl by disabling
6dc130c7c95107748fff5f767161c2bb742f9f87Brian Wellington precomputation in keys.
6dc130c7c95107748fff5f767161c2bb742f9f87Brian Wellington 590. [doc] There are now man pages for the lwres library in
49855f0856a0f6f9fed80af88faddf38f3e74eefAndreas Gustafsson 589. [bug] The server could deadlock if a zone was updated
49855f0856a0f6f9fed80af88faddf38f3e74eefAndreas Gustafsson while being transferred out.
dc2c974dcf954a0a238d1afb886c445d06b1aa8bBrian Wellington 588. [bug] ctx->in_use was not being correctly initalised when
dc2c974dcf954a0a238d1afb886c445d06b1aa8bBrian Wellington when pushing a file for $INCLUDE. [RT #523]
55bfdb0a1491f0668bb279826ee864f4a7425e22Andreas Gustafsson 587. [func] A warning is now printed if the "allow-update"
55bfdb0a1491f0668bb279826ee864f4a7425e22Andreas Gustafsson option allows updates based on the source IP
d4ab9cd94f0fe0cf24ba36d21240215ae648c8d5James Brister address, to alert users to the fact that this
cef18335b7f37bf02bc9e9f2c8750a3a9dcd718aAndreas Gustafsson is insecure and becoming increasingly so as
080a4fe83c3ad208073bffbce1a2af8fe444214fMichael Sawyer servers capable of update forwarding are being
36007b707f28f36864e8d76f11379b22e9737538Michael Sawyer 586. [bug] multiple views with the same name were fatal. [RT #516]
375f19cfb2f9cf5a9efbc65b557a8ce865de85c2Michael Sawyer 585. [func] dns_db_addrdataset() and and dns_rdataslab_merge()
375f19cfb2f9cf5a9efbc65b557a8ce865de85c2Michael Sawyer now support 'exact' additions in a similar manner to
375f19cfb2f9cf5a9efbc65b557a8ce865de85c2Michael Sawyer dns_db_subtractrdataset() and dns_rdataslab_subtract().
375f19cfb2f9cf5a9efbc65b557a8ce865de85c2Michael Sawyer 584. [func] You can now say 'notify explicit'; to suppress
9bef4575d71a084edf59ac681e53e35ae1b72166Andreas Gustafsson notification of the servers listed in NS records
9bef4575d71a084edf59ac681e53e35ae1b72166Andreas Gustafsson and notify only those servers listed in the
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence 'also-notify' option.
9bef4575d71a084edf59ac681e53e35ae1b72166Andreas Gustafsson 583. [func] "rndc querylog" will now toggle logging of
87f4c7933fd2962cca3b9b7e046327f3c6306b84Andreas Gustafsson queries, like "ndc querylog" in BIND 8.
87f4c7933fd2962cca3b9b7e046327f3c6306b84Andreas Gustafsson 582. [bug] dns_zone_idetach() failed to lock the zone.
87f4c7933fd2962cca3b9b7e046327f3c6306b84Andreas Gustafsson [RT #199, #463]
87f4c7933fd2962cca3b9b7e046327f3c6306b84Andreas Gustafsson 581. [bug] log severity was not being correctly processed.
87f4c7933fd2962cca3b9b7e046327f3c6306b84Andreas Gustafsson 580. [func] Ignore trailing garbage on incoming DNS packets,
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence for interoperability with broken server
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence implementations. [RT #491]
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence 579. [bug] nsupdate did not take a filename to read update from.
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence 578. [func] New config option "notify-source", to specify the
10e6498d6d7b2cfd8d822788d817fc9a3e0b0c3aDavid Lawrence source address for notify messages.
dae5ce6ddb0a3c425865d3b6f0f13c4126eacc17Andreas Gustafsson 577. [func] Log illegal RDATA combinations. e.g. multiple
dae5ce6ddb0a3c425865d3b6f0f13c4126eacc17Andreas Gustafsson singlton types, cname and other data.
9a8fea7bc8fb79ff1d31f0a2ba3c9694041c6f3aAndreas Gustafsson 576. [doc] isc_log_create() description did not match reality.
9a8fea7bc8fb79ff1d31f0a2ba3c9694041c6f3aAndreas Gustafsson 575. [bug] isc_log_create() was not setting internal state
663841abe0bb1cc8040e552597ef721c35b799e5Brian Wellington correctly to reflect the default channels created.
c49e3222b0912479015161e8b54a67a1abf9a0ffAndreas Gustafsson 574. [bug] TSIG signed queries sent by the resolver would fail to
c49e3222b0912479015161e8b54a67a1abf9a0ffAndreas Gustafsson have their responses validated and would leak memory.
bf68c5151b5c4f7d6b2783584434e61045a88d7fAndreas Gustafsson 573. [bug] The journal files of IXFRed slave zones were
bf68c5151b5c4f7d6b2783584434e61045a88d7fAndreas Gustafsson inadvertantly discarded on server reload, causing
bf68c5151b5c4f7d6b2783584434e61045a88d7fAndreas Gustafsson "journal out of sync with zone" errors on subsequent
bf68c5151b5c4f7d6b2783584434e61045a88d7fAndreas Gustafsson reloads. [RT #482]
178f73169a27ac031f58863ae12cdb33dc15f6c4Brian Wellington 572. [bug] Quoted strings were not accepted as key names in
178f73169a27ac031f58863ae12cdb33dc15f6c4Brian Wellington address match lists.
9c4cba349f52bb8176c3858b2b5b340f13603802Brian Wellington 571. [bug] It was possible to create an rdataset of singleton
64024eaa4d029b0bd090c435b8b02b45eef5cd89Andreas Gustafsson type which had more than one rdata. [RT #154]
64024eaa4d029b0bd090c435b8b02b45eef5cd89Andreas Gustafsson 570. [bug] rbtdb.c allowed zones containing nodes which had
da527e4ff6a013364826637963e7ac372e024f33David Lawrence both a CNAME and "other data". [RT #154]
bc334fc90142b2ca26823a3ed1a3f4f086c7d558Andreas Gustafsson 569. [func] The DNSSEC AD bit will not be set on queries which
8d51d9e67e1e5dcf10203c4147ece519c7daa57dMark Andrews have not requested a DNSSEC response.
db6fa2e944b3a0682168e9ee145b86c81a6a5321Andreas Gustafsson 568. [func] Add sample simple database drivers in contrib/sdb.
30576c592b538cab293cf6e1f6265d376cd5a12cAndreas Gustafsson 567. [bug] Setting the zone transfer timeout to zero caused an
ce2be9b7211ab5bacaa10fe74ef35def3a3f6089David Lawrence assertion failure. [RT #302]
ce2be9b7211ab5bacaa10fe74ef35def3a3f6089David Lawrence 566. [func] New public function dns_timer_setidle().
9bf765ab3a5203b854d32266e6162e547791383cDavid Lawrence 565. [func] Log queries more like BIND 8: query logging is now
9bf765ab3a5203b854d32266e6162e547791383cDavid Lawrence done to category "queries", level "info". [RT #169]
f4d9f465cd29963a99554bbe2936509ea3568c89James Brister 564. [func] Add sortlist support to lwresd.
adade77942b069127a7094df419b3ad39dafb385James Brister 563. [func] New public functions dns_rdatatype_format() and
adade77942b069127a7094df419b3ad39dafb385James Brister dns_rdataclass_format(), for convenient formatting
9bf765ab3a5203b854d32266e6162e547791383cDavid Lawrence of rdata type/class mnemonics in log messages.
adade77942b069127a7094df419b3ad39dafb385James Brister 562. [cleanup] Moved lib/dns/*conf.c to bin/named where they belong.
5c0a406664065d54824675e3d2f795ea9e2a56b8Mark Andrews 561. [func] The 'datasize', 'stacksize', 'coresize' and 'files'
ce8d0fffea20fe03fd0f075263f529ad55f82aacAndreas Gustafsson clauses of the options{} statement are now implemented.
ea01648cb950b8d4b5625a8a91a4c1c019dec885Andreas Gustafsson 560. [bug] dns_name_split did not properly the resulting prefix
ea01648cb950b8d4b5625a8a91a4c1c019dec885Andreas Gustafsson when a maximal length bitstring label was split which
ea01648cb950b8d4b5625a8a91a4c1c019dec885Andreas Gustafsson was preceded by another bitstring label. [RT #429]
ea01648cb950b8d4b5625a8a91a4c1c019dec885Andreas Gustafsson 559. [bug] dns_name_split did not properly create the suffix
ea01648cb950b8d4b5625a8a91a4c1c019dec885Andreas Gustafsson when splitting within a maximal length bitstring label.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence 558. [func] New functions, isc_resource_getlimit and
7d7bd1b4f0270691f434d37b1052259a13185663Andreas Gustafsson isc_resource_setlimit.
7d7bd1b4f0270691f434d37b1052259a13185663Andreas Gustafsson 557. [func] Symbolic constants for libisc integral types.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence 556. [func] The DNSSEC OK bit in the EDNS extended flags
ce8d0fffea20fe03fd0f075263f529ad55f82aacAndreas Gustafsson is now implemented. Responses to queries without
81f11a70588c6929d1aefd529b940efb70747fc2Andreas Gustafsson this bit set will not contain any DNSSEC records.
81f11a70588c6929d1aefd529b940efb70747fc2Andreas Gustafsson 555. [bug] A slave server attempting a zone transfer could
04d58db32739157df6c44e3f37ecb83816fd3f75Andreas Gustafsson crash with an assertion failure on certain
04d58db32739157df6c44e3f37ecb83816fd3f75Andreas Gustafsson malformed responses from the master. [RT #457]
04d58db32739157df6c44e3f37ecb83816fd3f75Andreas Gustafsson 554. [bug] In some cases, not all of the dnssec tools were
04d58db32739157df6c44e3f37ecb83816fd3f75Andreas Gustafsson properly installed.
5096958739769958dd7a6b69356bf41260033873David Lawrence 553. [bug] Incoming zone transfers deferred due to quota
5096958739769958dd7a6b69356bf41260033873David Lawrence were not started when quota was increased but
5096958739769958dd7a6b69356bf41260033873David Lawrence only when a transfer in progress finished. [RT #456]
84f4e4a656926a795f3bae40b2a6308bebb48b49David Lawrence 552. [bug] We were not correctly detecting the end of all c-style
84f4e4a656926a795f3bae40b2a6308bebb48b49David Lawrence comments. [RT #455]
838281ed55d0d3939c2f510559d5852872ed4ddbDavid Lawrence 551. [func] Implemented the 'sortlist' option.
838281ed55d0d3939c2f510559d5852872ed4ddbDavid Lawrence 550. [func] Support unknown rdata types and classes.
89e57b472d87a37aa6c49a5544d1d1dfe9617f5dDavid Lawrence 549. [bug] "make" did not immediately abort the build when a
89e57b472d87a37aa6c49a5544d1d1dfe9617f5dDavid Lawrence subdirectory make failed [RT #450].
280942843277ca894571ca94c1e431ba079d0ca0Mark Andrews 548. [func] The lexer now ungets tokens more correctly.
d1e971ba027a8d320cc87a02a71158970bd03308Mark Andrews 546. [func] Option 'lame-ttl' is now implemented.
d1e971ba027a8d320cc87a02a71158970bd03308Mark Andrews 545. [func] Name limit and counting options removed from dig;
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence they didn't work properly, and cannot be correctly
89e57b472d87a37aa6c49a5544d1d1dfe9617f5dDavid Lawrence implemented without significant changes.
d8c8722f28ca439b9ca46f109e2804a7eb33a1acBrian Wellington 544. [func] Add statistics option, enable statistics-file option,
4ebb4093f80e32e4a57ff3769f7fd4ad2217ee44Andreas Gustafsson add RNDC option "dump-statistics" to write out a
d8c8722f28ca439b9ca46f109e2804a7eb33a1acBrian Wellington query statistics file.
4b7167e96abe79cdf194ac3865760a7139b70090Brian Wellington 543. [doc] The 'port' option is now documented.
4b7167e96abe79cdf194ac3865760a7139b70090Brian Wellington 542. [func] Add support for update forwarding as required for
4b7167e96abe79cdf194ac3865760a7139b70090Brian Wellington full compliance with RFC2136. It is turned off
4b7167e96abe79cdf194ac3865760a7139b70090Brian Wellington by default and can be enabled using the
a4b496f2abd35b0f27761385c8679de1f5714b0dBrian Wellington 'allow-update-forwarding' option.
a4b496f2abd35b0f27761385c8679de1f5714b0dBrian Wellington 541. [func] Add bogus server support.
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister 540. [func] Add dialup support.
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister 539. [func] Support the blackhole option.
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister 538. [bug] fix buffer overruns by 1 in lwres_getnameinfo().
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister 536. [func] Use transfer-source{-v6} when sending refresh queries.
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister Transfer-source{-v6} now take a optional port
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister parameter for setting the UDP source port. The port
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister parameter is ignored for TCP.
952e9025b0ecd20e6c7f7852551e36bb9677f713James Brister 535. [func] Use transfer-source{-v6} when forwarding update
08133a2dbe88e0715e092fbdeec2431971ec0711Andreas Gustafsson 534. [func] Ancestors have been removed from RBT chains. Ancestor
08133a2dbe88e0715e092fbdeec2431971ec0711Andreas Gustafsson information can be discerned via node parent pointers.
08133a2dbe88e0715e092fbdeec2431971ec0711Andreas Gustafsson 533. [func] Incorporated name hashing into the RBT database to
08133a2dbe88e0715e092fbdeec2431971ec0711Andreas Gustafsson improve search speed.
bc334fc90142b2ca26823a3ed1a3f4f086c7d558Andreas Gustafsson 532. [func] Implement DNS UPDATE pseudo records using
8c1aa8573dd85774ac8921dc0482b91d73e8b8b6Mark Andrews DNS_RDATA_UPDATE flag.
96ab25294b028270eb1be867613df8a6c999b332David Lawrence 531. [func] Rdata really should be initalized before being assigned
96ab25294b028270eb1be867613df8a6c999b332David Lawrence to (dns_rdata_fromwire(), dns_rdata_fromtext(),
96ab25294b028270eb1be867613df8a6c999b332David Lawrence dns_rdata_clone(), dns_rdata_fromregion()),
96ab25294b028270eb1be867613df8a6c999b332David Lawrence check that it is.
bc334fc90142b2ca26823a3ed1a3f4f086c7d558Andreas Gustafsson 530. [func] New function dns_rdata_invalidate().
4ebb4093f80e32e4a57ff3769f7fd4ad2217ee44Andreas Gustafsson 529. [bug] 521 contained a bug which caused zones to always
96ab25294b028270eb1be867613df8a6c999b332David Lawrence reload. [RT #410]
5aa96829fdd12f30a2e9f717e66d44a4698b0675Andreas Gustafsson 528. [func] The ISC_LIST_XXXX macros now perform sanity checks
5aa96829fdd12f30a2e9f717e66d44a4698b0675Andreas Gustafsson on their arguments. ISC_LIST_XXXXUNSAFE can be use
5aa96829fdd12f30a2e9f717e66d44a4698b0675Andreas Gustafsson to skip the checks however use with caution.
5aa96829fdd12f30a2e9f717e66d44a4698b0675Andreas Gustafsson 527. [func] New function dns_rdata_clone().
e2894b0e5007e49f5b21be9113e41419ca8489a0Brian Wellington 526. [bug] nsupdate incorrectly refused to add RRs with a TTL
e2894b0e5007e49f5b21be9113e41419ca8489a0Brian Wellington 525. [func] New arguments 'options' for dns_db_subtractrdataset(),
96ab25294b028270eb1be867613df8a6c999b332David Lawrence and 'flags' for dns_rdataslab_subtract() allowing you
bc334fc90142b2ca26823a3ed1a3f4f086c7d558Andreas Gustafsson to request that the RR's must exist prior to deletion.
845e0b5f968d4ac069ac8b802730467df8cd7136Mark Andrews DNS_R_NOTEXACT is returned if the condition is not met.
c4252cd10ba9a35ef03c53b97961a4c0b15fe44fAndreas Gustafsson 524. [func] The 'forward' and 'forwarders' statement in
c4252cd10ba9a35ef03c53b97961a4c0b15fe44fAndreas Gustafsson non-forward zones should work now.
bc334fc90142b2ca26823a3ed1a3f4f086c7d558Andreas Gustafsson 523. [doc] The source to the Administrator Reference Manual is
1318ddb52d8a8a22eae47f7d82137e74b9beacf1Mark Andrews now an XML file using the DocBook DTD, and is included
de8e189332e884db065b921f84e3ee4922ad10e3David Lawrence in the distribution. The plain text version of the
de8e189332e884db065b921f84e3ee4922ad10e3David Lawrence ARM is temporarily unavailable while we figure out
de8e189332e884db065b921f84e3ee4922ad10e3David Lawrence how to generate readable plain text from the XML.
de8e189332e884db065b921f84e3ee4922ad10e3David Lawrence 522. [func] The lightweight resolver daemon can now use
de8e189332e884db065b921f84e3ee4922ad10e3David Lawrence a real configuration file, and its functionality
202991557a4b7e8d3df7725d84f0fcae90dbaee6David Lawrence can be provided by a name server. Also, the -p and -P
202991557a4b7e8d3df7725d84f0fcae90dbaee6David Lawrence options to lwresd have been reversed.
4ebb4093f80e32e4a57ff3769f7fd4ad2217ee44Andreas Gustafsson 521. [bug] Detect master files which contain $INCLUDE and always
202991557a4b7e8d3df7725d84f0fcae90dbaee6David Lawrence reload. [RT #196]
1c823819b73f17cbfd188d35962da196a48190fbAndreas Gustafsson 520. [bug] Upgraded libtool to 1.3.5, which makes shared
1c823819b73f17cbfd188d35962da196a48190fbAndreas Gustafsson library builds almost work on AIX (and possibly
e405739af20dcdc6c7f604548e78806a0d1515c5Brian Wellington 519. [bug] dns_name_split() would improperly split some bitstring
4ebb4093f80e32e4a57ff3769f7fd4ad2217ee44Andreas Gustafsson labels, zeroing a few of the least signficant bits in
428b78e56dc10ea220fadfed11242ceb1d51d0e3Andreas Gustafsson the prefix part. When such an improperly created
b719a598e77aada962b3a05cb00179dc929d3939Andreas Gustafsson prefix was returned to the RBT database, the bogus
b719a598e77aada962b3a05cb00179dc929d3939Andreas Gustafsson label was dutifully stored, corrupting the tree.
428b78e56dc10ea220fadfed11242ceb1d51d0e3Andreas Gustafsson 518. [bug] The resolver did not realize that a DNAME which was
428b78e56dc10ea220fadfed11242ceb1d51d0e3Andreas Gustafsson "the answer" to the client's query was "the answer",
428b78e56dc10ea220fadfed11242ceb1d51d0e3Andreas Gustafsson and such queries would fail. [RT #399]
428b78e56dc10ea220fadfed11242ceb1d51d0e3Andreas Gustafsson 517. [bug] The resolver's DNAME code would trigger an assertion
428b78e56dc10ea220fadfed11242ceb1d51d0e3Andreas Gustafsson if there was more than one DNAME in the chain.
b74e73c5b4b299da20a6b196b68b9068d376ff35Mark Andrews 516. [bug] Cache lookups which had a NULL node pointer, e.g.
b74e73c5b4b299da20a6b196b68b9068d376ff35Mark Andrews those by dns_view_find(), and which would match a
b74e73c5b4b299da20a6b196b68b9068d376ff35Mark Andrews DNAME, would trigger an INSIST(!search.need_cleanup)
b74e73c5b4b299da20a6b196b68b9068d376ff35Mark Andrews assertion. [RT #399]
202991557a4b7e8d3df7725d84f0fcae90dbaee6David Lawrence 515. [bug] The ssu table was not being attached / detached
323b6387ce2575627427859b8668e7f27f090c4cMark Andrews by dns_zone_[sg]etssutable. [RT#397]
d68e4b66b1075e556b480f8bfb607aeba5da46f6Andreas Gustafsson 514. [func] Retry refresh and notify queries if they timeout.
d68e4b66b1075e556b480f8bfb607aeba5da46f6Andreas Gustafsson 513. [func] New functionality added to rdnc and server to allow
d68e4b66b1075e556b480f8bfb607aeba5da46f6Andreas Gustafsson individual zones to be refreshed or reloaded.
e44d56866bd609e066380cbef414e6ce11a08976Andreas Gustafsson 512. [bug] The zone transfer code could throw an execption with
e44d56866bd609e066380cbef414e6ce11a08976Andreas Gustafsson an invalid IXFR stream.
e44d56866bd609e066380cbef414e6ce11a08976Andreas Gustafsson 511. [bug] The message code could throw an assertion on an
4ebb4093f80e32e4a57ff3769f7fd4ad2217ee44Andreas Gustafsson out of memory failure. [RT #392]
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence 510. [bug] Remove spurious view notify warning. [RT #376]
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence 509. [func] Add support for write of zone files on shutdown.
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence 508. [func] dns_message_parse() can now do a best-effort
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence attempt, which should allow dig to print more invalid
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence 507. [func] New functions dns_zone_flush(), dns_zt_flushanddetach()
0df2335526caaebd8639129fd0327a6cc97060eaDavid Lawrence and dns_view_flushanddetach().
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence 506. [func] Do not fail to start on errors in zone files.
8b31f5630f6345f686449f8a84c33c0813283e42Andreas Gustafsson 505. [bug] nsupdate was printing "unknown result code". [RT #373]
8b31f5630f6345f686449f8a84c33c0813283e42Andreas Gustafsson 504. [bug] The zone was not being marked as dirty when updated via
13c32cb589e571e9204dbb091e145809288c9c21David Lawrence 503. [bug] dumptime was not being set along with
4ebb4093f80e32e4a57ff3769f7fd4ad2217ee44Andreas Gustafsson DNS_ZONEFLG_NEEDDUMP.
822f118444dcaddaf977bc73e958b2f755e4ddfdAndreas Gustafsson 502. [func] On a SERVFAIL reply, DiG will now try the next server
822f118444dcaddaf977bc73e958b2f755e4ddfdAndreas Gustafsson in the list, unless the +fail option is specified.
822f118444dcaddaf977bc73e958b2f755e4ddfdAndreas Gustafsson 501. [bug] Incorrect port numbers were being displayed by
822f118444dcaddaf977bc73e958b2f755e4ddfdAndreas Gustafsson nslookup. [RT #352]
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence 500. [func] Nearly useless +details option removed from DiG.
8775909be9fc67180fc480115716f88174e74471James Brister 499. [func] In DiG, specifying a class with -c or type with -t
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence changes command-line parsing so that classes and
406ce0cd9633188a79c008e8f7c8092fa54bc98cJames Brister types are only recognized if following -c or -t.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence This allows hosts with the same name as a class or
a797a75953e21b514427d188bf5d5051419c10adBrian Wellington type to be looked up.
a797a75953e21b514427d188bf5d5051419c10adBrian Wellington 498. [doc] There is now a man page for "dig"
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 497. [bug] The error messages printed when an IP match list
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence contained a network address with a nonzero host
17d91fddb33cc6e0bf2dfacf7156bb1ebba197d8David Lawrence part where not sufficiently detailed. [RT #365]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 496. [bug] named didn't sanity check numeric parameters. [RT #361]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 495. [bug] nsupdate was unable to handle large records. [RT #368]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 494. [func] Do not cache NXDOMAIN responses for SOA queries.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 493. [func] Return non-cachable (ttl = 0) NXDOMAIN responses
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence for SOA queries. This makes it easier to locate
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence the containing zone without polluting intermediate
abeb505bb6c1400dde1a40d0bff7b3a435666e1cMark Andrews 492. [bug] attempting to reload a zone caused the server fail
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence to shutdown cleanly. [RT #360]
57b3597444bc8716459f0fb3022b2c12f4eee2aeAndreas Gustafsson 491. [bug] nsupdate would segfault when sending certain
727eef0cbc8bf889ddb3b58eb89e9ea2c3b4b047Andreas Gustafsson prerequisites with empty RDATA. [RT #356]
99524919752c9b9abe1814007732b86592011cc1Brian Wellington 490. [func] When a slave/stub zone has not yet successfully
26c86a6fc85c89447d23d4a3e34b11157a2ff6f4Andreas Gustafsson obtained an SOA containing the zone's configured
26c86a6fc85c89447d23d4a3e34b11157a2ff6f4Andreas Gustafsson retry time, perform the SOA query retries using
26c86a6fc85c89447d23d4a3e34b11157a2ff6f4Andreas Gustafsson exponential backoff. [RT #337]
26c86a6fc85c89447d23d4a3e34b11157a2ff6f4Andreas Gustafsson 489. [func] The zone manager now has a "i/o" queue.
b3157263ee12a5792737f09b708d3fc65ca99e01Andreas Gustafsson 488. [bug] Locks weren't properly destroyed in some cases.
b3157263ee12a5792737f09b708d3fc65ca99e01Andreas Gustafsson 487. [port] flockfile() is not defined on all systems.
b3157263ee12a5792737f09b708d3fc65ca99e01Andreas Gustafsson 486. [bug] nslookup: "set all" and "server" commands showed
b90d3f516fd62514ff0b06a6ee0311d7ab5fbbb4Brian Wellington the incorrect port number if a port other than 53
b90d3f516fd62514ff0b06a6ee0311d7ab5fbbb4Brian Wellington was specified. [RT #352]
b35a009df86b4aa3793e87602c95af2a503ec0eeMark Andrews 485. [func] When dig had more than one server to query, it would
b35a009df86b4aa3793e87602c95af2a503ec0eeMark Andrews send all of the messages at the same time. Add
7bb1e299e133de5d530aa4cb545f4130aabf5235Andreas Gustafsson rate limiting of the transmitted messages.
7bb1e299e133de5d530aa4cb545f4130aabf5235Andreas Gustafsson 484. [bug] When the server was reloaded after removing addresses
7bb1e299e133de5d530aa4cb545f4130aabf5235Andreas Gustafsson from the named.conf "listen-on" statement, sockets
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence were still listening on the removed addresses due
482b9dae17bc5dc4e51b78d3c5b1a18c7c1adae9Andreas Gustafsson to reference count loops. [RT #325]
482b9dae17bc5dc4e51b78d3c5b1a18c7c1adae9Andreas Gustafsson 483. [bug] nslookup: "set all" showed a "search" option but it
34ea3c6fd940a8514b5ec609491f823263a735c7Michael Sawyer was not settable.
26c86a6fc85c89447d23d4a3e34b11157a2ff6f4Andreas Gustafsson 482. [bug] nslookup: a plain "server" or "lserver" should be
3c671ac666de8a7dcd7bd02afa20968da0b85bbdMark Andrews treated as a lookup.
3c671ac666de8a7dcd7bd02afa20968da0b85bbdMark Andrews 481. [bug] nslookup:get_next_command() stack size could exceed
3c671ac666de8a7dcd7bd02afa20968da0b85bbdMark Andrews per thread limit.
3c671ac666de8a7dcd7bd02afa20968da0b85bbdMark Andrews 480. [bug] strtok() is not thread safe. [RT #349]
3c671ac666de8a7dcd7bd02afa20968da0b85bbdMark Andrews 479. [func] The test suite can now be run by typing "make check"
3c671ac666de8a7dcd7bd02afa20968da0b85bbdMark Andrews or "make test" at the top level.
58c42ee18c186b2151ced62f64aa4ca23cff4a1dJames Brister 478. [bug] "make install" failed if the directory specified with
58c42ee18c186b2151ced62f64aa4ca23cff4a1dJames Brister --prefix did not already exist.
58c42ee18c186b2151ced62f64aa4ca23cff4a1dJames Brister 477. [bug] The the isc-config.sh script could be installed before
58c42ee18c186b2151ced62f64aa4ca23cff4a1dJames Brister its directory was created. [RT #324]
26c86a6fc85c89447d23d4a3e34b11157a2ff6f4Andreas Gustafsson 476. [bug] A zone could expire while a zone transfer was in
5dc6a24e8b6808f03e7a9bc6530d646ebba927dbMark Andrews progress triggering a INSIST failure. [RT #329]
242dfd9cc6901a5e02dae94acdecdb91e78ea07cMark Andrews 475. [bug] query_getzonedb() sometimes returned a non-null version
77771185071bf74d53378f1a3099a04d2af5153eBrian Wellington on failure. This caused assertion failures when
77771185071bf74d53378f1a3099a04d2af5153eBrian Wellington generating query responses where names subject to
77771185071bf74d53378f1a3099a04d2af5153eBrian Wellington additional section processing pointed to a zone
77771185071bf74d53378f1a3099a04d2af5153eBrian Wellington to which access had been denied by means of the
0d5d8e2bbf2c0c129f0416f24758a0925ce12be8James Brister allow-query option. [RT #336]
0d5d8e2bbf2c0c129f0416f24758a0925ce12be8James Brister 474. [bug] The mnemonic of the CHAOS class is CH according to
0d5d8e2bbf2c0c129f0416f24758a0925ce12be8James Brister RFC1035, but it was printed and read only as CHAOS.
99f3a24e69edbb19e4fe7f2fb0a72c478f8c3cafJames Brister We now accept both forms as input, and print it
99f3a24e69edbb19e4fe7f2fb0a72c478f8c3cafJames Brister as CH. [RT #305]
aa79283a0d97d5d77d3c17bcb1756035eabe647aAndreas Gustafsson 473. [bug] nsupdate overran the end of the list of name servers
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence when no servers could be reached, typically causing
bc334fc90142b2ca26823a3ed1a3f4f086c7d558Andreas Gustafsson it to print the error message "dns_request_create:
aa79283a0d97d5d77d3c17bcb1756035eabe647aAndreas Gustafsson not implemented".
aa79283a0d97d5d77d3c17bcb1756035eabe647aAndreas Gustafsson 472. [bug] Off-by-one error caused isc_time_add() to sometimes
aa79283a0d97d5d77d3c17bcb1756035eabe647aAndreas Gustafsson produce invalid time values.
aa79283a0d97d5d77d3c17bcb1756035eabe647aAndreas Gustafsson 471. [bug] nsupdate didn't compile on HP/UX 10.20
f204bdd8e6703ff0ef1adf0a2c407202418a936dDavid Lawrence 470. [func] $GENERATE is now supported. See also
b5f24a6988e04710bee0281b03b7e168358ac868Andreas Gustafsson 469. [bug] "query-source address * port 53;" now works.
379bd2c19cec393f56a2e9c42cc87fc8213a1b62James Brister 468. [bug] dns_master_load*() failed to report file and line
379bd2c19cec393f56a2e9c42cc87fc8213a1b62James Brister number in certain error conditions.
379bd2c19cec393f56a2e9c42cc87fc8213a1b62James Brister 467. [bug] dns_master_load*() failed to log an error if
0df2335526caaebd8639129fd0327a6cc97060eaDavid Lawrence pushfile() failed.
379bd2c19cec393f56a2e9c42cc87fc8213a1b62James Brister 466. [bug] dns_master_load*() could return success when it failed.
c24265935e70d17279153b3cde43e3f6c3527577Andreas Gustafsson 465. [cleanup] Allow 0 to be set as an omapi_value_t value by
bedfa169b4cc5511b34c0c4a54c5b8aae364babeJames Brister omapi_value_storeint().
bedfa169b4cc5511b34c0c4a54c5b8aae364babeJames Brister 464. [cleanup] Build with openssl's RSA code instead of dnssafe.
bedfa169b4cc5511b34c0c4a54c5b8aae364babeJames Brister 463. [bug] nsupdate sent malformed SOA queries to the second
bedfa169b4cc5511b34c0c4a54c5b8aae364babeJames Brister and subsequent name servers in resolv.conf if the
d85552c450141012e7cbeaacc77fb9575b0bb4cbJames Brister query sent to the first one failed.
d85552c450141012e7cbeaacc77fb9575b0bb4cbJames Brister 462. [bug] --disable-ipv6 should work now.
47c196192afa37b2dea728e52579779f190bf07fJames Brister 461. [bug] Specifying an unknown key in the "keys" clause of the
29196ffb72a1337c72ffd6d52f1c8348f84c644eJames Brister "controls" statement caused a NULL pointer dereference.
f3b52d9fe5e7e851adecad4eec8952cceda47592Brian Wellington 460. [bug] Much of the DNSSEC code only worked with class IN.
f3b52d9fe5e7e851adecad4eec8952cceda47592Brian Wellington 459. [bug] Nslookup processed the "set" command incorrectly.
94c5757a7a2d98b4de3e7a68cfe330d59450f09eAndreas Gustafsson 458. [bug] Nslookup didn't properly check class and type values.
f3b52d9fe5e7e851adecad4eec8952cceda47592Brian Wellington 457. [bug] Dig/host/hslookup didn't properly handle connect
71a4339351de0d8233d61025a667ec4dc3e0f868James Brister timeouts in certain situations, causing an
71a4339351de0d8233d61025a667ec4dc3e0f868James Brister unnecessary warning message to be printed.
71a4339351de0d8233d61025a667ec4dc3e0f868James Brister 456. [bug] Stub zones were not resetting the refresh and expire
71a4339351de0d8233d61025a667ec4dc3e0f868James Brister counters, loadtime or clearing the DNS_ZONE_REFRESH
71a4339351de0d8233d61025a667ec4dc3e0f868James Brister (refresh in progress) flag upon successful update.
71a4339351de0d8233d61025a667ec4dc3e0f868James Brister This disabled further refreshing of the stub zone,
0380c44d0238a88e167526954d630d071739ed28Mark Andrews causing it to eventually expire. [RT #300]
0380c44d0238a88e167526954d630d071739ed28Mark Andrews 455. [doc] Document IPv4 prefix notation does not require a
a6733246eafeb43755ce6d7ec3627ac4209cbccbMark Andrews dotted decimal quad but may be just dotted decimal.
a6733246eafeb43755ce6d7ec3627ac4209cbccbMark Andrews 454. [bug] Enforce dotted decimal and dotted decimal quad where
40817ed9c13782a7844e15dde24432611c4694acDavid Lawrence documented as such in named.conf. [RT #304, RT #311]
36bcb04af27e050ddc04b2ff37dbeafc84538fd4Brian Wellington 453. [bug] Warn if the obsolete option "maintain-ixfr-base"
36bcb04af27e050ddc04b2ff37dbeafc84538fd4Brian Wellington is specified in named.conf. [RT #306]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 452. [bug] Warn if the unimplemented option "statistics-file"
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence is specified in named.conf. [RT #301]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 451. [func] Update forwarding implememted.
ed71ea51c6ecb5d7d659b6e6a20f6b3f5c2678c6David Lawrence 450. [func] New function ns_client_sendraw().
ed71ea51c6ecb5d7d659b6e6a20f6b3f5c2678c6David Lawrence 449. [bug] isc_bitstring_copy() only works correctly if the
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence two bitstrings have the same lsb0 value, but this
9c11326b18c69b9b2fd6102d80fbd568ae6bd31eAndreas Gustafsson requirement was not documented, nor was there a
c78dc8b001ba46ef1edb784635c3ba7b3e4456ceJames Brister REQUIRE for it.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence 448. [bug] Host output formatting change, to match v8. [RT #255]
c78dc8b001ba46ef1edb784635c3ba7b3e4456ceJames Brister 447. [bug] Dig didn't properly retry in TCP mode after
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence a truncated reply. [RT #277]
d5399cc351a549db957185993b320a3bffa40e41James Brister 446. [bug] Confusing notify log message. [RT #298]
d5399cc351a549db957185993b320a3bffa40e41James Brister 445. [bug] Doing a 0 bit isc_bitstring_copy() of an lsb0
40f349ad1f2f0a63ef2784b8affcd44dc660b39cJames Brister bitstring triggered a REQUIRE statement. The REQUIRE
40f349ad1f2f0a63ef2784b8affcd44dc660b39cJames Brister statement was incorrect. [RT #297]
ac3b769801d794993e9eb6065b2f7144ffcfc9acMark Andrews 444. [func] "recursion denied" messages are always logged at
ac3b769801d794993e9eb6065b2f7144ffcfc9acMark Andrews debug level 1, now, rather than sometimes at ERROR.
69b691c9624f31e59b8d128ada902a82127c15a3James Brister This silences these warnings in the usual case, where
69b691c9624f31e59b8d128ada902a82127c15a3James Brister some clients set the RD bit in all queries.
69b691c9624f31e59b8d128ada902a82127c15a3James Brister 443. [bug] When loading a master file failed because of an
69b691c9624f31e59b8d128ada902a82127c15a3James Brister unrecognized RR type name, the error message
dba20696eb808075d849e5a4cc8d854555869fb2Brian Wellington did not include the file name and line number.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence 442. [bug] TSIG signed messages that did not match any view
98c2f9a11185b8a5dd601798990612beb6d1578eJames Brister crashed the server. [RT #290]
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence 441. [bug] Nodes obscured by a DNAME were inaccessible even
98c2f9a11185b8a5dd601798990612beb6d1578eJames Brister when DNS_DBFIND_GLUEOK was set.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 440. [func] New function dns_zone_forwardupdate().
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 439. [func] New function dns_request_createraw().
705cb05a187558959d20ec2c31e06de8e96f61b2David Lawrence 438. [func] New function dns_message_getrawmessage().
705cb05a187558959d20ec2c31e06de8e96f61b2David Lawrence 437. [func] Log NOTIFY activity to the notify channel.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 436. [bug] If recvmsg() returned EHOSTUNREACH or ENETUNREACH,
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence which sometimes happens on Linux, named would enter
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence a busy loop. Also, unexpected socket errors were
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence not logged at a high enough logging level to be
0b056755b2f423ba5f6adac8f7851d78f7d11437David Lawrence useful in diagnosing this situation. [RT #275]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 435. [bug] dns_zone_dump() overwrote existing zone files
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence rather than writing to a temporary file and
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence renaming. This could lead to empty or partial
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence zone files being left around in certain error
174a4f7b80af7f7a33cd9a098c13af23e5ec2a28David Lawrence conditions involving the initial transfer of a
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence slave zone, interfering with subsequent server
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence startup. [RT #282]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 434. [func] New function isc_file_isabsolute().
0640343258a99230c62e39dfbbe1505e3a970ee8Andreas Gustafsson 433. [func] isc_base64_decodestring() now accepts newlines
0640343258a99230c62e39dfbbe1505e3a970ee8Andreas Gustafsson within the base64 data. This makes it possible
dccfe96a449d135d1b3806a9ab8fd7481d017c8bAndreas Gustafsson to break up the key data in a "trusted-keys"
dccfe96a449d135d1b3806a9ab8fd7481d017c8bAndreas Gustafsson statement into multiple lines. [RT #284]
dccfe96a449d135d1b3806a9ab8fd7481d017c8bAndreas Gustafsson 432. [func] Added refresh/retry jitter. The actual refresh/
d98c74e2ec5b96bd22aa4ed6d893e8993787493bMichael Graff retry time is now a random value between 75% and
d98c74e2ec5b96bd22aa4ed6d893e8993787493bMichael Graff 100% of the configured value.
d98c74e2ec5b96bd22aa4ed6d893e8993787493bMichael Graff 431. [func] Log at ISC_LOG_INFO when a zone is successfully
d03d4524993ecf5da72694907cb8581eadbe5c4dBrian Wellington 430. [bug] Rewrote the lightweight resolver client management
75f6c57d9544aa77a3b1a04587b4702c07343c90Brian Wellington code to handle shutdown correctly and general
c8df84cb389994b4eaf549f5851e70d18e2d063fAndreas Gustafsson 429. [bug] The space reserved for a TSIG record in a response
c8df84cb389994b4eaf549f5851e70d18e2d063fAndreas Gustafsson was 2 bytes too short, leading to message
f34984369fbc87f6cc5c5d1059303377a1724d79James Brister generation failures.
b092aef75539b462d24b460b67ac49edb79aaff8Andreas Gustafsson 428. [bug] rbtdb.c:find_closest_nxt() erroneously returned
7cd4c3ddd1baf5f2b204562fdba3da37c716cc78Andreas Gustafsson DNS_R_BADDB for nodes which had neither NXT nor SIG NXT
76a191c4202a4839e4ce598ec91f0c0d12f630aaAndreas Gustafsson (e.g. glue). This could cause SERVFAILs when
76a191c4202a4839e4ce598ec91f0c0d12f630aaAndreas Gustafsson generating negative responses in a secure zone.
76a191c4202a4839e4ce598ec91f0c0d12f630aaAndreas Gustafsson 427. [bug] Avoid going into an infinite loop when the validator
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence gets a negative response to a key query where the
fef059dcec0f7f83b09b9ce30b91b21a51d9c481Andreas Gustafsson records are signed by the missing key.
174a4f7b80af7f7a33cd9a098c13af23e5ec2a28David Lawrence 426. [bug] Attempting to generate an oversized RSA key could
5f80c1428b9b7235fc9c1c80aa505457c3043504Brian Wellington cause dnssec-keygen to dump core.
174a4f7b80af7f7a33cd9a098c13af23e5ec2a28David Lawrence 425. [bug] Warn about the auth-nxdomain default value change
af602636644fdfaabc331bd926b0aabb9432e152Brian Wellington if there is no auth-nxdomain statement in the
af602636644fdfaabc331bd926b0aabb9432e152Brian Wellington config file. [RT #287]
b3aaa872e12e5c8658271bde8e4dd85d015e823fAndreas Gustafsson 424. [bug] notify_createmessage() could trigger an assertion
b3aaa872e12e5c8658271bde8e4dd85d015e823fAndreas Gustafsson failure when creating the notify message failed,
b3aaa872e12e5c8658271bde8e4dd85d015e823fAndreas Gustafsson e.g. due to corrupt zones with multiple SOA records.
b3aaa872e12e5c8658271bde8e4dd85d015e823fAndreas Gustafsson 423. [bug] When responding to a recusive query, errors that occur
389f2ccc2f5f00a11a14114d40492f7ac8249fa7Olafur Gudmundsson after following a CNAME should cause the query to fail.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 422. [func] get rid of isc_random_t, and make isc_random_get()
6deb631b20b7e212d9a350759e472fa60f9e92e4David Lawrence and isc_random_jitter() use rand() internally
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence instead of local state. Note that isc_random_*()
b1d234eb75e2804e09d89178a76df39c321db51bBrian Wellington functions are only for weak, non-critical "randomness"
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence such as timing jitter and such.
a9bc95f22ef2dd4a12e79be99412c9f18b814a5dBrian Wellington 421. [bug] nslookup would exit when given a blank line as input.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 420. [bug] nslookup failed to implement the "exit" command.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 419. [bug] The certificate type PKIX was misspelled as SKIX.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 418. [bug] At debug levels >= 10, getting an unexpected
3c8e458ed2118828b13f35ca6fcc409da66c2869David Lawrence socket receive error would crash the server
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence while trying to log the error message.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 417. [func] Add isc_app_block() and isc_app_unblock(), which
7ffc4c63ac8841d127c2d77c8716cc0dc483badcDavid Lawrence allow an application to handle signals while
19d1b1667d073850d4366352aaf8319efc5debeeBrian Wellington 416. [bug] Slave zones with no master file tried to use a
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence NULL pointer for a journal file name when they
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence received an IXFR. [RT #273]
20b20b23948b90cb2f7d7f402da99d09f837efd0David Lawrence 415. [bug] The logging code leaked file descriptors.
a89b06a49cc61cdce2ce0ea0f62b514998fa16d9Andreas Gustafsson 414. [bug] Server did not shut down until all incoming zone
a89b06a49cc61cdce2ce0ea0f62b514998fa16d9Andreas Gustafsson transfers were finished.
9c987b20b9246a34f38af8ed3cd22c61040933a7Andreas Gustafsson 413. [bug] Notify could attempt to use the zone database after
9c987b20b9246a34f38af8ed3cd22c61040933a7Andreas Gustafsson it had been unloaded. [RT#267]
7e9bfde7951c4e35bcbd0d3439790cc823a6794cAndreas Gustafsson 412. [bug] named -v didn't print the version.
7e9bfde7951c4e35bcbd0d3439790cc823a6794cAndreas Gustafsson 411. [bug] A typo in the HS A code caused an assertion failure.
4c9406964425ecc33fac38bb093e236b43b449e6Andreas Gustafsson 410. [bug] lwres_gethostbyname() and company set lwres_h_errno
4c9406964425ecc33fac38bb093e236b43b449e6Andreas Gustafsson to a random value on success.
533131b93b69c4534b5f1f9138b59211670e6e6dMichael Graff 409. [bug] If named was shut down early in the startup
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence process, ns_omapi_shutdown() would attempt to lock
533131b93b69c4534b5f1f9138b59211670e6e6dMichael Graff an unintialized mutex. [RT #262]
533131b93b69c4534b5f1f9138b59211670e6e6dMichael Graff 408. [bug] stub zones could leak memory and reference counts if
533131b93b69c4534b5f1f9138b59211670e6e6dMichael Graff all the masters were unreachable.
0e7da7ac26cb234763ff03c3a9bc06e3c22e546fAndreas Gustafsson 407. [bug] isc_rwlock_lock() would needlessly block
533131b93b69c4534b5f1f9138b59211670e6e6dMichael Graff readers when it reached the read quota even
533131b93b69c4534b5f1f9138b59211670e6e6dMichael Graff if no writers were waiting.
533131b93b69c4534b5f1f9138b59211670e6e6dMichael Graff 406. [bug] Log messages were occasionally lost or corrupted
73abbeb5823a9b3e01b05a8878db915eb6beccdaAndreas Gustafsson due to a race condition in isc_log_doit().
73abbeb5823a9b3e01b05a8878db915eb6beccdaAndreas Gustafsson 405. [func] Add support for selective forwarding (forward zones)
538971e27d45861c937331f52b0e96d3a5157d8eAndreas Gustafsson 404. [bug] The request library didn't completely work with IPv6.
538971e27d45861c937331f52b0e96d3a5157d8eAndreas Gustafsson 403. [bug] "host" did not use the search list.
7ffc4c63ac8841d127c2d77c8716cc0dc483badcDavid Lawrence 402. [bug] Treat undefined acls as errors, rather than
c50936eb40263b65ebf6afe4e6556e2dc67c10e4Brian Wellington warning and then later throwing an assertion.
8977ab7ca0ed63a39a8cd0b915ab9cb1254dcd3fJames Brister 401. [func] Added simple database API.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 400. [bug] SIG(0) signing and verifying was done incorrectly.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence 399. [bug] When reloading the server with a config file
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson containing a syntax error, it could catch an
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson assertion failure trying to perform zone
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson maintenance on, or sending notifies from,
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson tentatively created zones whose views were
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson never fully configured and lacked an address
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson database and request manager.
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson 398. [bug] "dig" sometimes caught an assertion failure when
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson using TSIG, depending on the key length.
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson 397. [func] Added utility functions dns_view_gettsig() and
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson dns_view_getpeertsig().
95be83b467e2384d414693982318a5c06cccf1d7Andreas Gustafsson 396. [doc] There is now a man page for "nsupdate"
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 395. [bug] nslookup printed incorrect RR type mnemonics
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence for RRs of type >= 21 [RT #237].
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 394. [bug] Current name was not propagated via $INCLUDE.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 393. [func] Initial answer while loading (awl) support.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence Entry points: dns_master_loadfileinc(),
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence dns_master_loadstreaminc(), dns_master_loadbufferinc().
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence Note: calls to dns_master_load*inc() should be rate
6fa1cb5754695d550a58c6e8978fda65f5146af7David Lawrence be rate limited so as to not use up all file
52b784e2a662038b833e4f9ad7bff881faf52a85Andreas Gustafsson 392. [func] Add ISC_R_FAMILYNOSUPPORT. Returned when OS does
edb8ffbbf3e4b3c16a10fdd45720d97706e6bf50Mark Andrews not support the given address family requested.
edb8ffbbf3e4b3c16a10fdd45720d97706e6bf50Mark Andrews 391. [clarity] ISC_R_FAMILY -> ISC_R_FAMILYMISMATCH.
59abb512d344bfa09012cc11b7d814966f035da4Mark Andrews 390. [func] The function dns_zone_setdbtype() now takes
59abb512d344bfa09012cc11b7d814966f035da4Mark Andrews an argc/argv style vector of words and sets
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence both the zone database type and its arguments,
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence making the functions dns_zone_adddbarg()
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence and dns_zone_cleardbargs() unnecessary.
600cfa2ba4c50017581b6c14e3a688a82ecebbe0David Lawrence 389. [bug] Attempting to send a reqeust over IPv6 using
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence dns_request_create() on a system without IPv6
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence support caused an assertion failure [RT #235].
a120694df8156f76eb629e4d686d3729362e3c90David Lawrence 388. [func] dig and host can now do reverse ipv6 lookups.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 387. [func] Add dns_byaddr_createptrname(), which converts
a120694df8156f76eb629e4d686d3729362e3c90David Lawrence an address into the name used by a PTR query.
fcba8f29fedd5a29651579e22c96413b4f37cab9Brian Wellington 386. [bug] Missing strdup() of ACL name caused random
f6afa4ac95f3a6c86c61c0b122cd0dc6f957649bBrian Wellington ACL matching failures [RT #228].
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 385. [cleanup] Removed functions dns_zone_equal(), dns_zone_print(),
34b394b43e2207e8f8f3703f0402422121455638David Lawrence and dns_zt_print().
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister 384. [bug] nsupdate was incorrectly limiting TTLs to 65535 instead
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister of 2147483647.
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister 383. [func] When writing a master file, print the SOA and NS
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister records (and their SIGs) before other records.
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister 382. [bug] named -u failed on many Linux systems where the
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister libc provided kernel headers do not match
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister the current kernel.
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister 381. [bug] Check for IPV6_RECVPKTINFO and use it instead of
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister IPV6_PKTINFO if found. [RT #229]
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence 380. [bug] nsupdate didn't work with IPv6.
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister 379. [func] New library function isc_sockaddr_anyofpf().
cde7793c7fb83adecf1a60bfc76cde6d1d7db0ebJames Brister 378. [func] named and lwresd will log the command line arguments
c0b06c8275c5ea3cde8cc67f3a6f9cab1bd55d65James Brister they were started with in the "starting ..." message.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 377. [bug] When additional data lookups were refused due to
527ea00c176abc167a6daf978e06f52c7e70aa06Andreas Gustafsson "allow-query", the databases were still being
527ea00c176abc167a6daf978e06f52c7e70aa06Andreas Gustafsson attached causing reference leaks.
f7d85bae58428b91fde90f87c1e9ef89897acf2eAndreas Gustafsson 376. [bug] The server should always use good entropy when
f7d85bae58428b91fde90f87c1e9ef89897acf2eAndreas Gustafsson performing cryptographic functions needing entropy.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence 375. [bug] Per-zone "allow-query" did not properly override the
ec7493d8d1966a3dc5f5306fc0a96519e0de6dceAndreas Gustafsson view/global one for CNAME targets and additional
ec7493d8d1966a3dc5f5306fc0a96519e0de6dceAndreas Gustafsson data [RT #220].
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 374. [bug] SOA in authoritative negative responses had wrong TTL.
289fd0daf888e3f7b1733bd750f60891ce90e1e6Andreas Gustafsson 373. [func] nslookup is now installed by "make install".
289fd0daf888e3f7b1733bd750f60891ce90e1e6Andreas Gustafsson 372. [bug] Deal with Microsoft DNS servers appending two bytes of
bd36d3014e8a82d217ed1c88cdb4c717a25fee09Andreas Gustafsson garbage to zone transfer requests.
8adf1b9e749ca303ea8a8ffb29b5101ecbe2ecf6Mark Andrews 371. [bug] At high debug levels, doing an outgoing zone transfer
8adf1b9e749ca303ea8a8ffb29b5101ecbe2ecf6Mark Andrews of a very large RRset could cause an assertion failure
8adf1b9e749ca303ea8a8ffb29b5101ecbe2ecf6Mark Andrews during logging.
8adf1b9e749ca303ea8a8ffb29b5101ecbe2ecf6Mark Andrews 370. [bug] The error messages for rollforward failures were
8adf1b9e749ca303ea8a8ffb29b5101ecbe2ecf6Mark Andrews overly terse.
8adf1b9e749ca303ea8a8ffb29b5101ecbe2ecf6Mark Andrews 369. [func] Support new named.conf options, view and zone
c052487cdf42c83bb0fa8e4c0ed135e801ac1e90Mark Andrews max-retry-time, min-retry-time,
dcd66bf9667816cfc3419f2040e03f5621d88555Andreas Gustafsson max-refresh-time, min-refresh-time.
dcd66bf9667816cfc3419f2040e03f5621d88555Andreas Gustafsson 368. [func] Restructure the internal ".bind" view so that more
dcd66bf9667816cfc3419f2040e03f5621d88555Andreas Gustafsson zones can be added to it.
f4f3f2cf3499cf6c32f6329aca08b5c557f507f1Mark Andrews 367. [bug] Allow proper selection of server on nslookup command
f4f3f2cf3499cf6c32f6329aca08b5c557f507f1Mark Andrews 366. [func] Allow use of '-' batch file in dig for stdin.
f4f3f2cf3499cf6c32f6329aca08b5c557f507f1Mark Andrews 365. [bug] nsupdate -k leaked memory.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 364. [func] Added additional-from-{cache,auth}
6a13d6f3c687d463a2a88f696a5193a5651612baAndreas Gustafsson 362. [bug] rndc no longer aborts if the configuration file is
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence missing an options statement. [RT #209]
9dff010bd0224c0eb0046e02c51947bf69cbb718David Lawrence 361. [func] When the RBT find or chain functions set the name and
9dff010bd0224c0eb0046e02c51947bf69cbb718David Lawrence origin for a node that stores the root label
996f4a8bc34cb0203ce6a40ff82bca8bf32423ccAndreas Gustafsson the name is now set to an empty name, instead of ".",
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence to simplify later use of the name and origin by
f2fdfe7c42f3b10f3653f851ce5a0a90ee5ac1f9David Lawrence dns_name_concatenate(), dns_name_totext() or
6a13d6f3c687d463a2a88f696a5193a5651612baAndreas Gustafsson dns_name_format().
47b26abe77184f9bedc68e36bdad03332cf67570David Lawrence 360. [func] dns_name_totext() and dns_name_format() now allow
c0fcd6b98bc1fe5bbd2bd1a4d729215f65e3d20fJames Brister an empty name to be passed, which is formatted as "@".
17d0495c338ca6273cc1e1e3fd9354ab785a9ae9Mark Andrews 359. [bug] dnssec-signzone occasionally signed glue records.
17d0495c338ca6273cc1e1e3fd9354ab785a9ae9Mark Andrews 358. [cleanup] Rename the intermediate files used by the dnssec
4c5651ee049cbace08d5350e3d23a0d6da491fa8James Brister 357. [bug] The zone file parser crashed if the argument
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence to $INCLUDE was a quoted string.
e06abf2270cc397e6a1ab8e25055e9c05f256beeJames Brister 356. [cleanup] isc_task_send no longer requires event->sender to
e411a986b94276c28e6a971f9c3b61d45c635456James Brister 355. [func] Added isc_dir_createunique(), similar to mkdtemp().
e411a986b94276c28e6a971f9c3b61d45c635456James Brister 354. [doc] Man pages for the dnssec tools are now included in
e411a986b94276c28e6a971f9c3b61d45c635456James Brister the distribution, in doc/man/dnssec.
c6ce77b4dccb15297f78de9e0c00d40f40ce8aa4Mark Andrews 353. [bug] double increment in lwres/gethost.c:copytobuf().
1d7172079ddd7aaad66a135a814d0013c6503837Andreas Gustafsson 352. [bug] Race condition in dns_client_t startup could cause
1d7172079ddd7aaad66a135a814d0013c6503837Andreas Gustafsson an assertion failure.
5159c427839689d5070e2f9c6c9a0168dd9f6583Mark Andrews 351. [bug] Constructing a response with rcode SERVFAIL to a TSIG
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence signed query could crash the server.
41da7fdc551c50cddebf2c5311e322efd793fd3bDavid Lawrence 350. [bug] Also-notify lists specified in the global options
5159c427839689d5070e2f9c6c9a0168dd9f6583Mark Andrews block were not correctly reference counted, causing
5159c427839689d5070e2f9c6c9a0168dd9f6583Mark Andrews a memory leak.
dd3fc76a33569ee9d5d30effc0d975651a4567f5Andreas Gustafsson 349. [bug] Processing a query with the CD bit set now works
3364cad7e4699aff0b2d5090ab09a6da9733a118Andreas Gustafsson 348. [func] New boolean named.conf options 'additional-from-auth'
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence and 'additional-from-cache' now supported in view and
e2cf9c2db3fd484d160d3b7850f5e4d9c19945faJames Brister global options statement.
e2cf9c2db3fd484d160d3b7850f5e4d9c19945faJames Brister 347. [bug] Don't crash if an argument is left off options in dig.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence 346. [placeholder]
e2cf9c2db3fd484d160d3b7850f5e4d9c19945faJames Brister 345. [bug] Large-scale changes/cleanups to dig:
e2cf9c2db3fd484d160d3b7850f5e4d9c19945faJames Brister * Significantly improve structure handling
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence * Don't pre-load entire batch files
e2cf9c2db3fd484d160d3b7850f5e4d9c19945faJames Brister * Fix SIGINT handling
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence * Shorten timeouts to match v8's behavior
e2cf9c2db3fd484d160d3b7850f5e4d9c19945faJames Brister 344. [bug] When shutting down, lwresd sometimes tried
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence to shut down its client tasks twice,
36357e4304862fb47e9fae03c704cb6720310c45James Brister triggering an assertion.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 343. [bug] Although zone maintenance SOA queries and
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence notify requests were signed with TSIG keys
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence when configured for the server in case,
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence the TSIG was not verified on the response.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 342. [bug] The wrong name was being passed to
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence dns_name_dup() when generating a TSIG
9bb05852fed91ff3913601b7ed8e43e711aa9094David Lawrence key using TKEY.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 341. [func] Support 'key' clause in named.conf zone masters
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence statement to allow authentication via TSIG keys:
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 10.0.0.1 port 5353 key "foo";
014892d86d30b7eceb0003d51788f9b5cadfc1bfAndreas Gustafsson 340. [bug] The top-level COPYRIGHT file was missing from
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence the distribution.
b99d080717fdd741961d736581270d37bad8bec0David Lawrence 339. [bug] DNSSEC validation of the response to an ANY
97f75286ada13a1b06a424607e638bde5ebfb3caAndreas Gustafsson query at a name with a CNAME RR in a secure
97f75286ada13a1b06a424607e638bde5ebfb3caAndreas Gustafsson zone triggered an assertion failure.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 338. [bug] lwresd logged to syslog as named, not lwresd.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 337. [bug] "dig" did not recognize "nsap-ptr" as an RR type
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence on the command line.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 336. [bug] "dig -f" used 64 k of memory for each line in
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence the file. It now uses much less, though still
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence proportionally to the file size.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 335. [bug] named would occasionally attempt recursion when
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence it was disallowed or undesired.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 334. [func] Added hmac-md5 to libisc.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 333. [bug] The resolver incorrectly accepted referrals to
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence domains that were not parents of the query name,
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence causing assertion failures.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 332. [func] New function dns_name_reset().
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 331. [bug] Only log "recursion denied" if RD is set. [RT #178]
a2605214c27439a8af2ad4bd9a8630dcfcc8152eDavid Lawrence 330. [bug] Many debugging messages were partially formatted
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence even when debugging was turned off, causing a
344e909ce9c59422a70105aba498e68b2d42623bDavid Lawrence significant decrease in query performance.
738922ba7bb10b206f6f54931aed068e3dcb950dDavid Lawrence 329. [func] omapi_auth_register() now takes a size_t argument for
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence the length of a key's secret data. Previously
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence OMAPI only stored secrets up to the first NUL byte.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 328. [func] Added isc_base64_decodestring().
9c4f33b6718407e94d50dbfb4977e16d3f83de9dDavid Lawrence 327. [bug] rndc.conf parser wasn't correctly recognising an IP
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence address where a host specification was required.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 326. [func] 'keys' in an 'inet' control statement is now
c403d3f7d6cb17406e9be03a330ed5cf91619abcDavid Lawrence required and must have at least one item in it.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence A "not supported" warning is now issued if a 'unix'
a0f6cda5fd9f2fcc4154bb63628f849b639a40caAndreas Gustafsson control channel is defined.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 325. [bug] isc_lex_gettoken was processing octal strings when
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence ISC_LEXOPT_CNUMBER was not set.
e3b3a046bf653d39cb5b92534a6a36fce1702d20Bob Halley 324. [func] In the resolver, turn EDNS0 off if there is no
e3b3a046bf653d39cb5b92534a6a36fce1702d20Bob Halley response after a number of retransmissions.
e3b3a046bf653d39cb5b92534a6a36fce1702d20Bob Halley This is to allow queries some chance of succeeding
e3b3a046bf653d39cb5b92534a6a36fce1702d20Bob Halley even if all the authoritative servers of a zone
e3b3a046bf653d39cb5b92534a6a36fce1702d20Bob Halley silently discard EDNS0 requests instead of
e3b3a046bf653d39cb5b92534a6a36fce1702d20Bob Halley sending an error response like they ought to.
904463e94cafd59c8284f472ea8f58f1f311b8cbDavid Lawrence 323. [bug] dns_rbt_findname() did not ignore empty rbt nodes.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence Because of this, servers authoritative for a parent
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence and grandchild zone but not authoritative for the
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence intervening child zone did not correctly issue
bf6f755a74e24441e96a110b3c8d11cfe2ed0da7David Lawrence referrals to the servers of the child zone.
1a7f6c3898266854db100fb2cb36418d650de8e7Brian Wellington 322. [bug] Queries for KEY RRs are now sent to the parent
1a7f6c3898266854db100fb2cb36418d650de8e7Brian Wellington server before the authoritative one, making
1a7f6c3898266854db100fb2cb36418d650de8e7Brian Wellington DNSSEC insecurity proofs work in many cases
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence where they previously didn't.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 321. [bug] When synthesizing a CNAME RR for a DNAME
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence response, query_addcname() failed to intitialize
fc9e755ba340607d76c7de897ee2d985d3b24505David Lawrence the type and class of the CNAME dns_rdata_t,
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence causing random failures.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 320. [func] Multiple rndc changes: parses an rndc.conf file,
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence uses authentication to talk to named, command
7896e45912df15d07eb99f885b9d9c15ad5f3f68David Lawrence line syntax changed. This will all be described
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 319. [func] The named.conf "controls" statement is now used
32eddfc189108fa93e31761e13150594c7a79d2bDavid Lawrence to configure the OMAPI command channel.
b8dd48ecf83142f6ee7238cbd68fec455e527fc8Mark Andrews 318. [func] dns_c_ndcctx_destroy() could never return anything
b8dd48ecf83142f6ee7238cbd68fec455e527fc8Mark Andrews except ISC_R_SUCCESS; made it have void return instead.
68e4926b2262571e004b4be00b905ec776c01d9cMichael Graff 317. [func] Use callbacks from libomapi to determine if a
68e4926b2262571e004b4be00b905ec776c01d9cMichael Graff new connection is valid, and if a key requested
6c7e680943ccdb75f23b050a7bc5ac0825e5244aMark Andrews to be used with that connection is valid.
6c7e680943ccdb75f23b050a7bc5ac0825e5244aMark Andrews 316. [bug] Generate a warning if we detect an unexpected <eof>
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence but treat as <eol><eof>.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence 315. [bug] Handle non-empty blanks lines. [RT #163]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 314. [func] The named.conf controls statement can now have
61e9c1cdbe29683bb2db388e4fc6a6fd59315cefDavid Lawrence more than one key specified for the inet clause.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 313. [bug] When parsing resolv.conf, don't terminate on an
8b11f3debd9a9494d5aec60ea228ab393fbdc26eDavid Lawrence error. Instead, parse as much as possible, but
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence still return an error if one was found.
2cc1d2536d5834fbe20281068b8bd34dd1ee5337David Lawrence 312. [bug] Increase the number of allowed elements in the
140d92622430165001bd91ba2e7d516992faeb2fMichael Sawyer resolv.conf search path from 6 to 8. If there
140d92622430165001bd91ba2e7d516992faeb2fMichael Sawyer are more than this, ignore the remainder rather
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence than returning a failure in lwres_conf_parse.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 311. [bug] lwres_conf_parse failed when the first line of
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence resolv.conf was empty or a comment.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 310. [func] Changes to named.conf "controls" statement (inet
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence subtype only)
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence - support "keys" clause
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence inet * port 1024
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence allow { any; } keys { "foo"; }
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence - allow "port xxx" to be left out of statement,
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence in which case it defaults to omapi's default port
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 309. [bug] When sending a referral, the server did not look
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence for name server addresses as glue in the zone
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence holding the NS RRset in the case where this zone
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence was not the same as the one where it looked for
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence name server addresses as authoritative data.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 308. [bug] Treat a SOA record not at top of zone as an error
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence when loading a zone. [RT #154]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 307. [bug] When canceling a query, the resolver didn't check for
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence isc_socket_sendto() calls that did not yet have their
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence completion events posted, so it could (rarely) end up
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence destroying the query context and then want to use
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence it again when the send event posted, triggering an
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence assertion as it tried to cancel an already-canceled
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence query. [RT #77]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 306. [bug] Reading HMAC-MD5 private key files didn't work.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 305. [bug] When reloading the server with a config file
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence containing a syntax error, it could catch an
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence assertion failure trying to perform zone
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence maintenance on tentatively created zones whose
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence views were never fully configured and lacked
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence an address database.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 304. [bug] If more than LWRES_CONFMAXNAMESERVERS servers
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence are listed in resolv.conf, silently ignore them
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence instead of returning failure.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 303. [bug] Add additional sanity checks to differentiate a AXFR
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence response vs a IXFR response. [RT #157]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 302. [bug] In dig, host, and nslookup, MXNAME should be large
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence enough to hold any legal domain name in presentation
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence format + terminating NULL.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 301. [bug] Uninitalised pointer in host:printmessage(). [RT #159]
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 300. [bug] Using both <isc/net.h> and <lwres/net.h> didn't work
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence on platforms lacking IPv6 because each included their
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence own ipv6 header file for the missing definitions. Now
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence each library's ipv6.h defines the wrapper symbol of
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence the other (ISC_IPV6_H and LWRES_IPV6_H).
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 299. [cleanup] Get the user and group information before changing the
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence root directory, so the administrator does not need to
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence keep a copy of the user and group databases in the
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence chroot'ed environment. Suggested by Hakan Olsson.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 298. [bug] A mutex deadlock occurred during shutdown of the
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence interface manager under certain conditions.
16a107c904a30a687a08efec86a26a2f9398d2edAndreas Gustafsson Digital Unix systems were the most affected.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 297. [bug] Specifying a key name that wasn't fully qualified
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence in certain parts of the config file could cause
33e927bf8622db6d3e5ecfd871f517db47fa722bDavid Lawrence an assertion failure.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 296. [bug] "make install" from a separate build directory
3e6b98586e823544344bcbbcad825d3d4485de59David Lawrence failed unless configure had been run in the source
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence directory, too.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 295. [bug] When invoked with type==CNAME and a message
878363c06b3d42f8fa4acca0c4aec9252b7844d9David Lawrence not constructed by dns_message_parse(),
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence dns_message_findname() failed to find anything
cc5547dbcb04bdc498cf050c6104a1974f68c6eaAndreas Gustafsson due to checking for attribute bits that are set
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence only in dns_message_parse(). This caused an
b8957f3496b6a900df9ca263864a47dbb1cb8978David Lawrence infinite loop when constructing the response to
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence an ANY query at a CNAME in a secure zone.
c7f22f83aac9e61dafee191cad040e9c42652cc8David Lawrence 294. [bug] If we run out of space in while processing glue
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence when reading a master file and commit "current name"
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence reverts to "name_current" instead of staying as
f6d6835ed5bb14f7d87cb9b736deadf9de2085ddAndreas Gustafsson 293. [port] Add support for FreeBSD 4.0 system tests.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 292. [bug] Due to problems with the way some operating systems
d41c9885ecfb4be7382fd32a58ae4a9fb2056b81David Lawrence handle simultaneous listening on IPv4 and IPv6
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence addresses, the server no longer listens on IPv6
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence addresses by default. To revert to the previous
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence behavior, specify "listen-on-v6 { any; };" in
38feb01f1b0a3ac65897ae63c22c27c72e8cfda1David Lawrence the config file.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 291. [func] Caching servers no longer send outgoing queries
802aa6f2b70cc0b4e69ef0a1dcab0a8d68a0fdeaDavid Lawrence over TCP just because the incoming recursive query
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence was a TCP one.
5b27fa26dd1288f61de9ace6f4ec56be63858048David Lawrence 290. [cleanup] +twiddle option to dig (for testing only) removed.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 289. [cleanup] dig is now installed in $bindir instead of $sbindir.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence host is now installed in $bindir. (Be sure to remove
32d7adf5ee52c5a86122ee3d9e35a894fc5ed0a6Bob Halley any $sbindir/dig from a previous release.)
32d7adf5ee52c5a86122ee3d9e35a894fc5ed0a6Bob Halley 288. [func] rndc is now installed by "make install" into $sbindir.
32d7adf5ee52c5a86122ee3d9e35a894fc5ed0a6Bob Halley 287. [bug] rndc now works again as "rndc 127.1 reload" (for
32d7adf5ee52c5a86122ee3d9e35a894fc5ed0a6Bob Halley only that task). Parsing its configuration file and
32d7adf5ee52c5a86122ee3d9e35a894fc5ed0a6Bob Halley using digital signatures for authentication has been
32d7adf5ee52c5a86122ee3d9e35a894fc5ed0a6Bob Halley disabled until named supports the "controls" statement,
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 286. [bug] On Solaris 2, when named inherited a signal state
cc43f2461d2b7da80105cf6d1b96bda4e93303cdDavid Lawrence where SIGHUP had the SIG_IGN action, SIGHUP would
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence be ignored rather than causing the server to reload
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence its configuration.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 285. [bug] A change made to the dst API for beta4 inadvertently
7ce81e15fa98db5b13fba06d54526e8679ac064cDavid Lawrence broke OMAPI's creation of a dst key from an incoming
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence message, causing an assertion to be triggered. Fixed.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 284. [func] The DNSSEC key generation and signing tools now
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence generate randomness from keyboard input on systems
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence 283. [cleanup] The 'lwresd' program is now a link to 'named'.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 282. [bug] The lexer now returns ISC_R_RANGE if parsed integer is
32eeec855957c3dd38f0d6c98ca79b67a71300b6Brian Wellington too big for an unsigned long.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 281. [bug] Fixed list of recognized config file category names.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 280. [func] Add isc-config.sh, which can be used to more
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence easily build applications that link with
77f372eed39827f5efef476602de7c0505f99b91David Lawrence our libraries.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 279. [bug] Private omapi function symbols shared between
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence two or more files in libomapi.a were not namespace
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence protected using the ISC convention of starting with
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence the library name and two underscores ("omapi__"...)
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 278. [bug] bin/named/logconf.c:category_fromconf() didn't take
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence note of when isc_log_categorybyname() wasn't able
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence to find the category name and would then apply the
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence channel list of the unknown category to all categories.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 277. [bug] isc_log_categorybyname() and isc_log_modulebyname()
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence would fail to find the first member of any category
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence or module array apart from the internal defaults.
585529aaeb95a71cd3d95df2602a4688fc7c3292David Lawrence Thus, for example, the "notify" category was improperly
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence configured by named.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 276. [bug] dig now supports maximum sized TCP messages.
e4e183af576855f4ccc9fc28084ffe095aaa5b55Andreas Gustafsson 275. [bug] The definition of lwres_gai_strerror() was missing
e49a98d47fea220023c22bcc7204f13f7f0b07feBrian Wellington the lwres_ prefix.
195da2b26542b85d60308b2af35ea9966df9c3bbMichael Graff 274. [bug] TSIG AXFR verify failed when talking to a BIND 8
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 273. [func] The default for the 'transfer-format' option is
e9a9ae4fc627f24cb960a3008f2723ba9a55b274Brian Wellington now 'many-answers'. This will break zone transfers
e9a9ae4fc627f24cb960a3008f2723ba9a55b274Brian Wellington to BIND 4.9.5 and older unless there is an explicit
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 'one-answer' configuration.
d1bdeae7bb7a0642170d5476c2fd901db3028143Andreas Gustafsson 272. [bug] The sending of large TCP responses was canceled
d111a46c88adda33a93839f4934e127b6147d87dBob Halley in mid-transmission due to a race condition
d111a46c88adda33a93839f4934e127b6147d87dBob Halley caused by the failure to set the client object's
d111a46c88adda33a93839f4934e127b6147d87dBob Halley "newstate" variable correctly when transitioning
d111a46c88adda33a93839f4934e127b6147d87dBob Halley to the "working" state.
9e53cbca72767d0c91962b7a01650ea07d7398ddMark Andrews 271. [func] Attempt to probe the number of cpus in named
585529aaeb95a71cd3d95df2602a4688fc7c3292David Lawrence if unspecified rather than defaulting to 1.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 270. [func] Allow maximum sized TCP answers.
3bb3b7ac462a90c2b8b1fb783324d800e2ba748cMichael Graff 269. [bug] Failed DNSSEC validations could cause an assertion
3bb3b7ac462a90c2b8b1fb783324d800e2ba748cMichael Graff failure by causing clone_results() to be called with
3bb3b7ac462a90c2b8b1fb783324d800e2ba748cMichael Graff with hevent->node == NULL.
c6adcd09c8d5c0acd47a8dccb8061bb1105cad95Michael Graff 268. [doc] A plain text version of the Administrator
b5fff54fe9335b20c02d749831fc0eaeda97198fBrian Wellington Reference Manual is now included in the distribution,
15a0ed30600ea88fe1227233155586f0c3c6cc34Bob Halley 267. [func] Nsupdate is now provided in the distribution.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 266. [bug] zone.c:save_nsrrset() node was not initalized.
b5fff54fe9335b20c02d749831fc0eaeda97198fBrian Wellington 265. [bug] dns_request_create() now works for TCP.
b5fff54fe9335b20c02d749831fc0eaeda97198fBrian Wellington 264. [func] Dispatch can not take TCP sockets in connecting
b5fff54fe9335b20c02d749831fc0eaeda97198fBrian Wellington state. Set DNS_DISPATCHATTR_CONNECTED when calling
b5fff54fe9335b20c02d749831fc0eaeda97198fBrian Wellington dns_dispatch_createtcp() for connected TCP sockets
b5fff54fe9335b20c02d749831fc0eaeda97198fBrian Wellington or call dns_dispatch_starttcp() when the socket is
3ae757933270e8298a6c1c5f9dfd30a4d852972cAndreas Gustafsson 263. [func] New logging channel type 'stderr'
3ae757933270e8298a6c1c5f9dfd30a4d852972cAndreas Gustafsson channel some-name {
b61bbad878d0ac563a093525aa826cdba0fd43bfMark Andrews severity error;
4716e94840921878b26e493576f84afe4fe08752Mark Andrews 262. [bug] 'master' was not initalized in zone.c:stub_callback().
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 261. [func] Add dns_zone_markdirty().
622af581bd08a61d12c70f80b1d40d0d9c8a1fa3David Lawrence 260. [bug] Running named as a non-root user failed on Linux
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence kernels new enough to support retaining capabilities
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence after setuid().
0e9c5d24d25cb77a6935abf9247734b576626c9fBob Halley 259. [func] New random-device and random-seed-file statements
0e9c5d24d25cb77a6935abf9247734b576626c9fBob Halley for global options block of named.conf. Both accept
3886e748a4086b813e3453232a742903762fedadBob Halley a single string argument.
3886e748a4086b813e3453232a742903762fedadBob Halley 258. [bug] Fixed printing of lwres_addr_t.address field.
3886e748a4086b813e3453232a742903762fedadBob Halley 257. [bug] The server detached the last zone manager reference
3886e748a4086b813e3453232a742903762fedadBob Halley too early, while it could still be in use by queries.
b4b032ab5a3d0e96e7c752e232e3050e8806b8cbBob Halley This manifested itself as assertion failures during the
b4b032ab5a3d0e96e7c752e232e3050e8806b8cbBob Halley shutdown process for busy name servers. [RT #133]
b4b032ab5a3d0e96e7c752e232e3050e8806b8cbBob Halley 256. [func] isc_ratelimiter_t now has attach/detach semantics, and
b4b032ab5a3d0e96e7c752e232e3050e8806b8cbBob Halley isc_ratelimiter_shutdown guarantees that the rate
ce0004744d2c232581af53cbc6201f4ec4cf1f1cBrian Wellington limiter is detached from its task.
ce0004744d2c232581af53cbc6201f4ec4cf1f1cBrian Wellington 255. [func] New function dns_zonemgr_attach().
ce0004744d2c232581af53cbc6201f4ec4cf1f1cBrian Wellington 254. [bug] Suppress "query denied" messages on additional data
b4b4adc097365bd3f980b30bc7cc30199f4b8456Andreas Gustafsson --- 9.0.0b4 released ---
b4b4adc097365bd3f980b30bc7cc30199f4b8456Andreas Gustafsson 253. [func] resolv.conf parser now recognises ';' and '#' as
134ba0e08a0ae9a564a8d8628fc633377d3fc239Bob Halley comments (anywhere in line, not just as the beginning).
134ba0e08a0ae9a564a8d8628fc633377d3fc239Bob Halley 252. [bug] resolv.conf parser mishandled masks on sortlists.
134ba0e08a0ae9a564a8d8628fc633377d3fc239Bob Halley It also aborted when an unrecognized keyword was seen,
134ba0e08a0ae9a564a8d8628fc633377d3fc239Bob Halley now it silently ignores the entire line.
83a39d3f3c9b9966bc060d46e8e419adb004888aAndreas Gustafsson 251. [bug] lwresd caught an assertion failure on startup.
8426878e988859184706f36e2229e24e77b80aa4Andreas Gustafsson 250. [bug] fixed handling of size+unit when value would be too
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence large for internal representation.
0f7045b0c437b158c61c195c319d2762882ece83Andreas Gustafsson 249. [cleanup] max-cache-size config option now takes a size-spec
7c0e50b5623a6ffc9e3986e129f8ca6bae9aabfaBrian Wellington like 'datasize', except 'default' is not allowed.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence 248. [bug] global lame-ttl option was not being printed when
a25310fd1dce652cdebba2b3dbc5d38cc3706745Andreas Gustafsson config structures were written out.
a25310fd1dce652cdebba2b3dbc5d38cc3706745Andreas Gustafsson 247. [cleanup] Rename cache-size config option to max-cache-size.
42712a426dd62518ca7c36982867e5622f7265e7Michael Graff 246. [func] Rename global option cachesize to cache-size and
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence add corresponding option to view statement.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 245. [bug] If an uncompressed name will take more than 255
e6a6c0a5d6393d3a7f75b486f16e4ef15c4857bbDavid Lawrence bytes and the buffer is sufficiently long,
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence dns_name_fromwire should return DNS_R_FORMERR,
11a898e05092e8477fbfe1a245c1c5871a846638Andreas Gustafsson not ISC_R_NOSPACE. This bug caused cause the
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence server to catch an assertion failure when it
5d4f11b265c396d71ec2162a632e620425481a9eDavid Lawrence received a query for a name longer than 255
b295930144c8782e84528dcd355153ae5a5d66e8David Lawrence 244. [bug] empty named.conf file and empty options statement are
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence now parsed properly.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence 243. [func] new cachesize option for named.conf
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister 242. [cleanup] fixed incorrect warning about auth-nxdomain usage.
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister 241. [cleanup] nscount and soacount have been removed from the
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister dns_master_*() argument lists.
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister 240. [func] databases now come in three flavours: zone, cache
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister 239. [func] If ISC_MEM_DEBUG is enabled, the variable
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister isc_mem_debugging controls whether messages
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister are printed or not.
ce3be21d63d1e06b222ecb66b4eae909b4658d53James Brister 238. [cleanup] A few more compilation warnings have been quieted:
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence + missing sigwait prototype on BSD/OS 4.0/4.0.1.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence + PTHREAD_ONCE_INIT unbraced initializer warnings on
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence + IN6ADDR_ANY_INIT unbraced initializer warnings on
7b2db4b8d13e3d8bc81419ffcc8b39de8193ef63David Lawrence BSD/OS 4.*, Linux and Solaris 2.8.
9e7c9ad159b581714c67148c3c698c12730d7ef7James Brister 237. [bug] If connect() returned ENOBUFS when the resolver was
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafsson initiating a TCP query, the socket didn't get
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafsson destroyed, and the server did not shut down cleanly.
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafsson 236. [func] Added new listen-on-v6 config file statement.
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafsson 235. [func] Consider it a config file error if a listen-on
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafsson statement has an IPv6 address in it, or a
bf062442eeef2fe404d728891b1317b01fbb7908Andreas Gustafsson listen-on-v6 statement has an IPv4 address in it.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 234. [bug] Allow a trusted-key's first field (domain-name) be
404e3e4738e97d5dff48fab1e76839e963cb16a6Brian Wellington either a quoted or an unquoted string, instead of
404e3e4738e97d5dff48fab1e76839e963cb16a6Brian Wellington requiring a quoted string.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 233. [cleanup] Convert all config structure integer values to unsigned
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence integer (isc_uint32_t) to match grammer.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 232. [bug] Allow slave zones to not have a file.
d9cc295339982d8d86075ab4285cc700d354e2eeBob Halley 231. [func] Support new 'port' clause in config file options
7d1d130f4fe1b7485142c4f55a4ef3760b5fa30aBrian Wellington section. Causes 'listen-on', 'masters' and
7d1d130f4fe1b7485142c4f55a4ef3760b5fa30aBrian Wellington 'also-notify' statements to use its value instead of
7d1d130f4fe1b7485142c4f55a4ef3760b5fa30aBrian Wellington default (53).
d9cc295339982d8d86075ab4285cc700d354e2eeBob Halley 230. [func] Replace the dst sign/verify API with a cleaner one.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 229. [func] Support config file sig-validity-interval statement
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence in options, views and zone statements (master
a6a0b5e9b7078887a73ecec8be2935daa287a389James Brister 228. [cleanup] Logging messages in config module stripped of
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence trailing period.
be768c2e952c34438025999125f984995a2c675fBob Halley 227. [cleanup] The enumerated identifiers dns_rdataclass_*,
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence dns_rcode_*, dns_opcode_*, and dns_trust_* are
da6affdf7dd677a636155e4a41f6de416a2d815bBob Halley also now cast to their appropriate types, as with
da6affdf7dd677a636155e4a41f6de416a2d815bBob Halley dns_rdatatype_* in item number 225 below.
da6affdf7dd677a636155e4a41f6de416a2d815bBob Halley 226. [func] dns_name_totext() now always prints the root name as
da6affdf7dd677a636155e4a41f6de416a2d815bBob Halley '.', even when omit_final_dot is true.
be768c2e952c34438025999125f984995a2c675fBob Halley 225. [cleanup] The enumerated dns_rdatatype_* identifiers are now
be768c2e952c34438025999125f984995a2c675fBob Halley cast to dns_rdatatype_t via macros of their same name
f00e30e9322fb2170ad3e21c3336c5b81be964c2James Brister so that they are of the proper integral type wherever
01e320c4fb51c802e9fe86c192fbebf4229ca918Bob Halley a dns_rdatatype_t is needed.
19e0c849f69ad8b655b4d199e16de0a4a94562d6Bob Halley 224. [cleanup] The entire project builds cleanly with gcc's
19e0c849f69ad8b655b4d199e16de0a4a94562d6Bob Halley -Wcast-qual and -Wwrite-strings warnings enabled,
19e0c849f69ad8b655b4d199e16de0a4a94562d6Bob Halley which is now the default when using gcc. (Warnings
9ac79ef3f89b23d80f9649abf71fdc65bb7a8b62David Lawrence from confparser.c, because of yacc's code, are
01e320c4fb51c802e9fe86c192fbebf4229ca918Bob Halley unfortunately to be expected.)
01e320c4fb51c802e9fe86c192fbebf4229ca918Bob Halley 223. [func] Several functions were reprototyped to qualify one
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence or more of their arguments with "const". Similarly,
dd6132005a5c48dea642c2ed0507bf472c8ee9bbJames Brister several functions that return pointers now have
dd6132005a5c48dea642c2ed0507bf472c8ee9bbJames Brister those pointers qualified with const.
d6d18435cd47a57f43af2eab835d0f6b7a76f2bdAndreas Gustafsson 222. [bug] The global 'also-notify' option was ignored.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 221. [bug] An uninitialized variable was sometimes passed to
3f46e84f9ff264cac8c07c2136a507827afb2760James Brister dns_rdata_freestruct() when loading a zone, causing
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence an assertion failure.
3f46e84f9ff264cac8c07c2136a507827afb2760James Brister 220. [cleanup] Set the default outgoing port in the view, and
3f46e84f9ff264cac8c07c2136a507827afb2760James Brister set it in sockaddrs returned from the ADB.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence [31-May-2000 explorer]
3f46e84f9ff264cac8c07c2136a507827afb2760James Brister 219. [bug] Signed truncated messages more correctly follow
99b80297d416ebb722b2515023c51b3aacdc1fb9Bob Halley the respective specs.
fdb12d38d325efba64581bdee7fac188466fff55Bob Halley 218. [func] When an rdataset is signed, its ttl is normalized
fdb12d38d325efba64581bdee7fac188466fff55Bob Halley based on the signature validity period.
fdb12d38d325efba64581bdee7fac188466fff55Bob Halley 217. [func] Also-notify and trusted-keys can now be used in
fdb12d38d325efba64581bdee7fac188466fff55Bob Halley the 'view' statement.
43a5758df763a04d907a8b406e89a96f5c207a9cBrian Wellington 216. [func] The 'max-cache-ttl' and 'max-ncache-ttl' options
c73aafe6016ed1a7a6972681148cedf6a48a21bcBrian Wellington 215. [bug] Failures at certain points in request processing
c73aafe6016ed1a7a6972681148cedf6a48a21bcBrian Wellington could cause the assertion INSIST(client->lockview
99b80297d416ebb722b2515023c51b3aacdc1fb9Bob Halley == NULL) to be triggered.
99b80297d416ebb722b2515023c51b3aacdc1fb9Bob Halley 214. [func] New public function isc_netaddr_format(), for
99b80297d416ebb722b2515023c51b3aacdc1fb9Bob Halley formatting network addresses in log messages.
a5a5371b756f3bbbe33dac1dde196fbd6c063640Bob Halley 213. [bug] Don't leak memory when reloading the zone if
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence an update-policy clause was present in the old zone.
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence 212. [func] Added dns_message_get/settsigkey, to make TSIG
9151d6e15cb9c639a3dca083d7f6e9094f6b89caDavid Lawrence key management reasonable.
compiling in the lib/dns/sec/{dnssafe,openssl}
204. [cleanup] On HP/UX, pass +vnocompatwarnings to the linker
run on a PA 1.x system."
201. [cleanup] Removed the test/sdig program, it has been
replaced by bin/dig/dig.
(e.g., running out of network buffers) were
and/or interfaces. [19-May-2000 explorer]
191. [func] Patched to compile on UnixWare 7.x. This platform
range for overflow/underflow. In the case of
184. [cleanup] Variables/functions which began with two leading
underscores were made to conform to the ANSI/ISO
179. [func] options named.conf statement *must* now come
178. [func] Post-load of named.conf check verifies a slave zone
168. [bug] include statements in named.conf caused syntax errors
162. [bug] Ensure proper range for arguments to ctype.h functions.
masters [ port xxx ] { y.y.y.y [ port zzz ] ; }
util/check-includes for how this was tested.
145. [cleanup] Added <isc/lang.h> and ISC_LANG_BEGINDECLS/
<isc/result.h>.
of <isc/time.h>, and needed ISC_LANG_BEGINDECLS
need <isc/eventclass.h>.
instead of <isc/time.h>.
128. [cleanup] <isc/dir.h> had ISC_LANG_BEGINDECLS instead of
and creates null keys/sets zone status bit for
<isc/result.h>.
<isc/result.h>. Multiple inclusion protection
isc_symtab_t moved to <isc/types.h>.
<isc/net.h>.
118. [cleanup] libdns.a is now namespace-clean, on NetBSD, excepting
117. [cleanup] libdns.a changes:
116. [func] Added <isc/offset.h> for isc_offset_t (aka off_t
<isc/list.h>.
<isc/mutex.h>.
<isc/list.h>.
bin/tests/{db,mem,sockaddr,tasks,timers}/.
108. [cleanup] DNS_SETBIT/DNS_GETBIT/DNS_CLEARBIT moved from
105. [doc] doc/dev/coding.html expanded with other
103. [func] libisc buffer API changes for <isc/buffer.h>:
on BSD/OS 4.1.
101. [cleanup] Quieted EGCS warnings from lib/isc/print.c.
<isc/event.h>.
or <isc/result.h>.
<isc/result.h>.
90. [cleanup] Removed unneeded ISC_LANG_BEGINDECLS/ISC_LANG_ENDDECLS
from <named/listenlist.h>.
<isc/mem.h>. isc_interface_t and isc_interfaceiter_t
moved to <isc/types.h>.
86. [cleanup] isc_bufferlist_t moved from <isc/bufferlist.h> to
<isc/types.h>.
<isc/int.h>.
<isc/lang.h>.
subsumed by file.o.
OpenSSL libraries/headers.
from <dns/types.h>.
59. [bug] Cause net/host unreachable to be a hard error
58. [bug] bin/named/query.c could sometimes trigger the
(client->query.attributes & NS_QUERYATTR_NAMEBUFUSED)
53. [port] freebsd 4.0: lib/isc/unix/socket.c requires
<sys/param.h>.
logging module "dns/validator".
and isc_lex_t to <isc/types.h>.
31. [bug] Use ${LIBTOOL} to compile bin/named/main.@O@.
25. [bug] make install failed to install <isc/log.h> and
configure.in to check for presence of in6addr_any.
9. [cleanup] replaced bit-setting code in confctx.c and replaced
4. [port] bin/named/unix/os.c didn't compile on systems with
get only what we need from <linux/capability.h>, and
systems without /dev/random.
lib/isc/unix/include/isc/Makefile.in had a typo which