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