CHANGES revision d83346263dc68358d73de2a8be60846c9c92950e
9c0589bc8b1401e02c9b557737cb756e86b094ffMark Andrews1191. [bug] A dynamic update removing the last non-apex name in
9c0589bc8b1401e02c9b557737cb756e86b094ffMark Andrews a secure zone would fail. [RT #2399]
9c0589bc8b1401e02c9b557737cb756e86b094ffMark Andrews
dda69168ead4bb44f5a23949a04ee2069b7d4ef0Mark Andrews1190. [func] Add the "rndc freeze" and "rndc unfreeze" commands.
dda69168ead4bb44f5a23949a04ee2069b7d4ef0Mark Andrews [RT #2394]
dda69168ead4bb44f5a23949a04ee2069b7d4ef0Mark Andrews
ed1c845c1d3a6b9c2c38e9f7ab177d4ce0309639Mark Andrews1189. [bug] On some systems, malloc(0) returns NULL, which
ed1c845c1d3a6b9c2c38e9f7ab177d4ce0309639Mark Andrews could cause the caller to report an out of memory
ed1c845c1d3a6b9c2c38e9f7ab177d4ce0309639Mark Andrews error. [RT #2398]
7b04216015f6984fa43fc96f1c741ec287f84917Evan Hunt
7b04216015f6984fa43fc96f1c741ec287f84917Evan Hunt1188. [bug] Dynamic updates of a signed zone would fail if
7b04216015f6984fa43fc96f1c741ec287f84917Evan Hunt some of the zone private keys were unavailable.
7d891eaf911e5cab1f704615f8f1ef87c8716f46Mark Andrews
7d891eaf911e5cab1f704615f8f1ef87c8716f46Mark Andrews1187. [bug] named was incorrectly returning DNSSEC records
7d891eaf911e5cab1f704615f8f1ef87c8716f46Mark Andrews in negative responses when the DO bit was not set.
ffeaac1d826b541af39d7b20b9b68ff19ff01832Mark Andrews
ffeaac1d826b541af39d7b20b9b68ff19ff01832Mark Andrews1186. [bug] isc_hex_tobuffer(,,length = 0) failed to unget the
ffeaac1d826b541af39d7b20b9b68ff19ff01832Mark Andrews EOL token when reading to end of line.
c83b91fb6345464807161cc36c5d9046a15d5866Mark Andrews
c83b91fb6345464807161cc36c5d9046a15d5866Mark Andrews1185. [bug] libbind: don't assume statp->_u._ext.ext is valid
fa827173df3418bc56774aa528f7ca30fd0ee17cMark Andrews unless RES_INIT is set when calling res_*init().
fa827173df3418bc56774aa528f7ca30fd0ee17cMark Andrews
fa827173df3418bc56774aa528f7ca30fd0ee17cMark Andrews1184. [bug] libbind: call res_ndestroy() if RES_INIT is set
1c5990c2f98abf0c2adf7f54a531d8a4a3965414Mark Andrews when res_*init() is called.
1c5990c2f98abf0c2adf7f54a531d8a4a3965414Mark Andrews
1c5990c2f98abf0c2adf7f54a531d8a4a3965414Mark Andrews1183. [bug] Handle ENOSR error when writing to the internal
80169c379dd4e0a6e164b7cac4bf5fa013c91138Mark Andrews control pipe. [RT #2395]
80169c379dd4e0a6e164b7cac4bf5fa013c91138Mark Andrews
80169c379dd4e0a6e164b7cac4bf5fa013c91138Mark Andrews1182. [bug] The server could throw an assertion failure when
10c12aa5493f34920585164c5fb54a7ac9109fbdMark Andrews constructing a negative response packet.
10c12aa5493f34920585164c5fb54a7ac9109fbdMark Andrews
10c12aa5493f34920585164c5fb54a7ac9109fbdMark Andrews1181. [func] Add the "key-directory" configuration statement,
10c12aa5493f34920585164c5fb54a7ac9109fbdMark Andrews which allows the server to look for online signing
10c12aa5493f34920585164c5fb54a7ac9109fbdMark Andrews keys in alternate directories.
10c12aa5493f34920585164c5fb54a7ac9109fbdMark Andrews
10c12aa5493f34920585164c5fb54a7ac9109fbdMark Andrews1180. [func] dnssec-keygen should always generate keys with
6b6d6509f6d80afae74eeb9f2e5baba696e29f32Mark Andrews protocol 3 (DNSSEC), since it's less confusing
6b6d6509f6d80afae74eeb9f2e5baba696e29f32Mark Andrews that way.
9a36fb86f5019f25705d25ea729d03fcf8ecaa95Mark Andrews
9a36fb86f5019f25705d25ea729d03fcf8ecaa95Mark Andrews1179. [func] Add SIG(0) support to nsupdate.
a266ab205bfd1c510022e2cd2a8cb62988242593Mark Andrews
a266ab205bfd1c510022e2cd2a8cb62988242593Mark Andrews1178. [func] Follow and cache (if appropriate) A6 and other
a266ab205bfd1c510022e2cd2a8cb62988242593Mark Andrews data chains to completion in the additional section.
3867312e4cc5c53d20f4020cc5b2459154406135Mark Andrews
3867312e4cc5c53d20f4020cc5b2459154406135Mark Andrews1177. [func] Report view when loading zones if it is not a
3867312e4cc5c53d20f4020cc5b2459154406135Mark Andrews standard view (_default or _bind). [RT #2270]
8dba0e7d87d192deef8b2aac197e4f508043a30cEvan Hunt
8dba0e7d87d192deef8b2aac197e4f508043a30cEvan Hunt1176. [doc] Document that allow-v6-synthesis is only performed
8dba0e7d87d192deef8b2aac197e4f508043a30cEvan Hunt for clients that are supplied recursive service.
947cf282a721b089c1106780f13ae8e6298bddb1Mark Andrews [RT #2260]
947cf282a721b089c1106780f13ae8e6298bddb1Mark Andrews
947cf282a721b089c1106780f13ae8e6298bddb1Mark Andrews1175. [bug] named-checkzone and named-checkconf failed to call
947cf282a721b089c1106780f13ae8e6298bddb1Mark Andrews dns_result_register() at startup which could
947cf282a721b089c1106780f13ae8e6298bddb1Mark Andrews result in runtime exceptions when printing
947cf282a721b089c1106780f13ae8e6298bddb1Mark Andrews "out of memory" errors. [RT #2335]
947cf282a721b089c1106780f13ae8e6298bddb1Mark Andrews
52131a835133a76cb62d4a7d8bcf5fe7bf858858Mark Andrews1174. [bug] Win32: add WSAECONNRESET to the expected errors
52131a835133a76cb62d4a7d8bcf5fe7bf858858Mark Andrews from connect(). [RT #2308]
52131a835133a76cb62d4a7d8bcf5fe7bf858858Mark Andrews
f687e639f00a31e0884fb2c95a627b10b50c364bEvan Hunt1173. [bug] Potential memory leaks in isc_log_create() and
f687e639f00a31e0884fb2c95a627b10b50c364bEvan Hunt isc_log_settag(). [RT #2336]
f687e639f00a31e0884fb2c95a627b10b50c364bEvan Hunt
523f3d630243211ddfda852f5224f7eff681d3a5Evan Hunt1172. [doc] Add CERT, GPOS, KX, NAPTR, NSAP, PX and TXT to
523f3d630243211ddfda852f5224f7eff681d3a5Evan Hunt table of RR types in ARM.
523f3d630243211ddfda852f5224f7eff681d3a5Evan Hunt
2fa1fc53324c0fca978c902e883c7cc011210536Mark Andrews1171. [func] Added function isc_region_compare(), updated files in
2fa1fc53324c0fca978c902e883c7cc011210536Mark Andrews lib/dns to use this function instead of local one.
2fa1fc53324c0fca978c902e883c7cc011210536Mark Andrews
c9e976dc43070e2ed87988eeabed71195fab88baEvan Hunt1170. [bug] Don't attempt to print the token when a I/O error
c9e976dc43070e2ed87988eeabed71195fab88baEvan Hunt occurs when parsing named.conf. [RT #2275]
a8783019814daa36dd57afe3f527462822834c3bEvan Hunt
a8783019814daa36dd57afe3f527462822834c3bEvan Hunt1169. [func] Identify recursive queries in the query log.
a8783019814daa36dd57afe3f527462822834c3bEvan Hunt
a8783019814daa36dd57afe3f527462822834c3bEvan Hunt1168. [bug] Empty also-notify clauses were not handled. [RT #2309]
a8783019814daa36dd57afe3f527462822834c3bEvan Hunt
948c80ffa8f4efbade049f49d9751675f6937cf4Tinderbox User1167. [contrib] nslint-2.1a3 (from author).
a8783019814daa36dd57afe3f527462822834c3bEvan Hunt
fec7998314cbdaf1dc89513ffff5b45fc8ed73fdMark Andrews1166. [bug] "Not Implemented" should be reported as NOTIMP,
fec7998314cbdaf1dc89513ffff5b45fc8ed73fdMark Andrews not NOTIMPL. [RT #2281]
fec7998314cbdaf1dc89513ffff5b45fc8ed73fdMark Andrews
7ae9399897c55d35cb6764277bce4b91d052e0dcEvan Hunt1165. [bug] We were rejecting notify-source{-v6} in zone clauses.
7ae9399897c55d35cb6764277bce4b91d052e0dcEvan Hunt
3d066288ad6c6fe2ec2a54475f541a305a085068Evan Hunt1164. [bug] Empty masters clauses in slave / stub zones were not
3d066288ad6c6fe2ec2a54475f541a305a085068Evan Hunt handled gracefully. [RT #2262]
3d066288ad6c6fe2ec2a54475f541a305a085068Evan Hunt
74717eef53ba5d6aefc80eb262bbb090ff4bb3b5Mark Andrews1163. [func] isc_time_formattimestamp() now includes the year.
74717eef53ba5d6aefc80eb262bbb090ff4bb3b5Mark Andrews
74717eef53ba5d6aefc80eb262bbb090ff4bb3b5Mark Andrews1162. [bug] The allow-notify option was not accepted in slave
c5379f197647b6e20d5bf48276c8c3b9f676c447Evan Hunt zone statements.
c5379f197647b6e20d5bf48276c8c3b9f676c447Evan Hunt
f5c24a7f48cd68337c21dea47a448ae2ff2ccb8cEvan Hunt1161. [bug] named-checkzone looped on unbalanced brackets.
f5c24a7f48cd68337c21dea47a448ae2ff2ccb8cEvan Hunt [RT #2248]
f5c24a7f48cd68337c21dea47a448ae2ff2ccb8cEvan Hunt
f5c24a7f48cd68337c21dea47a448ae2ff2ccb8cEvan Hunt1160. [bug] Generating Diffie-Hellman keys longer than 1024
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt bits could fail. [RT #2241]
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt1159. [bug] MD and MF are not permitted to be loaded by RFC1123.
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt1158. [func] Report the client's address when logging notify
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt messages.
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt1157. [func] match-clients and match-destinations now accept
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt keys. [RT #2045]
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt1156. [port] The configure test for strsep() incorrectly
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt succeeded on certain patched versions of
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt AIX 4.3.3. [RT #2190]
2548678376b5171567c902ef2d1768d2fc57f233Evan Hunt
2548678376b5171567c902ef2d1768d2fc57f233Evan Hunt1155. [func] Recover from master files being removed from under
2548678376b5171567c902ef2d1768d2fc57f233Evan Hunt us.
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt1154. [bug] Don't attempt to obtain the netmask of a interface
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt if there is no address configured. [RT #2176]
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt1153. [func] 'rndc {stop|halt} -p' now reports the process id
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt of the instance of named being shutdown.
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt1152. [bug] libbind: read buffer overflows.
180319f572fb6c1ca7000d22ea79a8dd77ae3f91Evan Hunt
180319f572fb6c1ca7000d22ea79a8dd77ae3f91Evan Hunt1151. [bug] nslookup failed to check that the arguments to
180319f572fb6c1ca7000d22ea79a8dd77ae3f91Evan Hunt the port, timeout, and retry options were
180319f572fb6c1ca7000d22ea79a8dd77ae3f91Evan Hunt valid integers and in range. [RT #2099]
180319f572fb6c1ca7000d22ea79a8dd77ae3f91Evan Hunt
7c73ac5e130db18837724ab53d46b23ddb98ce6eMark Andrews1150. [bug] named incorrectly accepted TTL values
9ba4efa4ac6d2d687cf1377bc9733d08d84da64cMark Andrews containing plus or minus signs, such as
7c73ac5e130db18837724ab53d46b23ddb98ce6eMark Andrews 1d+1h-1s.
0c2313eb367de3b58801d643d52c0fd9bc0e5df7Evan Hunt
0c2313eb367de3b58801d643d52c0fd9bc0e5df7Evan Hunt1149. [func] New function isc_parse_uint32().
0c2313eb367de3b58801d643d52c0fd9bc0e5df7Evan Hunt
0c2313eb367de3b58801d643d52c0fd9bc0e5df7Evan Hunt1148. [func] 'rndc-confgen -a' now provides positive feedback.
0c2313eb367de3b58801d643d52c0fd9bc0e5df7Evan Hunt
c3bb8bb228bc8a914abc77a411faace9861632eaMark Andrews1147. [func] Set IPV6_V6ONLY on IPv6 sockets if supported by
11649973111d83027faf08ed4fb36a2b3c29c875Mark Andrews the OS. listen-on-v6 { any; }; should no longer
74745c760c8ac4462aceb2fa6e55bc545621c66dEvan Hunt result in IPv4 queries be accepted. Similarly
74745c760c8ac4462aceb2fa6e55bc545621c66dEvan Hunt control { inet :: ... }; should no longer result
74745c760c8ac4462aceb2fa6e55bc545621c66dEvan Hunt in IPv4 connections being accepted. This can be
905ba39e10a8f483d167b992ec31f4c0bf34326eMark Andrews overridden at compile time by defining
905ba39e10a8f483d167b992ec31f4c0bf34326eMark Andrews ISC_ALLOW_MAPPED=1.
087b3e8d90c482600c20f1bd6958697419c4e77dEvan Hunt
087b3e8d90c482600c20f1bd6958697419c4e77dEvan Hunt1146. [func] Allow IPV6_IPV6ONLY to be set/cleared on a socket if
24aaa0440116357eef3ab3796ebe53318b03b1ecEvan Hunt supported by the OS by a new function
24aaa0440116357eef3ab3796ebe53318b03b1ecEvan Hunt isc_socket_ipv6only().
24aaa0440116357eef3ab3796ebe53318b03b1ecEvan Hunt
a0707b6acf359b78e06fd06228ebeec5758e7e1dJeremy C. Reed1145. [func] "host" no longer reports a NOERROR/NODATA response
a0707b6acf359b78e06fd06228ebeec5758e7e1dJeremy C. Reed by printing nothing. [RT #2065]
840d6a4614f6a561fc076d0797d144e9f28e06bcMark Andrews
840d6a4614f6a561fc076d0797d144e9f28e06bcMark Andrews1144. [bug] rndc-confgen would crash if both the -a and -t
251be6e99493754700f868e0021c48b82d1c670cMark Andrews options were specified. [RT #2159]
d4859b0b2a0510d8c4f3c48c606a5568a3b0c1d8Mark Andrews
53f91cbd80dc353ecb7e8914dae84a6cd85c67c6Mark Andrews1143. [bug] When a trusted-keys statement was present and named
53f91cbd80dc353ecb7e8914dae84a6cd85c67c6Mark Andrews was built without crypto support, it would leak memory.
eeb13c7cd2ddde29b8605b9444451ea6e235e06aEvan Hunt
eeb13c7cd2ddde29b8605b9444451ea6e235e06aEvan Hunt1142. [bug] dnssec-signzone would fail to delete temporary files
eeb13c7cd2ddde29b8605b9444451ea6e235e06aEvan Hunt in some failure cases. [RT #2144]
eeb13c7cd2ddde29b8605b9444451ea6e235e06aEvan Hunt
eeb13c7cd2ddde29b8605b9444451ea6e235e06aEvan Hunt1141. [bug] When named rejected a control message, it would
c3bb8bb228bc8a914abc77a411faace9861632eaMark Andrews leak a file descriptor and memory. It would also
cef76ee5bd845a80e06da934edce4225bdba22a1Mark Andrews fail to respond, causing rndc to hang.
3d66a979b531b8549b412d9b592a6906fbb40143Mark Andrews [RT #2139, #2164]
e0421bf2c57e3bb8cee8fa33470bfcf450305867Evan Hunt
3d66a979b531b8549b412d9b592a6906fbb40143Mark Andrews1140. [bug] rndc-confgen did not accept IPv6 addresses as arguments
3d66a979b531b8549b412d9b592a6906fbb40143Mark Andrews to the -s option. [RT #2138]
fea81a5e0e9485b24262b6a7271a4643a4d2bad4Tinderbox User
d90344224afc80459778e4c3412fd1f9463e24d4Mark Andrews1139. [func] It is now possible to flush a given name from the
d90344224afc80459778e4c3412fd1f9463e24d4Mark Andrews cache(s) via 'rndc flushname name [view]'. [RT #2051]
f5695ad0e1a6cc8e19bfec7b71476e138de6cb6cMark Andrews
f5695ad0e1a6cc8e19bfec7b71476e138de6cb6cMark Andrews1138. [func] It is now possible to flush a given name from the
f5695ad0e1a6cc8e19bfec7b71476e138de6cb6cMark Andrews cache by calling the new function
f5695ad0e1a6cc8e19bfec7b71476e138de6cb6cMark Andrews dns_cache_flushname().
58f1ac8dadf2c1f215343a0b2d1df2df954c4b19Mark Andrews
58f1ac8dadf2c1f215343a0b2d1df2df954c4b19Mark Andrews1137. [func] It is now possible to flush a given name from the
58f1ac8dadf2c1f215343a0b2d1df2df954c4b19Mark Andrews ADB by calling the new function dns_adb_flushname().
58f1ac8dadf2c1f215343a0b2d1df2df954c4b19Mark Andrews
5244e505adc08719e1387392c6eb85c453729256Mark Andrews1136. [bug] CNAME records synthesized from DNAMEs did not
5244e505adc08719e1387392c6eb85c453729256Mark Andrews have a TTL of zero as required by RFC2672.
cfe32752a66fe1f050d5ed7ddce75f6d58fe1637Evan Hunt [RT #2129]
cfe32752a66fe1f050d5ed7ddce75f6d58fe1637Evan Hunt
cfe32752a66fe1f050d5ed7ddce75f6d58fe1637Evan Hunt1135. [func] You can now override the default syslog() facility for
493f3eb297ea90ad2eb349591f1cb88194dce46dMark Andrews named/lwresd at compile time. [RT #1982]
493f3eb297ea90ad2eb349591f1cb88194dce46dMark Andrews
c5734964e6400f9e6d8c3f057fcccab596929deaMark Andrews1134. [bug] Multithreaded servers could deadlock in ferror()
c5734964e6400f9e6d8c3f057fcccab596929deaMark Andrews when reloading zone files. [RT #1951, #1998]
d0ffef73fdee75f30e33c628a31d031616ad9433Evan Hunt
eaa2277753c6e7e642e83b2ccd27671a15336310Evan Hunt1133. [bug] IN6_IS_ADDR_LOOPBACK was not portably defined on
eaa2277753c6e7e642e83b2ccd27671a15336310Evan Hunt platforms without IN6_IS_ADDR_LOOPBACK. [RT #2106]
eaa2277753c6e7e642e83b2ccd27671a15336310Evan Hunt
43b9737b11f4f14b2d378746d0cd5561b1dc24a0Mark Andrews1132. [func] Improve UPDATE prerequisite failure diagnotic messages.
4499a6a3063eceb1c412f5165b9c5b47d32d5a62Evan Hunt
a338c2d94781f676283f1b110f7802c71e2015bdMukund Sivaraman1131. [bug] The match-destinations view option did not work with
fffcc1b13582447c9f94e498f4aaf43329c531d2Evan Hunt IPv6 destinations. [RT #2073, #2074]
3e90f6c373d2e6c9c9909b112468975c4c86544eMark Andrews
3e90f6c373d2e6c9c9909b112468975c4c86544eMark Andrews1130. [bug] Log messages reporting an out-of-range serial number
3e90f6c373d2e6c9c9909b112468975c4c86544eMark Andrews did not include the out-of-range number but the
3e90f6c373d2e6c9c9909b112468975c4c86544eMark Andrews following token. [RT #2076]
c38341ec435fb78de6d12c1001201f9ac7487b68Mark Andrews
c38341ec435fb78de6d12c1001201f9ac7487b68Mark Andrews1129. [bug] Multithreaded servers could crash under heavy
c38341ec435fb78de6d12c1001201f9ac7487b68Mark Andrews resolution load due to a race condition. [RT #2018]
c3bb8bb228bc8a914abc77a411faace9861632eaMark Andrews
d96f74a3cb6212ac9e4a7a0fa8924f850348eae9Mark Andrews1128. [func] sdb drivers can now provide RR data in either text
7712d1660a308ec3de17f1ddbbf801eb0d663f3eEvan Hunt or wire format, the latter using the new functions
7712d1660a308ec3de17f1ddbbf801eb0d663f3eEvan Hunt dns_sdb_putrdata() and dns_sdb_putnamedrdata().
7712d1660a308ec3de17f1ddbbf801eb0d663f3eEvan Hunt
b04839cfe21f131a8e7c7cae2a89e6ca8b678b5aMark Andrews1127. [func] rndc: If the server to contact has multiple addresses,
b04839cfe21f131a8e7c7cae2a89e6ca8b678b5aMark Andrews try all of them.
3a55d4352767acb4e0572aabfa917610001f5c9cMark Andrews
3a55d4352767acb4e0572aabfa917610001f5c9cMark Andrews1126. [bug] The server could access a freed event if shut
bc5db10d721aa9bf570578e52e17371e67bfcf5cMark Andrews down while a client start event was pending
bc5db10d721aa9bf570578e52e17371e67bfcf5cMark Andrews delivery. [RT #2061]
bc5db10d721aa9bf570578e52e17371e67bfcf5cMark Andrews
e539e4370b95711606a269e69ccfc18fae8f9ce7Evan Hunt1125. [bug] rndc: -k option was missing from usage message.
70be3889746884692aa49939833d624ddd432bf0Mark Andrews [RT #2057]
70be3889746884692aa49939833d624ddd432bf0Mark Andrews
d586792059601b37b17a9b3e317f4595cb30d854Evan Hunt1124. [doc] dig: +[no]dnssec, +[no]besteffort and +[no]fail
2383eb527269d333df4222da20e4b422c3662daaEvan Hunt are now documented. [RT #2052]
2383eb527269d333df4222da20e4b422c3662daaEvan Hunt
586db4a3e4664109fe8ce31fdd6a1b9c5bb67cbfMukund Sivaraman1123. [bug] dig +[no]fail did not match description. [RT #2052]
586db4a3e4664109fe8ce31fdd6a1b9c5bb67cbfMukund Sivaraman
275a8affe74d29d5fa51c9ba7172b90e9968199aMark Andrews1122. [tuning] Resolution timeout reduced from 90 to 30 seconds.
275a8affe74d29d5fa51c9ba7172b90e9968199aMark Andrews [RT #2046]
275a8affe74d29d5fa51c9ba7172b90e9968199aMark Andrews
c6d2e19b964b304f1b0fd32d6faf43deca568979Evan Hunt1121. [bug] The server could attempt to access a NULL zone
6a6838f97363c7f3abe47e1fb116be2593bc53a5Mark Andrews table if shut down while resolving.
6a6838f97363c7f3abe47e1fb116be2593bc53a5Mark Andrews [RT #1587, #2054]
ac5ed748602c890d596bed07b0b23b8b5f42b2f6Mark Andrews
ac5ed748602c890d596bed07b0b23b8b5f42b2f6Mark Andrews1120. [bug] Errors in options were not fatal. [RT #2002]
ac5ed748602c890d596bed07b0b23b8b5f42b2f6Mark Andrews
ac5ed748602c890d596bed07b0b23b8b5f42b2f6Mark Andrews1119. [func] Added support in Win32 for NTFS file/directory ACL's
89cf81b4625c574f60c21e0dce12b150f3c5583cMark Andrews for access control.
89cf81b4625c574f60c21e0dce12b150f3c5583cMark Andrews
89cf81b4625c574f60c21e0dce12b150f3c5583cMark Andrews1118. [bug] On multithreaded servers, a race condition
2064e46209f35d2afad526622d975647f9c2098bMark Andrews could cause an assertion failure in resolver.c
2064e46209f35d2afad526622d975647f9c2098bMark Andrews during resolver shutdown. [RT #2029]
2064e46209f35d2afad526622d975647f9c2098bMark Andrews
71ec6d09406771c0ad546d2d475a7f16c0198844Mark Andrews1117. [port] The configure check for in6addr_loopback incorrectly
71ec6d09406771c0ad546d2d475a7f16c0198844Mark Andrews succeeded on AIX 4.3 when compiling with -O2
71ec6d09406771c0ad546d2d475a7f16c0198844Mark Andrews because the test code was optimized away.
71ec6d09406771c0ad546d2d475a7f16c0198844Mark Andrews [RT #2016]
a920fb9dc2ff16f32dd73e53469d0febcdcc6c11Mark Andrews
a920fb9dc2ff16f32dd73e53469d0febcdcc6c11Mark Andrews1116. [bug] Setting transfers in a server clause, transfers-in,
a920fb9dc2ff16f32dd73e53469d0febcdcc6c11Mark Andrews or transfers-per-ns to a value greater than
3c13af375900ffe79af4926953799e6123c9d698Mark Andrews 2147483647 disabled transfers. [RT #2002]
3c13af375900ffe79af4926953799e6123c9d698Mark Andrews
3c13af375900ffe79af4926953799e6123c9d698Mark Andrews1115. [func] Set maximum values for cleaning-interval,
d734818278966c45af997c7242e8cccd7a91a0b3Mark Andrews heartbeat-interval, interface-interval,
d734818278966c45af997c7242e8cccd7a91a0b3Mark Andrews max-transfer-idle-in, max-transfer-idle-out,
d734818278966c45af997c7242e8cccd7a91a0b3Mark Andrews max-transfer-time-in, max-transfer-time-out,
63e1ac1e0915dd1089493d6d092d39a3da817e59Mark Andrews statistics-interval of 28 days and
63e1ac1e0915dd1089493d6d092d39a3da817e59Mark Andrews sig-validity-interval of 3660 days. [RT #2002]
63e1ac1e0915dd1089493d6d092d39a3da817e59Mark Andrews
63e1ac1e0915dd1089493d6d092d39a3da817e59Mark Andrews1114. [port] Ignore more accept() errors. [RT #2021]
89119e3cafff373426858f6cec7c09539f53e209Mark Andrews
89119e3cafff373426858f6cec7c09539f53e209Mark Andrews1113. [bug] The allow-update-forwarding option was ignored
89119e3cafff373426858f6cec7c09539f53e209Mark Andrews when specified in a view. [RT #2014]
33399d6a143403bc4a9ccb9307af43ef04ab7633Mark Andrews
33399d6a143403bc4a9ccb9307af43ef04ab7633Mark Andrews1112. [placeholder]
33399d6a143403bc4a9ccb9307af43ef04ab7633Mark Andrews
ef117da20559f2a65f46ed9eb40deab5026cbd66Mark Andrews1111. [bug] Multithreaded servers could deadlock processing
ef117da20559f2a65f46ed9eb40deab5026cbd66Mark Andrews recursive queries due to a locking hieararchy
ef117da20559f2a65f46ed9eb40deab5026cbd66Mark Andrews violation in adb.c. [RT #2017]
ba5c73b383b08326ab6b5ad2d7ca43e117e212f1Mark Andrews
ba5c73b383b08326ab6b5ad2d7ca43e117e212f1Mark Andrews1110. [bug] dig should only accept valid abbreviations of +options.
ba5c73b383b08326ab6b5ad2d7ca43e117e212f1Mark Andrews [RT #2003]
bf59efcf0ed41186a5f9c1ca61da15a3c99b46f3Mark Andrews
bf59efcf0ed41186a5f9c1ca61da15a3c99b46f3Mark Andrews1109. [bug] nsupdate accepted illegal ttl values.
bf59efcf0ed41186a5f9c1ca61da15a3c99b46f3Mark Andrews
cac2181160bdb3ccc89e3560addae5e38d4c05e3Evan Hunt1108. [bug] On Win32, rndc was hanging when named was not running
cac2181160bdb3ccc89e3560addae5e38d4c05e3Evan Hunt due to failure to select for exceptional conditions
faefeaddb39e693ea6cbcb81f2e5dbded21ced93Evan Hunt in select(). [RT #1870]
faefeaddb39e693ea6cbcb81f2e5dbded21ced93Evan Hunt
b8a9632333a92d73a503afe1aaa7990016c8bee9Evan Hunt1107. [bug] nsupdate could catch an assertion failure if an
b8a9632333a92d73a503afe1aaa7990016c8bee9Evan Hunt invalid domain name was given as the argument to
b8a9632333a92d73a503afe1aaa7990016c8bee9Evan Hunt the "zone" command.
b8a9632333a92d73a503afe1aaa7990016c8bee9Evan Hunt
c3bb8bb228bc8a914abc77a411faace9861632eaMark Andrews1106. [bug] After seeing an out of range TTL, nsupdate would
b8a9632333a92d73a503afe1aaa7990016c8bee9Evan Hunt treat all TTLs as out of range. [RT #2001]
b8a9632333a92d73a503afe1aaa7990016c8bee9Evan Hunt
b8a9632333a92d73a503afe1aaa7990016c8bee9Evan Hunt1105. [port] OpenUNIX 8 enable threads by default. [RT #1970]
f5bb5eb7f6640af4a94e666bf1d7f84a6a7f1f23Mark Andrews
f5bb5eb7f6640af4a94e666bf1d7f84a6a7f1f23Mark Andrews1104. [bug] Invalid arguments to the transfer-format option
f5bb5eb7f6640af4a94e666bf1d7f84a6a7f1f23Mark Andrews could cause an assertion failure. [RT #1995]
a0d411c05f12c36b298d811af3b4f2c9f08e86d4Mark Andrews
a0d411c05f12c36b298d811af3b4f2c9f08e86d4Mark Andrews1103. [port] OpenUNIX 8 support (ifconfig.sh). [RT #1970]
a0d411c05f12c36b298d811af3b4f2c9f08e86d4Mark Andrews
a0d411c05f12c36b298d811af3b4f2c9f08e86d4Mark Andrews1102. [doc] Note that query logging is enabled by directing the
42782931073786f98d3d0a617351db40066949a4Mukund Sivaraman queries category to a channel.
42782931073786f98d3d0a617351db40066949a4Mukund Sivaraman
42782931073786f98d3d0a617351db40066949a4Mukund Sivaraman1101. [bug] Array bounds read error in lwres_gai_strerror.
c1d33c159bf81d6faf9948ac9a6f307ca52284afEvan Hunt
c1d33c159bf81d6faf9948ac9a6f307ca52284afEvan Hunt1100. [bug] libbind: DNSSEC key ids were computed incorrectly.
c1d33c159bf81d6faf9948ac9a6f307ca52284afEvan Hunt
06e0d6bb126e9986f29036e671b59f48b1d2efbcEvan Hunt1099. [cleanup] libbind: defining REPORT_ERRORS in lib/bind/dst caused
06e0d6bb126e9986f29036e671b59f48b1d2efbcEvan Hunt compile time errors.
06e0d6bb126e9986f29036e671b59f48b1d2efbcEvan Hunt
06e0d6bb126e9986f29036e671b59f48b1d2efbcEvan Hunt1098. [bug] libbind: HMAC-MD5 key files are now mode 0600.
8d8f9f7f86a33a155dd74b9b2c1317afca555d54Evan Hunt
8d8f9f7f86a33a155dd74b9b2c1317afca555d54Evan Hunt1097. [func] libbind: RES_PRF_TRUNC for dig.
8d8f9f7f86a33a155dd74b9b2c1317afca555d54Evan Hunt
7c9d11b654028f9901183c076b37a5494635f447Evan Hunt1096. [func] libbind: "DNSSEC OK" (DO) support.
7c9d11b654028f9901183c076b37a5494635f447Evan Hunt
7c9d11b654028f9901183c076b37a5494635f447Evan Hunt1095. [func] libbind: resolver option: no-tld-query. disables
20dec973da306d5b0776c9d3b598fdbd3a59a28eMark Andrews trying unqualified as a tld. no_tld_query is also
20dec973da306d5b0776c9d3b598fdbd3a59a28eMark Andrews supported for FreeBSD compatability.
20dec973da306d5b0776c9d3b598fdbd3a59a28eMark Andrews
3b187cad7a1754e098ab9dabfcb44c8b437fb589Mark Andrews1094. [func] libbind: add support gcc's format string checking.
3b187cad7a1754e098ab9dabfcb44c8b437fb589Mark Andrews
b16d99bac1d100735224ab3eaa84632537ff21b5Mark Andrews1093. [doc] libbind: miscellaneous nroff fixes.
b16d99bac1d100735224ab3eaa84632537ff21b5Mark Andrews
79d27f505a67ee1fb5cf104cbe7b1ead67d252b4Mukund Sivaraman1092. [bug] libbind: get*by*() failed to check if res_init() had
79d27f505a67ee1fb5cf104cbe7b1ead67d252b4Mukund Sivaraman been called.
79d27f505a67ee1fb5cf104cbe7b1ead67d252b4Mukund Sivaraman
84dc4b3e7eea3e9c8fafa5f4fd632a51ee8b356fMukund Sivaraman1091. [bug] libbind: misplaced va_end().
84dc4b3e7eea3e9c8fafa5f4fd632a51ee8b356fMukund Sivaraman
84dc4b3e7eea3e9c8fafa5f4fd632a51ee8b356fMukund Sivaraman1090. [bug] libbind: dns_ho.c:add_hostent() was not returning
84dc4b3e7eea3e9c8fafa5f4fd632a51ee8b356fMukund Sivaraman the amount of memory consumed resulting in garbage
84dc4b3e7eea3e9c8fafa5f4fd632a51ee8b356fMukund Sivaraman address being returned. Alignment calculations were
84dc4b3e7eea3e9c8fafa5f4fd632a51ee8b356fMukund Sivaraman wasting space. We weren't suppressing duplicate
93d4128dcd54c152cf97b2c36caba8f3c8de3280Mark Andrews addresses.
93d4128dcd54c152cf97b2c36caba8f3c8de3280Mark Andrews
93d4128dcd54c152cf97b2c36caba8f3c8de3280Mark Andrews1089. [func] libbind: inet_{cidr,net}_{pton,ntop}() now have IPv6
50a745417461a4c007248202bb3a8bf7be426813Mark Andrews support.
50a745417461a4c007248202bb3a8bf7be426813Mark Andrews
50a745417461a4c007248202bb3a8bf7be426813Mark Andrews1088. [port] libbind: MPE/iX C.70 (incomplete)
50a745417461a4c007248202bb3a8bf7be426813Mark Andrews
0cfb24736841b3e98bb25853229a0efabab88bddEvan Hunt1087. [bug] libbind: struct __res_state too large on 64 bit arch.
0cfb24736841b3e98bb25853229a0efabab88bddEvan Hunt
0cfb24736841b3e98bb25853229a0efabab88bddEvan Hunt1086. [port] libbind: sunos: old sprintf.
0cfb24736841b3e98bb25853229a0efabab88bddEvan Hunt
0cfb24736841b3e98bb25853229a0efabab88bddEvan Hunt1085. [port] libbind: solaris: sys_nerr and sys_errlist do not
0cfb24736841b3e98bb25853229a0efabab88bddEvan Hunt exist when compiling in 64 bit mode.
0cfb24736841b3e98bb25853229a0efabab88bddEvan Hunt
0cfb24736841b3e98bb25853229a0efabab88bddEvan Hunt1084. [cleanup] libbind: gai_strerror() re-written.
0cfb24736841b3e98bb25853229a0efabab88bddEvan Hunt
fa6308bd57f716732ba70bbafc1d09e861e4acc1Mark Andrews1083. [bug] The default control channel listened on the
fa6308bd57f716732ba70bbafc1d09e861e4acc1Mark Andrews wildcard adress, not the loopback as documented.
fa6308bd57f716732ba70bbafc1d09e861e4acc1Mark Andrews [RT #1975]
a4d76e3f0ba6f1fc2ba4b324f318e909b83bc860Evan Hunt
a4d76e3f0ba6f1fc2ba4b324f318e909b83bc860Evan Hunt1082. [bug] The -g option to named incorrectly caused logging
a4d76e3f0ba6f1fc2ba4b324f318e909b83bc860Evan Hunt to be sent to syslog in addition to stderr.
3d751891410f9892ca1c1deba2f7d8556ae91b0cMark Andrews [RT #1974]
3d751891410f9892ca1c1deba2f7d8556ae91b0cMark Andrews
3d751891410f9892ca1c1deba2f7d8556ae91b0cMark Andrews1081. [bug] Multicast queries were incorrectly identified
800d25b8482c52487b4dab53cb10fa74061f1e94Mark Andrews based on the source address, not the destination
800d25b8482c52487b4dab53cb10fa74061f1e94Mark Andrews address.
800d25b8482c52487b4dab53cb10fa74061f1e94Mark Andrews
800d25b8482c52487b4dab53cb10fa74061f1e94Mark Andrews1080. [bug] BIND 8 compatibility: accept bare IP prefixes
9b819daddf8f4a5bd42276ee91bf9686d42f3ceeMark Andrews as the second element of a two-element top level
9b819daddf8f4a5bd42276ee91bf9686d42f3ceeMark Andrews sort list statement. [RT #1964]
9b819daddf8f4a5bd42276ee91bf9686d42f3ceeMark Andrews
586d94eb740587975d5348b22a5fb8440d95925dMark Andrews1079. [bug] BIND 8 compatibility: accept bare elements at top
f7ae6c8fdd2cd5e276251647e6852cccfc92847bMark Andrews level of sort list treating them as if they were
f7ae6c8fdd2cd5e276251647e6852cccfc92847bMark Andrews a single element list. [RT #1963]
586d94eb740587975d5348b22a5fb8440d95925dMark Andrews
a569e1b3213668bc704194367ea12c23456ad1d2Mark Andrews1078. [bug] We failed to correct bad tv_usec values in one case.
a569e1b3213668bc704194367ea12c23456ad1d2Mark Andrews [RT #1966]
a569e1b3213668bc704194367ea12c23456ad1d2Mark Andrews
a569e1b3213668bc704194367ea12c23456ad1d2Mark Andrews1077. [func] Do not accept further recursive clients when
c6f7d2b5f1378e3d61770766ee9fdd922471eb2fMark Andrews the total number of of recursive lookups being
c6f7d2b5f1378e3d61770766ee9fdd922471eb2fMark Andrews processed exceeds max-recursive-clients, even
603a78708343f063b44affb882ef93bb19a5142aMark Andrews if some of the lookups are internally generated.
603a78708343f063b44affb882ef93bb19a5142aMark Andrews [RT #1915, #1938]
603a78708343f063b44affb882ef93bb19a5142aMark Andrews
ba586e9568364eb2da871f5fb2b71716f7c31865Mark Andrews1076. [bug] A badly defined global key could trigger an assertion
ba586e9568364eb2da871f5fb2b71716f7c31865Mark Andrews on load/reload if views were used. [RT #1947]
ba586e9568364eb2da871f5fb2b71716f7c31865Mark Andrews
a0f91e910bd9af006a65e555ec4082864ca1eb8dMark Andrews1075. [bug] Out-of-range network prefix lengths were not
570216f5a373cdaaa2eb2d9b5990150dd5a7b41bEvan Hunt reported. [RT #1954]
a0f91e910bd9af006a65e555ec4082864ca1eb8dMark Andrews
a0f91e910bd9af006a65e555ec4082864ca1eb8dMark Andrews1074. [bug] Running out of memory in dump_rdataset() could
0fe07891819138ad6e1de45f279cff940d170542Mark Andrews cause an assertion failure. [RT #1946]
0fe07891819138ad6e1de45f279cff940d170542Mark Andrews
0fe07891819138ad6e1de45f279cff940d170542Mark Andrews1073. [bug] The ADB cache cleaning should also be space driven.
ea58c563bccc2a8dc20886c99c7c3334a971b6d3Evan Hunt [RT #1915, #1938]
d319beb9d0b08db8b7f9789d916a02a56976b9b9Tinderbox User
ea58c563bccc2a8dc20886c99c7c3334a971b6d3Evan Hunt1072. [bug] The TCP client quota could be exceeded when
a6d48ae49345c1995c7ac7c0628bf5f9eac0719aJeremy C. Reed recursion occurred. [RT #1937]
27b09ceb12ec95de461bd2780615d4064ccb1419Mark Andrews
27b09ceb12ec95de461bd2780615d4064ccb1419Mark Andrews1071. [bug] Sockets listening for TCP DNS connections
896f49f8bdee644cd8d10e320ea3084ca3f74e2aEvan Hunt specified an excessive listen backlog. [RT #1937]
896f49f8bdee644cd8d10e320ea3084ca3f74e2aEvan Hunt
896f49f8bdee644cd8d10e320ea3084ca3f74e2aEvan Hunt1070. [bug] Copy DNSSEC OK (DO) to response as specified by
896f49f8bdee644cd8d10e320ea3084ca3f74e2aEvan Hunt draft-ietf-dnsext-dnssec-okbit-03.txt.
896f49f8bdee644cd8d10e320ea3084ca3f74e2aEvan Hunt
896f49f8bdee644cd8d10e320ea3084ca3f74e2aEvan Hunt1069. [placeholder]
6fa84a3e255ef9e6233f0a8d134fc6d273f04599Evan Hunt
6fa84a3e255ef9e6233f0a8d134fc6d273f04599Evan Hunt1068. [bug] errno could be overwritten by catgets(). [RT #1921]
7f7d32d1e4023a4a74432e45dd4105ea0528c3cfEvan Hunt
104f0e51ac7f472e69d53e4900fe121b7dc78537Tinderbox User1067. [func] Allow quotas to be soft, isc_quota_soft().
6fa84a3e255ef9e6233f0a8d134fc6d273f04599Evan Hunt
ca84a056bdb492e8894c70fd7bf6a885df03039fMark Andrews1066. [bug] Provide a thread safe wrapper for strerror().
01f881c1c5683054ee3366929eae6f811777ce46Mark Andrews [RT #1689]
01f881c1c5683054ee3366929eae6f811777ce46Mark Andrews
ca84a056bdb492e8894c70fd7bf6a885df03039fMark Andrews1065. [func] Runtime support to select new / old style interface
ca84a056bdb492e8894c70fd7bf6a885df03039fMark Andrews scanning using ioctls.
a14fe8522977d391096942aae5250f00ca32d2d4Mark Andrews
a14fe8522977d391096942aae5250f00ca32d2d4Mark Andrews1064. [bug] Do not shut down active network interfaces if we
a14fe8522977d391096942aae5250f00ca32d2d4Mark Andrews are unable to scan the interface list. [RT #1921]
5a8edcafd13fc63a066e8e42e0f95cdbf9606414Mark Andrews
5a8edcafd13fc63a066e8e42e0f95cdbf9606414Mark Andrews1063. [bug] libbind: "make install" was failing on IRIX.
5a8edcafd13fc63a066e8e42e0f95cdbf9606414Mark Andrews [RT #1919]
05816676bb82a5657a741ef4d378c7fb83912cfcMark Andrews
05816676bb82a5657a741ef4d378c7fb83912cfcMark Andrews1062. [bug] If the control channel listener socket was shut
05816676bb82a5657a741ef4d378c7fb83912cfcMark Andrews down before server exit, the listener object could
29225772176ec580b2c903928a5c18e2e24889d0Mark Andrews be freed twice. [RT #1916]
29225772176ec580b2c903928a5c18e2e24889d0Mark Andrews
1b513b6120e6f445960149b8f057aea19e1f5fe6Francis Dupont1061. [bug] If periodic cache cleaning happened to start
761f60fc356c9987258cd10b4aa216c6296d922bFrancis Dupont while cleaning due to reaching the configured
8114b0be01e98526f91da33f9685ac7014fcc598Mark Andrews maximum cache size was in progress, the server
761f60fc356c9987258cd10b4aa216c6296d922bFrancis Dupont could catch an assertion failure. [RT #1912]
0e338b60cdb2cf7cedb4fc17f6a14b518d1245c8Mark Andrews
0e338b60cdb2cf7cedb4fc17f6a14b518d1245c8Mark Andrews1060. [func] Move refresh, stub and notify UDP retry processing
0e338b60cdb2cf7cedb4fc17f6a14b518d1245c8Mark Andrews into dns_request.
2c172a42b39da5913fc6b2c0d3ce987c206991faMark Andrews
2c172a42b39da5913fc6b2c0d3ce987c206991faMark Andrews1059. [func] dns_request now support will now retry UDP queries,
faa01edd13613c077c3cb663c36f36bd527d1a4bMark Andrews dns_request_createvia2() and dns_request_createraw2().
faa01edd13613c077c3cb663c36f36bd527d1a4bMark Andrews
faa01edd13613c077c3cb663c36f36bd527d1a4bMark Andrews1058. [func] Limited lifetime ticker timers are now available,
1ea6e09c376b1351c614474a88675b1a9bda6571Evan Hunt isc_timertype_limited.
1ea6e09c376b1351c614474a88675b1a9bda6571Evan Hunt
1ea6e09c376b1351c614474a88675b1a9bda6571Evan Hunt1057. [bug] Reloading the server after adding a "file" clause
60988462e5d6db53205851d056e3482a29239be9Evan Hunt to a zone statement could cause the server to
60988462e5d6db53205851d056e3482a29239be9Evan Hunt crash due to a typo in change 1016.
60988462e5d6db53205851d056e3482a29239be9Evan Hunt
cd07e4d038fda6f9bacecb3067cc6fa43a67fc0aMark Andrews1056. [bug] Rndc could catch an assertion failure on SIGINT due
cd07e4d038fda6f9bacecb3067cc6fa43a67fc0aMark Andrews to an uninitialized variable. [RT #1908]
b36fc8294e1328912b940899d436c60986c92435Mark Andrews
b36fc8294e1328912b940899d436c60986c92435Mark Andrews1055. [func] Version and hostname queries can now be disabled
fe148bca7ea6612bb7e931fdcd2e66c32d2d2a9aMark Andrews using "version none;" and "hostname none;",
b36fc8294e1328912b940899d436c60986c92435Mark Andrews respectively.
dd820d8fd2714ee1ae53ff0c7f6973250048f2d2Mark Andrews
dd820d8fd2714ee1ae53ff0c7f6973250048f2d2Mark Andrews1054. [bug] On Win32, cfg_categories and cfg_modules need to be
c0c4512020c0a4a9e5b087cb8cad1cd68fb3f52eEvan Hunt exported from the libisccfg DLL.
c0de0cd8d88485aba260a08dccca76f83bdf9538Tinderbox User
c0c4512020c0a4a9e5b087cb8cad1cd68fb3f52eEvan Hunt1053. [bug] Dig did not increase its timeout when receiving
5d739300d12363f36ffa72836d2c10ff8c791b12Mark Andrews AXFRs unless the +time option was used. [RT #1904]
5d739300d12363f36ffa72836d2c10ff8c791b12Mark Andrews
5d739300d12363f36ffa72836d2c10ff8c791b12Mark Andrews1052. [bug] Journals were not being created in binary mode
5d739300d12363f36ffa72836d2c10ff8c791b12Mark Andrews resulting in "journal format not recognized" error
6f78147f569c9f505ef048c2f9e4e1b5ef2a27e7Mark Andrews under Win32. [RT #1889]
87344c2cb3d4b413941d514a078f4098bcb816e9Mark Andrews
87344c2cb3d4b413941d514a078f4098bcb816e9Mark Andrews1051. [bug] Do not ignore a network interface completely just
44613d4d868ed5e73a1132280880f0699af56733Evan Hunt because it has a noncontiguous netmask. Instead,
44613d4d868ed5e73a1132280880f0699af56733Evan Hunt omit it from the localnets ACL and issue a warning.
44613d4d868ed5e73a1132280880f0699af56733Evan Hunt [RT #1891]
44613d4d868ed5e73a1132280880f0699af56733Evan Hunt
44613d4d868ed5e73a1132280880f0699af56733Evan Hunt1050. [bug] Log messages reporting malformed IP addresses in
2b78610512f208a6a35eb0976d039c2001cba7e6Evan Hunt address lists such as that of the forwarders option
2b78610512f208a6a35eb0976d039c2001cba7e6Evan Hunt failed to include the correct error code, file
2b78610512f208a6a35eb0976d039c2001cba7e6Evan Hunt name, and line number. [RT #1890]
0dc0b029e9aecc6e2139109091ea68cc6aff7081Evan Hunt
0dc0b029e9aecc6e2139109091ea68cc6aff7081Evan Hunt1049. [func] "pid-file none;" will disable writing a pid file.
0dc0b029e9aecc6e2139109091ea68cc6aff7081Evan Hunt [RT #1848]
0dc0b029e9aecc6e2139109091ea68cc6aff7081Evan Hunt
cd750f6e7449678173e8cfe080ae0bf3dcb424cfEvan Hunt1048. [bug] Servers built with -DISC_MEM_USE_INTERNAL_MALLOC=1
cd750f6e7449678173e8cfe080ae0bf3dcb424cfEvan Hunt didn't work.
cd750f6e7449678173e8cfe080ae0bf3dcb424cfEvan Hunt
cd750f6e7449678173e8cfe080ae0bf3dcb424cfEvan Hunt1047. [bug] named was incorrectly refusing all requests signed
cd750f6e7449678173e8cfe080ae0bf3dcb424cfEvan Hunt with a TSIG key derived from an unsigned TKEY
5cef2421bde74ef8f789c9c83c1219553060ce16Mark Andrews negotiation with a NOERROR response. [RT #1886]
b4ba66ba1e36a6d8236d20be55273ce663819d69Evan Hunt
b4ba66ba1e36a6d8236d20be55273ce663819d69Evan Hunt1046. [bug] The help message for the --with-openssl configure
b4ba66ba1e36a6d8236d20be55273ce663819d69Evan Hunt option was inaccurate. [RT #1880]
5cef2421bde74ef8f789c9c83c1219553060ce16Mark Andrews
5cef2421bde74ef8f789c9c83c1219553060ce16Mark Andrews1045. [bug] It was possible to skip saving glue for a nameserver
6bc767b003ed72f831dff7bb1b8f1855de281eb6Mark Andrews for a stub zone.
3e5743068c95036324c24efa47b36ab0f7916d47Evan Hunt
3e5743068c95036324c24efa47b36ab0f7916d47Evan Hunt1044. [bug] Specifying allow-transfer, notify-source, or
c11e46110b2b6236c68d89d4ea557c1d35e5d271Mark Andrews notify-source-v6 in a stub zone was not treated
c11e46110b2b6236c68d89d4ea557c1d35e5d271Mark Andrews as an error.
c11e46110b2b6236c68d89d4ea557c1d35e5d271Mark Andrews
e01fbe2a45f9641968264a3bdf76d290e20521d7Evan Hunt1043. [bug] Specifying a transfer-source or transfer-source-v6
e01fbe2a45f9641968264a3bdf76d290e20521d7Evan Hunt option in the zone statement for a master zone was
e01fbe2a45f9641968264a3bdf76d290e20521d7Evan Hunt not treated as an error. [RT #1876]
e01fbe2a45f9641968264a3bdf76d290e20521d7Evan Hunt
76884179fd3ba491db80a285c752671025f74730Mark Andrews1042. [bug] The "config" logging category did not work properly.
76884179fd3ba491db80a285c752671025f74730Mark Andrews [RT #1873]
eb1a7730f013e9a16d709c9ee8f41d73cde3680eEvan Hunt
eb1a7730f013e9a16d709c9ee8f41d73cde3680eEvan Hunt1041. [bug] Dig/host/nslookup could catch an assertion failure
eb1a7730f013e9a16d709c9ee8f41d73cde3680eEvan Hunt on SIGINT due to an uninitialized variable. [RT #1867]
aefb3e308ba01ad47a3d3aaadf77a5edd4261cb9Evan Hunt
aefb3e308ba01ad47a3d3aaadf77a5edd4261cb9Evan Hunt1040. [bug] Multiple listen-on-v6 options with different ports
aefb3e308ba01ad47a3d3aaadf77a5edd4261cb9Evan Hunt were not accepted. [RT #1875]
aefb3e308ba01ad47a3d3aaadf77a5edd4261cb9Evan Hunt
aefb3e308ba01ad47a3d3aaadf77a5edd4261cb9Evan Hunt1039. [bug] Negative responses with CNAMEs in the answer section
aefb3e308ba01ad47a3d3aaadf77a5edd4261cb9Evan Hunt were cached incorrectly. [RT #1862]
aefb3e308ba01ad47a3d3aaadf77a5edd4261cb9Evan Hunt
aefb3e308ba01ad47a3d3aaadf77a5edd4261cb9Evan Hunt1038. [bug] In servers configured with a tkey-domain option,
aefb3e308ba01ad47a3d3aaadf77a5edd4261cb9Evan Hunt TKEY queries with an owner name other than the root
aefb3e308ba01ad47a3d3aaadf77a5edd4261cb9Evan Hunt could cause an assertion failure. [RT #1866, #1869]
aefb3e308ba01ad47a3d3aaadf77a5edd4261cb9Evan Hunt
36e5ac00333d89001f0c518a7d381d16c38d0402Mark Andrews1037. [bug] Negative responses whose authority section contain
36e5ac00333d89001f0c518a7d381d16c38d0402Mark Andrews SOA or NS records whose owner names are not equal
36e5ac00333d89001f0c518a7d381d16c38d0402Mark Andrews equal to or parents of the query name should be
36e5ac00333d89001f0c518a7d381d16c38d0402Mark Andrews rejected. [RT #1862]
37f7c4c673622e984a41570fda42c1a678622fa4Tinderbox User
e916c4f840e6f05c1137a2653b4ef70a1056bf74Mark Andrews1036. [func] Silently drop requests received via multicast as
e916c4f840e6f05c1137a2653b4ef70a1056bf74Mark Andrews long as there is no final multicast DNS standard.
e916c4f840e6f05c1137a2653b4ef70a1056bf74Mark Andrews
471f2b71d89897204af3f2ab00a010e4327e44f9Mark Andrews1035. [bug] If we respond to multicast queries (which we
471f2b71d89897204af3f2ab00a010e4327e44f9Mark Andrews currently do not), respond from a unicast address
471f2b71d89897204af3f2ab00a010e4327e44f9Mark Andrews as specified in RFC 1123. [RT #137]
471f2b71d89897204af3f2ab00a010e4327e44f9Mark Andrews
1a9932dde111e05b4b9177c1146695817c3a20d2Evan Hunt1034. [bug] Ignore the RD bit on multicast queries as specified
1a9932dde111e05b4b9177c1146695817c3a20d2Evan Hunt in RFC 1123. [RT #137]
1a9932dde111e05b4b9177c1146695817c3a20d2Evan Hunt
471f2b71d89897204af3f2ab00a010e4327e44f9Mark Andrews1033. [bug] Always respond to requests with an unsupported opcode
471f2b71d89897204af3f2ab00a010e4327e44f9Mark Andrews with NOTIMP, even if we don't have a matching view
ec3b216506b715f10e0b653afc20068ce8c5aa79Evan Hunt or cannot determine the class.
ec3b216506b715f10e0b653afc20068ce8c5aa79Evan Hunt
ec3b216506b715f10e0b653afc20068ce8c5aa79Evan Hunt1032. [func] hostname.bind/txt/chaos now returns the name of
ec3b216506b715f10e0b653afc20068ce8c5aa79Evan Hunt the machine hosting the nameserver. This is useful
ec3b216506b715f10e0b653afc20068ce8c5aa79Evan Hunt in diagnosing problems with anycast servers.
ec3b216506b715f10e0b653afc20068ce8c5aa79Evan Hunt
4e7973990c2aaec391cf307a7e60583331568e01Evan Hunt1031. [bug] libbind.a: isc__gettimeofday() infinite recursion.
4e7973990c2aaec391cf307a7e60583331568e01Evan Hunt [RT #1858]
4e7973990c2aaec391cf307a7e60583331568e01Evan Hunt
4e7973990c2aaec391cf307a7e60583331568e01Evan Hunt1030. [bug] On systems with no resolv.conf file, nsupdate
a6d48ae49345c1995c7ac7c0628bf5f9eac0719aJeremy C. Reed exited with an error rather than defaulting
e560fbdf77b08ff23ab71b107f022829bcd552dbMark Andrews to using the loopback address. [RT #1836]
e560fbdf77b08ff23ab71b107f022829bcd552dbMark Andrews
7318bbc26262a66a0d740ceefed769961ef7e476Evan Hunt1029. [bug] Some named.conf errors did not cause the loading
7318bbc26262a66a0d740ceefed769961ef7e476Evan Hunt of the configuration file to return a failure
7318bbc26262a66a0d740ceefed769961ef7e476Evan Hunt status even though they were logged. [RT #1847]
7318bbc26262a66a0d740ceefed769961ef7e476Evan Hunt
469bbe0f973bf33e20d6011748cb68fab8a9a12dMark Andrews1028. [bug] On Win32, dig/host/nslookup looked for resolv.conf
469bbe0f973bf33e20d6011748cb68fab8a9a12dMark Andrews in the wrong directory. [RT #1833]
469bbe0f973bf33e20d6011748cb68fab8a9a12dMark Andrews
fc84418f4a809e40f16cfb5b4f3834d735fca31fTinderbox User1027. [bug] RRs having the reserved type 0 should be rejected.
993cde8f0fe3e08283990cc9ff4a555b5e48ab91Mark Andrews [RT #1471]
2dc978b8a1563f6dd413a8a9456659ade00f9e9eEvan Hunt
2dc978b8a1563f6dd413a8a9456659ade00f9e9eEvan Hunt1026. [placeholder]
a6d48ae49345c1995c7ac7c0628bf5f9eac0719aJeremy C. Reed
7dcb304dd0bfe5888593199e0a9a8d64b8f022adMark Andrews1025. [bug] Don't use multicast addresses to resolve iterative
7dcb304dd0bfe5888593199e0a9a8d64b8f022adMark Andrews queries. [RT #101]
92fe6db3e46016f4ce0d6e372c745469bba10b5eEvan Hunt
92fe6db3e46016f4ce0d6e372c745469bba10b5eEvan Hunt1024. [port] Compilation failed on HP-UX 11.11 due to
7cd8e7915afba7064c18c4bf74ecce0627c61027Evan Hunt incompatible use of the SIOCGLIFCONF macro
7cd8e7915afba7064c18c4bf74ecce0627c61027Evan Hunt name. [RT #1831]
7cd8e7915afba7064c18c4bf74ecce0627c61027Evan Hunt
f5df4974b7b5081c4778d5796127b4d6584e834eEvan Hunt1023. [func] Accept hints without TTLs.
f5df4974b7b5081c4778d5796127b4d6584e834eEvan Hunt
102c454e783d3dd9dbb9ceb30ed28c983cafd546Mark Andrews1022. [bug] Don't report empty root hints as "extra data".
f45f40ec2814a5ff1ed443c968772a1b2e25c462Mark Andrews [RT #1802]
f45f40ec2814a5ff1ed443c968772a1b2e25c462Mark Andrews
f45f40ec2814a5ff1ed443c968772a1b2e25c462Mark Andrews1021. [bug] On Win32, log message timestamps were one month
f45f40ec2814a5ff1ed443c968772a1b2e25c462Mark Andrews later than they should have been, and the server
38c3ed154a2e014dad359e852b08722defa118ebEvan Hunt would exhibit unspecified behavior in December.
baad8d9fd8dd054ce1edf350ff0c0f2038a1519eEvan Hunt
baad8d9fd8dd054ce1edf350ff0c0f2038a1519eEvan Hunt1020. [bug] IXFR log messages did not distinguish between
baad8d9fd8dd054ce1edf350ff0c0f2038a1519eEvan Hunt true IXFRs, AXFR-style IXFRs, and mere version
baad8d9fd8dd054ce1edf350ff0c0f2038a1519eEvan Hunt polls. [RT #1811]
866606b9c712ac654689e02a0c12151eaa86fbc1Mark Andrews
866606b9c712ac654689e02a0c12151eaa86fbc1Mark Andrews1019. [bug] The value of the lame-ttl option was limited to 18000
f0e9d6e905235482ff9b4be770ee35018fcd8234Evan Hunt seconds, not 1800 seconds as documented. [RT #1803]
f0e9d6e905235482ff9b4be770ee35018fcd8234Evan Hunt
7ef5dc87b64d639cadfcce868428f9fb2a84fb92Evan Hunt1018. [bug] The default log channel was not always initialized
7ef5dc87b64d639cadfcce868428f9fb2a84fb92Evan Hunt correctly. [RT #1813]
7ef5dc87b64d639cadfcce868428f9fb2a84fb92Evan Hunt
44fbdddcadd85a6e40ebc7b7834e08e156c681a1Evan Hunt1017. [bug] When specifying TSIG keys to dig and nsupdate using
44fbdddcadd85a6e40ebc7b7834e08e156c681a1Evan Hunt the -k option, they must be HMAC-MD5 keys. [RT #1810]
44fbdddcadd85a6e40ebc7b7834e08e156c681a1Evan Hunt
0dfd942409fbd3ad1e9a06c887742f0c8760ffd7Mark Andrews1016. [bug] Slave zones with no backup file were re-transferred
0dfd942409fbd3ad1e9a06c887742f0c8760ffd7Mark Andrews on every server reload.
0dfd942409fbd3ad1e9a06c887742f0c8760ffd7Mark Andrews
568de8123acb1a94e2d7bfe9cc5eb5d099f6c1f5Mark Andrews1015. [bug] Log channels that had a "versions" option but no
568de8123acb1a94e2d7bfe9cc5eb5d099f6c1f5Mark Andrews "size" option failed to create numbered log
51e6164fd6b47121040f79b6330edf6258418a0bMark Andrews files. [RT #1783]
51e6164fd6b47121040f79b6330edf6258418a0bMark Andrews
ef9334d745a759b02821950230260c1941d066d3Mukund Sivaraman1014. [bug] Some queries would cause statistics counters to
ef9334d745a759b02821950230260c1941d066d3Mukund Sivaraman increment more than once or not at all. [RT #1321]
ef9334d745a759b02821950230260c1941d066d3Mukund Sivaraman
6ffa8fcf764121bbe3b9eb116ddade5778608375Mark Andrews1013. [bug] It was possible to cancel a query twice when marking
6ffa8fcf764121bbe3b9eb116ddade5778608375Mark Andrews a server as bogus or by having a blackhole acl.
bbd5c0ab33b7c76058a4b17bd1f9ce443aa90c7fEvan Hunt [RT #1776]
bbd5c0ab33b7c76058a4b17bd1f9ce443aa90c7fEvan Hunt
bbd5c0ab33b7c76058a4b17bd1f9ce443aa90c7fEvan Hunt1012. [bug] The -p option to named did not behave as documented.
c73a7e127fd3d2b2d3257f67d7a0b94441797f3aMark Andrews
c73a7e127fd3d2b2d3257f67d7a0b94441797f3aMark Andrews1011. [cleanup] Removed isc_dir_current().
c73a7e127fd3d2b2d3257f67d7a0b94441797f3aMark Andrews
bad82a46c420eaa5ca62a319923472fba7e391f1Mark Andrews1010. [bug] The server could attempt to execute a command channel
bad82a46c420eaa5ca62a319923472fba7e391f1Mark Andrews command after initiating server shutdown, causing
09ab38c151751b76b8043275422239463eb70cbdMark Andrews an assertion failure. [RT #1766]
09ab38c151751b76b8043275422239463eb70cbdMark Andrews
09ab38c151751b76b8043275422239463eb70cbdMark Andrews1009. [port] OpenUNIX 8 support. [RT #1728]
09ab38c151751b76b8043275422239463eb70cbdMark Andrews
adbb48b4a0c6216f96d8b40712f23da893444f1cMark Andrews1008. [port] libtool.m4, ltmain.sh from libtool-1.4.2.
adbb48b4a0c6216f96d8b40712f23da893444f1cMark Andrews
61cfadb50e2ddce1073760e77880de73eb6e65daMark Andrews1007. [port] config.guess, config.sub from autoconf-2.52.
61cfadb50e2ddce1073760e77880de73eb6e65daMark Andrews
61cfadb50e2ddce1073760e77880de73eb6e65daMark Andrews1006. [bug] If a KEY RR was found missing during DNSSEC validation,
9896a01aebb4201459079f8926dcd8045514b73aEvan Hunt an assertion failure could subsequently be triggered
9896a01aebb4201459079f8926dcd8045514b73aEvan Hunt in the resolver. [RT #1763]
22e29471c784acd09619841926c4f765e36ac74aEvan Hunt
22e29471c784acd09619841926c4f765e36ac74aEvan Hunt1005. [bug] Don't copy nonzero RCODEs from request to response.
22e29471c784acd09619841926c4f765e36ac74aEvan Hunt [RT #1765]
22e29471c784acd09619841926c4f765e36ac74aEvan Hunt
acbb301e648b82fcc38b876a44403cf0fe539cc9Evan Hunt1004. [port] Deal with recvfrom() returning EHOSTDOWN. [RT #1770]
acbb301e648b82fcc38b876a44403cf0fe539cc9Evan Hunt
acbb301e648b82fcc38b876a44403cf0fe539cc9Evan Hunt1003. [func] Add the +retry option to dig.
9823d3d0fa2995a90f577a5801b1e5f7288a1facJeremy C. Reed
acbb301e648b82fcc38b876a44403cf0fe539cc9Evan Hunt1002. [bug] When reporting an unknown class name in named.conf,
9823d3d0fa2995a90f577a5801b1e5f7288a1facJeremy C. Reed including the file name and line number. [RT #1759]
3911e7610f29dc664cbe8336f35c0652cd74652eMark Andrews
3911e7610f29dc664cbe8336f35c0652cd74652eMark Andrews1001. [bug] win32 socket code doio_recv was not catching a
89740699cd2191d9b84e67716c281b2dfeba5e56Evan Hunt WSACONNRESET error when a client was timing out
89740699cd2191d9b84e67716c281b2dfeba5e56Evan Hunt the request and closing its socket. [RT #1745]
89740699cd2191d9b84e67716c281b2dfeba5e56Evan Hunt
89740699cd2191d9b84e67716c281b2dfeba5e56Evan Hunt1000. [bug] BIND 8 compatibility: accept "HESIOD" as an alias
89740699cd2191d9b84e67716c281b2dfeba5e56Evan Hunt for class "HS". [RT #1759]
46bc64f4b1a0e84ab0397943453fe83a17baf2c4Evan Hunt
46bc64f4b1a0e84ab0397943453fe83a17baf2c4Evan Hunt 999. [func] "rndc retransfer zone [class [view]]" added.
46bc64f4b1a0e84ab0397943453fe83a17baf2c4Evan Hunt [RT #1752]
46bc64f4b1a0e84ab0397943453fe83a17baf2c4Evan Hunt
46bc64f4b1a0e84ab0397943453fe83a17baf2c4Evan Hunt 998. [func] named-checkzone now has arguments to specify the
1cf8e9c0b7e75fcd2bfd10367ff362c674972a0dMark Andrews chroot directory (-t) and working directory (-w).
62258ada486dfe76afc3f0f3835d3a45d2d8105cEvan Hunt [RT #1755]
62258ada486dfe76afc3f0f3835d3a45d2d8105cEvan Hunt
62258ada486dfe76afc3f0f3835d3a45d2d8105cEvan Hunt 997. [func] Add support for RSA-SHA1 keys (RFC3110).
8cbf3b6fc35091abde426930f2eadb8f53476c98Evan Hunt
8cbf3b6fc35091abde426930f2eadb8f53476c98Evan Hunt 996. [func] Issue warning if the configuration filename contains
8cbf3b6fc35091abde426930f2eadb8f53476c98Evan Hunt the chroot path.
8cbf3b6fc35091abde426930f2eadb8f53476c98Evan Hunt
8cbf3b6fc35091abde426930f2eadb8f53476c98Evan Hunt 995. [bug] dig, host, nslookup: using a raw IPv6 address as a
7bd455641455950eff7d21be652c8142b134d32fTinderbox User target address should be fatal on a IPv4 only system.
7b46a4aa418de3e1f2df63b9353b7148584afe64Evan Hunt
7b46a4aa418de3e1f2df63b9353b7148584afe64Evan Hunt 994. [func] Treat non-authoritative responses to queries for type
9ba2cef72dacb1dc1105415956e1c311ac25d02cEvan Hunt NS as referrals even if the NS records are in the
9ba2cef72dacb1dc1105415956e1c311ac25d02cEvan Hunt answer section, because BIND 8 servers incorrectly
9ba2cef72dacb1dc1105415956e1c311ac25d02cEvan Hunt send them that way. This is necessary for DNSSEC
78f79084fcfc40f1237c99e2d4325b24b750d012Evan Hunt validation of the NS records of a secure zone to
78f79084fcfc40f1237c99e2d4325b24b750d012Evan Hunt succeed when the parent is a BIND 8 server. [RT #1706]
78f79084fcfc40f1237c99e2d4325b24b750d012Evan Hunt
a2fd1de97d9ff685697aadba7f67a450557b0a06Evan Hunt 993. [func] dig: -v now reports the version.
a2fd1de97d9ff685697aadba7f67a450557b0a06Evan Hunt
a2fd1de97d9ff685697aadba7f67a450557b0a06Evan Hunt 992. [doc] dig: ~/.digrc is now documented.
def8172275039dd667d2c54afa51af80fef9c2abEvan Hunt
e7c0d42b11358f08e04316d31c67c23261dcdf36Evan Hunt 991. [func] Lower UDP refresh timeout messages to level
cc2a5156841ec6dfe1e90eed40c65fa8cdec246dTinderbox User debug 1.
e7c0d42b11358f08e04316d31c67c23261dcdf36Evan Hunt
d51456e4537729c2263303350abeff45379b1105Evan Hunt 990. [bug] The rndc-confgen man page was not installed.
d51456e4537729c2263303350abeff45379b1105Evan Hunt
d51456e4537729c2263303350abeff45379b1105Evan Hunt 989. [bug] Report filename if $INCLUDE fails for file related
d51456e4537729c2263303350abeff45379b1105Evan Hunt errors. [RT #1736]
e69790ac0067c0034f57e070d513833550786a93Evan Hunt
e69790ac0067c0034f57e070d513833550786a93Evan Hunt 988. [bug] 'additional-from-auth no;' did not work reliably
e69790ac0067c0034f57e070d513833550786a93Evan Hunt in the case of queries answered from the cache.
67d01dcacb2051a03377c8ec5c0e36604c17aea5Evan Hunt [RT #1436]
67d01dcacb2051a03377c8ec5c0e36604c17aea5Evan Hunt
67d01dcacb2051a03377c8ec5c0e36604c17aea5Evan Hunt 987. [bug] "dig -help" didn't show "+[no]stats".
67d01dcacb2051a03377c8ec5c0e36604c17aea5Evan Hunt
6be12fa63b38fe7648811e042c9aad58cee2ead7Evan Hunt 986. [bug] "dig +noall" failed to clear stats and command
6be12fa63b38fe7648811e042c9aad58cee2ead7Evan Hunt printing.
6be12fa63b38fe7648811e042c9aad58cee2ead7Evan Hunt
6be12fa63b38fe7648811e042c9aad58cee2ead7Evan Hunt 985. [func] Consider network interfaces to be up iff they have
262fea66373a062cac1a0e99b5a4675987bb61ffEvan Hunt a nonzero IP address rather than based on the
262fea66373a062cac1a0e99b5a4675987bb61ffEvan Hunt IFF_UP flag. [RT #1160]
262fea66373a062cac1a0e99b5a4675987bb61ffEvan Hunt
084ba95b083dc55fd10631ad43fa8fff48707648Evan Hunt 984. [bug] Multithreading should be enabled by default on
084ba95b083dc55fd10631ad43fa8fff48707648Evan Hunt Solaris 2.7 and newer, but it wasn't.
084ba95b083dc55fd10631ad43fa8fff48707648Evan Hunt
084ba95b083dc55fd10631ad43fa8fff48707648Evan Hunt 983. [func] The server now supports generating IXFR difference
3ef4b7383ab4310df48ee5143e361ab1cfa3c8e8Evan Hunt sequences for non-dynamic zones by comparing zone
3ef4b7383ab4310df48ee5143e361ab1cfa3c8e8Evan Hunt versions, when enabled using the new config
3ef4b7383ab4310df48ee5143e361ab1cfa3c8e8Evan Hunt option "ixfr-from-differences". [RT #1727]
72aa3b2a4e33a1b9b3521fddce383002b7201ab7Evan Hunt
72aa3b2a4e33a1b9b3521fddce383002b7201ab7Evan Hunt 982. [func] If "memstatistics-file" is set in options the memory
72aa3b2a4e33a1b9b3521fddce383002b7201ab7Evan Hunt statistics will be written to it.
368aedf188d7c7782cae8a5ce2a978be47b5a764Evan Hunt
368aedf188d7c7782cae8a5ce2a978be47b5a764Evan Hunt 981. [func] The dnssec tools can now take multiple '-r randomfile'
368aedf188d7c7782cae8a5ce2a978be47b5a764Evan Hunt arguments.
e71905610c72f474a2943934a48f43121c79c939Evan Hunt
e71905610c72f474a2943934a48f43121c79c939Evan Hunt 980. [bug] Incoming zone transfers restarting after an error
e71905610c72f474a2943934a48f43121c79c939Evan Hunt could trigger an assertion failure. [RT #1692]
1aced7b8702288f656ded594cd5bd7678bb4fe70Evan Hunt
1aced7b8702288f656ded594cd5bd7678bb4fe70Evan Hunt 979. [func] Incremental master file dumping. dns_master_dumpinc(),
1aced7b8702288f656ded594cd5bd7678bb4fe70Evan Hunt dns_master_dumptostreaminc(), dns_dumpctx_attach(),
a60bf97f9f7dcde6f4ca6e8188245fb0866200dbEvan Hunt dns_dumpctx_detach(), dns_dumpctx_cancel(),
a60bf97f9f7dcde6f4ca6e8188245fb0866200dbEvan Hunt dns_dumpctx_db() and dns_dumpctx_version().
a60bf97f9f7dcde6f4ca6e8188245fb0866200dbEvan Hunt
a60bf97f9f7dcde6f4ca6e8188245fb0866200dbEvan Hunt 978. [bug] dns_db_attachversion() had an invalid REQUIRE()
a60bf97f9f7dcde6f4ca6e8188245fb0866200dbEvan Hunt condition.
f79ee00c69259b9a27f9f0d12afa6c7b64005dedEvan Hunt
f79ee00c69259b9a27f9f0d12afa6c7b64005dedEvan Hunt 977. [bug] Improve "not at top of zone" error message.
f79ee00c69259b9a27f9f0d12afa6c7b64005dedEvan Hunt
7fbbc9bfd34f47aab843de668d5f5ffbc53d6e45Mark Andrews 976. [func] named-checkconf can now test load master zones
7fbbc9bfd34f47aab843de668d5f5ffbc53d6e45Mark Andrews (named-checkconf -z). [RT #1468]
7fbbc9bfd34f47aab843de668d5f5ffbc53d6e45Mark Andrews
96c17c5ecb012028ad9d66f93a252994c6ed035cMark Andrews 975. [bug] "max-cache-size default;" as a view option
96c17c5ecb012028ad9d66f93a252994c6ed035cMark Andrews caused an assertion failure.
96c17c5ecb012028ad9d66f93a252994c6ed035cMark Andrews
98922b2b2b024dcca25be7c220cf3b16b1e6c4b5Evan Hunt 974. [bug] "max-cache-size unlimited;" as a global option
98922b2b2b024dcca25be7c220cf3b16b1e6c4b5Evan Hunt was not accepted.
98922b2b2b024dcca25be7c220cf3b16b1e6c4b5Evan Hunt
98922b2b2b024dcca25be7c220cf3b16b1e6c4b5Evan Hunt 973. [bug] Failed to log the question name when logging:
98922b2b2b024dcca25be7c220cf3b16b1e6c4b5Evan Hunt "bad zone transfer request: non-authoritative zone
1eb5e1b4d7ea98dea07000edef15148d3d714b9dEvan Hunt (NOTAUTH)".
98922b2b2b024dcca25be7c220cf3b16b1e6c4b5Evan Hunt
3a01ded15da064de23124e5d1a89143eceec5523Evan Hunt 972. [bug] The file modification time code in zone.c was using the
3a01ded15da064de23124e5d1a89143eceec5523Evan Hunt wrong epoch. [RT #1667]
3a01ded15da064de23124e5d1a89143eceec5523Evan Hunt
0072ae822d966550f7c0956ed22184ec20e98f34Mark Andrews 971. [placeholder]
0072ae822d966550f7c0956ed22184ec20e98f34Mark Andrews
0072ae822d966550f7c0956ed22184ec20e98f34Mark Andrews 970. [func] 'max-journal-size' can now be used to set a target
0072ae822d966550f7c0956ed22184ec20e98f34Mark Andrews size for a journal.
9e39bafd2ef3e52719b5f16aec077c7885e7e1f1Mark Andrews
9e39bafd2ef3e52719b5f16aec077c7885e7e1f1Mark Andrews 969. [func] dig now supports the undocumented dig 8 feature
02a5e3ed85cbfc099874bb34e5901537399b5e24Mark Andrews of allowing arbitrary labels, not just dotted
02a5e3ed85cbfc099874bb34e5901537399b5e24Mark Andrews decimal quads, with the -x option. This can be
02a5e3ed85cbfc099874bb34e5901537399b5e24Mark Andrews used to conveniently look up RFC2317 names as in
bce9696c7ac65792469b29ce0ad13564953b62caEvan Hunt "dig -x 10.0.0.0-127". [RT #827, #1576, #1598]
bce9696c7ac65792469b29ce0ad13564953b62caEvan Hunt
bce9696c7ac65792469b29ce0ad13564953b62caEvan Hunt 968. [bug] On win32, the isc_time_now() function was unnecessarily
bce9696c7ac65792469b29ce0ad13564953b62caEvan Hunt calling strtime(). [RT #1671]
edd82b2ce275d513fb2799b90ec464f434880e87Mark Andrews
edd82b2ce275d513fb2799b90ec464f434880e87Mark Andrews 967. [bug] On win32, the link for bindevt was not including the
86856f4f3069bb2d75851b56401ffde18f41198fMark Andrews required resource file to enable the event viewer
86856f4f3069bb2d75851b56401ffde18f41198fMark Andrews to interpret the error messages in the event log,
86856f4f3069bb2d75851b56401ffde18f41198fMark Andrews [RT #1668]
86856f4f3069bb2d75851b56401ffde18f41198fMark Andrews
83eecff731c1a049b12f01fb699fa15ab7ddac2eEvan Hunt 966. [placeholder]
83eecff731c1a049b12f01fb699fa15ab7ddac2eEvan Hunt
83eecff731c1a049b12f01fb699fa15ab7ddac2eEvan Hunt 965. [bug] Including data other than root server NS and A
83eecff731c1a049b12f01fb699fa15ab7ddac2eEvan Hunt records in the root hint file could cause a rbtdb
16134801ce8fffbb6c42bb54d544c3397a45ad06Mark Andrews node reference leak. [RT #1581, #1618]
7da74ea46df30a7431441a3b8adf5134dab5067eJeremy C. Reed
64584aa0980625f834fa148dc3c95ab714efe703Evan Hunt 964. [func] Warn if data other than root server NS and A records
64584aa0980625f834fa148dc3c95ab714efe703Evan Hunt are found in the root hint file. [RT #1581, #1618]
16134801ce8fffbb6c42bb54d544c3397a45ad06Mark Andrews
64584aa0980625f834fa148dc3c95ab714efe703Evan Hunt 963. [bug] Bad ISC_LANG_ENDDECLS. [RT #1645]
64584aa0980625f834fa148dc3c95ab714efe703Evan Hunt
16134801ce8fffbb6c42bb54d544c3397a45ad06Mark Andrews 962. [bug] libbind: bad "#undef", don't attempt to install
d7b9756a214030b0022ce791b67b12fb7bceeea0Evan Hunt non-existant nlist.h. [RT #1640]
d7b9756a214030b0022ce791b67b12fb7bceeea0Evan Hunt
4357e13a4bc2e175d73b20f9ef3e809b3e269ee4Evan Hunt 961. [bug] Tried to use a IPV6 feature when ISC_PLATFORM_HAVEIPV6
4357e13a4bc2e175d73b20f9ef3e809b3e269ee4Evan Hunt was not defined. [RT #1482]
d7b9756a214030b0022ce791b67b12fb7bceeea0Evan Hunt
fd75aaa2b9816703fda5e8b2cd071a3ec7387a08Evan Hunt 960. [port] liblwres failed to build on systems with support for
7e2e41df676e1e19186242afd88a6794e37a9becMark Andrews getrrsetbyname() in the OS. [RT #1592]
7f5bdf7f4063c2fefb18900468d2c851f8de7816Evan Hunt
7f5bdf7f4063c2fefb18900468d2c851f8de7816Evan Hunt 959. [port] On FreeBSD, determine the number of CPUs by calling
7f5bdf7f4063c2fefb18900468d2c851f8de7816Evan Hunt sysctlbyname(). [RT #1584]
35f6a21f5f8114542c050bfcb484b39ce513d4bdEvan Hunt
35f6a21f5f8114542c050bfcb484b39ce513d4bdEvan Hunt 958. [port] ssize_t is not available on all platforms. [RT #1607]
35f6a21f5f8114542c050bfcb484b39ce513d4bdEvan Hunt
1361e038900701e126213261c0a1178025ae5a72Tinderbox User 957. [bug] sys/select.h inclusion was broken on older platforms.
35f6a21f5f8114542c050bfcb484b39ce513d4bdEvan Hunt [RT #1607]
35f6a21f5f8114542c050bfcb484b39ce513d4bdEvan Hunt
35f6a21f5f8114542c050bfcb484b39ce513d4bdEvan Hunt 956. [bug] ns_g_autorndcfile changed to ns_g_keyfile
6a3fa181d1253db5191139e20231512eebaddeebEvan Hunt in named/win32/os.c due to code changes in
6a3fa181d1253db5191139e20231512eebaddeebEvan Hunt change #953. win32 .make file for rndc-confgen
6a3fa181d1253db5191139e20231512eebaddeebEvan Hunt updated to add include path for os.h header.
6a3fa181d1253db5191139e20231512eebaddeebEvan Hunt
6a3fa181d1253db5191139e20231512eebaddeebEvan Hunt --- 9.2.0rc1 released ---
b5f6271f4daf1e54501af2cb7dd278d7e8003d65Mark Andrews
0a5927a14f055f5550c76c818119f4811984272cMark Andrews 955. [bug] When using views, the zone's class was not being
96a35905057eb2ba7d977460776b06ae0911c8a7Evan Hunt inherited from the view's class. [RT #1583]
96a35905057eb2ba7d977460776b06ae0911c8a7Evan Hunt
1361e038900701e126213261c0a1178025ae5a72Tinderbox User 954. [bug] When requesting AXFRs or IXFRs using dig, host, or
b5f6271f4daf1e54501af2cb7dd278d7e8003d65Mark Andrews nslookup, the RD bit should not be set as zone
64584aa0980625f834fa148dc3c95ab714efe703Evan Hunt transfers are inherently nonrecursive. [RT #1575]
7da74ea46df30a7431441a3b8adf5134dab5067eJeremy C. Reed
64584aa0980625f834fa148dc3c95ab714efe703Evan Hunt 953. [func] The /var/run/named.key file from change #843
b5f6271f4daf1e54501af2cb7dd278d7e8003d65Mark Andrews has been replaced by /etc/rndc.key. Both
96a35905057eb2ba7d977460776b06ae0911c8a7Evan Hunt named and rndc will look for this file and use
96a35905057eb2ba7d977460776b06ae0911c8a7Evan Hunt it to configure a default control channel key
1361e038900701e126213261c0a1178025ae5a72Tinderbox User if not already configured using a different
1361e038900701e126213261c0a1178025ae5a72Tinderbox User method (rndc.conf / controls). Unlike
1361e038900701e126213261c0a1178025ae5a72Tinderbox User named.key, rndc.key is not created automatically;
1361e038900701e126213261c0a1178025ae5a72Tinderbox User it must be created by manually running
1361e038900701e126213261c0a1178025ae5a72Tinderbox User "rndc-confgen -a".
1361e038900701e126213261c0a1178025ae5a72Tinderbox User
1361e038900701e126213261c0a1178025ae5a72Tinderbox User 952. [bug] The server required manual intervention to serve the
1361e038900701e126213261c0a1178025ae5a72Tinderbox User affected zones if it died between creating a journal
38eabfcee7a9f206c268834ab9cb6d3408a31380Mark Andrews and committing the first change to it.
38eabfcee7a9f206c268834ab9cb6d3408a31380Mark Andrews
38eabfcee7a9f206c268834ab9cb6d3408a31380Mark Andrews 951. [bug] CFLAGS was not passed to the linker when
38eabfcee7a9f206c268834ab9cb6d3408a31380Mark Andrews linking some of the test programs under
38eabfcee7a9f206c268834ab9cb6d3408a31380Mark Andrews bin/tests. [RT #1555].
7b9cb698dd07644762c675b5f57446467b4d5663Mark Andrews
7b9cb698dd07644762c675b5f57446467b4d5663Mark Andrews 950. [bug] Explicit TTLs did not properly override $TTL
51143259789034ac19e12984a8390b9f86ab368cMark Andrews due to a bug in change 834. [RT #1558]
1d761cb453c76353deb8423c78e98d00c5f86ffaEvan Hunt
1d761cb453c76353deb8423c78e98d00c5f86ffaEvan Hunt 949. [bug] host was unable to print records larger than 512
1d761cb453c76353deb8423c78e98d00c5f86ffaEvan Hunt bytes. [RT #1557]
1d761cb453c76353deb8423c78e98d00c5f86ffaEvan Hunt
1d761cb453c76353deb8423c78e98d00c5f86ffaEvan Hunt --- 9.2.0b2 released ---
1d761cb453c76353deb8423c78e98d00c5f86ffaEvan Hunt
98922b2b2b024dcca25be7c220cf3b16b1e6c4b5Evan Hunt 948. [port] Integrated support for building on Windows NT /
1d761cb453c76353deb8423c78e98d00c5f86ffaEvan Hunt Windows 2000.
14bf4702f37cc707ede64a097f7d4aa671265492Evan Hunt
14bf4702f37cc707ede64a097f7d4aa671265492Evan Hunt 947. [bug] dns_rdata_soa_t had a badly named element "mname" which
14bf4702f37cc707ede64a097f7d4aa671265492Evan Hunt was really the RNAME field from RFC1035. To avoid
31f6244cc25ab0f8937edc26dbb26ba4f6a01f19Evan Hunt confusion and silent errors that would occur it the
31f6244cc25ab0f8937edc26dbb26ba4f6a01f19Evan Hunt "origin" and "mname" elements were given their correct
31f6244cc25ab0f8937edc26dbb26ba4f6a01f19Evan Hunt names "mname" and "rname" respectively, the "mname"
2729aea3c1a720269aaae92ce3a84af1ba0a75ebMark Andrews element is renamed to "contact".
2729aea3c1a720269aaae92ce3a84af1ba0a75ebMark Andrews
a1271e2404dd42fcc477974bd0a190224f34f5f7Mark Andrews 946. [cleanup] doc/misc/options is now machine-generated from the
a1271e2404dd42fcc477974bd0a190224f34f5f7Mark Andrews configuration parser syntax tables, and therefore
a1271e2404dd42fcc477974bd0a190224f34f5f7Mark Andrews more likely to be correct.
842a3e6d0eb745e34a3cc3e19c8c39b9492ac739Evan Hunt
842a3e6d0eb745e34a3cc3e19c8c39b9492ac739Evan Hunt 945. [func] Add the new view-specific options
842a3e6d0eb745e34a3cc3e19c8c39b9492ac739Evan Hunt "match-destinations" and "match-recursive-only".
1124950b35ae05a12e804e670607fe5ba775cb4aTinderbox User
dbb012765c735ee0d82dedb116cdc7cf18957814Evan Hunt 944. [func] Check for expired signatures on load.
dbb012765c735ee0d82dedb116cdc7cf18957814Evan Hunt
dbb012765c735ee0d82dedb116cdc7cf18957814Evan Hunt 943. [bug] The server could crash when receiving a command
d7729155dff87d3c7a2b9103bf6e5164ea4d7dd7Mark Andrews via rndc if the configuration file listed only
d7729155dff87d3c7a2b9103bf6e5164ea4d7dd7Mark Andrews nonexistent keys in the controls statement. [RT #1530]
62ec9fd1681ffae7d6b0d54618599ecf650e3100Mark Andrews
62ec9fd1681ffae7d6b0d54618599ecf650e3100Mark Andrews 942. [port] libbind: GETNETBYADDR_ADDR_T was not correctly
850b5e80930907e4747347201dc41e4d04e036f8Mark Andrews defined on some platforms.
850b5e80930907e4747347201dc41e4d04e036f8Mark Andrews
62ec9fd1681ffae7d6b0d54618599ecf650e3100Mark Andrews 941. [bug] The configuration checker crashed if a slave
62ec9fd1681ffae7d6b0d54618599ecf650e3100Mark Andrews zone didn't contain a masters statement. [RT #1514]
62ec9fd1681ffae7d6b0d54618599ecf650e3100Mark Andrews
41e55d04032c0eefd39d74ffb73657b04fb821ecEvan Hunt 940. [bug] Double zone locking failure on error path. [RT #1510]
41e55d04032c0eefd39d74ffb73657b04fb821ecEvan Hunt
41e55d04032c0eefd39d74ffb73657b04fb821ecEvan Hunt --- 9.2.0b1 released ---
166341d55424ca522eb456a1c7d0211e391f1ac8Evan Hunt
166341d55424ca522eb456a1c7d0211e391f1ac8Evan Hunt 939. [port] Add the --disable-linux-caps option to configure for
166341d55424ca522eb456a1c7d0211e391f1ac8Evan Hunt systems that manage capabilities outside of named.
166341d55424ca522eb456a1c7d0211e391f1ac8Evan Hunt [RT #1503]
166341d55424ca522eb456a1c7d0211e391f1ac8Evan Hunt
166341d55424ca522eb456a1c7d0211e391f1ac8Evan Hunt 938. [placeholder]
166341d55424ca522eb456a1c7d0211e391f1ac8Evan Hunt
166341d55424ca522eb456a1c7d0211e391f1ac8Evan Hunt 937. [bug] A race when shutting down a zone could trigger a
166341d55424ca522eb456a1c7d0211e391f1ac8Evan Hunt INSIST() failure. [RT #1034]
166341d55424ca522eb456a1c7d0211e391f1ac8Evan Hunt
a165a17a81ff3285f4f4d79785fafb465e626183Evan Hunt 936. [func] Warn about IPv4 addresses that are not complete
a165a17a81ff3285f4f4d79785fafb465e626183Evan Hunt dotted quads. [RT #1084]
a165a17a81ff3285f4f4d79785fafb465e626183Evan Hunt
a165a17a81ff3285f4f4d79785fafb465e626183Evan Hunt 935. [bug] inet_pton failed to reject leading zeros.
c41d8a22ab5f4a487f4c16b78f23792f78a3a851Francis Dupont
a165a17a81ff3285f4f4d79785fafb465e626183Evan Hunt 934. [port] Deal with systems where accept() spuriously returns
a165a17a81ff3285f4f4d79785fafb465e626183Evan Hunt ECONNRESET.
a165a17a81ff3285f4f4d79785fafb465e626183Evan Hunt
08c67b5b7a54047fbfed423a59b48c86177b9859Evan Hunt 933. [bug] configure failed doing libbind on platforms not
08c67b5b7a54047fbfed423a59b48c86177b9859Evan Hunt supported by BIND 8. [RT #1496]
08c67b5b7a54047fbfed423a59b48c86177b9859Evan Hunt
e5f9fa7e18d50569a7d723acbb6f641e13ed3787Evan Hunt --- 9.2.0a3 released ---
e5f9fa7e18d50569a7d723acbb6f641e13ed3787Evan Hunt
e5f9fa7e18d50569a7d723acbb6f641e13ed3787Evan Hunt 932. [bug] Use INSTALL_SCRIPT, not INSTALL_PROGRAM,
62cce60a15990bf8ec05b4234a5c965a5a8e86c0Evan Hunt when installing isc-config.sh.
62cce60a15990bf8ec05b4234a5c965a5a8e86c0Evan Hunt [RT #198, #1466]
62cce60a15990bf8ec05b4234a5c965a5a8e86c0Evan Hunt
62cce60a15990bf8ec05b4234a5c965a5a8e86c0Evan Hunt 931. [bug] The controls statement only attempted to verify
e2d635d630f6f61fefd3d4475c45b097b16b8a2aEvan Hunt messages using the first key in the key list.
e2d635d630f6f61fefd3d4475c45b097b16b8a2aEvan Hunt (9.2.0a1/a2 only).
e2d635d630f6f61fefd3d4475c45b097b16b8a2aEvan Hunt
e2d635d630f6f61fefd3d4475c45b097b16b8a2aEvan Hunt 930. [func] Query performance testing tool added as
0a35160f4eb349188a988d2857e0b3052ad4b778Evan Hunt contrib/queryperf.
0a35160f4eb349188a988d2857e0b3052ad4b778Evan Hunt
a8cdf2a2e7e9a716a94db550138f1a65000fc19fEvan Hunt 929. [placeholder]
a8cdf2a2e7e9a716a94db550138f1a65000fc19fEvan Hunt
a8cdf2a2e7e9a716a94db550138f1a65000fc19fEvan Hunt 928. [bug] nsupdate would send empty update packets if the
a8cdf2a2e7e9a716a94db550138f1a65000fc19fEvan Hunt send (or empty line) command was run after
3249da26fc28297265d444a1f3647f1e6700a2a0Evan Hunt another send but before any new updates or
3249da26fc28297265d444a1f3647f1e6700a2a0Evan Hunt prerequisites were specified. It should simply
3249da26fc28297265d444a1f3647f1e6700a2a0Evan Hunt ignore this command.
0666e6db543cda2de2b8472ba49ed9b53c836326Tinderbox User
d0803df3310ad09447c34b972e7594d576f5cbb5Evan Hunt 927. [bug] Don't hold the zone lock for the entire dump to disk.
d0803df3310ad09447c34b972e7594d576f5cbb5Evan Hunt [RT #1423]
9d58bbdf12e77d2b62e669bc2965b0788b97731aJeremy C. Reed
47c847e286ac1d9dcc1b6dec5430ad9d2abad7b2Evan Hunt 926. [bug] The resolver could deadlock with the ADB when
47c847e286ac1d9dcc1b6dec5430ad9d2abad7b2Evan Hunt shutting down (multithreaded builds only).
63add83a2699aac4e01be6d1f2d093cfed4f744aMark Andrews [RT #1324]
63add83a2699aac4e01be6d1f2d093cfed4f744aMark Andrews
75d747e1c5a30d6ef6c6238c6e27baa11d6f3bf6Mark Andrews 925. [cleanup] Remove openssl from the distribution; require that
75d747e1c5a30d6ef6c6238c6e27baa11d6f3bf6Mark Andrews --with-openssl be specified if DNSSEC is needed.
fbc0e37e0c3732b20b0629056e98d712a118637fMark Andrews
fbc0e37e0c3732b20b0629056e98d712a118637fMark Andrews 924. [port] Extend support for pre-RFC2133 IPv6 implementation.
b8cf73a3b3e21d61f5a06670551ac22e61bcc4b1Mark Andrews [RT #987]
b8cf73a3b3e21d61f5a06670551ac22e61bcc4b1Mark Andrews
b8cf73a3b3e21d61f5a06670551ac22e61bcc4b1Mark Andrews 923. [bug] Multiline TSIG secrets (and other multiline strings)
b8cf73a3b3e21d61f5a06670551ac22e61bcc4b1Mark Andrews were not accepted in named.conf. [RT #1469]
b8cf73a3b3e21d61f5a06670551ac22e61bcc4b1Mark Andrews
b8cf73a3b3e21d61f5a06670551ac22e61bcc4b1Mark Andrews 922. [func] Added two new lwres_getrrsetbyname() result codes,
b8cf73a3b3e21d61f5a06670551ac22e61bcc4b1Mark Andrews ERR_NONAME and ERR_NODATA.
83f69fcd6ef72c9e2ebcb025b66a2ee74176becdEvan Hunt
83f69fcd6ef72c9e2ebcb025b66a2ee74176becdEvan Hunt 921. [bug] lwres returned an incorrect error code if it received
83f69fcd6ef72c9e2ebcb025b66a2ee74176becdEvan Hunt a truncated message.
83f69fcd6ef72c9e2ebcb025b66a2ee74176becdEvan Hunt
83f69fcd6ef72c9e2ebcb025b66a2ee74176becdEvan Hunt 920. [func] Increase the lwres receive buffer size to 16K.
d58e33bfabfee19a035031dac633d36659738d56Evan Hunt [RT #1451]
d58e33bfabfee19a035031dac633d36659738d56Evan Hunt
d58e33bfabfee19a035031dac633d36659738d56Evan Hunt 919. [placeholder]
d58e33bfabfee19a035031dac633d36659738d56Evan Hunt
e45d0508c3460db87afb1f743bc5210522721bb3Evan Hunt 918. [func] In nsupdate, TSIG errors are no longer treated as
e45d0508c3460db87afb1f743bc5210522721bb3Evan Hunt fatal errors.
e45d0508c3460db87afb1f743bc5210522721bb3Evan Hunt
e45d0508c3460db87afb1f743bc5210522721bb3Evan Hunt 917. [func] New nsupdate command 'key', allowing TSIG keys to
f8c990f6c2d3f75120bd67a55e87f21e88e9e5a6Evan Hunt be specified in the nsupdate command stream rather
f8c990f6c2d3f75120bd67a55e87f21e88e9e5a6Evan Hunt than the command line.
f8c990f6c2d3f75120bd67a55e87f21e88e9e5a6Evan Hunt
f8c990f6c2d3f75120bd67a55e87f21e88e9e5a6Evan Hunt 916. [bug] Specifying type ixfr to dig without specifying
db8938c993d3eaeae1d86feb1b5da511831a9014Mark Andrews a serial number failed in unexpected ways.
db8938c993d3eaeae1d86feb1b5da511831a9014Mark Andrews
db8938c993d3eaeae1d86feb1b5da511831a9014Mark Andrews 915. [func] The named-checkconf and named-checkzone programs
db8938c993d3eaeae1d86feb1b5da511831a9014Mark Andrews now have a '-v' option for printing their version.
a147de10fe5e19e593d42152ffd6879eca69860dEvan Hunt [RT #1151]
a147de10fe5e19e593d42152ffd6879eca69860dEvan Hunt
a147de10fe5e19e593d42152ffd6879eca69860dEvan Hunt 914. [bug] Global 'server' statements were rejected when
a147de10fe5e19e593d42152ffd6879eca69860dEvan Hunt using views, even though they were accepted
702958d20247bb9e34019cf02d8ec18d4f3b1005Mark Andrews in 9.1. [RT #1368]
702958d20247bb9e34019cf02d8ec18d4f3b1005Mark Andrews
702958d20247bb9e34019cf02d8ec18d4f3b1005Mark Andrews 913. [bug] Cache cleaning was not sufficiently aggressive.
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews [RT #1441, #1444]
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews 912. [bug] Attempts to set the 'additional-from-cache' or
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews 'additional-from-auth' option to 'no' in a
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews server with recursion enabled will now
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews be ignored and cause a warning message.
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews [RT #1145]
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews 911. [placeholder]
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews
4882e183cac5772ea522811c758c402cd7e8ad5bEvan Hunt 910. [port] Some pre-RFC2133 IPv6 implementations do not define
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews IN6ADDR_ANY_INIT. [RT #1416]
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews 908. [func] New program, rndc-confgen, to simplify setting up rndc.
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews 907. [func] The ability to get entropy from either the
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews random device, a user-provided file or from
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews the keyboard was migrated from the DNSSEC tools
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews to libisc as isc_entropy_usebestsource().
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews 906. [port] Separated the system independent portion of
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews lib/isc/unix/entropy.c into lib/isc/entropy.c
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews and added lib/isc/win32/entropy.c.
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews
a18fc12ba3d48b66bea298c80f3e3f09f3c91527Evan Hunt 905. [bug] Configuring a forward "zone" for the root domain
a18fc12ba3d48b66bea298c80f3e3f09f3c91527Evan Hunt did not work. [RT #1418]
a18fc12ba3d48b66bea298c80f3e3f09f3c91527Evan Hunt
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt 904. [bug] The server would leak memory if attempting to use
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt an expired TSIG key. [RT #1406]
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt 903. [bug] dig should not crash when receiving a TCP packet
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt of length 0.
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt 902. [bug] The -d option was ignored if both -t and -g were also
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt specified.
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt 901. [placeholder]
07fb9b83308daea64e50a1f07052addc25c15ec3Mark Andrews
07fb9b83308daea64e50a1f07052addc25c15ec3Mark Andrews 900. [bug] A config.guess update changed the system identification
b751788932cf1a6d98ae83355f38a080125c2f3eEvan Hunt string of FreeBSD systems; configure and
b751788932cf1a6d98ae83355f38a080125c2f3eEvan Hunt bin/tests/system/ifconfig.sh now recognize the new
b751788932cf1a6d98ae83355f38a080125c2f3eEvan Hunt string.
b751788932cf1a6d98ae83355f38a080125c2f3eEvan Hunt
b751788932cf1a6d98ae83355f38a080125c2f3eEvan Hunt --- 9.2.0a2 released ---
b751788932cf1a6d98ae83355f38a080125c2f3eEvan Hunt
b751788932cf1a6d98ae83355f38a080125c2f3eEvan Hunt 899. [bug] lib/dns/soa.c failed to compile on many platforms
fb756ba3047770957173ba546257ca43af7ba3e4Mark Andrews due to inappropriate use of a void value.
7d2b185f16b165e311e5b451324fe9ab9898dcedEvan Hunt [RT #1372, #1373, #1386, #1387, #1395]
7d2b185f16b165e311e5b451324fe9ab9898dcedEvan Hunt
7d2b185f16b165e311e5b451324fe9ab9898dcedEvan Hunt 898. [bug] "dig" failed to set a nonzero exit status
7d2b185f16b165e311e5b451324fe9ab9898dcedEvan Hunt on UDP query timeout. [RT #1323]
7d2b185f16b165e311e5b451324fe9ab9898dcedEvan Hunt
7d2b185f16b165e311e5b451324fe9ab9898dcedEvan Hunt 897. [bug] A config.guess update changed the system identification
7d2b185f16b165e311e5b451324fe9ab9898dcedEvan Hunt string of UnixWare systems; configure now recognizes
a7c412f37cc73d0332887a746e81220cbf09dd00Mark Andrews the new string.
39c30670e869062914b6f7245b64b9ebe8747d86Mark Andrews
ff6de396a93b9b73a37173059a595f3d295b57cbMark Andrews 896. [bug] If a configuration file is set on named's command line
789252d55f025db52ee02aa933c9f09a4aadfa97Evan Hunt and it has a relative pathname, the current directory
789252d55f025db52ee02aa933c9f09a4aadfa97Evan Hunt (after any possible jailing resulting from named -t)
789252d55f025db52ee02aa933c9f09a4aadfa97Evan Hunt will be prepended to it so that reloading works
789252d55f025db52ee02aa933c9f09a4aadfa97Evan Hunt properly even when a directory option is present.
789252d55f025db52ee02aa933c9f09a4aadfa97Evan Hunt
789252d55f025db52ee02aa933c9f09a4aadfa97Evan Hunt 895. [func] New function, isc_dir_current(), akin to POSIX's
789252d55f025db52ee02aa933c9f09a4aadfa97Evan Hunt getcwd().
789252d55f025db52ee02aa933c9f09a4aadfa97Evan Hunt
789252d55f025db52ee02aa933c9f09a4aadfa97Evan Hunt 894. [bug] When using the DNSSEC tools, a message intended to warn
789252d55f025db52ee02aa933c9f09a4aadfa97Evan Hunt when the keyboard was being used because of the lack
789252d55f025db52ee02aa933c9f09a4aadfa97Evan Hunt of a suitable random device was not being printed.
e851ea826066ac5a5b01c2c23218faa0273a12e8Evan Hunt
e851ea826066ac5a5b01c2c23218faa0273a12e8Evan Hunt 893. [func] Removed isc_file_test() and added isc_file_exists()
e851ea826066ac5a5b01c2c23218faa0273a12e8Evan Hunt for the basic functionality that was being added
d0e3216c217bf790c4a582191658c2a1900ff79fMark Andrews with isc_file_test().
d0e3216c217bf790c4a582191658c2a1900ff79fMark Andrews
d0e3216c217bf790c4a582191658c2a1900ff79fMark Andrews 892. [placeholder]
e9649ece3bf32ff43faea13c76bbba7813d7e139Mark Andrews
e9649ece3bf32ff43faea13c76bbba7813d7e139Mark Andrews 891. [bug] Return an error when a SIG(0) signed response to
e9649ece3bf32ff43faea13c76bbba7813d7e139Mark Andrews an unsigned query is seen. This should actually
2b258a1f5b02488c6a36ac1b0a7535b42ea6fd34Evan Hunt do the verification, but it's not currently
2b258a1f5b02488c6a36ac1b0a7535b42ea6fd34Evan Hunt possible. [RT #1391]
c14ba7107063650e7f4329e8c54adca57913381bEvan Hunt
3f4a0e80fabe0233086e127aaabc6e68d6975c3aEvan Hunt 890. [cleanup] The man pages no longer require the mandoc macros
c14ba7107063650e7f4329e8c54adca57913381bEvan Hunt and should now format cleanly using most versions of
b93ef543ab29be2c2d15049e02e66a31b27284aeMark Andrews nroff, and HTML versions of the man pages have been
fa467e60c590072fd6848522456eb2cc41582c59Mark Andrews added. Both are generated from DocBook source.
fa467e60c590072fd6848522456eb2cc41582c59Mark Andrews
33a296aa3a3d5e808cabf556c95f29cc1eecff16Evan Hunt 889. [port] Eliminated blank lines before .TH in nroff man
33a296aa3a3d5e808cabf556c95f29cc1eecff16Evan Hunt pages since they cause problems with some versions
b93ef543ab29be2c2d15049e02e66a31b27284aeMark Andrews of nroff. [RT #1390]
161e803a5608956271d8120be37a1b383d14b647Mark Andrews
161e803a5608956271d8120be37a1b383d14b647Mark Andrews 888. [bug] Don't die when using TKEY to delete a nonexistent
161e803a5608956271d8120be37a1b383d14b647Mark Andrews TSIG key. [RT #1392]
5f8d6cec48cef9055359c628942d633693f732b2Evan Hunt
5f8d6cec48cef9055359c628942d633693f732b2Evan Hunt 887. [port] Detect broken compilers that can't call static
5f8d6cec48cef9055359c628942d633693f732b2Evan Hunt functions from inline functions. [RT #1212]
0606c47750ad362909f010db2ef1ff8dcc96f9cbEvan Hunt
0606c47750ad362909f010db2ef1ff8dcc96f9cbEvan Hunt 866. [func] Close debug only file channels when debug is set to
0606c47750ad362909f010db2ef1ff8dcc96f9cbEvan Hunt zero. [RT #1246]
0606c47750ad362909f010db2ef1ff8dcc96f9cbEvan Hunt
9b895f30f1734fd463a02b27cfd0cf36ec9893d5Evan Hunt 865. [bug] The new configuration parser did not allow
9b895f30f1734fd463a02b27cfd0cf36ec9893d5Evan Hunt the optional debug level in a "severity debug"
9b895f30f1734fd463a02b27cfd0cf36ec9893d5Evan Hunt clause of a logging channel to be omitted.
9b895f30f1734fd463a02b27cfd0cf36ec9893d5Evan Hunt This is now allowed and treated as "severity
e4d0018d4c9c05fb2a2dbac05a67cc9ddbe2c3d9Mark Andrews debug 1;" like it does in BIND 8.2.4, not as
e4d0018d4c9c05fb2a2dbac05a67cc9ddbe2c3d9Mark Andrews "severity debug 0;" like it did in BIND 9.1.
e4d0018d4c9c05fb2a2dbac05a67cc9ddbe2c3d9Mark Andrews [RT #1367]
00112618bc042f734de7b5ac86506cacb9acf36dMark Andrews
00112618bc042f734de7b5ac86506cacb9acf36dMark Andrews 864. [cleanup] Multithreading is now enabled by default on
00112618bc042f734de7b5ac86506cacb9acf36dMark Andrews OSF1, Solaris 2.7 and newer, AIX, IRIX, and HP-UX.
0bbe3273a224aa07b6af4165a26fd26d6f30c0adEvan Hunt
0bbe3273a224aa07b6af4165a26fd26d6f30c0adEvan Hunt 863. [bug] If an error occurred while an outgoing zone transfer
0bbe3273a224aa07b6af4165a26fd26d6f30c0adEvan Hunt was starting up, the server could access a domain
0bbe3273a224aa07b6af4165a26fd26d6f30c0adEvan Hunt name that had already been freed when logging a
445a354e63f84ac884d923f697b598b83288dc64Evan Hunt message saying that the transfer was starting.
445a354e63f84ac884d923f697b598b83288dc64Evan Hunt [RT #1383]
445a354e63f84ac884d923f697b598b83288dc64Evan Hunt
7d65cbaca0839ae23358dce26de426be1301657aMark Andrews 862. [bug] Use after realloc(), non portable pointer arithmetic in
7d65cbaca0839ae23358dce26de426be1301657aMark Andrews grmerge().
7d65cbaca0839ae23358dce26de426be1301657aMark Andrews
bee9a28af0f923c205f76819618ed7ffcf3f6997Evan Hunt 861. [port] Add support for Mac OS X, by making it equivalent
bee9a28af0f923c205f76819618ed7ffcf3f6997Evan Hunt to Darwin. This was derived from the config.guess
bee9a28af0f923c205f76819618ed7ffcf3f6997Evan Hunt file shipped with Mac OS X. [RT #1355]
8009525601d946805fae58b037cf7dad0da516f8Curtis Blackburn
5465b124f1517b27c363872bd7648a950424eccaTinderbox User 860. [func] Drop cross class glue in zone transfers.
bee9a28af0f923c205f76819618ed7ffcf3f6997Evan Hunt
8009525601d946805fae58b037cf7dad0da516f8Curtis Blackburn 859. [bug] Cache cleaning now won't swamp the CPU if there
c3c8823fed039b3a2b8e5ca8bc2f3301d1dd840eMark Andrews is a persistent overlimit condition.
c3c8823fed039b3a2b8e5ca8bc2f3301d1dd840eMark Andrews
c3c8823fed039b3a2b8e5ca8bc2f3301d1dd840eMark Andrews 858. [func] isc_mem_setwater() no longer requires that when the
c3c8823fed039b3a2b8e5ca8bc2f3301d1dd840eMark Andrews callback function is non-NULL then its hi_water
2c2be89824d3899591d34c26adb155da6a993ce3Evan Hunt argument must be greater than its lo_water argument
2c2be89824d3899591d34c26adb155da6a993ce3Evan Hunt (they can now be equal) or that they be non-zero.
2c2be89824d3899591d34c26adb155da6a993ce3Evan Hunt
fb507315d4a921ffa9e2fd617cb3439ec8c15ca8Evan Hunt 857. [cleanup] Use ISC_MAGIC() to define all magic numbers for
fb507315d4a921ffa9e2fd617cb3439ec8c15ca8Evan Hunt structs, for our friends in EBCDIC-land.
fb507315d4a921ffa9e2fd617cb3439ec8c15ca8Evan Hunt
ae871ebb28959bed920cc96cd9e91063b6625b78Mark Andrews 856. [func] Allow partial rdatasets to be returned in answer and
ae871ebb28959bed920cc96cd9e91063b6625b78Mark Andrews authority sections to help non-TCP capable clients
49ae04f6ee2f2e2578e6cd8cd3d4c74e9098ccb0Mark Andrews recover from truncation. [RT #1301]
49ae04f6ee2f2e2578e6cd8cd3d4c74e9098ccb0Mark Andrews
49ae04f6ee2f2e2578e6cd8cd3d4c74e9098ccb0Mark Andrews 855. [bug] Stop spurious "using RFC 1035 TTL semantics" warnings.
d999ca28d40337907b55eebc28a255b638702379Evan Hunt
d999ca28d40337907b55eebc28a255b638702379Evan Hunt 854. [bug] The config parser didn't properly handle config
d999ca28d40337907b55eebc28a255b638702379Evan Hunt options that were specified in units of time other
fd63f3110fe9a20d6188bc30ebf4b44595bac8eeMark Andrews than seconds. [RT #1372]
fd63f3110fe9a20d6188bc30ebf4b44595bac8eeMark Andrews
fd63f3110fe9a20d6188bc30ebf4b44595bac8eeMark Andrews 853. [bug] configure_view_acl() failed to detach existing acls.
fd63f3110fe9a20d6188bc30ebf4b44595bac8eeMark Andrews [RT #1374]
15eb0cb8e15fc0f4f02713fd8d993476f0394763Evan Hunt
15eb0cb8e15fc0f4f02713fd8d993476f0394763Evan Hunt 852. [bug] Handle responses from servers which do not know
225146b2c8c7de8dcff979841b56b15aef8aded2Mark Andrews about IXFR.
225146b2c8c7de8dcff979841b56b15aef8aded2Mark Andrews
434bfc3dfa2003ba0dd4b2392286806131fd6724Evan Hunt 851. [cleanup] The obsolete support-ixfr option was not properly
434bfc3dfa2003ba0dd4b2392286806131fd6724Evan Hunt ignored.
434bfc3dfa2003ba0dd4b2392286806131fd6724Evan Hunt
0618287859d99c2fc69790df28500fb37324d43dEvan Hunt --- 9.2.0a1 released ---
0618287859d99c2fc69790df28500fb37324d43dEvan Hunt
0618287859d99c2fc69790df28500fb37324d43dEvan Hunt 850. [bug] dns_rbt_findnode() would not find nodes that were
6b0434299b05b6ca05c6836b9e8fbb7e67f05fb8Mark Andrews split on a bitstring label somewhere other than in
6b0434299b05b6ca05c6836b9e8fbb7e67f05fb8Mark Andrews the last label of the node. [RT #1351]
6b0434299b05b6ca05c6836b9e8fbb7e67f05fb8Mark Andrews
eb5e0b8dec22de22dd824959e39b26c4f5b1c52dMark Andrews 849. [func] <isc/net.h> will ensure INADDR_LOOPBACK is defined.
eb5e0b8dec22de22dd824959e39b26c4f5b1c52dMark Andrews
eb5e0b8dec22de22dd824959e39b26c4f5b1c52dMark Andrews 848. [func] A minimum max-cache-size of two megabytes is enforced
77cf489a5fad28089cd9c2635a9b2494627545e1Mark Andrews by the cache cleaner.
77cf489a5fad28089cd9c2635a9b2494627545e1Mark Andrews
0a47bc90af557138a2aaff614ad73d95155ddd9eMark Andrews 847. [func] Added isc_file_test(), which currently only has
0a47bc90af557138a2aaff614ad73d95155ddd9eMark Andrews some very basic functionality to test for the
0a47bc90af557138a2aaff614ad73d95155ddd9eMark Andrews existence of a file, whether a pathname is absolute,
c41afaf716091f1e04a1c55179c2c3ebdd0b9775Mark Andrews or whether a pathname is the fundamental representation
20489550151432d8d99c3f49629c7c718fdca6abMark Andrews of the current directory. It is intended that this
20489550151432d8d99c3f49629c7c718fdca6abMark Andrews function can be expanded to test other things a
49c1e0d18d6f8b894ce2e6b485ef666599a83c21Mark Andrews programmer might want to know about a file.
49c1e0d18d6f8b894ce2e6b485ef666599a83c21Mark Andrews
49c1e0d18d6f8b894ce2e6b485ef666599a83c21Mark Andrews 846. [func] A non-zero 'param' to dst_key_generate() when making an
49c1e0d18d6f8b894ce2e6b485ef666599a83c21Mark Andrews hmac-md5 key means that good entropy is not required.
49c1e0d18d6f8b894ce2e6b485ef666599a83c21Mark Andrews
49c1e0d18d6f8b894ce2e6b485ef666599a83c21Mark Andrews 845. [bug] The access rights on the public file of a symmetric
37bd255fd499c26aaf474f4294212951b84d9068Mark Andrews key are now restricted as soon as the file is opened,
37bd255fd499c26aaf474f4294212951b84d9068Mark Andrews rather than after it has been written and closed.
37bd255fd499c26aaf474f4294212951b84d9068Mark Andrews
7aa21a491d9468bfc29d8cc331a4e963874426dfFrancis Dupont 844. [func] <isc/net.h> will ensure INADDR_LOOPBACK is defined,
7aa21a491d9468bfc29d8cc331a4e963874426dfFrancis Dupont just as <lwres/net.h> does.
7aa21a491d9468bfc29d8cc331a4e963874426dfFrancis Dupont
34416a7954da96c5a5f5803fe02f059cb94bf6fdMark Andrews 843. [func] If no controls statement is present in named.conf,
34416a7954da96c5a5f5803fe02f059cb94bf6fdMark Andrews or if any inet phrase of a controls statement is
34416a7954da96c5a5f5803fe02f059cb94bf6fdMark Andrews lacking a keys clause, then a key will be automatically
11e9195ad15d1a3f2b4dcd79b64a6e19d89bbac3Mark Andrews generated by named and an rndc.conf-style file
6100b1769956200b2815803ab7b35556396ce0d1Mark Andrews named named.key will be written that uses it. rndc
03152360db6fcb0fcc95fa63c20c5c829c95f1f6Mark Andrews will use this file only if its normal configuration
03152360db6fcb0fcc95fa63c20c5c829c95f1f6Mark Andrews file, or one provided on the command line, does not
03152360db6fcb0fcc95fa63c20c5c829c95f1f6Mark Andrews exist.
aacd7daaf7859de742ab35eac00e70676b1b9f4fEvan Hunt
aacd7daaf7859de742ab35eac00e70676b1b9f4fEvan Hunt 842. [func] 'rndc flush' now takes an optional view.
aacd7daaf7859de742ab35eac00e70676b1b9f4fEvan Hunt
a6d48ae49345c1995c7ac7c0628bf5f9eac0719aJeremy C. Reed 841. [bug] When sdb modules were not declared threadsafe, their
a379c8c108de279cc4e09139c12457c1531bd122Mark Andrews create and destroy functions were not serialized.
a379c8c108de279cc4e09139c12457c1531bd122Mark Andrews
a379c8c108de279cc4e09139c12457c1531bd122Mark Andrews 840. [bug] The config file parser could print the wrong file
7433a204d32673e9f6747172f202272cc5bfe27cMark Andrews name if an error was detected after an included file
7433a204d32673e9f6747172f202272cc5bfe27cMark Andrews was parsed. [RT #1353]
7433a204d32673e9f6747172f202272cc5bfe27cMark Andrews
1a4725bef25e60de161f77318f362c327b690d72Mark Andrews 839. [func] Dump packets for which there was no view or that the
1a4725bef25e60de161f77318f362c327b690d72Mark Andrews class could not be determined to category "unmatched".
1a4725bef25e60de161f77318f362c327b690d72Mark Andrews
33a296aa3a3d5e808cabf556c95f29cc1eecff16Evan Hunt 838. [port] UnixWare 7.x.x is now suported by
33a296aa3a3d5e808cabf556c95f29cc1eecff16Evan Hunt bin/tests/system/ifconfig.sh.
33a296aa3a3d5e808cabf556c95f29cc1eecff16Evan Hunt
33a296aa3a3d5e808cabf556c95f29cc1eecff16Evan Hunt 837. [cleanup] Multithreading is now enabled by default only on
c9ee72cb3acb4562c43333b206737ee94cbbda5eMark Andrews OSF1, Solaris 2.7 and newer, and AIX.
fb623f9a07857d95cf6c47db0aa81a28c3bbc5c0Mark Andrews
fb623f9a07857d95cf6c47db0aa81a28c3bbc5c0Mark Andrews 836. [func] Upgraded libtool to 1.4.
fb623f9a07857d95cf6c47db0aa81a28c3bbc5c0Mark Andrews
5116f25421090dffe637eb8f6cf7b44acd83678bMark Andrews 835. [bug] The dispatcher could enter a busy loop if
5116f25421090dffe637eb8f6cf7b44acd83678bMark Andrews it got an I/O error receiving on a UDP socket.
5116f25421090dffe637eb8f6cf7b44acd83678bMark Andrews [RT #1293]
00043fc284892099b309be37340ae80893146c69Mark Andrews
00043fc284892099b309be37340ae80893146c69Mark Andrews 834. [func] Accept (but warn about) master files beginning with
00043fc284892099b309be37340ae80893146c69Mark Andrews an SOA record without an explicit TTL field and
9fa2a0deed3b880f3bf04d4f615c13a0d67cc0ceMark Andrews lacking a $TTL directive, by using the SOA MINTTL
9fa2a0deed3b880f3bf04d4f615c13a0d67cc0ceMark Andrews as a default TTL. This is for backwards compatibility
97a2a26cd93e153dcf8fb1ea6bf2311426496251Mark Andrews with old versions of BIND 8, which accepted such
97a2a26cd93e153dcf8fb1ea6bf2311426496251Mark Andrews files without warning although they are illegal
97a2a26cd93e153dcf8fb1ea6bf2311426496251Mark Andrews according to RFC1035.
c1b8fa61604e153d6f2c6d91acc9481446e631f2Mark Andrews
c1b8fa61604e153d6f2c6d91acc9481446e631f2Mark Andrews 833. [cleanup] Moved dns_soa_*() from <dns/journal.h> to
c1b8fa61604e153d6f2c6d91acc9481446e631f2Mark Andrews <dns/soa.h>, and extended them to support
c7965f84c23ea9e9b8d6508e4f77d596c227ab75Evan Hunt all the integer-valued fields of the SOA RR.
c7965f84c23ea9e9b8d6508e4f77d596c227ab75Evan Hunt
c7965f84c23ea9e9b8d6508e4f77d596c227ab75Evan Hunt 832. [bug] The default location for named.conf in named-checkconf
a747113422afaa29ce72d2c5ba7f0b7ea9ec2054Evan Hunt should depend on --sysconfdir like it does in named.
a747113422afaa29ce72d2c5ba7f0b7ea9ec2054Evan Hunt [RT #1258]
a747113422afaa29ce72d2c5ba7f0b7ea9ec2054Evan Hunt
76df835d59b4715dbd3346fd65114714a42495c9Mark Andrews 831. [placeholder]
76df835d59b4715dbd3346fd65114714a42495c9Mark Andrews
76df835d59b4715dbd3346fd65114714a42495c9Mark Andrews 830. [func] Implement 'rndc status'.
18df9e628ea10c7d607f43fcfd935e7924731f24Evan Hunt
54a00ea5ca94ff9e3a4204aea78639ba781d5865Mark Andrews 829. [bug] The DNS_R_ZONECUT result code should only be returned
18df9e628ea10c7d607f43fcfd935e7924731f24Evan Hunt when an ANY query is made with DNS_DBFIND_GLUEOK set.
cb69994ff89179166d5e21ccc7a34223b51676c0Mark Andrews In all other ANY query cases, returning the delegation
cb69994ff89179166d5e21ccc7a34223b51676c0Mark Andrews is better.
cb69994ff89179166d5e21ccc7a34223b51676c0Mark Andrews
3ad8f24ddd043148525b68a676ebdc71f6900ca9Mark Andrews 828. [bug] The errno value from recvfrom() could be overwritten
3ad8f24ddd043148525b68a676ebdc71f6900ca9Mark Andrews by logging code. [RT #1293]
3ad8f24ddd043148525b68a676ebdc71f6900ca9Mark Andrews
2bae76022cbdf8a207d4c3982b589156e1a09e09Evan Hunt 827. [bug] When an IXFR protocol error occurs, the slave
2bae76022cbdf8a207d4c3982b589156e1a09e09Evan Hunt should retry with AXFR.
0c91911b4d1e872b87eaf6431ed47fe24d18dd43Mark Andrews
0c91911b4d1e872b87eaf6431ed47fe24d18dd43Mark Andrews 826. [bug] Some IXFR protocol errors were not detected.
2634686b14ccdf0aa18a6d346628d03ce3e3d0b4Mark Andrews
54a00ea5ca94ff9e3a4204aea78639ba781d5865Mark Andrews 825. [bug] zone.c:ns_query() detached from the wrong zone
b5f4cc132e91afb1217f4aa79424793c0e11c09aMark Andrews reference. [RT #1264]
b5f4cc132e91afb1217f4aa79424793c0e11c09aMark Andrews
54a00ea5ca94ff9e3a4204aea78639ba781d5865Mark Andrews 824. [bug] Correct line numbers reported by dns_master_load().
8afea636ab0c07399aa3e2410b2cfbd41099df98Mark Andrews [RT #1263]
8afea636ab0c07399aa3e2410b2cfbd41099df98Mark Andrews
8afea636ab0c07399aa3e2410b2cfbd41099df98Mark Andrews 823. [func] The output of "dig -h" now goes to stdout so that it
8afea636ab0c07399aa3e2410b2cfbd41099df98Mark Andrews can easily be piped through "more". [RT #1254]
d6f99498d624d5c5c8ee45067df02e6a6b35a1a3Mark Andrews
d6f99498d624d5c5c8ee45067df02e6a6b35a1a3Mark Andrews 822. [bug] Sending nxrrset prerequisites would crash nsupdate.
d6f99498d624d5c5c8ee45067df02e6a6b35a1a3Mark Andrews [RT #1248]
54a00ea5ca94ff9e3a4204aea78639ba781d5865Mark Andrews
c4348cb50f039f0785bd1d6f6a37c0a85d15c1f4Curtis Blackburn 821. [bug] The program name used when logging to syslog should
c4348cb50f039f0785bd1d6f6a37c0a85d15c1f4Curtis Blackburn be stripped of leading path components.
997c2c5116927bab77284c24c3bd0d7f646da5eeMark Andrews [RT #1178, #1232]
997c2c5116927bab77284c24c3bd0d7f646da5eeMark Andrews
997c2c5116927bab77284c24c3bd0d7f646da5eeMark Andrews 820. [bug] Name server address lookups failed to follow
e548e07a9a2f1ec64774d7ae872d530eaf270eb7Mark Andrews A6 chains into the glue of local authoritative
e548e07a9a2f1ec64774d7ae872d530eaf270eb7Mark Andrews zones.
e548e07a9a2f1ec64774d7ae872d530eaf270eb7Mark Andrews
d1e22676de16e6dee54c58b27cca11c5fb8f1ff5Mark Andrews 819. [bug] In certain cases, the resolver's attempts to
fdc41dd109fba6b95a4ed7355210118ad9fe5e90Jeremy C. Reed restart an address lookup at the root could cause
d1e22676de16e6dee54c58b27cca11c5fb8f1ff5Mark Andrews the fetch to deadlock (with itself) instead of
0e1dfb8ff5ac2cf1215691ffc32d7a0b76709721Mark Andrews restarting. [RT #1225]
0e1dfb8ff5ac2cf1215691ffc32d7a0b76709721Mark Andrews
0e1dfb8ff5ac2cf1215691ffc32d7a0b76709721Mark Andrews 818. [bug] Certain pathological responses to ANY queries could
8e091f3d3ee0079f35dfccdc4479105e8f087ab2Mark Andrews cause an assertion failure. [RT #1218]
8e091f3d3ee0079f35dfccdc4479105e8f087ab2Mark Andrews
8e091f3d3ee0079f35dfccdc4479105e8f087ab2Mark Andrews 817. [func] Adjust timeouts for dialup zone queries.
7ace3277956c49f7554b7130ef761bde3b35db30Mark Andrews
7ace3277956c49f7554b7130ef761bde3b35db30Mark Andrews 816. [bug] Report potential problems with log file accessibility
7ace3277956c49f7554b7130ef761bde3b35db30Mark Andrews at configuration time, since such problems can't
06ace051e7522b153b487581c9439fc8c162fb18Mark Andrews reliably be reported at the time they actually occur.
06ace051e7522b153b487581c9439fc8c162fb18Mark Andrews
06ace051e7522b153b487581c9439fc8c162fb18Mark Andrews 815. [bug] If a log file was specified with a path separator
5d4343a9988cd5bd057aa385bb8c5e72d41202d1Evan Hunt character (i.e. "/") in its name and the directory
5d4343a9988cd5bd057aa385bb8c5e72d41202d1Evan Hunt did not exist, the log file's name was treated as
75ae74f8fd0847817bce2db7c868b179db67f019Mark Andrews though it were the directory name. [RT #1189]
75ae74f8fd0847817bce2db7c868b179db67f019Mark Andrews
75ae74f8fd0847817bce2db7c868b179db67f019Mark Andrews 814. [bug] Socket objects left over from accept() failures
75ae74f8fd0847817bce2db7c868b179db67f019Mark Andrews were incorrectly destroyed, causing corruption
16bd30ae6987cd4ba4fe3b873e72abf5b7178c26Mark Andrews of socket manager data structures.
16bd30ae6987cd4ba4fe3b873e72abf5b7178c26Mark Andrews
16bd30ae6987cd4ba4fe3b873e72abf5b7178c26Mark Andrews 813. [bug] File descriptors exceeding FD_SETSIZE were handled
df0892aea6bfd20a01c3abf2b756625d23830390Mark Andrews badly. [RT #1192]
df0892aea6bfd20a01c3abf2b756625d23830390Mark Andrews
a499dddb4b4d4db2bb6ced82b5ee7a459e23603eEvan Hunt 812. [bug] dig sometimes printed incomplete IXFR responses
a499dddb4b4d4db2bb6ced82b5ee7a459e23603eEvan Hunt due to an uninitialized variable. [RT #1188]
f45f6541857a5dbb93ac24f321b9cf350ce242baMark Andrews
f45f6541857a5dbb93ac24f321b9cf350ce242baMark Andrews 811. [bug] Parentheses were not quoted in zone dumps. [RT #1194]
f45f6541857a5dbb93ac24f321b9cf350ce242baMark Andrews
673a2bb07b9e54a32699a9d7ca916dc5114d8d45Mark Andrews 810. [bug] The signer name in SIG records was not properly
673a2bb07b9e54a32699a9d7ca916dc5114d8d45Mark Andrews downcased when signing/verifying records. [RT #1186]
673a2bb07b9e54a32699a9d7ca916dc5114d8d45Mark Andrews
e3c273a865bede10bfb1e0f29d300706cae3e00dMark Andrews 809. [bug] Configuring a non-local address as a transfer-source
e3c273a865bede10bfb1e0f29d300706cae3e00dMark Andrews could cause an assertion failure during load.
d640b4a0ab9dec252749793f78a1ed1e8551ea19Evan Hunt
d640b4a0ab9dec252749793f78a1ed1e8551ea19Evan Hunt 808. [func] Add 'rndc flush' to flush the server's cache.
d640b4a0ab9dec252749793f78a1ed1e8551ea19Evan Hunt
fdb4ae8f6c00d8ea03bde929bd4e47056972017dMark Andrews 807. [bug] When setting up TCP connections for incoming zone
fdb4ae8f6c00d8ea03bde929bd4e47056972017dMark Andrews transfers, the transfer-source port was not
fdb4ae8f6c00d8ea03bde929bd4e47056972017dMark Andrews ignored like it should be.
fdb4ae8f6c00d8ea03bde929bd4e47056972017dMark Andrews
421d4a06479e61fbdc35087f3c4abc9fe65ad72aEvan Hunt 806. [bug] DNS_R_SEENINCLUDE was failing to propagate back up
421d4a06479e61fbdc35087f3c4abc9fe65ad72aEvan Hunt the calling stack to the zone maintence level, causing
421d4a06479e61fbdc35087f3c4abc9fe65ad72aEvan Hunt zones to not reload when an included file was touched
421d4a06479e61fbdc35087f3c4abc9fe65ad72aEvan Hunt but the top-level zone file was not.
421d4a06479e61fbdc35087f3c4abc9fe65ad72aEvan Hunt
421d4a06479e61fbdc35087f3c4abc9fe65ad72aEvan Hunt 805. [bug] When using "forward only", missing root hints should
421d4a06479e61fbdc35087f3c4abc9fe65ad72aEvan Hunt not cause queries to fail. [RT #1143]
421d4a06479e61fbdc35087f3c4abc9fe65ad72aEvan Hunt
421d4a06479e61fbdc35087f3c4abc9fe65ad72aEvan Hunt 804. [bug] Attempting to obtain entropy could fail in some
0949306cb96f9ccbb7d0205584ed2db293a5aad2Evan Hunt situations. This would be most common on systems
0949306cb96f9ccbb7d0205584ed2db293a5aad2Evan Hunt with user-space threads. [RT #1131]
0949306cb96f9ccbb7d0205584ed2db293a5aad2Evan Hunt
0949306cb96f9ccbb7d0205584ed2db293a5aad2Evan Hunt 803. [bug] Treat all SIG queries as if they have the CD bit set,
964bdcd7add44e5bc87e1d44f2f4ece351b28eedEvan Hunt otherwise no data will be returned [RT #749]
964bdcd7add44e5bc87e1d44f2f4ece351b28eedEvan Hunt
964bdcd7add44e5bc87e1d44f2f4ece351b28eedEvan Hunt 802. [bug] DNSSEC key tags were computed incorrectly in almost
cf0a69e999430722e3c3942929eeb304b658dfb0Evan Hunt all cases. [RT #1146]
cf0a69e999430722e3c3942929eeb304b658dfb0Evan Hunt
71697fd082b1c76562dc80fa91787af3860146bfEvan Hunt 801. [bug] nsupdate should treat lines beginning with ';' as
71697fd082b1c76562dc80fa91787af3860146bfEvan Hunt comments. [RT #1139]
71697fd082b1c76562dc80fa91787af3860146bfEvan Hunt
71697fd082b1c76562dc80fa91787af3860146bfEvan Hunt 800. [bug] dnssec-signzone produced incorrect statistics for
71697fd082b1c76562dc80fa91787af3860146bfEvan Hunt large zones. [RT #1133]
c174d5c13c03dd59283243e3fd5461d41140a798Evan Hunt
c174d5c13c03dd59283243e3fd5461d41140a798Evan Hunt 799. [bug] The ADB didn't find AAAA glue in a zone unless A6
69f72d1c8f08d69a1c4c0459ba15baaa358d55f4Evan Hunt glue was also present.
927e4c9fecf448bf3894c68fcaf9dc2f89557f3aEvan Hunt
927e4c9fecf448bf3894c68fcaf9dc2f89557f3aEvan Hunt 798. [bug] nsupdate should be able to reject bad input lines
69f72d1c8f08d69a1c4c0459ba15baaa358d55f4Evan Hunt and continue. [RT #1130]
4b13ea47db7d72596d3fa10c30b20c16b4936747Evan Hunt
5b7abbef511cea0b568be0bc8d5b3120a0b9034dEvan Hunt 797. [func] Issue a warning if the 'directory' option contains
5b7abbef511cea0b568be0bc8d5b3120a0b9034dEvan Hunt a relative path. [RT #269]
5b7abbef511cea0b568be0bc8d5b3120a0b9034dEvan Hunt
26bda028ad3854d2e695feb9333ef3dbe6b2fa1aEvan Hunt 796. [func] When a size limit is associated with a log file,
26bda028ad3854d2e695feb9333ef3dbe6b2fa1aEvan Hunt only roll it when the size is reached, not every
26bda028ad3854d2e695feb9333ef3dbe6b2fa1aEvan Hunt time the log file is opened. [RT #1096]
eb4458b4784a2206d939f9c4cfed4b37b076b5bcEvan Hunt
eb4458b4784a2206d939f9c4cfed4b37b076b5bcEvan Hunt 795. [func] Add the +multiline option to dig. [RT #1095]
eb4458b4784a2206d939f9c4cfed4b37b076b5bcEvan Hunt
1da46be57223340c07ea8505d485ec4397a4e484Evan Hunt 794. [func] Implement the "port" and "default-port" statements
1da46be57223340c07ea8505d485ec4397a4e484Evan Hunt in rndc.conf.
1da46be57223340c07ea8505d485ec4397a4e484Evan Hunt
1da46be57223340c07ea8505d485ec4397a4e484Evan Hunt 793. [cleanup] The DNSSEC tools could create filenames that were
9d69017bc635f7be5c8df2b18ae6d4491fc5bb63Mark Andrews illegal or contained shell metacharacters. They
9d69017bc635f7be5c8df2b18ae6d4491fc5bb63Mark Andrews now use a different text encoding of names that
9d69017bc635f7be5c8df2b18ae6d4491fc5bb63Mark Andrews doesn't have these problems. [RT #1101]
9d4ec6d2c59bd5845ac8bca5a5d790be9a772862Evan Hunt
9d4ec6d2c59bd5845ac8bca5a5d790be9a772862Evan Hunt 792. [cleanup] Replace the OMAPI command channel protocol with a
caa0a135d49dfbe3de9711eacf94d6e112a77688Mark Andrews simpler one.
caa0a135d49dfbe3de9711eacf94d6e112a77688Mark Andrews
9fa5a723e188ddb5e6165af4957ba789e17cfdf5Evan Hunt 791. [bug] The command channel now works over IPv6.
f42c0dcca86f2009c089e27ba513cb6fc9ee88baEvan Hunt
f42c0dcca86f2009c089e27ba513cb6fc9ee88baEvan Hunt 790. [bug] Wildcards created using dynamic update or IXFR
f42c0dcca86f2009c089e27ba513cb6fc9ee88baEvan Hunt could fail to match. [RT #1111]
7aba1a9660630ab7d16792b7388d9b8f56d7bf0fEvan Hunt
7aba1a9660630ab7d16792b7388d9b8f56d7bf0fEvan Hunt 789. [bug] The "localhost" and "localnets" ACLs did not match
7aba1a9660630ab7d16792b7388d9b8f56d7bf0fEvan Hunt when used as the second element of a two-element
682a574e6716cea30386c38e68f4fc6c3d4b20e7Mark Andrews sortlist item.
682a574e6716cea30386c38e68f4fc6c3d4b20e7Mark Andrews
3b9ba6bd74e2cbbc0f821e5483ebf46fa8c4d8deEvan Hunt 788. [func] Add the "match-mapped-addresses" option, which
3b9ba6bd74e2cbbc0f821e5483ebf46fa8c4d8deEvan Hunt causes IPv6 v4mapped addresses to be treated as
3b9ba6bd74e2cbbc0f821e5483ebf46fa8c4d8deEvan Hunt IPv4 addresses for the purpose of acl matching.
3b9ba6bd74e2cbbc0f821e5483ebf46fa8c4d8deEvan Hunt
1761ecb90ff770b87d0f021e13ad94d3e8c6f2afFrancis Dupont 787. [bug] The DNSSEC tools failed to downcase domain
1761ecb90ff770b87d0f021e13ad94d3e8c6f2afFrancis Dupont names when mapping them into file names.
1761ecb90ff770b87d0f021e13ad94d3e8c6f2afFrancis Dupont
f48358cffb35bb4b24731c136b07816bdcdce651Evan Hunt 786. [bug] When DNSSEC signing/verifying data, owner names were
f48358cffb35bb4b24731c136b07816bdcdce651Evan Hunt not properly downcased.
f48358cffb35bb4b24731c136b07816bdcdce651Evan Hunt
c3b554214416b434c6db7881907c962110aecba9Evan Hunt 785. [bug] A race condition in the resolver could cause
c3b554214416b434c6db7881907c962110aecba9Evan Hunt an assertion failure. [RT #673, #872, #1048]
c3b554214416b434c6db7881907c962110aecba9Evan Hunt
31707708c585c53b61ca1edb2e224e6bb1b985a5Evan Hunt 784. [bug] nsupdate and other programs would not quit properly
31707708c585c53b61ca1edb2e224e6bb1b985a5Evan Hunt if some signals were blocked by the caller. [RT #1081]
b7e40659efd6cf6f5e6b3b1f904f16f74efb0d16Evan Hunt
b7e40659efd6cf6f5e6b3b1f904f16f74efb0d16Evan Hunt 783. [bug] Following CNAMEs could cause an assertion failure
b7e40659efd6cf6f5e6b3b1f904f16f74efb0d16Evan Hunt when either using an sdb database or under very
8f1e278931689460a49f0e9be610f2b2cc32c42dEvan Hunt rare conditions.
caa0a135d49dfbe3de9711eacf94d6e112a77688Mark Andrews
8f1e278931689460a49f0e9be610f2b2cc32c42dEvan Hunt 782. [func] Implement the "serial-query-rate" option.
166c4c6c5bafd25283b797979f77d780856fef30Evan Hunt
166c4c6c5bafd25283b797979f77d780856fef30Evan Hunt 781. [func] Avoid error packet loops by dropping duplicate FORMERR
166c4c6c5bafd25283b797979f77d780856fef30Evan Hunt responses. [RT #1006]
beb12aad6bebb0d6891613e65a4e19a42e6e3f8eMark Andrews
beb12aad6bebb0d6891613e65a4e19a42e6e3f8eMark Andrews 780. [bug] Error handling code dealing with out of memory or
8e15d5eb3a000f1341e6bea0ddbc28d6dd2a0591Mark Andrews other rare errors could lead to assertion failures
8e15d5eb3a000f1341e6bea0ddbc28d6dd2a0591Mark Andrews by calling functions on unitialized names. [RT #1065]
8e15d5eb3a000f1341e6bea0ddbc28d6dd2a0591Mark Andrews
1b2a4ce2b112ec91b0f13c411144e721c7952914Evan Hunt 779. [func] Added the "minimal-responses" option.
1b2a4ce2b112ec91b0f13c411144e721c7952914Evan Hunt
1b2a4ce2b112ec91b0f13c411144e721c7952914Evan Hunt 778. [bug] When starting cache cleaning, cleaning_timer_action()
e59937c7283216ca22ce6e7937b06eab6d97f4acEvan Hunt returned without first pausing the iterator, which
e59937c7283216ca22ce6e7937b06eab6d97f4acEvan Hunt could cause deadlock. [RT #998]
e59937c7283216ca22ce6e7937b06eab6d97f4acEvan Hunt
89be55dc9040b119fd85bb33e7dc97d2ad454c6fEvan Hunt 777. [bug] An empty forwarders list in a zone failed to override
89be55dc9040b119fd85bb33e7dc97d2ad454c6fEvan Hunt global forwarders. [RT #995]
89be55dc9040b119fd85bb33e7dc97d2ad454c6fEvan Hunt
89be55dc9040b119fd85bb33e7dc97d2ad454c6fEvan Hunt 776. [func] Improved error reporting in denied messages. [RT #252]
89be55dc9040b119fd85bb33e7dc97d2ad454c6fEvan Hunt
c6eb92beb1951b0634c349b24891522c273e9f69Mark Andrews 775. [placeholder]
c6eb92beb1951b0634c349b24891522c273e9f69Mark Andrews
4499a6a3063eceb1c412f5165b9c5b47d32d5a62Evan Hunt 774. [func] max-cache-size is implemented.
c6eb92beb1951b0634c349b24891522c273e9f69Mark Andrews
bf0441a339755618efcbe0b427afa5cb8e62dc68Evan Hunt 773. [func] Added isc_rwlock_trylock() to attempt to lock without
bf0441a339755618efcbe0b427afa5cb8e62dc68Evan Hunt blocking.
bf0441a339755618efcbe0b427afa5cb8e62dc68Evan Hunt
8144dc702beec803d7b847e6f28ce845c57ae468Mark Andrews 772. [bug] Owner names could be incorrectly omitted from cache
8144dc702beec803d7b847e6f28ce845c57ae468Mark Andrews dumps in the presence of negative caching entries.
8144dc702beec803d7b847e6f28ce845c57ae468Mark Andrews [RT #991]
1ac1cc12fc993b060e868a94ec1c292c9ffbccc4Jeremy C. Reed
7ee225cf90fd06de61682b442600af88b68b99dbMark Andrews 771. [cleanup] TSIG errors related to unsynchronized clocks
5f1dc0d505d7f53f1e89a1a41e4c2415af4934feEvan Hunt are logged better. [RT #919]
5f1dc0d505d7f53f1e89a1a41e4c2415af4934feEvan Hunt
5f1dc0d505d7f53f1e89a1a41e4c2415af4934feEvan Hunt 770. [func] Add the "edns yes_or_no" statement to the server
276457f7a38f56a5f762238ab89bb45e27948af6Evan Hunt clause. [RT #524]
b0bd5a3f730410e0bc7ac4e05f061616daf818b2Mark Andrews
b0bd5a3f730410e0bc7ac4e05f061616daf818b2Mark Andrews 769. [func] Improved error reporting when parsing rdata. [RT #740]
276457f7a38f56a5f762238ab89bb45e27948af6Evan Hunt
2347c72129ce9393578966225f915284f0730214Mark Andrews 768. [bug] The server did not emit an SOA when a CNAME
2347c72129ce9393578966225f915284f0730214Mark Andrews or DNAME chain ended in NXDOMAIN in an
1e34fe9044874422104e84373988d07876f716b6Mark Andrews authoritative zone.
1e34fe9044874422104e84373988d07876f716b6Mark Andrews
1e34fe9044874422104e84373988d07876f716b6Mark Andrews 767. [placeholder]
30d6dc14e918f9f72ff090c34d6e328ae8e7d68bCurtis Blackburn
30d6dc14e918f9f72ff090c34d6e328ae8e7d68bCurtis Blackburn 766. [bug] A few cases in query_find() could leak fname.
5183f9d9daa139cbf000c12709877f62e79dfb14Evan Hunt This would trigger the mpctx->allocated == 0
5183f9d9daa139cbf000c12709877f62e79dfb14Evan Hunt assertion when the server exited.
0193e63da91a4da27809b9a528eb043fa6b4da26Mark Andrews [RT #739, #776, #798, #812, #818, #821, #845,
0193e63da91a4da27809b9a528eb043fa6b4da26Mark Andrews #892, #935, #966]
0193e63da91a4da27809b9a528eb043fa6b4da26Mark Andrews
17a00ff54c51f6bdfddd7d9ceaef6f2dcf387cc1Mark Andrews 765. [func] ACL names are once again case insensitive, like
17a00ff54c51f6bdfddd7d9ceaef6f2dcf387cc1Mark Andrews in BIND 8. [RT #252]
17a00ff54c51f6bdfddd7d9ceaef6f2dcf387cc1Mark Andrews
5f238c3c64dd68100dc1b60f9c1e178522d1b333Mark Andrews 764. [func] Configuration files now allow "include" directives
5f238c3c64dd68100dc1b60f9c1e178522d1b333Mark Andrews in more places, such as inside the "view" statement.
2cd3c8856c97b770cc4843bfad63922e23a6f661Mark Andrews [RT #377, #728, #860]
2cd3c8856c97b770cc4843bfad63922e23a6f661Mark Andrews
f3c8e48b95996c3020d138b87ee8941da29cc124Evan Hunt 763. [func] Configuration files no longer have reserved words.
f3c8e48b95996c3020d138b87ee8941da29cc124Evan Hunt [RT #731, #753]
f3c8e48b95996c3020d138b87ee8941da29cc124Evan Hunt
744589ff64e8d98b30b746cd7a1833f77830e185Mark Andrews 762. [cleanup] The named.conf and rndc.conf file parsers have
744589ff64e8d98b30b746cd7a1833f77830e185Mark Andrews been completely rewritten.
744589ff64e8d98b30b746cd7a1833f77830e185Mark Andrews
dc775799d9a5a61f485bff5b883a60cc748afaf3Evan Hunt 761. [bug] _REENTRANT was still defined when building with
dc775799d9a5a61f485bff5b883a60cc748afaf3Evan Hunt --disable-threads.
dc775799d9a5a61f485bff5b883a60cc748afaf3Evan Hunt
428dd5c588cfe0dc1519af728e6e75c10aeb4439Curtis Blackburn 760. [contrib] Significant enhancements to the pgsql sdb driver.
0d18225b5e2d17e4bef0077212fd6927ca58dda6Evan Hunt
0d18225b5e2d17e4bef0077212fd6927ca58dda6Evan Hunt 759. [bug] The resolver didn't turn off "avoid fetches" mode
0d18225b5e2d17e4bef0077212fd6927ca58dda6Evan Hunt when restarting, possibly causing resolution
62f016d5d301713c72a59e83d3ab41170a77f674Mark Andrews to fail when it should not. This bug only affected
62f016d5d301713c72a59e83d3ab41170a77f674Mark Andrews platforms which support both IPv4 and IPv6. [RT #927]
62f016d5d301713c72a59e83d3ab41170a77f674Mark Andrews
d9f0c713fe1d50f1848ca827c5f31db79d904f04Evan Hunt 758. [bug] The "avoid fetches" code did not treat negative
7ee225cf90fd06de61682b442600af88b68b99dbMark Andrews cache entries correctly, causing fetches that would
d9f0c713fe1d50f1848ca827c5f31db79d904f04Evan Hunt be useful to be avoided. This bug only affected
5ba1d3dcc5739a1f77ec2875b276b163a42ef1e8Evan Hunt platforms which support both IPv4 and IPv6. [RT #927]
5ba1d3dcc5739a1f77ec2875b276b163a42ef1e8Evan Hunt
5ba1d3dcc5739a1f77ec2875b276b163a42ef1e8Evan Hunt 757. [func] Log zone transfers.
af9f195c9e128fc9cc5912498b8f7f26f07887c3Evan Hunt
af9f195c9e128fc9cc5912498b8f7f26f07887c3Evan Hunt 756. [bug] dns_zone_load() could "return" success when no master
af9f195c9e128fc9cc5912498b8f7f26f07887c3Evan Hunt file was configured.
e47208b6fb724cba7053baee4246b308e35403a2Evan Hunt
e47208b6fb724cba7053baee4246b308e35403a2Evan Hunt 755. [bug] Fix incorrectly formatted log messages in zone.c.
34f3693b93f3ba16634f0c08368ef7f81182ef93Evan Hunt
34f3693b93f3ba16634f0c08368ef7f81182ef93Evan Hunt 754. [bug] Certain failure conditions sending UDP packets
7ee225cf90fd06de61682b442600af88b68b99dbMark Andrews could cause the server to retry the transmission
e72a81148a8c68de2ea5e8169aaa4a7762f6ed79Evan Hunt indefinitely. [RT #902]
1a076410c260ff1d3124ce8b7e22ac111e9cf92aEvan Hunt
1a076410c260ff1d3124ce8b7e22ac111e9cf92aEvan Hunt 753. [bug] dig, host, and nslookup would fail to contact a
96a116178567d4eb22e57aba533073de9a2f9d84Evan Hunt remote server if getaddrinfo() returned an IPv6
96a116178567d4eb22e57aba533073de9a2f9d84Evan Hunt address on a system that doesn't support IPv6.
03b5d2689df73fa9a50ff684511fa9d81f317e6cEvan Hunt [RT #917]
03b5d2689df73fa9a50ff684511fa9d81f317e6cEvan Hunt
03b5d2689df73fa9a50ff684511fa9d81f317e6cEvan Hunt 752. [func] Correct bad tv_usec elements returned by
03b5d2689df73fa9a50ff684511fa9d81f317e6cEvan Hunt gettimeofday().
93aba6dcec9855cd9c69c10717f62c350ff766eaMark Andrews
93aba6dcec9855cd9c69c10717f62c350ff766eaMark Andrews 751. [func] Log successful zone loads / transfers. [RT #898]
7ee225cf90fd06de61682b442600af88b68b99dbMark Andrews
744589ff64e8d98b30b746cd7a1833f77830e185Mark Andrews 750. [bug] A query should not match a DNAME whose trust level
afc047fdb535cdd44e20ffbb62d12b2408f0a07eMark Andrews is pending. [RT #916]
afc047fdb535cdd44e20ffbb62d12b2408f0a07eMark Andrews
26bb3b7a67b833f0a18072567de036226890ca1aMark Andrews 749. [bug] When a query matched a DNAME in a secure zone, the
26bb3b7a67b833f0a18072567de036226890ca1aMark Andrews server did not return the signature of the DNAME.
26bb3b7a67b833f0a18072567de036226890ca1aMark Andrews [RT #915]
9a785712f1eaccba2b43d29a76f4c02ef2c391d0Mark Andrews
9a785712f1eaccba2b43d29a76f4c02ef2c391d0Mark Andrews 748. [doc] List supported RFCs in doc/misc/rfc-compliance.
ec8a802114d3cb12805fecf1dd209fe46706b35bMark Andrews [RT #781]
ec8a802114d3cb12805fecf1dd209fe46706b35bMark Andrews
73ad83bcf0664c2774bec67d688a590e992d4629Evan Hunt 747. [bug] The code to determine whether an IXFR was possible
73ad83bcf0664c2774bec67d688a590e992d4629Evan Hunt did not properly check for a database that could
ff5ac6d4213e3e2f3f6a93db8c5e65cc170a7e2bEvan Hunt not have a journal. [RT #865, #908]
ff5ac6d4213e3e2f3f6a93db8c5e65cc170a7e2bEvan Hunt
ff5ac6d4213e3e2f3f6a93db8c5e65cc170a7e2bEvan Hunt 746. [bug] The sdb didn't clone rdatasets properly, causing
a6d43d18b1f6164fd144b2fa25ea57f5566b3bf9Evan Hunt a crash when the server followed delegations. [RT #905]
a6d43d18b1f6164fd144b2fa25ea57f5566b3bf9Evan Hunt
a6d43d18b1f6164fd144b2fa25ea57f5566b3bf9Evan Hunt 745. [func] Report the owner name of records that fail
a6d43d18b1f6164fd144b2fa25ea57f5566b3bf9Evan Hunt semantic checks while loading.
330f98fe3b12535072708c273eaf59f7bf887065Evan Hunt
330f98fe3b12535072708c273eaf59f7bf887065Evan Hunt 744. [bug] When returning DNS_R_CNAME or DNS_R_DNAME as the
d3c8ba219f7c0fd31aabd06ee6b8ef0e92ef9e14Mark Andrews result of an ANY or SIG query, the resolver failed
330f98fe3b12535072708c273eaf59f7bf887065Evan Hunt to setup the return event's rdatasets, causing an
d3c8ba219f7c0fd31aabd06ee6b8ef0e92ef9e14Mark Andrews assertion failure in the query code. [RT #881]
b4914b3d69de3eb57bcf1d6cb3bb8e0b645c1081Mark Andrews
b4914b3d69de3eb57bcf1d6cb3bb8e0b645c1081Mark Andrews 743. [bug] Receiving a large number of certain malformed
b99bfa184bc9375421b5df915eea7dfac6a68a99Evan Hunt answers could cause named to stop responding.
b99bfa184bc9375421b5df915eea7dfac6a68a99Evan Hunt [RT #861]
b99bfa184bc9375421b5df915eea7dfac6a68a99Evan Hunt
b99bfa184bc9375421b5df915eea7dfac6a68a99Evan Hunt 742. [placeholder]
c4a453fa5c3d8b21d8982137b03e052c0d446c57Evan Hunt
c4a453fa5c3d8b21d8982137b03e052c0d446c57Evan Hunt 741. [port] Support openssl-engine. [RT #709]
c4a453fa5c3d8b21d8982137b03e052c0d446c57Evan Hunt
4adf97c32fcca7d00e5756607fd045f2aab9c3d4Mark Andrews 740. [port] Handle openssl library mismatches slightly better.
4adf97c32fcca7d00e5756607fd045f2aab9c3d4Mark Andrews
4adf97c32fcca7d00e5756607fd045f2aab9c3d4Mark Andrews 739. [port] Look for /dev/random in configure, rather than
4adf97c32fcca7d00e5756607fd045f2aab9c3d4Mark Andrews assuming it will be there for only a predefined
1cc4695f0da63f0190e3514adccf6a96f3dc1519Mark Andrews set of OSes.
1cc4695f0da63f0190e3514adccf6a96f3dc1519Mark Andrews
1cc4695f0da63f0190e3514adccf6a96f3dc1519Mark Andrews 738. [bug] If a non-threadsafe sdb driver supported AXFR and
3a6d62c59f73d024d1b2ba2ac94d7600530166ffMark Andrews received an AXFR request, it would deadlock or die
3a6d62c59f73d024d1b2ba2ac94d7600530166ffMark Andrews with an assertion failure. [RT #852]
ad668472f1a924e0355faf313e7cdba1970161c8Evan Hunt
ad668472f1a924e0355faf313e7cdba1970161c8Evan Hunt 737. [port] stdtime.c failed to compile on certain platforms.
ad668472f1a924e0355faf313e7cdba1970161c8Evan Hunt
dc1ed2622fa78dc21dda49488c496437083e17c9Evan Hunt 736. [func] New functions isc_task_{begin,end}exclusive().
dc1ed2622fa78dc21dda49488c496437083e17c9Evan Hunt
dc1ed2622fa78dc21dda49488c496437083e17c9Evan Hunt 735. [doc] Add BIND 4 migration notes.
dc1ed2622fa78dc21dda49488c496437083e17c9Evan Hunt
744589ff64e8d98b30b746cd7a1833f77830e185Mark Andrews 734. [bug] An attempt to re-lock the zone lock could occur if
dd8bbbfac3f3f14235820a593f1efd8e3ba8d2faMark Andrews the server was shutdown during a zone tranfer.
c15b536ddbea458a7a3975079276bf4a9b1617aaMark Andrews [RT #830]
99425bedc4dcd586f751148bbdcba19578c6f39eMark Andrews
99425bedc4dcd586f751148bbdcba19578c6f39eMark Andrews 733. [bug] Reference counts of dns_acl_t objects need to be
92754e2e4954e497eb2983c76198889b5a3218aaEvan Hunt locked but were not. [RT #801, #821]
92754e2e4954e497eb2983c76198889b5a3218aaEvan Hunt
8013077aa7ed5d6e1daddc973ddb3c7cc7d28df1Mark Andrews 732. [bug] Glue with 0 TTL could also cause SERVFAIL. [RT #828]
92754e2e4954e497eb2983c76198889b5a3218aaEvan Hunt
8c460e01594e83f21ff5e60cd7a417a1ed618703Mark Andrews 731. [bug] Certain zone errors could cause named-checkzone to
99bf6a57d9f6b55da6de9c22fb6883a4bf7d569eEvan Hunt fail ungracefully. [RT #819]
99bf6a57d9f6b55da6de9c22fb6883a4bf7d569eEvan Hunt
c548cbbf6b92e4fa5c7c78114c97ef1e50b87379Evan Hunt 730. [bug] lwres_getaddrinfo() returns the correct result when
c548cbbf6b92e4fa5c7c78114c97ef1e50b87379Evan Hunt it fails to contact a server. [RT #768]
5805fc20a3f65ee3a78b66aa17801f1d3103cbe1Curtis Blackburn
e57a83b57659ae1d4f755a7841b519c047ec7f75Evan Hunt 729. [port] pthread_setconcurrency() needs to be called on Solaris.
e57a83b57659ae1d4f755a7841b519c047ec7f75Evan Hunt
e57a83b57659ae1d4f755a7841b519c047ec7f75Evan Hunt 728. [bug] Fix comment processing on master file directives.
e57a83b57659ae1d4f755a7841b519c047ec7f75Evan Hunt [RT# 757]
67adc03ef81fb610f8df093b17f55275ee816754Evan Hunt
67adc03ef81fb610f8df093b17f55275ee816754Evan Hunt 727. [port] Work around OS bug where accept() succeeds but
67adc03ef81fb610f8df093b17f55275ee816754Evan Hunt fails to fill in the peer address of the accepted
67adc03ef81fb610f8df093b17f55275ee816754Evan Hunt connection, by treating it as an error rather than
67adc03ef81fb610f8df093b17f55275ee816754Evan Hunt an assertion failure. [RT #809]
67adc03ef81fb610f8df093b17f55275ee816754Evan Hunt
67adc03ef81fb610f8df093b17f55275ee816754Evan Hunt 726. [func] Implement the "trace" and "notrace" commands in rndc.
67adc03ef81fb610f8df093b17f55275ee816754Evan Hunt
67adc03ef81fb610f8df093b17f55275ee816754Evan Hunt 725. [bug] Installing man pages could fail.
bbb3705e4cbdacf7cf6da7e448d79d97fdab2411Mark Andrews
bbb3705e4cbdacf7cf6da7e448d79d97fdab2411Mark Andrews 724. [func] New libisc functions isc_netaddr_any(),
4bf686cf5d6b83981abdf2d8157c829922acc6d4Evan Hunt isc_netaddr_any6().
4bf686cf5d6b83981abdf2d8157c829922acc6d4Evan Hunt
4bf686cf5d6b83981abdf2d8157c829922acc6d4Evan Hunt 723. [bug] Referrals whose NS RRs had a 0 TTL caused the resolver
da4436812c7108dd39e09069d4af770eaa738c7fMark Andrews to return DNS_R_SERVFAIL. [RT #783]
da4436812c7108dd39e09069d4af770eaa738c7fMark Andrews
da4436812c7108dd39e09069d4af770eaa738c7fMark Andrews 722. [func] Allow incremental loads to be canceled.
da4436812c7108dd39e09069d4af770eaa738c7fMark Andrews
c82da2167dcbd8300f0eaa81fb900c0b17e8f94cMark Andrews 721. [cleanup] Load manager and dns_master_loadfilequota() are no
c82da2167dcbd8300f0eaa81fb900c0b17e8f94cMark Andrews more.
c82da2167dcbd8300f0eaa81fb900c0b17e8f94cMark Andrews
384fef003441df4067b773688237700513390f9eEvan Hunt 720. [bug] Server could enter infinite loop in
384fef003441df4067b773688237700513390f9eEvan Hunt dispatch.c:do_cancel(). [RT #733]
06a05efc07ac7b6ff1973a6463291f5d48ece6ebMark Andrews
06a05efc07ac7b6ff1973a6463291f5d48ece6ebMark Andrews 719. [bug] Rapid reloads could trigger an assertion failure.
06a05efc07ac7b6ff1973a6463291f5d48ece6ebMark Andrews [RT #743, #763]
06a05efc07ac7b6ff1973a6463291f5d48ece6ebMark Andrews
06a05efc07ac7b6ff1973a6463291f5d48ece6ebMark Andrews 718. [cleanup] "internal" is no longer a reserved word in named.conf.
831f59eb43b56642b00f82e07722836d2f9593abEvan Hunt [RT #753, #731]
831f59eb43b56642b00f82e07722836d2f9593abEvan Hunt
831f59eb43b56642b00f82e07722836d2f9593abEvan Hunt 717. [bug] Certain TKEY processing failure modes could
831f59eb43b56642b00f82e07722836d2f9593abEvan Hunt reference an uninitialized variable, causing the
831f59eb43b56642b00f82e07722836d2f9593abEvan Hunt server to crash. [RT #750]
831f59eb43b56642b00f82e07722836d2f9593abEvan Hunt
831f59eb43b56642b00f82e07722836d2f9593abEvan Hunt 716. [bug] The first line of a $INCLUDE master file was lost if
a13aa526be16869d1284256fbb2136f4d50ed1d7Evan Hunt an origin was specified. [RT #744]
a13aa526be16869d1284256fbb2136f4d50ed1d7Evan Hunt
a13aa526be16869d1284256fbb2136f4d50ed1d7Evan Hunt 715. [bug] Resolving some A6 chains could cause an assertion
a13aa526be16869d1284256fbb2136f4d50ed1d7Evan Hunt failure in adb.c. [RT #738]
741ebf10047c3e32e1a0691316ec45666f003583Evan Hunt
741ebf10047c3e32e1a0691316ec45666f003583Evan Hunt 714. [bug] Preserve interval timers across reloads unless changed.
741ebf10047c3e32e1a0691316ec45666f003583Evan Hunt [RT# 729]
4eb998928b9aef0ceda42d7529980d658138698aEvan Hunt
4eb998928b9aef0ceda42d7529980d658138698aEvan Hunt 713. [func] named-checkconf takes '-t directory' similar to named.
4eb998928b9aef0ceda42d7529980d658138698aEvan Hunt [RT #726]
4eb998928b9aef0ceda42d7529980d658138698aEvan Hunt
4eb998928b9aef0ceda42d7529980d658138698aEvan Hunt 712. [bug] Sending a large signed update message caused an
4eb998928b9aef0ceda42d7529980d658138698aEvan Hunt assertion failure. [RT #718]
4eb998928b9aef0ceda42d7529980d658138698aEvan Hunt
feb067b25a8e33db62e2a7bf2e83bbb7f6eee845Evan Hunt 711. [bug] The libisc and liblwres implementations of
feb067b25a8e33db62e2a7bf2e83bbb7f6eee845Evan Hunt inet_ntop contained an off by one error.
c218f119cd052ab9f9cbf92442f08f6cafaccd62Evan Hunt
feb067b25a8e33db62e2a7bf2e83bbb7f6eee845Evan Hunt 710. [func] The forwarders statement now takes an optional
72c86c105a7cf315036d7131a4ef408bc6227639Evan Hunt port. [RT #418]
72c86c105a7cf315036d7131a4ef408bc6227639Evan Hunt
72c86c105a7cf315036d7131a4ef408bc6227639Evan Hunt 709. [bug] ANY or SIG queries for data with a TTL of 0
72c86c105a7cf315036d7131a4ef408bc6227639Evan Hunt would return SERVFAIL. [RT #620]
72c86c105a7cf315036d7131a4ef408bc6227639Evan Hunt
21a7fde6ba34c62f4859a4c19de4f49ec1bab474Evan Hunt 708. [bug] When building with --with-openssl, the openssl headers
21a7fde6ba34c62f4859a4c19de4f49ec1bab474Evan Hunt included with BIND 9 should not be used. [RT #702]
21a7fde6ba34c62f4859a4c19de4f49ec1bab474Evan Hunt
aababae79572d8c80fcec9b809671987007451c9Mark Andrews 707. [func] The "filename" argument to named-checkzone is no
aababae79572d8c80fcec9b809671987007451c9Mark Andrews longer optional, to reduce confusion. [RT #612]
3a0da183bb40bd120698102b20b61ef12665c09bMark Andrews
3a0da183bb40bd120698102b20b61ef12665c09bMark Andrews 706. [bug] Zones with an explicit "allow-update { none; };"
3a0da183bb40bd120698102b20b61ef12665c09bMark Andrews were considered dynamic and therefore not reloaded
c1e88f8d8679501def1896fb4c4af927a70813ebEvan Hunt on SIGHUP or "rndc reload".
c1e88f8d8679501def1896fb4c4af927a70813ebEvan Hunt
c1e88f8d8679501def1896fb4c4af927a70813ebEvan Hunt 705. [port] Work out resource limit type for use where rlim_t is
c1e88f8d8679501def1896fb4c4af927a70813ebEvan Hunt not available. [RT #695]
af21fc66447083a01e41e533fe9737ffcf21cc2dMark Andrews
af21fc66447083a01e41e533fe9737ffcf21cc2dMark Andrews 704. [port] RLIMIT_NOFILE is not available on all platforms.
af21fc66447083a01e41e533fe9737ffcf21cc2dMark Andrews [RT #695]
af21fc66447083a01e41e533fe9737ffcf21cc2dMark Andrews
af21fc66447083a01e41e533fe9737ffcf21cc2dMark Andrews 703. [port] sys/select.h is needed on older platforms. [RT #695]
e7b9603ead84761813fd4598303b8e969ab4d7acMark Andrews
e7b9603ead84761813fd4598303b8e969ab4d7acMark Andrews 702. [func] If the address 0.0.0.0 is seen in resolv.conf,
cff340c9e7ac9dc926f5f1f176d973d277c1b68bEvan Hunt use 127.0.0.1 instead. [RT #693]
cff340c9e7ac9dc926f5f1f176d973d277c1b68bEvan Hunt
550c92405fc1df47e725f2ecbaa5154c9239fcfdMark Andrews 701. [func] Root hints are now fully optional. Class IN
550c92405fc1df47e725f2ecbaa5154c9239fcfdMark Andrews views use compiled-in hints by default, as
33b8db1bb3f0aa3a39db459e6a32a1082b8dce13Evan Hunt before. Non-IN views with no root hints now
33b8db1bb3f0aa3a39db459e6a32a1082b8dce13Evan Hunt provide authoritative service but not recursion.
33b8db1bb3f0aa3a39db459e6a32a1082b8dce13Evan Hunt A warning is logged if a view has neither root
33b8db1bb3f0aa3a39db459e6a32a1082b8dce13Evan Hunt hints nor authoritative data for the root. [RT #696]
33b8db1bb3f0aa3a39db459e6a32a1082b8dce13Evan Hunt
33b8db1bb3f0aa3a39db459e6a32a1082b8dce13Evan Hunt 700. [bug] $GENERATE range check was wrong. [RT #688]
19b037bcb900e75528bf6f2582d77c3f1a6d6714Evan Hunt
19b037bcb900e75528bf6f2582d77c3f1a6d6714Evan Hunt 699. [bug] The lexer mishandled empty quoted strings. [RT #694]
19b037bcb900e75528bf6f2582d77c3f1a6d6714Evan Hunt
9ffd0f0270ef06bd60b1b2754bbeefbe1da33ce7Evan Hunt 698. [bug] Aborting nsupdate with ^C would lead to several
9ffd0f0270ef06bd60b1b2754bbeefbe1da33ce7Evan Hunt race conditions.
9ffd0f0270ef06bd60b1b2754bbeefbe1da33ce7Evan Hunt
77845708f756cfe921b845423be6410e26c167b7Evan Hunt 697. [bug] nsupdate was not compatible with the undocumented
77845708f756cfe921b845423be6410e26c167b7Evan Hunt BIND 8 behavior of ignoring TTLs in "update delete"
4f9f8fa0528ce843a3bdf7993e94463508d8320eEvan Hunt commands. [RT #693]
4f9f8fa0528ce843a3bdf7993e94463508d8320eEvan Hunt
4f9f8fa0528ce843a3bdf7993e94463508d8320eEvan Hunt 696. [bug] lwresd would die with an assertion failure when passed
53a4e18582ae0c50f3742d2f6b684231a50be038Curtis Blackburn a zero-length name. [RT #692]
53a4e18582ae0c50f3742d2f6b684231a50be038Curtis Blackburn
53a4e18582ae0c50f3742d2f6b684231a50be038Curtis Blackburn 695. [bug] If the resolver attempted to query a blackholed or
53a4e18582ae0c50f3742d2f6b684231a50be038Curtis Blackburn bogus server, the resolution would fail immediately.
5eab7b89825dd2ed4c0a7fc0ed45ad028170303eEvan Hunt
5eab7b89825dd2ed4c0a7fc0ed45ad028170303eEvan Hunt 694. [bug] $GENERATE did not produce the last entry.
5eab7b89825dd2ed4c0a7fc0ed45ad028170303eEvan Hunt [RT #682, #683]
2b8dac99166f74532264f756f5c0b43a6b04d995Evan Hunt
2b8dac99166f74532264f756f5c0b43a6b04d995Evan Hunt 693. [bug] An empty lwres statement in named.conf caused
2b8dac99166f74532264f756f5c0b43a6b04d995Evan Hunt the server to crash while loading.
2b8dac99166f74532264f756f5c0b43a6b04d995Evan Hunt
2a184ff86544cc67c36e2ce6bb3ddb5ac44684b8Evan Hunt 692. [bug] Deal with systems that have getaddrinfo() but not
2a184ff86544cc67c36e2ce6bb3ddb5ac44684b8Evan Hunt gai_strerror(). [RT #679]
2a184ff86544cc67c36e2ce6bb3ddb5ac44684b8Evan Hunt
2a184ff86544cc67c36e2ce6bb3ddb5ac44684b8Evan Hunt 691. [bug] Configuring per-view forwarders caused an assertion
2a184ff86544cc67c36e2ce6bb3ddb5ac44684b8Evan Hunt failure. [RT #675, #734]
2a184ff86544cc67c36e2ce6bb3ddb5ac44684b8Evan Hunt
2a184ff86544cc67c36e2ce6bb3ddb5ac44684b8Evan Hunt 690. [func] $GENERATE now supports DNAME. [RT #654]
2a184ff86544cc67c36e2ce6bb3ddb5ac44684b8Evan Hunt
2a184ff86544cc67c36e2ce6bb3ddb5ac44684b8Evan Hunt 689. [doc] man pages are now installed. [RT #210]
2a184ff86544cc67c36e2ce6bb3ddb5ac44684b8Evan Hunt
2a184ff86544cc67c36e2ce6bb3ddb5ac44684b8Evan Hunt 688. [func] "make tags" now works on systems with the
2a184ff86544cc67c36e2ce6bb3ddb5ac44684b8Evan Hunt "Exuberant Ctags" etags.
501941f0b6cce74c2ff75b10aff3f230d5d37e4cEvan Hunt
501941f0b6cce74c2ff75b10aff3f230d5d37e4cEvan Hunt 687. [bug] Only say we have IPv6, with sufficent functionality,
501941f0b6cce74c2ff75b10aff3f230d5d37e4cEvan Hunt if it has actually been tested. [RT #586]
501941f0b6cce74c2ff75b10aff3f230d5d37e4cEvan Hunt
da49a52345d44caebc63c8ef0192daa68c068d1dMark Andrews 686. [bug] dig and nslookup can now be properly aborted during
de1223830f23c2fcd343e40d0940aa591fc363b6Evan Hunt blocking operations. [RT #568]
de1223830f23c2fcd343e40d0940aa591fc363b6Evan Hunt
85f89d58a50a86859c04069ea87b2b23b3325d11Evan Hunt 685. [bug] nslookup should use the search list/domain options
85f89d58a50a86859c04069ea87b2b23b3325d11Evan Hunt from resolv.conf by default. [RT #405, #630]
85f89d58a50a86859c04069ea87b2b23b3325d11Evan Hunt
40a7e85f3ee3bd66a8f87bf8af674e1e48b05396Evan Hunt 684. [bug] Memory leak with view forwarders. [RT #656]
40a7e85f3ee3bd66a8f87bf8af674e1e48b05396Evan Hunt
40a7e85f3ee3bd66a8f87bf8af674e1e48b05396Evan Hunt 683. [bug] File descriptor leak in isc_lex_openfile().
40a7e85f3ee3bd66a8f87bf8af674e1e48b05396Evan Hunt
c548cbbf6b92e4fa5c7c78114c97ef1e50b87379Evan Hunt 682. [bug] nslookup displayed SOA records incorrectly. [RT #665]
c548cbbf6b92e4fa5c7c78114c97ef1e50b87379Evan Hunt
c548cbbf6b92e4fa5c7c78114c97ef1e50b87379Evan Hunt 681. [bug] $GENERATE specifying output format was broken. [RT #653]
c548cbbf6b92e4fa5c7c78114c97ef1e50b87379Evan Hunt
30b7c81c13391a6886eb9d12a7f9e0472a5c1110Mark Andrews 680. [bug] dns_rdata_fromstruct() mishandled options bigger
298ca122505a151384a3bf3f0bb0819ed60c66e2Evan Hunt than 255 octets.
298ca122505a151384a3bf3f0bb0819ed60c66e2Evan Hunt
298ca122505a151384a3bf3f0bb0819ed60c66e2Evan Hunt 679. [bug] $INCLUDE could leak memory and file descriptors on
bdc7cf66ff626163801cc59b2fd25523da07d238Mark Andrews reload. [RT #639]
bdc7cf66ff626163801cc59b2fd25523da07d238Mark Andrews
bdc7cf66ff626163801cc59b2fd25523da07d238Mark Andrews 678. [bug] "transfer-format one-answer;" could trigger an assertion
bdc7cf66ff626163801cc59b2fd25523da07d238Mark Andrews failure. [RT #646]
118bdfd8c4b4dbdd47c17afe61e506fefee9c2daMark Andrews
118bdfd8c4b4dbdd47c17afe61e506fefee9c2daMark Andrews 677. [bug] dnssec-signzone would occasionally use the wrong ttl
118bdfd8c4b4dbdd47c17afe61e506fefee9c2daMark Andrews for database operations and fail. [RT #643]
118bdfd8c4b4dbdd47c17afe61e506fefee9c2daMark Andrews
58154043cca0caf03d6fc1a47ed7f24681f24762Evan Hunt 676. [bug] Log messages about lame servers to category
58154043cca0caf03d6fc1a47ed7f24681f24762Evan Hunt 'lame-servers' rather than 'resolver', so as not
cfec3165b151ed9a0b5b7d5f1609dac9ff12efe3Evan Hunt to be gratuitously incompatible with BIND 8.
da49a52345d44caebc63c8ef0192daa68c068d1dMark Andrews
cfec3165b151ed9a0b5b7d5f1609dac9ff12efe3Evan Hunt 675. [bug] TKEY queries could cause the server to leak
cfec3165b151ed9a0b5b7d5f1609dac9ff12efe3Evan Hunt memory.
cfec3165b151ed9a0b5b7d5f1609dac9ff12efe3Evan Hunt
da49a52345d44caebc63c8ef0192daa68c068d1dMark Andrews 674. [func] Allow messages to be TSIG signed / verified using
94315060c2b0d9deafabe72d6a0482405fd9d377Evan Hunt a offset from the current time.
55e5c51e661e23e24573db84114a3837817745c9Evan Hunt
55e5c51e661e23e24573db84114a3837817745c9Evan Hunt 673. [func] The server can now convert RFC1886-style recursive
55e5c51e661e23e24573db84114a3837817745c9Evan Hunt lookup requests into RFC2874-style lookups, when
55e5c51e661e23e24573db84114a3837817745c9Evan Hunt enabled using the new option "allow-v6-synthesis".
70b1afa5938c9bf2aed67f9d594161b905366426Jeremy C. Reed
62d63e5f02a5e7fcda59cf361149e3d7c78477beEvan Hunt 672. [bug] The wrong time was in the "time signed" field when
da49a52345d44caebc63c8ef0192daa68c068d1dMark Andrews replying with BADTIME error.
df925e6c66d45d960fbac0383169763967d2111cEvan Hunt
df925e6c66d45d960fbac0383169763967d2111cEvan Hunt 671. [bug] The message code was failing to parse a message with
df925e6c66d45d960fbac0383169763967d2111cEvan Hunt no question section and a TSIG record. [RT #628]
a81ae06ed3081753a73e7638919673be57eaf47fEvan Hunt
a81ae06ed3081753a73e7638919673be57eaf47fEvan Hunt 670. [bug] The lwres replacements for getaddrinfo and
a81ae06ed3081753a73e7638919673be57eaf47fEvan Hunt getipnodebyname didn't properly check for the
2425d8bb7ccf5dc956ad12d64d97b5a42e022930Evan Hunt existence of the sockaddr sa_len field.
da49a52345d44caebc63c8ef0192daa68c068d1dMark Andrews
2425d8bb7ccf5dc956ad12d64d97b5a42e022930Evan Hunt 669. [bug] dnssec-keygen now makes the public key file
740e7340c55e9f0cf80c6fbbf7e8d3c1bdeaa255Mark Andrews non-world-readable for symmetric keys. [RT #403]
740e7340c55e9f0cf80c6fbbf7e8d3c1bdeaa255Mark Andrews
740e7340c55e9f0cf80c6fbbf7e8d3c1bdeaa255Mark Andrews 668. [func] named-checkzone now reports multiple errors in master
740e7340c55e9f0cf80c6fbbf7e8d3c1bdeaa255Mark Andrews files.
740e7340c55e9f0cf80c6fbbf7e8d3c1bdeaa255Mark Andrews
3c7df84b2019e454f6333ca354ef709f6451a2abMark Andrews 667. [bug] On Linux, running named with the -u option and a
3c7df84b2019e454f6333ca354ef709f6451a2abMark Andrews non-world-readable configuration file didn't work.
c9297d37593b36de9978c122dbeaf1bb7ae8d19dMark Andrews [RT #626]
c9297d37593b36de9978c122dbeaf1bb7ae8d19dMark Andrews
da49a52345d44caebc63c8ef0192daa68c068d1dMark Andrews 666. [bug] If a request sent by dig is longer than 512 bytes,
c9297d37593b36de9978c122dbeaf1bb7ae8d19dMark Andrews use TCP.
0b8bd3a4ae3efd91f88e8901323faf99b5b06136Evan Hunt
0b8bd3a4ae3efd91f88e8901323faf99b5b06136Evan Hunt 665. [bug] Signed responses were not sent when the size of the
0b8bd3a4ae3efd91f88e8901323faf99b5b06136Evan Hunt TSIG + question exceeded the maximum message size.
7e9ccec63889f2aabee59b94307be492a77fa93bMark Andrews [RT #628]
7e9ccec63889f2aabee59b94307be492a77fa93bMark Andrews
b748b5e2c2fa40f758e3b35ad4f1fde99ab5e11fEvan Hunt 664. [bug] The t_tasks and t_timers module tests are now skipped
b748b5e2c2fa40f758e3b35ad4f1fde99ab5e11fEvan Hunt when building without threads, since they require
b748b5e2c2fa40f758e3b35ad4f1fde99ab5e11fEvan Hunt threads.
8d21efc150998f9643f98ce5a4f0b17460e12043Evan Hunt
8d21efc150998f9643f98ce5a4f0b17460e12043Evan Hunt 663. [func] Accept a size_spec, not just an integer, in the
ab7a67829ffe2a7b3220a1cd366bc6255235923aJINMEI Tatuya (unimplemented and ignored) max-ixfr-log-size option
ab7a67829ffe2a7b3220a1cd366bc6255235923aJINMEI Tatuya for compatibility with recent versions of BIND 8.
ab7a67829ffe2a7b3220a1cd366bc6255235923aJINMEI Tatuya [RT #613]
ab7a67829ffe2a7b3220a1cd366bc6255235923aJINMEI Tatuya
744589ff64e8d98b30b746cd7a1833f77830e185Mark Andrews 662. [bug] dns_rdata_fromtext() failed to log certain errors.
0da7c95546ec1c76ca52f334a68dd69e4fa4dcdeCurtis Blackburn
9dac1de625301aeb520cb1e83723d98cd65999eeEvan Hunt 661. [bug] Certain UDP IXFR requests caused an assertion failure
9dac1de625301aeb520cb1e83723d98cd65999eeEvan Hunt (mpctx->allocated == 0). [RT #355, #394, #623]
9dac1de625301aeb520cb1e83723d98cd65999eeEvan Hunt
9c9b75c43566058727cb89204d36977559cb99afMark Andrews 660. [port] Detect multiple CPUs on HP-UX and IRIX.
9c9b75c43566058727cb89204d36977559cb99afMark Andrews
9c9b75c43566058727cb89204d36977559cb99afMark Andrews 659. [performance] Rewrite the name compression code to be much faster.
cd63e943104ab4f7f8b37da8d49738e91a8db1ddEvan Hunt
cd63e943104ab4f7f8b37da8d49738e91a8db1ddEvan Hunt 658. [cleanup] Remove all vestiges of 16 bit global compression.
cd63e943104ab4f7f8b37da8d49738e91a8db1ddEvan Hunt
cd63e943104ab4f7f8b37da8d49738e91a8db1ddEvan Hunt 657. [bug] When a listen-on statement in an lwres block does not
da49a52345d44caebc63c8ef0192daa68c068d1dMark Andrews specify a port, use 921, not 53. Also update the
da49a52345d44caebc63c8ef0192daa68c068d1dMark Andrews listen-on documentation. [RT #616]
6225380ca6dd045302fd5cb22d1dbbe6a88a7509Evan Hunt
6225380ca6dd045302fd5cb22d1dbbe6a88a7509Evan Hunt 656. [func] Treat an unescaped newline in a quoted string as
6225380ca6dd045302fd5cb22d1dbbe6a88a7509Evan Hunt an error. This means that TXT records with missing
c9611b45736af157e2993c6ef852e55e8e24ca83Evan Hunt close quotes should have meaningful errors printed.
c9611b45736af157e2993c6ef852e55e8e24ca83Evan Hunt
c91c439f80c555f016cce8e9fd910630f81bb5c9Curtis Blackburn 655. [bug] Improve error reporting on unexpected eof when loading
ffff5d67926821d3db8df63bdd84a9cb1ce56739Evan Hunt zones. [RT #611]
ffff5d67926821d3db8df63bdd84a9cb1ce56739Evan Hunt
ffff5d67926821d3db8df63bdd84a9cb1ce56739Evan Hunt 654. [bug] Origin was being forgotten in TCP retries in dig.
9a0dd99a757c469d9530acd5cb11789b3b0af5ceEvan Hunt [RT #574]
9a0dd99a757c469d9530acd5cb11789b3b0af5ceEvan Hunt
9a0dd99a757c469d9530acd5cb11789b3b0af5ceEvan Hunt 653. [bug] +defname option in dig was reversed in sense.
9a0dd99a757c469d9530acd5cb11789b3b0af5ceEvan Hunt [RT #549]
641e87a1a0ee716f46b4d0f529e73b58f19aee4eEvan Hunt
641e87a1a0ee716f46b4d0f529e73b58f19aee4eEvan Hunt 652. [bug] zone_saveunique() did not report the new name.
641e87a1a0ee716f46b4d0f529e73b58f19aee4eEvan Hunt
2154c019124246199c7fe494b86860461c8a5f40Evan Hunt 651. [func] The AD bit in responses now has the meaning
2154c019124246199c7fe494b86860461c8a5f40Evan Hunt specified in <draft-ietf-dnsext-ad-is-secure>.
2154c019124246199c7fe494b86860461c8a5f40Evan Hunt
2154c019124246199c7fe494b86860461c8a5f40Evan Hunt 650. [bug] SIG(0) records were being generated and verified
214836c18496e0d2630df1cda5eeee13c38b9068Evan Hunt incorrectly. [RT #606]
214836c18496e0d2630df1cda5eeee13c38b9068Evan Hunt
214836c18496e0d2630df1cda5eeee13c38b9068Evan Hunt 649. [bug] It was possible to join to an already running fctx
43d84798fac5cfeeecf9431ef848a9ffdcf0d86fEvan Hunt after it had "cloned" its events, but before it sent
43d84798fac5cfeeecf9431ef848a9ffdcf0d86fEvan Hunt them. In this case, the event of the newly joined
43d84798fac5cfeeecf9431ef848a9ffdcf0d86fEvan Hunt fetch would not contain the answer, and would
43d84798fac5cfeeecf9431ef848a9ffdcf0d86fEvan Hunt trigger the INSIST() in fctx_sendevents(). In
71f8edccba553c4ed4988dd12ac877564e4987d1Evan Hunt BIND 9.0, this bug did not trigger an INSIST(), but
71f8edccba553c4ed4988dd12ac877564e4987d1Evan Hunt caused the fetch to fail with a SERVFAIL result.
3806133da574f4570db3005473e0d56b746cc6eaEvan Hunt [RT #588, #597, #605, #607]
71f8edccba553c4ed4988dd12ac877564e4987d1Evan Hunt
71f8edccba553c4ed4988dd12ac877564e4987d1Evan Hunt 648. [port] Add support for pre-RFC2133 IPv6 implementations.
71f8edccba553c4ed4988dd12ac877564e4987d1Evan Hunt
c8803902d6e740d1ed85e099835813466fa51391Curtis Blackburn 647. [bug] Resolver queries sent after following multiple
b3d116c299722ed7b27550744fff789a61ad3d2bEvan Hunt referrals had excessively long retransmission
b3d116c299722ed7b27550744fff789a61ad3d2bEvan Hunt timeouts due to incorrectly counting the referrals
b3d116c299722ed7b27550744fff789a61ad3d2bEvan Hunt as "restarts".
99394e9807411cbbeb9814b603c7dfa3b569388eMark Andrews
99394e9807411cbbeb9814b603c7dfa3b569388eMark Andrews 646. [bug] The UnixWare ISC_PLATFORM_FIXIN6INADDR fix in isc/net.h
dc6cea0448ea7b10eb1ae7d38bfc18544a4dfb97Evan Hunt didn't _cleanly_ fix the problem it was trying to fix.
dc6cea0448ea7b10eb1ae7d38bfc18544a4dfb97Evan Hunt
dc6cea0448ea7b10eb1ae7d38bfc18544a4dfb97Evan Hunt 645. [port] BSD/OS 3.0 needs pthread_init(). [RT #603]
2425d8bb7ccf5dc956ad12d64d97b5a42e022930Evan Hunt
54ca2413348024c6d03904c01486c952c3d4a3bcEvan Hunt 644. [bug] #622 needed more work. [RT #562]
54ca2413348024c6d03904c01486c952c3d4a3bcEvan Hunt
54ca2413348024c6d03904c01486c952c3d4a3bcEvan Hunt 643. [bug] xfrin error messages made more verbose, added class
54ca2413348024c6d03904c01486c952c3d4a3bcEvan Hunt of the zone. [RT# 599]
48019314431389cca5f8eba7ee9aa5bc08a67f4eMark Andrews
48019314431389cca5f8eba7ee9aa5bc08a67f4eMark Andrews 642. [bug] Break the exit_check() race in the zone module.
48019314431389cca5f8eba7ee9aa5bc08a67f4eMark Andrews [RT #598]
dab4aac006fadcaf3c5a9ccd983188b37ead08eeMark Andrews
dab4aac006fadcaf3c5a9ccd983188b37ead08eeMark Andrews --- 9.1.0b2 released ---
578e3196076b409c509c6c0a0873e7bfe54f4d61Evan Hunt
578e3196076b409c509c6c0a0873e7bfe54f4d61Evan Hunt 641. [bug] $GENERATE caused a uninitialized link to be used.
578e3196076b409c509c6c0a0873e7bfe54f4d61Evan Hunt [RT #595]
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews 640. [bug] Memory leak in error path could cause
c07c2a862e0f9d671e2961cd179c7b28d7b04f10Mark Andrews "mpctx->allocated == 0" failure. [RT #584]
f1c1aab2c9e720399d66d8db5f40515d47c45ecfMark Andrews
f1c1aab2c9e720399d66d8db5f40515d47c45ecfMark Andrews 639. [bug] Reading entropy from the keyboard would sometimes fail.
a6b0db81c82ab3528d19137b08d1cb3f8ed06a52Evan Hunt [RT #591]
ef2aea274a14bd33e722336ed8a15bab0289b1f3Mark Andrews
24798afb6e0fa969cf9f6d3b91d1545410853bb8Mark Andrews 638. [port] lib/isc/random.c needed to explicitly include time.h
24798afb6e0fa969cf9f6d3b91d1545410853bb8Mark Andrews to get a prototype for time() when pthreads was not
aa24128022b85c49f59ad45a3c81ad124d645530Mark Andrews being used. [RT #592]
aa24128022b85c49f59ad45a3c81ad124d645530Mark Andrews
fc0bfa07c7b7aff70cf75e9414167e1f2d532845Mark Andrews 637. [port] Use isc_u?int64_t instead of (unsigned) long long in
fc0bfa07c7b7aff70cf75e9414167e1f2d532845Mark Andrews lib/isc/print.c. Also allow lib/isc/print.c to
fc0bfa07c7b7aff70cf75e9414167e1f2d532845Mark Andrews be compiled even if the platform does not need it.
cdf252d6b84dd160dbf37b22845d54d6e4b1732dMark Andrews [RT #592]
c9cecf7bb509b1c860d0b6deba7fccd85b9feb68Mark Andrews
c359f7b10f2ea19f08668a3c89c91d0834035ec8Mark Andrews 636. [port] Shut up MSVC++ about a possible loss of precision
c359f7b10f2ea19f08668a3c89c91d0834035ec8Mark Andrews in the ISC__BUFFER_PUTUINT*() macros. [RT #592]
c359f7b10f2ea19f08668a3c89c91d0834035ec8Mark Andrews
25b95d31ce658326510bef979cf2909c6eddc428Mark Andrews 635. [bug] Reloading a server with a configured blackhole list
25b95d31ce658326510bef979cf2909c6eddc428Mark Andrews would cause an assertion. [RT #590]
25b95d31ce658326510bef979cf2909c6eddc428Mark Andrews
e285c6ea84312a7be807b3af30151444b0002ba6Mark Andrews 634. [bug] A log file will completely stop being written when
e285c6ea84312a7be807b3af30151444b0002ba6Mark Andrews it reaches the maximum size in all cases, not just
e285c6ea84312a7be807b3af30151444b0002ba6Mark Andrews when versioning is also enabled. [RT #570]
e285c6ea84312a7be807b3af30151444b0002ba6Mark Andrews
222d38735f97f771054e223b03f84c5858252332Evan Hunt 633. [port] Cope with rlim_t missing on BSD/OS systems. [RT #575]
222d38735f97f771054e223b03f84c5858252332Evan Hunt
222d38735f97f771054e223b03f84c5858252332Evan Hunt 632. [bug] The index array of the journal file was
0277a7d6c19ab116b6832076ab9d850e1bf112d3Mark Andrews corrupted as it was written to disk.
0277a7d6c19ab116b6832076ab9d850e1bf112d3Mark Andrews
2dd959aa18d0f661efb0d9646963993a4773d036Evan Hunt 631. [port] Build without thread support on systems without
2dd959aa18d0f661efb0d9646963993a4773d036Evan Hunt pthreads.
2dd959aa18d0f661efb0d9646963993a4773d036Evan Hunt
8bd5bcd2a786dfd501a39008be79187e77735e45Mark Andrews 630. [bug] Locking failure in zone code. [RT #582]
8bd5bcd2a786dfd501a39008be79187e77735e45Mark Andrews
3ad3e9c948fd8781d0343b19f0412f5bf3ea6415Evan Hunt 629. [bug] 9.1.0b1 dereferenced a null pointer and crashed
32d24fef856a5938278abe502f02a66f4f608a05Mark Andrews when responding to a UDP IXFR request.
8462dfb880040cde3a60f047ec18808737fd7e85Mark Andrews
8462dfb880040cde3a60f047ec18808737fd7e85Mark Andrews 628. [bug] If the root hints contained only AAAA addresses,
53402b52b67aa6cbbd1d437d6cf8984e7175319eEvan Hunt named would be unable to perform resolution.
53402b52b67aa6cbbd1d437d6cf8984e7175319eEvan Hunt
53402b52b67aa6cbbd1d437d6cf8984e7175319eEvan Hunt 627. [bug] The EDNS0 blackhole detection code of change 324
03958ad4b9fd6b2d6f1fbf20e85d8ff2a1f9d069Mark Andrews waited for three retransmissions to each server,
03958ad4b9fd6b2d6f1fbf20e85d8ff2a1f9d069Mark Andrews which takes much too long when a domain has many
03958ad4b9fd6b2d6f1fbf20e85d8ff2a1f9d069Mark Andrews name servers and all of them drop EDNS0 queries.
9f6b57798da8c71effe19296fa86560dad638a31Mark Andrews Now we retry without EDNS0 after three consecutive
9f6b57798da8c71effe19296fa86560dad638a31Mark Andrews timeouts, even if they are all from different
fcc04c160feef526cc209ca03e8bbdfe34afd83bMark Andrews servers. [RT #143]
fcc04c160feef526cc209ca03e8bbdfe34afd83bMark Andrews
fcc04c160feef526cc209ca03e8bbdfe34afd83bMark Andrews 626. [bug] The lightweight resolver daemon no longer crashes
f0058a25b0de3246c63e4ca95788c611b3896a97Mark Andrews when asked for a SIG rrset. [RT #558]
f0058a25b0de3246c63e4ca95788c611b3896a97Mark Andrews
e85702ce5be33d7c07eff6487c6bb4730165f331Mark Andrews 625. [func] Zones now inherit their class from the enclosing view.
e85702ce5be33d7c07eff6487c6bb4730165f331Mark Andrews
03ccae042b4acd22805d667f823066d3690965cfMark Andrews 624. [bug] The zone object could get timer events after it had
6f7abb89ec22aef5eda40ed60fcf605a42b78d4dMark Andrews been destroyed, causing a server crash. [RT #571]
6f7abb89ec22aef5eda40ed60fcf605a42b78d4dMark Andrews
45f36932943c02159a8907380fc79dd70e2184f1Evan Hunt 623. [func] Added "named-checkconf" and "named-checkzone" program
45f36932943c02159a8907380fc79dd70e2184f1Evan Hunt for syntax checking named.conf files and zone files,
b123b265e3a3d9b72a14230b6517e0f6fdb5c5b5Mark Andrews respectively.
b123b265e3a3d9b72a14230b6517e0f6fdb5c5b5Mark Andrews
b123b265e3a3d9b72a14230b6517e0f6fdb5c5b5Mark Andrews 622. [bug] A canceled request could be destroyed before
abff0f462a758383d012887d3a97da4dac0c5a94Evan Hunt dns_request_destroy() was called. [RT #562]
abff0f462a758383d012887d3a97da4dac0c5a94Evan Hunt
abff0f462a758383d012887d3a97da4dac0c5a94Evan Hunt 621. [port] Disable IPv6 at runtime if IPv6 sockets are unusable.
abff0f462a758383d012887d3a97da4dac0c5a94Evan Hunt This mostly affects Red Hat Linux 7.0, which has
abff0f462a758383d012887d3a97da4dac0c5a94Evan Hunt conflicts between libc and the kernel.
abff0f462a758383d012887d3a97da4dac0c5a94Evan Hunt
177be355d4ccf0ce6308e3e6c0f5404eaf13e9a0Evan Hunt 620. [bug] dns_master_load*inc() now require 'task' and 'load'
177be355d4ccf0ce6308e3e6c0f5404eaf13e9a0Evan Hunt to be non-null. Also 'done' will not be called if
177be355d4ccf0ce6308e3e6c0f5404eaf13e9a0Evan Hunt dns_master_load*inc() fails immediately. [RT #565]
2b8bed6681d1541474f022586cbe728dfce36880Evan Hunt
2b8bed6681d1541474f022586cbe728dfce36880Evan Hunt 618. [bug] Queries to a signed zone could sometimes cause
2b8bed6681d1541474f022586cbe728dfce36880Evan Hunt an assertion failure.
2b8bed6681d1541474f022586cbe728dfce36880Evan Hunt
2b8bed6681d1541474f022586cbe728dfce36880Evan Hunt 617. [bug] When using dynamic update to add a new RR to an
2b8bed6681d1541474f022586cbe728dfce36880Evan Hunt existing RRset with a different TTL, the journal
2b8bed6681d1541474f022586cbe728dfce36880Evan Hunt entries generated from the update did not include
2b8bed6681d1541474f022586cbe728dfce36880Evan Hunt explicit deletions and re-additions of the existing
2b8bed6681d1541474f022586cbe728dfce36880Evan Hunt RRs to update their TTL to the new value.
de5890da9b87cb4b91aca033db0e25b1fdb68c77Evan Hunt
de5890da9b87cb4b91aca033db0e25b1fdb68c77Evan Hunt 616. [func] dnssec-signzone -t output now includes performance
de5890da9b87cb4b91aca033db0e25b1fdb68c77Evan Hunt statistics.
8a6f41d86ac80fd1397ffee65bed5131129a84e2Mark Andrews
8a6f41d86ac80fd1397ffee65bed5131129a84e2Mark Andrews 615. [bug] dnssec-signzone did not like child keysets signed
8a6f41d86ac80fd1397ffee65bed5131129a84e2Mark Andrews by multiple keys.
538f4a22b1cbde59a9e53fef51583904a7f7393fMark Andrews
538f4a22b1cbde59a9e53fef51583904a7f7393fMark Andrews 614. [bug] Checks for uninitialized link fields were prone
538f4a22b1cbde59a9e53fef51583904a7f7393fMark Andrews to false positives, causing assertion failures.
706219e547c90fb7d9435b20e70fb4003dc6dfd5Evan Hunt The checks are now disabled by default and may
706219e547c90fb7d9435b20e70fb4003dc6dfd5Evan Hunt be re-enabled by defining ISC_LIST_CHECKINIT.
03ccae042b4acd22805d667f823066d3690965cfMark Andrews
2f21adbc6a0962117015a51a44b33a99f3f94ac7Evan Hunt 613. [bug] "rndc reload zone" now reloads primary zones.
2f21adbc6a0962117015a51a44b33a99f3f94ac7Evan Hunt It previously only updated slave and stub zones,
4d077be1351ea10db3bc7843865a5d1ba1e81d5bEvan Hunt if an SOA query indicated an out of date serial.
4d077be1351ea10db3bc7843865a5d1ba1e81d5bEvan Hunt
4d077be1351ea10db3bc7843865a5d1ba1e81d5bEvan Hunt 612. [cleanup] Shutup a ridiculously noisy HP-UX compiler that
2e22f903da490cefb98e0c8b14ac66b466cfe1d9Mark Andrews complains relentlessly about how its treatment
2e22f903da490cefb98e0c8b14ac66b466cfe1d9Mark Andrews of 'const' has changed as well as how casting
2e22f903da490cefb98e0c8b14ac66b466cfe1d9Mark Andrews sometimes tightens alignment constraints.
b13b4520207e401d81d7e759162ede870896d82dMark Andrews
b13b4520207e401d81d7e759162ede870896d82dMark Andrews 611. [func] allow-notify can be used to permit processing of
b13b4520207e401d81d7e759162ede870896d82dMark Andrews notify messages from hosts other than a slave's
8c9d5521e760ead39f75adc3c87dc1dd0f9c101dMark Andrews masters.
8c9d5521e760ead39f75adc3c87dc1dd0f9c101dMark Andrews
8c9d5521e760ead39f75adc3c87dc1dd0f9c101dMark Andrews 610. [func] rndc dumpdb is now supported.
8c9d5521e760ead39f75adc3c87dc1dd0f9c101dMark Andrews
03ccae042b4acd22805d667f823066d3690965cfMark Andrews 609. [bug] getrrsetbyname() would crash lwresd if the server
2786b6c53fb198d742e9738294fa0a51a52e4dceckb found more SIGs than answers. [RT #554]
2786b6c53fb198d742e9738294fa0a51a52e4dceckb
20b95f5ff63cdae6bb5d4b96c1cc6e6e5373df8eMark Andrews 608. [func] dnssec-signzone now adds a comment to the zone
20b95f5ff63cdae6bb5d4b96c1cc6e6e5373df8eMark Andrews with the time the file was signed.
20b95f5ff63cdae6bb5d4b96c1cc6e6e5373df8eMark Andrews
c3b9fad5e3be639c9b36ff0ac921c30133da395cMar Andrews 607. [bug] nsupdate would fail if it encountered a CNAME or
c3b9fad5e3be639c9b36ff0ac921c30133da395cMar Andrews DNAME in a response to an SOA query. [RT #515]
39bfdc2ff9da3c2ecdbc70d46cabfd56d66f24f6Mark Andrews
39bfdc2ff9da3c2ecdbc70d46cabfd56d66f24f6Mark Andrews 606. [bug] Compiling with --disable-threads failed due
03ccae042b4acd22805d667f823066d3690965cfMark Andrews to isc_thread_self() being incorrectly defined
03ccae042b4acd22805d667f823066d3690965cfMark Andrews as an integer rather than a function.
03ccae042b4acd22805d667f823066d3690965cfMark Andrews
03ccae042b4acd22805d667f823066d3690965cfMark Andrews 605. [func] New function isc_lex_getlasttokentext().
03ccae042b4acd22805d667f823066d3690965cfMark Andrews
03ccae042b4acd22805d667f823066d3690965cfMark Andrews 604. [bug] The named.conf parser could print incorrect line
aecadaf3b1bbbe0bd58f703989baf38eedd0ffcackb numbers when long comments were present.
aecadaf3b1bbbe0bd58f703989baf38eedd0ffcackb
03ccae042b4acd22805d667f823066d3690965cfMark Andrews 603. [bug] Make dig handle multiple types or classes on the same
aecadaf3b1bbbe0bd58f703989baf38eedd0ffcackb query more correctly.
55670a1e5517e9587171e9f41dc8f3e40b6fcfefMark Andrews
55670a1e5517e9587171e9f41dc8f3e40b6fcfefMark Andrews 602. [func] Cope automatically with UnixWare's broken
55670a1e5517e9587171e9f41dc8f3e40b6fcfefMark Andrews IN6_IS_ADDR_* macros. [RT #539]
744589ff64e8d98b30b746cd7a1833f77830e185Mark Andrews
1a09fefa59a9f00ed380494ae4722a0666f1ccaaMark Andrews 601. [func] Return a non-zero exit code if an update fails
1a09fefa59a9f00ed380494ae4722a0666f1ccaaMark Andrews in nsupdate.
8f4572372c4b496a43b50a6c14d82f2aba26a054Mark Andrews
8f4572372c4b496a43b50a6c14d82f2aba26a054Mark Andrews 600. [bug] Reverse lookups sometimes failed in dig, etc...
4786e693a7c4b41ba4554f06a2f6d16c74017f15Mark Andrews
4786e693a7c4b41ba4554f06a2f6d16c74017f15Mark Andrews 599. [func] Added four new functions to the libisc log API to
4786e693a7c4b41ba4554f06a2f6d16c74017f15Mark Andrews support i18n messages. isc_log_iwrite(),
4d30dd89f5dba10b3ffc0531c35ec635033d310bMark Andrews isc_log_ivwrite(), isc_log_iwrite1() and
4d30dd89f5dba10b3ffc0531c35ec635033d310bMark Andrews isc_log_ivwrite1() were added.
4d30dd89f5dba10b3ffc0531c35ec635033d310bMark Andrews
c2e80cf47ebb1ceecb4ad2ee01191ba2677f6feeMark Andrews 598. [bug] An update-policy statement would cause the server
c2e80cf47ebb1ceecb4ad2ee01191ba2677f6feeMark Andrews to assert while loading. [RT #536]
c2e80cf47ebb1ceecb4ad2ee01191ba2677f6feeMark Andrews
f83542787f882444d2abf9fcaf47a34c29e4fec2Mark Andrews 597. [func] dnssec-signzone is now multithreaded.
f83542787f882444d2abf9fcaf47a34c29e4fec2Mark Andrews
e7dfefe19d70b4c86f9a999bebc27ebf9a8590a2Evan Hunt 596. [bug] DNS_RDATASLAB_FORCE and DNS_RDATASLAB_EXACT are
e7dfefe19d70b4c86f9a999bebc27ebf9a8590a2Evan Hunt not mutually exclusive.
e7dfefe19d70b4c86f9a999bebc27ebf9a8590a2Evan Hunt
e7dfefe19d70b4c86f9a999bebc27ebf9a8590a2Evan Hunt 595. [port] On Linux 2.2, socket() returns EINVAL when it
e7dfefe19d70b4c86f9a999bebc27ebf9a8590a2Evan Hunt should return EAFNOSUPPORT. Work around this.
f46168b87966f679a22aaf494c555f0de821aff9Evan Hunt [RT #531]
f46168b87966f679a22aaf494c555f0de821aff9Evan Hunt
f46168b87966f679a22aaf494c555f0de821aff9Evan Hunt 594. [func] sdb drivers are now assumed to not be thread-safe
f46168b87966f679a22aaf494c555f0de821aff9Evan Hunt unless the DNS_SDBFLAG_THREADSAFE flag is supplied.
f46168b87966f679a22aaf494c555f0de821aff9Evan Hunt
57c3a831c5314c16c40e519b3b70071b2001c3efMark Andrews 593. [bug] If a secure zone was missing all its NXTs and
57c3a831c5314c16c40e519b3b70071b2001c3efMark Andrews a dynamic update was attempted, the server entered
2f57f353e8d0b761884303f49e0c2a937b7d6243Evan Hunt an infinite loop.
2f57f353e8d0b761884303f49e0c2a937b7d6243Evan Hunt
b3f23e7a7d5aeddf1fc2d3b658b2a72c5710327fMark Andrews 592. [bug] The sig-validity-interval option now specifies a
2f57f353e8d0b761884303f49e0c2a937b7d6243Evan Hunt number of days, not seconds. This matches the
f3e10cca1b9a95fab5ac7a162c0705e2d9da7370Mark Andrews documentation. [RT #529]
f3e10cca1b9a95fab5ac7a162c0705e2d9da7370Mark Andrews
4b3d727d96fc3ee3a0c12c716f14163adfcf1fedEvan Hunt --- 9.1.0b1 released ---
b3f23e7a7d5aeddf1fc2d3b658b2a72c5710327fMark Andrews
4b3d727d96fc3ee3a0c12c716f14163adfcf1fedEvan Hunt 591. [bug] Work around non-reentrancy in openssl by disabling
4b3d727d96fc3ee3a0c12c716f14163adfcf1fedEvan Hunt precomputation in keys.
d65a29175a23d43511ae7554e347d4519c9594fcEvan Hunt
d65a29175a23d43511ae7554e347d4519c9594fcEvan Hunt 590. [doc] There are now man pages for the lwres library in
a8ef22d88e89f551bceb04cc7dbefdab74146960Evan Hunt doc/man/lwres.
b3f23e7a7d5aeddf1fc2d3b658b2a72c5710327fMark Andrews
24d821190491abc34342f6d126c1228c7c24fca3ckb 589. [bug] The server could deadlock if a zone was updated
47c5b8af920a93763c97d9a93ea1fd766961a5b3Evan Hunt while being transferred out.
47c5b8af920a93763c97d9a93ea1fd766961a5b3Evan Hunt
3b9b4c75f9121de7824b1e621921bb407e82d3c6Evan Hunt 588. [bug] ctx->in_use was not being correctly initalised when
3b9b4c75f9121de7824b1e621921bb407e82d3c6Evan Hunt when pushing a file for $INCLUDE. [RT #523]
3b9b4c75f9121de7824b1e621921bb407e82d3c6Evan Hunt
3b9b4c75f9121de7824b1e621921bb407e82d3c6Evan Hunt 587. [func] A warning is now printed if the "allow-update"
965371b8cffbd02d667594c8e17e413c723f9112Mark Andrews option allows updates based on the source IP
965371b8cffbd02d667594c8e17e413c723f9112Mark Andrews address, to alert users to the fact that this
965371b8cffbd02d667594c8e17e413c723f9112Mark Andrews is insecure and becoming increasingly so as
de0fd6809754ad9dc47b7c60fda8f4c8b22ea1f8Mark Andrews servers capable of update forwarding are being
de0fd6809754ad9dc47b7c60fda8f4c8b22ea1f8Mark Andrews deployed.
de0fd6809754ad9dc47b7c60fda8f4c8b22ea1f8Mark Andrews
de0fd6809754ad9dc47b7c60fda8f4c8b22ea1f8Mark Andrews 586. [bug] multiple views with the same name were fatal. [RT #516]
f3f76f009b282953652770408be38e6f9e47cbb3ckb
b3f23e7a7d5aeddf1fc2d3b658b2a72c5710327fMark Andrews 585. [func] dns_db_addrdataset() and and dns_rdataslab_merge()
0fbd29837a5911e0f0a83fca93aa4453200a8ccfMark Andrews now support 'exact' additions in a similar manner to
0fbd29837a5911e0f0a83fca93aa4453200a8ccfMark Andrews dns_db_subtractrdataset() and dns_rdataslab_subtract().
0fbd29837a5911e0f0a83fca93aa4453200a8ccfMark Andrews
1c8f2b6dcd0b3952e4f5f2d6a2f0225675379739Mark Andrews 584. [func] You can now say 'notify explicit'; to suppress
1c8f2b6dcd0b3952e4f5f2d6a2f0225675379739Mark Andrews notification of the servers listed in NS records
1c8f2b6dcd0b3952e4f5f2d6a2f0225675379739Mark Andrews and notify only those servers listed in the
1c8f2b6dcd0b3952e4f5f2d6a2f0225675379739Mark Andrews 'also-notify' option.
b3f23e7a7d5aeddf1fc2d3b658b2a72c5710327fMark Andrews
47c6d89485d2ec62e94eda745267e7387f995e96Mark Andrews 583. [func] "rndc querylog" will now toggle logging of
47c6d89485d2ec62e94eda745267e7387f995e96Mark Andrews queries, like "ndc querylog" in BIND 8.
7786d6542bb800be7d8c56793985d510626806b2Mark Andrews
7786d6542bb800be7d8c56793985d510626806b2Mark Andrews 582. [bug] dns_zone_idetach() failed to lock the zone.
7786d6542bb800be7d8c56793985d510626806b2Mark Andrews [RT #199, #463]
71dfdcbfae32f150179f93476f9ff71b30336cb9Mark Andrews
71dfdcbfae32f150179f93476f9ff71b30336cb9Mark Andrews 581. [bug] log severity was not being correctly processed.
91dd13bacf452437b6f0284bacd4c7f6f763cb45Mark Andrews [RT #485]
91dd13bacf452437b6f0284bacd4c7f6f763cb45Mark Andrews
dbf693fdfd2bb495cf6d176ecebd173331c3d94aMark Andrews 580. [func] Ignore trailing garbage on incoming DNS packets,
611dc8876869036ab5e981e53ae7a446145d9354Mark Andrews for interoperability with broken server
611dc8876869036ab5e981e53ae7a446145d9354Mark Andrews implementations. [RT #491]
2ec7373254331f183ae62a13acbac24c80a6a3aaMark Andrews
2ec7373254331f183ae62a13acbac24c80a6a3aaMark Andrews 579. [bug] nsupdate did not take a filename to read update from.
3806133da574f4570db3005473e0d56b746cc6eaEvan Hunt [RT #492]
3806133da574f4570db3005473e0d56b746cc6eaEvan Hunt
3806133da574f4570db3005473e0d56b746cc6eaEvan Hunt 578. [func] New config option "notify-source", to specify the
3806133da574f4570db3005473e0d56b746cc6eaEvan Hunt source address for notify messages.
3806133da574f4570db3005473e0d56b746cc6eaEvan Hunt
3806133da574f4570db3005473e0d56b746cc6eaEvan Hunt 577. [func] Log illegal RDATA combinations. e.g. multiple
41bbb34bc20f189af62e7047ce42822615417f15Evan Hunt singlton types, cname and other data.
1e8259d911ed8e368ae4c6361f5aa99a9496b2a6Mark Andrews
1e8259d911ed8e368ae4c6361f5aa99a9496b2a6Mark Andrews 576. [doc] isc_log_create() description did not match reality.
058e44186b74531402c1f99088eb9dbe4926f8daMark Andrews
9e70b51d3b19b0592116e722a7452383a0e8e366Mark Andrews 575. [bug] isc_log_create() was not setting internal state
9e70b51d3b19b0592116e722a7452383a0e8e366Mark Andrews correctly to reflect the default channels created.
9e70b51d3b19b0592116e722a7452383a0e8e366Mark Andrews
aa49af836ce7a7a2888f5cedf4cbb14ff4dc1d11Mark Andrews 574. [bug] TSIG signed queries sent by the resolver would fail to
aa49af836ce7a7a2888f5cedf4cbb14ff4dc1d11Mark Andrews have their responses validated and would leak memory.
aa49af836ce7a7a2888f5cedf4cbb14ff4dc1d11Mark Andrews
d1ac7adb3e2620b7a22d6141e814800aefc7e844Evan Hunt 573. [bug] The journal files of IXFRed slave zones were
d1ac7adb3e2620b7a22d6141e814800aefc7e844Evan Hunt inadvertantly discarded on server reload, causing
c22f896f3ae1d7258e99a090ded1f7fe3e232322Evan Hunt "journal out of sync with zone" errors on subsequent
b3f23e7a7d5aeddf1fc2d3b658b2a72c5710327fMark Andrews reloads. [RT #482]
b3f23e7a7d5aeddf1fc2d3b658b2a72c5710327fMark Andrews
c872f39a00e8209ff6412b3383ed9099ac3e14a7Evan Hunt 572. [bug] Quoted strings were not accepted as key names in
da35568c7169d7218b0be7203ed03e2e626566c0Evan Hunt address match lists.
da35568c7169d7218b0be7203ed03e2e626566c0Evan Hunt
da35568c7169d7218b0be7203ed03e2e626566c0Evan Hunt 571. [bug] It was possible to create an rdataset of singleton
da35568c7169d7218b0be7203ed03e2e626566c0Evan Hunt type which had more than one rdata. [RT #154]
3192f9981331ae89c91a03f1c0f1e3b843fd4f21Evan Hunt [RT #279]
3192f9981331ae89c91a03f1c0f1e3b843fd4f21Evan Hunt
3192f9981331ae89c91a03f1c0f1e3b843fd4f21Evan Hunt 570. [bug] rbtdb.c allowed zones containing nodes which had
744589ff64e8d98b30b746cd7a1833f77830e185Mark Andrews both a CNAME and "other data". [RT #154]
fec1c619189b1fec1f63528363bf600cd0b1a87eMark Andrews
fec1c619189b1fec1f63528363bf600cd0b1a87eMark Andrews 569. [func] The DNSSEC AD bit will not be set on queries which
27809a2ee5db141b684e53bf1d94da26e9f92d3aMark Andrews have not requested a DNSSEC response.
27809a2ee5db141b684e53bf1d94da26e9f92d3aMark Andrews
27809a2ee5db141b684e53bf1d94da26e9f92d3aMark Andrews 568. [func] Add sample simple database drivers in contrib/sdb.
05284949f73d496092c6f21f1ef9d788075fa2dbEvan Hunt
05284949f73d496092c6f21f1ef9d788075fa2dbEvan Hunt 567. [bug] Setting the zone transfer timeout to zero caused an
05284949f73d496092c6f21f1ef9d788075fa2dbEvan Hunt assertion failure. [RT #302]
664320a88f4782d0bccf012da01a39dd54632d24Evan Hunt
664320a88f4782d0bccf012da01a39dd54632d24Evan Hunt 566. [func] New public function dns_timer_setidle().
664320a88f4782d0bccf012da01a39dd54632d24Evan Hunt
eed495737be4846ab054654a48f3387f77cadaaaMark Andrews 565. [func] Log queries more like BIND 8: query logging is now
eed495737be4846ab054654a48f3387f77cadaaaMark Andrews done to category "queries", level "info". [RT #169]
eed495737be4846ab054654a48f3387f77cadaaaMark Andrews
5f26ffc2b4afc462acef8766ce5418cb4d75bfffMark Andrews 564. [func] Add sortlist support to lwresd.
5f26ffc2b4afc462acef8766ce5418cb4d75bfffMark Andrews
b3f23e7a7d5aeddf1fc2d3b658b2a72c5710327fMark Andrews 563. [func] New public functions dns_rdatatype_format() and
b3f23e7a7d5aeddf1fc2d3b658b2a72c5710327fMark Andrews dns_rdataclass_format(), for convenient formatting
179d8f4cc893420557c38d940b611404608d0239ckb of rdata type/class mnemonics in log messages.
b3f23e7a7d5aeddf1fc2d3b658b2a72c5710327fMark Andrews
7e9d637131516486630290d36c4c0db544cb700eMark Andrews 562. [cleanup] Moved lib/dns/*conf.c to bin/named where they belong.
4c2168728cbfc210e35cd438fe57b95fb55d738aMark Andrews
4c2168728cbfc210e35cd438fe57b95fb55d738aMark Andrews 561. [func] The 'datasize', 'stacksize', 'coresize' and 'files'
4c2168728cbfc210e35cd438fe57b95fb55d738aMark Andrews clauses of the options{} statement are now implemented.
4118cd4276c3f53f9f6f0133688e05e52d70336bMark Andrews
4118cd4276c3f53f9f6f0133688e05e52d70336bMark Andrews 560. [bug] dns_name_split did not properly the resulting prefix
4118cd4276c3f53f9f6f0133688e05e52d70336bMark Andrews when a maximal length bitstring label was split which
4118cd4276c3f53f9f6f0133688e05e52d70336bMark Andrews was preceded by another bitstring label. [RT #429]
8e0a15f42f06d1616b6f5d43658e2f90ff91cbfaMark Andrews
8e0a15f42f06d1616b6f5d43658e2f90ff91cbfaMark Andrews 559. [bug] dns_name_split did not properly create the suffix
8e0a15f42f06d1616b6f5d43658e2f90ff91cbfaMark Andrews when splitting within a maximal length bitstring label.
d1f43359e4349bb9d934b96b7aa22b54ae7cef7cMark Andrews
d1f43359e4349bb9d934b96b7aa22b54ae7cef7cMark Andrews 558. [func] New functions, isc_resource_getlimit and
8f7e0e25a55e75cf9683583266faa14abcbda899Mark Andrews isc_resource_setlimit.
767f7ebc1a7932b56868f61facae314df8a2871dEvan Hunt
8f7e0e25a55e75cf9683583266faa14abcbda899Mark Andrews 557. [func] Symbolic constants for libisc integral types.
b29e8482207fe64ea15960f2048a60e6a37e00ebMark Andrews
b29e8482207fe64ea15960f2048a60e6a37e00ebMark Andrews 556. [func] The DNSSEC OK bit in the EDNS extended flags
b29e8482207fe64ea15960f2048a60e6a37e00ebMark Andrews is now implemented. Responses to queries without
34fba65d39b884775c30da2ae4eee15973b1b30dMark Andrews this bit set will not contain any DNSSEC records.
339f08ee1eea16401bb9fbd9232a336cf6f52a8dckb
339f08ee1eea16401bb9fbd9232a336cf6f52a8dckb 555. [bug] A slave server attempting a zone transfer could
78ba74e63db0c30b30107106dfd4f7e6f671dc35Evan Hunt crash with an assertion failure on certain
78ba74e63db0c30b30107106dfd4f7e6f671dc35Evan Hunt malformed responses from the master. [RT #457]
78ba74e63db0c30b30107106dfd4f7e6f671dc35Evan Hunt
1bbd36c4db2c86762b582db4b0504e6e68a183f6Mark Andrews 554. [bug] In some cases, not all of the dnssec tools were
1bbd36c4db2c86762b582db4b0504e6e68a183f6Mark Andrews properly installed.
1bbd36c4db2c86762b582db4b0504e6e68a183f6Mark Andrews
85705b4b5a4b666981997ffe222738d281b9bf58Evan Hunt 553. [bug] Incoming zone transfers deferred due to quota
85705b4b5a4b666981997ffe222738d281b9bf58Evan Hunt were not started when quota was increased but
85705b4b5a4b666981997ffe222738d281b9bf58Evan Hunt only when a transfer in progress finished. [RT #456]
85705b4b5a4b666981997ffe222738d281b9bf58Evan Hunt
820fdd61dd35e359a8e616031209d074a7140d97Evan Hunt 552. [bug] We were not correctly detecting the end of all c-style
820fdd61dd35e359a8e616031209d074a7140d97Evan Hunt comments. [RT #455]
820fdd61dd35e359a8e616031209d074a7140d97Evan Hunt
820fdd61dd35e359a8e616031209d074a7140d97Evan Hunt 551. [func] Implemented the 'sortlist' option.
8f6d6d72e80314bd36c50f1805e424b6f6332caeEvan Hunt
8f6d6d72e80314bd36c50f1805e424b6f6332caeEvan Hunt 550. [func] Support unknown rdata types and classes.
b8493d3292459454aeaf4d1ef10750f2e4e52d8eMark Andrews
f06dad6860f209da422790ab7b9df36857e8c0f3Mark Andrews 549. [bug] "make" did not immediately abort the build when a
f06dad6860f209da422790ab7b9df36857e8c0f3Mark Andrews subdirectory make failed [RT #450].
3f755529ee7ecdc9227eed572e007cf71d4d5107Evan Hunt
b8493d3292459454aeaf4d1ef10750f2e4e52d8eMark Andrews 548. [func] The lexer now ungets tokens more correctly.
3f755529ee7ecdc9227eed572e007cf71d4d5107Evan Hunt
5f250186409cff46d0409c6d3cc34d4bf08f1d17Mark Andrews 546. [func] Option 'lame-ttl' is now implemented.
5f250186409cff46d0409c6d3cc34d4bf08f1d17Mark Andrews
1eb871bb42d2728377ea1ebcb3c1ebb2d9535f3cMar Andrews 545. [func] Name limit and counting options removed from dig;
1eb871bb42d2728377ea1ebcb3c1ebb2d9535f3cMar Andrews they didn't work properly, and cannot be correctly
b8493d3292459454aeaf4d1ef10750f2e4e52d8eMark Andrews implemented without significant changes.
e7857b5ee05414961bb11f9e57f654163fae6acbckb
e7857b5ee05414961bb11f9e57f654163fae6acbckb 544. [func] Add statistics option, enable statistics-file option,
e7857b5ee05414961bb11f9e57f654163fae6acbckb add RNDC option "dump-statistics" to write out a
3ce2018dfa0912a29666e7e477a9daddf23fc224Mark Andrews query statistics file.
3ce2018dfa0912a29666e7e477a9daddf23fc224Mark Andrews
6eb6af6732194157224e2b8d81a02a9e80c4530aMark Andrews 543. [doc] The 'port' option is now documented.
6eb6af6732194157224e2b8d81a02a9e80c4530aMark Andrews
c965b1869024ab38518fade703cc1dae2d71a59eMark Andrews 542. [func] Add support for update forwarding as required for
c965b1869024ab38518fade703cc1dae2d71a59eMark Andrews full compliance with RFC2136. It is turned off
c965b1869024ab38518fade703cc1dae2d71a59eMark Andrews by default and can be enabled using the
ee2f98d5cf12c86e7590efcdf6725ab133a430f3Mark Andrews 'allow-update-forwarding' option.
ee2f98d5cf12c86e7590efcdf6725ab133a430f3Mark Andrews
ee2f98d5cf12c86e7590efcdf6725ab133a430f3Mark Andrews 541. [func] Add bogus server support.
c963ca7542743c4b1293b245b8750bfdcdde7580Mark Andrews
c963ca7542743c4b1293b245b8750bfdcdde7580Mark Andrews 540. [func] Add dialup support.
c963ca7542743c4b1293b245b8750bfdcdde7580Mark Andrews
c963ca7542743c4b1293b245b8750bfdcdde7580Mark Andrews 539. [func] Support the blackhole option.
d0d892f44941986629021fcdad388d54de829ea0Mark Andrews
d0d892f44941986629021fcdad388d54de829ea0Mark Andrews 538. [bug] fix buffer overruns by 1 in lwres_getnameinfo().
d0d892f44941986629021fcdad388d54de829ea0Mark Andrews
d0d892f44941986629021fcdad388d54de829ea0Mark Andrews 536. [func] Use transfer-source{-v6} when sending refresh queries.
1a594d204a1d63538e76f8453be1f4ce9f87b88eMark Andrews Transfer-source{-v6} now take a optional port
1a594d204a1d63538e76f8453be1f4ce9f87b88eMark Andrews parameter for setting the UDP source port. The port
b8493d3292459454aeaf4d1ef10750f2e4e52d8eMark Andrews parameter is ignored for TCP.
b8493d3292459454aeaf4d1ef10750f2e4e52d8eMark Andrews
b8493d3292459454aeaf4d1ef10750f2e4e52d8eMark Andrews 535. [func] Use transfer-source{-v6} when forwarding update
b8493d3292459454aeaf4d1ef10750f2e4e52d8eMark Andrews requests.
34fba65d39b884775c30da2ae4eee15973b1b30dMark Andrews
b8493d3292459454aeaf4d1ef10750f2e4e52d8eMark Andrews 534. [func] Ancestors have been removed from RBT chains. Ancestor
b8493d3292459454aeaf4d1ef10750f2e4e52d8eMark Andrews information can be discerned via node parent pointers.
b8493d3292459454aeaf4d1ef10750f2e4e52d8eMark Andrews
8d678e40f6d5a172a6e5694ae819330ff667c55cEvan Hunt 533. [func] Incorporated name hashing into the RBT database to
ca092ed9f2732f61b31d58c8b8507253d99c26e0ckb improve search speed.
cdd271b14aebc6a3f076eb82a016e0a4d0d4247aEvan Hunt
cdd271b14aebc6a3f076eb82a016e0a4d0d4247aEvan Hunt 532. [func] Implement DNS UPDATE pseudo records using
cdd271b14aebc6a3f076eb82a016e0a4d0d4247aEvan Hunt DNS_RDATA_UPDATE flag.
d64138e5778e99a994039b3861471929a49a2042Evan Hunt
d64138e5778e99a994039b3861471929a49a2042Evan Hunt 531. [func] Rdata really should be initalized before being assigned
d64138e5778e99a994039b3861471929a49a2042Evan Hunt to (dns_rdata_fromwire(), dns_rdata_fromtext(),
d64138e5778e99a994039b3861471929a49a2042Evan Hunt dns_rdata_clone(), dns_rdata_fromregion()),
2bf80ddc755eec26a75beff63e4f83f88a4c5ba9Mark Andrews check that it is.
2bf80ddc755eec26a75beff63e4f83f88a4c5ba9Mark Andrews
2bf80ddc755eec26a75beff63e4f83f88a4c5ba9Mark Andrews 530. [func] New function dns_rdata_invalidate().
2bf80ddc755eec26a75beff63e4f83f88a4c5ba9Mark Andrews
2bf80ddc755eec26a75beff63e4f83f88a4c5ba9Mark Andrews 529. [bug] 521 contained a bug which caused zones to always
2bf80ddc755eec26a75beff63e4f83f88a4c5ba9Mark Andrews reload. [RT #410]
2bf80ddc755eec26a75beff63e4f83f88a4c5ba9Mark Andrews
2bf80ddc755eec26a75beff63e4f83f88a4c5ba9Mark Andrews 528. [func] The ISC_LIST_XXXX macros now perform sanity checks
2bf80ddc755eec26a75beff63e4f83f88a4c5ba9Mark Andrews on their arguments. ISC_LIST_XXXXUNSAFE can be use
00c605a6438c16d4159aa7951e31ec5ed00812eeMark Andrews to skip the checks however use with caution.
00c605a6438c16d4159aa7951e31ec5ed00812eeMark Andrews
c41c261fc7b2ae573fab3675a03a5f1ef099a2eaMark Andrews 527. [func] New function dns_rdata_clone().
c41c261fc7b2ae573fab3675a03a5f1ef099a2eaMark Andrews
c41c261fc7b2ae573fab3675a03a5f1ef099a2eaMark Andrews 526. [bug] nsupdate incorrectly refused to add RRs with a TTL
c41c261fc7b2ae573fab3675a03a5f1ef099a2eaMark Andrews of 0.
ad127d839d2e7aa542939a8a336691407e23397eMark Andrews
ad127d839d2e7aa542939a8a336691407e23397eMark Andrews 525. [func] New arguments 'options' for dns_db_subtractrdataset(),
ad127d839d2e7aa542939a8a336691407e23397eMark Andrews and 'flags' for dns_rdataslab_subtract() allowing you
ad127d839d2e7aa542939a8a336691407e23397eMark Andrews to request that the RR's must exist prior to deletion.
c9611b45736af157e2993c6ef852e55e8e24ca83Evan Hunt DNS_R_NOTEXACT is returned if the condition is not met.
b8493d3292459454aeaf4d1ef10750f2e4e52d8eMark Andrews
b8493d3292459454aeaf4d1ef10750f2e4e52d8eMark Andrews 524. [func] The 'forward' and 'forwarders' statement in
b8493d3292459454aeaf4d1ef10750f2e4e52d8eMark Andrews non-forward zones should work now.
b8493d3292459454aeaf4d1ef10750f2e4e52d8eMark Andrews
c9611b45736af157e2993c6ef852e55e8e24ca83Evan Hunt 523. [doc] The source to the Administrator Reference Manual is
3d1eaf18c7603dfc134000488447dcb40d9d2bc5ckb now an XML file using the DocBook DTD, and is included
3d1eaf18c7603dfc134000488447dcb40d9d2bc5ckb in the distribution. The plain text version of the
7865ea9545f28f12f046b32d24c989e8441b9812Mark Andrews ARM is temporarily unavailable while we figure out
7865ea9545f28f12f046b32d24c989e8441b9812Mark Andrews how to generate readable plain text from the XML.
7865ea9545f28f12f046b32d24c989e8441b9812Mark Andrews
57f1d800f8866d8b45cc130d31a92742a7c37e23Mark Andrews 522. [func] The lightweight resolver daemon can now use
57f1d800f8866d8b45cc130d31a92742a7c37e23Mark Andrews a real configuration file, and its functionality
57f1d800f8866d8b45cc130d31a92742a7c37e23Mark Andrews can be provided by a name server. Also, the -p and -P
c298583db573a329f37d43301d8c3c812500ac85Mark Andrews options to lwresd have been reversed.
c298583db573a329f37d43301d8c3c812500ac85Mark Andrews
c298583db573a329f37d43301d8c3c812500ac85Mark Andrews 521. [bug] Detect master files which contain $INCLUDE and always
80fa3ef8517ff046a72c4cb1e785f30c9ef9ee75Mark Andrews reload. [RT #196]
80fa3ef8517ff046a72c4cb1e785f30c9ef9ee75Mark Andrews
80fa3ef8517ff046a72c4cb1e785f30c9ef9ee75Mark Andrews 520. [bug] Upgraded libtool to 1.3.5, which makes shared
04e5f9812cb02d5d86b542dfa9a394f074ff5621Evan Hunt library builds almost work on AIX (and possibly
04e5f9812cb02d5d86b542dfa9a394f074ff5621Evan Hunt others).
04e5f9812cb02d5d86b542dfa9a394f074ff5621Evan Hunt
109ebcc98023591b66f7e12010da9bde0dd07d6fMark Andrews 519. [bug] dns_name_split() would improperly split some bitstring
03ccae042b4acd22805d667f823066d3690965cfMark Andrews labels, zeroing a few of the least signficant bits in
109ebcc98023591b66f7e12010da9bde0dd07d6fMark Andrews the prefix part. When such an improperly created
7310c0b1ee680a4bcb0bcaa55798e64b97c9da18Mark Andrews prefix was returned to the RBT database, the bogus
f6c77d1beab4dcd5484d7891aff04ed479dbb771Mark Andrews label was dutifully stored, corrupting the tree.
7310c0b1ee680a4bcb0bcaa55798e64b97c9da18Mark Andrews [RT #369]
7310c0b1ee680a4bcb0bcaa55798e64b97c9da18Mark Andrews
9c0fa8d469259a0763f61464410aba8f0db96eafMark Andrews 518. [bug] The resolver did not realize that a DNAME which was
a0c1fa2a8f6710d8c490643c3d04014f907e1a23Mark Andrews "the answer" to the client's query was "the answer",
432defb06aff07e35c762cbb9952eeb4d1957224Mark Andrews and such queries would fail. [RT #399]
e928207c3866f562d2800abb2afde59738c9294eMark Andrews
b8493d3292459454aeaf4d1ef10750f2e4e52d8eMark Andrews 517. [bug] The resolver's DNAME code would trigger an assertion
57a2236357a3f9c5f13a85e247f4cec7b724bcd0Vernon Schryver if there was more than one DNAME in the chain.
b8493d3292459454aeaf4d1ef10750f2e4e52d8eMark Andrews [RT #399]
57a2236357a3f9c5f13a85e247f4cec7b724bcd0Vernon Schryver
57a2236357a3f9c5f13a85e247f4cec7b724bcd0Vernon Schryver 516. [bug] Cache lookups which had a NULL node pointer, e.g.
57a2236357a3f9c5f13a85e247f4cec7b724bcd0Vernon Schryver those by dns_view_find(), and which would match a
57a2236357a3f9c5f13a85e247f4cec7b724bcd0Vernon Schryver DNAME, would trigger an INSIST(!search.need_cleanup)
57a2236357a3f9c5f13a85e247f4cec7b724bcd0Vernon Schryver assertion. [RT #399]
57a2236357a3f9c5f13a85e247f4cec7b724bcd0Vernon Schryver
57a2236357a3f9c5f13a85e247f4cec7b724bcd0Vernon Schryver 515. [bug] The ssu table was not being attached / detached
57a2236357a3f9c5f13a85e247f4cec7b724bcd0Vernon Schryver by dns_zone_[sg]etssutable. [RT#397]
57a2236357a3f9c5f13a85e247f4cec7b724bcd0Vernon Schryver
57a2236357a3f9c5f13a85e247f4cec7b724bcd0Vernon Schryver 514. [func] Retry refresh and notify queries if they timeout.
368aedf188d7c7782cae8a5ce2a978be47b5a764Evan Hunt [RT #388]
57a2236357a3f9c5f13a85e247f4cec7b724bcd0Vernon Schryver
57a2236357a3f9c5f13a85e247f4cec7b724bcd0Vernon Schryver 513. [func] New functionality added to rdnc and server to allow
26833735d3d95e731a1cfb2a9b12c9bc10ba208aEvan Hunt individual zones to be refreshed or reloaded.
26833735d3d95e731a1cfb2a9b12c9bc10ba208aEvan Hunt
26833735d3d95e731a1cfb2a9b12c9bc10ba208aEvan Hunt 512. [bug] The zone transfer code could throw an execption with
26833735d3d95e731a1cfb2a9b12c9bc10ba208aEvan Hunt an invalid IXFR stream.
26833735d3d95e731a1cfb2a9b12c9bc10ba208aEvan Hunt
26833735d3d95e731a1cfb2a9b12c9bc10ba208aEvan Hunt 511. [bug] The message code could throw an assertion on an
b8493d3292459454aeaf4d1ef10750f2e4e52d8eMark Andrews out of memory failure. [RT #392]
b8493d3292459454aeaf4d1ef10750f2e4e52d8eMark Andrews
01695063c6c4543c39d8a2a98a2108ce7e7aa416Evan Hunt 510. [bug] Remove spurious view notify warning. [RT #376]
d878b8d87c3f46a25ccae9f5cfe6e39af67562e0Evan Hunt
d878b8d87c3f46a25ccae9f5cfe6e39af67562e0Evan Hunt 509. [func] Add support for write of zone files on shutdown.
d878b8d87c3f46a25ccae9f5cfe6e39af67562e0Evan Hunt
d878b8d87c3f46a25ccae9f5cfe6e39af67562e0Evan Hunt 508. [func] dns_message_parse() can now do a best-effort
d878b8d87c3f46a25ccae9f5cfe6e39af67562e0Evan Hunt attempt, which should allow dig to print more invalid
dd2a0a6d2dec1c23787351e51b434a838dec5603Evan Hunt messages.
dd2a0a6d2dec1c23787351e51b434a838dec5603Evan Hunt
dd2a0a6d2dec1c23787351e51b434a838dec5603Evan Hunt 507. [func] New functions dns_zone_flush(), dns_zt_flushanddetach()
dd2a0a6d2dec1c23787351e51b434a838dec5603Evan Hunt and dns_view_flushanddetach().
dd2a0a6d2dec1c23787351e51b434a838dec5603Evan Hunt
dd2a0a6d2dec1c23787351e51b434a838dec5603Evan Hunt 506. [func] Do not fail to start on errors in zone files.
dd2a0a6d2dec1c23787351e51b434a838dec5603Evan Hunt
dd2a0a6d2dec1c23787351e51b434a838dec5603Evan Hunt 505. [bug] nsupdate was printing "unknown result code". [RT #373]
dd2a0a6d2dec1c23787351e51b434a838dec5603Evan Hunt
dd2a0a6d2dec1c23787351e51b434a838dec5603Evan Hunt 504. [bug] The zone was not being marked as dirty when updated via
dd2a0a6d2dec1c23787351e51b434a838dec5603Evan Hunt IXFR.
dd2a0a6d2dec1c23787351e51b434a838dec5603Evan Hunt
dd2a0a6d2dec1c23787351e51b434a838dec5603Evan Hunt 503. [bug] dumptime was not being set along with
dd2a0a6d2dec1c23787351e51b434a838dec5603Evan Hunt DNS_ZONEFLG_NEEDDUMP.
dd2a0a6d2dec1c23787351e51b434a838dec5603Evan Hunt
dd2a0a6d2dec1c23787351e51b434a838dec5603Evan Hunt 502. [func] On a SERVFAIL reply, DiG will now try the next server
dd2a0a6d2dec1c23787351e51b434a838dec5603Evan Hunt in the list, unless the +fail option is specified.
dd2a0a6d2dec1c23787351e51b434a838dec5603Evan Hunt
dd2a0a6d2dec1c23787351e51b434a838dec5603Evan Hunt 501. [bug] Incorrect port numbers were being displayed by
dd2a0a6d2dec1c23787351e51b434a838dec5603Evan Hunt nslookup. [RT #352]
dd2a0a6d2dec1c23787351e51b434a838dec5603Evan Hunt
dd2a0a6d2dec1c23787351e51b434a838dec5603Evan Hunt 500. [func] Nearly useless +details option removed from DiG.
dd2a0a6d2dec1c23787351e51b434a838dec5603Evan Hunt
dd2a0a6d2dec1c23787351e51b434a838dec5603Evan Hunt 499. [func] In DiG, specifying a class with -c or type with -t
dd2a0a6d2dec1c23787351e51b434a838dec5603Evan Hunt changes command-line parsing so that classes and
dd2a0a6d2dec1c23787351e51b434a838dec5603Evan Hunt types are only recognized if following -c or -t.
c438f1beb920b01adde08b32bfcfa085d7ce3efeMark Andrews This allows hosts with the same name as a class or
03ccae042b4acd22805d667f823066d3690965cfMark Andrews type to be looked up.
c438f1beb920b01adde08b32bfcfa085d7ce3efeMark Andrews
c438f1beb920b01adde08b32bfcfa085d7ce3efeMark Andrews 498. [doc] There is now a man page for "dig"
34fba65d39b884775c30da2ae4eee15973b1b30dMark Andrews in doc/man/bin/dig.1.
aaaf8d4f4873d21e55c3ffb4f656203d08339865Mark Andrews
54489ba1672458382e8dfb5490fcfc7230f8ea85Evan Hunt 497. [bug] The error messages printed when an IP match list
54489ba1672458382e8dfb5490fcfc7230f8ea85Evan Hunt contained a network address with a nonzero host
54489ba1672458382e8dfb5490fcfc7230f8ea85Evan Hunt part where not sufficiently detailed. [RT #365]
4e8fe357a619ae2b789b15df7e3d6abf782b4a71Evan Hunt
4e8fe357a619ae2b789b15df7e3d6abf782b4a71Evan Hunt 496. [bug] named didn't sanity check numeric parameters. [RT #361]
4e8fe357a619ae2b789b15df7e3d6abf782b4a71Evan Hunt
4e8fe357a619ae2b789b15df7e3d6abf782b4a71Evan Hunt 495. [bug] nsupdate was unable to handle large records. [RT #368]
4e8fe357a619ae2b789b15df7e3d6abf782b4a71Evan Hunt
744589ff64e8d98b30b746cd7a1833f77830e185Mark Andrews 494. [func] Do not cache NXDOMAIN responses for SOA queries.
744589ff64e8d98b30b746cd7a1833f77830e185Mark Andrews
1a04af5311b46955fd8c0207cc7bad1b1d632f7fMark Andrews 493. [func] Return non-cachable (ttl = 0) NXDOMAIN responses
393fd55d91306e6def3a3d06748eee031f57bd17Mark Andrews for SOA queries. This makes it easier to locate
393fd55d91306e6def3a3d06748eee031f57bd17Mark Andrews the containing zone without polluting intermediate
7e9d6c707501c75c4caa1922af5c7d97b4895064Mark Andrews caches.
7e9d6c707501c75c4caa1922af5c7d97b4895064Mark Andrews
7e9d6c707501c75c4caa1922af5c7d97b4895064Mark Andrews 492. [bug] attempting to reload a zone caused the server fail
4c9c2a6a72616ac8a614204dc0721afcb2095f67Mark Andrews to shutdown cleanly. [RT #360]
4c9c2a6a72616ac8a614204dc0721afcb2095f67Mark Andrews
4c9c2a6a72616ac8a614204dc0721afcb2095f67Mark Andrews 491. [bug] nsupdate would segfault when sending certain
bdf5cdc32c658fbdfccfc3a1b9404188f1d3df98Evan Hunt prerequisites with empty RDATA. [RT #356]
bdf5cdc32c658fbdfccfc3a1b9404188f1d3df98Evan Hunt
03ccae042b4acd22805d667f823066d3690965cfMark Andrews 490. [func] When a slave/stub zone has not yet successfully
20d441892d670cab7a58bbd36f4e92ae73b10a20Evan Hunt obtained an SOA containing the zone's configured
20d441892d670cab7a58bbd36f4e92ae73b10a20Evan Hunt retry time, perform the SOA query retries using
e71acb8fbb0201a1b240dfd2e87a2524655884deMark Andrews exponential backoff. [RT #337]
e71acb8fbb0201a1b240dfd2e87a2524655884deMark Andrews
4f3a3fc43c6e2de62997d2378e87b4248cf771aeMark Andrews 489. [func] The zone manager now has a "i/o" queue.
4f3a3fc43c6e2de62997d2378e87b4248cf771aeMark Andrews
3a6b896f7d9e4a657d1b4187326b4ac72b147403Mark Andrews 488. [bug] Locks weren't properly destroyed in some cases.
75582adac73202213d936dc0850f1c9cf47d6cbeMark Andrews
75582adac73202213d936dc0850f1c9cf47d6cbeMark Andrews 487. [port] flockfile() is not defined on all systems.
75582adac73202213d936dc0850f1c9cf47d6cbeMark Andrews
75582adac73202213d936dc0850f1c9cf47d6cbeMark Andrews 486. [bug] nslookup: "set all" and "server" commands showed
20d441892d670cab7a58bbd36f4e92ae73b10a20Evan Hunt the incorrect port number if a port other than 53
20d441892d670cab7a58bbd36f4e92ae73b10a20Evan Hunt was specified. [RT #352]
b4b1e8f18bdf504ca3b6b5911d79c6d1570d59e7Mark Andrews
bf6651e27d456817bd110ddf6ec968b44403c643Mark Andrews 485. [func] When dig had more than one server to query, it would
bf6651e27d456817bd110ddf6ec968b44403c643Mark Andrews send all of the messages at the same time. Add
840659f1d7e09b9cd4af283aeadfbfe173b57a06Mark Andrews rate limiting of the transmitted messages.
840659f1d7e09b9cd4af283aeadfbfe173b57a06Mark Andrews
840659f1d7e09b9cd4af283aeadfbfe173b57a06Mark Andrews 484. [bug] When the server was reloaded after removing addresses
840659f1d7e09b9cd4af283aeadfbfe173b57a06Mark Andrews from the named.conf "listen-on" statement, sockets
66f51d8678c8fcc7256354b599317f67455120fdMark Andrews were still listening on the removed addresses due
66f51d8678c8fcc7256354b599317f67455120fdMark Andrews to reference count loops. [RT #325]
66f51d8678c8fcc7256354b599317f67455120fdMark Andrews
56fdf1d4014b0901e723d22c0bf7503c086af2d5Mark Andrews 483. [bug] nslookup: "set all" showed a "search" option but it
56fdf1d4014b0901e723d22c0bf7503c086af2d5Mark Andrews was not settable.
56fdf1d4014b0901e723d22c0bf7503c086af2d5Mark Andrews
85fcd0b9b2d80be4646187d7094e5644a52e3263Mark Andrews 482. [bug] nslookup: a plain "server" or "lserver" should be
85fcd0b9b2d80be4646187d7094e5644a52e3263Mark Andrews treated as a lookup.
85fcd0b9b2d80be4646187d7094e5644a52e3263Mark Andrews
2c642143d45517bfc0990d9194a7cc536f3fce89Mark Andrews 481. [bug] nslookup:get_next_command() stack size could exceed
2c642143d45517bfc0990d9194a7cc536f3fce89Mark Andrews per thread limit.
2c642143d45517bfc0990d9194a7cc536f3fce89Mark Andrews
2c642143d45517bfc0990d9194a7cc536f3fce89Mark Andrews 480. [bug] strtok() is not thread safe. [RT #349]
c51f2c9a529b2130a8058cb7a32bd284fa6cfdb9Mark Andrews
c51f2c9a529b2130a8058cb7a32bd284fa6cfdb9Mark Andrews 479. [func] The test suite can now be run by typing "make check"
d8e73b1c76f2c7dcc641bfa7759c15df58c82c7eMark Andrews or "make test" at the top level.
d8e73b1c76f2c7dcc641bfa7759c15df58c82c7eMark Andrews
d8e73b1c76f2c7dcc641bfa7759c15df58c82c7eMark Andrews 478. [bug] "make install" failed if the directory specified with
269c07173e24d7811e2fd09304023e3104fcbe0bMark Andrews --prefix did not already exist.
269c07173e24d7811e2fd09304023e3104fcbe0bMark Andrews
269c07173e24d7811e2fd09304023e3104fcbe0bMark Andrews 477. [bug] The the isc-config.sh script could be installed before
962bf88eec1ea34a451769ba82c9389db7f0bef0Mark Andrews its directory was created. [RT #324]
962bf88eec1ea34a451769ba82c9389db7f0bef0Mark Andrews
962bf88eec1ea34a451769ba82c9389db7f0bef0Mark Andrews 476. [bug] A zone could expire while a zone transfer was in
4bb9db2aed9860f7ca63f925a4b9d48e07917988Mark Andrews progress triggering a INSIST failure. [RT #329]
4bb9db2aed9860f7ca63f925a4b9d48e07917988Mark Andrews
c6581f1ae41f8cfdaf983a0cc4936365040060a2Mark Andrews 475. [bug] query_getzonedb() sometimes returned a non-null version
c6581f1ae41f8cfdaf983a0cc4936365040060a2Mark Andrews on failure. This caused assertion failures when
c6581f1ae41f8cfdaf983a0cc4936365040060a2Mark Andrews generating query responses where names subject to
e5bf06eedc08179fb93a09799915139370d08055Evan Hunt additional section processing pointed to a zone
e5bf06eedc08179fb93a09799915139370d08055Evan Hunt to which access had been denied by means of the
e5bf06eedc08179fb93a09799915139370d08055Evan Hunt allow-query option. [RT #336]
a7ab4ad2d45930cf42d92b26e92c5a4e39a197f8Mark Andrews
a7ab4ad2d45930cf42d92b26e92c5a4e39a197f8Mark Andrews 474. [bug] The mnemonic of the CHAOS class is CH according to
1864400107f7dc21e1797d602ab1f8523f599df9Mark Andrews RFC1035, but it was printed and read only as CHAOS.
1864400107f7dc21e1797d602ab1f8523f599df9Mark Andrews We now accept both forms as input, and print it
261543671b70b078a2d55bbf16ef78ae2074bbdcEvan Hunt as CH. [RT #305]
261543671b70b078a2d55bbf16ef78ae2074bbdcEvan Hunt
261543671b70b078a2d55bbf16ef78ae2074bbdcEvan Hunt 473. [bug] nsupdate overran the end of the list of name servers
490b05960c9956cc37f52f5fd4443829d75ce7d6Mark Andrews when no servers could be reached, typically causing
490b05960c9956cc37f52f5fd4443829d75ce7d6Mark Andrews it to print the error message "dns_request_create:
89069e6b3abc5ab00c77227f31b771cc2fa4768fEvan Hunt not implemented".
89069e6b3abc5ab00c77227f31b771cc2fa4768fEvan Hunt
89069e6b3abc5ab00c77227f31b771cc2fa4768fEvan Hunt 472. [bug] Off-by-one error caused isc_time_add() to sometimes
6d386978b3a1f20a613ae10565c855aee084e2a0Mark Andrews produce invalid time values.
6d386978b3a1f20a613ae10565c855aee084e2a0Mark Andrews
6d386978b3a1f20a613ae10565c855aee084e2a0Mark Andrews 471. [bug] nsupdate didn't compile on HP/UX 10.20
6d386978b3a1f20a613ae10565c855aee084e2a0Mark Andrews
5b57f580ce54201c6105300ea6636677531163f9Mark Andrews 470. [func] $GENERATE is now supported. See also
5b57f580ce54201c6105300ea6636677531163f9Mark Andrews doc/misc/migration.
5b57f580ce54201c6105300ea6636677531163f9Mark Andrews
4c34112a69735364713758c8a22f753389fd1753Mark Andrews 469. [bug] "query-source address * port 53;" now works.
4c34112a69735364713758c8a22f753389fd1753Mark Andrews
4c34112a69735364713758c8a22f753389fd1753Mark Andrews 468. [bug] dns_master_load*() failed to report file and line
fb604d1cee223986d090763292015309adfcf9c7Mark Andrews number in certain error conditions.
c478bb4c4658dddabe79118e2f84107640aa06c4Mark Andrews
c478bb4c4658dddabe79118e2f84107640aa06c4Mark Andrews 467. [bug] dns_master_load*() failed to log an error if
fb604d1cee223986d090763292015309adfcf9c7Mark Andrews pushfile() failed.
936036e82337c5aba40e735e5b46f9112869772fMark Andrews
936036e82337c5aba40e735e5b46f9112869772fMark Andrews 466. [bug] dns_master_load*() could return success when it failed.
936036e82337c5aba40e735e5b46f9112869772fMark Andrews
936036e82337c5aba40e735e5b46f9112869772fMark Andrews 465. [cleanup] Allow 0 to be set as an omapi_value_t value by
81274f4b08b04eade0936cd32a4ba56281d7c2d2Mark Andrews omapi_value_storeint().
81274f4b08b04eade0936cd32a4ba56281d7c2d2Mark Andrews
81274f4b08b04eade0936cd32a4ba56281d7c2d2Mark Andrews 464. [cleanup] Build with openssl's RSA code instead of dnssafe.
3fd0334e59fe72294bedafc9cb0f74d66b1cfe3aMark Andrews
fc3b3e1f7e4ec1cf3bcc08f7ecc3ed8ebd29b034Mark Andrews 463. [bug] nsupdate sent malformed SOA queries to the second
fc3b3e1f7e4ec1cf3bcc08f7ecc3ed8ebd29b034Mark Andrews and subsequent name servers in resolv.conf if the
fc3b3e1f7e4ec1cf3bcc08f7ecc3ed8ebd29b034Mark Andrews query sent to the first one failed.
3fd0334e59fe72294bedafc9cb0f74d66b1cfe3aMark Andrews
99f6179191e583d23f3c5567d3c00b57b64eb52dEvan Hunt 462. [bug] --disable-ipv6 should work now.
99f6179191e583d23f3c5567d3c00b57b64eb52dEvan Hunt
99f6179191e583d23f3c5567d3c00b57b64eb52dEvan Hunt 461. [bug] Specifying an unknown key in the "keys" clause of the
3fd0334e59fe72294bedafc9cb0f74d66b1cfe3aMark Andrews "controls" statement caused a NULL pointer dereference.
77cb7130e721c1352009c86fb2b38eedd06c4f97Mark Andrews [RT #316]
77cb7130e721c1352009c86fb2b38eedd06c4f97Mark Andrews
77cb7130e721c1352009c86fb2b38eedd06c4f97Mark Andrews 460. [bug] Much of the DNSSEC code only worked with class IN.
77cb7130e721c1352009c86fb2b38eedd06c4f97Mark Andrews
adfc3ad3ce5db585fdb29d3d6000aa05ba077f13Evan Hunt 459. [bug] Nslookup processed the "set" command incorrectly.
fc3b3e1f7e4ec1cf3bcc08f7ecc3ed8ebd29b034Mark Andrews
adfc3ad3ce5db585fdb29d3d6000aa05ba077f13Evan Hunt 458. [bug] Nslookup didn't properly check class and type values.
adfc3ad3ce5db585fdb29d3d6000aa05ba077f13Evan Hunt [RT #305]
73d187eab95980e7af7b31a22e522ed5ea1561d7Mark Andrews
db1b550863d0fb4d65594f26a6d67f3c6a764a56Mark Andrews 457. [bug] Dig/host/hslookup didn't properly handle connect
73d187eab95980e7af7b31a22e522ed5ea1561d7Mark Andrews timeouts in certain situations, causing an
73d187eab95980e7af7b31a22e522ed5ea1561d7Mark Andrews unnecessary warning message to be printed.
73d187eab95980e7af7b31a22e522ed5ea1561d7Mark Andrews
93143fd81acd86e594bac20c6c58b930dfe63a80Evan Hunt 456. [bug] Stub zones were not resetting the refresh and expire
93143fd81acd86e594bac20c6c58b930dfe63a80Evan Hunt counters, loadtime or clearing the DNS_ZONE_REFRESH
93143fd81acd86e594bac20c6c58b930dfe63a80Evan Hunt (refresh in progress) flag upon successful update.
93143fd81acd86e594bac20c6c58b930dfe63a80Evan Hunt This disabled further refreshing of the stub zone,
c2e614115b19a4c28e0067e57a48f4ed5d5e12f8Mark Andrews causing it to eventually expire. [RT #300]
c2e614115b19a4c28e0067e57a48f4ed5d5e12f8Mark Andrews
c2e614115b19a4c28e0067e57a48f4ed5d5e12f8Mark Andrews 455. [doc] Document IPv4 prefix notation does not require a
c2e614115b19a4c28e0067e57a48f4ed5d5e12f8Mark Andrews dotted decimal quad but may be just dotted decimal.
75503c024b1a2cde5d545bc8e91b0f4e13c3398eEvan Hunt
12c3204c463e2bf3a910a288f628ea1f26f77d1eEvan Hunt 454. [bug] Enforce dotted decimal and dotted decimal quad where
c54dadd85337e9a8417103317a899dfba2a847d1Evan Hunt documented as such in named.conf. [RT #304, RT #311]
c54dadd85337e9a8417103317a899dfba2a847d1Evan Hunt
c54dadd85337e9a8417103317a899dfba2a847d1Evan Hunt 453. [bug] Warn if the obsolete option "maintain-ixfr-base"
38b260f32d2be0e916e50e8bf77957ba2627a95aMark Andrews is specified in named.conf. [RT #306]
38b260f32d2be0e916e50e8bf77957ba2627a95aMark Andrews
bc298cd0f77dce2d452efd3e3d3153e2a9a17dbfMark Andrews 452. [bug] Warn if the unimplemented option "statistics-file"
bc298cd0f77dce2d452efd3e3d3153e2a9a17dbfMark Andrews is specified in named.conf. [RT #301]
bc298cd0f77dce2d452efd3e3d3153e2a9a17dbfMark Andrews
1bb3831e13a65afd87078c88e0285d23b1e0bcdfMark Andrews 451. [func] Update forwarding implememted.
1bb3831e13a65afd87078c88e0285d23b1e0bcdfMark Andrews
1bb3831e13a65afd87078c88e0285d23b1e0bcdfMark Andrews 450. [func] New function ns_client_sendraw().
1bb3831e13a65afd87078c88e0285d23b1e0bcdfMark Andrews
ef9f4d097794609e018963087fab10a8b51d8ad1Mark Andrews 449. [bug] isc_bitstring_copy() only works correctly if the
ef9f4d097794609e018963087fab10a8b51d8ad1Mark Andrews two bitstrings have the same lsb0 value, but this
ef9f4d097794609e018963087fab10a8b51d8ad1Mark Andrews requirement was not documented, nor was there a
ef9f4d097794609e018963087fab10a8b51d8ad1Mark Andrews REQUIRE for it.
313e570601cbe84c46b8d0427e7f1b20e71cc0c1Evan Hunt
313e570601cbe84c46b8d0427e7f1b20e71cc0c1Evan Hunt 448. [bug] Host output formatting change, to match v8. [RT #255]
18d208a4a277eb460f5b47c6b167f60b04db3110Mark Andrews
9a020198893d8389f1f3172d88ba6b16d7da3c04Evan Hunt 447. [bug] Dig didn't properly retry in TCP mode after
9a020198893d8389f1f3172d88ba6b16d7da3c04Evan Hunt a truncated reply. [RT #277]
9a020198893d8389f1f3172d88ba6b16d7da3c04Evan Hunt
9a020198893d8389f1f3172d88ba6b16d7da3c04Evan Hunt 446. [bug] Confusing notify log message. [RT #298]
9a020198893d8389f1f3172d88ba6b16d7da3c04Evan Hunt
9a020198893d8389f1f3172d88ba6b16d7da3c04Evan Hunt 445. [bug] Doing a 0 bit isc_bitstring_copy() of an lsb0
9a020198893d8389f1f3172d88ba6b16d7da3c04Evan Hunt bitstring triggered a REQUIRE statement. The REQUIRE
c19cfefe7e345c37ef3bb98b0db2d14fe7b1d583Evan Hunt statement was incorrect. [RT #297]
c19cfefe7e345c37ef3bb98b0db2d14fe7b1d583Evan Hunt
c19cfefe7e345c37ef3bb98b0db2d14fe7b1d583Evan Hunt 444. [func] "recursion denied" messages are always logged at
19c4187e35333119a2d1e40c92a55e09a59a3e93Evan Hunt debug level 1, now, rather than sometimes at ERROR.
19c4187e35333119a2d1e40c92a55e09a59a3e93Evan Hunt This silences these warnings in the usual case, where
56c9fcf07580457442b80ac32bdb7c07aa0df870Evan Hunt some clients set the RD bit in all queries.
56c9fcf07580457442b80ac32bdb7c07aa0df870Evan Hunt
41ca314cc2fafaaa9089438bdfd24880bafa9079Mark Andrews 443. [bug] When loading a master file failed because of an
949eefdda49701c14579d1fd251bd09df0751c2fEvan Hunt unrecognized RR type name, the error message
949eefdda49701c14579d1fd251bd09df0751c2fEvan Hunt did not include the file name and line number.
15218d6ed062ec24c4a7ec10d22d1113b4c79556Evan Hunt [RT #285]
15218d6ed062ec24c4a7ec10d22d1113b4c79556Evan Hunt
15218d6ed062ec24c4a7ec10d22d1113b4c79556Evan Hunt 442. [bug] TSIG signed messages that did not match any view
238e0e843834f24a40692a5ea28ace14ef5807ceMark Andrews crashed the server. [RT #290]
238e0e843834f24a40692a5ea28ace14ef5807ceMark Andrews
238e0e843834f24a40692a5ea28ace14ef5807ceMark Andrews 441. [bug] Nodes obscured by a DNAME were inaccessible even
9ddf371552b3554a22632996acc41ef9917a30f4Mark Andrews when DNS_DBFIND_GLUEOK was set.
9ddf371552b3554a22632996acc41ef9917a30f4Mark Andrews
9ddf371552b3554a22632996acc41ef9917a30f4Mark Andrews 440. [func] New function dns_zone_forwardupdate().
83878aaa47488a3529897bb8ab4c2027d98b64c1Mark Andrews
83878aaa47488a3529897bb8ab4c2027d98b64c1Mark Andrews 439. [func] New function dns_request_createraw().
83878aaa47488a3529897bb8ab4c2027d98b64c1Mark Andrews
83878aaa47488a3529897bb8ab4c2027d98b64c1Mark Andrews 438. [func] New function dns_message_getrawmessage().
83878aaa47488a3529897bb8ab4c2027d98b64c1Mark Andrews
83878aaa47488a3529897bb8ab4c2027d98b64c1Mark Andrews 437. [func] Log NOTIFY activity to the notify channel.
328e0fee6b6c91c258e5ce36eb70f5e017a85af2Mark Andrews
328e0fee6b6c91c258e5ce36eb70f5e017a85af2Mark Andrews 436. [bug] If recvmsg() returned EHOSTUNREACH or ENETUNREACH,
328e0fee6b6c91c258e5ce36eb70f5e017a85af2Mark Andrews which sometimes happens on Linux, named would enter
a5a30ae7c0636a57d8575acb98fdf906c0ea818fMark Andrews a busy loop. Also, unexpected socket errors were
a5a30ae7c0636a57d8575acb98fdf906c0ea818fMark Andrews not logged at a high enough logging level to be
a5a30ae7c0636a57d8575acb98fdf906c0ea818fMark Andrews useful in diagnosing this situation. [RT #275]
f30785f506a522ed6a5e394af2bb13b6f883927eEvan Hunt
f30785f506a522ed6a5e394af2bb13b6f883927eEvan Hunt 435. [bug] dns_zone_dump() overwrote existing zone files
f30785f506a522ed6a5e394af2bb13b6f883927eEvan Hunt rather than writing to a temporary file and
f30785f506a522ed6a5e394af2bb13b6f883927eEvan Hunt renaming. This could lead to empty or partial
f30785f506a522ed6a5e394af2bb13b6f883927eEvan Hunt zone files being left around in certain error
dd0d54ff010c43eef6b96bd3ee34a9c671abc6e5Mark Andrews conditions involving the initial transfer of a
dd0d54ff010c43eef6b96bd3ee34a9c671abc6e5Mark Andrews slave zone, interfering with subsequent server
dd0d54ff010c43eef6b96bd3ee34a9c671abc6e5Mark Andrews startup. [RT #282]
dd0d54ff010c43eef6b96bd3ee34a9c671abc6e5Mark Andrews
dd0d54ff010c43eef6b96bd3ee34a9c671abc6e5Mark Andrews 434. [func] New function isc_file_isabsolute().
32ebb157b1d9409a186c86002827f8a1f4931f5aMark Andrews
32ebb157b1d9409a186c86002827f8a1f4931f5aMark Andrews 433. [func] isc_base64_decodestring() now accepts newlines
32ebb157b1d9409a186c86002827f8a1f4931f5aMark Andrews within the base64 data. This makes it possible
32ebb157b1d9409a186c86002827f8a1f4931f5aMark Andrews to break up the key data in a "trusted-keys"
67dc2f0536bcbbfa0970eb2893dcbc1c6713fad4Mark Andrews statement into multiple lines. [RT #284]
67dc2f0536bcbbfa0970eb2893dcbc1c6713fad4Mark Andrews
67dc2f0536bcbbfa0970eb2893dcbc1c6713fad4Mark Andrews 432. [func] Added refresh/retry jitter. The actual refresh/
67dc2f0536bcbbfa0970eb2893dcbc1c6713fad4Mark Andrews retry time is now a random value between 75% and
67dc2f0536bcbbfa0970eb2893dcbc1c6713fad4Mark Andrews 100% of the configured value.
67dc2f0536bcbbfa0970eb2893dcbc1c6713fad4Mark Andrews
67dc2f0536bcbbfa0970eb2893dcbc1c6713fad4Mark Andrews 431. [func] Log at ISC_LOG_INFO when a zone is successfully
67dc2f0536bcbbfa0970eb2893dcbc1c6713fad4Mark Andrews loaded.
67dc2f0536bcbbfa0970eb2893dcbc1c6713fad4Mark Andrews
67dc2f0536bcbbfa0970eb2893dcbc1c6713fad4Mark Andrews 430. [bug] Rewrote the lightweight resolver client management
67dc2f0536bcbbfa0970eb2893dcbc1c6713fad4Mark Andrews code to handle shutdown correctly and general
67dc2f0536bcbbfa0970eb2893dcbc1c6713fad4Mark Andrews cleanup.
67dc2f0536bcbbfa0970eb2893dcbc1c6713fad4Mark Andrews
b290d10fc42ae909f7319eeac68f876155dbf824Mark Andrews 429. [bug] The space reserved for a TSIG record in a response
b290d10fc42ae909f7319eeac68f876155dbf824Mark Andrews was 2 bytes too short, leading to message
b290d10fc42ae909f7319eeac68f876155dbf824Mark Andrews generation failures.
b290d10fc42ae909f7319eeac68f876155dbf824Mark Andrews
1d32b1df372d6be6bac6450739b9e5ea23819995Evan Hunt 428. [bug] rbtdb.c:find_closest_nxt() erroneously returned
f5dc94b026b5153de76eeb3c1161596251f26bcbMark Andrews DNS_R_BADDB for nodes which had neither NXT nor SIG NXT
1d32b1df372d6be6bac6450739b9e5ea23819995Evan Hunt (e.g. glue). This could cause SERVFAILs when
1d32b1df372d6be6bac6450739b9e5ea23819995Evan Hunt generating negative responses in a secure zone.
9ca4e2411ca45c09494716f725b8b9a25ae887d7Mark Andrews
9ca4e2411ca45c09494716f725b8b9a25ae887d7Mark Andrews 427. [bug] Avoid going into an infinite loop when the validator
9ca4e2411ca45c09494716f725b8b9a25ae887d7Mark Andrews gets a negative response to a key query where the
108788443c2d4e4c5cc16c103bdfc7da665ed0c3Mark Andrews records are signed by the missing key.
b4d8192d210290112e07b0e22b491c45c50ba696Evan Hunt
b4d8192d210290112e07b0e22b491c45c50ba696Evan Hunt 426. [bug] Attempting to generate an oversized RSA key could
b4d8192d210290112e07b0e22b491c45c50ba696Evan Hunt cause dnssec-keygen to dump core.
b4d8192d210290112e07b0e22b491c45c50ba696Evan Hunt
b4d8192d210290112e07b0e22b491c45c50ba696Evan Hunt 425. [bug] Warn about the auth-nxdomain default value change
b4d8192d210290112e07b0e22b491c45c50ba696Evan Hunt if there is no auth-nxdomain statement in the
f5dc94b026b5153de76eeb3c1161596251f26bcbMark Andrews config file. [RT #287]
b4d8192d210290112e07b0e22b491c45c50ba696Evan Hunt
03ccae042b4acd22805d667f823066d3690965cfMark Andrews 424. [bug] notify_createmessage() could trigger an assertion
b4d8192d210290112e07b0e22b491c45c50ba696Evan Hunt failure when creating the notify message failed,
b4d8192d210290112e07b0e22b491c45c50ba696Evan Hunt e.g. due to corrupt zones with multiple SOA records.
b4d8192d210290112e07b0e22b491c45c50ba696Evan Hunt [RT #279]
b4d8192d210290112e07b0e22b491c45c50ba696Evan Hunt
b4d8192d210290112e07b0e22b491c45c50ba696Evan Hunt 423. [bug] When responding to a recusive query, errors that occur
e4aac0596c89955ced3398d7e2896d05bcc70fd5Mark Andrews after following a CNAME should cause the query to fail.
e4aac0596c89955ced3398d7e2896d05bcc70fd5Mark Andrews [RT #274]
e4aac0596c89955ced3398d7e2896d05bcc70fd5Mark Andrews
71e4c3ee745b9fbf0c627246a9896589344f613cMark Andrews 422. [func] get rid of isc_random_t, and make isc_random_get()
71e4c3ee745b9fbf0c627246a9896589344f613cMark Andrews and isc_random_jitter() use rand() internally
04281728d41b7e04afdd0789aa3bc1a3225994f3Mark Andrews instead of local state. Note that isc_random_*()
04281728d41b7e04afdd0789aa3bc1a3225994f3Mark Andrews functions are only for weak, non-critical "randomness"
04281728d41b7e04afdd0789aa3bc1a3225994f3Mark Andrews such as timing jitter and such.
04281728d41b7e04afdd0789aa3bc1a3225994f3Mark Andrews
4499a6a3063eceb1c412f5165b9c5b47d32d5a62Evan Hunt 421. [bug] nslookup would exit when given a blank line as input.
9c832595d40482529ac6d369664bb59fbc05b925Mark Andrews
28c2bc20269f3127b8bcb68e4458392f86cc0116Evan Hunt 420. [bug] nslookup failed to implement the "exit" command.
28c2bc20269f3127b8bcb68e4458392f86cc0116Evan Hunt
4122abdc3cfa16c8b3ecbd20830ca9a43f9fecb9Evan Hunt 419. [bug] The certificate type PKIX was misspelled as SKIX.
4122abdc3cfa16c8b3ecbd20830ca9a43f9fecb9Evan Hunt
4122abdc3cfa16c8b3ecbd20830ca9a43f9fecb9Evan Hunt 418. [bug] At debug levels >= 10, getting an unexpected
de52784e45e3a7a92c0d8ad843eb4db313bbfd97Mark Andrews socket receive error would crash the server
de52784e45e3a7a92c0d8ad843eb4db313bbfd97Mark Andrews while trying to log the error message.
de52784e45e3a7a92c0d8ad843eb4db313bbfd97Mark Andrews
de52784e45e3a7a92c0d8ad843eb4db313bbfd97Mark Andrews 417. [func] Add isc_app_block() and isc_app_unblock(), which
b68dc65959cc38f997c365abed9f4e6c0415ecc7Mark Andrews allow an application to handle signals while
b68dc65959cc38f997c365abed9f4e6c0415ecc7Mark Andrews blocking.
56dc4c6730222cd3915a6ca39bc6578ad36a160aMark Andrews
56dc4c6730222cd3915a6ca39bc6578ad36a160aMark Andrews 416. [bug] Slave zones with no master file tried to use a
56dc4c6730222cd3915a6ca39bc6578ad36a160aMark Andrews NULL pointer for a journal file name when they
d881a5ad06db99a42e47176028c14d09041f8807Scott Mann received an IXFR. [RT #273]
d881a5ad06db99a42e47176028c14d09041f8807Scott Mann
d881a5ad06db99a42e47176028c14d09041f8807Scott Mann 415. [bug] The logging code leaked file descriptors.
03ccae042b4acd22805d667f823066d3690965cfMark Andrews
553197e28833ed2d8bf26f8112eaa137dbaa040aMark Andrews 414. [bug] Server did not shut down until all incoming zone
553197e28833ed2d8bf26f8112eaa137dbaa040aMark Andrews transfers were finished.
087f83a3b928ac090fef80e5ed09712935f38e5aMark Andrews
553197e28833ed2d8bf26f8112eaa137dbaa040aMark Andrews 413. [bug] Notify could attempt to use the zone database after
553197e28833ed2d8bf26f8112eaa137dbaa040aMark Andrews it had been unloaded. [RT#267]
5927944728a530e9f43597b64a555029e2d010bdScott Mann
5927944728a530e9f43597b64a555029e2d010bdScott Mann 412. [bug] named -v didn't print the version.
5927944728a530e9f43597b64a555029e2d010bdScott Mann
f5dc94b026b5153de76eeb3c1161596251f26bcbMark Andrews 411. [bug] A typo in the HS A code caused an assertion failure.
f5dc94b026b5153de76eeb3c1161596251f26bcbMark Andrews
0da3b4a9a76d24ce05e6330d9bb128f18f1ca0d4Evan Hunt 410. [bug] lwres_gethostbyname() and company set lwres_h_errno
cae06bceda6c5d415f740574a64f42bf5f561d61Mark Andrews to a random value on success.
cae06bceda6c5d415f740574a64f42bf5f561d61Mark Andrews
cae06bceda6c5d415f740574a64f42bf5f561d61Mark Andrews 409. [bug] If named was shut down early in the startup
411d2914ade28174f3789d4a8e43636fc68eb310Mark Andrews process, ns_omapi_shutdown() would attempt to lock
411d2914ade28174f3789d4a8e43636fc68eb310Mark Andrews an unintialized mutex. [RT #262]
23daf8948b2e5462ccea082a441e9759dffa50cdMark Andrews
23daf8948b2e5462ccea082a441e9759dffa50cdMark Andrews 408. [bug] stub zones could leak memory and reference counts if
23daf8948b2e5462ccea082a441e9759dffa50cdMark Andrews all the masters were unreachable.
9bd876a683709be588f6fac6781a76fdd57b2f08Mark Andrews
9bd876a683709be588f6fac6781a76fdd57b2f08Mark Andrews 407. [bug] isc_rwlock_lock() would needlessly block
03e2b1d18d6231d02a09e03d9300667fd6ef51d9Mark Andrews readers when it reached the read quota even
03e2b1d18d6231d02a09e03d9300667fd6ef51d9Mark Andrews if no writers were waiting.
03e2b1d18d6231d02a09e03d9300667fd6ef51d9Mark Andrews
91ed1cc821ccef38c30f3fcaad32d78233fad94bMark Andrews 406. [bug] Log messages were occasionally lost or corrupted
91ed1cc821ccef38c30f3fcaad32d78233fad94bMark Andrews due to a race condition in isc_log_doit().
91ed1cc821ccef38c30f3fcaad32d78233fad94bMark Andrews
03ccae042b4acd22805d667f823066d3690965cfMark Andrews 405. [func] Add support for selective forwarding (forward zones)
69feafa0af18ce7b1fd4f9d330948272e6c926a1Evan Hunt
69feafa0af18ce7b1fd4f9d330948272e6c926a1Evan Hunt 404. [bug] The request library didn't completely work with IPv6.
69feafa0af18ce7b1fd4f9d330948272e6c926a1Evan Hunt
2256c131942baddeb22bb3d9d305dd52a3b3ea04Mark Andrews 403. [bug] "host" did not use the search list.
2256c131942baddeb22bb3d9d305dd52a3b3ea04Mark Andrews
08b512b6a0c6e3c3e411275651930aeec605cf0cEvan Hunt 402. [bug] Treat undefined acls as errors, rather than
f5dc94b026b5153de76eeb3c1161596251f26bcbMark Andrews warning and then later throwing an assertion.
f5dc94b026b5153de76eeb3c1161596251f26bcbMark Andrews [RT #252]
08b512b6a0c6e3c3e411275651930aeec605cf0cEvan Hunt
2256c131942baddeb22bb3d9d305dd52a3b3ea04Mark Andrews 401. [func] Added simple database API.
2256c131942baddeb22bb3d9d305dd52a3b3ea04Mark Andrews
7c6a1a11fa6342bd14f2804cd7753bdb1966d53dEvan Hunt 400. [bug] SIG(0) signing and verifying was done incorrectly.
7c6a1a11fa6342bd14f2804cd7753bdb1966d53dEvan Hunt [RT #249]
7c6a1a11fa6342bd14f2804cd7753bdb1966d53dEvan Hunt
7c6a1a11fa6342bd14f2804cd7753bdb1966d53dEvan Hunt 399. [bug] When reloading the server with a config file
6fb6f8a2263f9cbc6bf979a4d79cc7a71e86f41eEvan Hunt containing a syntax error, it could catch an
6fb6f8a2263f9cbc6bf979a4d79cc7a71e86f41eEvan Hunt assertion failure trying to perform zone
6fb6f8a2263f9cbc6bf979a4d79cc7a71e86f41eEvan Hunt maintenance on, or sending notifies from,
3ab9d6435a7b40812e9d8d9d1ecf537e28082e3aEvan Hunt tentatively created zones whose views were
77d048b03eec3222e283426beab46ec23ecf8371Evan Hunt never fully configured and lacked an address
77d048b03eec3222e283426beab46ec23ecf8371Evan Hunt database and request manager.
5d23a6ac8392b1eeec8effdee47fb725ace1e759Evan Hunt
5d23a6ac8392b1eeec8effdee47fb725ace1e759Evan Hunt 398. [bug] "dig" sometimes caught an assertion failure when
f5dc94b026b5153de76eeb3c1161596251f26bcbMark Andrews using TSIG, depending on the key length.
13790b548c6660cba736756e5184e923d15d2659Evan Hunt
13790b548c6660cba736756e5184e923d15d2659Evan Hunt 397. [func] Added utility functions dns_view_gettsig() and
f5dc94b026b5153de76eeb3c1161596251f26bcbMark Andrews dns_view_getpeertsig().
f5dc94b026b5153de76eeb3c1161596251f26bcbMark Andrews
f5dc94b026b5153de76eeb3c1161596251f26bcbMark Andrews 396. [doc] There is now a man page for "nsupdate"
2a05d28eb174b082b604d1de1969ee371d8af568Mark Andrews in doc/man/bin/nsupdate.8.
d9eebc08497af272b2d44c07f4eb85153dec4253Evan Hunt
d9eebc08497af272b2d44c07f4eb85153dec4253Evan Hunt 395. [bug] nslookup printed incorrect RR type mnemonics
d9eebc08497af272b2d44c07f4eb85153dec4253Evan Hunt for RRs of type >= 21 [RT #237].
d9eebc08497af272b2d44c07f4eb85153dec4253Evan Hunt
83c0ef88159fcae73fdbf8fe04d220c1878cce3eEvan Hunt 394. [bug] Current name was not propagated via $INCLUDE.
83c0ef88159fcae73fdbf8fe04d220c1878cce3eEvan Hunt
83c0ef88159fcae73fdbf8fe04d220c1878cce3eEvan Hunt 393. [func] Initial answer while loading (awl) support.
36a13a94c5636cbed464380e56f23fb9df363731Evan Hunt Entry points: dns_master_loadfileinc(),
ac436908582fe08c85c886b200664816b11fded6Mark Andrews dns_master_loadstreaminc(), dns_master_loadbufferinc().
03ccae042b4acd22805d667f823066d3690965cfMark Andrews Note: calls to dns_master_load*inc() should be rate
19ae9cbb28abf57c2605cbedaa6a7201a0cb6572Mark Andrews be rate limited so as to not use up all file
19ae9cbb28abf57c2605cbedaa6a7201a0cb6572Mark Andrews descriptors.
5584cbf427d85488e3fbed682ea3f2406bdb8b4fEvan Hunt
5584cbf427d85488e3fbed682ea3f2406bdb8b4fEvan Hunt 392. [func] Add ISC_R_FAMILYNOSUPPORT. Returned when OS does
ca45c0bc34042b3821be46a6a95e71edd4c32c8dEvan Hunt not support the given address family requested.
ca45c0bc34042b3821be46a6a95e71edd4c32c8dEvan Hunt
3fb5bccf59abe5a0b545b4979181df0b17adee3bMark Andrews 391. [clarity] ISC_R_FAMILY -> ISC_R_FAMILYMISMATCH.
03ccae042b4acd22805d667f823066d3690965cfMark Andrews
3fb5bccf59abe5a0b545b4979181df0b17adee3bMark Andrews 390. [func] The function dns_zone_setdbtype() now takes
3fb5bccf59abe5a0b545b4979181df0b17adee3bMark Andrews an argc/argv style vector of words and sets
3fb5bccf59abe5a0b545b4979181df0b17adee3bMark Andrews both the zone database type and its arguments,
90a354ab367f420147a498e026305f59bf58a72bEvan Hunt making the functions dns_zone_adddbarg()
8899393ccd9fcbfcc6c027e9cb3bfd05fae29cabEvan Hunt and dns_zone_cleardbargs() unnecessary.
90a354ab367f420147a498e026305f59bf58a72bEvan Hunt
90a354ab367f420147a498e026305f59bf58a72bEvan Hunt 389. [bug] Attempting to send a reqeust over IPv6 using
25845da41a621f35e76dc8560ca40de6859e0a11Evan Hunt dns_request_create() on a system without IPv6
25845da41a621f35e76dc8560ca40de6859e0a11Evan Hunt support caused an assertion failure [RT #235].
25845da41a621f35e76dc8560ca40de6859e0a11Evan Hunt
03ccae042b4acd22805d667f823066d3690965cfMark Andrews 388. [func] dig and host can now do reverse ipv6 lookups.
a5166d5fce30e5924f279d3e92d1f20b9fb7b4dcMark Andrews
a5166d5fce30e5924f279d3e92d1f20b9fb7b4dcMark Andrews 387. [func] Add dns_byaddr_createptrname(), which converts
f550b4b104d2859539b2ec287600f1dd2215d9fbEvan Hunt an address into the name used by a PTR query.
f550b4b104d2859539b2ec287600f1dd2215d9fbEvan Hunt
f550b4b104d2859539b2ec287600f1dd2215d9fbEvan Hunt 386. [bug] Missing strdup() of ACL name caused random
6150d3cb666a58d5e3a15275562c9fc5c5b6b2d8Evan Hunt ACL matching failures [RT #228].
6150d3cb666a58d5e3a15275562c9fc5c5b6b2d8Evan Hunt
6150d3cb666a58d5e3a15275562c9fc5c5b6b2d8Evan Hunt 385. [cleanup] Removed functions dns_zone_equal(), dns_zone_print(),
fd0cb187615695ddc84ec25c88710c6c4e7cf096Evan Hunt and dns_zt_print().
fd0cb187615695ddc84ec25c88710c6c4e7cf096Evan Hunt
fd0cb187615695ddc84ec25c88710c6c4e7cf096Evan Hunt 384. [bug] nsupdate was incorrectly limiting TTLs to 65535 instead
d7be2b79ed0934483d550e17e2bd09de4eaff8f5Evan Hunt of 2147483647.
d7be2b79ed0934483d550e17e2bd09de4eaff8f5Evan Hunt
d7be2b79ed0934483d550e17e2bd09de4eaff8f5Evan Hunt 383. [func] When writing a master file, print the SOA and NS
f5dc94b026b5153de76eeb3c1161596251f26bcbMark Andrews records (and their SIGs) before other records.
1c1879b7efe32e6fe95de0ba923249925e3a320cEvan Hunt
1c1879b7efe32e6fe95de0ba923249925e3a320cEvan Hunt 382. [bug] named -u failed on many Linux systems where the
f5dc94b026b5153de76eeb3c1161596251f26bcbMark Andrews libc provided kernel headers do not match
f5dc94b026b5153de76eeb3c1161596251f26bcbMark Andrews the current kernel.
7f2a245b96f3fb2fd7c644316c426b1edaa57984Evan Hunt
77b8f02d19efea79c34f0d4afcefc7ad65de8000Evan Hunt 381. [bug] Check for IPV6_RECVPKTINFO and use it instead of
77b8f02d19efea79c34f0d4afcefc7ad65de8000Evan Hunt IPV6_PKTINFO if found. [RT #229]
77b8f02d19efea79c34f0d4afcefc7ad65de8000Evan Hunt
0c25a44aac24a452a41240c45d35320ce054427dEvan Hunt 380. [bug] nsupdate didn't work with IPv6.
0c25a44aac24a452a41240c45d35320ce054427dEvan Hunt
0c25a44aac24a452a41240c45d35320ce054427dEvan Hunt 379. [func] New library function isc_sockaddr_anyofpf().
8281fd83da005cdb114a4c784c847a7eec4bdc38Evan Hunt
8281fd83da005cdb114a4c784c847a7eec4bdc38Evan Hunt 378. [func] named and lwresd will log the command line arguments
8281fd83da005cdb114a4c784c847a7eec4bdc38Evan Hunt they were started with in the "starting ..." message.
146057d7e755d646283adfe5d813f756b0538095Mark Andrews
146057d7e755d646283adfe5d813f756b0538095Mark Andrews 377. [bug] When additional data lookups were refused due to
146057d7e755d646283adfe5d813f756b0538095Mark Andrews "allow-query", the databases were still being
fe3472c80b76b6fed0ae674fd63471d02477a03aMark Andrews attached causing reference leaks.
fe3472c80b76b6fed0ae674fd63471d02477a03aMark Andrews
3975f627fe9c0d3aa02ed135070e3253357daad9Mark Andrews 376. [bug] The server should always use good entropy when
3975f627fe9c0d3aa02ed135070e3253357daad9Mark Andrews performing cryptographic functions needing entropy.
3975f627fe9c0d3aa02ed135070e3253357daad9Mark Andrews
e2271ee953be1f0cde0cdebfdf498f81ea901d09Evan Hunt 375. [bug] Per-zone "allow-query" did not properly override the
f5dc94b026b5153de76eeb3c1161596251f26bcbMark Andrews view/global one for CNAME targets and additional
5caf26b168332b69c9071aac6b72ef0f50436a14Evan Hunt data [RT #220].
5caf26b168332b69c9071aac6b72ef0f50436a14Evan Hunt
5caf26b168332b69c9071aac6b72ef0f50436a14Evan Hunt 374. [bug] SOA in authoritative negative responses had wrong TTL.
5caf26b168332b69c9071aac6b72ef0f50436a14Evan Hunt
f5dc94b026b5153de76eeb3c1161596251f26bcbMark Andrews 373. [func] nslookup is now installed by "make install".
36e97eb661df71069df2d75f5fd3b5bb0dcf1efeMark Andrews
62a348b15dd552e12bfbe94111e14072f1c8f02eMark Andrews 372. [bug] Deal with Microsoft DNS servers appending two bytes of
62a348b15dd552e12bfbe94111e14072f1c8f02eMark Andrews garbage to zone transfer requests.
7b4b6f361b2fb2291c2019b377a9c0c8e80cfd6bMark Andrews
7b4b6f361b2fb2291c2019b377a9c0c8e80cfd6bMark Andrews 371. [bug] At high debug levels, doing an outgoing zone transfer
9c03f13e18c1b0c32f62391a17300378605bbc7bEvan Hunt of a very large RRset could cause an assertion failure
9c03f13e18c1b0c32f62391a17300378605bbc7bEvan Hunt during logging.
9c03f13e18c1b0c32f62391a17300378605bbc7bEvan Hunt
9c03f13e18c1b0c32f62391a17300378605bbc7bEvan Hunt 370. [bug] The error messages for rollforward failures were
f5dc94b026b5153de76eeb3c1161596251f26bcbMark Andrews overly terse.
9c03f13e18c1b0c32f62391a17300378605bbc7bEvan Hunt
9c03f13e18c1b0c32f62391a17300378605bbc7bEvan Hunt 369. [func] Support new named.conf options, view and zone
9c03f13e18c1b0c32f62391a17300378605bbc7bEvan Hunt statements:
9c03f13e18c1b0c32f62391a17300378605bbc7bEvan Hunt
c4352fb17ebb1cf29ccabdf1c4273a86f035f38bMark Andrews max-retry-time, min-retry-time,
cd22c3e4e4ff8ad6eb399155bd8df9330aa39547Mark Andrews max-refresh-time, min-refresh-time.
cd22c3e4e4ff8ad6eb399155bd8df9330aa39547Mark Andrews
0148654d85b2818f9317b428a67701f4585c8243Scott Mann 368. [func] Restructure the internal ".bind" view so that more
0148654d85b2818f9317b428a67701f4585c8243Scott Mann zones can be added to it.
f5dc94b026b5153de76eeb3c1161596251f26bcbMark Andrews
b91b288f923d143292af3ac35df6f6cff50647f2Scott Mann 367. [bug] Allow proper selection of server on nslookup command
b91b288f923d143292af3ac35df6f6cff50647f2Scott Mann line.
b91b288f923d143292af3ac35df6f6cff50647f2Scott Mann
b91b288f923d143292af3ac35df6f6cff50647f2Scott Mann 366. [func] Allow use of '-' batch file in dig for stdin.
24ef32426d91c5140d75031b6443397c6d24006cMark Andrews
24ef32426d91c5140d75031b6443397c6d24006cMark Andrews 365. [bug] nsupdate -k leaked memory.
24ef32426d91c5140d75031b6443397c6d24006cMark Andrews
9570ddcd41e2b0a0e124f0fa50653f73dfc1ef46Evan Hunt 364. [func] Added additional-from-{cache,auth}
9570ddcd41e2b0a0e124f0fa50653f73dfc1ef46Evan Hunt
9570ddcd41e2b0a0e124f0fa50653f73dfc1ef46Evan Hunt 362. [bug] rndc no longer aborts if the configuration file is
9570ddcd41e2b0a0e124f0fa50653f73dfc1ef46Evan Hunt missing an options statement. [RT #209]
9570ddcd41e2b0a0e124f0fa50653f73dfc1ef46Evan Hunt
9a8ffb1ac76dfa5ca913474f0b23a15934356b47Mark Andrews 361. [func] When the RBT find or chain functions set the name and
9a8ffb1ac76dfa5ca913474f0b23a15934356b47Mark Andrews origin for a node that stores the root label
f704fa0ca628e5661d842ae9947024c9fd4fefcbEvan Hunt the name is now set to an empty name, instead of ".",
f704fa0ca628e5661d842ae9947024c9fd4fefcbEvan Hunt to simplify later use of the name and origin by
f704fa0ca628e5661d842ae9947024c9fd4fefcbEvan Hunt dns_name_concatenate(), dns_name_totext() or
b1c6de5456a5287b442de5620282902da39a4968Mark Andrews dns_name_format().
b1c6de5456a5287b442de5620282902da39a4968Mark Andrews
b1c6de5456a5287b442de5620282902da39a4968Mark Andrews 360. [func] dns_name_totext() and dns_name_format() now allow
b1c6de5456a5287b442de5620282902da39a4968Mark Andrews an empty name to be passed, which is formatted as "@".
9336f01769f16a8eda79340094d663db0f8537c7Evan Hunt
9336f01769f16a8eda79340094d663db0f8537c7Evan Hunt 359. [bug] dnssec-signzone occasionally signed glue records.
9336f01769f16a8eda79340094d663db0f8537c7Evan Hunt
9336f01769f16a8eda79340094d663db0f8537c7Evan Hunt 358. [cleanup] Rename the intermediate files used by the dnssec
f5dc94b026b5153de76eeb3c1161596251f26bcbMark Andrews programs.
ada40193c85276867c6904545601c7c01e3236c3Mark Andrews
ada40193c85276867c6904545601c7c01e3236c3Mark Andrews 357. [bug] The zone file parser crashed if the argument
ada40193c85276867c6904545601c7c01e3236c3Mark Andrews to $INCLUDE was a quoted string.
ada40193c85276867c6904545601c7c01e3236c3Mark Andrews
1946c596b47b0495ce745fe2fff7da799919b0d2Mark Andrews 356. [cleanup] isc_task_send no longer requires event->sender to
4cac7d0949f2e76561b9450b2af4ebe3eece5aa2Evan Hunt be non-null.
1946c596b47b0495ce745fe2fff7da799919b0d2Mark Andrews
020c4484fe510434c1b3aaac040ab6cfb3340115Mark Andrews 355. [func] Added isc_dir_createunique(), similar to mkdtemp().
020c4484fe510434c1b3aaac040ab6cfb3340115Mark Andrews
e94c7d23589f79d5ece5a068ee6a661cebf9c2b4Mark Andrews 354. [doc] Man pages for the dnssec tools are now included in
30d9cf665d32984fe1dc62ae355ab5b2a0fe3a35Mark Andrews the distribution, in doc/man/dnssec.
30d9cf665d32984fe1dc62ae355ab5b2a0fe3a35Mark Andrews
0a1009ae64036ad2473bc48be8c98a54392b6cb5Mark Andrews 353. [bug] double increment in lwres/gethost.c:copytobuf().
0a1009ae64036ad2473bc48be8c98a54392b6cb5Mark Andrews [RT# 187]
0a1009ae64036ad2473bc48be8c98a54392b6cb5Mark Andrews
2801318d3cf49e23ee2bfda45f66cbaa7409f0aaMark Andrews 352. [bug] Race condition in dns_client_t startup could cause
2801318d3cf49e23ee2bfda45f66cbaa7409f0aaMark Andrews an assertion failure.
88a8e5a8d0784a91ac7b28656bbbf904882f55e3Mark Andrews
88a8e5a8d0784a91ac7b28656bbbf904882f55e3Mark Andrews 351. [bug] Constructing a response with rcode SERVFAIL to a TSIG
88a8e5a8d0784a91ac7b28656bbbf904882f55e3Mark Andrews signed query could crash the server.
88a8e5a8d0784a91ac7b28656bbbf904882f55e3Mark Andrews
88a8e5a8d0784a91ac7b28656bbbf904882f55e3Mark Andrews 350. [bug] Also-notify lists specified in the global options
48a3b282636db2c67c6e2dc10833689f58b05422Vernon Schryver block were not correctly reference counted, causing
48a3b282636db2c67c6e2dc10833689f58b05422Vernon Schryver a memory leak.
bddc7537c220d2be1f496f7271382ef825826818Evan Hunt
f5dc94b026b5153de76eeb3c1161596251f26bcbMark Andrews 349. [bug] Processing a query with the CD bit set now works
f5dc94b026b5153de76eeb3c1161596251f26bcbMark Andrews as expected.
88a8e5a8d0784a91ac7b28656bbbf904882f55e3Mark Andrews
8b04568c804d6c50abb7c99adb03c689fbb00cf9Evan Hunt 348. [func] New boolean named.conf options 'additional-from-auth'
ebe4f01a8fd93b6b8aeec936ae0703a97784f7b4Mark Andrews and 'additional-from-cache' now supported in view and
ebe4f01a8fd93b6b8aeec936ae0703a97784f7b4Mark Andrews global options statement.
2801318d3cf49e23ee2bfda45f66cbaa7409f0aaMark Andrews
af850c4120c5bee9462de4def85d0b4c1b583963Mark Andrews 347. [bug] Don't crash if an argument is left off options in dig.
af850c4120c5bee9462de4def85d0b4c1b583963Mark Andrews
dc2e6272391c6e89eeba3de07736a9d4d01dc5d4Mark Andrews 346. [placeholder]
dc2e6272391c6e89eeba3de07736a9d4d01dc5d4Mark Andrews
dc2e6272391c6e89eeba3de07736a9d4d01dc5d4Mark Andrews 345. [bug] Large-scale changes/cleanups to dig:
dc2e6272391c6e89eeba3de07736a9d4d01dc5d4Mark Andrews * Significantly improve structure handling
02286522fbc6db783b5f0b4318289db0cefbfbcbMark Andrews * Don't pre-load entire batch files
02286522fbc6db783b5f0b4318289db0cefbfbcbMark Andrews * Add name/rr counting/limiting
02286522fbc6db783b5f0b4318289db0cefbfbcbMark Andrews * Fix SIGINT handling
653a78de956fc92049c6ec15a654b65a61aea2a1Evan Hunt * Shorten timeouts to match v8's behavior
653a78de956fc92049c6ec15a654b65a61aea2a1Evan Hunt
653a78de956fc92049c6ec15a654b65a61aea2a1Evan Hunt 344. [bug] When shutting down, lwresd sometimes tried
653a78de956fc92049c6ec15a654b65a61aea2a1Evan Hunt to shut down its client tasks twice,
793814f80703afdd69b59ade91e63efa81ae4178Evan Hunt triggering an assertion.
793814f80703afdd69b59ade91e63efa81ae4178Evan Hunt
793814f80703afdd69b59ade91e63efa81ae4178Evan Hunt 343. [bug] Although zone maintenance SOA queries and
793814f80703afdd69b59ade91e63efa81ae4178Evan Hunt notify requests were signed with TSIG keys
b2086d798b442a428d50ddc247925f114aa4112fEvan Hunt when configured for the server in case,
b2086d798b442a428d50ddc247925f114aa4112fEvan Hunt the TSIG was not verified on the response.
b2086d798b442a428d50ddc247925f114aa4112fEvan Hunt
b2086d798b442a428d50ddc247925f114aa4112fEvan Hunt 342. [bug] The wrong name was being passed to
1dacfa0ea8ee078030411d55d2021f7619568ea3Scott Mann dns_name_dup() when generating a TSIG
1dacfa0ea8ee078030411d55d2021f7619568ea3Scott Mann key using TKEY.
4499a6a3063eceb1c412f5165b9c5b47d32d5a62Evan Hunt
1dacfa0ea8ee078030411d55d2021f7619568ea3Scott Mann 341. [func] Support 'key' clause in named.conf zone masters
2cc56f582c1b13e5f8537610b71c1c283261a7dcMark Andrews statement to allow authentication via TSIG keys:
2cc56f582c1b13e5f8537610b71c1c283261a7dcMark Andrews
2cc56f582c1b13e5f8537610b71c1c283261a7dcMark Andrews masters {
8c0f354bdf003852894a9a5ad6b829eafef0d405Mark Andrews 10.0.0.1 port 5353 key "foo";
8c0f354bdf003852894a9a5ad6b829eafef0d405Mark Andrews 10.0.0.2 ;
8c0f354bdf003852894a9a5ad6b829eafef0d405Mark Andrews };
f5dc94b026b5153de76eeb3c1161596251f26bcbMark Andrews
a6c74da2b0a5d4ec8c7d3f4d4b240f20e3fd8334Evan Hunt 340. [bug] The top-level COPYRIGHT file was missing from
a6c74da2b0a5d4ec8c7d3f4d4b240f20e3fd8334Evan Hunt the distribution.
a6c74da2b0a5d4ec8c7d3f4d4b240f20e3fd8334Evan Hunt
a6c74da2b0a5d4ec8c7d3f4d4b240f20e3fd8334Evan Hunt 339. [bug] DNSSEC validation of the response to an ANY
a6c74da2b0a5d4ec8c7d3f4d4b240f20e3fd8334Evan Hunt query at a name with a CNAME RR in a secure
a6c74da2b0a5d4ec8c7d3f4d4b240f20e3fd8334Evan Hunt zone triggered an assertion failure.
a6c74da2b0a5d4ec8c7d3f4d4b240f20e3fd8334Evan Hunt
a6c74da2b0a5d4ec8c7d3f4d4b240f20e3fd8334Evan Hunt 338. [bug] lwresd logged to syslog as named, not lwresd.
1219f8d1948a3e39bfeee1980ef4931fb19c4485Evan Hunt
1219f8d1948a3e39bfeee1980ef4931fb19c4485Evan Hunt 337. [bug] "dig" did not recognize "nsap-ptr" as an RR type
1219f8d1948a3e39bfeee1980ef4931fb19c4485Evan Hunt on the command line.
3d5423a48472936f3b1ad423995c5baffe9ff3b1Evan Hunt
41ce9f5c27cfb50874b3274cea4f93d1fac14a91Mark Andrews 336. [bug] "dig -f" used 64 k of memory for each line in
41ce9f5c27cfb50874b3274cea4f93d1fac14a91Mark Andrews the file. It now uses much less, though still
41ce9f5c27cfb50874b3274cea4f93d1fac14a91Mark Andrews proportionally to the file size.
67e3b3b9fcaa9150cd79b6db0d757bd131fce913Evan Hunt
67e3b3b9fcaa9150cd79b6db0d757bd131fce913Evan Hunt 335. [bug] named would occasionally attempt recursion when
67e3b3b9fcaa9150cd79b6db0d757bd131fce913Evan Hunt it was disallowed or undesired.
84f0bd3bc7ac72289cc0dfedd3d17872ad1169feEvan Hunt
84f0bd3bc7ac72289cc0dfedd3d17872ad1169feEvan Hunt 334. [func] Added hmac-md5 to libisc.
84f0bd3bc7ac72289cc0dfedd3d17872ad1169feEvan Hunt
fad5116b3d68e825d29f87a1d3cb41409f42e8f5Scott Mann 333. [bug] The resolver incorrectly accepted referrals to
de382ae91aa6b3df7f8684135f08e6db45ab1402Scott Mann domains that were not parents of the query name,
fad5116b3d68e825d29f87a1d3cb41409f42e8f5Scott Mann causing assertion failures.
76a7d4e152dc80885312e4c2b6b8d94df9153f57Evan Hunt
76a7d4e152dc80885312e4c2b6b8d94df9153f57Evan Hunt 332. [func] New function dns_name_reset().
76a7d4e152dc80885312e4c2b6b8d94df9153f57Evan Hunt
9e4afc9b39fe5c5e44798944b72d6686a5be435cEvan Hunt 331. [bug] Only log "recursion denied" if RD is set. [RT #178]
f5dc94b026b5153de76eeb3c1161596251f26bcbMark Andrews
9e4afc9b39fe5c5e44798944b72d6686a5be435cEvan Hunt 330. [bug] Many debugging messages were partially formatted
8a2ab2b9203120c3e2a883a5ee8c0b5d60c1808cEvan Hunt even when debugging was turned off, causing a
8a2ab2b9203120c3e2a883a5ee8c0b5d60c1808cEvan Hunt significant decrease in query performance.
8a2ab2b9203120c3e2a883a5ee8c0b5d60c1808cEvan Hunt
8a2ab2b9203120c3e2a883a5ee8c0b5d60c1808cEvan Hunt 329. [func] omapi_auth_register() now takes a size_t argument for
8a2ab2b9203120c3e2a883a5ee8c0b5d60c1808cEvan Hunt the length of a key's secret data. Previously
2c35c682362049f823248542e07e7dca4008b986Mark Andrews OMAPI only stored secrets up to the first NUL byte.
2c35c682362049f823248542e07e7dca4008b986Mark Andrews
2c35c682362049f823248542e07e7dca4008b986Mark Andrews 328. [func] Added isc_base64_decodestring().
9198ab377b1cbf07d6d0c6eec25296c135bd66bdMark Andrews
9198ab377b1cbf07d6d0c6eec25296c135bd66bdMark Andrews 327. [bug] rndc.conf parser wasn't correctly recognising an IP
e4c4cf5177d23e144897e0e26ae210cfdb9612ebEvan Hunt address where a host specification was required.
e4c4cf5177d23e144897e0e26ae210cfdb9612ebEvan Hunt
f5dc94b026b5153de76eeb3c1161596251f26bcbMark Andrews 326. [func] 'keys' in an 'inet' control statement is now
5e2704d0ae827dbb9296d7352219a11daa1170bcEvan Hunt required and must have at least one item in it.
99cbc3d3a4dcbd203146f62e37478aee1c8ee673Evan Hunt A "not supported" warning is now issued if a 'unix'
99cbc3d3a4dcbd203146f62e37478aee1c8ee673Evan Hunt control channel is defined.
99cbc3d3a4dcbd203146f62e37478aee1c8ee673Evan Hunt
5a75f61dd413720c16d229b24ebba6bd6ecdb738Evan Hunt 325. [bug] isc_lex_gettoken was processing octal strings when
5a75f61dd413720c16d229b24ebba6bd6ecdb738Evan Hunt ISC_LEXOPT_CNUMBER was not set.
5a75f61dd413720c16d229b24ebba6bd6ecdb738Evan Hunt
3a63259484bf32c0c8b9646a8bfcbe3d25a17584Mark Andrews 324. [func] In the resolver, turn EDNS0 off if there is no
3a63259484bf32c0c8b9646a8bfcbe3d25a17584Mark Andrews response after a number of retransmissions.
0f972644190291c832677fafd0826532770d11d8Mark Andrews This is to allow queries some chance of succeeding
0f972644190291c832677fafd0826532770d11d8Mark Andrews even if all the authoritative servers of a zone
772dfb90be732103ef2793bca17ca57c5bb12fa7Mark Andrews silently discard EDNS0 requests instead of
772dfb90be732103ef2793bca17ca57c5bb12fa7Mark Andrews sending an error response like they ought to.
772dfb90be732103ef2793bca17ca57c5bb12fa7Mark Andrews
f5dc94b026b5153de76eeb3c1161596251f26bcbMark Andrews 323. [bug] dns_rbt_findname() did not ignore empty rbt nodes.
01279934803dd45c007a58b61fe20c2852135b52Evan Hunt Because of this, servers authoritative for a parent
01279934803dd45c007a58b61fe20c2852135b52Evan Hunt and grandchild zone but not authoritative for the
01279934803dd45c007a58b61fe20c2852135b52Evan Hunt intervening child zone did not correctly issue
c1e655fe4c2192d1c4198153d32b2506a8b3d02dEvan Hunt referrals to the servers of the child zone.
c1e655fe4c2192d1c4198153d32b2506a8b3d02dEvan Hunt
f5dc94b026b5153de76eeb3c1161596251f26bcbMark Andrews 322. [bug] Queries for KEY RRs are now sent to the parent
8787b357e69c8c548cdad59e8c9d492a0f4a7105Curtis Blackburn server before the authoritative one, making
31f46f1869f4b6b8ecfe0d89177000fb867b8df1Mark Andrews DNSSEC insecurity proofs work in many cases
31f46f1869f4b6b8ecfe0d89177000fb867b8df1Mark Andrews where they previously didn't.
31f46f1869f4b6b8ecfe0d89177000fb867b8df1Mark Andrews
f07b2fccaf6be13d9440d323e9e79ee84fe345e2Evan Hunt 321. [bug] When synthesizing a CNAME RR for a DNAME
f07b2fccaf6be13d9440d323e9e79ee84fe345e2Evan Hunt response, query_addcname() failed to intitialize
f07b2fccaf6be13d9440d323e9e79ee84fe345e2Evan Hunt the type and class of the CNAME dns_rdata_t,
f07b2fccaf6be13d9440d323e9e79ee84fe345e2Evan Hunt causing random failures.
f07b2fccaf6be13d9440d323e9e79ee84fe345e2Evan Hunt
f5dc94b026b5153de76eeb3c1161596251f26bcbMark Andrews 320. [func] Multiple rndc changes: parses an rndc.conf file,
cf63d32d55ffed0e7e1b9eacfecb3e751dc68674Evan Hunt uses authentication to talk to named, command
cf63d32d55ffed0e7e1b9eacfecb3e751dc68674Evan Hunt line syntax changed. This will all be described
cf63d32d55ffed0e7e1b9eacfecb3e751dc68674Evan Hunt in the ARM.
6fab2f80c95959b17adb2f81656e9abf003e1717Mark Andrews
6fab2f80c95959b17adb2f81656e9abf003e1717Mark Andrews 319. [func] The named.conf "controls" statement is now used
6fab2f80c95959b17adb2f81656e9abf003e1717Mark Andrews to configure the OMAPI command channel.
6fab2f80c95959b17adb2f81656e9abf003e1717Mark Andrews
96ade2bc52912bed2656a42c751edfabbcd650e6Mark Andrews 318. [func] dns_c_ndcctx_destroy() could never return anything
96ade2bc52912bed2656a42c751edfabbcd650e6Mark Andrews except ISC_R_SUCCESS; made it have void return instead.
96ade2bc52912bed2656a42c751edfabbcd650e6Mark Andrews
b47c020d5c635b662ac57e5485d266fd62c796c0Evan Hunt 317. [func] Use callbacks from libomapi to determine if a
b47c020d5c635b662ac57e5485d266fd62c796c0Evan Hunt new connection is valid, and if a key requested
4b08de94999f7cbd990685f7ba1ed91ede81708eEvan Hunt to be used with that connection is valid.
4b08de94999f7cbd990685f7ba1ed91ede81708eEvan Hunt
632e44d19e8d875eb78ddd1d028c0f9c29360420Scott Mann 316. [bug] Generate a warning if we detect an unexpected <eof>
42cf2ff7bad81c5a1f5d3be29d06e12504c3af24Evan Hunt but treat as <eol><eof>.
42cf2ff7bad81c5a1f5d3be29d06e12504c3af24Evan Hunt
42cf2ff7bad81c5a1f5d3be29d06e12504c3af24Evan Hunt 315. [bug] Handle non-empty blanks lines. [RT #163]
a69070d8fab55dbc63ba9f96c9d3e34f0ea9119aMark Andrews
a69070d8fab55dbc63ba9f96c9d3e34f0ea9119aMark Andrews 314. [func] The named.conf controls statement can now have
a69070d8fab55dbc63ba9f96c9d3e34f0ea9119aMark Andrews more than one key specified for the inet clause.
a69070d8fab55dbc63ba9f96c9d3e34f0ea9119aMark Andrews
a69070d8fab55dbc63ba9f96c9d3e34f0ea9119aMark Andrews 313. [bug] When parsing resolv.conf, don't terminate on an
e7220c9b841bbd3d16736726f786a86fec3c0e18Evan Hunt error. Instead, parse as much as possible, but
e7220c9b841bbd3d16736726f786a86fec3c0e18Evan Hunt still return an error if one was found.
53d308d83bfe32bf3328bac628670bd8876b1629Mark Andrews
e7220c9b841bbd3d16736726f786a86fec3c0e18Evan Hunt 312. [bug] Increase the number of allowed elements in the
79ce3a9e82384cc31fd6b86be8f3d1474fcfd9f4Evan Hunt resolv.conf search path from 6 to 8. If there
79ce3a9e82384cc31fd6b86be8f3d1474fcfd9f4Evan Hunt are more than this, ignore the remainder rather
79ce3a9e82384cc31fd6b86be8f3d1474fcfd9f4Evan Hunt than returning a failure in lwres_conf_parse.
79ce3a9e82384cc31fd6b86be8f3d1474fcfd9f4Evan Hunt
79ce3a9e82384cc31fd6b86be8f3d1474fcfd9f4Evan Hunt 311. [bug] lwres_conf_parse failed when the first line of
79ce3a9e82384cc31fd6b86be8f3d1474fcfd9f4Evan Hunt resolv.conf was empty or a comment.
79ce3a9e82384cc31fd6b86be8f3d1474fcfd9f4Evan Hunt
79ce3a9e82384cc31fd6b86be8f3d1474fcfd9f4Evan Hunt 310. [func] Changes to named.conf "controls" statement (inet
5e3affc6a0b155ee1cadac735c1a71f4d418ad69Evan Hunt subtype only)
5e3affc6a0b155ee1cadac735c1a71f4d418ad69Evan Hunt
5e3affc6a0b155ee1cadac735c1a71f4d418ad69Evan Hunt - support "keys" clause
5e3affc6a0b155ee1cadac735c1a71f4d418ad69Evan Hunt
475b1ed9cced1f92ce34bc2e59b3065dae48f366Mark Andrews controls {
4939b6c7df2cb10171726a3f5ee23eda43aa042aPaul Ebersman inet * port 1024
475b1ed9cced1f92ce34bc2e59b3065dae48f366Mark Andrews allow { any; } keys { "foo"; }
b64e3b8358177cbef5db7b99fc9ddc2efe48eed7Mark Andrews }
b64e3b8358177cbef5db7b99fc9ddc2efe48eed7Mark Andrews
b64e3b8358177cbef5db7b99fc9ddc2efe48eed7Mark Andrews - allow "port xxx" to be left out of statement,
b64e3b8358177cbef5db7b99fc9ddc2efe48eed7Mark Andrews in which case it defaults to omapi's default port
6de9744cf9c64be2145f663e4051196a4eaa9d45Evan Hunt of 953.
6de9744cf9c64be2145f663e4051196a4eaa9d45Evan Hunt
6de9744cf9c64be2145f663e4051196a4eaa9d45Evan Hunt 309. [bug] When sending a referral, the server did not look
6de9744cf9c64be2145f663e4051196a4eaa9d45Evan Hunt for name server addresses as glue in the zone
6de9744cf9c64be2145f663e4051196a4eaa9d45Evan Hunt holding the NS RRset in the case where this zone
6de9744cf9c64be2145f663e4051196a4eaa9d45Evan Hunt was not the same as the one where it looked for
6de9744cf9c64be2145f663e4051196a4eaa9d45Evan Hunt name server addresses as authoritative data.
6de9744cf9c64be2145f663e4051196a4eaa9d45Evan Hunt
6de9744cf9c64be2145f663e4051196a4eaa9d45Evan Hunt 308. [bug] Treat a SOA record not at top of zone as an error
6b95b91c617a3e56aff611772744af32b5410e1fEvan Hunt when loading a zone. [RT #154]
6b95b91c617a3e56aff611772744af32b5410e1fEvan Hunt
f5dc94b026b5153de76eeb3c1161596251f26bcbMark Andrews 307. [bug] When canceling a query, the resolver didn't check for
f5dc94b026b5153de76eeb3c1161596251f26bcbMark Andrews isc_socket_sendto() calls that did not yet have their
f5dc94b026b5153de76eeb3c1161596251f26bcbMark Andrews completion events posted, so it could (rarely) end up
f5dc94b026b5153de76eeb3c1161596251f26bcbMark Andrews destroying the query context and then want to use
fbe2cff19f5cddc67b967764ad95038dfcafc85aEvan Hunt it again when the send event posted, triggering an
e482a4a3408cabf6cab8b479001ce69ec4842cbaMark Andrews assertion as it tried to cancel an already-canceled
ea8278253210df030a24f0c89342b43fe279a127Mark Andrews query. [RT #77]
ea8278253210df030a24f0c89342b43fe279a127Mark Andrews
ea8278253210df030a24f0c89342b43fe279a127Mark Andrews 306. [bug] Reading HMAC-MD5 private key files didn't work.
0245f7725c40fd29637fbc83ee25bd84be25bfd2Evan Hunt
0245f7725c40fd29637fbc83ee25bd84be25bfd2Evan Hunt 305. [bug] When reloading the server with a config file
0245f7725c40fd29637fbc83ee25bd84be25bfd2Evan Hunt containing a syntax error, it could catch an
0245f7725c40fd29637fbc83ee25bd84be25bfd2Evan Hunt assertion failure trying to perform zone
47e70d820ed07895a25e5b3520adf953114ac01eEvan Hunt maintenance on tentatively created zones whose
47e70d820ed07895a25e5b3520adf953114ac01eEvan Hunt views were never fully configured and lacked
47e70d820ed07895a25e5b3520adf953114ac01eEvan Hunt an address database.
eee7f742eab409723902e229b840dcdbc9a512f5Evan Hunt
eee7f742eab409723902e229b840dcdbc9a512f5Evan Hunt 304. [bug] If more than LWRES_CONFMAXNAMESERVERS servers
eee7f742eab409723902e229b840dcdbc9a512f5Evan Hunt are listed in resolv.conf, silently ignore them
eee7f742eab409723902e229b840dcdbc9a512f5Evan Hunt instead of returning failure.
bfe32d08c51a606744bd0d6ea518eb95084d2eefEvan Hunt
bfe32d08c51a606744bd0d6ea518eb95084d2eefEvan Hunt 303. [bug] Add additional sanity checks to differentiate a AXFR
bfe32d08c51a606744bd0d6ea518eb95084d2eefEvan Hunt response vs a IXFR response. [RT #157]
bfe32d08c51a606744bd0d6ea518eb95084d2eefEvan Hunt
bfe32d08c51a606744bd0d6ea518eb95084d2eefEvan Hunt 302. [bug] In dig, host, and nslookup, MXNAME should be large
bfe32d08c51a606744bd0d6ea518eb95084d2eefEvan Hunt enough to hold any legal domain name in presentation
c0984ac8bdb9ab8812374651bbabcfeb5873eb38Mark Andrews format + terminating NULL.
c0984ac8bdb9ab8812374651bbabcfeb5873eb38Mark Andrews
722fa6417b52618f84f526ff53248fcad8522caaPaul Ebersman 301. [bug] Uninitalised pointer in host:printmessage(). [RT #159]
c0984ac8bdb9ab8812374651bbabcfeb5873eb38Mark Andrews
2a4f4945657f4dd321d30a01aa5d74159c74dbcbEvan Hunt 300. [bug] Using both <isc/net.h> and <lwres/net.h> didn't work
2a4f4945657f4dd321d30a01aa5d74159c74dbcbEvan Hunt on platforms lacking IPv6 because each included their
a50ce0f80bd665545389cfd91df31d3f4fe66b04Scott Mann own ipv6 header file for the missing definitions. Now
7609e973f517387352a5e98b1b9c368bfb769b09Mark Andrews each library's ipv6.h defines the wrapper symbol of
7609e973f517387352a5e98b1b9c368bfb769b09Mark Andrews the other (ISC_IPV6_H and LWRES_IPV6_H).
7609e973f517387352a5e98b1b9c368bfb769b09Mark Andrews
0268e42b4e5b83e1e5806caddd3b38e14735d739Mark Andrews 299. [cleanup] Get the user and group information before changing the
0268e42b4e5b83e1e5806caddd3b38e14735d739Mark Andrews root directory, so the administrator does not need to
0268e42b4e5b83e1e5806caddd3b38e14735d739Mark Andrews keep a copy of the user and group databases in the
0268e42b4e5b83e1e5806caddd3b38e14735d739Mark Andrews chroot'ed environment. Suggested by Hakan Olsson.
0268e42b4e5b83e1e5806caddd3b38e14735d739Mark Andrews
f5dc94b026b5153de76eeb3c1161596251f26bcbMark Andrews 298. [bug] A mutex deadlock occurred during shutdown of the
f5dc94b026b5153de76eeb3c1161596251f26bcbMark Andrews interface manager under certain conditions.
f5dc94b026b5153de76eeb3c1161596251f26bcbMark Andrews Digital Unix systems were the most affected.
de7df3e56fe99c33a415674b018aae93eee94750Evan Hunt
be847331456855e4e2e8e71fde1efd68a04557caEvan Hunt 297. [bug] Specifying a key name that wasn't fully qualified
be847331456855e4e2e8e71fde1efd68a04557caEvan Hunt in certain parts of the config file could cause
be847331456855e4e2e8e71fde1efd68a04557caEvan Hunt an assertion failure.
ac21f918f23ce95fd5be807428ee9e2c42319878Evan Hunt
ac21f918f23ce95fd5be807428ee9e2c42319878Evan Hunt 296. [bug] "make install" from a separate build directory
ac21f918f23ce95fd5be807428ee9e2c42319878Evan Hunt failed unless configure had been run in the source
ac21f918f23ce95fd5be807428ee9e2c42319878Evan Hunt directory, too.
7da74ea46df30a7431441a3b8adf5134dab5067eJeremy C. Reed
ac21f918f23ce95fd5be807428ee9e2c42319878Evan Hunt 295. [bug] When invoked with type==CNAME and a message
ac21f918f23ce95fd5be807428ee9e2c42319878Evan Hunt not constructed by dns_message_parse(),
485522d7e17da517fe91c21c642c8526c3ffb14cEvan Hunt dns_message_findname() failed to find anything
485522d7e17da517fe91c21c642c8526c3ffb14cEvan Hunt due to checking for attribute bits that are set
485522d7e17da517fe91c21c642c8526c3ffb14cEvan Hunt only in dns_message_parse(). This caused an
f5dc94b026b5153de76eeb3c1161596251f26bcbMark Andrews infinite loop when constructing the response to
485522d7e17da517fe91c21c642c8526c3ffb14cEvan Hunt an ANY query at a CNAME in a secure zone.
485522d7e17da517fe91c21c642c8526c3ffb14cEvan Hunt
485522d7e17da517fe91c21c642c8526c3ffb14cEvan Hunt 294. [bug] If we run out of space in while processing glue
9eea4c5cbd864e0bc400dc665b35c3dbd00f9222Evan Hunt when reading a master file and commit "current name"
9eea4c5cbd864e0bc400dc665b35c3dbd00f9222Evan Hunt reverts to "name_current" instead of staying as
9eea4c5cbd864e0bc400dc665b35c3dbd00f9222Evan Hunt "name_glue".
f5dc94b026b5153de76eeb3c1161596251f26bcbMark Andrews
f5dc94b026b5153de76eeb3c1161596251f26bcbMark Andrews 293. [port] Add support for FreeBSD 4.0 system tests.
85a79fa7eb17767d9ae9030e0289ed3e95aab7c8Evan Hunt
f5dc94b026b5153de76eeb3c1161596251f26bcbMark Andrews 292. [bug] Due to problems with the way some operating systems
85a79fa7eb17767d9ae9030e0289ed3e95aab7c8Evan Hunt handle simultaneous listening on IPv4 and IPv6
d454a60f5664d7b4d026df93bf7745edd25cd897Evan Hunt addresses, the server no longer listens on IPv6
d454a60f5664d7b4d026df93bf7745edd25cd897Evan Hunt addresses by default. To revert to the previous
d454a60f5664d7b4d026df93bf7745edd25cd897Evan Hunt behavior, specify "listen-on-v6 { any; };" in
d454a60f5664d7b4d026df93bf7745edd25cd897Evan Hunt the config file.
39f2d1a96a7c7494b1db0ea0f45e063a6a5ef9bbEvan Hunt
39f2d1a96a7c7494b1db0ea0f45e063a6a5ef9bbEvan Hunt 291. [func] Caching servers no longer send outgoing queries
39f2d1a96a7c7494b1db0ea0f45e063a6a5ef9bbEvan Hunt over TCP just because the incoming recursive query
39f2d1a96a7c7494b1db0ea0f45e063a6a5ef9bbEvan Hunt was a TCP one.
39f2d1a96a7c7494b1db0ea0f45e063a6a5ef9bbEvan Hunt
f5dc94b026b5153de76eeb3c1161596251f26bcbMark Andrews 290. [cleanup] +twiddle option to dig (for testing only) removed.
39f2d1a96a7c7494b1db0ea0f45e063a6a5ef9bbEvan Hunt
39f2d1a96a7c7494b1db0ea0f45e063a6a5ef9bbEvan Hunt 289. [cleanup] dig is now installed in $bindir instead of $sbindir.
39f2d1a96a7c7494b1db0ea0f45e063a6a5ef9bbEvan Hunt host is now installed in $bindir. (Be sure to remove
76db58eb818dc4839fa816df6a1a1ecb2c7a6bd0Evan Hunt any $sbindir/dig from a previous release.)
76db58eb818dc4839fa816df6a1a1ecb2c7a6bd0Evan Hunt
76db58eb818dc4839fa816df6a1a1ecb2c7a6bd0Evan Hunt 288. [func] rndc is now installed by "make install" into $sbindir.
76db58eb818dc4839fa816df6a1a1ecb2c7a6bd0Evan Hunt
7a2173839c5ca103090431f36709fde99b599097Evan Hunt 287. [bug] rndc now works again as "rndc 127.1 reload" (for
7a2173839c5ca103090431f36709fde99b599097Evan Hunt only that task). Parsing its configuration file and
7a2173839c5ca103090431f36709fde99b599097Evan Hunt using digital signatures for authentication has been
7a2173839c5ca103090431f36709fde99b599097Evan Hunt disabled until named supports the "controls" statement,
7a2173839c5ca103090431f36709fde99b599097Evan Hunt post-9.0.0.
7a2173839c5ca103090431f36709fde99b599097Evan Hunt
c92122485d6868a88e6cc1469e06a9c8f306b575Evan Hunt 286. [bug] On Solaris 2, when named inherited a signal state
c92122485d6868a88e6cc1469e06a9c8f306b575Evan Hunt where SIGHUP had the SIG_IGN action, SIGHUP would
c92122485d6868a88e6cc1469e06a9c8f306b575Evan Hunt be ignored rather than causing the server to reload
2b3bcbce23a5539a16c1d209f83a604c775859d5Mark Andrews its configuration.
2b3bcbce23a5539a16c1d209f83a604c775859d5Mark Andrews
2b3bcbce23a5539a16c1d209f83a604c775859d5Mark Andrews 285. [bug] A change made to the dst API for beta4 inadvertently
9cf04a12ec5ea0ee64338feef76e885980a524dfMark Andrews broke OMAPI's creation of a dst key from an incoming
9cf04a12ec5ea0ee64338feef76e885980a524dfMark Andrews message, causing an assertion to be triggered. Fixed.
9cf04a12ec5ea0ee64338feef76e885980a524dfMark Andrews
9f36aef24cac3890e24e57d1821f7ede5e34ff8eMark Andrews 284. [func] The DNSSEC key generation and signing tools now
9f36aef24cac3890e24e57d1821f7ede5e34ff8eMark Andrews generate randomness from keyboard input on systems
30f888cbd416f3bcc60b508c3957ef724af592d6Scott Mann that lack /dev/random.
30f888cbd416f3bcc60b508c3957ef724af592d6Scott Mann
319b8a14881a95996af3a9ba4a20f144eb766b31Evan Hunt 283. [cleanup] The 'lwresd' program is now a link to 'named'.
319b8a14881a95996af3a9ba4a20f144eb766b31Evan Hunt
319b8a14881a95996af3a9ba4a20f144eb766b31Evan Hunt 282. [bug] The lexer now returns ISC_R_RANGE if parsed integer is
319b8a14881a95996af3a9ba4a20f144eb766b31Evan Hunt too big for an unsigned long.
319b8a14881a95996af3a9ba4a20f144eb766b31Evan Hunt
e1234be3ad794d8580365e76b65ee657d094b254Paul Ebersman 281. [bug] Fixed list of recognized config file category names.
319b8a14881a95996af3a9ba4a20f144eb766b31Evan Hunt
4fc55db699529ce60f7f1e12aae40e315831c67fScott Mann 280. [func] Add isc-config.sh, which can be used to more
4fc55db699529ce60f7f1e12aae40e315831c67fScott Mann easily build applications that link with
0a82492610e2424bb999946bd6e5a13c83f453b4Mark Andrews our libraries.
4499a6a3063eceb1c412f5165b9c5b47d32d5a62Evan Hunt
0a82492610e2424bb999946bd6e5a13c83f453b4Mark Andrews 279. [bug] Private omapi function symbols shared between
95759de490339a71e301ab6aa53b7a2c664f6d0fScott Mann two or more files in libomapi.a were not namespace
95759de490339a71e301ab6aa53b7a2c664f6d0fScott Mann protected using the ISC convention of starting with
95759de490339a71e301ab6aa53b7a2c664f6d0fScott Mann the library name and two underscores ("omapi__"...)
95759de490339a71e301ab6aa53b7a2c664f6d0fScott Mann
0994d3a21baeedf28cbf7e461b3bd8de5f9a6654Evan Hunt 278. [bug] bin/named/logconf.c:category_fromconf() didn't take
0994d3a21baeedf28cbf7e461b3bd8de5f9a6654Evan Hunt note of when isc_log_categorybyname() wasn't able
0994d3a21baeedf28cbf7e461b3bd8de5f9a6654Evan Hunt to find the category name and would then apply the
10a759cee69dcc3ce3a4d65e6e263c66e7f60ee8Evan Hunt channel list of the unknown category to all categories.
10a759cee69dcc3ce3a4d65e6e263c66e7f60ee8Evan Hunt
10a759cee69dcc3ce3a4d65e6e263c66e7f60ee8Evan Hunt 277. [bug] isc_log_categorybyname() and isc_log_modulebyname()
10a759cee69dcc3ce3a4d65e6e263c66e7f60ee8Evan Hunt would fail to find the first member of any category
10a759cee69dcc3ce3a4d65e6e263c66e7f60ee8Evan Hunt or module array apart from the internal defaults.
35f1a4fc935ad0f05a23d5a6cfba17f5913fdcc1Evan Hunt Thus, for example, the "notify" category was improperly
35f1a4fc935ad0f05a23d5a6cfba17f5913fdcc1Evan Hunt configured by named.
35f1a4fc935ad0f05a23d5a6cfba17f5913fdcc1Evan Hunt
35f1a4fc935ad0f05a23d5a6cfba17f5913fdcc1Evan Hunt 276. [bug] dig now supports maximum sized TCP messages.
35f1a4fc935ad0f05a23d5a6cfba17f5913fdcc1Evan Hunt
7cb226ec344f3996906c015ef58749c5565b2a05Evan Hunt 275. [bug] The definition of lwres_gai_strerror() was missing
7cb226ec344f3996906c015ef58749c5565b2a05Evan Hunt the lwres_ prefix.
7cb226ec344f3996906c015ef58749c5565b2a05Evan Hunt
7cb226ec344f3996906c015ef58749c5565b2a05Evan Hunt 274. [bug] TSIG AXFR verify failed when talking to a BIND 8
7cb226ec344f3996906c015ef58749c5565b2a05Evan Hunt server.
7cb226ec344f3996906c015ef58749c5565b2a05Evan Hunt
5095e72ac3c0f1e16c246b56e8277614571bf132Mark Andrews 273. [func] The default for the 'transfer-format' option is
5095e72ac3c0f1e16c246b56e8277614571bf132Mark Andrews now 'many-answers'. This will break zone transfers
5095e72ac3c0f1e16c246b56e8277614571bf132Mark Andrews to BIND 4.9.5 and older unless there is an explicit
653cad790b4dc6c1330f634150a8941b75ed761eMark Andrews 'one-answer' configuration.
653cad790b4dc6c1330f634150a8941b75ed761eMark Andrews
cb240b0676186ba4668946c98730879f14a195faFrancis Dupont 272. [bug] The sending of large TCP responses was canceled
cb240b0676186ba4668946c98730879f14a195faFrancis Dupont in mid-transmission due to a race condition
cb240b0676186ba4668946c98730879f14a195faFrancis Dupont caused by the failure to set the client object's
e41de66a124e6e564428360c2f76e5f1ae6c6f06Francis Dupont "newstate" variable correctly when transitioning
e41de66a124e6e564428360c2f76e5f1ae6c6f06Francis Dupont to the "working" state.
e41de66a124e6e564428360c2f76e5f1ae6c6f06Francis Dupont
cbf59e5887d69fca6fe86a1ee5fcc82dded14babMark Andrews 271. [func] Attempt to probe the number of cpus in named
cbf59e5887d69fca6fe86a1ee5fcc82dded14babMark Andrews if unspecified rather than defaulting to 1.
cbf59e5887d69fca6fe86a1ee5fcc82dded14babMark Andrews
9e102ef9697f0b0d0607fe24bc3ac00286936dd4Francis Dupont 270. [func] Allow maximum sized TCP answers.
9e102ef9697f0b0d0607fe24bc3ac00286936dd4Francis Dupont
9e102ef9697f0b0d0607fe24bc3ac00286936dd4Francis Dupont 269. [bug] Failed DNSSEC validations could cause an assertion
ed53ec0b06825bcc6ba54e10e0174e2de93e595dMark Andrews failure by causing clone_results() to be called with
ed53ec0b06825bcc6ba54e10e0174e2de93e595dMark Andrews with hevent->node == NULL.
ed53ec0b06825bcc6ba54e10e0174e2de93e595dMark Andrews
61bcc232038f0a2cb77ed6269675fdc288f5ec98Evan Hunt 268. [doc] A plain text version of the Administrator
61bcc232038f0a2cb77ed6269675fdc288f5ec98Evan Hunt Reference Manual is now included in the distribution,
61bcc232038f0a2cb77ed6269675fdc288f5ec98Evan Hunt as doc/arm/Bv9ARM.txt.
61bcc232038f0a2cb77ed6269675fdc288f5ec98Evan Hunt
61bcc232038f0a2cb77ed6269675fdc288f5ec98Evan Hunt 267. [func] Nsupdate is now provided in the distribution.
03ccae042b4acd22805d667f823066d3690965cfMark Andrews
0e095727ffcae21cbf8b97942d8779094b22983bMark Andrews 266. [bug] zone.c:save_nsrrset() node was not initalized.
0e095727ffcae21cbf8b97942d8779094b22983bMark Andrews
0e095727ffcae21cbf8b97942d8779094b22983bMark Andrews 265. [bug] dns_request_create() now works for TCP.
26b49e84597ab3ebaa9ae1eb0fe01befa46a8107Mark Andrews
26b49e84597ab3ebaa9ae1eb0fe01befa46a8107Mark Andrews 264. [func] Dispatch can not take TCP sockets in connecting
26b49e84597ab3ebaa9ae1eb0fe01befa46a8107Mark Andrews state. Set DNS_DISPATCHATTR_CONNECTED when calling
26b49e84597ab3ebaa9ae1eb0fe01befa46a8107Mark Andrews dns_dispatch_createtcp() for connected TCP sockets
2415f36f79e168a46c59cdedf0d6d3146efa5196Mark Andrews or call dns_dispatch_starttcp() when the socket is
2415f36f79e168a46c59cdedf0d6d3146efa5196Mark Andrews connected.
2415f36f79e168a46c59cdedf0d6d3146efa5196Mark Andrews
cf4ceeee5fee2ebdca74f82514c14fd50939f85bMark Andrews 263. [func] New logging channel type 'stderr'
cf4ceeee5fee2ebdca74f82514c14fd50939f85bMark Andrews
cf4ceeee5fee2ebdca74f82514c14fd50939f85bMark Andrews channel some-name {
03ccae042b4acd22805d667f823066d3690965cfMark Andrews stderr;
4f587beb8eb70f198346333bce5b89df3ac5c88eMark Andrews severity error;
4f587beb8eb70f198346333bce5b89df3ac5c88eMark Andrews }
649452635065426fcc08b99b351db904939a6580Mark Andrews
649452635065426fcc08b99b351db904939a6580Mark Andrews 262. [bug] 'master' was not initalized in zone.c:stub_callback().
649452635065426fcc08b99b351db904939a6580Mark Andrews
0874abad14e3e9ecfc3dc1a1a2b9969f2f027724Mark Andrews 261. [func] Add dns_zone_markdirty().
0874abad14e3e9ecfc3dc1a1a2b9969f2f027724Mark Andrews
0874abad14e3e9ecfc3dc1a1a2b9969f2f027724Mark Andrews 260. [bug] Running named as a non-root user failed on Linux
19f4b069dcade77da4ce9b6de2fa6d22062bef4fMark Andrews kernels new enough to support retaining capabilities
19f4b069dcade77da4ce9b6de2fa6d22062bef4fMark Andrews after setuid().
19f4b069dcade77da4ce9b6de2fa6d22062bef4fMark Andrews
2d96b63d311a5252c8583eb30a56b1fc58172419Mark Andrews 259. [func] New random-device and random-seed-file statements
2d96b63d311a5252c8583eb30a56b1fc58172419Mark Andrews for global options block of named.conf. Both accept
2d96b63d311a5252c8583eb30a56b1fc58172419Mark Andrews a single string argument.
422009fe5b15e31e7f5d09212bd1480121a1464eEvan Hunt
422009fe5b15e31e7f5d09212bd1480121a1464eEvan Hunt 258. [bug] Fixed printing of lwres_addr_t.address field.
422009fe5b15e31e7f5d09212bd1480121a1464eEvan Hunt
1aaedde67b42c433324eecb76ee379ca0ccda294Mark Andrews 257. [bug] The server detached the last zone manager reference
422009fe5b15e31e7f5d09212bd1480121a1464eEvan Hunt too early, while it could still be in use by queries.
215ef83bbed20727813a52ddcdbcd1455856638bMark Andrews This manifested itself as assertion failures during the
215ef83bbed20727813a52ddcdbcd1455856638bMark Andrews shutdown process for busy name servers. [RT #133]
215ef83bbed20727813a52ddcdbcd1455856638bMark Andrews
fea04b0ffeaa83716937f1728ff6742722cec91aMark Andrews 256. [func] isc_ratelimiter_t now has attach/detach semantics, and
fea04b0ffeaa83716937f1728ff6742722cec91aMark Andrews isc_ratelimiter_shutdown guarantees that the rate
fea04b0ffeaa83716937f1728ff6742722cec91aMark Andrews limiter is detached from its task.
f02b5d87a561ba669bd368a8a6422f364f7702ecEvan Hunt
f02b5d87a561ba669bd368a8a6422f364f7702ecEvan Hunt 255. [func] New function dns_zonemgr_attach().
9a859983d7059a6eb9c877c1d2ac6a3a5b7170f7Evan Hunt
9a859983d7059a6eb9c877c1d2ac6a3a5b7170f7Evan Hunt 254. [bug] Suppress "query denied" messages on additional data
9a859983d7059a6eb9c877c1d2ac6a3a5b7170f7Evan Hunt lookups.
9a859983d7059a6eb9c877c1d2ac6a3a5b7170f7Evan Hunt
9a859983d7059a6eb9c877c1d2ac6a3a5b7170f7Evan Hunt --- 9.0.0b4 released ---
9a859983d7059a6eb9c877c1d2ac6a3a5b7170f7Evan Hunt
9a859983d7059a6eb9c877c1d2ac6a3a5b7170f7Evan Hunt 253. [func] resolv.conf parser now recognises ';' and '#' as
9a859983d7059a6eb9c877c1d2ac6a3a5b7170f7Evan Hunt comments (anywhere in line, not just as the beginning).
9a859983d7059a6eb9c877c1d2ac6a3a5b7170f7Evan Hunt
9a859983d7059a6eb9c877c1d2ac6a3a5b7170f7Evan Hunt 252. [bug] resolv.conf parser mishandled masks on sortlists.
9a859983d7059a6eb9c877c1d2ac6a3a5b7170f7Evan Hunt It also aborted when an unrecognized keyword was seen,
9a859983d7059a6eb9c877c1d2ac6a3a5b7170f7Evan Hunt now it silently ignores the entire line.
eff7f78bc65f30efd87a398e66084ddab72799d3Mark Andrews
eff7f78bc65f30efd87a398e66084ddab72799d3Mark Andrews 251. [bug] lwresd caught an assertion failure on startup.
eff7f78bc65f30efd87a398e66084ddab72799d3Mark Andrews
61271cdee65f3313e98f382b07e6674861d9020aEvan Hunt 250. [bug] fixed handling of size+unit when value would be too
61271cdee65f3313e98f382b07e6674861d9020aEvan Hunt large for internal representation.
61271cdee65f3313e98f382b07e6674861d9020aEvan Hunt
61271cdee65f3313e98f382b07e6674861d9020aEvan Hunt 249. [cleanup] max-cache-size config option now takes a size-spec
c2f051aaaab60dbac4bc754f09d594846d99fb89Evan Hunt like 'datasize', except 'default' is not allowed.
c2f051aaaab60dbac4bc754f09d594846d99fb89Evan Hunt
32babe43eb479d2ae8736f9985a84d1b9d95a33aScott Mann 248. [bug] global lame-ttl option was not being printed when
32babe43eb479d2ae8736f9985a84d1b9d95a33aScott Mann config structures were written out.
d57f1ade2da01c70d1043b1f912dbef5ee6817edMark Andrews
35efe74edbdae034447a5bf73c78d8243e50b0b8Mark Andrews 247. [cleanup] Rename cache-size config option to max-cache-size.
f385bac3b918aac3e33d2a8219e1b78f1c7f276eEvan Hunt
f385bac3b918aac3e33d2a8219e1b78f1c7f276eEvan Hunt 246. [func] Rename global option cachesize to cache-size and
f385bac3b918aac3e33d2a8219e1b78f1c7f276eEvan Hunt add corresponding option to view statement.
11c282d8a4c87618538cfc89c9004666dc841036Francis Dupont
11c282d8a4c87618538cfc89c9004666dc841036Francis Dupont 245. [bug] If an uncompressed name will take more than 255
020a733707d308258768c9d677b5839edb647ec8Evan Hunt bytes and the buffer is sufficiently long,
020a733707d308258768c9d677b5839edb647ec8Evan Hunt dns_name_fromwire should return DNS_R_FORMERR,
d54394cbefb7b0ed7bdf9aafaec4ece06578c26bFrancis Dupont not ISC_R_NOSPACE. This bug caused cause the
d54394cbefb7b0ed7bdf9aafaec4ece06578c26bFrancis Dupont server to catch an assertion failure when it
d54394cbefb7b0ed7bdf9aafaec4ece06578c26bFrancis Dupont received a query for a name longer than 255
70c7f4fb4fc589b04a68d67479d34eecd99c1991Evan Hunt bytes.
70c7f4fb4fc589b04a68d67479d34eecd99c1991Evan Hunt
70c7f4fb4fc589b04a68d67479d34eecd99c1991Evan Hunt 244. [bug] empty named.conf file and empty options statement are
70c7f4fb4fc589b04a68d67479d34eecd99c1991Evan Hunt now parsed properly.
624664e50406f63108ddc7bad47dbac87ac74261Francis Dupont
624664e50406f63108ddc7bad47dbac87ac74261Francis Dupont 243. [func] new cachesize option for named.conf
03ccae042b4acd22805d667f823066d3690965cfMark Andrews
c1ced49662181d2fb2343ed7bde71d170f0d1119Mark Andrews 242. [cleanup] fixed incorrect warning about auth-nxdomain usage.
c1ced49662181d2fb2343ed7bde71d170f0d1119Mark Andrews
ba88bcf08b965f65c07735efa2f675b8cbeb735aMark Andrews 241. [cleanup] nscount and soacount have been removed from the
ba88bcf08b965f65c07735efa2f675b8cbeb735aMark Andrews dns_master_*() argument lists.
ba88bcf08b965f65c07735efa2f675b8cbeb735aMark Andrews
ba88bcf08b965f65c07735efa2f675b8cbeb735aMark Andrews 240. [func] databases now come in three flavours: zone, cache
21d349b612e253bea438f3340b2f293b032ed848Mark Andrews and stub.
88c63fe9c78e60e5e521d095d6e983c211902904Mark Andrews
88c63fe9c78e60e5e521d095d6e983c211902904Mark Andrews 239. [func] If ISC_MEM_DEBUG is enabled, the variable
03ccae042b4acd22805d667f823066d3690965cfMark Andrews isc_mem_debugging controls whether messages
4c05f9a6a3d0fe27d5fad1599b10500e21c705feMark Andrews are printed or not.
d31740ce282bcf0a27e17dec49a3ff9ddd26e814Scott Mann
d31740ce282bcf0a27e17dec49a3ff9ddd26e814Scott Mann 238. [cleanup] A few more compilation warnings have been quieted:
d31740ce282bcf0a27e17dec49a3ff9ddd26e814Scott Mann + missing sigwait prototype on BSD/OS 4.0/4.0.1.
d31740ce282bcf0a27e17dec49a3ff9ddd26e814Scott Mann + PTHREAD_ONCE_INIT unbraced initializer warnings on
664917bedafa65dee4349c84324a31731aa1e228Francis Dupont Solaris 2.8.
664917bedafa65dee4349c84324a31731aa1e228Francis Dupont + IN6ADDR_ANY_INIT unbraced initializer warnings on
664917bedafa65dee4349c84324a31731aa1e228Francis Dupont BSD/OS 4.*, Linux and Solaris 2.8.
be789bc7eb6f683979cd1405a06284ee00cda366Mark Andrews
17bc56e321574b43c5837d1741e9157c8f2fcd91Francis Dupont 237. [bug] If connect() returned ENOBUFS when the resolver was
d3e3d7846dd5895960dcdcb1012b4be23388f81cMark Andrews initiating a TCP query, the socket didn't get
d3e3d7846dd5895960dcdcb1012b4be23388f81cMark Andrews destroyed, and the server did not shut down cleanly.
d3e3d7846dd5895960dcdcb1012b4be23388f81cMark Andrews
ef421f66f47224a42073deaf087378c5d0c9952eEvan Hunt 236. [func] Added new listen-on-v6 config file statement.
ef421f66f47224a42073deaf087378c5d0c9952eEvan Hunt
f5dc94b026b5153de76eeb3c1161596251f26bcbMark Andrews 235. [func] Consider it a config file error if a listen-on
f5dc94b026b5153de76eeb3c1161596251f26bcbMark Andrews statement has an IPv6 address in it, or a
f5dc94b026b5153de76eeb3c1161596251f26bcbMark Andrews listen-on-v6 statement has an IPv4 address in it.
ef421f66f47224a42073deaf087378c5d0c9952eEvan Hunt
7cc5632595476c20f1c0683eff35baa370dd65bbEvan Hunt 234. [bug] Allow a trusted-key's first field (domain-name) be
7cc5632595476c20f1c0683eff35baa370dd65bbEvan Hunt either a quoted or an unquoted string, instead of
e1234be3ad794d8580365e76b65ee657d094b254Paul Ebersman requiring a quoted string.
7cc5632595476c20f1c0683eff35baa370dd65bbEvan Hunt
2f09e7c3fc25c0e5028593a24531d636845c3e42Mark Andrews 233. [cleanup] Convert all config structure integer values to unsigned
2f09e7c3fc25c0e5028593a24531d636845c3e42Mark Andrews integer (isc_uint32_t) to match grammer.
2f09e7c3fc25c0e5028593a24531d636845c3e42Mark Andrews
4f07b2b00cf52582b2ee9b55aabe7eb5066e57e7Mark Andrews 232. [bug] Allow slave zones to not have a file.
4f07b2b00cf52582b2ee9b55aabe7eb5066e57e7Mark Andrews
4f07b2b00cf52582b2ee9b55aabe7eb5066e57e7Mark Andrews 231. [func] Support new 'port' clause in config file options
4f07b2b00cf52582b2ee9b55aabe7eb5066e57e7Mark Andrews section. Causes 'listen-on', 'masters' and
ddd40390be246189f10dc18782914b295befb139Mark Andrews 'also-notify' statements to use its value instead of
0e507dbb816575e6220fe309e8ada68897ffcdbeMark Andrews default (53).
ddd40390be246189f10dc18782914b295befb139Mark Andrews
fd5d7b4b1cf3b11ff248a361e5b2c56ca7372225Mark Andrews 230. [func] Replace the dst sign/verify API with a cleaner one.
ddd40390be246189f10dc18782914b295befb139Mark Andrews
5715e1c6f6b549e95b312f1529efd849f7c9503fMark Andrews 229. [func] Support config file sig-validity-interval statement
5715e1c6f6b549e95b312f1529efd849f7c9503fMark Andrews in options, views and zone statements (master
ddd40390be246189f10dc18782914b295befb139Mark Andrews zones only).
b795de862ba8e75f3b9c56abb9553c28255c8567Mark Andrews
b795de862ba8e75f3b9c56abb9553c28255c8567Mark Andrews 228. [cleanup] Logging messages in config module stripped of
1aaedde67b42c433324eecb76ee379ca0ccda294Mark Andrews trailing period.
c12904ec531fb210066bafc33bde74d43889caacMark Andrews
0a92db42c6be6a158cd41ff863831a8d2d257935Mark Andrews 227. [cleanup] The enumerated identifiers dns_rdataclass_*,
0a92db42c6be6a158cd41ff863831a8d2d257935Mark Andrews dns_rcode_*, dns_opcode_*, and dns_trust_* are
17c98e7adddf82b73f478e89213fd10148a53100Mark Andrews also now cast to their appropriate types, as with
17c98e7adddf82b73f478e89213fd10148a53100Mark Andrews dns_rdatatype_* in item number 225 below.
17c98e7adddf82b73f478e89213fd10148a53100Mark Andrews
699e00089fb1a6eb31d7bd1c96bf973608953159Mark Andrews 226. [func] dns_name_totext() now always prints the root name as
699e00089fb1a6eb31d7bd1c96bf973608953159Mark Andrews '.', even when omit_final_dot is true.
6883a918f790147fd98e21b2c3d3d479320f3ed5Mark Andrews
6883a918f790147fd98e21b2c3d3d479320f3ed5Mark Andrews 225. [cleanup] The enumerated dns_rdatatype_* identifiers are now
6883a918f790147fd98e21b2c3d3d479320f3ed5Mark Andrews cast to dns_rdatatype_t via macros of their same name
e01f55daa4b611190a11a40299007e5e55018854Mark Andrews so that they are of the proper integral type wherever
e01f55daa4b611190a11a40299007e5e55018854Mark Andrews a dns_rdatatype_t is needed.
e01f55daa4b611190a11a40299007e5e55018854Mark Andrews
4c577cbd1efc14156751e5b2ced7a866871a2f1aMark Andrews 224. [cleanup] The entire project builds cleanly with gcc's
4c577cbd1efc14156751e5b2ced7a866871a2f1aMark Andrews -Wcast-qual and -Wwrite-strings warnings enabled,
4c577cbd1efc14156751e5b2ced7a866871a2f1aMark Andrews which is now the default when using gcc. (Warnings
2ba2a6e4be2eae3a1db1a657ceee15aa62799c7fMark Andrews from confparser.c, because of yacc's code, are
2ba2a6e4be2eae3a1db1a657ceee15aa62799c7fMark Andrews unfortunately to be expected.)
2ba2a6e4be2eae3a1db1a657ceee15aa62799c7fMark Andrews
30aaec21221ca5d8715d1ff1ce92fbdf98bb6652Mark Andrews 223. [func] Several functions were reprototyped to qualify one
30aaec21221ca5d8715d1ff1ce92fbdf98bb6652Mark Andrews or more of their arguments with "const". Similarly,
30aaec21221ca5d8715d1ff1ce92fbdf98bb6652Mark Andrews several functions that return pointers now have
30aaec21221ca5d8715d1ff1ce92fbdf98bb6652Mark Andrews those pointers qualified with const.
17a0bbda335ffc9af34be1000f500c622008458cMark Andrews
17a0bbda335ffc9af34be1000f500c622008458cMark Andrews 222. [bug] The global 'also-notify' option was ignored.
17a0bbda335ffc9af34be1000f500c622008458cMark Andrews
1aaedde67b42c433324eecb76ee379ca0ccda294Mark Andrews 221. [bug] An uninitialized variable was sometimes passed to
b32e391602b3655c90c2ded10376dbfa4ec8a074Evan Hunt dns_rdata_freestruct() when loading a zone, causing
b32e391602b3655c90c2ded10376dbfa4ec8a074Evan Hunt an assertion failure.
b32e391602b3655c90c2ded10376dbfa4ec8a074Evan Hunt
1aaedde67b42c433324eecb76ee379ca0ccda294Mark Andrews 220. [cleanup] Set the default outgoing port in the view, and
e3fbbde8fc2e7d6e50583926d34e25a7b638e5adMichael Graff set it in sockaddrs returned from the ADB.
52d44117c825de42dd8bba00885cfb004770c79eMichael Graff [31-May-2000 explorer]
1d5981dd3f7ae31703b7b4e3aa776bc8302ff78dEvan Hunt
1d5981dd3f7ae31703b7b4e3aa776bc8302ff78dEvan Hunt 219. [bug] Signed truncated messages more correctly follow
1d5981dd3f7ae31703b7b4e3aa776bc8302ff78dEvan Hunt the respective specs.
1d5981dd3f7ae31703b7b4e3aa776bc8302ff78dEvan Hunt
aae88005f26209d969328703a09170e8af3faff3Mark Andrews 218. [func] When an rdataset is signed, its ttl is normalized
1aaedde67b42c433324eecb76ee379ca0ccda294Mark Andrews based on the signature validity period.
57b403c1e9cd8f814c7dbf1808f6cd8d2efb7aeaScott Mann
29bd52e4ee3fa047474d5d5b405d1e09c800a6f4Evan Hunt 217. [func] Also-notify and trusted-keys can now be used in
29bd52e4ee3fa047474d5d5b405d1e09c800a6f4Evan Hunt the 'view' statement.
b1b42b03b774d77ddfd38e5e0a5c0a3ed1944b89Mark Andrews
b1b42b03b774d77ddfd38e5e0a5c0a3ed1944b89Mark Andrews 216. [func] The 'max-cache-ttl' and 'max-ncache-ttl' options
b1b42b03b774d77ddfd38e5e0a5c0a3ed1944b89Mark Andrews now work.
2870e5fb54c4a7e3980307b191c7e6ae649119bcEvan Hunt
c5fa3706950224af3f5ae6d22944b1b8298d4eddMark Andrews 215. [bug] Failures at certain points in request processing
c5fa3706950224af3f5ae6d22944b1b8298d4eddMark Andrews could cause the assertion INSIST(client->lockview
4d205bf79b4abacfef41c9f01ee63938deba2f31Mark Andrews == NULL) to be triggered.
74b7355f1ee4a914aa09a6c6493aae64c588b026Mark Andrews
4d205bf79b4abacfef41c9f01ee63938deba2f31Mark Andrews 214. [func] New public function isc_netaddr_format(), for
5cfe4bcb0afd71f6bc1cc2dab37a9ad6181c13f9Mark Andrews formatting network addresses in log messages.
5cfe4bcb0afd71f6bc1cc2dab37a9ad6181c13f9Mark Andrews
5cfe4bcb0afd71f6bc1cc2dab37a9ad6181c13f9Mark Andrews 213. [bug] Don't leak memory when reloading the zone if
5b79d154014f87b6c54b1ec2d3912c35b02042a1Mark Andrews an update-policy clause was present in the old zone.
5b79d154014f87b6c54b1ec2d3912c35b02042a1Mark Andrews
a8e5a5918355d883f24e4f137c13cd53841679a9Mark Andrews 212. [func] Added dns_message_get/settsigkey, to make TSIG
a8e5a5918355d883f24e4f137c13cd53841679a9Mark Andrews key management reasonable.
a8e5a5918355d883f24e4f137c13cd53841679a9Mark Andrews
69496e55a787f8d800c826d2405d8f38e4c52b86Mark Andrews 211. [func] The 'key' and 'server' statements can now occur
69496e55a787f8d800c826d2405d8f38e4c52b86Mark Andrews inside 'view' statements.
c1ee8bb4ba3e9ab1463403ed685729631de406b1Mark Andrews
c1ee8bb4ba3e9ab1463403ed685729631de406b1Mark Andrews 210. [bug] The 'allow-transfer' option was ignored for slave
c1ee8bb4ba3e9ab1463403ed685729631de406b1Mark Andrews zones, and the 'transfers-per-ns' option was
16cc4a1f56d0f9a300419da7e75e3b72169e608aMark Andrews was ignored for all zones.
63d9e735c402ff883d86b22484742d11623745dbMark Andrews
16cc4a1f56d0f9a300419da7e75e3b72169e608aMark Andrews 209. [cleanup] Upgraded openssl files to new version 0.9.5a
16cc4a1f56d0f9a300419da7e75e3b72169e608aMark Andrews
000a8970f840a0c27c5cc404826853c4674362acMark Andrews 208. [func] Added ISC_OFFSET_MAXIMUM for the maximum value
000a8970f840a0c27c5cc404826853c4674362acMark Andrews of an isc_offset_t.
000a8970f840a0c27c5cc404826853c4674362acMark Andrews
000a8970f840a0c27c5cc404826853c4674362acMark Andrews 207. [func] The dnssec tools properly use the logging subsystem.
000a8970f840a0c27c5cc404826853c4674362acMark Andrews
1aaedde67b42c433324eecb76ee379ca0ccda294Mark Andrews 206. [cleanup] dst now stores the key name as a dns_name_t, not
903b3c84e2428160b2921364335363bb33452dabEvan Hunt a char *.
903b3c84e2428160b2921364335363bb33452dabEvan Hunt
903b3c84e2428160b2921364335363bb33452dabEvan Hunt 205. [cleanup] On IRIX, turn off the mostly harmless warnings 1692
1fba20bd0b3501f4c7e751e239e0992bf92443bfMark Andrews ("prototyped function redeclared without prototype")
1fba20bd0b3501f4c7e751e239e0992bf92443bfMark Andrews and 1552 ("variable ... set but not used") when
e02c1d738bd326beceabbe4a04692ea0282225edMark Andrews compiling in the lib/dns/sec/{dnssafe,openssl}
e02c1d738bd326beceabbe4a04692ea0282225edMark Andrews directories, which contain code imported from outside
e02c1d738bd326beceabbe4a04692ea0282225edMark Andrews sources.
87708bde16713bc02ff2598f4a82f98c699a2f2dMark Andrews
87708bde16713bc02ff2598f4a82f98c699a2f2dMark Andrews 204. [cleanup] On HP/UX, pass +vnocompatwarnings to the linker
38b84a1fcfdbda4d1d0fdca409004ae83be2ace8Mark Andrews to quiet the warnings that "The linked output may not
a04b5f679428cefefedebe93718c0401e36f947dMark Andrews run on a PA 1.x system."
38b84a1fcfdbda4d1d0fdca409004ae83be2ace8Mark Andrews
38b84a1fcfdbda4d1d0fdca409004ae83be2ace8Mark Andrews 203. [func] notify and zone soa queries are now tsig signed when
433e06a25cdd92d665abda3e64c2c65f4a3f9b21Mark Andrews appropriate.
433e06a25cdd92d665abda3e64c2c65f4a3f9b21Mark Andrews
433e06a25cdd92d665abda3e64c2c65f4a3f9b21Mark Andrews 202. [func] isc_lex_getsourceline() changed from returning int
433e06a25cdd92d665abda3e64c2c65f4a3f9b21Mark Andrews to returning unsigned long, the type of its underlying
8a743600ddfcd97adbbd83f8e9f546ce7d365acbEvan Hunt counter.
8a743600ddfcd97adbbd83f8e9f546ce7d365acbEvan Hunt
8a743600ddfcd97adbbd83f8e9f546ce7d365acbEvan Hunt 201. [cleanup] Removed the test/sdig program, it has been
8a743600ddfcd97adbbd83f8e9f546ce7d365acbEvan Hunt replaced by bin/dig/dig.
8a743600ddfcd97adbbd83f8e9f546ce7d365acbEvan Hunt
8a743600ddfcd97adbbd83f8e9f546ce7d365acbEvan Hunt
dc4fa197dd1031b3c966e5ee9d69a0f49ae1d9ceMark Andrews --- 9.0.0b3 released ---
dc4fa197dd1031b3c966e5ee9d69a0f49ae1d9ceMark Andrews
3916872f379457fe344afb02398a009701c5016aEvan Hunt 200. [bug] Failures in sending query responses to clients
a04b5f679428cefefedebe93718c0401e36f947dMark Andrews (e.g., running out of network buffers) were
3916872f379457fe344afb02398a009701c5016aEvan Hunt not logged.
3916872f379457fe344afb02398a009701c5016aEvan Hunt
3916872f379457fe344afb02398a009701c5016aEvan Hunt 199. [bug] isc_heap_delete() sometimes violated the heap
161429fc059b0eeb84fb506bca4f9f5857a9c091Mark Andrews invariant, causing timer events not to be posted
161429fc059b0eeb84fb506bca4f9f5857a9c091Mark Andrews when due.
161429fc059b0eeb84fb506bca4f9f5857a9c091Mark Andrews
79bf7c874bb5a01b5b5db44af10b4ae24c89b93eEvan Hunt 198. [func] Dispatch managers hold memory pools which
79bf7c874bb5a01b5b5db44af10b4ae24c89b93eEvan Hunt any managed dispatcher may use. This allows
79bf7c874bb5a01b5b5db44af10b4ae24c89b93eEvan Hunt us to avoid dipping into the memory context for
79bf7c874bb5a01b5b5db44af10b4ae24c89b93eEvan Hunt most allocations. [19-May-2000 explorer]
d9ad0a55bb198caecf13c79f7e9a402fba8e68ebEvan Hunt
d9ad0a55bb198caecf13c79f7e9a402fba8e68ebEvan Hunt 197. [bug] When an incoming AXFR or IXFR completes, the
d9ad0a55bb198caecf13c79f7e9a402fba8e68ebEvan Hunt zone's internal state is refreshed from the
d9ad0a55bb198caecf13c79f7e9a402fba8e68ebEvan Hunt SOA data. [19-May-2000 explorer]
d9ad0a55bb198caecf13c79f7e9a402fba8e68ebEvan Hunt
d9ad0a55bb198caecf13c79f7e9a402fba8e68ebEvan Hunt 196. [func] Dispatchers can be shared easily between views
d9ad0a55bb198caecf13c79f7e9a402fba8e68ebEvan Hunt and/or interfaces. [19-May-2000 explorer]
d9ad0a55bb198caecf13c79f7e9a402fba8e68ebEvan Hunt
37dee1ff94960a61243f611c0f87f8c316815c53Mark Andrews 195. [bug] Including the NXT record of the root domain
37dee1ff94960a61243f611c0f87f8c316815c53Mark Andrews in a negative response caused an assertion
7a54dadeb565d746ef8b3fc77dc76455d836dd30Mark Andrews failure.
7a54dadeb565d746ef8b3fc77dc76455d836dd30Mark Andrews
7a54dadeb565d746ef8b3fc77dc76455d836dd30Mark Andrews 194. [doc] The PDF version of the Administrator's Reference
643935ac110cdd977759ac9b85a5795646ccc6cfMark Andrews Manual is no longer included in the ISC BIND9
643935ac110cdd977759ac9b85a5795646ccc6cfMark Andrews distribution.
643935ac110cdd977759ac9b85a5795646ccc6cfMark Andrews
79344b9710d6ab498769c5fb1889910c592c6d8bMark Andrews 193. [func] changed dst_key_free() prototype.
79344b9710d6ab498769c5fb1889910c592c6d8bMark Andrews
79344b9710d6ab498769c5fb1889910c592c6d8bMark Andrews 192. [bug] Zone configuration validation is now done at end
179e028b35ff89a9d493398285c40dc89b08963bMark Andrews of config file parsing, and before loading
179e028b35ff89a9d493398285c40dc89b08963bMark Andrews callbacks.
179e028b35ff89a9d493398285c40dc89b08963bMark Andrews
c2170a4bd022e20d7dd75e56f9ccff8e7cbbb356Mark Andrews 191. [func] Patched to compile on UnixWare 7.x. This platform
c2170a4bd022e20d7dd75e56f9ccff8e7cbbb356Mark Andrews is not directly supported by the ISC.
c2170a4bd022e20d7dd75e56f9ccff8e7cbbb356Mark Andrews
c2170a4bd022e20d7dd75e56f9ccff8e7cbbb356Mark Andrews 190. [cleanup] The DNSSEC tools have been moved to a separate
82f77687abd21349fa7c7f51e71fdc0c7367d2e2Mark Andrews directory dnssec/ and given the following new,
82f77687abd21349fa7c7f51e71fdc0c7367d2e2Mark Andrews more descriptive names:
0ece47f7c1cf03718726d9dff183b02fa35115e6Mark Andrews
0ece47f7c1cf03718726d9dff183b02fa35115e6Mark Andrews dnssec-keygen
0ece47f7c1cf03718726d9dff183b02fa35115e6Mark Andrews dnssec-signzone
1f512cd06b4aefb86e767197751879840ba3f56bMark Andrews dnssec-signkey
1f512cd06b4aefb86e767197751879840ba3f56bMark Andrews dnssec-makekeyset
1f512cd06b4aefb86e767197751879840ba3f56bMark Andrews
584ad7dedd0928a59830f82d82ae696bf6f4e705Evan Hunt Their command line arguments have also been changed to
584ad7dedd0928a59830f82d82ae696bf6f4e705Evan Hunt be more consistent. dnssec-keygen now prints the
584ad7dedd0928a59830f82d82ae696bf6f4e705Evan Hunt name of the generated key files (sans extension)
584ad7dedd0928a59830f82d82ae696bf6f4e705Evan Hunt on standard output to simplify its use in automated
71bd858d8ed62672e7c23999dc7c02fd16a55089Evan Hunt scripts.
71bd858d8ed62672e7c23999dc7c02fd16a55089Evan Hunt
71bd858d8ed62672e7c23999dc7c02fd16a55089Evan Hunt 189. [func] isc_time_secondsastimet(), a new function, will ensure
71bd858d8ed62672e7c23999dc7c02fd16a55089Evan Hunt that the number of seconds in an isc_time_t does not
71bd858d8ed62672e7c23999dc7c02fd16a55089Evan Hunt exceed the range of a time_t, or return ISC_R_RANGE.
71bd858d8ed62672e7c23999dc7c02fd16a55089Evan Hunt Similarly, isc_time_now(), isc_time_nowplusinterval(),
71bd858d8ed62672e7c23999dc7c02fd16a55089Evan Hunt isc_time_add() and isc_time_subtract() now check the
71bd858d8ed62672e7c23999dc7c02fd16a55089Evan Hunt range for overflow/underflow. In the case of
71bd858d8ed62672e7c23999dc7c02fd16a55089Evan Hunt isc_time_subtract, this changed a calling requirement
71bd858d8ed62672e7c23999dc7c02fd16a55089Evan Hunt (ie, something that could generate an assertion)
71bd858d8ed62672e7c23999dc7c02fd16a55089Evan Hunt into merely a condition that returns an error result.
71bd858d8ed62672e7c23999dc7c02fd16a55089Evan Hunt isc_time_add() and isc_time_subtract() were void-
71bd858d8ed62672e7c23999dc7c02fd16a55089Evan Hunt valued before but now return isc_result_t.
71bd858d8ed62672e7c23999dc7c02fd16a55089Evan Hunt
71bd858d8ed62672e7c23999dc7c02fd16a55089Evan Hunt 188. [func] Log a warning message when an incoming zone transfer
71bd858d8ed62672e7c23999dc7c02fd16a55089Evan Hunt contains out-of-zone data.
71bd858d8ed62672e7c23999dc7c02fd16a55089Evan Hunt
71bd858d8ed62672e7c23999dc7c02fd16a55089Evan Hunt 187. [func] isc_ratelimter_enqueue() has an additional argument
71bd858d8ed62672e7c23999dc7c02fd16a55089Evan Hunt 'task'.
71bd858d8ed62672e7c23999dc7c02fd16a55089Evan Hunt
71bd858d8ed62672e7c23999dc7c02fd16a55089Evan Hunt 186. [func] dns_request_getresponse() has an additional argument
71bd858d8ed62672e7c23999dc7c02fd16a55089Evan Hunt 'preserve_order'.
ffa806a2948ef93a8e90e8272bb9053d87a2346eMark Andrews
ffa806a2948ef93a8e90e8272bb9053d87a2346eMark Andrews 185. [bug] Fixed up handling of ISC_MEMCLUSTER_LEGACY. Several
ffa806a2948ef93a8e90e8272bb9053d87a2346eMark Andrews public functions did not have an isc__ prefix, and
ffa806a2948ef93a8e90e8272bb9053d87a2346eMark Andrews referred to functions that had previously been
bbedadf76ab670b01887fb9b41097120ea4fdf14Evan Hunt renamed.
bbedadf76ab670b01887fb9b41097120ea4fdf14Evan Hunt
8d8f0b465959b799cb0d29ed694dc50ea7a73202Mark Andrews 184. [cleanup] Variables/functions which began with two leading
8d8f0b465959b799cb0d29ed694dc50ea7a73202Mark Andrews underscores were made to conform to the ANSI/ISO
8d8f0b465959b799cb0d29ed694dc50ea7a73202Mark Andrews standard, which says that such names are reserved.
7659fdb3aab0a96e10aac67669b6c8d79faef44fjohnd
7659fdb3aab0a96e10aac67669b6c8d79faef44fjohnd 183. [func] ISC_LOG_PRINTTAG option for log channels. Useful
858c4a86c12fdaf90d8d24a6535c7e0f89d0a962johnd for logging the program name or other identifier.
858c4a86c12fdaf90d8d24a6535c7e0f89d0a962johnd
9f9b7f0e8d455b1c88e51ddcefdbf19b472e1ef2Mark Andrews 182. [cleanup] New commandline parameters for dnssec tools
9f9b7f0e8d455b1c88e51ddcefdbf19b472e1ef2Mark Andrews
9f9b7f0e8d455b1c88e51ddcefdbf19b472e1ef2Mark Andrews 181. [func] Added dst_key_buildfilename and dst_key_parsefilename
9f9b7f0e8d455b1c88e51ddcefdbf19b472e1ef2Mark Andrews
9f9b7f0e8d455b1c88e51ddcefdbf19b472e1ef2Mark Andrews 180. [func] New isc_result_t ISC_R_RANGE. Supersedes DNS_R_RANGE.
9f9b7f0e8d455b1c88e51ddcefdbf19b472e1ef2Mark Andrews
9f9b7f0e8d455b1c88e51ddcefdbf19b472e1ef2Mark Andrews 179. [func] options named.conf statement *must* now come
e334405421979688f2d838805ac67ee47bd62976Mark Andrews before any zone or view statements.
e334405421979688f2d838805ac67ee47bd62976Mark Andrews
8aee18709f238406719768b8a6b843a15c5075f8Mark Andrews 178. [func] Post-load of named.conf check verifies a slave zone
8aee18709f238406719768b8a6b843a15c5075f8Mark Andrews has non-empty list of masters defined.
8aee18709f238406719768b8a6b843a15c5075f8Mark Andrews
e78c2b856b9bfbf713fe805224f345f8e8f84e4aEvan Hunt 177. [func] New per-zone boolean:
e78c2b856b9bfbf713fe805224f345f8e8f84e4aEvan Hunt
e78c2b856b9bfbf713fe805224f345f8e8f84e4aEvan Hunt enable-zone yes | no ;
e78c2b856b9bfbf713fe805224f345f8e8f84e4aEvan Hunt
c0a76b3c0b42a110e14eb56103973944900400c4Mark Andrews intended to let a zone be disabled without having
c0a76b3c0b42a110e14eb56103973944900400c4Mark Andrews to comment out the entire zone statement.
82f0630bae09598209cc37c1db00ff4356efee27Mark Andrews
82f0630bae09598209cc37c1db00ff4356efee27Mark Andrews 176. [func] New global and per-view option:
82f0630bae09598209cc37c1db00ff4356efee27Mark Andrews
36fc19f9397ac2469d5432e5eb6ff8774cf60676Mark Andrews max-cache-ttl number
b44b120c66d9c36f1648f18d169bb4daf4b921afMark Andrews
c656722ea789f512132d5df9a613bea5717dbe3aMark Andrews 175. [func] New global and per-view option:
020120e3c72d67a86ce3fd2542b43b269a1e9233Mark Andrews
97664670d0e45ec865da407112fceb892133eaf3Mark Andrews additional-data internal | minimal | maximal;
97664670d0e45ec865da407112fceb892133eaf3Mark Andrews
97664670d0e45ec865da407112fceb892133eaf3Mark Andrews 174. [func] New public function isc_sockaddr_format(), for
c656722ea789f512132d5df9a613bea5717dbe3aMark Andrews formatting socket addresses in log messages.
b5b934a0bb46aded1552a17473652b5a7f4a3274Evan Hunt
b5b934a0bb46aded1552a17473652b5a7f4a3274Evan Hunt 173. [func] Keep a queue of zones waiting for zone transfer
b5b934a0bb46aded1552a17473652b5a7f4a3274Evan Hunt quota so that a new transfer can be dispatched
b5b934a0bb46aded1552a17473652b5a7f4a3274Evan Hunt immediately whenever quota becomes available.
5af195d1dbe4c266a47264111a9293069041209dMark Andrews
5af195d1dbe4c266a47264111a9293069041209dMark Andrews 172. [bug] $TTL directive was sometimes missing from dumped
5af195d1dbe4c266a47264111a9293069041209dMark Andrews master files because totext_ctx_init() failed to
5af195d1dbe4c266a47264111a9293069041209dMark Andrews initialize ctx->current_ttl_valid.
5af195d1dbe4c266a47264111a9293069041209dMark Andrews
5a636f9951e0a6968498d588a57cb01161d2a109Mark Andrews 171. [cleanup] On NetBSD systems, the mit-pthreads or
5a636f9951e0a6968498d588a57cb01161d2a109Mark Andrews unproven-pthreads library is now always used
8eb30f8dd3c1170406f4f2307964e4c0994494beEvan Hunt unless --with-ptl2 is explicitly specified on
8eb30f8dd3c1170406f4f2307964e4c0994494beEvan Hunt the configure command line. The
8eb30f8dd3c1170406f4f2307964e4c0994494beEvan Hunt --with-mit-pthreads option is no longer needed
8eb30f8dd3c1170406f4f2307964e4c0994494beEvan Hunt and has been removed.
d48730a446ffffa8d75462a4abefce030425fa64Mark Andrews
d48730a446ffffa8d75462a4abefce030425fa64Mark Andrews 170. [cleanup] Remove inter server consistancy checks from zone,
d48730a446ffffa8d75462a4abefce030425fa64Mark Andrews these should return as a seperate module in 9.1.
d48730a446ffffa8d75462a4abefce030425fa64Mark Andrews dns_zone_checkservers(), dns_zone_checkparents(),
7ffe86618c91097b73cde82fb535180dbd5f8e91Mark Andrews dns_zone_checkchildren(), dns_zone_checkglue().
7ffe86618c91097b73cde82fb535180dbd5f8e91Mark Andrews
7ffe86618c91097b73cde82fb535180dbd5f8e91Mark Andrews Remove dns_zone_setadb(), dns_zone_setresolver(),
d48730a446ffffa8d75462a4abefce030425fa64Mark Andrews dns_zone_setrequestmgr() these should now be found
380c874925f684847d9278b909cf511cb5b0289aShawn Routhier via the view.
380c874925f684847d9278b909cf511cb5b0289aShawn Routhier
380c874925f684847d9278b909cf511cb5b0289aShawn Routhier 169. [func] ratelimiter can now process N events per interval.
7ffe86618c91097b73cde82fb535180dbd5f8e91Mark Andrews
7ffe86618c91097b73cde82fb535180dbd5f8e91Mark Andrews 168. [bug] include statements in named.conf caused syntax errors
380c874925f684847d9278b909cf511cb5b0289aShawn Routhier due to not consuming the semicolon ending the include
a27b3757fdd8976ce05e37f391ad9e7ac4638e5dMark Andrews statement before switching input streams.
a27b3757fdd8976ce05e37f391ad9e7ac4638e5dMark Andrews
a27b3757fdd8976ce05e37f391ad9e7ac4638e5dMark Andrews 167. [bug] Make lack of masters for a slave zone a soft error.
7ffe86618c91097b73cde82fb535180dbd5f8e91Mark Andrews
7ffe86618c91097b73cde82fb535180dbd5f8e91Mark Andrews 166. [bug] Keygen was overwriting existing keys if key_id
7ffe86618c91097b73cde82fb535180dbd5f8e91Mark Andrews conflicted, now it will retry, and non-null keys
a27b3757fdd8976ce05e37f391ad9e7ac4638e5dMark Andrews with key_id == 0 are not generated anymore. Key
c9c2ffe729bf24a7fd0f0a234a4a84e67621d414Mark Andrews was not able to generate NOAUTHCONF DSA key,
c9c2ffe729bf24a7fd0f0a234a4a84e67621d414Mark Andrews increased RSA key size to 2048 bits.
c9c2ffe729bf24a7fd0f0a234a4a84e67621d414Mark Andrews
7bce3361868c7c00929e0c1b64a45f24a714972fMark Andrews 165. [cleanup] Silence "end-of-loop condition not reached" warnings
7bce3361868c7c00929e0c1b64a45f24a714972fMark Andrews from Solaris compiler.
7bce3361868c7c00929e0c1b64a45f24a714972fMark Andrews
7bce3361868c7c00929e0c1b64a45f24a714972fMark Andrews 164. [func] Added functions isc_stdio_open(), isc_stdio_close(),
7bce3361868c7c00929e0c1b64a45f24a714972fMark Andrews isc_stdio_seek(), isc_stdio_read(), isc_stdio_write(),
2015023399657c36e9dcc8b5dc35ce20dfc876f0Mark Andrews isc_stdio_flush(), isc_stdio_sync(), isc_file_remove()
2015023399657c36e9dcc8b5dc35ce20dfc876f0Mark Andrews to encapsulate nonportable usage of errno and sync.
2015023399657c36e9dcc8b5dc35ce20dfc876f0Mark Andrews
b2c8cc4f2d61f0593300a5851e26e7ddb30b7e10Mark Andrews 163. [func] Added result codes ISC_R_FILENOTFOUND and
b2c8cc4f2d61f0593300a5851e26e7ddb30b7e10Mark Andrews ISC_R_FILEEXISTS.
ed83fa75f5657ab2394a701f7ccc169dd9ef48fcMark Andrews
ed83fa75f5657ab2394a701f7ccc169dd9ef48fcMark Andrews 162. [bug] Ensure proper range for arguments to ctype.h functions.
ed83fa75f5657ab2394a701f7ccc169dd9ef48fcMark Andrews
9eba1cf5e5420aeded5ed380d9942269fbde90f1Mark Andrews 161. [cleanup] error in yyparse prototype that only HPUX caught.
c470afc7ac0040f1bf7553ce8183b7a1d1726211Mark Andrews
c470afc7ac0040f1bf7553ce8183b7a1d1726211Mark Andrews 160. [cleanup] getnet*() are not going to be implemented at this
506a2177bfafa4321cf1ba27ff4a1d09bac69e14Mark Andrews stage.
506a2177bfafa4321cf1ba27ff4a1d09bac69e14Mark Andrews
506a2177bfafa4321cf1ba27ff4a1d09bac69e14Mark Andrews 159. [func] Redefinition of config file elements is now an
082f42dcf2f38509a8c842013548f680a6ad06f3Mark Andrews error (instead of a warning).
082f42dcf2f38509a8c842013548f680a6ad06f3Mark Andrews
082f42dcf2f38509a8c842013548f680a6ad06f3Mark Andrews 158. [bug] Log channel and category list copy routines
c75523bcb30c2b8426ee7cb226d9b429c337325bMark Andrews weren't assigning properly to output parameter.
c75523bcb30c2b8426ee7cb226d9b429c337325bMark Andrews
c75523bcb30c2b8426ee7cb226d9b429c337325bMark Andrews 157. [port] Fix missing prototype for getopt().
c75523bcb30c2b8426ee7cb226d9b429c337325bMark Andrews
c75523bcb30c2b8426ee7cb226d9b429c337325bMark Andrews 156. [func] Support new 'database' statement in zone.
c75523bcb30c2b8426ee7cb226d9b429c337325bMark Andrews
70ba55161bbecab6b58ad4d2203741e9b57951bcMark Andrews database "quoted-string";
70ba55161bbecab6b58ad4d2203741e9b57951bcMark Andrews
70ba55161bbecab6b58ad4d2203741e9b57951bcMark Andrews 155. [bug] ns_notify_start() was not detaching the found zone.
70ba55161bbecab6b58ad4d2203741e9b57951bcMark Andrews
ad9107efaaae2407cf11bf0c55407d8daed2e2d4Mark Andrews 154. [func] The signer now logs libdns warnings to stderr even when
ad9107efaaae2407cf11bf0c55407d8daed2e2d4Mark Andrews not verbose, and in a nicer format.
3f9f14055b85c2dda341b341de0e65d4639542c5Mark Andrews
3f9f14055b85c2dda341b341de0e65d4639542c5Mark Andrews 153. [func] dns_rdata_tostruct() 'mctx' is now optional. If 'mctx'
75f48cecb3289c6d23a45127da65f18937160341Mark Andrews is NULL then you need to preserve the 'rdata' until
75f48cecb3289c6d23a45127da65f18937160341Mark Andrews you have finished using the structure as there may be
75f48cecb3289c6d23a45127da65f18937160341Mark Andrews references to the associated memory. If 'mctx' is
8fb412590e03dcf9de775dad1eb7acf320b575edMark Andrews non-NULL it is guaranteed that there are no references
8fb412590e03dcf9de775dad1eb7acf320b575edMark Andrews to memory associated with 'rdata'.
8fb412590e03dcf9de775dad1eb7acf320b575edMark Andrews
8fb412590e03dcf9de775dad1eb7acf320b575edMark Andrews dns_rdata_freestruct() must be called if 'mctx' was
1b42401954a8770d82a168ae1ac06ce66862fd25Mark Andrews non-NULL and may safely be called if 'mctx' was NULL.
03ccae042b4acd22805d667f823066d3690965cfMark Andrews
1b42401954a8770d82a168ae1ac06ce66862fd25Mark Andrews 152. [bug] keygen dumped core if domain name argument was omitted
240a7dc59d6bc135ed298436b59dc86c84928ca2Mark Andrews from command line.
240a7dc59d6bc135ed298436b59dc86c84928ca2Mark Andrews
240a7dc59d6bc135ed298436b59dc86c84928ca2Mark Andrews 151. [func] Support 'disabled' statement in zone config (causes
240a7dc59d6bc135ed298436b59dc86c84928ca2Mark Andrews zone to be parsed and then ignored). Currently must
e588bfe68951d3a88f56640fdc7e43d8623642f4Mark Andrews come after the 'type' clause.
e588bfe68951d3a88f56640fdc7e43d8623642f4Mark Andrews
e588bfe68951d3a88f56640fdc7e43d8623642f4Mark Andrews 150. [func] Support optional ports in masters and also-notify
c656722ea789f512132d5df9a613bea5717dbe3aMark Andrews statements:
02a211f4c4d86f283f9c94bc7e5ab07b547e49f4Mark Andrews
02a211f4c4d86f283f9c94bc7e5ab07b547e49f4Mark Andrews masters [ port xxx ] { y.y.y.y [ port zzz ] ; }
02a211f4c4d86f283f9c94bc7e5ab07b547e49f4Mark Andrews
c656722ea789f512132d5df9a613bea5717dbe3aMark Andrews 149. [cleanup] Removed usused argument 'olist' from
17be07ab818846dffb79e898da888a29c919bb02Mark Andrews dns_c_view_unsetordering().
17be07ab818846dffb79e898da888a29c919bb02Mark Andrews
17be07ab818846dffb79e898da888a29c919bb02Mark Andrews 148. [cleanup] Stop issuing some warnings about some configuration
ffa806a2948ef93a8e90e8272bb9053d87a2346eMark Andrews file statements that were not implemented, but now are.
ffa806a2948ef93a8e90e8272bb9053d87a2346eMark Andrews
20599f3d0e20fe6e253f59f043f3bef5d6635de6Mark Andrews 147. [bug] Changed yacc union size to be smaller for yaccs that
20599f3d0e20fe6e253f59f043f3bef5d6635de6Mark Andrews put yacc-stack on the real stack.
20599f3d0e20fe6e253f59f043f3bef5d6635de6Mark Andrews
38abdbf816fac8386d6f5259d5d6bdfb1b4b3d05Mark Andrews 146. [cleanup] More general redundant header file cleanup. Rather
38abdbf816fac8386d6f5259d5d6bdfb1b4b3d05Mark Andrews than continuing to itemize every header which changed,
38abdbf816fac8386d6f5259d5d6bdfb1b4b3d05Mark Andrews this changelog entry just notes that if a header file
38abdbf816fac8386d6f5259d5d6bdfb1b4b3d05Mark Andrews did not need another header file that it was including
38abdbf816fac8386d6f5259d5d6bdfb1b4b3d05Mark Andrews in order to provide its advertized functionality, the
c6f4972c745f8903aba6dcca41f17a44c473db66Mark Andrews inclusion of the other header file was removed. See
c6f4972c745f8903aba6dcca41f17a44c473db66Mark Andrews util/check-includes for how this was tested.
c6f4972c745f8903aba6dcca41f17a44c473db66Mark Andrews
c6f4972c745f8903aba6dcca41f17a44c473db66Mark Andrews 145. [cleanup] Added <isc/lang.h> and ISC_LANG_BEGINDECLS/
c6f4972c745f8903aba6dcca41f17a44c473db66Mark Andrews ISC_LANG_ENDDECLS to header files that had function
f94ec08c17d60ee519a4f46b6dbb3519989e5b9cMark Andrews prototypes, and removed it from those that did not.
f94ec08c17d60ee519a4f46b6dbb3519989e5b9cMark Andrews
f94ec08c17d60ee519a4f46b6dbb3519989e5b9cMark Andrews 144. [cleanup] libdns header files too numerous to name were made
8bc194b266a17f89e6c54469d4dfbb408070f39eMark Andrews to conform to the same style for multiple inclusion
8bc194b266a17f89e6c54469d4dfbb408070f39eMark Andrews protection.
8bc194b266a17f89e6c54469d4dfbb408070f39eMark Andrews
03952196946fc638af7f20a9b59cfd2f15de01acFrancis Dupont 143. [func] Added function dns_rdatatype_isknown().
03952196946fc638af7f20a9b59cfd2f15de01acFrancis Dupont
03952196946fc638af7f20a9b59cfd2f15de01acFrancis Dupont 142. [cleanup] <isc/stdtime.h> does not need <time.h> or
7c681d075027f3389c31d261e1a71473c42ac73bMark Andrews <isc/result.h>.
7c681d075027f3389c31d261e1a71473c42ac73bMark Andrews
4499a6a3063eceb1c412f5165b9c5b47d32d5a62Evan Hunt 141. [bug] Corrupt requests with multiple questions could
da45cdaf79df00578c5bd2be9a9083a1bf95a4feMark Andrews cause an assertion failure.
c73d8c1b72ddc3330cfc21e2070dffabca324bf7Mark Andrews
03ccae042b4acd22805d667f823066d3690965cfMark Andrews 140. [cleanup] <isc/time.h> does not need <time.h> or <isc/result.h>.
c73d8c1b72ddc3330cfc21e2070dffabca324bf7Mark Andrews
c73d8c1b72ddc3330cfc21e2070dffabca324bf7Mark Andrews 139. [cleanup] <isc/net.h> now includes <isc/types.h> instead of
4499a6a3063eceb1c412f5165b9c5b47d32d5a62Evan Hunt <isc/int.h> and <isc/result.h>.
c73d8c1b72ddc3330cfc21e2070dffabca324bf7Mark Andrews
27fe1966c948ba0c1c9d0d831ea3d8bf32d052acTatuya JINMEI 神明達哉 138. [cleanup] isc_strtouq moved from str.[ch] to string.[ch] and
27fe1966c948ba0c1c9d0d831ea3d8bf32d052acTatuya JINMEI 神明達哉 renamed isc_string_touint64. isc_strsep moved from
27fe1966c948ba0c1c9d0d831ea3d8bf32d052acTatuya JINMEI 神明達哉 strsep.c to string.c and renamed isc_string_separate.
27fe1966c948ba0c1c9d0d831ea3d8bf32d052acTatuya JINMEI 神明達哉
27fe1966c948ba0c1c9d0d831ea3d8bf32d052acTatuya JINMEI 神明達哉 137. [cleanup] <isc/commandline.h>, <isc/mem.h>, <isc/print.h>
27fe1966c948ba0c1c9d0d831ea3d8bf32d052acTatuya JINMEI 神明達哉 <isc/serial.h>, <isc/string.h> and <isc/offset.h>
27fe1966c948ba0c1c9d0d831ea3d8bf32d052acTatuya JINMEI 神明達哉 made to conform to the same style for multiple
27fe1966c948ba0c1c9d0d831ea3d8bf32d052acTatuya JINMEI 神明達哉 inclusion protection.
27fe1966c948ba0c1c9d0d831ea3d8bf32d052acTatuya JINMEI 神明達哉
27fe1966c948ba0c1c9d0d831ea3d8bf32d052acTatuya JINMEI 神明達哉 136. [cleanup] <isc/commandline.h>, <isc/interfaceiter.h>,
27fe1966c948ba0c1c9d0d831ea3d8bf32d052acTatuya JINMEI 神明達哉 <isc/net.h> and Win32's <isc/thread.h> needed
27fe1966c948ba0c1c9d0d831ea3d8bf32d052acTatuya JINMEI 神明達哉 ISC_LANG_BEGINDECLS/ISC_LANG_ENDDECLS.
27fe1966c948ba0c1c9d0d831ea3d8bf32d052acTatuya JINMEI 神明達哉
27fe1966c948ba0c1c9d0d831ea3d8bf32d052acTatuya JINMEI 神明達哉 135. [cleanup] Win32's <isc/condition.h> did not need <isc/result.h>
27fe1966c948ba0c1c9d0d831ea3d8bf32d052acTatuya JINMEI 神明達哉 or <isc/boolean.h>, now uses <isc/types.h> in place
27fe1966c948ba0c1c9d0d831ea3d8bf32d052acTatuya JINMEI 神明達哉 of <isc/time.h>, and needed ISC_LANG_BEGINDECLS
27fe1966c948ba0c1c9d0d831ea3d8bf32d052acTatuya JINMEI 神明達哉 and ISC_LANG_ENDDECLS.
cfd262045c23cadb8415f0111f56995258f17361Evan Hunt
cfd262045c23cadb8415f0111f56995258f17361Evan Hunt 134. [cleanup] <isc/dir.h> does not need <limits.h>.
cfd262045c23cadb8415f0111f56995258f17361Evan Hunt
cfd262045c23cadb8415f0111f56995258f17361Evan Hunt 133. [cleanup] <isc/ipv6.h> needs <isc/platform.h>.
cfd262045c23cadb8415f0111f56995258f17361Evan Hunt
cfd262045c23cadb8415f0111f56995258f17361Evan Hunt 132. [cleanup] <isc/app.h> does not need <isc/task.h>, but does
cfd262045c23cadb8415f0111f56995258f17361Evan Hunt need <isc/eventclass.h>.
cfd262045c23cadb8415f0111f56995258f17361Evan Hunt
cfd262045c23cadb8415f0111f56995258f17361Evan Hunt 131. [cleanup] <isc/mutex.h> and <isc/util.h> need <isc/result.h>
cfd262045c23cadb8415f0111f56995258f17361Evan Hunt for ISC_R_* codes used in macros.
cfd262045c23cadb8415f0111f56995258f17361Evan Hunt
cfd262045c23cadb8415f0111f56995258f17361Evan Hunt 130. [cleanup] <isc/condition.h> does not need <pthread.h> or
4b6cb8d09e75ce9f04b2e40bd9d2e449c09b0c1fMark Andrews <isc/boolean.h>, and now includes <isc/types.h>
4b6cb8d09e75ce9f04b2e40bd9d2e449c09b0c1fMark Andrews instead of <isc/time.h>.
4b6cb8d09e75ce9f04b2e40bd9d2e449c09b0c1fMark Andrews
712b976a0633806b7140b17354a9398300f616b9Mark Andrews 129. [bug] The 'default_debug' log channel was not set up when
712b976a0633806b7140b17354a9398300f616b9Mark Andrews 'category default' was present in the config file
712b976a0633806b7140b17354a9398300f616b9Mark Andrews
f0835301386ff7026fd0097198d4b42f2f8d0867Mark Andrews 128. [cleanup] <isc/dir.h> had ISC_LANG_BEGINDECLS instead of
f0835301386ff7026fd0097198d4b42f2f8d0867Mark Andrews ISC_LANG_ENDDECLS at end of header.
f0835301386ff7026fd0097198d4b42f2f8d0867Mark Andrews
f0835301386ff7026fd0097198d4b42f2f8d0867Mark Andrews 127. [cleanup] The contracts for the comparision routines
f0835301386ff7026fd0097198d4b42f2f8d0867Mark Andrews dns_name_fullcompare(), dns_name_compare(),
cb933b69ff357100768d0b33b88e4ee986b128f2Evan Hunt dns_name_rdatacompare(), and dns_rdata_compare() now
cb933b69ff357100768d0b33b88e4ee986b128f2Evan Hunt specify that the order value returned is < 0, 0, or > 0
cb933b69ff357100768d0b33b88e4ee986b128f2Evan Hunt instead of -1, 0, or 1.
f1f39b7e07b2665073d976c4d27e30988552b873Tatuya JINMEI 神明達哉
9eba1cf5e5420aeded5ed380d9942269fbde90f1Mark Andrews 126. [cleanup] <isc/quota.h> and <isc/taskpool.h> need <isc/lang.h>.
f1f39b7e07b2665073d976c4d27e30988552b873Tatuya JINMEI 神明達哉
f1f39b7e07b2665073d976c4d27e30988552b873Tatuya JINMEI 神明達哉 125. [cleanup] <isc/eventclass.h>, <isc/ipv6.h>, <isc/magic.h>,
f1f39b7e07b2665073d976c4d27e30988552b873Tatuya JINMEI 神明達哉 <isc/mutex.h>, <isc/once.h>, <isc/region.h>, and
f1f39b7e07b2665073d976c4d27e30988552b873Tatuya JINMEI 神明達哉 <isc/resultclass.h> do not need <isc/lang.h>.
03ccae042b4acd22805d667f823066d3690965cfMark Andrews
86dcc4005887f91d23d970d4574a8f6afa7e28d2Evan Hunt 124. [func] signer now imports parent's zone key signature
86dcc4005887f91d23d970d4574a8f6afa7e28d2Evan Hunt and creates null keys/sets zone status bit for
86dcc4005887f91d23d970d4574a8f6afa7e28d2Evan Hunt children when necessary
86dcc4005887f91d23d970d4574a8f6afa7e28d2Evan Hunt
86dcc4005887f91d23d970d4574a8f6afa7e28d2Evan Hunt 123. [cleanup] <isc/event.h> does not need <stddef.h>.
86dcc4005887f91d23d970d4574a8f6afa7e28d2Evan Hunt
86dcc4005887f91d23d970d4574a8f6afa7e28d2Evan Hunt 122. [cleanup] <isc/task.h> does not need <isc/mem.h> or
86dcc4005887f91d23d970d4574a8f6afa7e28d2Evan Hunt <isc/result.h>.
86dcc4005887f91d23d970d4574a8f6afa7e28d2Evan Hunt
86dcc4005887f91d23d970d4574a8f6afa7e28d2Evan Hunt 121. [cleanup] <isc/symtab.h> does not need <isc/mem.h> or
c656722ea789f512132d5df9a613bea5717dbe3aMark Andrews <isc/result.h>. Multiple inclusion protection
bf9b852c3eaf2c9847f926751b57a06f1ae3d72aEvan Hunt symbol fixed from ISC_SYMBOL_H to ISC_SYMTAB_H.
bf9b852c3eaf2c9847f926751b57a06f1ae3d72aEvan Hunt isc_symtab_t moved to <isc/types.h>.
f5dc94b026b5153de76eeb3c1161596251f26bcbMark Andrews
bf9b852c3eaf2c9847f926751b57a06f1ae3d72aEvan Hunt 120. [cleanup] <isc/socket.h> does not need <isc/boolean.h>,
bf9b852c3eaf2c9847f926751b57a06f1ae3d72aEvan Hunt <isc/bufferlist.h>, <isc/task.h>, <isc/mem.h> or
bf9b852c3eaf2c9847f926751b57a06f1ae3d72aEvan Hunt <isc/net.h>.
bf9b852c3eaf2c9847f926751b57a06f1ae3d72aEvan Hunt
bf9b852c3eaf2c9847f926751b57a06f1ae3d72aEvan Hunt 119. [cleanup] structure definitions for generic rdata stuctures do
ff5864ef42c3bc55e9be20434d1f7de2f6794894Mark Andrews not have _generic_ in their names.
ff5864ef42c3bc55e9be20434d1f7de2f6794894Mark Andrews
ff5864ef42c3bc55e9be20434d1f7de2f6794894Mark Andrews 118. [cleanup] libdns.a is now namespace-clean, on NetBSD, excepting
f3792d4bda1273fe82f9d0a13f141923e41d4537Tatuya JINMEI 神明達哉 YACC crust (yyparse, etc) [2000-apr-27 explorer]
f3792d4bda1273fe82f9d0a13f141923e41d4537Tatuya JINMEI 神明達哉
45d9b38097eb7b43e7e0d5d20c2d0903c7224ebdMark Andrews 117. [cleanup] libdns.a changes:
ddd40390be246189f10dc18782914b295befb139Mark Andrews dns_zone_clearnotify() and dns_zone_addnotify()
810656a187f2c358323bbf679f792f19a46a7973Mark Andrews are replaced by dns_zone_setnotifyalso().
4499a6a3063eceb1c412f5165b9c5b47d32d5a62Evan Hunt dns_zone_clearmasters() and dns_zone_addmaster()
810656a187f2c358323bbf679f792f19a46a7973Mark Andrews are replaced by dns_zone_setmasters().
bf13e709db49bb19e0c2e73f0a964fe9d7bea4dfMark Andrews
bf13e709db49bb19e0c2e73f0a964fe9d7bea4dfMark Andrews 116. [func] Added <isc/offset.h> for isc_offset_t (aka off_t
bf13e709db49bb19e0c2e73f0a964fe9d7bea4dfMark Andrews on Unix systems).
bf13e709db49bb19e0c2e73f0a964fe9d7bea4dfMark Andrews
bdc1d1b1bfad04bbae3fdf974e49e392951fb911Mark Andrews 115. [port] Shut up the -Wmissing-declarations warning about
43888c231579e5b021beeadd7265cda302ea1efeMark Andrews <stdio.h>'s __sputaux on BSD/OS pre-4.1.
43888c231579e5b021beeadd7265cda302ea1efeMark Andrews
b7ba273d32232dfadaea5af384f1e6f36c915249Mark Andrews 114. [cleanup] <isc/sockaddr.h> does not need <isc/buffer.h> or
c52235e52ee12e4d15f808ac06608584257f6479Mark Andrews <isc/list.h>.
4a8dc5f8efcc8bc3033a9383f958d1de22c844f4Mark Andrews
0627874ff86b2d5c9d6d90ea9fde8111dc97654bMark Andrews 113. [func] Utility programs dig and host added.
4a8dc5f8efcc8bc3033a9383f958d1de22c844f4Mark Andrews
48dfee71508886d86fe8fb12f91961b5daf3141dMark Andrews 112. [cleanup] <isc/serial.h> does not need <isc/boolean.h>.
48dfee71508886d86fe8fb12f91961b5daf3141dMark Andrews
48dfee71508886d86fe8fb12f91961b5daf3141dMark Andrews 111. [cleanup] <isc/rwlock.h> does not need <isc/result.h> or
718c4becc5711be71e23202a87f3aaea1aedde79Mark Andrews <isc/mutex.h>.
718c4becc5711be71e23202a87f3aaea1aedde79Mark Andrews
718c4becc5711be71e23202a87f3aaea1aedde79Mark Andrews 110. [cleanup] <isc/result.h> does not need <isc/boolean.h> or
081b36ff9588e4d67a1a3095f5333a2b223482f7Mark Andrews <isc/list.h>.
081b36ff9588e4d67a1a3095f5333a2b223482f7Mark Andrews
43c770b9987375e9e0efa19617b22e8e6a748a63Mark Andrews 109. [bug] "make depend" did nothing for
43c770b9987375e9e0efa19617b22e8e6a748a63Mark Andrews bin/tests/{db,mem,sockaddr,tasks,timers}/.
9a56f03c4c63c3729ebfcff9f99b9394c6004a20Mark Andrews
9a56f03c4c63c3729ebfcff9f99b9394c6004a20Mark Andrews 108. [cleanup] DNS_SETBIT/DNS_GETBIT/DNS_CLEARBIT moved from
9a56f03c4c63c3729ebfcff9f99b9394c6004a20Mark Andrews <dns/types.h> to <dns/bit.h> and renamed to
02181a6c7420e8f3c083d0d20e0e65a78ea25d0fMark Andrews DNS_BIT_SET/DNS_BIT_GET/DNS_BIT_CLEAR.
02181a6c7420e8f3c083d0d20e0e65a78ea25d0fMark Andrews
02181a6c7420e8f3c083d0d20e0e65a78ea25d0fMark Andrews 107. [func] Add keysigner and keysettool.
e24ccb512c110d181e01f977196e518b0e72e451Mark Andrews
e24ccb512c110d181e01f977196e518b0e72e451Mark Andrews 106. [func] Allow dnssec verifications to ignore the validity
e24ccb512c110d181e01f977196e518b0e72e451Mark Andrews period. Used by several of the dnssec tools.
63af1a646a006867dbd99dc0aa74559d832a420fMark Andrews
63af1a646a006867dbd99dc0aa74559d832a420fMark Andrews 105. [doc] doc/dev/coding.html expanded with other
b7bc86a4d3d78fae33577682cea7d1449abb7b33Mark Andrews implicit conventions the developers have used.
b7bc86a4d3d78fae33577682cea7d1449abb7b33Mark Andrews
b7bc86a4d3d78fae33577682cea7d1449abb7b33Mark Andrews 104. [bug] Made compress_add and compress_find static to
675cc80975eb7d15e0d9f1d5f424baafaf189fdeMark Andrews lib/dns/compress.c.
675cc80975eb7d15e0d9f1d5f424baafaf189fdeMark Andrews
675cc80975eb7d15e0d9f1d5f424baafaf189fdeMark Andrews 103. [func] libisc buffer API changes for <isc/buffer.h>:
a20996ab6ff2be473b85470fddd2380a3e180e7bMark Andrews Added:
a20996ab6ff2be473b85470fddd2380a3e180e7bMark Andrews isc_buffer_base(b) (pointer)
80852eb5a8df5f3d70efb764e00f8f09efc5730cMark Andrews isc_buffer_current(b) (pointer)
a27bbd21cf07371fc71e7ade75c3d78a5b98b7f9Mark Andrews isc_buffer_active(b) (pointer)
a27bbd21cf07371fc71e7ade75c3d78a5b98b7f9Mark Andrews isc_buffer_used(b) (pointer)
29f0da7fb84ea8010175769baecd12ab20903bb4Mark Andrews isc_buffer_length(b) (int)
29f0da7fb84ea8010175769baecd12ab20903bb4Mark Andrews isc_buffer_usedlength(b) (int)
29f0da7fb84ea8010175769baecd12ab20903bb4Mark Andrews isc_buffer_consumedlength(b) (int)
b00de53de2e37154d9046d481734cfb9a8573204Mark Andrews isc_buffer_remaininglength(b) (int)
b00de53de2e37154d9046d481734cfb9a8573204Mark Andrews isc_buffer_activelength(b) (int)
b00de53de2e37154d9046d481734cfb9a8573204Mark Andrews isc_buffer_availablelength(b) (int)
249dcf3932668693a53c2790b97f5170efb233e1Mark Andrews Removed:
ead77b9ad4821433ad45ef1de2c072b7c8f94f48Mark Andrews ISC_BUFFER_USEDCOUNT(b)
8e22c73f3ea64337926151b53245f61342fa52faMark Andrews ISC_BUFFER_AVAILABLECOUNT(b)
8e22c73f3ea64337926151b53245f61342fa52faMark Andrews isc_buffer_type(b)
8e22c73f3ea64337926151b53245f61342fa52faMark Andrews Changed names:
1aaedde67b42c433324eecb76ee379ca0ccda294Mark Andrews isc_buffer_used(b, r) ->
e27d55e3ee06b6edcf625b8920a5c809da7f0b98Mark Andrews isc_buffer_usedregion(b, r)
e27d55e3ee06b6edcf625b8920a5c809da7f0b98Mark Andrews isc_buffer_available(b, r) ->
4499a6a3063eceb1c412f5165b9c5b47d32d5a62Evan Hunt isc_buffer_available_region(b, r)
e27d55e3ee06b6edcf625b8920a5c809da7f0b98Mark Andrews isc_buffer_consumed(b, r) ->
7d9be933d7f4504cd0355ced1fb7fbd137e455b7Mark Andrews isc_buffer_consumedregion(b, r)
7d9be933d7f4504cd0355ced1fb7fbd137e455b7Mark Andrews isc_buffer_active(b, r) ->
7d9be933d7f4504cd0355ced1fb7fbd137e455b7Mark Andrews isc_buffer_activeregion(b, r)
5ae2eac4c16bdbbef032544bd9fc86f47e7bdc2cMark Andrews isc_buffer_remaining(b, r) ->
5ae2eac4c16bdbbef032544bd9fc86f47e7bdc2cMark Andrews isc_buffer_remainingregion(b, r)
5b02fc32d693bb811199308a40143df0adf818c1Mark Andrews
5b02fc32d693bb811199308a40143df0adf818c1Mark Andrews Buffer types were removed, so the ISC_BUFFERTYPE_*
b667946fa548bf8cb93029458ec130be6365419fMark Andrews macros are no more, and the type argument to
c656722ea789f512132d5df9a613bea5717dbe3aMark Andrews isc_buffer_init and isc_buffer_allocate were removed.
b667946fa548bf8cb93029458ec130be6365419fMark Andrews isc_buffer_putstr is now void (instead of isc_result_t)
c656722ea789f512132d5df9a613bea5717dbe3aMark Andrews and requires that the caller ensure that there
d8624c1f19777853aa96cb797759743c82480f70Mark Andrews is enough available buffer space for the string.
d8624c1f19777853aa96cb797759743c82480f70Mark Andrews
c656722ea789f512132d5df9a613bea5717dbe3aMark Andrews 102. [port] Correctly detect inet_aton, inet_pton and inet_ptop
98744b51112090a3fb7abcf858cb0657c13609ccMark Andrews on BSD/OS 4.1.
98744b51112090a3fb7abcf858cb0657c13609ccMark Andrews
8d31dd9ab62d91b5f23ac687657c966d44074a3fMark Andrews 101. [cleanup] Quieted EGCS warnings from lib/isc/print.c.
8d31dd9ab62d91b5f23ac687657c966d44074a3fMark Andrews
c656722ea789f512132d5df9a613bea5717dbe3aMark Andrews 100. [cleanup] <isc/random.h> does not need <isc/int.h> or
6d5840017831db1eee3be47236ff5044449a0256Mark Andrews <isc/mutex.h>. isc_random_t moved to <isc/types.h>.
6d5840017831db1eee3be47236ff5044449a0256Mark Andrews
6d5840017831db1eee3be47236ff5044449a0256Mark Andrews 99. [cleanup] Rate limiter now has separate shutdown() and
3ec79bbc03fc5378a6cb37b276807cd40b5332aaMark Andrews destroy() functions, and it guarantees that all
3ec79bbc03fc5378a6cb37b276807cd40b5332aaMark Andrews queued events are delivered even in the shutdown case.
3ec79bbc03fc5378a6cb37b276807cd40b5332aaMark Andrews
dc64df4479df5e7cb3ed1dead21888b5af98f67eMark Andrews 98. [cleanup] <isc/print.h> does not need <stdarg.h> or <stddef.h>
dc64df4479df5e7cb3ed1dead21888b5af98f67eMark Andrews unless ISC_PLATFORM_NEEDVSNPRINTF is defined.
778a01b1aa76273d4a28c7559a509edc7a00ec95Mark Andrews
778a01b1aa76273d4a28c7559a509edc7a00ec95Mark Andrews 97. [cleanup] <isc/ondestroy.h> does not need <stddef.h> or
778a01b1aa76273d4a28c7559a509edc7a00ec95Mark Andrews <isc/event.h>.
44f175a90a855326725439b2f1178f0dcca8f67dMark Andrews
44f175a90a855326725439b2f1178f0dcca8f67dMark Andrews 96. [cleanup] <isc/mutex.h> does not need <isc/result.h>.
21991bd14e8b59000dfc2acf2ce614596cf28cbaMark Andrews
4499a6a3063eceb1c412f5165b9c5b47d32d5a62Evan Hunt 95. [cleanup] <isc/mutexblock.h> does not need <isc/result.h>.
21991bd14e8b59000dfc2acf2ce614596cf28cbaMark Andrews
b335299322e50f045f10e4636262cd2f8d407a8bMark Andrews 94. [cleanup] Some installed header files did not compile as C++.
b335299322e50f045f10e4636262cd2f8d407a8bMark Andrews
b335299322e50f045f10e4636262cd2f8d407a8bMark Andrews 93. [cleanup] <isc/msgcat.h> does not need <isc/result.h>.
ff5c52617eecd06161344c99987a866691592e4aMark Andrews
e12030c433a08b9e9678717ec5e8092c9e4da72cMark Andrews 92. [cleanup] <isc/mem.h> does not need <stddef.h>, <isc/boolean.h>,
e12030c433a08b9e9678717ec5e8092c9e4da72cMark Andrews or <isc/result.h>.
e18c62b1dab6bf82530a94c00e2320e542f40c3fMark Andrews
e18c62b1dab6bf82530a94c00e2320e542f40c3fMark Andrews 91. [cleanup] <isc/log.h> does not need <sys/types.h> or
5c40acf2156bbc258fc290f38cf8d5e12d085bedMark Andrews <isc/result.h>.
5c40acf2156bbc258fc290f38cf8d5e12d085bedMark Andrews
5c40acf2156bbc258fc290f38cf8d5e12d085bedMark Andrews 90. [cleanup] Removed unneeded ISC_LANG_BEGINDECLS/ISC_LANG_ENDDECLS
5c40acf2156bbc258fc290f38cf8d5e12d085bedMark Andrews from <named/listenlist.h>.
5c40acf2156bbc258fc290f38cf8d5e12d085bedMark Andrews
5c40acf2156bbc258fc290f38cf8d5e12d085bedMark Andrews 89. [cleanup] <isc/lex.h> does not need <stddef.h>.
8b7d3aeda264513ca83961fb752703cc3c85451dMark Andrews
8b7d3aeda264513ca83961fb752703cc3c85451dMark Andrews 88. [cleanup] <isc/interfaceiter.h> does not need <isc/result.h> or
8b7d3aeda264513ca83961fb752703cc3c85451dMark Andrews <isc/mem.h>. isc_interface_t and isc_interfaceiter_t
9eba1cf5e5420aeded5ed380d9942269fbde90f1Mark Andrews moved to <isc/types.h>.
f083a44415365f6464f8bd35f439dc13ee0b684fMark Andrews
f083a44415365f6464f8bd35f439dc13ee0b684fMark Andrews 87. [cleanup] <isc/heap.h> does not need <isc/boolean.h>,
108300f7f14315b7fa72a04f009dcb4d0839f207Mark Andrews <isc/mem.h> or <isc/result.h>.
108300f7f14315b7fa72a04f009dcb4d0839f207Mark Andrews
108300f7f14315b7fa72a04f009dcb4d0839f207Mark Andrews 86. [cleanup] isc_bufferlist_t moved from <isc/bufferlist.h> to
2fca4a3321c0137a0bcaa4692564b249ae26322eMark Andrews <isc/types.h>.
2fca4a3321c0137a0bcaa4692564b249ae26322eMark Andrews
2fca4a3321c0137a0bcaa4692564b249ae26322eMark Andrews 85. [cleanup] <isc/bufferlist.h> does not need <isc/buffer.h>,
121f783b6660f2cb49829bdc51eb522fd327437eMark Andrews <isc/list.h>, <isc/mem.h>, <isc/region.h> or
121f783b6660f2cb49829bdc51eb522fd327437eMark Andrews <isc/int.h>.
121f783b6660f2cb49829bdc51eb522fd327437eMark Andrews
707d9fbd86a15a7112936473a31191dc09ca642cMark Andrews 84. [func] allow-query ACL checks now apply to all data
707d9fbd86a15a7112936473a31191dc09ca642cMark Andrews added to a response.
707d9fbd86a15a7112936473a31191dc09ca642cMark Andrews
bb9298e0088e8a636ea59f5b435f7c5b536c8017Mark Andrews 83. [func] If the server is authoritative for both a
bb9298e0088e8a636ea59f5b435f7c5b536c8017Mark Andrews delegating zone and its (nonsecure) delegatee, and
bb9298e0088e8a636ea59f5b435f7c5b536c8017Mark Andrews a query is made for a KEY RR at the top of the
1df2b7edfecd7cb7edc08ae9ec43d008cfbe7d34Mark Andrews delegatee, then the server will look for a KEY
1df2b7edfecd7cb7edc08ae9ec43d008cfbe7d34Mark Andrews in the delegator if it is not found in the delegatee.
1df2b7edfecd7cb7edc08ae9ec43d008cfbe7d34Mark Andrews
fd95cc0da9563aa85ac67462433b6a2b6ac0db9fMark Andrews 82. [cleanup] <isc/buffer.h> does not need <isc/list.h>.
fd95cc0da9563aa85ac67462433b6a2b6ac0db9fMark Andrews
fd95cc0da9563aa85ac67462433b6a2b6ac0db9fMark Andrews 81. [cleanup] <isc/int.h> and <isc/boolean.h> do not need
bb6d33103e672d21429ae1837ce10d91f2419800Mark Andrews <isc/lang.h>.
bb6d33103e672d21429ae1837ce10d91f2419800Mark Andrews
bb6d33103e672d21429ae1837ce10d91f2419800Mark Andrews 80. [cleanup] <isc/print.h> does not need <stdio.h> or <stdlib.h>.
cc6d67469cf390842adf1bd35dd2b21fc3b7df18Mark Andrews
cc6d67469cf390842adf1bd35dd2b21fc3b7df18Mark Andrews 79. [cleanup] <dns/callbacks.h> does not need <stdio.h>.
cc6d67469cf390842adf1bd35dd2b21fc3b7df18Mark Andrews
1e9848fb2b4573711c02696dc4ee6540de4c81f6Mark Andrews 78. [cleanup] lwres_conftest renamed to lwresconf_test for
1e9848fb2b4573711c02696dc4ee6540de4c81f6Mark Andrews consistency with other *_test programs.
1e9848fb2b4573711c02696dc4ee6540de4c81f6Mark Andrews
1e9848fb2b4573711c02696dc4ee6540de4c81f6Mark Andrews 77. [cleanup] typedef of isc_time_t and isc_interval_t moved from
03ccae042b4acd22805d667f823066d3690965cfMark Andrews <isc/time.h> to <isc/types.h>.
c45d848e2a5898975a14a6311a406f45028a45b0Tatuya JINMEI 神明達哉
c45d848e2a5898975a14a6311a406f45028a45b0Tatuya JINMEI 神明達哉 76. [cleanup] Rewrote keygen.
7dc38ccd52efe59c8fef8e73f9313080652a1c4aShawn Routhier
7dc38ccd52efe59c8fef8e73f9313080652a1c4aShawn Routhier 75. [func] Don't load a zone if its database file is older
7dc38ccd52efe59c8fef8e73f9313080652a1c4aShawn Routhier than the last time the zone was loaded.
7dc38ccd52efe59c8fef8e73f9313080652a1c4aShawn Routhier
ce164dbd9c97331a54994748df3ba72c35920946Tatuya JINMEI 神明達哉 74. [cleanup] Removed mktemplate.o and ufile.o from libisc.a,
ce164dbd9c97331a54994748df3ba72c35920946Tatuya JINMEI 神明達哉 subsumed by file.o.
ce164dbd9c97331a54994748df3ba72c35920946Tatuya JINMEI 神明達哉
ce164dbd9c97331a54994748df3ba72c35920946Tatuya JINMEI 神明達哉 73. [func] New "file" API in libisc, including new function
c6217b2899ea2bca7f5870ea5dbb3e46fbb72391Mark Andrews isc_file_getmodtime, isc_mktemplate renamed to
86077a2e87bcf2b13cbe2ecfeb17502cc2c12b04Mark Andrews isc_file_mktemplate and isc_ufile renamed to
b8d036c434d68e358c95bcb7268b5c310ed0579cMark Andrews isc_file_openunique. By no means an exhaustive API,
b8d036c434d68e358c95bcb7268b5c310ed0579cMark Andrews it is just what's needed for now.
b8d036c434d68e358c95bcb7268b5c310ed0579cMark Andrews
003fd2f720f79404b62d49f6dfe7aa1257f03b08Mark Andrews 72. [func] DNS_RBTFIND_NOPREDECESSOR and DNS_RBTFIND_NOOPTIONS
003fd2f720f79404b62d49f6dfe7aa1257f03b08Mark Andrews added for dns_rbt_findnode, the former to disable the
003fd2f720f79404b62d49f6dfe7aa1257f03b08Mark Andrews setting of the chain to the predecessor, and the
003fd2f720f79404b62d49f6dfe7aa1257f03b08Mark Andrews latter to make clear when no options are set.
a80d26914afece7324158918e8d74c7c8384a0dfMark Andrews
a80d26914afece7324158918e8d74c7c8384a0dfMark Andrews 71. [cleanup] Made explicit the implicit REQUIREs of
a80d26914afece7324158918e8d74c7c8384a0dfMark Andrews isc_time_seconds, isc_time_nanoseconds, and
c19f322914f380404b613fbb31f5ac2582098f9dMark Andrews isc_time_subtract.
c19f322914f380404b613fbb31f5ac2582098f9dMark Andrews
c19f322914f380404b613fbb31f5ac2582098f9dMark Andrews 70. [func] isc_time_set() added.
ff9301990d83dedca3806a16b4c9693f16d6e8b1Mark Andrews
ff9301990d83dedca3806a16b4c9693f16d6e8b1Mark Andrews 69. [bug] The zone object's master and also-notify lists grew
fa2cb8d61d8699709b9fc14ed4f47bb63507b2a5Mark Andrews longer with each server reload.
fa2cb8d61d8699709b9fc14ed4f47bb63507b2a5Mark Andrews
fa2cb8d61d8699709b9fc14ed4f47bb63507b2a5Mark Andrews 68. [func] Partial support for SIG(0) on incoming messages.
08fb52ec8c3923e501c7f8d74c524cced52551f9Mark Andrews
08fb52ec8c3923e501c7f8d74c524cced52551f9Mark Andrews 67. [performance] Allow use of alternate (compile-time supplied)
08fb52ec8c3923e501c7f8d74c524cced52551f9Mark Andrews OpenSSL libraries/headers.
64c43af4f464b4ead99c3d2a561f0013fd26308cMark Andrews
64c43af4f464b4ead99c3d2a561f0013fd26308cMark Andrews 66. [func] Data in authoritative zones should have a trust level
64c43af4f464b4ead99c3d2a561f0013fd26308cMark Andrews beyond secure.
c5259c013bba297cb0d38b85bd1c83fc26ef268cMark Andrews
c5259c013bba297cb0d38b85bd1c83fc26ef268cMark Andrews 65. [cleanup] Removed obsolete typedef of dns_zone_callbackarg_t
c5259c013bba297cb0d38b85bd1c83fc26ef268cMark Andrews from <dns/types.h>.
c5259c013bba297cb0d38b85bd1c83fc26ef268cMark Andrews
c5259c013bba297cb0d38b85bd1c83fc26ef268cMark Andrews 64. [func] The RBT, DB, and zone table APIs now allow the
03ccae042b4acd22805d667f823066d3690965cfMark Andrews caller find the most-enclosing superdomain of
22c4126ba51175af1453cd2254c303c6f65a766cMark Andrews a name.
22c4126ba51175af1453cd2254c303c6f65a766cMark Andrews
637a4234fab5dacacfa0d4fb8b41290b634b252fMark Andrews 63 [func] Generate NOTIFY messages.
b1003ace6f6e15ffa212c7982c80845f549e6cefMark Andrews
b1003ace6f6e15ffa212c7982c80845f549e6cefMark Andrews 62. [func] Add UDP refresh support.
637a4234fab5dacacfa0d4fb8b41290b634b252fMark Andrews
92348098ebe7ef4c26bfe2204a7364fa18735afcMark Andrews 61. [cleanup] Use single quotes consistently in log messages.
92348098ebe7ef4c26bfe2204a7364fa18735afcMark Andrews
637a4234fab5dacacfa0d4fb8b41290b634b252fMark Andrews 60. [func] Catch and disallow singleton types on message
d1a5fdc34a3d7caabead7bbf0cbf6fa7d89f0910Mark Andrews parse.
d1a5fdc34a3d7caabead7bbf0cbf6fa7d89f0910Mark Andrews
5e95cf76e46d93d6b6c2e3cd1aca4c1ab33f827eMark Andrews 59. [bug] Cause net/host unreachable to be a hard error
2e20dea9fc0a84217c7debdef8b4b6c6f04d3998Mark Andrews when sending and receiving.
2e20dea9fc0a84217c7debdef8b4b6c6f04d3998Mark Andrews
13396661f46572d7b94703a25721aad040fbd91aMark Andrews 58. [bug] bin/named/query.c could sometimes trigger the
13396661f46572d7b94703a25721aad040fbd91aMark Andrews (client->query.attributes & NS_QUERYATTR_NAMEBUFUSED)
13396661f46572d7b94703a25721aad040fbd91aMark Andrews == 0 assertion in query_newname().
64f8608ed6b7f42a4a7d358fade2c82dfd1e9c01Mark Andrews
64f8608ed6b7f42a4a7d358fade2c82dfd1e9c01Mark Andrews 57. [func] Added dns_nxt_typepresent()
0cae66577c69c89086cd065bb297690072b471b4Mark Andrews
0cae66577c69c89086cd065bb297690072b471b4Mark Andrews 56. [bug] SIG records were not properly returned in cached
d3cbd6b05c16c6e0e86c1651bda3b3ee06574d62Mark Andrews negative answers.
d3cbd6b05c16c6e0e86c1651bda3b3ee06574d62Mark Andrews
d3cbd6b05c16c6e0e86c1651bda3b3ee06574d62Mark Andrews 55. [bug] Responses containing multiple names in the authority
139cedabf9242add24d8326e216e451dd2d5a935Tatuya JINMEI 神明達哉 section were not negatively cached.
3a28f0dc73549d8c59ad18898540892c7eed957bTatuya JINMEI 神明達哉
139cedabf9242add24d8326e216e451dd2d5a935Tatuya JINMEI 神明達哉 54. [bug] If a fetch with sigrdataset==NULL joined one with
8ac908b38a2fd9b780ae3a27ff26932a17823ae0Mark Andrews sigrdataset!=NULL or vice versa, the resolver
8ac908b38a2fd9b780ae3a27ff26932a17823ae0Mark Andrews could catch an assertion or lose signature data,
8ac908b38a2fd9b780ae3a27ff26932a17823ae0Mark Andrews respectively.
0b24b2d3c423560a0a4cd9a4476b9a2dcafb7ea3Evan Hunt
0b24b2d3c423560a0a4cd9a4476b9a2dcafb7ea3Evan Hunt 53. [port] freebsd 4.0: lib/isc/unix/socket.c requires
0b24b2d3c423560a0a4cd9a4476b9a2dcafb7ea3Evan Hunt <sys/param.h>.
dcfca6f18d5069155ae50025aaeead0cc8c04730Evan Hunt
dcfca6f18d5069155ae50025aaeead0cc8c04730Evan Hunt 52. [bug] rndc: taskmgr and socketmgr were not initialized
ebaf977ecfe6b26ba4482e00d1fd78914a1e17ebMark Andrews to NULL.
ebaf977ecfe6b26ba4482e00d1fd78914a1e17ebMark Andrews
ebaf977ecfe6b26ba4482e00d1fd78914a1e17ebMark Andrews 51. [cleanup] dns/compress.h and dns/zt.h did not need to include
140cf92b3bbff9da00a782c8afe27f5fa63bd7f7Evan Hunt dns/rbt.h; it was needed only by compress.c and zt.c.
19a62c240d4bac66eabc96139bc4a773250495ccFrancis Dupont
fd3a3783538312dc8f61a85ce4d3720f43b912c0Mark Andrews 50. [func] RBT deletion no longer requires a valid chain to work,
fd3a3783538312dc8f61a85ce4d3720f43b912c0Mark Andrews and dns_rbt_deletenode was added.
fd3a3783538312dc8f61a85ce4d3720f43b912c0Mark Andrews
0185a9358cb8324f44e114c6fd3cbbc4b9c507e4Francis Dupont 49. [func] Each cache now has its own mctx.
8a198fa776a09beb4dabf40b73a54d9c7bd70ac9Evan Hunt
8a198fa776a09beb4dabf40b73a54d9c7bd70ac9Evan Hunt 48. [func] isc_task_create() no longer takes an mctx.
8a198fa776a09beb4dabf40b73a54d9c7bd70ac9Evan Hunt isc_task_mem() has been eliminated.
8a198fa776a09beb4dabf40b73a54d9c7bd70ac9Evan Hunt
8a198fa776a09beb4dabf40b73a54d9c7bd70ac9Evan Hunt 47. [func] A number of modules now use memory context reference
ce0a4906ad27a8743e4f59e8ea06433640d78e54Mark Andrews counting.
8a198fa776a09beb4dabf40b73a54d9c7bd70ac9Evan Hunt
8a198fa776a09beb4dabf40b73a54d9c7bd70ac9Evan Hunt 46. [func] Memory contexts are now reference counted.
0185a9358cb8324f44e114c6fd3cbbc4b9c507e4Francis Dupont Added isc_mem_inuse() and isc_mem_preallocate().
e11a0c114cdaf8f7e7832e9f1a011138248093a6Evan Hunt Renamed isc_mem_destroy_check() to
e11a0c114cdaf8f7e7832e9f1a011138248093a6Evan Hunt isc_mem_setdestroycheck().
0185a9358cb8324f44e114c6fd3cbbc4b9c507e4Francis Dupont
b47d410f8409294863f214542a05c92cbe86cf04Evan Hunt 45. [bug] The trusted-key statement incorrectly loaded keys.
0185a9358cb8324f44e114c6fd3cbbc4b9c507e4Francis Dupont
6ff7cd9fa57e8f8092c08df8f9ceccbffb6b19c9Francis Dupont 44. [bug] Don't include authority data if it would force us
6ff7cd9fa57e8f8092c08df8f9ceccbffb6b19c9Francis Dupont to unset the AD bit in the message.
0185a9358cb8324f44e114c6fd3cbbc4b9c507e4Francis Dupont
f77148e02902a96bddd5948e594bd4be2efe67ffFrancis Dupont 43. [bug] DNSSEC verification of cached rdatasets was failing.
f77148e02902a96bddd5948e594bd4be2efe67ffFrancis Dupont
0185a9358cb8324f44e114c6fd3cbbc4b9c507e4Francis Dupont 42. [cleanup] Simplified logging of messages with embedded domain
0185a9358cb8324f44e114c6fd3cbbc4b9c507e4Francis Dupont names by introducing a new convenience function
a91029a00e83e3933046cc9354357bccaa66c272Francis Dupont dns_name_format().
a91029a00e83e3933046cc9354357bccaa66c272Francis Dupont
a91029a00e83e3933046cc9354357bccaa66c272Francis Dupont 41. [func] Use PR_SET_KEEPCAPS on Linux 2.3.99-pre3 and later
05b1ab91a62c09b052cdd9641355671997430d15Evan Hunt to allow 'named' to run as a non-root user while
05b1ab91a62c09b052cdd9641355671997430d15Evan Hunt retaining the ability to bind() to privileged
05b1ab91a62c09b052cdd9641355671997430d15Evan Hunt ports.
03e5afa4c09d57f85a007149999619e87f501138Evan Hunt
03e5afa4c09d57f85a007149999619e87f501138Evan Hunt 40. [func] Introduced new logging category "dnssec" and
03e5afa4c09d57f85a007149999619e87f501138Evan Hunt logging module "dns/validator".
03e5afa4c09d57f85a007149999619e87f501138Evan Hunt
03e5afa4c09d57f85a007149999619e87f501138Evan Hunt 39. [cleanup] Moved the typedefs for isc_region_t, isc_textregion_t,
03e5afa4c09d57f85a007149999619e87f501138Evan Hunt and isc_lex_t to <isc/types.h>.
03e5afa4c09d57f85a007149999619e87f501138Evan Hunt
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt 38. [bug] TSIG signed incoming zone transfers work now.
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt 37. [bug] If the first RR in an incoming zone transfer was
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt not an SOA, the server died with an assertion failure
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt instead of just reporting an error.
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt 36. [cleanup] Change DNS_R_SUCCESS (and others) to ISC_R_SUCCESS
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt 35. [performance] Log messages which are of a level too high to be
0f66aced2640d964aeb6db41210711ba0640d7f2Evan Hunt logged by any channel in the logging configuration
8ebf67b7f0aeea7ef8c6e034c57a1dc57a7b216aEvan Hunt will not cause the log mutex to be locked.
8ebf67b7f0aeea7ef8c6e034c57a1dc57a7b216aEvan Hunt
8ebf67b7f0aeea7ef8c6e034c57a1dc57a7b216aEvan Hunt 34. [bug] Recursion was allowed even with 'recursion no'.
7c25b5f311a5a97ba3e9323956507f551c9b3b53Shawn Routhier
9eba1cf5e5420aeded5ed380d9942269fbde90f1Mark Andrews 33. [func] The RBT now maintains a parent pointer at each node.
7c25b5f311a5a97ba3e9323956507f551c9b3b53Shawn Routhier
597642c0baaf66172ca44104ed5a18957a969748Evan Hunt 32. [cleanup] bin/lwresd/client.c needs <string.h> for memset()
597642c0baaf66172ca44104ed5a18957a969748Evan Hunt prototype.
597642c0baaf66172ca44104ed5a18957a969748Evan Hunt
597642c0baaf66172ca44104ed5a18957a969748Evan Hunt 31. [bug] Use ${LIBTOOL} to compile bin/named/main.@O@.
597642c0baaf66172ca44104ed5a18957a969748Evan Hunt
d3a6cd7c7e13707d0c26e1af0e026dd6c22c5e99Evan Hunt 30. [func] config file grammer change to support optional
d3a6cd7c7e13707d0c26e1af0e026dd6c22c5e99Evan Hunt class type for a view.
d3a6cd7c7e13707d0c26e1af0e026dd6c22c5e99Evan Hunt
845bb3195a4f50d438ec0fcd5d79593010314319Evan Hunt 29. [func] support new config file view options:
845bb3195a4f50d438ec0fcd5d79593010314319Evan Hunt
845bb3195a4f50d438ec0fcd5d79593010314319Evan Hunt auth-nxdomain recursion query-source
d8680445d6212d5552ea8a22fd2f9951b11c4b10Tatuya JINMEI 神明達哉 query-source-v6 transfer-source
d8680445d6212d5552ea8a22fd2f9951b11c4b10Tatuya JINMEI 神明達哉 transfer-source-v6 max-transfer-time-out
d8680445d6212d5552ea8a22fd2f9951b11c4b10Tatuya JINMEI 神明達哉 max-transfer-idle-out transfer-format
9ead684875ab0ab5fdb8b5dd837a88f7dbd0e01dEvan Hunt request-ixfr provide-ixfr cleaning-interval
9ead684875ab0ab5fdb8b5dd837a88f7dbd0e01dEvan Hunt fetch-glue notify rfc2308-type1 lame-ttl
687b6322fb189c41c3672226a59461cc5c24c087Evan Hunt max-ncache-ttl min-roots
687b6322fb189c41c3672226a59461cc5c24c087Evan Hunt
687b6322fb189c41c3672226a59461cc5c24c087Evan Hunt 28. [func] support lame-ttl, min-roots and serial-queries
57fb4f7bbec88bc6431a39d4a10f82c265798b1fMark Andrews config global options.
57fb4f7bbec88bc6431a39d4a10f82c265798b1fMark Andrews
57fb4f7bbec88bc6431a39d4a10f82c265798b1fMark Andrews 27. [bug] Only include <netinet6/in6.h> on BSD/OS 4.[01]*.
57fb4f7bbec88bc6431a39d4a10f82c265798b1fMark Andrews Including it on other platforms (eg, NetBSD) can
5b77627c09dea9a65a70d2a0b95a22ff75b3ac04Mark Andrews cause a forced #error from the C preprocessor.
5b77627c09dea9a65a70d2a0b95a22ff75b3ac04Mark Andrews
5b77627c09dea9a65a70d2a0b95a22ff75b3ac04Mark Andrews 26. [func] new match-clients statement in config file view.
288486df9df0c5a39b3c3d625c7f133d9a8e69fbMark Andrews
288486df9df0c5a39b3c3d625c7f133d9a8e69fbMark Andrews 25. [bug] make install failed to install <isc/log.h> and
5773d3c007c0c065f83480aa17e61bea728221f9Mark Andrews <isc/ondestroy.h>.
5773d3c007c0c065f83480aa17e61bea728221f9Mark Andrews
5773d3c007c0c065f83480aa17e61bea728221f9Mark Andrews 24. [cleanup] Eliminate some unnecessary #includes of header
85c5ed3577655f4f710f0af5ee93edd71c336055Evan Hunt files from header files.
85c5ed3577655f4f710f0af5ee93edd71c336055Evan Hunt
85c5ed3577655f4f710f0af5ee93edd71c336055Evan Hunt 23. [cleanup] Provide more context in log messages about client
0faf1492c711ddb063efda9f3f03b7afa938cff8Francis Dupont requests, using a new function ns_client_log().
0faf1492c711ddb063efda9f3f03b7afa938cff8Francis Dupont
0faf1492c711ddb063efda9f3f03b7afa938cff8Francis Dupont 22. [bug] SIGs weren't returned in the answer section when
0faf1492c711ddb063efda9f3f03b7afa938cff8Francis Dupont the query resulted in a fetch.
0faf1492c711ddb063efda9f3f03b7afa938cff8Francis Dupont
bd31f734eec1884bd14024a232eb3ad3b0b86489Evan Hunt 21. [port] Look at STD_CINCLUDES after CINCLUDES during
bd31f734eec1884bd14024a232eb3ad3b0b86489Evan Hunt compilation, so additional system include directories
c656722ea789f512132d5df9a613bea5717dbe3aMark Andrews can be searched but header files in the bind9 source
1361014b02f11cf8de8725d1770a3dccbc1c8975Evan Hunt tree with conflicting names take precedence. This
1361014b02f11cf8de8725d1770a3dccbc1c8975Evan Hunt avoids issues with installed versions of dnssafe and
ce0a4906ad27a8743e4f59e8ea06433640d78e54Mark Andrews openssl.
40ad4ed01be1cace49a62214d11ef1309b3029a0Evan Hunt
40ad4ed01be1cace49a62214d11ef1309b3029a0Evan Hunt 20. [func] Configuration file post-load validation of zones
b09559fd36c5081ffaf58ab64bdef170c1a720f1Evan Hunt failed if there were no zones.
b09559fd36c5081ffaf58ab64bdef170c1a720f1Evan Hunt
b09559fd36c5081ffaf58ab64bdef170c1a720f1Evan Hunt 19. [bug] dns_zone_notifyreceive() failed to unlock the zone
aa3415ba49c7f322845ee3dd59c2d0159f37bb34Evan Hunt lock in certain error cases.
aa3415ba49c7f322845ee3dd59c2d0159f37bb34Evan Hunt
aa3415ba49c7f322845ee3dd59c2d0159f37bb34Evan Hunt 18. [bug] Use AC_TRY_LINK rather than AC_TRY_COMPILE in
c9630524c7560b27784fca6e456e652ff41ae7f1Mark Andrews configure.in to check for presence of in6addr_any.
c9630524c7560b27784fca6e456e652ff41ae7f1Mark Andrews
c656722ea789f512132d5df9a613bea5717dbe3aMark Andrews 17. [func] Do configuration file post-load validation of zones.
4e55893d307162770fbd7e0967043f0aef9d7583Evan Hunt
4e55893d307162770fbd7e0967043f0aef9d7583Evan Hunt 16. [bug] put quotes around key names on config file
4e55893d307162770fbd7e0967043f0aef9d7583Evan Hunt output to avoid possible keyword clashes.
4e55893d307162770fbd7e0967043f0aef9d7583Evan Hunt
1aaedde67b42c433324eecb76ee379ca0ccda294Mark Andrews 15. [func] Add dns_name_dupwithoffsets(). This function is
4e55893d307162770fbd7e0967043f0aef9d7583Evan Hunt improves comparison performance for duped names.
0da859c5a7f17298577616577197cc6c857e4579Evan Hunt
0da859c5a7f17298577616577197cc6c857e4579Evan Hunt 14. [bug] free_rbtdb() could have 'put' unallocated memory in
0da859c5a7f17298577616577197cc6c857e4579Evan Hunt an unlikely error path.
19a6c40c37cd22a07b29542a5cc5c8986c1fbf57Evan Hunt
19a6c40c37cd22a07b29542a5cc5c8986c1fbf57Evan Hunt 13. [bug] lib/dns/master.c and lib/dns/xfrin.c didn't ignore
19a6c40c37cd22a07b29542a5cc5c8986c1fbf57Evan Hunt out-of-zone data.
9de98fbbbee124bbb8d609669cfaff17ec7a36e0Evan Hunt
9de98fbbbee124bbb8d609669cfaff17ec7a36e0Evan Hunt 12. [bug] Fixed possible unitialized variable error.
9de98fbbbee124bbb8d609669cfaff17ec7a36e0Evan Hunt
28f4cd0a4503b91d7a48ed4d157347b251ae5686Mark Andrews 11. [bug] axfr_rrstream_first() didn't check the result code of
c221360e9f511be38c1385b9a647ebd7dceb8b42Mark Andrews db_rr_iterator_first(), possibly causing an assertion
28f4cd0a4503b91d7a48ed4d157347b251ae5686Mark Andrews to be triggered later.
485a435efecda961aa117b63d8e02494a5e11e37Mark Andrews
bc04d6ec155564b7f0c0171ac88e9e5918366c9dEvan Hunt 10. [bug] A bug in the code which makes EDNS0 OPT records in
bc04d6ec155564b7f0c0171ac88e9e5918366c9dEvan Hunt bin/named/client.c and lib/dns/resolver.c could
bc04d6ec155564b7f0c0171ac88e9e5918366c9dEvan Hunt trigger an assertion.
16de5dbc7178b7fe8a9d4beb9ff50778cc8d3847Evan Hunt
16de5dbc7178b7fe8a9d4beb9ff50778cc8d3847Evan Hunt 9. [cleanup] replaced bit-setting code in confctx.c and replaced
b8b602f89be848d44472df92320e9d88213a1411Evan Hunt repeated code with macro calls.
b8b602f89be848d44472df92320e9d88213a1411Evan Hunt
b8b602f89be848d44472df92320e9d88213a1411Evan Hunt 8. [bug] Shutdown of incoming zone transfer accessed
12178c86525332bb0ab66155feb61fbf32eca6acEvan Hunt freed memory.
12178c86525332bb0ab66155feb61fbf32eca6acEvan Hunt
12178c86525332bb0ab66155feb61fbf32eca6acEvan Hunt 7. [cleanup] removed 'listen-on' from view statement.
12178c86525332bb0ab66155feb61fbf32eca6acEvan Hunt
d601ef9e8914bc914220865328de64cb4b6cec67Evan Hunt 6. [bug] quote RR names when generating config file to
d601ef9e8914bc914220865328de64cb4b6cec67Evan Hunt prevent possible clash with config file keywords
d601ef9e8914bc914220865328de64cb4b6cec67Evan Hunt (such as 'key').
71ba75c604df3604673232828a68bb28c420e698Mark Andrews
71ba75c604df3604673232828a68bb28c420e698Mark Andrews 5. [func] syntax change to named.conf file: new ssu grant/deny
71ba75c604df3604673232828a68bb28c420e698Mark Andrews statements must now be enclosed by an 'update-policy'
71ba75c604df3604673232828a68bb28c420e698Mark Andrews block.
71ba75c604df3604673232828a68bb28c420e698Mark Andrews
3d17a3ba61a303d5c4d9867068d0fbe9f24d2988Mark Andrews 4. [port] bin/named/unix/os.c didn't compile on systems with
9eba1cf5e5420aeded5ed380d9942269fbde90f1Mark Andrews linux 2.3 kernel includes due to conflicts between
3d17a3ba61a303d5c4d9867068d0fbe9f24d2988Mark Andrews C library includes and the kernel includes. We now
3d17a3ba61a303d5c4d9867068d0fbe9f24d2988Mark Andrews get only what we need from <linux/capability.h>, and
3d17a3ba61a303d5c4d9867068d0fbe9f24d2988Mark Andrews avoid pulling in other linux kernel .h files.
3d17a3ba61a303d5c4d9867068d0fbe9f24d2988Mark Andrews
3d17a3ba61a303d5c4d9867068d0fbe9f24d2988Mark Andrews 3. [bug] TKEYs go in the answer section of responses, not
3d17a3ba61a303d5c4d9867068d0fbe9f24d2988Mark Andrews the additional section.
3d17a3ba61a303d5c4d9867068d0fbe9f24d2988Mark Andrews
c656722ea789f512132d5df9a613bea5717dbe3aMark Andrews 2. [bug] Generating cryptographic randomness failed on
3d17a3ba61a303d5c4d9867068d0fbe9f24d2988Mark Andrews systems without /dev/random.
3d17a3ba61a303d5c4d9867068d0fbe9f24d2988Mark Andrews
5d850024cb41fdcb0b85efd3f7997bc52e6b33e8Mark Andrews 1. [bug] The installdirs rule in
5d850024cb41fdcb0b85efd3f7997bc52e6b33e8Mark Andrews lib/isc/unix/include/isc/Makefile.in had a typo which
5d850024cb41fdcb0b85efd3f7997bc52e6b33e8Mark Andrews prevented the isc directory from being created if it
5d850024cb41fdcb0b85efd3f7997bc52e6b33e8Mark Andrews didn't exist.
5d850024cb41fdcb0b85efd3f7997bc52e6b33e8Mark Andrews
8e4f3f1cbceef520ba889270c993de0ac376a2a7Evan Hunt --- 9.0.0b2 released ---
8e4f3f1cbceef520ba889270c993de0ac376a2a7Evan Hunt
8e4f3f1cbceef520ba889270c993de0ac376a2a7Evan Hunt# This tells Emacs to use hard tabs in this file.
8e4f3f1cbceef520ba889270c993de0ac376a2a7Evan Hunt# Local Variables:
c656722ea789f512132d5df9a613bea5717dbe3aMark Andrews# indent-tabs-mode: t
e6dda86e8b18ca24db86bd6cd986fdcbfda3f06aEvan Hunt# End:
e6dda86e8b18ca24db86bd6cd986fdcbfda3f06aEvan Hunt