CHANGES revision 79a6a33184abff1999ba13b10922ccb34a2758a5
c313914d0e66b20969215e519bbf2ab4ecf39512Tinderbox User1246. [func] New functions isc_sockaddr_issitelocal(),
c80e152862cc3e3207dc837fde7116bd4c0e4b9dTinderbox User isc_sockaddr_islinklocal(), isc_netaddr_issitelocal()
c80e152862cc3e3207dc837fde7116bd4c0e4b9dTinderbox User and isc_netaddr_islinklocal().
8d1b3ceb4d491ce32572f1702f37ed585eede993Evan Hunt
8d1b3ceb4d491ce32572f1702f37ed585eede993Evan Hunt1245. [bug] Treat ENOBUFS, ENOMEM and ENFILE as soft errors for
d77cb075aae5595e460e3299bfc1e8ea5d42b560Evan Hunt accept().
d77cb075aae5595e460e3299bfc1e8ea5d42b560Evan Hunt
30ca20f720ad0887772a79e7abb25b4fa0e4b5b0Mark Andrews1244. [bug] Receiving a TCP message from a blackhole address would
30ca20f720ad0887772a79e7abb25b4fa0e4b5b0Mark Andrews prevent further messages being received over that
30ca20f720ad0887772a79e7abb25b4fa0e4b5b0Mark Andrews interface.
30ca20f720ad0887772a79e7abb25b4fa0e4b5b0Mark Andrews
30ca20f720ad0887772a79e7abb25b4fa0e4b5b0Mark Andrews1243. [bug] It was possible to trigger a REQUIRE() in
701a93f5a592e4652343e049aa495d409c3ee133Mark Andrews dns_message_findtype(). [RT #2659]
7ec97ae74e42ec21b354fd2d1366313b41d947d6Evan Hunt
701a93f5a592e4652343e049aa495d409c3ee133Mark Andrews1242. [bug] named-checkzone failed if a journal existed. [RT #2657]
701a93f5a592e4652343e049aa495d409c3ee133Mark Andrews
002f1373374a0b72fc0329baa682917929bef168Tony Finch1241. [bug] Drop received UDP messsages with a zero source port
002f1373374a0b72fc0329baa682917929bef168Tony Finch as these are invariably forged. [RT #2621]
8f1ed05dc0aae7ae6c3da6ec6d405df61257a61eMark Andrews
8f1ed05dc0aae7ae6c3da6ec6d405df61257a61eMark Andrews1240. [bug] It was possible to leak zone references by
8f1ed05dc0aae7ae6c3da6ec6d405df61257a61eMark Andrews specifying an incorrect zone to rndc.
8f1ed05dc0aae7ae6c3da6ec6d405df61257a61eMark Andrews
8f1ed05dc0aae7ae6c3da6ec6d405df61257a61eMark Andrews1239. [bug] Under certain circumstances named could continue to
73cf0ba4e82c6baef638ecc4e31321223f841d28Mark Andrews use a name after it had been freed triggering
73cf0ba4e82c6baef638ecc4e31321223f841d28Mark Andrews INSIST() failures. [RT #2614]
73cf0ba4e82c6baef638ecc4e31321223f841d28Mark Andrews
d8351dfc9b725b0d727be7acab6247d7d501d9a0Mark Andrews1238. [bug] It is possible to lockup the server when shutting down
d8351dfc9b725b0d727be7acab6247d7d501d9a0Mark Andrews if notifies were being processed. [RT #2591]
d8351dfc9b725b0d727be7acab6247d7d501d9a0Mark Andrews
3a29ce9c08dd31709c73e7187aebda0d360c537bEvan Hunt1237. [bug] nslookup: "set q=type" failed.
3a29ce9c08dd31709c73e7187aebda0d360c537bEvan Hunt
5c78f1f50e53d8e2ed51a187efc2c9a0f43b4b1bMark Andrews1236. [bug] dns_rdata{class,type}_fromtext() didn't handle non
f1740da065d4555039fe8bb53beb4153e3f94de3Mark Andrews NULL terminated text regions. [RT #2588]
f1740da065d4555039fe8bb53beb4153e3f94de3Mark Andrews
f1740da065d4555039fe8bb53beb4153e3f94de3Mark Andrews1235. [func] Report 'out of memory' errors from openssl.
31c7ab4fb3f7710af87dc9c3d64c5daf9a3dea35Mark Andrews
31c7ab4fb3f7710af87dc9c3d64c5daf9a3dea35Mark Andrews1234. [bug] contrib/sdb: 'zonetodb' failed to call
31c7ab4fb3f7710af87dc9c3d64c5daf9a3dea35Mark Andrews dns_result_register(). DNS_R_SEENINCLUDE should not
31c7ab4fb3f7710af87dc9c3d64c5daf9a3dea35Mark Andrews be fatal.
31c7ab4fb3f7710af87dc9c3d64c5daf9a3dea35Mark Andrews
ad309e8dfa0601d6053aaa12770a98a6940f89deEvan Hunt1233. [bug] The flags field of a KEY record can be expressed in
ad309e8dfa0601d6053aaa12770a98a6940f89deEvan Hunt hex as well as decimal.
635e4351b04fd61ca6d853bdac6268c090b55129Mark Andrews
635e4351b04fd61ca6d853bdac6268c090b55129Mark Andrews1232. [bug] unix/errno2result() didn't handle EADDRNOTAVAIL.
fc04365d2f83f197c8a54545dd9cd4ce6a209940Mark Andrews
fc04365d2f83f197c8a54545dd9cd4ce6a209940Mark Andrews1231. [port] HPUX 11.11 recvmsg() can return spurious EADDRNOTAVAIL.
7cbac360bf98c0a52b2d6866ad887616c32d4d3aMark Andrews
7cbac360bf98c0a52b2d6866ad887616c32d4d3aMark Andrews1230. [bug] isccc_cc_isreply() and isccc_cc_isack() were broken.
7cbac360bf98c0a52b2d6866ad887616c32d4d3aMark Andrews
1cf118a656f5fd210787908b845362077fc507f8Evan Hunt1229. [bug] named would crash if it received a TSIG signed
1cf118a656f5fd210787908b845362077fc507f8Evan Hunt query as part of an AXFR response. [RT #2570]
1cf118a656f5fd210787908b845362077fc507f8Evan Hunt
1cf118a656f5fd210787908b845362077fc507f8Evan Hunt1228. [bug] 'make install' did not depend on 'make all'. [RT #2559]
1cf118a656f5fd210787908b845362077fc507f8Evan Hunt
1cf118a656f5fd210787908b845362077fc507f8Evan Hunt1227. [bug] dns_lex_getmastertoken() now returns ISC_R_BADNUMBER
1cf118a656f5fd210787908b845362077fc507f8Evan Hunt if a number was expected and some other token was
1cf118a656f5fd210787908b845362077fc507f8Evan Hunt found. [RT#2532]
6fb3db01acad7f5c1f4e23789fb0f2ce56cc07deMukund Sivaraman
6fb3db01acad7f5c1f4e23789fb0f2ce56cc07deMukund Sivaraman1226. [func] Use EDNS for zone refresh queries. [RT #2551]
6fb3db01acad7f5c1f4e23789fb0f2ce56cc07deMukund Sivaraman
fd82c70695888c134287b8018296028c252d100eMukund Sivaraman1225. [func] dns_message_setopt() no longer requires that
fd82c70695888c134287b8018296028c252d100eMukund Sivaraman dns_message_renderbegin() to have been called.
fd82c70695888c134287b8018296028c252d100eMukund Sivaraman
fd82c70695888c134287b8018296028c252d100eMukund Sivaraman1234. [bug] 'rrset-order' and 'sortlist' should be additive
4a53e3c2b83c476a93148eaee0272649beb221caMark Andrews not exclusive.
4a53e3c2b83c476a93148eaee0272649beb221caMark Andrews
4a53e3c2b83c476a93148eaee0272649beb221caMark Andrews1223. [func] 'rrset-order' partially works 'cyclic' and 'random'
2cf0fe3b8092f64f8f68ae3693fe2e73e90ad1a4Mark Andrews are supported.
2cf0fe3b8092f64f8f68ae3693fe2e73e90ad1a4Mark Andrews
2cf0fe3b8092f64f8f68ae3693fe2e73e90ad1a4Mark Andrews1222. [bug] Specifying 'port *' did not always result in a system
2cf0fe3b8092f64f8f68ae3693fe2e73e90ad1a4Mark Andrews selected (non-reserved) port being used. [RT #2537]
4221d9cd1d02311fbf9b5f08a038f5af78b10b4aEvan Hunt
4221d9cd1d02311fbf9b5f08a038f5af78b10b4aEvan Hunt1221. [bug] Zone types 'master', 'slave' and 'stub' were not being
4221d9cd1d02311fbf9b5f08a038f5af78b10b4aEvan Hunt compared case insensitively. [RT #2542]
4221d9cd1d02311fbf9b5f08a038f5af78b10b4aEvan Hunt
4221d9cd1d02311fbf9b5f08a038f5af78b10b4aEvan Hunt1220. [func] Support for APL rdata type.
f9c410d93711fbf312a0162f1e2d3f2a5ede69afFrancis Dupont
f9c410d93711fbf312a0162f1e2d3f2a5ede69afFrancis Dupont1219. [func] Named now reports the TSIG extended error code when
f9c410d93711fbf312a0162f1e2d3f2a5ede69afFrancis Dupont signature verification fails. [RT #1651]
f9c410d93711fbf312a0162f1e2d3f2a5ede69afFrancis Dupont
e526027287b849f0b6ab6e069156697cbafa22c1Michał Kępień1218. [bug] Named incorrectly returned SERVFAIL rather than
e526027287b849f0b6ab6e069156697cbafa22c1Michał Kępień NOTAUTH when there was a TSIG BADTIME error. [RT #2519]
e526027287b849f0b6ab6e069156697cbafa22c1Michał Kępień
e526027287b849f0b6ab6e069156697cbafa22c1Michał Kępień1217. [func] Report locations of previous key definition when a
929329d2d66a7e1083c70a9c918381935bf12799Mukund Sivaraman duplicate is detected.
929329d2d66a7e1083c70a9c918381935bf12799Mukund Sivaraman
929329d2d66a7e1083c70a9c918381935bf12799Mukund Sivaraman1216. [bug] Multiple server clauses for the same server were not
7e1a62eea2e4ba9d6c3fc718e679b965fa514f69Mark Andrews reported. [RT #2514]
ec29d217ba3a2bf3e617a7b5b6708ae221bee999Mark Andrews
ec29d217ba3a2bf3e617a7b5b6708ae221bee999Mark Andrews1215. [port] solaris: add support to ifconfig.sh for x86 2.5.1
afefd754734f896bf3e0590177fff83e7cdfdf35Mark Andrews
afefd754734f896bf3e0590177fff83e7cdfdf35Mark Andrews1214. [bug] Win32: isc_file_renameunique() could leave zero length
afefd754734f896bf3e0590177fff83e7cdfdf35Mark Andrews files behind.
f0353a586c2bfbae999193cb644b6bc94c7944d8Mark Andrews
f0353a586c2bfbae999193cb644b6bc94c7944d8Mark Andrews1213. [func] Report view associated with client if it is not a
7ff28f5befbee76048a23e504dcd3f9a44ce6209Evan Hunt standard view (_default or _bind).
7ff28f5befbee76048a23e504dcd3f9a44ce6209Evan Hunt
7ff28f5befbee76048a23e504dcd3f9a44ce6209Evan Hunt1212. [port] libbind: 64k answer buffers were causing stack space
7ff28f5befbee76048a23e504dcd3f9a44ce6209Evan Hunt to be exceeded for certain OS. Use heap space instead.
7ff28f5befbee76048a23e504dcd3f9a44ce6209Evan Hunt
7ff28f5befbee76048a23e504dcd3f9a44ce6209Evan Hunt1211. [bug] dns_name_fromtext() incorrectly handled certain
7ff28f5befbee76048a23e504dcd3f9a44ce6209Evan Hunt valid octal bitlabels. [RT #2483]
7ff28f5befbee76048a23e504dcd3f9a44ce6209Evan Hunt
7ff28f5befbee76048a23e504dcd3f9a44ce6209Evan Hunt1210. [bug] libbind: getnameinfo() failed to lookup IPv4 mapped /
7ff28f5befbee76048a23e504dcd3f9a44ce6209Evan Hunt compatible addresses. [RT #2461]
cad79077bd5b2616bc4a7a6b3cbc0953bef8917fMark Andrews
cad79077bd5b2616bc4a7a6b3cbc0953bef8917fMark Andrews1209. [bug] Dig, host, nslookup were not checking the message ids
cad79077bd5b2616bc4a7a6b3cbc0953bef8917fMark Andrews on the responses. [RT #2454]
cad79077bd5b2616bc4a7a6b3cbc0953bef8917fMark Andrews
adfe58e8e5cd1890585e92b67f1fd01989a1fa7dMark Andrews1208. [bug] dns_master_load*() failed to log a error message if
adfe58e8e5cd1890585e92b67f1fd01989a1fa7dMark Andrews an error was detected when parsing the ownername of
adfe58e8e5cd1890585e92b67f1fd01989a1fa7dMark Andrews a record. [RT #2448]
c3237dec879f82855403ff7e3ba87b298172efd5Mark Andrews
c3237dec879f82855403ff7e3ba87b298172efd5Mark Andrews1207. [bug] libbind: getaddrinfo() could call freeaddrinfo() with
c3237dec879f82855403ff7e3ba87b298172efd5Mark Andrews an invalid pointer.
c3237dec879f82855403ff7e3ba87b298172efd5Mark Andrews
c3237dec879f82855403ff7e3ba87b298172efd5Mark Andrews1206. [bug] SERVFAIL and NOTIMP responses to an EDNS query should
cb616c6d5c2ece1fac37fa6e0bca2b53d4043098Mark Andrews trigger a non-EDNS retry.
cb616c6d5c2ece1fac37fa6e0bca2b53d4043098Mark Andrews
cb616c6d5c2ece1fac37fa6e0bca2b53d4043098Mark Andrews1205. [bug] OPT, TSIG and TKEY cannot be used to set the "class"
c0a2210466dec0cc81ebf2ffbe21693b57b9c29cMark Andrews of the message. [RT #2449]
c0a2210466dec0cc81ebf2ffbe21693b57b9c29cMark Andrews
c0a2210466dec0cc81ebf2ffbe21693b57b9c29cMark Andrews1204. [bug] libbind: res_nupdate() failed to update the name
534057c9f91a3eb6e0541f3526459c716239b337Mark Andrews server addresses before sending the update.
534057c9f91a3eb6e0541f3526459c716239b337Mark Andrews
534057c9f91a3eb6e0541f3526459c716239b337Mark Andrews1203. [func] Report locations of previous acl and zone definitions
0f14b041328c062b1fa391887376388dfc8b2fe5Mark Andrews when a duplicate is detected.
0f14b041328c062b1fa391887376388dfc8b2fe5Mark Andrews
0f14b041328c062b1fa391887376388dfc8b2fe5Mark Andrews1202. [func] New functions: cfg_obj_line() and cfg_obj_file().
0f14b041328c062b1fa391887376388dfc8b2fe5Mark Andrews
f7f4730e563a2749629fe7fef4cd9513cd2bfab7Mark Andrews1201. [bug] Require that if 'callbacks' is passed to
f7f4730e563a2749629fe7fef4cd9513cd2bfab7Mark Andrews dns_rdata_fromtext(), callbacks->error and
1848d38f441ebf70ab21f6151bc3487a92d25b63Mark Andrews callbacks->warn are initialized.
1848d38f441ebf70ab21f6151bc3487a92d25b63Mark Andrews
2d82ed9456e72dc4373bea19d63411afe1c48962Mark Andrews1200. [bug] Log 'errno' that we are unable to convert to
2d82ed9456e72dc4373bea19d63411afe1c48962Mark Andrews isc_result_t. [RT #2404]
2d82ed9456e72dc4373bea19d63411afe1c48962Mark Andrews
a5a1cbece45e6ca68aafe3b9b995eac6b0f45dd2Mark Andrews1199. [doc] ARM reference to RFC 2157 should have been RFC 1918.
a5a1cbece45e6ca68aafe3b9b995eac6b0f45dd2Mark Andrews [RT #2436]
0d6328ce5f6b799f8e7c6cbbb3b965cf29bfb7baMark Andrews
0d6328ce5f6b799f8e7c6cbbb3b965cf29bfb7baMark Andrews1198. [bug] OPT printing style was not consistant with the way the
0d6328ce5f6b799f8e7c6cbbb3b965cf29bfb7baMark Andrews header fields are printed. The DO bit was not reported
e01ef6f01c7e8f80122cd80a2e011425a0135489Mark Andrews if set. Report if any of the MBZ bits are set.
677f507de7c546c187c1505c48bc7b440545485cMark Andrews
677f507de7c546c187c1505c48bc7b440545485cMark Andrews1197. [bug] Attempts to define the same acl multiple times were not
677f507de7c546c187c1505c48bc7b440545485cMark Andrews detected.
124cc0660c7eff8021c2422fb47441e9ca08b3f9Tinderbox User
e01ef6f01c7e8f80122cd80a2e011425a0135489Mark Andrews1196. [contrib] update mdnkit to 2.2.3.
677f507de7c546c187c1505c48bc7b440545485cMark Andrews
677f507de7c546c187c1505c48bc7b440545485cMark Andrews1195. [bug] Attempts to redefine builtin acls should be caught.
677f507de7c546c187c1505c48bc7b440545485cMark Andrews [RT #2403]
677f507de7c546c187c1505c48bc7b440545485cMark Andrews
677f507de7c546c187c1505c48bc7b440545485cMark Andrews1194. [bug] Not all duplicate zone definitions were being detected
677f507de7c546c187c1505c48bc7b440545485cMark Andrews at the named.conf checking stage. [RT #2431]
bf459d24a117ae2c54c37016430b41cd6d73491cMark Andrews
bf459d24a117ae2c54c37016430b41cd6d73491cMark Andrews1193. [bug] dig +besteffort parsing didn't handle packet
bf459d24a117ae2c54c37016430b41cd6d73491cMark Andrews truncation. dns_message_parse() has new flag
677f507de7c546c187c1505c48bc7b440545485cMark Andrews DNS_MESSAGE_IGNORETRUNCATION.
677f507de7c546c187c1505c48bc7b440545485cMark Andrews
677f507de7c546c187c1505c48bc7b440545485cMark Andrews1192. [bug] The seconds fields in LOC records were restricted
bf459d24a117ae2c54c37016430b41cd6d73491cMark Andrews to three decimal places. More decimal places should
f53e0bda467d96dfeeba1b4da30c37b37766bb75Evan Hunt be allowed but warned about.
f53e0bda467d96dfeeba1b4da30c37b37766bb75Evan Hunt
f53e0bda467d96dfeeba1b4da30c37b37766bb75Evan Hunt1191. [bug] A dynamic update removing the last non-apex name in
f53e0bda467d96dfeeba1b4da30c37b37766bb75Evan Hunt a secure zone would fail. [RT #2399]
f53e0bda467d96dfeeba1b4da30c37b37766bb75Evan Hunt
81e3e3084980afcd61416f572c6e72d38a3808abMichał Kępień1190. [func] Add the "rndc freeze" and "rndc unfreeze" commands.
81e3e3084980afcd61416f572c6e72d38a3808abMichał Kępień [RT #2394]
81e3e3084980afcd61416f572c6e72d38a3808abMichał Kępień
81e3e3084980afcd61416f572c6e72d38a3808abMichał Kępień1189. [bug] On some systems, malloc(0) returns NULL, which
64d7fa3ec4785b390665860aa6bdae304b3c1d24Mark Andrews could cause the caller to report an out of memory
64d7fa3ec4785b390665860aa6bdae304b3c1d24Mark Andrews error. [RT #2398]
64d7fa3ec4785b390665860aa6bdae304b3c1d24Mark Andrews
64d7fa3ec4785b390665860aa6bdae304b3c1d24Mark Andrews1188. [bug] Dynamic updates of a signed zone would fail if
64d7fa3ec4785b390665860aa6bdae304b3c1d24Mark Andrews some of the zone private keys were unavailable.
64d7fa3ec4785b390665860aa6bdae304b3c1d24Mark Andrews
75505befa93c993aa5d2df24a2b64eac0c34cbffMark Andrews1187. [bug] named was incorrectly returning DNSSEC records
75505befa93c993aa5d2df24a2b64eac0c34cbffMark Andrews in negative responses when the DO bit was not set.
75505befa93c993aa5d2df24a2b64eac0c34cbffMark Andrews
a38f07c73790170842e4523b4a474d01ca0dede1Michał Kępień1186. [bug] isc_hex_tobuffer(,,length = 0) failed to unget the
a38f07c73790170842e4523b4a474d01ca0dede1Michał Kępień EOL token when reading to end of line.
a38f07c73790170842e4523b4a474d01ca0dede1Michał Kępień
39d5523a8afc73cbdb4fa426de2ce071267a5d6fMark Andrews1185. [bug] libbind: don't assume statp->_u._ext.ext is valid
39d5523a8afc73cbdb4fa426de2ce071267a5d6fMark Andrews unless RES_INIT is set when calling res_*init().
39d5523a8afc73cbdb4fa426de2ce071267a5d6fMark Andrews
39d5523a8afc73cbdb4fa426de2ce071267a5d6fMark Andrews1184. [bug] libbind: call res_ndestroy() if RES_INIT is set
1f4a3c7088594d1b64cd734eb69e1fd023fde8bfMichał Kępień when res_*init() is called.
1f4a3c7088594d1b64cd734eb69e1fd023fde8bfMichał Kępień
1f4a3c7088594d1b64cd734eb69e1fd023fde8bfMichał Kępień1183. [bug] Handle ENOSR error when writing to the internal
91827e6fd3851a5fe129ef5409ff45833ca01a0eMark Andrews control pipe. [RT #2395]
91827e6fd3851a5fe129ef5409ff45833ca01a0eMark Andrews
91827e6fd3851a5fe129ef5409ff45833ca01a0eMark Andrews1182. [bug] The server could throw an assertion failure when
35aae5884f410180706a89a9715bf9a85eeeb4b7Michał Kępień constructing a negative response packet.
35aae5884f410180706a89a9715bf9a85eeeb4b7Michał Kępień
35aae5884f410180706a89a9715bf9a85eeeb4b7Michał Kępień1181. [func] Add the "key-directory" configuration statement,
57b1d64d9ae12d56973716e96f9743a00d47af4aMichał Kępień which allows the server to look for online signing
57b1d64d9ae12d56973716e96f9743a00d47af4aMichał Kępień keys in alternate directories.
57b1d64d9ae12d56973716e96f9743a00d47af4aMichał Kępień
2d517e233ff3b3fcd272eb5b2e2d3db6d31a1681Michał Kępień1180. [func] dnssec-keygen should always generate keys with
2d517e233ff3b3fcd272eb5b2e2d3db6d31a1681Michał Kępień protocol 3 (DNSSEC), since it's less confusing
2d517e233ff3b3fcd272eb5b2e2d3db6d31a1681Michał Kępień that way.
09c3efda414314d7edcfb2aed9463fb935fc95a6Mark Andrews
09c3efda414314d7edcfb2aed9463fb935fc95a6Mark Andrews1179. [func] Add SIG(0) support to nsupdate.
86d2f9abc8493321aacb0d540485de4d562fb734Mark Andrews
86d2f9abc8493321aacb0d540485de4d562fb734Mark Andrews1178. [func] Follow and cache (if appropriate) A6 and other
86d2f9abc8493321aacb0d540485de4d562fb734Mark Andrews data chains to completion in the additional section.
86d2f9abc8493321aacb0d540485de4d562fb734Mark Andrews
86d2f9abc8493321aacb0d540485de4d562fb734Mark Andrews1177. [func] Report view when loading zones if it is not a
86d2f9abc8493321aacb0d540485de4d562fb734Mark Andrews standard view (_default or _bind). [RT #2270]
86d2f9abc8493321aacb0d540485de4d562fb734Mark Andrews
86d2f9abc8493321aacb0d540485de4d562fb734Mark Andrews1176. [doc] Document that allow-v6-synthesis is only performed
09c3efda414314d7edcfb2aed9463fb935fc95a6Mark Andrews for clients that are supplied recursive service.
86d2f9abc8493321aacb0d540485de4d562fb734Mark Andrews [RT #2260]
c7e57ce1b0bca9bc7da14bec485f7a7e3e4c761fMichał Kępień
c7e57ce1b0bca9bc7da14bec485f7a7e3e4c761fMichał Kępień1175. [bug] named-checkzone and named-checkconf failed to call
c7e57ce1b0bca9bc7da14bec485f7a7e3e4c761fMichał Kępień dns_result_register() at startup which could
3ed16e796dba90c96933c8a8a3f5b9404d8d3e61Mark Andrews result in runtime exceptions when printing
3ed16e796dba90c96933c8a8a3f5b9404d8d3e61Mark Andrews "out of memory" errors. [RT #2335]
3ed16e796dba90c96933c8a8a3f5b9404d8d3e61Mark Andrews
14d8a144779b54b103d2da741a2242bf5f9052f7Mark Andrews1174. [bug] Win32: add WSAECONNRESET to the expected errors
14d8a144779b54b103d2da741a2242bf5f9052f7Mark Andrews from connect(). [RT #2308]
14d8a144779b54b103d2da741a2242bf5f9052f7Mark Andrews
70e041bea19b6ad9522b89c2299ad315a2deaafdMark Andrews1173. [bug] Potential memory leaks in isc_log_create() and
70e041bea19b6ad9522b89c2299ad315a2deaafdMark Andrews isc_log_settag(). [RT #2336]
70e041bea19b6ad9522b89c2299ad315a2deaafdMark Andrews
67247b4a8304bac790648a351a95b8b0f4c512a6Mark Andrews1172. [doc] Add CERT, GPOS, KX, NAPTR, NSAP, PX and TXT to
67247b4a8304bac790648a351a95b8b0f4c512a6Mark Andrews table of RR types in ARM.
eeb919b6f572e033d97cf001e4cd44aaff54e5dcMichał Kępień
eeb919b6f572e033d97cf001e4cd44aaff54e5dcMichał Kępień1171. [func] Added function isc_region_compare(), updated files in
eeb919b6f572e033d97cf001e4cd44aaff54e5dcMichał Kępień lib/dns to use this function instead of local one.
a55438eda32ecebf43ead45b216662b7923a465fMark Andrews
a55438eda32ecebf43ead45b216662b7923a465fMark Andrews1170. [bug] Don't attempt to print the token when a I/O error
a55438eda32ecebf43ead45b216662b7923a465fMark Andrews occurs when parsing named.conf. [RT #2275]
8de17f83cafa91a5720dd0b8c1aee5f47f6d7f09Evan Hunt
8de17f83cafa91a5720dd0b8c1aee5f47f6d7f09Evan Hunt1169. [func] Identify recursive queries in the query log.
8de17f83cafa91a5720dd0b8c1aee5f47f6d7f09Evan Hunt
9789e54e55b61b669fb31a8b70e9655e8357dda2Mark Andrews1168. [bug] Empty also-notify clauses were not handled. [RT #2309]
9789e54e55b61b669fb31a8b70e9655e8357dda2Mark Andrews
f8362536c647625e602c8450a778a2b7ba90c9f4Mark Andrews1167. [contrib] nslint-2.1a3 (from author).
f8362536c647625e602c8450a778a2b7ba90c9f4Mark Andrews
f8362536c647625e602c8450a778a2b7ba90c9f4Mark Andrews1166. [bug] "Not Implemented" should be reported as NOTIMP,
24231e53a5c3079431f84dcddfee1e761fec7329Mark Andrews not NOTIMPL. [RT #2281]
24231e53a5c3079431f84dcddfee1e761fec7329Mark Andrews
24231e53a5c3079431f84dcddfee1e761fec7329Mark Andrews1165. [bug] We were rejecting notify-source{-v6} in zone clauses.
24231e53a5c3079431f84dcddfee1e761fec7329Mark Andrews
4b669b69bae7dedda2faa09a7ade247499c1d49cMichał Kępień1164. [bug] Empty masters clauses in slave / stub zones were not
4b669b69bae7dedda2faa09a7ade247499c1d49cMichał Kępień handled gracefully. [RT #2262]
4b669b69bae7dedda2faa09a7ade247499c1d49cMichał Kępień
4b669b69bae7dedda2faa09a7ade247499c1d49cMichał Kępień1163. [func] isc_time_formattimestamp() now includes the year.
eb11b39981689e4a20fbe95e533577eacab992b4Mukund Sivaraman
eb11b39981689e4a20fbe95e533577eacab992b4Mukund Sivaraman1162. [bug] The allow-notify option was not accepted in slave
eb11b39981689e4a20fbe95e533577eacab992b4Mukund Sivaraman zone statements.
8daeae9b01a2b7eb9fd6511b352b03bd7d96ae79Michał Kępień
8daeae9b01a2b7eb9fd6511b352b03bd7d96ae79Michał Kępień1161. [bug] named-checkzone looped on unbalanced brackets.
e7c0f978425f45731b08be1363f20626b0344f23Evan Hunt [RT #2248]
e7c0f978425f45731b08be1363f20626b0344f23Evan Hunt
01967d183990e44752fe61f193dab9c04c3afd9cEvan Hunt1160. [bug] Generating Diffie-Hellman keys longer than 1024
01967d183990e44752fe61f193dab9c04c3afd9cEvan Hunt bits could fail. [RT #2241]
01967d183990e44752fe61f193dab9c04c3afd9cEvan Hunt
575e9d9e4b6beaae688f107814a320b91243a4b2Mark Andrews1159. [bug] MD and MF are not permitted to be loaded by RFC1123.
575e9d9e4b6beaae688f107814a320b91243a4b2Mark Andrews
575e9d9e4b6beaae688f107814a320b91243a4b2Mark Andrews1158. [func] Report the client's address when logging notify
575e9d9e4b6beaae688f107814a320b91243a4b2Mark Andrews messages.
7c442d7fe06bc95432af7513764e5cc85e133648Evan Hunt
7c442d7fe06bc95432af7513764e5cc85e133648Evan Hunt1157. [func] match-clients and match-destinations now accept
7c442d7fe06bc95432af7513764e5cc85e133648Evan Hunt keys. [RT #2045]
7c442d7fe06bc95432af7513764e5cc85e133648Evan Hunt
5e1ca7a326741a8f74e6f2b907c7e1fbf428bf80Michał Kępień1156. [port] The configure test for strsep() incorrectly
5e1ca7a326741a8f74e6f2b907c7e1fbf428bf80Michał Kępień succeeded on certain patched versions of
5e1ca7a326741a8f74e6f2b907c7e1fbf428bf80Michał Kępień AIX 4.3.3. [RT #2190]
5e1ca7a326741a8f74e6f2b907c7e1fbf428bf80Michał Kępień
ba93bc80a7bce5ba07b2f98e68f0f57402f2459cMark Andrews1155. [func] Recover from master files being removed from under
ba93bc80a7bce5ba07b2f98e68f0f57402f2459cMark Andrews us.
8ed107eab48687887d45a1ceb18b712bc7209dbaTinderbox User
ba93bc80a7bce5ba07b2f98e68f0f57402f2459cMark Andrews1154. [bug] Don't attempt to obtain the netmask of a interface
5f103158280fb2e814db305f917aa42040221623Mark Andrews if there is no address configured. [RT #2176]
5f103158280fb2e814db305f917aa42040221623Mark Andrews
5f103158280fb2e814db305f917aa42040221623Mark Andrews1153. [func] 'rndc {stop|halt} -p' now reports the process id
5f103158280fb2e814db305f917aa42040221623Mark Andrews of the instance of named being shutdown.
e5715e1fe12e5ad17522bd41c31e637c869d27b7Evan Hunt
e5715e1fe12e5ad17522bd41c31e637c869d27b7Evan Hunt1152. [bug] libbind: read buffer overflows.
b7b76d6b855cd4c1152c26d34fb61af05f965c5eEvan Hunt
b7b76d6b855cd4c1152c26d34fb61af05f965c5eEvan Hunt1151. [bug] nslookup failed to check that the arguments to
b7b76d6b855cd4c1152c26d34fb61af05f965c5eEvan Hunt the port, timeout, and retry options were
b7b76d6b855cd4c1152c26d34fb61af05f965c5eEvan Hunt valid integers and in range. [RT #2099]
764e2f3413ca89d09abffb3eb228c8c820bf08b8Mark Andrews
764e2f3413ca89d09abffb3eb228c8c820bf08b8Mark Andrews1150. [bug] named incorrectly accepted TTL values
764e2f3413ca89d09abffb3eb228c8c820bf08b8Mark Andrews containing plus or minus signs, such as
764e2f3413ca89d09abffb3eb228c8c820bf08b8Mark Andrews 1d+1h-1s.
a06198688faca5c7bc1a35ec0ec18bc68c07691cEvan Hunt
a06198688faca5c7bc1a35ec0ec18bc68c07691cEvan Hunt1149. [func] New function isc_parse_uint32().
a06198688faca5c7bc1a35ec0ec18bc68c07691cEvan Hunt
50433a667cf0ed3ac7807768b745b0d870ff8c8bMark Andrews1148. [func] 'rndc-confgen -a' now provides positive feedback.
50433a667cf0ed3ac7807768b745b0d870ff8c8bMark Andrews
3c12bec945ee71a38c5ba6f624abd12e2da7eea5Mark Andrews1147. [func] Set IPV6_V6ONLY on IPv6 sockets if supported by
3c12bec945ee71a38c5ba6f624abd12e2da7eea5Mark Andrews the OS. listen-on-v6 { any; }; should no longer
f44202ab640d22e17b4c74bdad7817622918bd27Mark Andrews result in IPv4 queries be accepted. Similarly
f44202ab640d22e17b4c74bdad7817622918bd27Mark Andrews control { inet :: ... }; should no longer result
f44202ab640d22e17b4c74bdad7817622918bd27Mark Andrews in IPv4 connections being accepted. This can be
ad9772c559c6aa42f8930f4acf1a2d833a08040aMichał Kępień overridden at compile time by defining
ad9772c559c6aa42f8930f4acf1a2d833a08040aMichał Kępień ISC_ALLOW_MAPPED=1.
ad9772c559c6aa42f8930f4acf1a2d833a08040aMichał Kępień
ad9772c559c6aa42f8930f4acf1a2d833a08040aMichał Kępień1146. [func] Allow IPV6_IPV6ONLY to be set/cleared on a socket if
5d7d67f82a8913fae5f1098e111fe50edb86cd5bEvan Hunt supported by the OS by a new function
5d7d67f82a8913fae5f1098e111fe50edb86cd5bEvan Hunt isc_socket_ipv6only().
5d7d67f82a8913fae5f1098e111fe50edb86cd5bEvan Hunt
6216df5ccded056abd5db4abac4e5cbd78c73f45Evan Hunt1145. [func] "host" no longer reports a NOERROR/NODATA response
6216df5ccded056abd5db4abac4e5cbd78c73f45Evan Hunt by printing nothing. [RT #2065]
6216df5ccded056abd5db4abac4e5cbd78c73f45Evan Hunt
6216df5ccded056abd5db4abac4e5cbd78c73f45Evan Hunt1144. [bug] rndc-confgen would crash if both the -a and -t
6216df5ccded056abd5db4abac4e5cbd78c73f45Evan Hunt options were specified. [RT #2159]
6216df5ccded056abd5db4abac4e5cbd78c73f45Evan Hunt
6216df5ccded056abd5db4abac4e5cbd78c73f45Evan Hunt1143. [bug] When a trusted-keys statement was present and named
56e30ebae6fdb0bdf94419caff3a43fb2d16c5dfEvan Hunt was built without crypto support, it would leak memory.
56e30ebae6fdb0bdf94419caff3a43fb2d16c5dfEvan Hunt
56e30ebae6fdb0bdf94419caff3a43fb2d16c5dfEvan Hunt1142. [bug] dnssec-signzone would fail to delete temporary files
56e30ebae6fdb0bdf94419caff3a43fb2d16c5dfEvan Hunt in some failure cases. [RT #2144]
56e30ebae6fdb0bdf94419caff3a43fb2d16c5dfEvan Hunt
c85920c0b4b2d4dc605c0b1d355881925bf410afMark Andrews1141. [bug] When named rejected a control message, it would
c85920c0b4b2d4dc605c0b1d355881925bf410afMark Andrews leak a file descriptor and memory. It would also
0612274565d80e0ad87a19920e561cce5bddb05bEvan Hunt fail to respond, causing rndc to hang.
0612274565d80e0ad87a19920e561cce5bddb05bEvan Hunt [RT #2139, #2164]
0612274565d80e0ad87a19920e561cce5bddb05bEvan Hunt
0612274565d80e0ad87a19920e561cce5bddb05bEvan Hunt1140. [bug] rndc-confgen did not accept IPv6 addresses as arguments
f592d2f76cac7115038124c510d2ba3050334b4dEvan Hunt to the -s option. [RT #2138]
f592d2f76cac7115038124c510d2ba3050334b4dEvan Hunt
f592d2f76cac7115038124c510d2ba3050334b4dEvan Hunt1139. [func] It is now possible to flush a given name from the
f592d2f76cac7115038124c510d2ba3050334b4dEvan Hunt cache(s) via 'rndc flushname name [view]'. [RT #2051]
f592d2f76cac7115038124c510d2ba3050334b4dEvan Hunt
4ee1fbe056e812e661b856b4b448296331a40249Michał Kępień1138. [func] It is now possible to flush a given name from the
4ee1fbe056e812e661b856b4b448296331a40249Michał Kępień cache by calling the new function
1c8aa38b53a0494fc7d4c3439594d1913987f264Mark Andrews dns_cache_flushname().
1c8aa38b53a0494fc7d4c3439594d1913987f264Mark Andrews
1c8aa38b53a0494fc7d4c3439594d1913987f264Mark Andrews1137. [func] It is now possible to flush a given name from the
1c8aa38b53a0494fc7d4c3439594d1913987f264Mark Andrews ADB by calling the new function dns_adb_flushname().
1c8aa38b53a0494fc7d4c3439594d1913987f264Mark Andrews
43d53a4e4b2f0f9482485a8ab764137a9898ab32Evan Hunt1136. [bug] CNAME records synthesized from DNAMEs did not
43d53a4e4b2f0f9482485a8ab764137a9898ab32Evan Hunt have a TTL of zero as required by RFC2672.
43d53a4e4b2f0f9482485a8ab764137a9898ab32Evan Hunt [RT #2129]
b1ce9b3d54cd072adb5275f08a9afac31cfb4c1cMichał Kępień
b1ce9b3d54cd072adb5275f08a9afac31cfb4c1cMichał Kępień1135. [func] You can now override the default syslog() facility for
b1ce9b3d54cd072adb5275f08a9afac31cfb4c1cMichał Kępień named/lwresd at compile time. [RT #1982]
b1ce9b3d54cd072adb5275f08a9afac31cfb4c1cMichał Kępień
b1ce9b3d54cd072adb5275f08a9afac31cfb4c1cMichał Kępień1134. [bug] Multithreaded servers could deadlock in ferror()
b1ce9b3d54cd072adb5275f08a9afac31cfb4c1cMichał Kępień when reloading zone files. [RT #1951, #1998]
b1ce9b3d54cd072adb5275f08a9afac31cfb4c1cMichał Kępień
b1ce9b3d54cd072adb5275f08a9afac31cfb4c1cMichał Kępień1133. [bug] IN6_IS_ADDR_LOOPBACK was not portably defined on
b1ce9b3d54cd072adb5275f08a9afac31cfb4c1cMichał Kępień platforms without IN6_IS_ADDR_LOOPBACK. [RT #2106]
5fa4be41a383cfbf5e1d195b18c04bdbf5603710Evan Hunt
5fa4be41a383cfbf5e1d195b18c04bdbf5603710Evan Hunt1132. [func] Improve UPDATE prerequisite failure diagnotic messages.
5fa4be41a383cfbf5e1d195b18c04bdbf5603710Evan Hunt
2732d4922c2e72a399204320791acfd2fd3d6c7cMark Andrews1131. [bug] The match-destinations view option did not work with
2732d4922c2e72a399204320791acfd2fd3d6c7cMark Andrews IPv6 destinations. [RT #2073, #2074]
2732d4922c2e72a399204320791acfd2fd3d6c7cMark Andrews
24ffba17f06746257d5c009ca8ebfe6043966d20Evan Hunt1130. [bug] Log messages reporting an out-of-range serial number
24ffba17f06746257d5c009ca8ebfe6043966d20Evan Hunt did not include the out-of-range number but the
24ffba17f06746257d5c009ca8ebfe6043966d20Evan Hunt following token. [RT #2076]
24ffba17f06746257d5c009ca8ebfe6043966d20Evan Hunt
24ffba17f06746257d5c009ca8ebfe6043966d20Evan Hunt1129. [bug] Multithreaded servers could crash under heavy
21d58795b10a13fa7ac306f7146bdcb58b2e5165Mark Andrews resolution load due to a race condition. [RT #2018]
21d58795b10a13fa7ac306f7146bdcb58b2e5165Mark Andrews
d5bd8bb71a8970d4ebc4701b3e9ec3efef4954b7Evan Hunt1128. [func] sdb drivers can now provide RR data in either text
d5bd8bb71a8970d4ebc4701b3e9ec3efef4954b7Evan Hunt or wire format, the latter using the new functions
d5bd8bb71a8970d4ebc4701b3e9ec3efef4954b7Evan Hunt dns_sdb_putrdata() and dns_sdb_putnamedrdata().
d5bd8bb71a8970d4ebc4701b3e9ec3efef4954b7Evan Hunt
d5bd8bb71a8970d4ebc4701b3e9ec3efef4954b7Evan Hunt1127. [func] rndc: If the server to contact has multiple addresses,
d5bd8bb71a8970d4ebc4701b3e9ec3efef4954b7Evan Hunt try all of them.
d5bd8bb71a8970d4ebc4701b3e9ec3efef4954b7Evan Hunt
ad1317338af79edad878c9c3e4361798503310baMark Andrews1126. [bug] The server could access a freed event if shut
ad1317338af79edad878c9c3e4361798503310baMark Andrews down while a client start event was pending
9519bb92d7f3f35015aecb84954dd21607cc2c80Evan Hunt delivery. [RT #2061]
9519bb92d7f3f35015aecb84954dd21607cc2c80Evan Hunt
9519bb92d7f3f35015aecb84954dd21607cc2c80Evan Hunt1125. [bug] rndc: -k option was missing from usage message.
1c81aef28ddf0905344cc58dd3ea0ca539ef1414Evan Hunt [RT #2057]
1c81aef28ddf0905344cc58dd3ea0ca539ef1414Evan Hunt
1c81aef28ddf0905344cc58dd3ea0ca539ef1414Evan Hunt1124. [doc] dig: +[no]dnssec, +[no]besteffort and +[no]fail
1c81aef28ddf0905344cc58dd3ea0ca539ef1414Evan Hunt are now documented. [RT #2052]
da1f585afa8c103508c759142d6aed4edae6936eMark Andrews
da1f585afa8c103508c759142d6aed4edae6936eMark Andrews1123. [bug] dig +[no]fail did not match description. [RT #2052]
da1f585afa8c103508c759142d6aed4edae6936eMark Andrews
a8fa3e2d44ce6a8f4069d8f4229d29f5ba6a4a27Mukund Sivaraman1122. [tuning] Resolution timeout reduced from 90 to 30 seconds.
a8fa3e2d44ce6a8f4069d8f4229d29f5ba6a4a27Mukund Sivaraman [RT #2046]
a8fa3e2d44ce6a8f4069d8f4229d29f5ba6a4a27Mukund Sivaraman
d71d41341d36ddfd347daab982f0cb85d3dd7c4eMark Andrews1121. [bug] The server could attempt to access a NULL zone
d71d41341d36ddfd347daab982f0cb85d3dd7c4eMark Andrews table if shut down while resolving.
d72952cf254b71c44e5e956a306016a5be9b9c38Mark Andrews [RT #1587, #2054]
d72952cf254b71c44e5e956a306016a5be9b9c38Mark Andrews
aae171c5421ac2ba665ff122e004e753e62bac45Mark Andrews1120. [bug] Errors in options were not fatal. [RT #2002]
aae171c5421ac2ba665ff122e004e753e62bac45Mark Andrews
6b183c64a3281491f8232959a5ece303b4499706Mark Andrews1119. [func] Added support in Win32 for NTFS file/directory ACL's
6b183c64a3281491f8232959a5ece303b4499706Mark Andrews for access control.
5a8f2f0cd67a5dd93d95e6a0935d4805721c3a0bMichał Kępień
5a8f2f0cd67a5dd93d95e6a0935d4805721c3a0bMichał Kępień1118. [bug] On multithreaded servers, a race condition
5a8f2f0cd67a5dd93d95e6a0935d4805721c3a0bMichał Kępień could cause an assertion failure in resolver.c
5a8f2f0cd67a5dd93d95e6a0935d4805721c3a0bMichał Kępień during resolver shutdown. [RT #2029]
5a8f2f0cd67a5dd93d95e6a0935d4805721c3a0bMichał Kępień
e2cc7418bf895d22854d84590b63905fac0d4b90Mark Andrews1117. [port] The configure check for in6addr_loopback incorrectly
e2cc7418bf895d22854d84590b63905fac0d4b90Mark Andrews succeeded on AIX 4.3 when compiling with -O2
36ec0d374836d070ba05b495e6f0a27f60e94476Evan Hunt because the test code was optimized away.
36ec0d374836d070ba05b495e6f0a27f60e94476Evan Hunt [RT #2016]
36ec0d374836d070ba05b495e6f0a27f60e94476Evan Hunt
e446fd29b9c6c4a7b6b5bb0aee3932578c346718Mukund Sivaraman1116. [bug] Setting transfers in a server clause, transfers-in,
f896f7c8be894a737998b97008a1389e72972fcfMukund Sivaraman or transfers-per-ns to a value greater than
e446fd29b9c6c4a7b6b5bb0aee3932578c346718Mukund Sivaraman 2147483647 disabled transfers. [RT #2002]
027a4a5b5d806290146ce4989d34be2c8a664e8cMukund Sivaraman
027a4a5b5d806290146ce4989d34be2c8a664e8cMukund Sivaraman1115. [func] Set maximum values for cleaning-interval,
b5252fcde512405a68dd4becfe683d9763bd0feaMukund Sivaraman heartbeat-interval, interface-interval,
b5252fcde512405a68dd4becfe683d9763bd0feaMukund Sivaraman max-transfer-idle-in, max-transfer-idle-out,
b5252fcde512405a68dd4becfe683d9763bd0feaMukund Sivaraman max-transfer-time-in, max-transfer-time-out,
b5252fcde512405a68dd4becfe683d9763bd0feaMukund Sivaraman statistics-interval of 28 days and
b5252fcde512405a68dd4becfe683d9763bd0feaMukund Sivaraman sig-validity-interval of 3660 days. [RT #2002]
99056063905a9273ec59cf477ae747e0490182b7Mukund Sivaraman
99056063905a9273ec59cf477ae747e0490182b7Mukund Sivaraman1114. [port] Ignore more accept() errors. [RT #2021]
99056063905a9273ec59cf477ae747e0490182b7Mukund Sivaraman
62f2fefaec754e6a4841ff0e72726e6c0cd89c86Michał Kępień1113. [bug] The allow-update-forwarding option was ignored
62f2fefaec754e6a4841ff0e72726e6c0cd89c86Michał Kępień when specified in a view. [RT #2014]
62f2fefaec754e6a4841ff0e72726e6c0cd89c86Michał Kępień
62f2fefaec754e6a4841ff0e72726e6c0cd89c86Michał Kępień1112. [placeholder]
b351a5864727a390e06d787e522b141ca760590fMichał Kępień
b351a5864727a390e06d787e522b141ca760590fMichał Kępień1111. [bug] Multithreaded servers could deadlock processing
b351a5864727a390e06d787e522b141ca760590fMichał Kępień recursive queries due to a locking hieararchy
b351a5864727a390e06d787e522b141ca760590fMichał Kępień violation in adb.c. [RT #2017]
b351a5864727a390e06d787e522b141ca760590fMichał Kępień
b351a5864727a390e06d787e522b141ca760590fMichał Kępień1110. [bug] dig should only accept valid abbreviations of +options.
b351a5864727a390e06d787e522b141ca760590fMichał Kępień [RT #2003]
8008de0b11bacb3de3a1016c8c0a46f3c0653184Mark Andrews
8008de0b11bacb3de3a1016c8c0a46f3c0653184Mark Andrews1109. [bug] nsupdate accepted illegal ttl values.
8008de0b11bacb3de3a1016c8c0a46f3c0653184Mark Andrews
8008de0b11bacb3de3a1016c8c0a46f3c0653184Mark Andrews1108. [bug] On Win32, rndc was hanging when named was not running
8008de0b11bacb3de3a1016c8c0a46f3c0653184Mark Andrews due to failure to select for exceptional conditions
7b4bfc0201ffbcd64a336b99c945891808c44af0Mark Andrews in select(). [RT #1870]
7b4bfc0201ffbcd64a336b99c945891808c44af0Mark Andrews
b815731d05220f932315eb33a97c6dc888c6a026Tinderbox User1107. [bug] nsupdate could catch an assertion failure if an
7cd594b8427fe742d44295790ba367e1de22a47dEvan Hunt invalid domain name was given as the argument to
7cd594b8427fe742d44295790ba367e1de22a47dEvan Hunt the "zone" command.
7cd594b8427fe742d44295790ba367e1de22a47dEvan Hunt
c76e8412f4ff4f5945157410312df2a8950f942dMark Andrews1106. [bug] After seeing an out of range TTL, nsupdate would
c76e8412f4ff4f5945157410312df2a8950f942dMark Andrews treat all TTLs as out of range. [RT #2001]
a2a0100e0fc73c0af67a7c9e3524816954448dc6Evan Hunt
a2a0100e0fc73c0af67a7c9e3524816954448dc6Evan Hunt1105. [port] OpenUNIX 8 enable threads by default. [RT #1970]
a2a0100e0fc73c0af67a7c9e3524816954448dc6Evan Hunt
a2a0100e0fc73c0af67a7c9e3524816954448dc6Evan Hunt1104. [bug] Invalid arguments to the transfer-format option
1feffc6fdb1ba386b22d45ea2d2f1613e717cb9eMark Andrews could cause an assertion failure. [RT #1995]
1feffc6fdb1ba386b22d45ea2d2f1613e717cb9eMark Andrews
1feffc6fdb1ba386b22d45ea2d2f1613e717cb9eMark Andrews1103. [port] OpenUNIX 8 support (ifconfig.sh). [RT #1970]
22bed621ef87bc8b6c1fea599b02c4b38dd6bf48Mark Andrews
22bed621ef87bc8b6c1fea599b02c4b38dd6bf48Mark Andrews1102. [doc] Note that query logging is enabled by directing the
22bed621ef87bc8b6c1fea599b02c4b38dd6bf48Mark Andrews queries category to a channel.
68d7ff133c9a1b8cfe683c70e997d83395ffd155Evan Hunt
68d7ff133c9a1b8cfe683c70e997d83395ffd155Evan Hunt1101. [bug] Array bounds read error in lwres_gai_strerror.
68d7ff133c9a1b8cfe683c70e997d83395ffd155Evan Hunt
e5f5675b1da287ed40aeff081ad2af86090e8d17Evan Hunt1100. [bug] libbind: DNSSEC key ids were computed incorrectly.
e5f5675b1da287ed40aeff081ad2af86090e8d17Evan Hunt
e5f5675b1da287ed40aeff081ad2af86090e8d17Evan Hunt1099. [cleanup] libbind: defining REPORT_ERRORS in lib/bind/dst caused
29f0ced781d745591fd058e530a68a281cd7a510Evan Hunt compile time errors.
29f0ced781d745591fd058e530a68a281cd7a510Evan Hunt
29f0ced781d745591fd058e530a68a281cd7a510Evan Hunt1098. [bug] libbind: HMAC-MD5 key files are now mode 0600.
b9fd54f8d4572fe5dcaf9d4b74f6ecb8027cc450Evan Hunt
b9fd54f8d4572fe5dcaf9d4b74f6ecb8027cc450Evan Hunt1097. [func] libbind: RES_PRF_TRUNC for dig.
b9fd54f8d4572fe5dcaf9d4b74f6ecb8027cc450Evan Hunt
fcb5e646e4d775539e348fa21ba13307f2695bf5Mark Andrews1096. [func] libbind: "DNSSEC OK" (DO) support.
fcb5e646e4d775539e348fa21ba13307f2695bf5Mark Andrews
fcb5e646e4d775539e348fa21ba13307f2695bf5Mark Andrews1095. [func] libbind: resolver option: no-tld-query. disables
a22c3cf51567651f74aee5c263c597b8d752c2ccMichał Kępień trying unqualified as a tld. no_tld_query is also
a22c3cf51567651f74aee5c263c597b8d752c2ccMichał Kępień supported for FreeBSD compatability.
a22c3cf51567651f74aee5c263c597b8d752c2ccMichał Kępień
a22c3cf51567651f74aee5c263c597b8d752c2ccMichał Kępień1094. [func] libbind: add support gcc's format string checking.
b301c4293c082fcce4ec26218e6fad346976eb9eMark Andrews
b301c4293c082fcce4ec26218e6fad346976eb9eMark Andrews1093. [doc] libbind: miscellaneous nroff fixes.
b301c4293c082fcce4ec26218e6fad346976eb9eMark Andrews
5c4e0c7800b5c7783e7f8b9ce80a6f8dc47f8856Mark Andrews1092. [bug] libbind: get*by*() failed to check if res_init() had
5c4e0c7800b5c7783e7f8b9ce80a6f8dc47f8856Mark Andrews been called.
5c4e0c7800b5c7783e7f8b9ce80a6f8dc47f8856Mark Andrews
6e1f755f19ef244422e1efa4551fe23775e1a38cMark Andrews1091. [bug] libbind: misplaced va_end().
6e1f755f19ef244422e1efa4551fe23775e1a38cMark Andrews
6e1f755f19ef244422e1efa4551fe23775e1a38cMark Andrews1090. [bug] libbind: dns_ho.c:add_hostent() was not returning
435a7cd2293dfa9264678508762ab9acb8d41e50Mark Andrews the amount of memory consumed resulting in garbage
435a7cd2293dfa9264678508762ab9acb8d41e50Mark Andrews address being returned. Alignment calculations were
435a7cd2293dfa9264678508762ab9acb8d41e50Mark Andrews wasting space. We weren't suppressing duplicate
b7a823a402eb5c4e99f283e58d778a903d2e72f5Michał Kępień addresses.
b7a823a402eb5c4e99f283e58d778a903d2e72f5Michał Kępień
b7a823a402eb5c4e99f283e58d778a903d2e72f5Michał Kępień1089. [func] libbind: inet_{cidr,net}_{pton,ntop}() now have IPv6
c46c8e5c56ec4e81a39632e0036f20a6a3c18b8bMark Andrews support.
031bc55634f443c7c70fbf44c6ac6d8abe72f22bEvan Hunt
031bc55634f443c7c70fbf44c6ac6d8abe72f22bEvan Hunt1088. [port] libbind: MPE/iX C.70 (incomplete)
031bc55634f443c7c70fbf44c6ac6d8abe72f22bEvan Hunt
a64daf673deff2358a91bee26bbf2bf874f47c6eMark Andrews1087. [bug] libbind: struct __res_state too large on 64 bit arch.
a64daf673deff2358a91bee26bbf2bf874f47c6eMark Andrews
a64daf673deff2358a91bee26bbf2bf874f47c6eMark Andrews1086. [port] libbind: sunos: old sprintf.
0aadc6dd7b719539445e7a0a058b15dd9d982a9bMichał Kępień
0aadc6dd7b719539445e7a0a058b15dd9d982a9bMichał Kępień1085. [port] libbind: solaris: sys_nerr and sys_errlist do not
0aadc6dd7b719539445e7a0a058b15dd9d982a9bMichał Kępień exist when compiling in 64 bit mode.
0aadc6dd7b719539445e7a0a058b15dd9d982a9bMichał Kępień
0aadc6dd7b719539445e7a0a058b15dd9d982a9bMichał Kępień1084. [cleanup] libbind: gai_strerror() re-written.
f20ff8b74d21fa3e3f071544f6fd060d015cf27eMichał Kępień
f20ff8b74d21fa3e3f071544f6fd060d015cf27eMichał Kępień1083. [bug] The default control channel listened on the
f20ff8b74d21fa3e3f071544f6fd060d015cf27eMichał Kępień wildcard adress, not the loopback as documented.
7ff682f3c628d785048bbe0242e6a32ea26c6747Michał Kępień [RT #1975]
7ff682f3c628d785048bbe0242e6a32ea26c6747Michał Kępień
7ff682f3c628d785048bbe0242e6a32ea26c6747Michał Kępień1082. [bug] The -g option to named incorrectly caused logging
7ff682f3c628d785048bbe0242e6a32ea26c6747Michał Kępień to be sent to syslog in addition to stderr.
e02fa56849131911e9554133b17a5325b37d0828Michał Kępień [RT #1974]
e02fa56849131911e9554133b17a5325b37d0828Michał Kępień
e02fa56849131911e9554133b17a5325b37d0828Michał Kępień1081. [bug] Multicast queries were incorrectly identified
abcea74291c37abf68be4e06997c59e5494f06adMark Andrews based on the source address, not the destination
abcea74291c37abf68be4e06997c59e5494f06adMark Andrews address.
abcea74291c37abf68be4e06997c59e5494f06adMark Andrews
d748d8a4afc200800f6289683361a393b15ba6bfMichał Kępień1080. [bug] BIND 8 compatibility: accept bare IP prefixes
d748d8a4afc200800f6289683361a393b15ba6bfMichał Kępień as the second element of a two-element top level
d748d8a4afc200800f6289683361a393b15ba6bfMichał Kępień sort list statement. [RT #1964]
cbb33c87f4bcf415c840acb61c9d4642c3c2a8e0Michał Kępień
cbb33c87f4bcf415c840acb61c9d4642c3c2a8e0Michał Kępień1079. [bug] BIND 8 compatibility: accept bare elements at top
cbb33c87f4bcf415c840acb61c9d4642c3c2a8e0Michał Kępień level of sort list treating them as if they were
324b00ad4950b00346f5ba2382a51709bd82afe9Mark Andrews a single element list. [RT #1963]
324b00ad4950b00346f5ba2382a51709bd82afe9Mark Andrews
296f5969a8dd6e3d1bb3761569c6a7070abd2e47Tinderbox User1078. [bug] We failed to correct bad tv_usec values in one case.
4dc6fa1e92af7a62875b6f6f2931beefd58cb4faEvan Hunt [RT #1966]
4dc6fa1e92af7a62875b6f6f2931beefd58cb4faEvan Hunt
4dc6fa1e92af7a62875b6f6f2931beefd58cb4faEvan Hunt1077. [func] Do not accept further recursive clients when
b81b178ab919bdbd92021cfc7e6e8d971cd38e83Mark Andrews the total number of of recursive lookups being
b81b178ab919bdbd92021cfc7e6e8d971cd38e83Mark Andrews processed exceeds max-recursive-clients, even
b81b178ab919bdbd92021cfc7e6e8d971cd38e83Mark Andrews if some of the lookups are internally generated.
bf216589c1a81e4431653a145b252b6ce367d7cdMark Andrews [RT #1915, #1938]
bf216589c1a81e4431653a145b252b6ce367d7cdMark Andrews
7dbeb5e7f067585abfb12fac314a0d2a8f0dd040Evan Hunt1076. [bug] A badly defined global key could trigger an assertion
7dbeb5e7f067585abfb12fac314a0d2a8f0dd040Evan Hunt on load/reload if views were used. [RT #1947]
6e10f87913db176724e89b52e686b0992898da75Mukund Sivaraman
6e10f87913db176724e89b52e686b0992898da75Mukund Sivaraman1075. [bug] Out-of-range network prefix lengths were not
6e10f87913db176724e89b52e686b0992898da75Mukund Sivaraman reported. [RT #1954]
6e10f87913db176724e89b52e686b0992898da75Mukund Sivaraman
6e10f87913db176724e89b52e686b0992898da75Mukund Sivaraman1074. [bug] Running out of memory in dump_rdataset() could
37f6466aa327a5b444e41c8cb57ab5caacfe6279Evan Hunt cause an assertion failure. [RT #1946]
37f6466aa327a5b444e41c8cb57ab5caacfe6279Evan Hunt
36babd3e630f507843c423207cbbbd4758d7cffaTinderbox User1073. [bug] The ADB cache cleaning should also be space driven.
37f6466aa327a5b444e41c8cb57ab5caacfe6279Evan Hunt [RT #1915, #1938]
4162d3b36d1a3c25724c7e37ce839f67b2352bbbMark Andrews
4162d3b36d1a3c25724c7e37ce839f67b2352bbbMark Andrews1072. [bug] The TCP client quota could be exceeded when
4162d3b36d1a3c25724c7e37ce839f67b2352bbbMark Andrews recursion occurred. [RT #1937]
ce6f0c122140647b5652c0d4de523c994fcfea08Michał Kępień
ce6f0c122140647b5652c0d4de523c994fcfea08Michał Kępień1071. [bug] Sockets listening for TCP DNS connections
f72f5879424ce4081893b306b8c31f29fe9205e0Evan Hunt specified an excessive listen backlog. [RT #1937]
f72f5879424ce4081893b306b8c31f29fe9205e0Evan Hunt
f72f5879424ce4081893b306b8c31f29fe9205e0Evan Hunt1070. [bug] Copy DNSSEC OK (DO) to response as specified by
f72f5879424ce4081893b306b8c31f29fe9205e0Evan Hunt draft-ietf-dnsext-dnssec-okbit-03.txt.
f72f5879424ce4081893b306b8c31f29fe9205e0Evan Hunt
1073e2001caee13cc1fa52de97feddd633d50fd8Evan Hunt1069. [placeholder]
1073e2001caee13cc1fa52de97feddd633d50fd8Evan Hunt
1073e2001caee13cc1fa52de97feddd633d50fd8Evan Hunt1068. [bug] errno could be overwritten by catgets(). [RT #1921]
1073e2001caee13cc1fa52de97feddd633d50fd8Evan Hunt
1073e2001caee13cc1fa52de97feddd633d50fd8Evan Hunt1067. [func] Allow quotas to be soft, isc_quota_soft().
78608b0a454246d0e1e0169f1d671b8427e48199Francis Dupont
11c4e6d8fcc9bc148543c1ee632315e096d2bcf2Michał Kępień1066. [bug] Provide a thread safe wrapper for strerror().
11c4e6d8fcc9bc148543c1ee632315e096d2bcf2Michał Kępień [RT #1689]
11c4e6d8fcc9bc148543c1ee632315e096d2bcf2Michał Kępień
59122481b2aa65de4518677c6949f03711d2553aEvan Hunt1065. [func] Runtime support to select new / old style interface
59122481b2aa65de4518677c6949f03711d2553aEvan Hunt scanning using ioctls.
59122481b2aa65de4518677c6949f03711d2553aEvan Hunt
59122481b2aa65de4518677c6949f03711d2553aEvan Hunt1064. [bug] Do not shut down active network interfaces if we
fe6d2fd8338d6f6ac4c79bea9a8daad903460040Evan Hunt are unable to scan the interface list. [RT #1921]
fe6d2fd8338d6f6ac4c79bea9a8daad903460040Evan Hunt
fe6d2fd8338d6f6ac4c79bea9a8daad903460040Evan Hunt1063. [bug] libbind: "make install" was failing on IRIX.
fe6d2fd8338d6f6ac4c79bea9a8daad903460040Evan Hunt [RT #1919]
05a456499af940762d6658366abafb220c5053ccMark Andrews
05a456499af940762d6658366abafb220c5053ccMark Andrews1062. [bug] If the control channel listener socket was shut
05a456499af940762d6658366abafb220c5053ccMark Andrews down before server exit, the listener object could
cb4e0ef4e2c8a942f99af6ecc6aa564c903b00a0Mark Andrews be freed twice. [RT #1916]
cb4e0ef4e2c8a942f99af6ecc6aa564c903b00a0Mark Andrews
cb4e0ef4e2c8a942f99af6ecc6aa564c903b00a0Mark Andrews1061. [bug] If periodic cache cleaning happened to start
cb4e0ef4e2c8a942f99af6ecc6aa564c903b00a0Mark Andrews while cleaning due to reaching the configured
e3efc855f9f0acc9b14bb8e9c833e0fa209068b6Mark Andrews maximum cache size was in progress, the server
e3efc855f9f0acc9b14bb8e9c833e0fa209068b6Mark Andrews could catch an assertion failure. [RT #1912]
e3efc855f9f0acc9b14bb8e9c833e0fa209068b6Mark Andrews
e56c0854589d936f911e0aac2f2bf53cbc8a6af7Michał Kępień1060. [func] Move refresh, stub and notify UDP retry processing
e56c0854589d936f911e0aac2f2bf53cbc8a6af7Michał Kępień into dns_request.
e56c0854589d936f911e0aac2f2bf53cbc8a6af7Michał Kępień
6727802528c27484e0d36d70f0b936022d3226e3Michał Kępień1059. [func] dns_request now support will now retry UDP queries,
6727802528c27484e0d36d70f0b936022d3226e3Michał Kępień dns_request_createvia2() and dns_request_createraw2().
6727802528c27484e0d36d70f0b936022d3226e3Michał Kępień
6727802528c27484e0d36d70f0b936022d3226e3Michał Kępień1058. [func] Limited lifetime ticker timers are now available,
4d41be5f9e86c11a6f00e2b005cfc5abae2c1ab3Mark Andrews isc_timertype_limited.
4d41be5f9e86c11a6f00e2b005cfc5abae2c1ab3Mark Andrews
bfde61d5194a534d800f3b90008d1f52261922c5Mark Andrews1057. [bug] Reloading the server after adding a "file" clause
bfde61d5194a534d800f3b90008d1f52261922c5Mark Andrews to a zone statement could cause the server to
bfde61d5194a534d800f3b90008d1f52261922c5Mark Andrews crash due to a typo in change 1016.
42ae02626d05921ca7508ae6f9c48ea699596bc6Mark Andrews
6b56350522d18f10edbf2d3778cd0fea74e4f3d2Mark Andrews1056. [bug] Rndc could catch an assertion failure on SIGINT due
6b56350522d18f10edbf2d3778cd0fea74e4f3d2Mark Andrews to an uninitialized variable. [RT #1908]
42ae02626d05921ca7508ae6f9c48ea699596bc6Mark Andrews
41caed6e2d7e9caace30e6c59f199ab6bd438f01Mark Andrews1055. [func] Version and hostname queries can now be disabled
16f43564c6875e2bedd346c18c494933ad51e4faMukund Sivaraman using "version none;" and "hostname none;",
16f43564c6875e2bedd346c18c494933ad51e4faMukund Sivaraman respectively.
16f43564c6875e2bedd346c18c494933ad51e4faMukund Sivaraman
16f43564c6875e2bedd346c18c494933ad51e4faMukund Sivaraman1054. [bug] On Win32, cfg_categories and cfg_modules need to be
16f43564c6875e2bedd346c18c494933ad51e4faMukund Sivaraman exported from the libisccfg DLL.
72b322cde0e51c4c87df0c9e3226deac95dfb4ceMark Andrews
72b322cde0e51c4c87df0c9e3226deac95dfb4ceMark Andrews1053. [bug] Dig did not increase its timeout when receiving
28ea558bc80f75e46d77ea0533232bb9d4e644f7Mark Andrews AXFRs unless the +time option was used. [RT #1904]
28ea558bc80f75e46d77ea0533232bb9d4e644f7Mark Andrews
8ed6c49f1a7f06d3ed39bee7731ff91d8dfd8dc7Mark Andrews1052. [bug] Journals were not being created in binary mode
8ed6c49f1a7f06d3ed39bee7731ff91d8dfd8dc7Mark Andrews resulting in "journal format not recognized" error
447dfe4f115b17274eabf1087f035634e1129bb9Mark Andrews under Win32. [RT #1889]
565535d1820c63c64ec3c89e1f4815c326aed7aeEvan Hunt
6045abbc9a0d7d449a13b6fbfbf32d419b6bee96Mark Andrews1051. [bug] Do not ignore a network interface completely just
6045abbc9a0d7d449a13b6fbfbf32d419b6bee96Mark Andrews because it has a noncontiguous netmask. Instead,
f7d148398ca4511551c737e655b15f7d0d59a783Mark Andrews omit it from the localnets ACL and issue a warning.
f7d148398ca4511551c737e655b15f7d0d59a783Mark Andrews [RT #1891]
f7d148398ca4511551c737e655b15f7d0d59a783Mark Andrews
3a84275b10ab16965e86f6ca97e70c1bdca885a0Mark Andrews1050. [bug] Log messages reporting malformed IP addresses in
3a84275b10ab16965e86f6ca97e70c1bdca885a0Mark Andrews address lists such as that of the forwarders option
3a84275b10ab16965e86f6ca97e70c1bdca885a0Mark Andrews failed to include the correct error code, file
3a84275b10ab16965e86f6ca97e70c1bdca885a0Mark Andrews name, and line number. [RT #1890]
398834f7559617bdfd6c10ba555609a2f306e3d4Mark Andrews
398834f7559617bdfd6c10ba555609a2f306e3d4Mark Andrews1049. [func] "pid-file none;" will disable writing a pid file.
398834f7559617bdfd6c10ba555609a2f306e3d4Mark Andrews [RT #1848]
398834f7559617bdfd6c10ba555609a2f306e3d4Mark Andrews
398834f7559617bdfd6c10ba555609a2f306e3d4Mark Andrews1048. [bug] Servers built with -DISC_MEM_USE_INTERNAL_MALLOC=1
28061f80b698171892e81c0856bc722190947998Evan Hunt didn't work.
28061f80b698171892e81c0856bc722190947998Evan Hunt
28061f80b698171892e81c0856bc722190947998Evan Hunt1047. [bug] named was incorrectly refusing all requests signed
a785bf2c39c6f223a93c27bbff81591b38095577Mark Andrews with a TSIG key derived from an unsigned TKEY
a785bf2c39c6f223a93c27bbff81591b38095577Mark Andrews negotiation with a NOERROR response. [RT #1886]
a03f4b1ea4f1a4a70963fbeb606841c217f9e5f3Evan Hunt
a03f4b1ea4f1a4a70963fbeb606841c217f9e5f3Evan Hunt1046. [bug] The help message for the --with-openssl configure
a03f4b1ea4f1a4a70963fbeb606841c217f9e5f3Evan Hunt option was inaccurate. [RT #1880]
a03f4b1ea4f1a4a70963fbeb606841c217f9e5f3Evan Hunt
d315545e6db6792692fe2dcb788ac6717a33b75fEvan Hunt1045. [bug] It was possible to skip saving glue for a nameserver
d315545e6db6792692fe2dcb788ac6717a33b75fEvan Hunt for a stub zone.
d315545e6db6792692fe2dcb788ac6717a33b75fEvan Hunt
d315545e6db6792692fe2dcb788ac6717a33b75fEvan Hunt1044. [bug] Specifying allow-transfer, notify-source, or
00f131293520b70728cd48840e09953fa45a745bMark Andrews notify-source-v6 in a stub zone was not treated
00f131293520b70728cd48840e09953fa45a745bMark Andrews as an error.
00f131293520b70728cd48840e09953fa45a745bMark Andrews
b2e71853060a384070d422afda6d1c692ff608e3Mark Andrews1043. [bug] Specifying a transfer-source or transfer-source-v6
b2e71853060a384070d422afda6d1c692ff608e3Mark Andrews option in the zone statement for a master zone was
b2e71853060a384070d422afda6d1c692ff608e3Mark Andrews not treated as an error. [RT #1876]
b2e71853060a384070d422afda6d1c692ff608e3Mark Andrews
42c1acfa478aacfbda2d298cf74a137de2df4b87Michał Kępień1042. [bug] The "config" logging category did not work properly.
42c1acfa478aacfbda2d298cf74a137de2df4b87Michał Kępień [RT #1873]
42c1acfa478aacfbda2d298cf74a137de2df4b87Michał Kępień
214b53880b6d77359f60feccb91bd2589059300aEvan Hunt1041. [bug] Dig/host/nslookup could catch an assertion failure
214b53880b6d77359f60feccb91bd2589059300aEvan Hunt on SIGINT due to an uninitialized variable. [RT #1867]
214b53880b6d77359f60feccb91bd2589059300aEvan Hunt
dd5375de0a7a515ee4fb2fd217e9577259d38c07Mark Andrews1040. [bug] Multiple listen-on-v6 options with different ports
dd5375de0a7a515ee4fb2fd217e9577259d38c07Mark Andrews were not accepted. [RT #1875]
dd5375de0a7a515ee4fb2fd217e9577259d38c07Mark Andrews
3a58e1fefb0a9fd5dab11f271a320c6b90473f76Mukund Sivaraman1039. [bug] Negative responses with CNAMEs in the answer section
3a58e1fefb0a9fd5dab11f271a320c6b90473f76Mukund Sivaraman were cached incorrectly. [RT #1862]
3a58e1fefb0a9fd5dab11f271a320c6b90473f76Mukund Sivaraman
7c67b8c2b076971e6a9f8b0db932201366f13d47Mark Andrews1038. [bug] In servers configured with a tkey-domain option,
7c67b8c2b076971e6a9f8b0db932201366f13d47Mark Andrews TKEY queries with an owner name other than the root
7c67b8c2b076971e6a9f8b0db932201366f13d47Mark Andrews could cause an assertion failure. [RT #1866, #1869]
5aed5dc329a2bf1340e9ff2256c1cf4e3005ea0bMark Andrews
5aed5dc329a2bf1340e9ff2256c1cf4e3005ea0bMark Andrews1037. [bug] Negative responses whose authority section contain
387f5e872d40426acbc739d2e9b2bb37c123dd56Mark Andrews SOA or NS records whose owner names are not equal
8664a1bd40814ed0b42eacfc5eb354b598dfd6dfTinderbox User equal to or parents of the query name should be
c28e44f3f8bc46c6bf1c15cc06af0c42fcd7e924Evan Hunt rejected. [RT #1862]
c28e44f3f8bc46c6bf1c15cc06af0c42fcd7e924Evan Hunt
387f5e872d40426acbc739d2e9b2bb37c123dd56Mark Andrews1036. [func] Silently drop requests received via multicast as
3440cf9c60cd5d35634e7f274fd3eccbba2173a5Evan Hunt long as there is no final multicast DNS standard.
3440cf9c60cd5d35634e7f274fd3eccbba2173a5Evan Hunt
3440cf9c60cd5d35634e7f274fd3eccbba2173a5Evan Hunt1035. [bug] If we respond to multicast queries (which we
387f5e872d40426acbc739d2e9b2bb37c123dd56Mark Andrews currently do not), respond from a unicast address
541ce84ff2f0c54340da8b3e04c5686ed82420e1Mark Andrews as specified in RFC 1123. [RT #137]
541ce84ff2f0c54340da8b3e04c5686ed82420e1Mark Andrews
032d2134a4c1808696688db9bf6f20253e5d05b5Mark Andrews1034. [bug] Ignore the RD bit on multicast queries as specified
032d2134a4c1808696688db9bf6f20253e5d05b5Mark Andrews in RFC 1123. [RT #137]
032d2134a4c1808696688db9bf6f20253e5d05b5Mark Andrews
fb9ef31fed818384ef8997f2dc5f27252c6f767eEvan Hunt1033. [bug] Always respond to requests with an unsupported opcode
fb9ef31fed818384ef8997f2dc5f27252c6f767eEvan Hunt with NOTIMP, even if we don't have a matching view
fb9ef31fed818384ef8997f2dc5f27252c6f767eEvan Hunt or cannot determine the class.
823ccd1f02802966395d58c916e9f988320fd6eeEvan Hunt
823ccd1f02802966395d58c916e9f988320fd6eeEvan Hunt1032. [func] hostname.bind/txt/chaos now returns the name of
823ccd1f02802966395d58c916e9f988320fd6eeEvan Hunt the machine hosting the nameserver. This is useful
b6fa637fc8c92f42a21e6f97259598968717af3dEvan Hunt in diagnosing problems with anycast servers.
b6fa637fc8c92f42a21e6f97259598968717af3dEvan Hunt
b6fa637fc8c92f42a21e6f97259598968717af3dEvan Hunt1031. [bug] libbind.a: isc__gettimeofday() infinite recursion.
b6fa637fc8c92f42a21e6f97259598968717af3dEvan Hunt [RT #1858]
ace5680c122ef239e64eec1120f13f5a7f087d79Mark Andrews
ace5680c122ef239e64eec1120f13f5a7f087d79Mark Andrews1030. [bug] On systems with no resolv.conf file, nsupdate
ace5680c122ef239e64eec1120f13f5a7f087d79Mark Andrews exited with an error rather than defaulting
59d940391ce90963cd3f4b22201b3fca2ffda22aMark Andrews to using the loopback address. [RT #1836]
59d940391ce90963cd3f4b22201b3fca2ffda22aMark Andrews
59d940391ce90963cd3f4b22201b3fca2ffda22aMark Andrews1029. [bug] Some named.conf errors did not cause the loading
6b432e11497f905a6b6f048df3e8a01ce8abbb1eMark Andrews of the configuration file to return a failure
6b432e11497f905a6b6f048df3e8a01ce8abbb1eMark Andrews status even though they were logged. [RT #1847]
6b432e11497f905a6b6f048df3e8a01ce8abbb1eMark Andrews
cb9345c996de9d9c990009f14fc83fbbe9c5e3e6Mark Andrews1028. [bug] On Win32, dig/host/nslookup looked for resolv.conf
cb9345c996de9d9c990009f14fc83fbbe9c5e3e6Mark Andrews in the wrong directory. [RT #1833]
cb9345c996de9d9c990009f14fc83fbbe9c5e3e6Mark Andrews
c935952ede45595a821cfed7f73b57f3b239ca2bMark Andrews1027. [bug] RRs having the reserved type 0 should be rejected.
c935952ede45595a821cfed7f73b57f3b239ca2bMark Andrews [RT #1471]
c935952ede45595a821cfed7f73b57f3b239ca2bMark Andrews
9604a49da0130534f2f4aaa0cbfa78b5f589196fMark Andrews1026. [placeholder]
9604a49da0130534f2f4aaa0cbfa78b5f589196fMark Andrews
9604a49da0130534f2f4aaa0cbfa78b5f589196fMark Andrews1025. [bug] Don't use multicast addresses to resolve iterative
da5b569ddb9b8bf84242f3085d18e215ec490fdaMark Andrews queries. [RT #101]
da5b569ddb9b8bf84242f3085d18e215ec490fdaMark Andrews
da5b569ddb9b8bf84242f3085d18e215ec490fdaMark Andrews1024. [port] Compilation failed on HP-UX 11.11 due to
c83a3061551c86bd661839be935de061f7322f5cEvan Hunt incompatible use of the SIOCGLIFCONF macro
c83a3061551c86bd661839be935de061f7322f5cEvan Hunt name. [RT #1831]
c83a3061551c86bd661839be935de061f7322f5cEvan Hunt
c83a3061551c86bd661839be935de061f7322f5cEvan Hunt1023. [func] Accept hints without TTLs.
ac9072210cea5283e554f1787876b647a08fda96Mark Andrews
ac9072210cea5283e554f1787876b647a08fda96Mark Andrews1022. [bug] Don't report empty root hints as "extra data".
ac9072210cea5283e554f1787876b647a08fda96Mark Andrews [RT #1802]
ac9072210cea5283e554f1787876b647a08fda96Mark Andrews
512765ba1e3f0b29e2c1ae4b0138838c6422f2bdEvan Hunt1021. [bug] On Win32, log message timestamps were one month
512765ba1e3f0b29e2c1ae4b0138838c6422f2bdEvan Hunt later than they should have been, and the server
27a262bc4d38c7a8230677ac2685ec7a4f509f70Mark Andrews would exhibit unspecified behavior in December.
27a262bc4d38c7a8230677ac2685ec7a4f509f70Mark Andrews
27a262bc4d38c7a8230677ac2685ec7a4f509f70Mark Andrews1020. [bug] IXFR log messages did not distinguish between
27a262bc4d38c7a8230677ac2685ec7a4f509f70Mark Andrews true IXFRs, AXFR-style IXFRs, and mere version
3b38e4b8344cb3bb28f2b116d2e39f8371ef8e34Mukund Sivaraman polls. [RT #1811]
3b38e4b8344cb3bb28f2b116d2e39f8371ef8e34Mukund Sivaraman
3b38e4b8344cb3bb28f2b116d2e39f8371ef8e34Mukund Sivaraman1019. [bug] The value of the lame-ttl option was limited to 18000
3b38e4b8344cb3bb28f2b116d2e39f8371ef8e34Mukund Sivaraman seconds, not 1800 seconds as documented. [RT #1803]
3b38e4b8344cb3bb28f2b116d2e39f8371ef8e34Mukund Sivaraman
3b38e4b8344cb3bb28f2b116d2e39f8371ef8e34Mukund Sivaraman1018. [bug] The default log channel was not always initialized
3b38e4b8344cb3bb28f2b116d2e39f8371ef8e34Mukund Sivaraman correctly. [RT #1813]
0d24df5c0b2f9546f403113df8ac4457223bc92fEvan Hunt
0d24df5c0b2f9546f403113df8ac4457223bc92fEvan Hunt1017. [bug] When specifying TSIG keys to dig and nsupdate using
0d24df5c0b2f9546f403113df8ac4457223bc92fEvan Hunt the -k option, they must be HMAC-MD5 keys. [RT #1810]
7c1c9b4dcd9efa507cdb58d3d83e99ab4836096dMark Andrews
7c1c9b4dcd9efa507cdb58d3d83e99ab4836096dMark Andrews1016. [bug] Slave zones with no backup file were re-transferred
7c1c9b4dcd9efa507cdb58d3d83e99ab4836096dMark Andrews on every server reload.
9689922a0d936b04feb418fbaf4c1420f745ea58Mark Andrews
9689922a0d936b04feb418fbaf4c1420f745ea58Mark Andrews1015. [bug] Log channels that had a "versions" option but no
9689922a0d936b04feb418fbaf4c1420f745ea58Mark Andrews "size" option failed to create numbered log
02989eceeff85cd6c5dd31848a12674f74bba7cfEvan Hunt files. [RT #1783]
02989eceeff85cd6c5dd31848a12674f74bba7cfEvan Hunt
02989eceeff85cd6c5dd31848a12674f74bba7cfEvan Hunt1014. [bug] Some queries would cause statistics counters to
34f649fa22a16acb488ccf0f8a41d541c6ba7da1Evan Hunt increment more than once or not at all. [RT #1321]
34f649fa22a16acb488ccf0f8a41d541c6ba7da1Evan Hunt
34f649fa22a16acb488ccf0f8a41d541c6ba7da1Evan Hunt1013. [bug] It was possible to cancel a query twice when marking
34f649fa22a16acb488ccf0f8a41d541c6ba7da1Evan Hunt a server as bogus or by having a blackhole acl.
8b9c4592ed718c4187971f1104381faf538bf4f7Evan Hunt [RT #1776]
8b9c4592ed718c4187971f1104381faf538bf4f7Evan Hunt
8b9c4592ed718c4187971f1104381faf538bf4f7Evan Hunt1012. [bug] The -p option to named did not behave as documented.
8b9c4592ed718c4187971f1104381faf538bf4f7Evan Hunt
264e17e73941059877ccf3c96f26aac15a25500bMukund Sivaraman1011. [cleanup] Removed isc_dir_current().
264e17e73941059877ccf3c96f26aac15a25500bMukund Sivaraman
264e17e73941059877ccf3c96f26aac15a25500bMukund Sivaraman1010. [bug] The server could attempt to execute a command channel
264e17e73941059877ccf3c96f26aac15a25500bMukund Sivaraman command after initiating server shutdown, causing
9a8b2b3ab35fbbdf03acba32dade90ad91f75742Mukund Sivaraman an assertion failure. [RT #1766]
9a8b2b3ab35fbbdf03acba32dade90ad91f75742Mukund Sivaraman
9a8b2b3ab35fbbdf03acba32dade90ad91f75742Mukund Sivaraman1009. [port] OpenUNIX 8 support. [RT #1728]
eeb16584fbd3564136cb4c950fc5e1b54690de68Mukund Sivaraman
eeb16584fbd3564136cb4c950fc5e1b54690de68Mukund Sivaraman1008. [port] libtool.m4, ltmain.sh from libtool-1.4.2.
eeb16584fbd3564136cb4c950fc5e1b54690de68Mukund Sivaraman
eeb16584fbd3564136cb4c950fc5e1b54690de68Mukund Sivaraman1007. [port] config.guess, config.sub from autoconf-2.52.
eeb16584fbd3564136cb4c950fc5e1b54690de68Mukund Sivaraman
9540b42695c15fdd5f01b4c663e21936e6c38c82Mukund Sivaraman1006. [bug] If a KEY RR was found missing during DNSSEC validation,
9540b42695c15fdd5f01b4c663e21936e6c38c82Mukund Sivaraman an assertion failure could subsequently be triggered
9540b42695c15fdd5f01b4c663e21936e6c38c82Mukund Sivaraman in the resolver. [RT #1763]
9540b42695c15fdd5f01b4c663e21936e6c38c82Mukund Sivaraman
9540b42695c15fdd5f01b4c663e21936e6c38c82Mukund Sivaraman1005. [bug] Don't copy nonzero RCODEs from request to response.
fec9247b8f1ab52e999643ae03f0550387ec359fMukund Sivaraman [RT #1765]
fec9247b8f1ab52e999643ae03f0550387ec359fMukund Sivaraman
fec9247b8f1ab52e999643ae03f0550387ec359fMukund Sivaraman1004. [port] Deal with recvfrom() returning EHOSTDOWN. [RT #1770]
fec9247b8f1ab52e999643ae03f0550387ec359fMukund Sivaraman
fec9247b8f1ab52e999643ae03f0550387ec359fMukund Sivaraman1003. [func] Add the +retry option to dig.
0d7548ee341c83c540624a423e2c701b6e9ddc4eEvan Hunt
0d7548ee341c83c540624a423e2c701b6e9ddc4eEvan Hunt1002. [bug] When reporting an unknown class name in named.conf,
0d7548ee341c83c540624a423e2c701b6e9ddc4eEvan Hunt including the file name and line number. [RT #1759]
2883bbaef3b2b712acfb89358f5a9c7ebb62733bEvan Hunt
527163f0e5e8639bcceb7fe52387285042f5b24cEvan Hunt1001. [bug] win32 socket code doio_recv was not catching a
527163f0e5e8639bcceb7fe52387285042f5b24cEvan Hunt WSACONNRESET error when a client was timing out
62a6147e51fd1ccb9ec1c1b6c97b6e9b9ef1f002Evan Hunt the request and closing its socket. [RT #1745]
62a6147e51fd1ccb9ec1c1b6c97b6e9b9ef1f002Evan Hunt
62a6147e51fd1ccb9ec1c1b6c97b6e9b9ef1f002Evan Hunt1000. [bug] BIND 8 compatibility: accept "HESIOD" as an alias
4c432aae90bc9b220725ca7df5a6af40cf4c74b3Mark Andrews for class "HS". [RT #1759]
4c432aae90bc9b220725ca7df5a6af40cf4c74b3Mark Andrews
4c432aae90bc9b220725ca7df5a6af40cf4c74b3Mark Andrews 999. [func] "rndc retransfer zone [class [view]]" added.
3195754154292f0651c195433607696a259a98e2Evan Hunt [RT #1752]
3195754154292f0651c195433607696a259a98e2Evan Hunt
911576956388270fe2401fbf9236d8879d2795e9Evan Hunt 998. [func] named-checkzone now has arguments to specify the
911576956388270fe2401fbf9236d8879d2795e9Evan Hunt chroot directory (-t) and working directory (-w).
911576956388270fe2401fbf9236d8879d2795e9Evan Hunt [RT #1755]
911576956388270fe2401fbf9236d8879d2795e9Evan Hunt
fd0d60b3a0139c040fedb0bb765fd9667831412eMark Andrews 997. [func] Add support for RSA-SHA1 keys (RFC3110).
fd0d60b3a0139c040fedb0bb765fd9667831412eMark Andrews
fd0d60b3a0139c040fedb0bb765fd9667831412eMark Andrews 996. [func] Issue warning if the configuration filename contains
3001a1b4e6298466882a4147307b4c28a3b08f91Mark Andrews the chroot path.
3001a1b4e6298466882a4147307b4c28a3b08f91Mark Andrews
3001a1b4e6298466882a4147307b4c28a3b08f91Mark Andrews 995. [bug] dig, host, nslookup: using a raw IPv6 address as a
1bce43adcc11d21afaf645cbe466553aabc725b2Mark Andrews target address should be fatal on a IPv4 only system.
1bce43adcc11d21afaf645cbe466553aabc725b2Mark Andrews
da4823c08a9a41e7b5ff1f3a83c80007f60fd21cMark Andrews 994. [func] Treat non-authoritative responses to queries for type
da4823c08a9a41e7b5ff1f3a83c80007f60fd21cMark Andrews NS as referrals even if the NS records are in the
da4823c08a9a41e7b5ff1f3a83c80007f60fd21cMark Andrews answer section, because BIND 8 servers incorrectly
52cae869e0296713b764f6065bdad80832d4c493Mark Andrews send them that way. This is necessary for DNSSEC
52cae869e0296713b764f6065bdad80832d4c493Mark Andrews validation of the NS records of a secure zone to
52cae869e0296713b764f6065bdad80832d4c493Mark Andrews succeed when the parent is a BIND 8 server. [RT #1706]
403e7b451207fe6514a5d641562713b1af233b9cEvan Hunt
403e7b451207fe6514a5d641562713b1af233b9cEvan Hunt 993. [func] dig: -v now reports the version.
403e7b451207fe6514a5d641562713b1af233b9cEvan Hunt
62b5dd5b09cb575281f8193476b58a4bd9870fc9Evan Hunt 992. [doc] dig: ~/.digrc is now documented.
62b5dd5b09cb575281f8193476b58a4bd9870fc9Evan Hunt
7fcbbd6fa9ed199cf6947bb6b204da5438211faaMark Andrews 991. [func] Lower UDP refresh timeout messages to level
7fcbbd6fa9ed199cf6947bb6b204da5438211faaMark Andrews debug 1.
8c31a25f3ff5d6783c7add7c887e52f7031d173dMark Andrews
8c31a25f3ff5d6783c7add7c887e52f7031d173dMark Andrews 990. [bug] The rndc-confgen man page was not installed.
8c31a25f3ff5d6783c7add7c887e52f7031d173dMark Andrews
8bcd80824c51c802c2927236b012cd526f569b04Mark Andrews 989. [bug] Report filename if $INCLUDE fails for file related
3be4330b77e6de0c6aa7cca74c1ae17fc661ac32Tinderbox User errors. [RT #1736]
8bcd80824c51c802c2927236b012cd526f569b04Mark Andrews
7fcbbd6fa9ed199cf6947bb6b204da5438211faaMark Andrews 988. [bug] 'additional-from-auth no;' did not work reliably
7fcbbd6fa9ed199cf6947bb6b204da5438211faaMark Andrews in the case of queries answered from the cache.
7fcbbd6fa9ed199cf6947bb6b204da5438211faaMark Andrews [RT #1436]
559cbe04e73cf601784a371e09554c20407a6c7bEvan Hunt
559cbe04e73cf601784a371e09554c20407a6c7bEvan Hunt 987. [bug] "dig -help" didn't show "+[no]stats".
559cbe04e73cf601784a371e09554c20407a6c7bEvan Hunt
559cbe04e73cf601784a371e09554c20407a6c7bEvan Hunt 986. [bug] "dig +noall" failed to clear stats and command
559cbe04e73cf601784a371e09554c20407a6c7bEvan Hunt printing.
6ef61e764583887172e27c3bc681e36cfa27b469Mark Andrews
94a94fca2444bb18b4bf74d6c5dbcbb89f139237Mark Andrews 985. [func] Consider network interfaces to be up iff they have
b81977ae70138c9befd8fa4bb66b6145e1986561Mark Andrews a nonzero IP address rather than based on the
b81977ae70138c9befd8fa4bb66b6145e1986561Mark Andrews IFF_UP flag. [RT #1160]
43769594c0e42e9822ef71daee8bbf35252d9300Evan Hunt
43769594c0e42e9822ef71daee8bbf35252d9300Evan Hunt 984. [bug] Multithreading should be enabled by default on
9ecedaea58defeadaf54dfc1211270653e0657ceMark Andrews Solaris 2.7 and newer, but it wasn't.
9ecedaea58defeadaf54dfc1211270653e0657ceMark Andrews
fc8c8966c906b305cb8b416a8f23f21abf103b7fEvan Hunt 983. [func] The server now supports generating IXFR difference
fc8c8966c906b305cb8b416a8f23f21abf103b7fEvan Hunt sequences for non-dynamic zones by comparing zone
fc8c8966c906b305cb8b416a8f23f21abf103b7fEvan Hunt versions, when enabled using the new config
fc8c8966c906b305cb8b416a8f23f21abf103b7fEvan Hunt option "ixfr-from-differences". [RT #1727]
07b7a3eadeda94eddd50977c9582dae2f955b638Evan Hunt
07b7a3eadeda94eddd50977c9582dae2f955b638Evan Hunt 982. [func] If "memstatistics-file" is set in options the memory
07b7a3eadeda94eddd50977c9582dae2f955b638Evan Hunt statistics will be written to it.
07b7a3eadeda94eddd50977c9582dae2f955b638Evan Hunt
85a26f938eac3e147a48f671f6a6b5ee9cd1767dEvan Hunt 981. [func] The dnssec tools can now take multiple '-r randomfile'
85a26f938eac3e147a48f671f6a6b5ee9cd1767dEvan Hunt arguments.
85a26f938eac3e147a48f671f6a6b5ee9cd1767dEvan Hunt
4901f2c10b4393fd4407c8feb022c3415ab323c7Mark Andrews 980. [bug] Incoming zone transfers restarting after an error
4901f2c10b4393fd4407c8feb022c3415ab323c7Mark Andrews could trigger an assertion failure. [RT #1692]
4901f2c10b4393fd4407c8feb022c3415ab323c7Mark Andrews
8e9dbb62224ce4d7342b0e7db96cf31e415aaaf0Evan Hunt 979. [func] Incremental master file dumping. dns_master_dumpinc(),
8e9dbb62224ce4d7342b0e7db96cf31e415aaaf0Evan Hunt dns_master_dumptostreaminc(), dns_dumpctx_attach(),
8e9dbb62224ce4d7342b0e7db96cf31e415aaaf0Evan Hunt dns_dumpctx_detach(), dns_dumpctx_cancel(),
8e9dbb62224ce4d7342b0e7db96cf31e415aaaf0Evan Hunt dns_dumpctx_db() and dns_dumpctx_version().
b5ad0916242ca4ce3f053efe78c1725dce996717Mark Andrews
b5ad0916242ca4ce3f053efe78c1725dce996717Mark Andrews 978. [bug] dns_db_attachversion() had an invalid REQUIRE()
e2ec0753ce8ed53c870141541b34ebb44598cef7Tinderbox User condition.
da23e32e410eb9b106ae926858140303bfd1d96fMark Andrews
da23e32e410eb9b106ae926858140303bfd1d96fMark Andrews 977. [bug] Improve "not at top of zone" error message.
da23e32e410eb9b106ae926858140303bfd1d96fMark Andrews
18ab9a0a34ea025a6bbb09b711b00cfa11eec1b5Evan Hunt 976. [func] named-checkconf can now test load master zones
18ab9a0a34ea025a6bbb09b711b00cfa11eec1b5Evan Hunt (named-checkconf -z). [RT #1468]
832f5803f69f4548ba3777f8b5741768bbbf5f75Mark Andrews
c742ef745e1f3400b79c9df3d188896ccbb50f15Evan Hunt 975. [bug] "max-cache-size default;" as a view option
832f5803f69f4548ba3777f8b5741768bbbf5f75Mark Andrews caused an assertion failure.
5688a47c152def63dd2f5fb9a93911a0df46162eTinderbox User
832f5803f69f4548ba3777f8b5741768bbbf5f75Mark Andrews 974. [bug] "max-cache-size unlimited;" as a global option
832f5803f69f4548ba3777f8b5741768bbbf5f75Mark Andrews was not accepted.
4441328a1d38bbb2ec20a0a219b84d472312da26Mark Andrews
8ce73e5c8cd5e985310ad42b76e8cacee406cb34Mark Andrews 973. [bug] Failed to log the question name when logging:
4441328a1d38bbb2ec20a0a219b84d472312da26Mark Andrews "bad zone transfer request: non-authoritative zone
f2e8131f508ca9c92bf7601c80db3c9e1d3bc4ebMark Andrews (NOTAUTH)".
22e3ffcf2c52114092b2dbdf2bc1872371c96192Mark Andrews
22e3ffcf2c52114092b2dbdf2bc1872371c96192Mark Andrews 972. [bug] The file modification time code in zone.c was using the
7bcba68b9510908c07d6c2568faca06629511660Mark Andrews wrong epoch. [RT #1667]
7bcba68b9510908c07d6c2568faca06629511660Mark Andrews
7bcba68b9510908c07d6c2568faca06629511660Mark Andrews 971. [placeholder]
2cee8eadec6545fb0ce10fb8c1d7b60870ec2fb4Mark Andrews
2cee8eadec6545fb0ce10fb8c1d7b60870ec2fb4Mark Andrews 970. [func] 'max-journal-size' can now be used to set a target
2cee8eadec6545fb0ce10fb8c1d7b60870ec2fb4Mark Andrews size for a journal.
2cee8eadec6545fb0ce10fb8c1d7b60870ec2fb4Mark Andrews
81df1363fbd13f3a80987704c23e14413e6f1d2aMark Andrews 969. [func] dig now supports the undocumented dig 8 feature
81df1363fbd13f3a80987704c23e14413e6f1d2aMark Andrews of allowing arbitrary labels, not just dotted
81df1363fbd13f3a80987704c23e14413e6f1d2aMark Andrews decimal quads, with the -x option. This can be
08397f5b6ca783a8c55f48b827201b75c3fca4bfMark Andrews used to conveniently look up RFC2317 names as in
08397f5b6ca783a8c55f48b827201b75c3fca4bfMark Andrews "dig -x 10.0.0.0-127". [RT #827, #1576, #1598]
08397f5b6ca783a8c55f48b827201b75c3fca4bfMark Andrews
e63d63dc8510c669e1575b2762265842e8783822Evan Hunt 968. [bug] On win32, the isc_time_now() function was unnecessarily
e63d63dc8510c669e1575b2762265842e8783822Evan Hunt calling strtime(). [RT #1671]
e63d63dc8510c669e1575b2762265842e8783822Evan Hunt
f5c17a057fc5974bb51d7bc8c5827a7fd6dc9aeeEvan Hunt 967. [bug] On win32, the link for bindevt was not including the
f5c17a057fc5974bb51d7bc8c5827a7fd6dc9aeeEvan Hunt required resource file to enable the event viewer
f5c17a057fc5974bb51d7bc8c5827a7fd6dc9aeeEvan Hunt to interpret the error messages in the event log,
d6080de9be23024f5f7a1e40d0cb06df94cdcb72Mark Andrews [RT #1668]
d6080de9be23024f5f7a1e40d0cb06df94cdcb72Mark Andrews
2a2618356ecdf5962230fe11606d2b106a638295Tinderbox User 966. [placeholder]
6649db1ca4f3dc2d14f41f77e03867ac013215f9Evan Hunt
b1866070ef4fb9e17bff16ad458f629bbc5a4accwpk 965. [bug] Including data other than root server NS and A
b1866070ef4fb9e17bff16ad458f629bbc5a4accwpk records in the root hint file could cause a rbtdb
6649db1ca4f3dc2d14f41f77e03867ac013215f9Evan Hunt node reference leak. [RT #1581, #1618]
b1866070ef4fb9e17bff16ad458f629bbc5a4accwpk
b1866070ef4fb9e17bff16ad458f629bbc5a4accwpk 964. [func] Warn if data other than root server NS and A records
6b45fd062bbcf2986078bf25b2b617b844a9fde4Mark Andrews are found in the root hint file. [RT #1581, #1618]
6b45fd062bbcf2986078bf25b2b617b844a9fde4Mark Andrews
6b45fd062bbcf2986078bf25b2b617b844a9fde4Mark Andrews 963. [bug] Bad ISC_LANG_ENDDECLS. [RT #1645]
6b45fd062bbcf2986078bf25b2b617b844a9fde4Mark Andrews
72cae054ad81a985f1e0023f9ff92b6ff1872183Mark Andrews 962. [bug] libbind: bad "#undef", don't attempt to install
72cae054ad81a985f1e0023f9ff92b6ff1872183Mark Andrews non-existant nlist.h. [RT #1640]
72cae054ad81a985f1e0023f9ff92b6ff1872183Mark Andrews
f1e3dd087b7ce34382df8354efddaae79caa11b7Mark Andrews 961. [bug] Tried to use a IPV6 feature when ISC_PLATFORM_HAVEIPV6
f1e3dd087b7ce34382df8354efddaae79caa11b7Mark Andrews was not defined. [RT #1482]
f1e3dd087b7ce34382df8354efddaae79caa11b7Mark Andrews
544e2b48ece5724f2c4a0d6636048a72335cfd54Evan Hunt 960. [port] liblwres failed to build on systems with support for
23ac7e663494ffdfd78b52d1a0a62d93f0d30d93Mark Andrews getrrsetbyname() in the OS. [RT #1592]
23ac7e663494ffdfd78b52d1a0a62d93f0d30d93Mark Andrews
458e816ed08044cfe82c89fecd38bce540b23ff0Mark Andrews 959. [port] On FreeBSD, determine the number of CPUs by calling
458e816ed08044cfe82c89fecd38bce540b23ff0Mark Andrews sysctlbyname(). [RT #1584]
458e816ed08044cfe82c89fecd38bce540b23ff0Mark Andrews
b1ab6766f7cf3d2c189b415c50cc574d9b21a9a2Mark Andrews 958. [port] ssize_t is not available on all platforms. [RT #1607]
d84a356d4b122d9a50dbca6776c820f5e59ec44dMark Andrews
bc2510a6a5e406bdef580452e6ae3e1298a7d1d6Mark Andrews 957. [bug] sys/select.h inclusion was broken on older platforms.
bc2510a6a5e406bdef580452e6ae3e1298a7d1d6Mark Andrews [RT #1607]
bc2510a6a5e406bdef580452e6ae3e1298a7d1d6Mark Andrews
1160ea4c2847b276946cf6bd00504929ec4f6e44Mark Andrews 956. [bug] ns_g_autorndcfile changed to ns_g_keyfile
1160ea4c2847b276946cf6bd00504929ec4f6e44Mark Andrews in named/win32/os.c due to code changes in
1160ea4c2847b276946cf6bd00504929ec4f6e44Mark Andrews change #953. win32 .make file for rndc-confgen
348d80fb8490f4547aaa569e5f7ea2a032543bacMark Andrews updated to add include path for os.h header.
348d80fb8490f4547aaa569e5f7ea2a032543bacMark Andrews
47071b7310bd6d4d12169c336faac72c8c3d9ecfMark Andrews --- 9.2.0rc1 released ---
45f206e6c1521c710947e9d5e734c32c6b286b13Mark Andrews
45f206e6c1521c710947e9d5e734c32c6b286b13Mark Andrews 955. [bug] When using views, the zone's class was not being
45f206e6c1521c710947e9d5e734c32c6b286b13Mark Andrews inherited from the view's class. [RT #1583]
f6f3264d8c81cda5d489e29d2141f1a92fbe4c84Mark Andrews
f6f3264d8c81cda5d489e29d2141f1a92fbe4c84Mark Andrews 954. [bug] When requesting AXFRs or IXFRs using dig, host, or
f6f3264d8c81cda5d489e29d2141f1a92fbe4c84Mark Andrews nslookup, the RD bit should not be set as zone
960989925556246cc86f1905a5d62e6b0b69dc02Mark Andrews transfers are inherently nonrecursive. [RT #1575]
960989925556246cc86f1905a5d62e6b0b69dc02Mark Andrews
960989925556246cc86f1905a5d62e6b0b69dc02Mark Andrews 953. [func] The /var/run/named.key file from change #843
960989925556246cc86f1905a5d62e6b0b69dc02Mark Andrews has been replaced by /etc/rndc.key. Both
d77cab69bf9676f828c48c217828a25e8ba41c63Mark Andrews named and rndc will look for this file and use
d77cab69bf9676f828c48c217828a25e8ba41c63Mark Andrews it to configure a default control channel key
d77cab69bf9676f828c48c217828a25e8ba41c63Mark Andrews if not already configured using a different
d77cab69bf9676f828c48c217828a25e8ba41c63Mark Andrews method (rndc.conf / controls). Unlike
f1b29d8428362842c429157b4925e529463eab4cEvan Hunt named.key, rndc.key is not created automatically;
f1b29d8428362842c429157b4925e529463eab4cEvan Hunt it must be created by manually running
f1b29d8428362842c429157b4925e529463eab4cEvan Hunt "rndc-confgen -a".
d0c5ff7f65a08e2ccc9bc06e0ef9f61e36875b50Mark Andrews
d0c5ff7f65a08e2ccc9bc06e0ef9f61e36875b50Mark Andrews 952. [bug] The server required manual intervention to serve the
d0c5ff7f65a08e2ccc9bc06e0ef9f61e36875b50Mark Andrews affected zones if it died between creating a journal
83a28ca274521e15086fc39febde507bcc4e145eMark Andrews and committing the first change to it.
83a28ca274521e15086fc39febde507bcc4e145eMark Andrews
1585a9f239969a65b974ff741ff2a7a79b148891Evan Hunt 951. [bug] CFLAGS was not passed to the linker when
47071b7310bd6d4d12169c336faac72c8c3d9ecfMark Andrews linking some of the test programs under
1585a9f239969a65b974ff741ff2a7a79b148891Evan Hunt bin/tests. [RT #1555].
2fb4184d9d55a6b8709356144730e323e265d58fEvan Hunt
2fb4184d9d55a6b8709356144730e323e265d58fEvan Hunt 950. [bug] Explicit TTLs did not properly override $TTL
2fb4184d9d55a6b8709356144730e323e265d58fEvan Hunt due to a bug in change 834. [RT #1558]
5be93f5dff21fa067f52065e3521b7d82f32c779Mark Andrews
5be93f5dff21fa067f52065e3521b7d82f32c779Mark Andrews 949. [bug] host was unable to print records larger than 512
5be93f5dff21fa067f52065e3521b7d82f32c779Mark Andrews bytes. [RT #1557]
6ae22c411920be5f5fd1780ac0cd44cbb21b144aMukund Sivaraman
6ae22c411920be5f5fd1780ac0cd44cbb21b144aMukund Sivaraman --- 9.2.0b2 released ---
6ae22c411920be5f5fd1780ac0cd44cbb21b144aMukund Sivaraman
74d98566ed6a2280ea84d146e7c81275f1c5649dMark Andrews 948. [port] Integrated support for building on Windows NT /
74d98566ed6a2280ea84d146e7c81275f1c5649dMark Andrews Windows 2000.
74d98566ed6a2280ea84d146e7c81275f1c5649dMark Andrews
1c89e89eaf761c378fd48bfd1c4abf1b5ad026e9Evan Hunt 947. [bug] dns_rdata_soa_t had a badly named element "mname" which
1c89e89eaf761c378fd48bfd1c4abf1b5ad026e9Evan Hunt was really the RNAME field from RFC1035. To avoid
1c89e89eaf761c378fd48bfd1c4abf1b5ad026e9Evan Hunt confusion and silent errors that would occur it the
b1ab6766f7cf3d2c189b415c50cc574d9b21a9a2Mark Andrews "origin" and "mname" elements were given their correct
0c2d891abeb2b35e290ca9da29e1227110b5be23Mark Andrews names "mname" and "rname" respectively, the "mname"
0c2d891abeb2b35e290ca9da29e1227110b5be23Mark Andrews element is renamed to "contact".
fd017eea638d690b6a90c4d2a3f2ebe51c472173Mark Andrews
fd017eea638d690b6a90c4d2a3f2ebe51c472173Mark Andrews 946. [cleanup] doc/misc/options is now machine-generated from the
2595d1da358cc7391e001894d45471509976e7d5Mark Andrews configuration parser syntax tables, and therefore
2595d1da358cc7391e001894d45471509976e7d5Mark Andrews more likely to be correct.
2595d1da358cc7391e001894d45471509976e7d5Mark Andrews
2595d1da358cc7391e001894d45471509976e7d5Mark Andrews 945. [func] Add the new view-specific options
6ef1cdec9a52a21a3db649817184702abfe6dd95Mark Andrews "match-destinations" and "match-recursive-only".
6ef1cdec9a52a21a3db649817184702abfe6dd95Mark Andrews
6ef1cdec9a52a21a3db649817184702abfe6dd95Mark Andrews 944. [func] Check for expired signatures on load.
294ef74e5ad68d898207c4fb36d8b18d526a11f6Curtis Blackburn
1008577c673876037d60b5241a8f1de0d1b680d9Tinderbox User 943. [bug] The server could crash when receiving a command
294ef74e5ad68d898207c4fb36d8b18d526a11f6Curtis Blackburn via rndc if the configuration file listed only
fe6557e5901162308e716791077ace6811728242Mark Andrews nonexistent keys in the controls statement. [RT #1530]
fe6557e5901162308e716791077ace6811728242Mark Andrews
21e5f9c5cdb3052f282e3dbdc2dc47f29cfe1187Mark Andrews 942. [port] libbind: GETNETBYADDR_ADDR_T was not correctly
21e5f9c5cdb3052f282e3dbdc2dc47f29cfe1187Mark Andrews defined on some platforms.
21e5f9c5cdb3052f282e3dbdc2dc47f29cfe1187Mark Andrews
4df43743ab1ef4bad2b96840a7b2b9c77bc82bc2Mark Andrews 941. [bug] The configuration checker crashed if a slave
4df43743ab1ef4bad2b96840a7b2b9c77bc82bc2Mark Andrews zone didn't contain a masters statement. [RT #1514]
4df43743ab1ef4bad2b96840a7b2b9c77bc82bc2Mark Andrews
60c47284e4d752ccefa57f47b61a9c82899f3297Mark Andrews 940. [bug] Double zone locking failure on error path. [RT #1510]
60c47284e4d752ccefa57f47b61a9c82899f3297Mark Andrews
701aa95d9605fd6ad25b60dfd38d05a1942ee147Mark Andrews --- 9.2.0b1 released ---
701aa95d9605fd6ad25b60dfd38d05a1942ee147Mark Andrews
701aa95d9605fd6ad25b60dfd38d05a1942ee147Mark Andrews 939. [port] Add the --disable-linux-caps option to configure for
701aa95d9605fd6ad25b60dfd38d05a1942ee147Mark Andrews systems that manage capabilities outside of named.
701aa95d9605fd6ad25b60dfd38d05a1942ee147Mark Andrews [RT #1503]
7a3d063847290b204dfcedaef7288033c8424bfbEvan Hunt
7a3d063847290b204dfcedaef7288033c8424bfbEvan Hunt 938. [placeholder]
7a3d063847290b204dfcedaef7288033c8424bfbEvan Hunt
b243aa40f97cb2f77fbe746977d61f0a8c2e9194Mark Andrews 937. [bug] A race when shutting down a zone could trigger a
b243aa40f97cb2f77fbe746977d61f0a8c2e9194Mark Andrews INSIST() failure. [RT #1034]
b243aa40f97cb2f77fbe746977d61f0a8c2e9194Mark Andrews
b243aa40f97cb2f77fbe746977d61f0a8c2e9194Mark Andrews 936. [func] Warn about IPv4 addresses that are not complete
2b8679cf0f832c5e55121eb23806da577d272dd7Francis Dupont dotted quads. [RT #1084]
6db55b4ff9b099bc8d6621f6e13ec1f087d35e04Mark Andrews
6db55b4ff9b099bc8d6621f6e13ec1f087d35e04Mark Andrews 935. [bug] inet_pton failed to reject leading zeros.
2ac8829a8a7ce2f5fbcf006c3bf6c5a6c821abf3Mark Andrews
2ac8829a8a7ce2f5fbcf006c3bf6c5a6c821abf3Mark Andrews 934. [port] Deal with systems where accept() spuriously returns
744c1db6352c4c3f11c8538e4a2a57c8b0e0d570Mark Andrews ECONNRESET.
744c1db6352c4c3f11c8538e4a2a57c8b0e0d570Mark Andrews
744c1db6352c4c3f11c8538e4a2a57c8b0e0d570Mark Andrews 933. [bug] configure failed doing libbind on platforms not
744c1db6352c4c3f11c8538e4a2a57c8b0e0d570Mark Andrews supported by BIND 8. [RT #1496]
d9b96d0a42a70c1a43415dcbe0f8872b84d76a13Evan Hunt
8a5809527e6c85e39699901712a455d5480907c1Evan Hunt --- 9.2.0a3 released ---
3d0f9f8cca44ba9f1972de9e3fcabe6b70b5a33bMark Andrews
8a5809527e6c85e39699901712a455d5480907c1Evan Hunt 932. [bug] Use INSTALL_SCRIPT, not INSTALL_PROGRAM,
bd19cef22382906a11fb6f1ffdef11038e432bcaMark Andrews when installing isc-config.sh.
bd19cef22382906a11fb6f1ffdef11038e432bcaMark Andrews [RT #198, #1466]
bd19cef22382906a11fb6f1ffdef11038e432bcaMark Andrews
a0e34c90eaf2464c6ef7c46c75c2df2dcb152293Mark Andrews 931. [bug] The controls statement only attempted to verify
a0e34c90eaf2464c6ef7c46c75c2df2dcb152293Mark Andrews messages using the first key in the key list.
31ad8218ccdffd986b9487e3bcb9df089e47d0ddTinderbox User (9.2.0a1/a2 only).
669e108d6753b27a9745cc506193a9e0b32d217cEvan Hunt
669e108d6753b27a9745cc506193a9e0b32d217cEvan Hunt 930. [func] Query performance testing tool added as
669e108d6753b27a9745cc506193a9e0b32d217cEvan Hunt contrib/queryperf.
45fd95544cd650a8e6a0fc39b656d1109b811ac0Evan Hunt
45fd95544cd650a8e6a0fc39b656d1109b811ac0Evan Hunt 929. [placeholder]
45fd95544cd650a8e6a0fc39b656d1109b811ac0Evan Hunt
76af83c9adb772f7b045c62cf8b411165bfaa5efMark Andrews 928. [bug] nsupdate would send empty update packets if the
76af83c9adb772f7b045c62cf8b411165bfaa5efMark Andrews send (or empty line) command was run after
6552f33198438390724c5823b8dbcf477ec9638cEvan Hunt another send but before any new updates or
6552f33198438390724c5823b8dbcf477ec9638cEvan Hunt prerequisites were specified. It should simply
6552f33198438390724c5823b8dbcf477ec9638cEvan Hunt ignore this command.
6552f33198438390724c5823b8dbcf477ec9638cEvan Hunt
9e0cd8be9aa2b24fa373fe227c5eaf5641ac62f4Mark Andrews 927. [bug] Don't hold the zone lock for the entire dump to disk.
9e0cd8be9aa2b24fa373fe227c5eaf5641ac62f4Mark Andrews [RT #1423]
fb9cdee4af778c5e53fc9e25f15364f5bbd2dae3Mark Andrews
2a1860ad83294da4abe34a72bdb6f5a28b87f2efMark Andrews 926. [bug] The resolver could deadlock with the ADB when
2a1860ad83294da4abe34a72bdb6f5a28b87f2efMark Andrews shutting down (multithreaded builds only).
de6469b663b55aacd19bdcdd925ce381f0c4b4dfMark Andrews [RT #1324]
de6469b663b55aacd19bdcdd925ce381f0c4b4dfMark Andrews
de6469b663b55aacd19bdcdd925ce381f0c4b4dfMark Andrews 925. [cleanup] Remove openssl from the distribution; require that
b1ab6766f7cf3d2c189b415c50cc574d9b21a9a2Mark Andrews --with-openssl be specified if DNSSEC is needed.
d389069a397c99347b5b281f90577e19e7662b03Mark Andrews
d389069a397c99347b5b281f90577e19e7662b03Mark Andrews 924. [port] Extend support for pre-RFC2133 IPv6 implementation.
d389069a397c99347b5b281f90577e19e7662b03Mark Andrews [RT #987]
fd2f4551d9498e1dce8e44a24e5e886ef2aa75cbMark Andrews
fd2f4551d9498e1dce8e44a24e5e886ef2aa75cbMark Andrews 923. [bug] Multiline TSIG secrets (and other multiline strings)
fd2f4551d9498e1dce8e44a24e5e886ef2aa75cbMark Andrews were not accepted in named.conf. [RT #1469]
c5e8808e35310eddfd99398198660a3eb37ac51eMark Andrews
c5e8808e35310eddfd99398198660a3eb37ac51eMark Andrews 922. [func] Added two new lwres_getrrsetbyname() result codes,
7c66fc970082f2f8b4a7ae1bbfca3531ab6798b4Mark Andrews ERR_NONAME and ERR_NODATA.
32f4f500a5dfa77631217a390f3cd616827cab18Mukund Sivaraman
32f4f500a5dfa77631217a390f3cd616827cab18Mukund Sivaraman 921. [bug] lwres returned an incorrect error code if it received
7c66fc970082f2f8b4a7ae1bbfca3531ab6798b4Mark Andrews a truncated message.
2a80bc01530013293016172b1dcc1d12471ccf33Mark Andrews
2a80bc01530013293016172b1dcc1d12471ccf33Mark Andrews 920. [func] Increase the lwres receive buffer size to 16K.
cc51cd2d2076e33117c60c9effcb8caccde4983bWitold Krecicki [RT #1451]
cc51cd2d2076e33117c60c9effcb8caccde4983bWitold Krecicki
3fe7c625ff1d4477806e5ecd700c5917ba2d7b90Mark Andrews 919. [placeholder]
2bbab60f504e4cd905080d42eae5cc8fe62599cbMark Andrews
2bbab60f504e4cd905080d42eae5cc8fe62599cbMark Andrews 918. [func] In nsupdate, TSIG errors are no longer treated as
3fe7c625ff1d4477806e5ecd700c5917ba2d7b90Mark Andrews fatal errors.
0b612b420df38f1b2f1ba19df727f77a492f08a7Mark Andrews
0b612b420df38f1b2f1ba19df727f77a492f08a7Mark Andrews 917. [func] New nsupdate command 'key', allowing TSIG keys to
3fe7c625ff1d4477806e5ecd700c5917ba2d7b90Mark Andrews be specified in the nsupdate command stream rather
802e0662ef6041078cb7bad4cdb197a295eab770Mark Andrews than the command line.
802e0662ef6041078cb7bad4cdb197a295eab770Mark Andrews
802e0662ef6041078cb7bad4cdb197a295eab770Mark Andrews 916. [bug] Specifying type ixfr to dig without specifying
3fe7c625ff1d4477806e5ecd700c5917ba2d7b90Mark Andrews a serial number failed in unexpected ways.
af9b975ccc2f0e6d82a4dfc2daa6cedfc5f4bdc2Mark Andrews
af9b975ccc2f0e6d82a4dfc2daa6cedfc5f4bdc2Mark Andrews 915. [func] The named-checkconf and named-checkzone programs
af9b975ccc2f0e6d82a4dfc2daa6cedfc5f4bdc2Mark Andrews now have a '-v' option for printing their version.
94694e720a911a38b01ff5036c01d883b3c9cbb1Evan Hunt [RT #1151]
94694e720a911a38b01ff5036c01d883b3c9cbb1Evan Hunt
538c6bd3f15c6f525972e2226708805dbab03240Mark Andrews 914. [bug] Global 'server' statements were rejected when
538c6bd3f15c6f525972e2226708805dbab03240Mark Andrews using views, even though they were accepted
ef1e2f790639e187d2286292f25593ad7c6c2391Witold Krecicki in 9.1. [RT #1368]
e8fab79146fe8010728513f4458cfd2f4d8bd48bWitold Krecicki
e8fab79146fe8010728513f4458cfd2f4d8bd48bWitold Krecicki 913. [bug] Cache cleaning was not sufficiently aggressive.
c034b72ba147e86ec40816fdf0cfb19c9ed7f1d6Witold Krecicki [RT #1441, #1444]
c034b72ba147e86ec40816fdf0cfb19c9ed7f1d6Witold Krecicki
7d238ed0c71ca817fd1582295c6027c6b925af51Mark Andrews 912. [bug] Attempts to set the 'additional-from-cache' or
7d238ed0c71ca817fd1582295c6027c6b925af51Mark Andrews 'additional-from-auth' option to 'no' in a
82a50a619afa73ae9a212399505b9f1b327128cdMark Andrews server with recursion enabled will now
82a50a619afa73ae9a212399505b9f1b327128cdMark Andrews be ignored and cause a warning message.
82a50a619afa73ae9a212399505b9f1b327128cdMark Andrews [RT #1145]
2f1c460beaa1e372255e7a1b8aad8996f011816dMark Andrews
2f1c460beaa1e372255e7a1b8aad8996f011816dMark Andrews 911. [placeholder]
9ee66e3a5b45654235472711439f9db1766c82caMark Andrews
9ee66e3a5b45654235472711439f9db1766c82caMark Andrews 910. [port] Some pre-RFC2133 IPv6 implementations do not define
af9b975ccc2f0e6d82a4dfc2daa6cedfc5f4bdc2Mark Andrews IN6ADDR_ANY_INIT. [RT #1416]
9ee66e3a5b45654235472711439f9db1766c82caMark Andrews
9ee66e3a5b45654235472711439f9db1766c82caMark Andrews 908. [func] New program, rndc-confgen, to simplify setting up rndc.
8b2b41ba4f8cabed897f2d852a6c07abfb23231eMark Andrews
8b2b41ba4f8cabed897f2d852a6c07abfb23231eMark Andrews 907. [func] The ability to get entropy from either the
47f8b47b8df05aade51e35b31c3df46fb121a098Mark Andrews random device, a user-provided file or from
47f8b47b8df05aade51e35b31c3df46fb121a098Mark Andrews the keyboard was migrated from the DNSSEC tools
fcadf0b3205be950da14c80fedbf088fc8fd2190Evan Hunt to libisc as isc_entropy_usebestsource().
fcadf0b3205be950da14c80fedbf088fc8fd2190Evan Hunt
fcadf0b3205be950da14c80fedbf088fc8fd2190Evan Hunt 906. [port] Separated the system independent portion of
fcadf0b3205be950da14c80fedbf088fc8fd2190Evan Hunt lib/isc/unix/entropy.c into lib/isc/entropy.c
fcadf0b3205be950da14c80fedbf088fc8fd2190Evan Hunt and added lib/isc/win32/entropy.c.
47f8b47b8df05aade51e35b31c3df46fb121a098Mark Andrews
47f8b47b8df05aade51e35b31c3df46fb121a098Mark Andrews 905. [bug] Configuring a forward "zone" for the root domain
47f8b47b8df05aade51e35b31c3df46fb121a098Mark Andrews did not work. [RT #1418]
d9a713819621972af4f90dfaa9e2bc72aad54d48Mark Andrews
8269f06a0fdaf5f4f03ffb20a3c0effd557c794cMark Andrews 904. [bug] The server would leak memory if attempting to use
db9781d4a2ed15c4b34bb5c97ea68b8f598992fcMark Andrews an expired TSIG key. [RT #1406]
db9781d4a2ed15c4b34bb5c97ea68b8f598992fcMark Andrews
6f2752da7a1036cd59be17236ca66630d00f11cdMukund Sivaraman 903. [bug] dig should not crash when receiving a TCP packet
6f2752da7a1036cd59be17236ca66630d00f11cdMukund Sivaraman of length 0.
700d3cb7895b5da2543282d18735d2176d1aff86Mark Andrews
f0244761611dc4d0f80b36c0c0ccdb26fa6cf830Mark Andrews 902. [bug] The -d option was ignored if both -t and -g were also
f0244761611dc4d0f80b36c0c0ccdb26fa6cf830Mark Andrews specified.
f0244761611dc4d0f80b36c0c0ccdb26fa6cf830Mark Andrews
48ec547968d7da5b1240222c53a90efce25157a2Mark Andrews 901. [placeholder]
48ec547968d7da5b1240222c53a90efce25157a2Mark Andrews
48ec547968d7da5b1240222c53a90efce25157a2Mark Andrews 900. [bug] A config.guess update changed the system identification
095c47be5456c17087d7b39dfc97ebee65e0dfbbMark Andrews string of FreeBSD systems; configure and
095c47be5456c17087d7b39dfc97ebee65e0dfbbMark Andrews bin/tests/system/ifconfig.sh now recognize the new
178dc0e1d617a6ef6387e9942ba9cdb370d1bde2Mark Andrews string.
178dc0e1d617a6ef6387e9942ba9cdb370d1bde2Mark Andrews
178dc0e1d617a6ef6387e9942ba9cdb370d1bde2Mark Andrews --- 9.2.0a2 released ---
6aaf3d01a1a9829802498c5772b22d649d012181Mark Andrews
6aaf3d01a1a9829802498c5772b22d649d012181Mark Andrews 899. [bug] lib/dns/soa.c failed to compile on many platforms
6aaf3d01a1a9829802498c5772b22d649d012181Mark Andrews due to inappropriate use of a void value.
e51ba2650025460b26092fb2500e0b6dfbf6d548Mark Andrews [RT #1372, #1373, #1386, #1387, #1395]
e51ba2650025460b26092fb2500e0b6dfbf6d548Mark Andrews
e51ba2650025460b26092fb2500e0b6dfbf6d548Mark Andrews 898. [bug] "dig" failed to set a nonzero exit status
143526179e5965921e1bd17a4759c3993854b4f4Mark Andrews on UDP query timeout. [RT #1323]
143526179e5965921e1bd17a4759c3993854b4f4Mark Andrews
15bee593e70faca91a00331184fbbbc66080d422Mark Andrews 897. [bug] A config.guess update changed the system identification
15bee593e70faca91a00331184fbbbc66080d422Mark Andrews string of UnixWare systems; configure now recognizes
15bee593e70faca91a00331184fbbbc66080d422Mark Andrews the new string.
af326c2e3f90d86a8966a1298d7aa157667f97cdEvan Hunt
af326c2e3f90d86a8966a1298d7aa157667f97cdEvan Hunt 896. [bug] If a configuration file is set on named's command line
af326c2e3f90d86a8966a1298d7aa157667f97cdEvan Hunt and it has a relative pathname, the current directory
af326c2e3f90d86a8966a1298d7aa157667f97cdEvan Hunt (after any possible jailing resulting from named -t)
ce786900292468e465fb74df8712a625ce10e103Mukund Sivaraman will be prepended to it so that reloading works
ce786900292468e465fb74df8712a625ce10e103Mukund Sivaraman properly even when a directory option is present.
ce786900292468e465fb74df8712a625ce10e103Mukund Sivaraman
d102ab1b847716b045640faebf074a8092e0b023Mark Andrews 895. [func] New function, isc_dir_current(), akin to POSIX's
d102ab1b847716b045640faebf074a8092e0b023Mark Andrews getcwd().
d6fa26d0adaec6c910115be34fe7a5a5f402c14fMark Andrews
d6fa26d0adaec6c910115be34fe7a5a5f402c14fMark Andrews 894. [bug] When using the DNSSEC tools, a message intended to warn
d6fa26d0adaec6c910115be34fe7a5a5f402c14fMark Andrews when the keyboard was being used because of the lack
f503aa345b451f94875a5bab637223bcbbd93b6dEvan Hunt of a suitable random device was not being printed.
f503aa345b451f94875a5bab637223bcbbd93b6dEvan Hunt
f503aa345b451f94875a5bab637223bcbbd93b6dEvan Hunt 893. [func] Removed isc_file_test() and added isc_file_exists()
f503aa345b451f94875a5bab637223bcbbd93b6dEvan Hunt for the basic functionality that was being added
7df3f06c0bf0b78a88221348d6af6704d9ece7efMark Andrews with isc_file_test().
7df3f06c0bf0b78a88221348d6af6704d9ece7efMark Andrews
a3253fb44c15a52bbb19bb38592b4dc02a004527Tinderbox User 892. [placeholder]
d1cacbb37474b0cbee6c1ddd05d27f731b2b43baMark Andrews
d1cacbb37474b0cbee6c1ddd05d27f731b2b43baMark Andrews 891. [bug] Return an error when a SIG(0) signed response to
2be9d18ee9bd1b4eec4720218e4f43352603291fMark Andrews an unsigned query is seen. This should actually
2be9d18ee9bd1b4eec4720218e4f43352603291fMark Andrews do the verification, but it's not currently
2be9d18ee9bd1b4eec4720218e4f43352603291fMark Andrews possible. [RT #1391]
2be9d18ee9bd1b4eec4720218e4f43352603291fMark Andrews
4d506ae0d1671e5a1272ef1ef13986af01616ac4Mark Andrews 890. [cleanup] The man pages no longer require the mandoc macros
65a3f6329735860093004f6b0fe69d6be886417bTinderbox User and should now format cleanly using most versions of
8b82b4982c21dfeb164f04700c7204f6541a7856Evan Hunt nroff, and HTML versions of the man pages have been
c40906dfad6dd6e3a3e3c94b8c8847bc9bc064e5Mark Andrews added. Both are generated from DocBook source.
c40906dfad6dd6e3a3e3c94b8c8847bc9bc064e5Mark Andrews
c40906dfad6dd6e3a3e3c94b8c8847bc9bc064e5Mark Andrews 889. [port] Eliminated blank lines before .TH in nroff man
f9e49fd80e2ac4fce0fef11d330b88ff3693ad99Witold Krecicki pages since they cause problems with some versions
f9e49fd80e2ac4fce0fef11d330b88ff3693ad99Witold Krecicki of nroff. [RT #1390]
e8c70b0c35c27a28ea2e0cafb252e1774ccc1727Mark Andrews
e8c70b0c35c27a28ea2e0cafb252e1774ccc1727Mark Andrews 888. [bug] Don't die when using TKEY to delete a nonexistent
e8c70b0c35c27a28ea2e0cafb252e1774ccc1727Mark Andrews TSIG key. [RT #1392]
7204d08a319cf590ae4280b8cc20999320398574Mark Andrews
7204d08a319cf590ae4280b8cc20999320398574Mark Andrews 887. [port] Detect broken compilers that can't call static
7204d08a319cf590ae4280b8cc20999320398574Mark Andrews functions from inline functions. [RT #1212]
7204d08a319cf590ae4280b8cc20999320398574Mark Andrews
6ce5279d0f30c8c760e27baf92bb44b3f4962354Evan Hunt 866. [func] Close debug only file channels when debug is set to
6ce5279d0f30c8c760e27baf92bb44b3f4962354Evan Hunt zero. [RT #1246]
6ce5279d0f30c8c760e27baf92bb44b3f4962354Evan Hunt
6ce5279d0f30c8c760e27baf92bb44b3f4962354Evan Hunt 865. [bug] The new configuration parser did not allow
f5898cf3484b1588d5239faa4062a2b2b606ce91Evan Hunt the optional debug level in a "severity debug"
f5898cf3484b1588d5239faa4062a2b2b606ce91Evan Hunt clause of a logging channel to be omitted.
f5898cf3484b1588d5239faa4062a2b2b606ce91Evan Hunt This is now allowed and treated as "severity
f5898cf3484b1588d5239faa4062a2b2b606ce91Evan Hunt debug 1;" like it does in BIND 8.2.4, not as
f5898cf3484b1588d5239faa4062a2b2b606ce91Evan Hunt "severity debug 0;" like it did in BIND 9.1.
f5898cf3484b1588d5239faa4062a2b2b606ce91Evan Hunt [RT #1367]
f5898cf3484b1588d5239faa4062a2b2b606ce91Evan Hunt
f5898cf3484b1588d5239faa4062a2b2b606ce91Evan Hunt 864. [cleanup] Multithreading is now enabled by default on
f5898cf3484b1588d5239faa4062a2b2b606ce91Evan Hunt OSF1, Solaris 2.7 and newer, AIX, IRIX, and HP-UX.
c27c710939766a7bb315bde1f12ab18d93c77cc8Mark Andrews
c27c710939766a7bb315bde1f12ab18d93c77cc8Mark Andrews 863. [bug] If an error occurred while an outgoing zone transfer
c27c710939766a7bb315bde1f12ab18d93c77cc8Mark Andrews was starting up, the server could access a domain
4e9a1ad22618a46dab82eeb2d030190cec0afbc6Mukund Sivaraman name that had already been freed when logging a
4e9a1ad22618a46dab82eeb2d030190cec0afbc6Mukund Sivaraman message saying that the transfer was starting.
4e9a1ad22618a46dab82eeb2d030190cec0afbc6Mukund Sivaraman [RT #1383]
4e9a1ad22618a46dab82eeb2d030190cec0afbc6Mukund Sivaraman
4e9a1ad22618a46dab82eeb2d030190cec0afbc6Mukund Sivaraman 862. [bug] Use after realloc(), non portable pointer arithmetic in
555469af35c12189525921abbc3de3cefb5f9f0fMark Andrews grmerge().
555469af35c12189525921abbc3de3cefb5f9f0fMark Andrews
c5342425ea5568af04f4b87d5d9690453b21c9f1Mark Andrews 861. [port] Add support for Mac OS X, by making it equivalent
c5342425ea5568af04f4b87d5d9690453b21c9f1Mark Andrews to Darwin. This was derived from the config.guess
c5342425ea5568af04f4b87d5d9690453b21c9f1Mark Andrews file shipped with Mac OS X. [RT #1355]
b4bbf494183e4158b417d9200297ff0764af2f9dMark Andrews
b4bbf494183e4158b417d9200297ff0764af2f9dMark Andrews 860. [func] Drop cross class glue in zone transfers.
b4bbf494183e4158b417d9200297ff0764af2f9dMark Andrews
f3a4a5f8db3d9fd352a3e2eb6be779a78da03f52Mark Andrews 859. [bug] Cache cleaning now won't swamp the CPU if there
f3a4a5f8db3d9fd352a3e2eb6be779a78da03f52Mark Andrews is a persistent overlimit condition.
f3a4a5f8db3d9fd352a3e2eb6be779a78da03f52Mark Andrews
2fb6d3782b548ba678cfb8ff09e0d1e49fafb84dMark Andrews 858. [func] isc_mem_setwater() no longer requires that when the
2fb6d3782b548ba678cfb8ff09e0d1e49fafb84dMark Andrews callback function is non-NULL then its hi_water
2fb6d3782b548ba678cfb8ff09e0d1e49fafb84dMark Andrews argument must be greater than its lo_water argument
2fb6d3782b548ba678cfb8ff09e0d1e49fafb84dMark Andrews (they can now be equal) or that they be non-zero.
2fb6d3782b548ba678cfb8ff09e0d1e49fafb84dMark Andrews
2fb6d3782b548ba678cfb8ff09e0d1e49fafb84dMark Andrews 857. [cleanup] Use ISC_MAGIC() to define all magic numbers for
bc09fd1365d1a48972fa99cd6ed2aa788a28ef33Mark Andrews structs, for our friends in EBCDIC-land.
bc09fd1365d1a48972fa99cd6ed2aa788a28ef33Mark Andrews
bc09fd1365d1a48972fa99cd6ed2aa788a28ef33Mark Andrews 856. [func] Allow partial rdatasets to be returned in answer and
36be0aad8ec241987e1866a547372eb28ee7dc09Mark Andrews authority sections to help non-TCP capable clients
36be0aad8ec241987e1866a547372eb28ee7dc09Mark Andrews recover from truncation. [RT #1301]
36be0aad8ec241987e1866a547372eb28ee7dc09Mark Andrews
36be0aad8ec241987e1866a547372eb28ee7dc09Mark Andrews 855. [bug] Stop spurious "using RFC 1035 TTL semantics" warnings.
36be0aad8ec241987e1866a547372eb28ee7dc09Mark Andrews
33f91e248b67afa96c5b855ba3ace20b5d89dbd0Mark Andrews 854. [bug] The config parser didn't properly handle config
33f91e248b67afa96c5b855ba3ace20b5d89dbd0Mark Andrews options that were specified in units of time other
33f91e248b67afa96c5b855ba3ace20b5d89dbd0Mark Andrews than seconds. [RT #1372]
51227d6f16840ae359701b5d56970a5f3860db5aEvan Hunt
51227d6f16840ae359701b5d56970a5f3860db5aEvan Hunt 853. [bug] configure_view_acl() failed to detach existing acls.
51227d6f16840ae359701b5d56970a5f3860db5aEvan Hunt [RT #1374]
175a8414a785689cb028e6e133385dba9e1b9a95Evan Hunt
9e4811dc90cca1f6f2d1ef86182f9613add06df3Mark Andrews 852. [bug] Handle responses from servers which do not know
9e4811dc90cca1f6f2d1ef86182f9613add06df3Mark Andrews about IXFR.
12b791ae2018561482f3b68dd6658c2ad1a4d934Mark Andrews
12b791ae2018561482f3b68dd6658c2ad1a4d934Mark Andrews 851. [cleanup] The obsolete support-ixfr option was not properly
12b791ae2018561482f3b68dd6658c2ad1a4d934Mark Andrews ignored.
080582dc4739cabf0170b54e9a453785d577e364Mark Andrews
080582dc4739cabf0170b54e9a453785d577e364Mark Andrews --- 9.2.0a1 released ---
080582dc4739cabf0170b54e9a453785d577e364Mark Andrews
3a71cd8ca3c4970b71ef503553eda2666ce3d2b1Mark Andrews 850. [bug] dns_rbt_findnode() would not find nodes that were
3a71cd8ca3c4970b71ef503553eda2666ce3d2b1Mark Andrews split on a bitstring label somewhere other than in
3a71cd8ca3c4970b71ef503553eda2666ce3d2b1Mark Andrews the last label of the node. [RT #1351]
02ceed9f83f82f0de35c7bd73c27a33d4f0fe9cbMark Andrews
02ceed9f83f82f0de35c7bd73c27a33d4f0fe9cbMark Andrews 849. [func] <isc/net.h> will ensure INADDR_LOOPBACK is defined.
02ceed9f83f82f0de35c7bd73c27a33d4f0fe9cbMark Andrews
32431c79c76257130e1b31223e59a614e19bea1bEvan Hunt 848. [func] A minimum max-cache-size of two megabytes is enforced
32431c79c76257130e1b31223e59a614e19bea1bEvan Hunt by the cache cleaner.
32431c79c76257130e1b31223e59a614e19bea1bEvan Hunt
8db83c1e908ac92a28ad0dd6dc2bdcff1d20084cWitold Krecicki 847. [func] Added isc_file_test(), which currently only has
8db83c1e908ac92a28ad0dd6dc2bdcff1d20084cWitold Krecicki some very basic functionality to test for the
ba340e446906b21925df63b0dec9b299ef093ad2Witold Krecicki existence of a file, whether a pathname is absolute,
ba340e446906b21925df63b0dec9b299ef093ad2Witold Krecicki or whether a pathname is the fundamental representation
b62db16a580addacf9b2a4d0a6e272632ad5712aMark Andrews of the current directory. It is intended that this
b62db16a580addacf9b2a4d0a6e272632ad5712aMark Andrews function can be expanded to test other things a
b62db16a580addacf9b2a4d0a6e272632ad5712aMark Andrews programmer might want to know about a file.
72cc860dd232dd8ae1b792c7c7c5d929211ed161Mark Andrews
b7161f9898405faee05ba72a63ad10e4541f1346Mark Andrews 846. [func] A non-zero 'param' to dst_key_generate() when making an
b7161f9898405faee05ba72a63ad10e4541f1346Mark Andrews hmac-md5 key means that good entropy is not required.
b7161f9898405faee05ba72a63ad10e4541f1346Mark Andrews
b7161f9898405faee05ba72a63ad10e4541f1346Mark Andrews 845. [bug] The access rights on the public file of a symmetric
b7161f9898405faee05ba72a63ad10e4541f1346Mark Andrews key are now restricted as soon as the file is opened,
b7161f9898405faee05ba72a63ad10e4541f1346Mark Andrews rather than after it has been written and closed.
b7161f9898405faee05ba72a63ad10e4541f1346Mark Andrews
6d609c3cbe7d91bf02ac60a4a34cc4bffa13a3e6Evan Hunt 844. [func] <isc/net.h> will ensure INADDR_LOOPBACK is defined,
6d609c3cbe7d91bf02ac60a4a34cc4bffa13a3e6Evan Hunt just as <lwres/net.h> does.
6d609c3cbe7d91bf02ac60a4a34cc4bffa13a3e6Evan Hunt
b83e886b3023c9a3bb40f20e399c3d2d40604eadEvan Hunt 843. [func] If no controls statement is present in named.conf,
b83e886b3023c9a3bb40f20e399c3d2d40604eadEvan Hunt or if any inet phrase of a controls statement is
b83e886b3023c9a3bb40f20e399c3d2d40604eadEvan Hunt lacking a keys clause, then a key will be automatically
801707fe19600313a0b1f7845a518100f69e58b6Evan Hunt generated by named and an rndc.conf-style file
801707fe19600313a0b1f7845a518100f69e58b6Evan Hunt named named.key will be written that uses it. rndc
801707fe19600313a0b1f7845a518100f69e58b6Evan Hunt will use this file only if its normal configuration
801707fe19600313a0b1f7845a518100f69e58b6Evan Hunt file, or one provided on the command line, does not
801707fe19600313a0b1f7845a518100f69e58b6Evan Hunt exist.
801707fe19600313a0b1f7845a518100f69e58b6Evan Hunt
801707fe19600313a0b1f7845a518100f69e58b6Evan Hunt 842. [func] 'rndc flush' now takes an optional view.
801707fe19600313a0b1f7845a518100f69e58b6Evan Hunt
801707fe19600313a0b1f7845a518100f69e58b6Evan Hunt 841. [bug] When sdb modules were not declared threadsafe, their
adb0ac475d4a58404812eee3a158447decf9e026Tinderbox User create and destroy functions were not serialized.
adb0ac475d4a58404812eee3a158447decf9e026Tinderbox User
801707fe19600313a0b1f7845a518100f69e58b6Evan Hunt 840. [bug] The config file parser could print the wrong file
529d8a7cf1960f96a78d1b2b004aa63aff80b16bMark Andrews name if an error was detected after an included file
529d8a7cf1960f96a78d1b2b004aa63aff80b16bMark Andrews was parsed. [RT #1353]
529d8a7cf1960f96a78d1b2b004aa63aff80b16bMark Andrews
d9d7b2657e2b688b2ad601a3ea0a23a4078c1f02Witold Krecicki 839. [func] Dump packets for which there was no view or that the
d9d7b2657e2b688b2ad601a3ea0a23a4078c1f02Witold Krecicki class could not be determined to category "unmatched".
d9d7b2657e2b688b2ad601a3ea0a23a4078c1f02Witold Krecicki
1fe29e5d65d81d1ff0b94bfa7ce80f506a62af91Witold Krecicki 838. [port] UnixWare 7.x.x is now suported by
1fe29e5d65d81d1ff0b94bfa7ce80f506a62af91Witold Krecicki bin/tests/system/ifconfig.sh.
d907426f0f5b6100cbe4d03e417f59ce67ff171bEvan Hunt
d907426f0f5b6100cbe4d03e417f59ce67ff171bEvan Hunt 837. [cleanup] Multithreading is now enabled by default only on
d907426f0f5b6100cbe4d03e417f59ce67ff171bEvan Hunt OSF1, Solaris 2.7 and newer, and AIX.
d907426f0f5b6100cbe4d03e417f59ce67ff171bEvan Hunt
f0fe1930a2350c1110bff2203e48335c147ca52dEvan Hunt 836. [func] Upgraded libtool to 1.4.
f0fe1930a2350c1110bff2203e48335c147ca52dEvan Hunt
f0fe1930a2350c1110bff2203e48335c147ca52dEvan Hunt 835. [bug] The dispatcher could enter a busy loop if
a78396e6522d807dceb81c09cfdbca9acee3cc00Evan Hunt it got an I/O error receiving on a UDP socket.
a78396e6522d807dceb81c09cfdbca9acee3cc00Evan Hunt [RT #1293]
6ce370550225d4a9251346575bb7020145708bc2Tinderbox User
181125e682a4a7de03baedc099d4006ffd6d972cTinderbox User 834. [func] Accept (but warn about) master files beginning with
7bc7cdd947a9f5671e8de77ef74b28bf35d15c8eEvan Hunt an SOA record without an explicit TTL field and
7bc7cdd947a9f5671e8de77ef74b28bf35d15c8eEvan Hunt lacking a $TTL directive, by using the SOA MINTTL
55d61515ec5a64c19ecfbd8b554d02515c878f2bMark Andrews as a default TTL. This is for backwards compatibility
55d61515ec5a64c19ecfbd8b554d02515c878f2bMark Andrews with old versions of BIND 8, which accepted such
55d61515ec5a64c19ecfbd8b554d02515c878f2bMark Andrews files without warning although they are illegal
1ddde9710ed9298bf8cd4dfd1921ec363e308f87Mark Andrews according to RFC1035.
1ddde9710ed9298bf8cd4dfd1921ec363e308f87Mark Andrews
2d5581de6e5d6606a8acef041ca808f4b8e24b1bMukund Sivaraman 833. [cleanup] Moved dns_soa_*() from <dns/journal.h> to
2d5581de6e5d6606a8acef041ca808f4b8e24b1bMukund Sivaraman <dns/soa.h>, and extended them to support
2d5581de6e5d6606a8acef041ca808f4b8e24b1bMukund Sivaraman all the integer-valued fields of the SOA RR.
a217937e597bbdaa1805d13cf85c9a9d6131b884Tinderbox User
3525200d9fb0e70aec4f6a3c7e0ed5a7dd8398afEvan Hunt 832. [bug] The default location for named.conf in named-checkconf
3525200d9fb0e70aec4f6a3c7e0ed5a7dd8398afEvan Hunt should depend on --sysconfdir like it does in named.
3525200d9fb0e70aec4f6a3c7e0ed5a7dd8398afEvan Hunt [RT #1258]
3525200d9fb0e70aec4f6a3c7e0ed5a7dd8398afEvan Hunt
3525200d9fb0e70aec4f6a3c7e0ed5a7dd8398afEvan Hunt 831. [placeholder]
28303a06cec9c9c71ffb8164c85e47281dfca873Mark Andrews
28303a06cec9c9c71ffb8164c85e47281dfca873Mark Andrews 830. [func] Implement 'rndc status'.
28303a06cec9c9c71ffb8164c85e47281dfca873Mark Andrews
8a659aae94652e1dd151705551cca1dab7cafd75Mark Andrews 829. [bug] The DNS_R_ZONECUT result code should only be returned
8a659aae94652e1dd151705551cca1dab7cafd75Mark Andrews when an ANY query is made with DNS_DBFIND_GLUEOK set.
4d8940486ca555f8308c503eef3bd479c0095eb8Mark Andrews In all other ANY query cases, returning the delegation
35c014cb1d151983c455ad1ac99093591cbda97aMark Andrews is better.
35c014cb1d151983c455ad1ac99093591cbda97aMark Andrews
35c014cb1d151983c455ad1ac99093591cbda97aMark Andrews 828. [bug] The errno value from recvfrom() could be overwritten
a16f42441a0bdfc911aafe841a975af55181f2f0Mukund Sivaraman by logging code. [RT #1293]
a16f42441a0bdfc911aafe841a975af55181f2f0Mukund Sivaraman
a16f42441a0bdfc911aafe841a975af55181f2f0Mukund Sivaraman 827. [bug] When an IXFR protocol error occurs, the slave
61b1075ddbc2d32043531dd90c20043f419fcfb7Mark Andrews should retry with AXFR.
61b1075ddbc2d32043531dd90c20043f419fcfb7Mark Andrews
f555b59e3678ba3e67201ef158b5f355e6d3ce13Mark Andrews 826. [bug] Some IXFR protocol errors were not detected.
f555b59e3678ba3e67201ef158b5f355e6d3ce13Mark Andrews
b740318a42e7e9e9511c4a3213a81a51257c1ab9Mark Andrews 825. [bug] zone.c:ns_query() detached from the wrong zone
f555b59e3678ba3e67201ef158b5f355e6d3ce13Mark Andrews reference. [RT #1264]
8d9a134fe75c57052094b30ad43a20582ad71ebfMark Andrews
8d9a134fe75c57052094b30ad43a20582ad71ebfMark Andrews 824. [bug] Correct line numbers reported by dns_master_load().
8d9a134fe75c57052094b30ad43a20582ad71ebfMark Andrews [RT #1263]
8d9a134fe75c57052094b30ad43a20582ad71ebfMark Andrews
c2a6e9d347ea5364041d4241e4683d076d4e091bMark Andrews 823. [func] The output of "dig -h" now goes to stdout so that it
c2a6e9d347ea5364041d4241e4683d076d4e091bMark Andrews can easily be piped through "more". [RT #1254]
c2a6e9d347ea5364041d4241e4683d076d4e091bMark Andrews
cccfafa31131844c3b82e4c92f87f243d7ca3287Mark Andrews 822. [bug] Sending nxrrset prerequisites would crash nsupdate.
cccfafa31131844c3b82e4c92f87f243d7ca3287Mark Andrews [RT #1248]
cccfafa31131844c3b82e4c92f87f243d7ca3287Mark Andrews
e8555412f186ad05a064591bcb25c2f7d7395756Mark Andrews 821. [bug] The program name used when logging to syslog should
e8555412f186ad05a064591bcb25c2f7d7395756Mark Andrews be stripped of leading path components.
f5b0ad3c8d4b665037b4eeda2fc24547c698c012Witold Krecicki [RT #1178, #1232]
f5b0ad3c8d4b665037b4eeda2fc24547c698c012Witold Krecicki
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews 820. [bug] Name server address lookups failed to follow
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews A6 chains into the glue of local authoritative
50a3eae6cf9a401ea70f5e81579f14f829f3e457Mark Andrews zones.
50a3eae6cf9a401ea70f5e81579f14f829f3e457Mark Andrews
50a3eae6cf9a401ea70f5e81579f14f829f3e457Mark Andrews 819. [bug] In certain cases, the resolver's attempts to
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews restart an address lookup at the root could cause
8d49a1a0d1658952181cc686fc4dc62006baa1a7Mark Andrews the fetch to deadlock (with itself) instead of
8d49a1a0d1658952181cc686fc4dc62006baa1a7Mark Andrews restarting. [RT #1225]
8d49a1a0d1658952181cc686fc4dc62006baa1a7Mark Andrews
97e13cc244a1fc67fd42c421c92ccead5e38a2f5Mark Andrews 818. [bug] Certain pathological responses to ANY queries could
97e13cc244a1fc67fd42c421c92ccead5e38a2f5Mark Andrews cause an assertion failure. [RT #1218]
97e13cc244a1fc67fd42c421c92ccead5e38a2f5Mark Andrews
9f5443280fcfd625a06f63a1b457ed2335840278Mark Andrews 817. [func] Adjust timeouts for dialup zone queries.
9f5443280fcfd625a06f63a1b457ed2335840278Mark Andrews
c1a72112b2391bd8f149c5f19bdb12fa0d39fef4Mark Andrews 816. [bug] Report potential problems with log file accessibility
c1a72112b2391bd8f149c5f19bdb12fa0d39fef4Mark Andrews at configuration time, since such problems can't
c1a72112b2391bd8f149c5f19bdb12fa0d39fef4Mark Andrews reliably be reported at the time they actually occur.
c1a72112b2391bd8f149c5f19bdb12fa0d39fef4Mark Andrews
4840ef4581a577a29a18d180b6bc2e7355378ed7Mark Andrews 815. [bug] If a log file was specified with a path separator
4840ef4581a577a29a18d180b6bc2e7355378ed7Mark Andrews character (i.e. "/") in its name and the directory
7d262a3647a517a86d6d83058aedd18b7a6b06dfMark Andrews did not exist, the log file's name was treated as
990494909886f2cef94d3874f4dc4add03cece81Mark Andrews though it were the directory name. [RT #1189]
7d262a3647a517a86d6d83058aedd18b7a6b06dfMark Andrews
f4c0d8db2b1a14e62660fa92f8aaf614b99d7f2fWitold Krecicki 814. [bug] Socket objects left over from accept() failures
96d49a84fff54fe19b430c56912db0a55cf3ded8Mark Andrews were incorrectly destroyed, causing corruption
96d49a84fff54fe19b430c56912db0a55cf3ded8Mark Andrews of socket manager data structures.
f4c0d8db2b1a14e62660fa92f8aaf614b99d7f2fWitold Krecicki
10966da999f8f7f364418aa446d8ead9c8a761cfMark Andrews 813. [bug] File descriptors exceeding FD_SETSIZE were handled
10966da999f8f7f364418aa446d8ead9c8a761cfMark Andrews badly. [RT #1192]
f0e7471845e0c9f1509fb91cae4a8e6655132acbEvan Hunt
047e477d27b7faa9a063fde549e2b2c141f2291bWitold Krecicki 812. [bug] dig sometimes printed incomplete IXFR responses
f4c0d8db2b1a14e62660fa92f8aaf614b99d7f2fWitold Krecicki due to an uninitialized variable. [RT #1188]
322efcb27d26cb5949ceabf6d3b93d0a2e25746fWitold Krecicki
322efcb27d26cb5949ceabf6d3b93d0a2e25746fWitold Krecicki 811. [bug] Parentheses were not quoted in zone dumps. [RT #1194]
4681ab1fc2c40e1d70fae38e64630c72c51c300eWitold Krecicki
4681ab1fc2c40e1d70fae38e64630c72c51c300eWitold Krecicki 810. [bug] The signer name in SIG records was not properly
4681ab1fc2c40e1d70fae38e64630c72c51c300eWitold Krecicki downcased when signing/verifying records. [RT #1186]
4681ab1fc2c40e1d70fae38e64630c72c51c300eWitold Krecicki
4681ab1fc2c40e1d70fae38e64630c72c51c300eWitold Krecicki 809. [bug] Configuring a non-local address as a transfer-source
b56bd9b59f590ade778ac6621fb5bede4001d8aeMark Andrews could cause an assertion failure during load.
b56bd9b59f590ade778ac6621fb5bede4001d8aeMark Andrews
b56bd9b59f590ade778ac6621fb5bede4001d8aeMark Andrews 808. [func] Add 'rndc flush' to flush the server's cache.
96beefd76f597b77d4fcd51f8d766e5e59a2d216Mark Andrews
96beefd76f597b77d4fcd51f8d766e5e59a2d216Mark Andrews 807. [bug] When setting up TCP connections for incoming zone
3f06b888ae80a8724b300ab39a4276537b0241cdWitold Krecicki transfers, the transfer-source port was not
3f06b888ae80a8724b300ab39a4276537b0241cdWitold Krecicki ignored like it should be.
3f06b888ae80a8724b300ab39a4276537b0241cdWitold Krecicki
948fe5822b9c8489856bc38b3063e30e9d34fcd3Mark Andrews 806. [bug] DNS_R_SEENINCLUDE was failing to propagate back up
948fe5822b9c8489856bc38b3063e30e9d34fcd3Mark Andrews the calling stack to the zone maintence level, causing
948fe5822b9c8489856bc38b3063e30e9d34fcd3Mark Andrews zones to not reload when an included file was touched
ecff557eebd67a717ab6fd3323af27363ee3273dMark Andrews but the top-level zone file was not.
ecff557eebd67a717ab6fd3323af27363ee3273dMark Andrews
ecff557eebd67a717ab6fd3323af27363ee3273dMark Andrews 805. [bug] When using "forward only", missing root hints should
fbc50678e18eced2c1324bd968e77d4d7737d0caMark Andrews not cause queries to fail. [RT #1143]
fbc50678e18eced2c1324bd968e77d4d7737d0caMark Andrews
fbc50678e18eced2c1324bd968e77d4d7737d0caMark Andrews 804. [bug] Attempting to obtain entropy could fail in some
fbc50678e18eced2c1324bd968e77d4d7737d0caMark Andrews situations. This would be most common on systems
c2afbab9dc8de73c85b32624a8364bc7532d1fa9Witold Krecicki with user-space threads. [RT #1131]
c2afbab9dc8de73c85b32624a8364bc7532d1fa9Witold Krecicki
c2afbab9dc8de73c85b32624a8364bc7532d1fa9Witold Krecicki 803. [bug] Treat all SIG queries as if they have the CD bit set,
51ec0decc11beda6b903fbfa18c35edef09ad5feWitold Krecicki otherwise no data will be returned [RT #749]
51ec0decc11beda6b903fbfa18c35edef09ad5feWitold Krecicki
3d0b7d5cc3428dedf4486e949fbd536eef494b99Evan Hunt 802. [bug] DNSSEC key tags were computed incorrectly in almost
3d0b7d5cc3428dedf4486e949fbd536eef494b99Evan Hunt all cases. [RT #1146]
3d0b7d5cc3428dedf4486e949fbd536eef494b99Evan Hunt
3d0b7d5cc3428dedf4486e949fbd536eef494b99Evan Hunt 801. [bug] nsupdate should treat lines beginning with ';' as
3d0b7d5cc3428dedf4486e949fbd536eef494b99Evan Hunt comments. [RT #1139]
3d0b7d5cc3428dedf4486e949fbd536eef494b99Evan Hunt
4d506ae0d1671e5a1272ef1ef13986af01616ac4Mark Andrews 800. [bug] dnssec-signzone produced incorrect statistics for
9268297baa1429d8851c36972d918dde66544746Mark Andrews large zones. [RT #1133]
9268297baa1429d8851c36972d918dde66544746Mark Andrews
9268297baa1429d8851c36972d918dde66544746Mark Andrews 799. [bug] The ADB didn't find AAAA glue in a zone unless A6
d7ab0204e26098847232548f03833e185db0b99fMark Andrews glue was also present.
d7ab0204e26098847232548f03833e185db0b99fMark Andrews
d7ab0204e26098847232548f03833e185db0b99fMark Andrews 798. [bug] nsupdate should be able to reject bad input lines
aabcb1fde0ca255ff30f0a5c10cbd39f798cc5b7Mark Andrews and continue. [RT #1130]
aabcb1fde0ca255ff30f0a5c10cbd39f798cc5b7Mark Andrews
aabcb1fde0ca255ff30f0a5c10cbd39f798cc5b7Mark Andrews 797. [func] Issue a warning if the 'directory' option contains
aabcb1fde0ca255ff30f0a5c10cbd39f798cc5b7Mark Andrews a relative path. [RT #269]
7a00d69909ace5dc11bcff9c1e07c311f92a7f8eWitold Krecicki
7a00d69909ace5dc11bcff9c1e07c311f92a7f8eWitold Krecicki 796. [func] When a size limit is associated with a log file,
7a00d69909ace5dc11bcff9c1e07c311f92a7f8eWitold Krecicki only roll it when the size is reached, not every
7a00d69909ace5dc11bcff9c1e07c311f92a7f8eWitold Krecicki time the log file is opened. [RT #1096]
7a00d69909ace5dc11bcff9c1e07c311f92a7f8eWitold Krecicki
7a00d69909ace5dc11bcff9c1e07c311f92a7f8eWitold Krecicki 795. [func] Add the +multiline option to dig. [RT #1095]
7a00d69909ace5dc11bcff9c1e07c311f92a7f8eWitold Krecicki
7a00d69909ace5dc11bcff9c1e07c311f92a7f8eWitold Krecicki 794. [func] Implement the "port" and "default-port" statements
ac110848296c18b3a3bfaa89bdee2dd00755b36fMark Andrews in rndc.conf.
ac110848296c18b3a3bfaa89bdee2dd00755b36fMark Andrews
ac110848296c18b3a3bfaa89bdee2dd00755b36fMark Andrews 793. [cleanup] The DNSSEC tools could create filenames that were
ac110848296c18b3a3bfaa89bdee2dd00755b36fMark Andrews illegal or contained shell metacharacters. They
7100602261f22ed9f5955f8acfbc59f37ac608bbMark Andrews now use a different text encoding of names that
ede52ba98d02bc1ac4483a77d403ff1d64a003ceMark Andrews doesn't have these problems. [RT #1101]
7100602261f22ed9f5955f8acfbc59f37ac608bbMark Andrews
a0f5a5e3c5c6dd29b18bc06fea0d02ae7fc24ac9Mark Andrews 792. [cleanup] Replace the OMAPI command channel protocol with a
0cbe448914be61d0f92b1e9d3adaeba87d25639dEvan Hunt simpler one.
0cbe448914be61d0f92b1e9d3adaeba87d25639dEvan Hunt
0cbe448914be61d0f92b1e9d3adaeba87d25639dEvan Hunt 791. [bug] The command channel now works over IPv6.
0cbe448914be61d0f92b1e9d3adaeba87d25639dEvan Hunt
0cbe448914be61d0f92b1e9d3adaeba87d25639dEvan Hunt 790. [bug] Wildcards created using dynamic update or IXFR
9dede25430218a1f683dfef36f04ac7cf5bbd9e8Mark Andrews could fail to match. [RT #1111]
10f8dc8456ba073fdb2bfc5168d78de574debeeeMark Andrews
9dede25430218a1f683dfef36f04ac7cf5bbd9e8Mark Andrews 789. [bug] The "localhost" and "localnets" ACLs did not match
88699327de812fdd5beeb68b06ea45000fca2175Mark Andrews when used as the second element of a two-element
53a70bef3508acb1517b8eb57f61a81280c11509Mark Andrews sortlist item.
d3600bb89d32a7e0d943691d3cad5c569ef6158dMark Andrews
d3600bb89d32a7e0d943691d3cad5c569ef6158dMark Andrews 788. [func] Add the "match-mapped-addresses" option, which
d3600bb89d32a7e0d943691d3cad5c569ef6158dMark Andrews causes IPv6 v4mapped addresses to be treated as
7472cd350fe9245553e9da7f2df8e7e364d136abMukund Sivaraman IPv4 addresses for the purpose of acl matching.
7472cd350fe9245553e9da7f2df8e7e364d136abMukund Sivaraman
7472cd350fe9245553e9da7f2df8e7e364d136abMukund Sivaraman 787. [bug] The DNSSEC tools failed to downcase domain
7472cd350fe9245553e9da7f2df8e7e364d136abMukund Sivaraman names when mapping them into file names.
7472cd350fe9245553e9da7f2df8e7e364d136abMukund Sivaraman
049a49c2956dd9cc9b82974e2bbe77c57fcc73dbMark Andrews 786. [bug] When DNSSEC signing/verifying data, owner names were
049a49c2956dd9cc9b82974e2bbe77c57fcc73dbMark Andrews not properly downcased.
049a49c2956dd9cc9b82974e2bbe77c57fcc73dbMark Andrews
e2047969decfc0c3fc1a946ccade993cab9c9315Mark Andrews 785. [bug] A race condition in the resolver could cause
e2047969decfc0c3fc1a946ccade993cab9c9315Mark Andrews an assertion failure. [RT #673, #872, #1048]
e2047969decfc0c3fc1a946ccade993cab9c9315Mark Andrews
c3beecc1bcc6e1c15176a699b41ca77ef6533c25Mark Andrews 784. [bug] nsupdate and other programs would not quit properly
c3beecc1bcc6e1c15176a699b41ca77ef6533c25Mark Andrews if some signals were blocked by the caller. [RT #1081]
c3beecc1bcc6e1c15176a699b41ca77ef6533c25Mark Andrews
0be436fc397396ed490182f022d02b46c7a50271Mark Andrews 783. [bug] Following CNAMEs could cause an assertion failure
0be436fc397396ed490182f022d02b46c7a50271Mark Andrews when either using an sdb database or under very
da06956f4b1467608a7b00737d49622d6a27ba3fMark Andrews rare conditions.
53a70bef3508acb1517b8eb57f61a81280c11509Mark Andrews
8090ceb932b52c70d72f655531150e0a1122052dMark Andrews 782. [func] Implement the "serial-query-rate" option.
7100602261f22ed9f5955f8acfbc59f37ac608bbMark Andrews
f89adb2c2a52b505501c3eaa2aec9fd4df6bd60aTinderbox User 781. [func] Avoid error packet loops by dropping duplicate FORMERR
e846f127d64ea690b789efa6e5b4ff9f64cf3235Witold Krecicki responses. [RT #1006]
e846f127d64ea690b789efa6e5b4ff9f64cf3235Witold Krecicki
28053af04c5121ec234c320e4c76273305816e7aEvan Hunt 780. [bug] Error handling code dealing with out of memory or
28053af04c5121ec234c320e4c76273305816e7aEvan Hunt other rare errors could lead to assertion failures
28053af04c5121ec234c320e4c76273305816e7aEvan Hunt by calling functions on unitialized names. [RT #1065]
28053af04c5121ec234c320e4c76273305816e7aEvan Hunt
5ac427050fa0e303171133ce3855b284ab4cfbb7Mark Andrews 779. [func] Added the "minimal-responses" option.
5ac427050fa0e303171133ce3855b284ab4cfbb7Mark Andrews
5ac427050fa0e303171133ce3855b284ab4cfbb7Mark Andrews 778. [bug] When starting cache cleaning, cleaning_timer_action()
594d15df254304ef6705a9fc028bcd34328bce42Mark Andrews returned without first pausing the iterator, which
594d15df254304ef6705a9fc028bcd34328bce42Mark Andrews could cause deadlock. [RT #998]
594d15df254304ef6705a9fc028bcd34328bce42Mark Andrews
19d80ce5844e00a021643759adcbe27c11b485a0Witold Krecicki 777. [bug] An empty forwarders list in a zone failed to override
19d80ce5844e00a021643759adcbe27c11b485a0Witold Krecicki global forwarders. [RT #995]
19d80ce5844e00a021643759adcbe27c11b485a0Witold Krecicki
19d80ce5844e00a021643759adcbe27c11b485a0Witold Krecicki 776. [func] Improved error reporting in denied messages. [RT #252]
dc2a4887c40b1ee361cef51e188b386e19497e01Witold Krecicki
dc2a4887c40b1ee361cef51e188b386e19497e01Witold Krecicki 775. [placeholder]
08e36aa5a5c7697a839f83831fccf8fb3f792848Mark Andrews
08e36aa5a5c7697a839f83831fccf8fb3f792848Mark Andrews 774. [func] max-cache-size is implemented.
370c6e0ac1ad6330e5ded66e5636c5c93d2ce3ffEvan Hunt
08e36aa5a5c7697a839f83831fccf8fb3f792848Mark Andrews 773. [func] Added isc_rwlock_trylock() to attempt to lock without
08e36aa5a5c7697a839f83831fccf8fb3f792848Mark Andrews blocking.
f1a2709aad7baa4161fdb6f63edf99b0150af252Evan Hunt
f1a2709aad7baa4161fdb6f63edf99b0150af252Evan Hunt 772. [bug] Owner names could be incorrectly omitted from cache
f1a2709aad7baa4161fdb6f63edf99b0150af252Evan Hunt dumps in the presence of negative caching entries.
f1a2709aad7baa4161fdb6f63edf99b0150af252Evan Hunt [RT #991]
f1a2709aad7baa4161fdb6f63edf99b0150af252Evan Hunt
402c63495c40b2289de8daee5a396fd392cea080Mark Andrews 771. [cleanup] TSIG errors related to unsynchronized clocks
402c63495c40b2289de8daee5a396fd392cea080Mark Andrews are logged better. [RT #919]
402c63495c40b2289de8daee5a396fd392cea080Mark Andrews
b0ffe328620db4ead7079e8cd26a584f5b947754Mark Andrews 770. [func] Add the "edns yes_or_no" statement to the server
402c63495c40b2289de8daee5a396fd392cea080Mark Andrews clause. [RT #524]
402c63495c40b2289de8daee5a396fd392cea080Mark Andrews
699f790c49d03a9ef3c3234a72d272bb469203e8Evan Hunt 769. [func] Improved error reporting when parsing rdata. [RT #740]
699f790c49d03a9ef3c3234a72d272bb469203e8Evan Hunt
66074f152f2a42218e6d54f50d4fa3717940c299Evan Hunt 768. [bug] The server did not emit an SOA when a CNAME
66074f152f2a42218e6d54f50d4fa3717940c299Evan Hunt or DNAME chain ended in NXDOMAIN in an
66074f152f2a42218e6d54f50d4fa3717940c299Evan Hunt authoritative zone.
66074f152f2a42218e6d54f50d4fa3717940c299Evan Hunt
66074f152f2a42218e6d54f50d4fa3717940c299Evan Hunt 767. [placeholder]
66074f152f2a42218e6d54f50d4fa3717940c299Evan Hunt
48bf87ba83396aae2251646aed9a9cac183e5780Mark Andrews 766. [bug] A few cases in query_find() could leak fname.
48bf87ba83396aae2251646aed9a9cac183e5780Mark Andrews This would trigger the mpctx->allocated == 0
cd6eeeb827f65df4bfb3e7ed3454655650f7dba7Mark Andrews assertion when the server exited.
cd6eeeb827f65df4bfb3e7ed3454655650f7dba7Mark Andrews [RT #739, #776, #798, #812, #818, #821, #845,
aa5506eda809dfd25b4e1ee6edb5285a77958d2cEvan Hunt #892, #935, #966]
aa5506eda809dfd25b4e1ee6edb5285a77958d2cEvan Hunt
f6096b958c8b58c4709860d7c4dcdde5deeacb7aEvan Hunt 765. [func] ACL names are once again case insensitive, like
f6096b958c8b58c4709860d7c4dcdde5deeacb7aEvan Hunt in BIND 8. [RT #252]
f6096b958c8b58c4709860d7c4dcdde5deeacb7aEvan Hunt
f6096b958c8b58c4709860d7c4dcdde5deeacb7aEvan Hunt 764. [func] Configuration files now allow "include" directives
f6096b958c8b58c4709860d7c4dcdde5deeacb7aEvan Hunt in more places, such as inside the "view" statement.
f6096b958c8b58c4709860d7c4dcdde5deeacb7aEvan Hunt [RT #377, #728, #860]
aa5506eda809dfd25b4e1ee6edb5285a77958d2cEvan Hunt
f6096b958c8b58c4709860d7c4dcdde5deeacb7aEvan Hunt 763. [func] Configuration files no longer have reserved words.
16591ba9ae26e4d6e1bc0dd4776725326174abaaMark Andrews [RT #731, #753]
91499fdb483d88377756fa517c25e3564bfa4e3bEvan Hunt
16591ba9ae26e4d6e1bc0dd4776725326174abaaMark Andrews 762. [cleanup] The named.conf and rndc.conf file parsers have
3cd204c4a46f21bf2a38f35e79af45ac595be943Evan Hunt been completely rewritten.
3cd204c4a46f21bf2a38f35e79af45ac595be943Evan Hunt
3cd204c4a46f21bf2a38f35e79af45ac595be943Evan Hunt 761. [bug] _REENTRANT was still defined when building with
8fcf2413e99597b6690b6a352aa12842f9be27e5Mark Andrews --disable-threads.
8fcf2413e99597b6690b6a352aa12842f9be27e5Mark Andrews
8fcf2413e99597b6690b6a352aa12842f9be27e5Mark Andrews 760. [contrib] Significant enhancements to the pgsql sdb driver.
7660b370c363d08a43ad713a84f94798f3fc4879Mark Andrews
7660b370c363d08a43ad713a84f94798f3fc4879Mark Andrews 759. [bug] The resolver didn't turn off "avoid fetches" mode
7100602261f22ed9f5955f8acfbc59f37ac608bbMark Andrews when restarting, possibly causing resolution
651be63a1111c50942533016b3a2a6403d74cd9eMark Andrews to fail when it should not. This bug only affected
651be63a1111c50942533016b3a2a6403d74cd9eMark Andrews platforms which support both IPv4 and IPv6. [RT #927]
b1888f0e2ed6bebe79822de83bf67f5c440a22e1Mark Andrews
6214c3c93a43dc86f080dc0219e4560b69721f53Mark Andrews 758. [bug] The "avoid fetches" code did not treat negative
6214c3c93a43dc86f080dc0219e4560b69721f53Mark Andrews cache entries correctly, causing fetches that would
448884248519a8edade1b51aa7d20140b12764a9Evan Hunt be useful to be avoided. This bug only affected
448884248519a8edade1b51aa7d20140b12764a9Evan Hunt platforms which support both IPv4 and IPv6. [RT #927]
395e6865d5b0ec13c1e4cc3947598153aa4e4914Evan Hunt
395e6865d5b0ec13c1e4cc3947598153aa4e4914Evan Hunt 757. [func] Log zone transfers.
395e6865d5b0ec13c1e4cc3947598153aa4e4914Evan Hunt
39225b4b510385f0cee915f0622574b76f5d6082Evan Hunt 756. [bug] dns_zone_load() could "return" success when no master
cf24cbd837617c5cb89f04ba97b262be21a925bfEvan Hunt file was configured.
cf24cbd837617c5cb89f04ba97b262be21a925bfEvan Hunt
cf24cbd837617c5cb89f04ba97b262be21a925bfEvan Hunt 755. [bug] Fix incorrectly formatted log messages in zone.c.
ddf3342cca1a2dbd98c5443cbb9b184c428cdda5Evan Hunt
ddf3342cca1a2dbd98c5443cbb9b184c428cdda5Evan Hunt 754. [bug] Certain failure conditions sending UDP packets
558278974eb4a1021943e6bbbc6c7d80dc3707fdMark Andrews could cause the server to retry the transmission
558278974eb4a1021943e6bbbc6c7d80dc3707fdMark Andrews indefinitely. [RT #902]
558278974eb4a1021943e6bbbc6c7d80dc3707fdMark Andrews
132a57117978816eebf6f8c33b39bdcfcd62fd7aEvan Hunt 753. [bug] dig, host, and nslookup would fail to contact a
132a57117978816eebf6f8c33b39bdcfcd62fd7aEvan Hunt remote server if getaddrinfo() returned an IPv6
132a57117978816eebf6f8c33b39bdcfcd62fd7aEvan Hunt address on a system that doesn't support IPv6.
132a57117978816eebf6f8c33b39bdcfcd62fd7aEvan Hunt [RT #917]
0993cd5f2227c1aa6a8554f4a9a847efabbcfcb8Mark Andrews
0993cd5f2227c1aa6a8554f4a9a847efabbcfcb8Mark Andrews 752. [func] Correct bad tv_usec elements returned by
0993cd5f2227c1aa6a8554f4a9a847efabbcfcb8Mark Andrews gettimeofday().
b8dcc13bc5d49aa18a80179851cf0d7a81c54887Mark Andrews
b8dcc13bc5d49aa18a80179851cf0d7a81c54887Mark Andrews 751. [func] Log successful zone loads / transfers. [RT #898]
756c6433301f2f5dad3372af2bef56c0b28e99b7Mark Andrews
756c6433301f2f5dad3372af2bef56c0b28e99b7Mark Andrews 750. [bug] A query should not match a DNAME whose trust level
8e4d56d45dc6daa9dfc5c33b67138ecb9d5bf004Tinderbox User is pending. [RT #916]
1add4a7939a550d50b156f72631ea374b6182149Mark Andrews
1add4a7939a550d50b156f72631ea374b6182149Mark Andrews 749. [bug] When a query matched a DNAME in a secure zone, the
381c77fd82ea5a51ee52929ec43c1f3adb27686aMark Andrews server did not return the signature of the DNAME.
381c77fd82ea5a51ee52929ec43c1f3adb27686aMark Andrews [RT #915]
7c525954642f8fb3698b555115edb09fe3bd3354Mark Andrews
7c525954642f8fb3698b555115edb09fe3bd3354Mark Andrews 748. [doc] List supported RFCs in doc/misc/rfc-compliance.
7c525954642f8fb3698b555115edb09fe3bd3354Mark Andrews [RT #781]
7c525954642f8fb3698b555115edb09fe3bd3354Mark Andrews
33a4294f442f7505c8e2453beb422b5928ec697cMark Andrews 747. [bug] The code to determine whether an IXFR was possible
33a4294f442f7505c8e2453beb422b5928ec697cMark Andrews did not properly check for a database that could
33a4294f442f7505c8e2453beb422b5928ec697cMark Andrews not have a journal. [RT #865, #908]
d6357f09aacf518df14875fffa819607daa05d17Mark Andrews
d6357f09aacf518df14875fffa819607daa05d17Mark Andrews 746. [bug] The sdb didn't clone rdatasets properly, causing
d6357f09aacf518df14875fffa819607daa05d17Mark Andrews a crash when the server followed delegations. [RT #905]
59328c76745ee6d2df047e3f072b118258b87cb6Mukund Sivaraman
59328c76745ee6d2df047e3f072b118258b87cb6Mukund Sivaraman 745. [func] Report the owner name of records that fail
275265ab27815d2261ebf68b48201fb7bffdf426Mukund Sivaraman semantic checks while loading.
ade0aa3cb0fafbbe9fffb29f9abba4ce85890c3fMark Andrews
ade0aa3cb0fafbbe9fffb29f9abba4ce85890c3fMark Andrews 744. [bug] When returning DNS_R_CNAME or DNS_R_DNAME as the
275265ab27815d2261ebf68b48201fb7bffdf426Mukund Sivaraman result of an ANY or SIG query, the resolver failed
8398f0015625495e228eea195e3adccfcf59ffccMark Andrews to setup the return event's rdatasets, causing an
8398f0015625495e228eea195e3adccfcf59ffccMark Andrews assertion failure in the query code. [RT #881]
023ba1e6ef28d888ad0030fd72937fb4de2129bdEvan Hunt
023ba1e6ef28d888ad0030fd72937fb4de2129bdEvan Hunt 743. [bug] Receiving a large number of certain malformed
023ba1e6ef28d888ad0030fd72937fb4de2129bdEvan Hunt answers could cause named to stop responding.
44c86318ed432af96848269250930297eea2bba3Evan Hunt [RT #861]
44c86318ed432af96848269250930297eea2bba3Evan Hunt
44c86318ed432af96848269250930297eea2bba3Evan Hunt 742. [placeholder]
44c86318ed432af96848269250930297eea2bba3Evan Hunt
806e05d28a479291110a9fdb1788e675a56fc364Mark Andrews 741. [port] Support openssl-engine. [RT #709]
ce7216c40ac973ed9ac5a90d75cd41b14b789725Mark Andrews
ce7216c40ac973ed9ac5a90d75cd41b14b789725Mark Andrews 740. [port] Handle openssl library mismatches slightly better.
455c0848f80a8acda27aad1466c72987cafaa029Mark Andrews
455c0848f80a8acda27aad1466c72987cafaa029Mark Andrews 739. [port] Look for /dev/random in configure, rather than
455c0848f80a8acda27aad1466c72987cafaa029Mark Andrews assuming it will be there for only a predefined
455c0848f80a8acda27aad1466c72987cafaa029Mark Andrews set of OSes.
f9da4a8e543cf895b6171773e75d343b2914a7e7Mark Andrews
f9da4a8e543cf895b6171773e75d343b2914a7e7Mark Andrews 738. [bug] If a non-threadsafe sdb driver supported AXFR and
f9da4a8e543cf895b6171773e75d343b2914a7e7Mark Andrews received an AXFR request, it would deadlock or die
f9da4a8e543cf895b6171773e75d343b2914a7e7Mark Andrews with an assertion failure. [RT #852]
293a9e997803ebcf4e6ade8c972465bf6330f534Mukund Sivaraman
293a9e997803ebcf4e6ade8c972465bf6330f534Mukund Sivaraman 737. [port] stdtime.c failed to compile on certain platforms.
293a9e997803ebcf4e6ade8c972465bf6330f534Mukund Sivaraman
293a9e997803ebcf4e6ade8c972465bf6330f534Mukund Sivaraman 736. [func] New functions isc_task_{begin,end}exclusive().
5995fec51cc8bb7e53804e4936e60aa1537f3673Mukund Sivaraman
5995fec51cc8bb7e53804e4936e60aa1537f3673Mukund Sivaraman 735. [doc] Add BIND 4 migration notes.
5995fec51cc8bb7e53804e4936e60aa1537f3673Mukund Sivaraman
5995fec51cc8bb7e53804e4936e60aa1537f3673Mukund Sivaraman 734. [bug] An attempt to re-lock the zone lock could occur if
a2b15b3305acd52179e6f3dc7d073b07fbc40b8eMark Andrews the server was shutdown during a zone tranfer.
a2b15b3305acd52179e6f3dc7d073b07fbc40b8eMark Andrews [RT #830]
a2b15b3305acd52179e6f3dc7d073b07fbc40b8eMark Andrews
d372f426ca42ee2bc7bcb1f76a52c4f154de1f9bMark Andrews 733. [bug] Reference counts of dns_acl_t objects need to be
d372f426ca42ee2bc7bcb1f76a52c4f154de1f9bMark Andrews locked but were not. [RT #801, #821]
79a55d4f4dcf3d6f617523228503d8584b72a3a3Mukund Sivaraman
79a55d4f4dcf3d6f617523228503d8584b72a3a3Mukund Sivaraman 732. [bug] Glue with 0 TTL could also cause SERVFAIL. [RT #828]
79a55d4f4dcf3d6f617523228503d8584b72a3a3Mukund Sivaraman
0c29904b27c9ab3b85ecbde159b22ae1323bdbcdMukund Sivaraman 731. [bug] Certain zone errors could cause named-checkzone to
0c29904b27c9ab3b85ecbde159b22ae1323bdbcdMukund Sivaraman fail ungracefully. [RT #819]
0c29904b27c9ab3b85ecbde159b22ae1323bdbcdMukund Sivaraman
f3ad877eb05befbc862b0233d985758c0caef29aEvan Hunt 730. [bug] lwres_getaddrinfo() returns the correct result when
f3ad877eb05befbc862b0233d985758c0caef29aEvan Hunt it fails to contact a server. [RT #768]
f3ad877eb05befbc862b0233d985758c0caef29aEvan Hunt
d88ba937124b2a4f8a074fc2aef9caf2022308b4Mark Andrews 729. [port] pthread_setconcurrency() needs to be called on Solaris.
d88ba937124b2a4f8a074fc2aef9caf2022308b4Mark Andrews
d88ba937124b2a4f8a074fc2aef9caf2022308b4Mark Andrews 728. [bug] Fix comment processing on master file directives.
40401165e4646f1624175ac80bf9b51826ab67ecMark Andrews [RT# 757]
8d00c5ab2c16985457947ddb0376707ab7094b80Mark Andrews
8d00c5ab2c16985457947ddb0376707ab7094b80Mark Andrews 727. [port] Work around OS bug where accept() succeeds but
ec450fde7cee684f37b0a59d770330c700419610Evan Hunt fails to fill in the peer address of the accepted
ec450fde7cee684f37b0a59d770330c700419610Evan Hunt connection, by treating it as an error rather than
ec450fde7cee684f37b0a59d770330c700419610Evan Hunt an assertion failure. [RT #809]
d1dbf6b20fdcfa95acd75cdb96fcd57067a31144Mukund Sivaraman
d1dbf6b20fdcfa95acd75cdb96fcd57067a31144Mukund Sivaraman 726. [func] Implement the "trace" and "notrace" commands in rndc.
d1dbf6b20fdcfa95acd75cdb96fcd57067a31144Mukund Sivaraman
3fe17d62e32017b643b852ede1b234271ee308e1Evan Hunt 725. [bug] Installing man pages could fail.
3fe17d62e32017b643b852ede1b234271ee308e1Evan Hunt
3fe17d62e32017b643b852ede1b234271ee308e1Evan Hunt 724. [func] New libisc functions isc_netaddr_any(),
f02c22d58ac88777655e0b407b22b07864d39184Evan Hunt isc_netaddr_any6().
f02c22d58ac88777655e0b407b22b07864d39184Evan Hunt
f02c22d58ac88777655e0b407b22b07864d39184Evan Hunt 723. [bug] Referrals whose NS RRs had a 0 TTL caused the resolver
5f4f7c688e0cca18edd67e9760b266ce8f67e29cTinderbox User to return DNS_R_SERVFAIL. [RT #783]
5f4f7c688e0cca18edd67e9760b266ce8f67e29cTinderbox User
40401165e4646f1624175ac80bf9b51826ab67ecMark Andrews 722. [func] Allow incremental loads to be canceled.
df9a49ee07f7629ec6abd2e3bd0dee600d7e2ab4Evan Hunt
df9a49ee07f7629ec6abd2e3bd0dee600d7e2ab4Evan Hunt 721. [cleanup] Load manager and dns_master_loadfilequota() are no
e073205a884d3762fdc678d4b8a61b627a4070abEvan Hunt more.
e073205a884d3762fdc678d4b8a61b627a4070abEvan Hunt
e073205a884d3762fdc678d4b8a61b627a4070abEvan Hunt 720. [bug] Server could enter infinite loop in
832ab79d1f8bc4edf638780b306888da30ac3a1eMark Andrews dispatch.c:do_cancel(). [RT #733]
832ab79d1f8bc4edf638780b306888da30ac3a1eMark Andrews
832ab79d1f8bc4edf638780b306888da30ac3a1eMark Andrews 719. [bug] Rapid reloads could trigger an assertion failure.
9d85a773829484832f762a9088a7dafd6794aa39Mark Andrews [RT #743, #763]
9d85a773829484832f762a9088a7dafd6794aa39Mark Andrews
9d85a773829484832f762a9088a7dafd6794aa39Mark Andrews 718. [cleanup] "internal" is no longer a reserved word in named.conf.
8ede7a974b126b3afe766c11ca621aee52c9889aEvan Hunt [RT #753, #731]
8ede7a974b126b3afe766c11ca621aee52c9889aEvan Hunt
8ede7a974b126b3afe766c11ca621aee52c9889aEvan Hunt 717. [bug] Certain TKEY processing failure modes could
8ede7a974b126b3afe766c11ca621aee52c9889aEvan Hunt reference an uninitialized variable, causing the
8ede7a974b126b3afe766c11ca621aee52c9889aEvan Hunt server to crash. [RT #750]
8ede7a974b126b3afe766c11ca621aee52c9889aEvan Hunt
8ede7a974b126b3afe766c11ca621aee52c9889aEvan Hunt 716. [bug] The first line of a $INCLUDE master file was lost if
30370d905e9be3be7d9b947fd432bacecbb13bb9Evan Hunt an origin was specified. [RT #744]
30370d905e9be3be7d9b947fd432bacecbb13bb9Evan Hunt
f8432e3f249dbec36394539ca1f3cb25bf33abfeMark Andrews 715. [bug] Resolving some A6 chains could cause an assertion
f8432e3f249dbec36394539ca1f3cb25bf33abfeMark Andrews failure in adb.c. [RT #738]
630b2d0c5a04cfc8b08d4585b7a0d997c00d7341Evan Hunt
40401165e4646f1624175ac80bf9b51826ab67ecMark Andrews 714. [bug] Preserve interval timers across reloads unless changed.
630b2d0c5a04cfc8b08d4585b7a0d997c00d7341Evan Hunt [RT# 729]
630b2d0c5a04cfc8b08d4585b7a0d997c00d7341Evan Hunt
630b2d0c5a04cfc8b08d4585b7a0d997c00d7341Evan Hunt 713. [func] named-checkconf takes '-t directory' similar to named.
630b2d0c5a04cfc8b08d4585b7a0d997c00d7341Evan Hunt [RT #726]
1d383fd4b23fc7031e562bf5db02e3018c5d0b9eMark Andrews
1d383fd4b23fc7031e562bf5db02e3018c5d0b9eMark Andrews 712. [bug] Sending a large signed update message caused an
1d383fd4b23fc7031e562bf5db02e3018c5d0b9eMark Andrews assertion failure. [RT #718]
1d383fd4b23fc7031e562bf5db02e3018c5d0b9eMark Andrews
3ecc17d5519cc5b45cba3344344f296f3ff57776Mark Andrews 711. [bug] The libisc and liblwres implementations of
40401165e4646f1624175ac80bf9b51826ab67ecMark Andrews inet_ntop contained an off by one error.
3ecc17d5519cc5b45cba3344344f296f3ff57776Mark Andrews
9b789c54f8829b867c4a888c47bd2310a790415aEvan Hunt 710. [func] The forwarders statement now takes an optional
9b789c54f8829b867c4a888c47bd2310a790415aEvan Hunt port. [RT #418]
9b789c54f8829b867c4a888c47bd2310a790415aEvan Hunt
d40154cab71b0c774d80df2c0091e1f8edcaa7d4Evan Hunt 709. [bug] ANY or SIG queries for data with a TTL of 0
d40154cab71b0c774d80df2c0091e1f8edcaa7d4Evan Hunt would return SERVFAIL. [RT #620]
d40154cab71b0c774d80df2c0091e1f8edcaa7d4Evan Hunt
d40154cab71b0c774d80df2c0091e1f8edcaa7d4Evan Hunt 708. [bug] When building with --with-openssl, the openssl headers
2879ee2c72638ea190728f931ce286760caa4521Evan Hunt included with BIND 9 should not be used. [RT #702]
2879ee2c72638ea190728f931ce286760caa4521Evan Hunt
2879ee2c72638ea190728f931ce286760caa4521Evan Hunt 707. [func] The "filename" argument to named-checkzone is no
2879ee2c72638ea190728f931ce286760caa4521Evan Hunt longer optional, to reduce confusion. [RT #612]
6bd794171f2ba0ee93b99ccbf80378959f4e965bEvan Hunt
6bd794171f2ba0ee93b99ccbf80378959f4e965bEvan Hunt 706. [bug] Zones with an explicit "allow-update { none; };"
6bd794171f2ba0ee93b99ccbf80378959f4e965bEvan Hunt were considered dynamic and therefore not reloaded
73fbd4c9d3e65621eb32a8e01659532f131de690Mark Andrews on SIGHUP or "rndc reload".
73fbd4c9d3e65621eb32a8e01659532f131de690Mark Andrews
73fbd4c9d3e65621eb32a8e01659532f131de690Mark Andrews 705. [port] Work out resource limit type for use where rlim_t is
fc7bce5f350aa119d4c500fd5b35c47b14b539efMark Andrews not available. [RT #695]
fc7bce5f350aa119d4c500fd5b35c47b14b539efMark Andrews
b4ccec331dbd81581c6226a54847385a27d9eb25Evan Hunt 704. [port] RLIMIT_NOFILE is not available on all platforms.
b4ccec331dbd81581c6226a54847385a27d9eb25Evan Hunt [RT #695]
bb5d14d7243d71e03d262ff175b355b52873e195Evan Hunt
bb5d14d7243d71e03d262ff175b355b52873e195Evan Hunt 703. [port] sys/select.h is needed on older platforms. [RT #695]
bb5d14d7243d71e03d262ff175b355b52873e195Evan Hunt
bb5d14d7243d71e03d262ff175b355b52873e195Evan Hunt 702. [func] If the address 0.0.0.0 is seen in resolv.conf,
bb5d14d7243d71e03d262ff175b355b52873e195Evan Hunt use 127.0.0.1 instead. [RT #693]
c8b968f4144a271213756cc33e8062b9efdd7441Evan Hunt
c8b968f4144a271213756cc33e8062b9efdd7441Evan Hunt 701. [func] Root hints are now fully optional. Class IN
c8b968f4144a271213756cc33e8062b9efdd7441Evan Hunt views use compiled-in hints by default, as
c8b968f4144a271213756cc33e8062b9efdd7441Evan Hunt before. Non-IN views with no root hints now
41494939b62d74fb159009f28428df23e5fc70e3Evan Hunt provide authoritative service but not recursion.
41494939b62d74fb159009f28428df23e5fc70e3Evan Hunt A warning is logged if a view has neither root
41494939b62d74fb159009f28428df23e5fc70e3Evan Hunt hints nor authoritative data for the root. [RT #696]
41494939b62d74fb159009f28428df23e5fc70e3Evan Hunt
3bcd09b4162ccd383b4b20e3b5306b3c317c9795Evan Hunt 700. [bug] $GENERATE range check was wrong. [RT #688]
3bcd09b4162ccd383b4b20e3b5306b3c317c9795Evan Hunt
3bcd09b4162ccd383b4b20e3b5306b3c317c9795Evan Hunt 699. [bug] The lexer mishandled empty quoted strings. [RT #694]
292eb9c4e4fc51aec911e72821735a123a8c252aMark Andrews
292eb9c4e4fc51aec911e72821735a123a8c252aMark Andrews 698. [bug] Aborting nsupdate with ^C would lead to several
292eb9c4e4fc51aec911e72821735a123a8c252aMark Andrews race conditions.
292eb9c4e4fc51aec911e72821735a123a8c252aMark Andrews
1b3d21180244529f0099894fe9d29beb3f11efb3Mark Andrews 697. [bug] nsupdate was not compatible with the undocumented
1b3d21180244529f0099894fe9d29beb3f11efb3Mark Andrews BIND 8 behavior of ignoring TTLs in "update delete"
1b3d21180244529f0099894fe9d29beb3f11efb3Mark Andrews commands. [RT #693]
fbed5f0f44515f5b3ca499a3466c875507852970Evan Hunt
fbed5f0f44515f5b3ca499a3466c875507852970Evan Hunt 696. [bug] lwresd would die with an assertion failure when passed
fbed5f0f44515f5b3ca499a3466c875507852970Evan Hunt a zero-length name. [RT #692]
fbed5f0f44515f5b3ca499a3466c875507852970Evan Hunt
fbed5f0f44515f5b3ca499a3466c875507852970Evan Hunt 695. [bug] If the resolver attempted to query a blackholed or
4fa9eaf0734e892431e78179bdcc5251c9b6aa7dMark Andrews bogus server, the resolution would fail immediately.
bed6e9d614d2ac9e6a84949379aba4fc04aa8e0bMark Andrews
49762dffc45b6c02abe5d131cb7c49369cf13e09Mark Andrews 694. [bug] $GENERATE did not produce the last entry.
49762dffc45b6c02abe5d131cb7c49369cf13e09Mark Andrews [RT #682, #683]
49762dffc45b6c02abe5d131cb7c49369cf13e09Mark Andrews
49762dffc45b6c02abe5d131cb7c49369cf13e09Mark Andrews 693. [bug] An empty lwres statement in named.conf caused
f647c0df9fd334b19a5bdc9c252f90d94c0abf1eMark Andrews the server to crash while loading.
f647c0df9fd334b19a5bdc9c252f90d94c0abf1eMark Andrews
ecc06cbc32c5a2b91a17e65c1820c9c66313d35cMukund Sivaraman 692. [bug] Deal with systems that have getaddrinfo() but not
ecc06cbc32c5a2b91a17e65c1820c9c66313d35cMukund Sivaraman gai_strerror(). [RT #679]
ecc06cbc32c5a2b91a17e65c1820c9c66313d35cMukund Sivaraman
94c7301f6f0ada7aa84ede5808ab8fdec5bae6b5Mark Andrews 691. [bug] Configuring per-view forwarders caused an assertion
94c7301f6f0ada7aa84ede5808ab8fdec5bae6b5Mark Andrews failure. [RT #675, #734]
505d311709be77b2bd6ebb2aead84771588f9c29Mark Andrews
505d311709be77b2bd6ebb2aead84771588f9c29Mark Andrews 690. [func] $GENERATE now supports DNAME. [RT #654]
505d311709be77b2bd6ebb2aead84771588f9c29Mark Andrews
5d79b60fc5e4dad4f04da39570517d20a2425f8bMukund Sivaraman 689. [doc] man pages are now installed. [RT #210]
5d79b60fc5e4dad4f04da39570517d20a2425f8bMukund Sivaraman
5d79b60fc5e4dad4f04da39570517d20a2425f8bMukund Sivaraman 688. [func] "make tags" now works on systems with the
5d79b60fc5e4dad4f04da39570517d20a2425f8bMukund Sivaraman "Exuberant Ctags" etags.
5d79b60fc5e4dad4f04da39570517d20a2425f8bMukund Sivaraman
5d79b60fc5e4dad4f04da39570517d20a2425f8bMukund Sivaraman 687. [bug] Only say we have IPv6, with sufficent functionality,
5d79b60fc5e4dad4f04da39570517d20a2425f8bMukund Sivaraman if it has actually been tested. [RT #586]
322e6b5be784d79d15fea9db9440dd821162c574Mark Andrews
322e6b5be784d79d15fea9db9440dd821162c574Mark Andrews 686. [bug] dig and nslookup can now be properly aborted during
27bc16fcdc67f9afefefb54ae98dfdae3a5bc1f8Mukund Sivaraman blocking operations. [RT #568]
27bc16fcdc67f9afefefb54ae98dfdae3a5bc1f8Mukund Sivaraman
27bc16fcdc67f9afefefb54ae98dfdae3a5bc1f8Mukund Sivaraman 685. [bug] nslookup should use the search list/domain options
5b13a593fe7d8055992bd12aeb399bdb06e2a533Mukund Sivaraman from resolv.conf by default. [RT #405, #630]
5b13a593fe7d8055992bd12aeb399bdb06e2a533Mukund Sivaraman
95bef099e9762c8078c0ba9749293b488727dc58Mark Andrews 684. [bug] Memory leak with view forwarders. [RT #656]
95bef099e9762c8078c0ba9749293b488727dc58Mark Andrews
6c1f9f5c71ff526402f3b3e87749a9ddf102f75eTinderbox User 683. [bug] File descriptor leak in isc_lex_openfile().
95bef099e9762c8078c0ba9749293b488727dc58Mark Andrews
464c2c673b879071da66cab5a627baf35c5e0f90Evan Hunt 682. [bug] nslookup displayed SOA records incorrectly. [RT #665]
464c2c673b879071da66cab5a627baf35c5e0f90Evan Hunt
464c2c673b879071da66cab5a627baf35c5e0f90Evan Hunt 681. [bug] $GENERATE specifying output format was broken. [RT #653]
226dd20bbd6c6bdeadffa71361d9a0ec61308d69Evan Hunt
226dd20bbd6c6bdeadffa71361d9a0ec61308d69Evan Hunt 680. [bug] dns_rdata_fromstruct() mishandled options bigger
226dd20bbd6c6bdeadffa71361d9a0ec61308d69Evan Hunt than 255 octets.
10d7ab44cc72170c527dde8cc9e049e046342769Mark Andrews
10d7ab44cc72170c527dde8cc9e049e046342769Mark Andrews 679. [bug] $INCLUDE could leak memory and file descriptors on
10d7ab44cc72170c527dde8cc9e049e046342769Mark Andrews reload. [RT #639]
4071efbec0e87b987aaf109f1ae8050aa8ecbcb8Evan Hunt
4071efbec0e87b987aaf109f1ae8050aa8ecbcb8Evan Hunt 678. [bug] "transfer-format one-answer;" could trigger an assertion
4071efbec0e87b987aaf109f1ae8050aa8ecbcb8Evan Hunt failure. [RT #646]
4071efbec0e87b987aaf109f1ae8050aa8ecbcb8Evan Hunt
4071efbec0e87b987aaf109f1ae8050aa8ecbcb8Evan Hunt 677. [bug] dnssec-signzone would occasionally use the wrong ttl
4071efbec0e87b987aaf109f1ae8050aa8ecbcb8Evan Hunt for database operations and fail. [RT #643]
b6214feb63f48e9c08f16394ae5b6902b45b9c38Evan Hunt
b6214feb63f48e9c08f16394ae5b6902b45b9c38Evan Hunt 676. [bug] Log messages about lame servers to category
b6214feb63f48e9c08f16394ae5b6902b45b9c38Evan Hunt 'lame-servers' rather than 'resolver', so as not
26177be2946c99a34096b7d8c202139dfc0e9760Mark Andrews to be gratuitously incompatible with BIND 8.
26177be2946c99a34096b7d8c202139dfc0e9760Mark Andrews
26177be2946c99a34096b7d8c202139dfc0e9760Mark Andrews 675. [bug] TKEY queries could cause the server to leak
26177be2946c99a34096b7d8c202139dfc0e9760Mark Andrews memory.
8e73941f33fad57111142a62d99717abc001912eMark Andrews
8e73941f33fad57111142a62d99717abc001912eMark Andrews 674. [func] Allow messages to be TSIG signed / verified using
5b1c7ef35bb495820360182b5192689f33f1cc7dMark Andrews a offset from the current time.
5b1c7ef35bb495820360182b5192689f33f1cc7dMark Andrews
5b1c7ef35bb495820360182b5192689f33f1cc7dMark Andrews 673. [func] The server can now convert RFC1886-style recursive
913d976eca8751851111c0b4357f650295d4aa3dMark Andrews lookup requests into RFC2874-style lookups, when
913d976eca8751851111c0b4357f650295d4aa3dMark Andrews enabled using the new option "allow-v6-synthesis".
913d976eca8751851111c0b4357f650295d4aa3dMark Andrews
7bc21557f3583bab18fd9a002d115aaa5faa5561Mukund Sivaraman 672. [bug] The wrong time was in the "time signed" field when
7bc21557f3583bab18fd9a002d115aaa5faa5561Mukund Sivaraman replying with BADTIME error.
7bc21557f3583bab18fd9a002d115aaa5faa5561Mukund Sivaraman
7bc21557f3583bab18fd9a002d115aaa5faa5561Mukund Sivaraman 671. [bug] The message code was failing to parse a message with
7bc21557f3583bab18fd9a002d115aaa5faa5561Mukund Sivaraman no question section and a TSIG record. [RT #628]
7bc21557f3583bab18fd9a002d115aaa5faa5561Mukund Sivaraman
7bc21557f3583bab18fd9a002d115aaa5faa5561Mukund Sivaraman 670. [bug] The lwres replacements for getaddrinfo and
a727cdff50383b98a150922e16a470cc63225309Tinderbox User getipnodebyname didn't properly check for the
268c4e79c40845fb0005c44d177497bf5fad4518Mark Andrews existence of the sockaddr sa_len field.
268c4e79c40845fb0005c44d177497bf5fad4518Mark Andrews
c8821d124c532e0a65752b378f924d4259499fd3Mark Andrews 669. [bug] dnssec-keygen now makes the public key file
c8821d124c532e0a65752b378f924d4259499fd3Mark Andrews non-world-readable for symmetric keys. [RT #403]
c8821d124c532e0a65752b378f924d4259499fd3Mark Andrews
63042d5b579ae3d43104133007e55c224c698904Evan Hunt 668. [func] named-checkzone now reports multiple errors in master
c8821d124c532e0a65752b378f924d4259499fd3Mark Andrews files.
58f7af60e79a5aaf58f6a8861c306d4c617fb1d1Mukund Sivaraman
58f7af60e79a5aaf58f6a8861c306d4c617fb1d1Mukund Sivaraman 667. [bug] On Linux, running named with the -u option and a
58f7af60e79a5aaf58f6a8861c306d4c617fb1d1Mukund Sivaraman non-world-readable configuration file didn't work.
58f7af60e79a5aaf58f6a8861c306d4c617fb1d1Mukund Sivaraman [RT #626]
58f7af60e79a5aaf58f6a8861c306d4c617fb1d1Mukund Sivaraman
58f7af60e79a5aaf58f6a8861c306d4c617fb1d1Mukund Sivaraman 666. [bug] If a request sent by dig is longer than 512 bytes,
9b17fd447c684a84b2f5fbfb04ad6e890ae2078cMukund Sivaraman use TCP.
9b17fd447c684a84b2f5fbfb04ad6e890ae2078cMukund Sivaraman
9b17fd447c684a84b2f5fbfb04ad6e890ae2078cMukund Sivaraman 665. [bug] Signed responses were not sent when the size of the
9b17fd447c684a84b2f5fbfb04ad6e890ae2078cMukund Sivaraman TSIG + question exceeded the maximum message size.
9b17fd447c684a84b2f5fbfb04ad6e890ae2078cMukund Sivaraman [RT #628]
e13d04fda918c0c14c2247475bb99e0760d9a6a4Evan Hunt
e13d04fda918c0c14c2247475bb99e0760d9a6a4Evan Hunt 664. [bug] The t_tasks and t_timers module tests are now skipped
b51391848127d0303bd385a555c76aef57d1b4ebEvan Hunt when building without threads, since they require
b51391848127d0303bd385a555c76aef57d1b4ebEvan Hunt threads.
b51391848127d0303bd385a555c76aef57d1b4ebEvan Hunt
35928b7e1af8ea4d01a2855ab833dfe59d2345faMukund Sivaraman 663. [func] Accept a size_spec, not just an integer, in the
bfd4b9e11aa9e8c2b43022a6b7a896b26bd5d7a0Witold Krecicki (unimplemented and ignored) max-ixfr-log-size option
bfd4b9e11aa9e8c2b43022a6b7a896b26bd5d7a0Witold Krecicki for compatibility with recent versions of BIND 8.
29868ebbe3c7bc06f833e329ea190dc442331bf1Mark Andrews [RT #613]
29868ebbe3c7bc06f833e329ea190dc442331bf1Mark Andrews
29868ebbe3c7bc06f833e329ea190dc442331bf1Mark Andrews 662. [bug] dns_rdata_fromtext() failed to log certain errors.
92cc6acdff1ecbf157e4ab0efe3f79367233f022Mark Andrews
92cc6acdff1ecbf157e4ab0efe3f79367233f022Mark Andrews 661. [bug] Certain UDP IXFR requests caused an assertion failure
2f450fcd295795fb1771432e098af3d6e52c8a0bMark Andrews (mpctx->allocated == 0). [RT #355, #394, #623]
e939674d53a127ddeeaf4b41fd72933f0b493308Mark Andrews
e939674d53a127ddeeaf4b41fd72933f0b493308Mark Andrews 660. [port] Detect multiple CPUs on HP-UX and IRIX.
e939674d53a127ddeeaf4b41fd72933f0b493308Mark Andrews
e939674d53a127ddeeaf4b41fd72933f0b493308Mark Andrews 659. [performance] Rewrite the name compression code to be much faster.
6b8519147a5c24b4a5942042e83fd539d0d445ccEvan Hunt
6b8519147a5c24b4a5942042e83fd539d0d445ccEvan Hunt 658. [cleanup] Remove all vestiges of 16 bit global compression.
6b8519147a5c24b4a5942042e83fd539d0d445ccEvan Hunt
09f82f50798e170b172e6ba358ed123536243839Evan Hunt 657. [bug] When a listen-on statement in an lwres block does not
09f82f50798e170b172e6ba358ed123536243839Evan Hunt specify a port, use 921, not 53. Also update the
09f82f50798e170b172e6ba358ed123536243839Evan Hunt listen-on documentation. [RT #616]
8475bed9de77920f884f1ae296f581efbd1e42f8Mark Andrews
861aa4e9039e6f354545177c4c2323b485549602Mark Andrews 656. [func] Treat an unescaped newline in a quoted string as
8475bed9de77920f884f1ae296f581efbd1e42f8Mark Andrews an error. This means that TXT records with missing
35928b7e1af8ea4d01a2855ab833dfe59d2345faMukund Sivaraman close quotes should have meaningful errors printed.
821ff5e8fa1df2e09fea157ee3e298eef6cf4ec9Evan Hunt
821ff5e8fa1df2e09fea157ee3e298eef6cf4ec9Evan Hunt 655. [bug] Improve error reporting on unexpected eof when loading
821ff5e8fa1df2e09fea157ee3e298eef6cf4ec9Evan Hunt zones. [RT #611]
f06b6a9b14509a3b473f52dd797bc490f6f6511dMark Andrews
f06b6a9b14509a3b473f52dd797bc490f6f6511dMark Andrews 654. [bug] Origin was being forgotten in TCP retries in dig.
f06b6a9b14509a3b473f52dd797bc490f6f6511dMark Andrews [RT #574]
aa9b64060fb6e946a920e957805f564d149e88e0Evan Hunt
aa9b64060fb6e946a920e957805f564d149e88e0Evan Hunt 653. [bug] +defname option in dig was reversed in sense.
aa9b64060fb6e946a920e957805f564d149e88e0Evan Hunt [RT #549]
412f873b9fafa0f8161a1203e7731d9d67052e49Mark Andrews
412f873b9fafa0f8161a1203e7731d9d67052e49Mark Andrews 652. [bug] zone_saveunique() did not report the new name.
72ac929f2bfe186ab4fe2d9425685d6ef419f200Mark Andrews
72ac929f2bfe186ab4fe2d9425685d6ef419f200Mark Andrews 651. [func] The AD bit in responses now has the meaning
72ac929f2bfe186ab4fe2d9425685d6ef419f200Mark Andrews specified in <draft-ietf-dnsext-ad-is-secure>.
a70fc47e9dc165175e77f091076559748858a488Mark Andrews
a70fc47e9dc165175e77f091076559748858a488Mark Andrews 650. [bug] SIG(0) records were being generated and verified
0526268c2b2806ceb67032e0bfee708b6e70e004Mark Andrews incorrectly. [RT #606]
0526268c2b2806ceb67032e0bfee708b6e70e004Mark Andrews
0526268c2b2806ceb67032e0bfee708b6e70e004Mark Andrews 649. [bug] It was possible to join to an already running fctx
abf9790162ae88bf74d3959f5ac0dd2090a9a9fcTinderbox User after it had "cloned" its events, but before it sent
932715fbbe449e814612a9ae39eac885548de5bfEvan Hunt them. In this case, the event of the newly joined
932715fbbe449e814612a9ae39eac885548de5bfEvan Hunt fetch would not contain the answer, and would
9d8169cbf8390c9e2e9707026fd078e282811069Mark Andrews trigger the INSIST() in fctx_sendevents(). In
f824c65d1fb6a2490b03228e63cc43dae6844f73Mark Andrews BIND 9.0, this bug did not trigger an INSIST(), but
90174e64f49bb7cba6a83fb665ebcb597aad7b57Evan Hunt caused the fetch to fail with a SERVFAIL result.
b9d6758fc606245d79fd6e03a31c76c586694377Mark Andrews [RT #588, #597, #605, #607]
b9d6758fc606245d79fd6e03a31c76c586694377Mark Andrews
90174e64f49bb7cba6a83fb665ebcb597aad7b57Evan Hunt 648. [port] Add support for pre-RFC2133 IPv6 implementations.
6588a2b404365cea59e71a3f639349272600f68dMark Andrews
6588a2b404365cea59e71a3f639349272600f68dMark Andrews 647. [bug] Resolver queries sent after following multiple
6588a2b404365cea59e71a3f639349272600f68dMark Andrews referrals had excessively long retransmission
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt timeouts due to incorrectly counting the referrals
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt as "restarts".
14a656f94b1fd0ababd84a772228dfa52276ba15Evan Hunt
35928b7e1af8ea4d01a2855ab833dfe59d2345faMukund Sivaraman 646. [bug] The UnixWare ISC_PLATFORM_FIXIN6INADDR fix in isc/net.h
9260c1157d12ef716fe6227fd8af845ec7fd1eedMukund Sivaraman didn't _cleanly_ fix the problem it was trying to fix.
9260c1157d12ef716fe6227fd8af845ec7fd1eedMukund Sivaraman
9260c1157d12ef716fe6227fd8af845ec7fd1eedMukund Sivaraman 645. [port] BSD/OS 3.0 needs pthread_init(). [RT #603]
930719e8767e0a58ca1b57cfbbb2b07b885afd14Mukund Sivaraman
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt 644. [bug] #622 needed more work. [RT #562]
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt 643. [bug] xfrin error messages made more verbose, added class
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt of the zone. [RT# 599]
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt 642. [bug] Break the exit_check() race in the zone module.
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt [RT #598]
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt --- 9.1.0b2 released ---
b66b333f59cf51ef87f973084a5023acd9317fb2Evan Hunt
a625502bdd149be06bd0cc06000c3dc9e4a813b9Tinderbox User 641. [bug] $GENERATE caused a uninitialized link to be used.
a239044323418956d7d48c14d61d19f721cc5ba5Witold Krecicki [RT #595]
a239044323418956d7d48c14d61d19f721cc5ba5Witold Krecicki
18749940aee8ee6cf8fc6a81f659819310d5aa78Mark Andrews 640. [bug] Memory leak in error path could cause
65d59a4307d00f6b4e278b730c278502e5449da8Mark Andrews "mpctx->allocated == 0" failure. [RT #584]
65d59a4307d00f6b4e278b730c278502e5449da8Mark Andrews
18749940aee8ee6cf8fc6a81f659819310d5aa78Mark Andrews 639. [bug] Reading entropy from the keyboard would sometimes fail.
ffdd3bc812a140fb0e3d5b6f0df0a4efbfe4b412Mark Andrews [RT #591]
ffdd3bc812a140fb0e3d5b6f0df0a4efbfe4b412Mark Andrews
09f4e41912d08b5c1685f4d23bd19d32f63db935Mark Andrews 638. [port] lib/isc/random.c needed to explicitly include time.h
09f4e41912d08b5c1685f4d23bd19d32f63db935Mark Andrews to get a prototype for time() when pthreads was not
09f4e41912d08b5c1685f4d23bd19d32f63db935Mark Andrews being used. [RT #592]
0dc485ffb6ca6e90979561db1705f6a89be8b8edMark Andrews
c7e5ba1d17f2db135b2c1ab192c2746189394fa2Mark Andrews 637. [port] Use isc_u?int64_t instead of (unsigned) long long in
0dc485ffb6ca6e90979561db1705f6a89be8b8edMark Andrews lib/isc/print.c. Also allow lib/isc/print.c to
c7e5ba1d17f2db135b2c1ab192c2746189394fa2Mark Andrews be compiled even if the platform does not need it.
24231afa05b4ceefe8f0aebcdabe9ccf002346f9Mark Andrews [RT #592]
24231afa05b4ceefe8f0aebcdabe9ccf002346f9Mark Andrews
8a0b6b3901b34530a850d78758fe4e5b6218d193Mark Andrews 636. [port] Shut up MSVC++ about a possible loss of precision
8a0b6b3901b34530a850d78758fe4e5b6218d193Mark Andrews in the ISC__BUFFER_PUTUINT*() macros. [RT #592]
8a0b6b3901b34530a850d78758fe4e5b6218d193Mark Andrews
2a12984ce69f7f49dc3aeef1b216e0c7c93373acMark Andrews 635. [bug] Reloading a server with a configured blackhole list
2a12984ce69f7f49dc3aeef1b216e0c7c93373acMark Andrews would cause an assertion. [RT #590]
40c619daeeb99015afa31b1a4a76d6c20b0a3fc6Evan Hunt
40c619daeeb99015afa31b1a4a76d6c20b0a3fc6Evan Hunt 634. [bug] A log file will completely stop being written when
40c619daeeb99015afa31b1a4a76d6c20b0a3fc6Evan Hunt it reaches the maximum size in all cases, not just
87e7d08a8bae58ab8edacaa990a4234063c23793Mar Andrews when versioning is also enabled. [RT #570]
87e7d08a8bae58ab8edacaa990a4234063c23793Mar Andrews
87e7d08a8bae58ab8edacaa990a4234063c23793Mar Andrews 633. [port] Cope with rlim_t missing on BSD/OS systems. [RT #575]
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt 632. [bug] The index array of the journal file was
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt corrupted as it was written to disk.
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt 631. [port] Build without thread support on systems without
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt pthreads.
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt 630. [bug] Locking failure in zone code. [RT #582]
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt 629. [bug] 9.1.0b1 dereferenced a null pointer and crashed
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt when responding to a UDP IXFR request.
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt 628. [bug] If the root hints contained only AAAA addresses,
a00f9e2f50675bd43cc6a9fe2669709162a2ccb4Evan Hunt named would be unable to perform resolution.
e6d0a391f5f9b18f5bd497aefff269e474ee560cWitold Krecicki
e6d0a391f5f9b18f5bd497aefff269e474ee560cWitold Krecicki 627. [bug] The EDNS0 blackhole detection code of change 324
e6d0a391f5f9b18f5bd497aefff269e474ee560cWitold Krecicki waited for three retransmissions to each server,
e6d0a391f5f9b18f5bd497aefff269e474ee560cWitold Krecicki which takes much too long when a domain has many
98a7f8c7ae44bb98d5469cb3a4240c59abceba7fMark Andrews name servers and all of them drop EDNS0 queries.
98a7f8c7ae44bb98d5469cb3a4240c59abceba7fMark Andrews Now we retry without EDNS0 after three consecutive
98a7f8c7ae44bb98d5469cb3a4240c59abceba7fMark Andrews timeouts, even if they are all from different
8d80b4939dd27dc3136ab152706160c613baa93aMark Andrews servers. [RT #143]
8d80b4939dd27dc3136ab152706160c613baa93aMark Andrews
8d80b4939dd27dc3136ab152706160c613baa93aMark Andrews 626. [bug] The lightweight resolver daemon no longer crashes
3836539e8747c65b789037b8ca8cd47badbb991fJeremy C. Reed when asked for a SIG rrset. [RT #558]
5c41d472275c096be8aafb239a301b9d7c0a2cd9Jeremy C. Reed
5c41d472275c096be8aafb239a301b9d7c0a2cd9Jeremy C. Reed 625. [func] Zones now inherit their class from the enclosing view.
a21c415687a855f84fbf10db91671b1341e8b990Mark Andrews
a21c415687a855f84fbf10db91671b1341e8b990Mark Andrews 624. [bug] The zone object could get timer events after it had
a21c415687a855f84fbf10db91671b1341e8b990Mark Andrews been destroyed, causing a server crash. [RT #571]
a21c415687a855f84fbf10db91671b1341e8b990Mark Andrews
47115d91ef32317a2c0eb9daaf9c910757568de0Mark Andrews 623. [func] Added "named-checkconf" and "named-checkzone" program
47115d91ef32317a2c0eb9daaf9c910757568de0Mark Andrews for syntax checking named.conf files and zone files,
4dd41c7d5976ff6889e4fbf306036f4256af409aMark Andrews respectively.
f6e45a5c54b7af4b1c303e8d3ff3b7d78622df9eMark Andrews
f6e45a5c54b7af4b1c303e8d3ff3b7d78622df9eMark Andrews 622. [bug] A canceled request could be destroyed before
705d56b47a932cc277f980755e80ac4f46a18a64Mark Andrews dns_request_destroy() was called. [RT #562]
705d56b47a932cc277f980755e80ac4f46a18a64Mark Andrews
ff55c577ba8a95f763b8982b7ab5e4a980209a09Mark Andrews 621. [port] Disable IPv6 at runtime if IPv6 sockets are unusable.
ff55c577ba8a95f763b8982b7ab5e4a980209a09Mark Andrews This mostly affects Red Hat Linux 7.0, which has
ff55c577ba8a95f763b8982b7ab5e4a980209a09Mark Andrews conflicts between libc and the kernel.
e0a30050c8516a3d54a4f8dcdd88435704a8a3edMark Andrews
e0a30050c8516a3d54a4f8dcdd88435704a8a3edMark Andrews 620. [bug] dns_master_load*inc() now require 'task' and 'load'
dd1bcab25cf91eccb77060023d94a306411f7f14Mark Andrews to be non-null. Also 'done' will not be called if
dd1bcab25cf91eccb77060023d94a306411f7f14Mark Andrews dns_master_load*inc() fails immediately. [RT #565]
dd1bcab25cf91eccb77060023d94a306411f7f14Mark Andrews
741b63c8695bab0582e3f9f308993ab53a60b377Mark Andrews 618. [bug] Queries to a signed zone could sometimes cause
741b63c8695bab0582e3f9f308993ab53a60b377Mark Andrews an assertion failure.
741b63c8695bab0582e3f9f308993ab53a60b377Mark Andrews
09177840c73c1edec0d085dd8d92f225ba371014Mark Andrews 617. [bug] When using dynamic update to add a new RR to an
09177840c73c1edec0d085dd8d92f225ba371014Mark Andrews existing RRset with a different TTL, the journal
09177840c73c1edec0d085dd8d92f225ba371014Mark Andrews entries generated from the update did not include
f43e5c8ed2e68b7064c909b1fece6d976799b8dbMark Andrews explicit deletions and re-additions of the existing
f43e5c8ed2e68b7064c909b1fece6d976799b8dbMark Andrews RRs to update their TTL to the new value.
7b1f63dcd1a20a7c66b869e323efcdbdb0612a0dMark Andrews
7b1f63dcd1a20a7c66b869e323efcdbdb0612a0dMark Andrews 616. [func] dnssec-signzone -t output now includes performance
fe51e068f0892ae9258d9fd0e14fe2a469ff8edfMark Andrews statistics.
fe51e068f0892ae9258d9fd0e14fe2a469ff8edfMark Andrews
fe51e068f0892ae9258d9fd0e14fe2a469ff8edfMark Andrews 615. [bug] dnssec-signzone did not like child keysets signed
0f2ecf4b5c6721629162d4fd32826189d33a9b03Mark Andrews by multiple keys.
0f2ecf4b5c6721629162d4fd32826189d33a9b03Mark Andrews
0f2ecf4b5c6721629162d4fd32826189d33a9b03Mark Andrews 614. [bug] Checks for uninitialized link fields were prone
4d506ae0d1671e5a1272ef1ef13986af01616ac4Mark Andrews to false positives, causing assertion failures.
e8742e9598a72a429cf2ca05c6c1bc3de9b35283Tinderbox User The checks are now disabled by default and may
d261093639c90f1b13418706ea9077d690a29eb0Evan Hunt be re-enabled by defining ISC_LIST_CHECKINIT.
226339ed435db90da8e072ef46e2c27cf0dc687bEvan Hunt
226339ed435db90da8e072ef46e2c27cf0dc687bEvan Hunt 613. [bug] "rndc reload zone" now reloads primary zones.
226339ed435db90da8e072ef46e2c27cf0dc687bEvan Hunt It previously only updated slave and stub zones,
226339ed435db90da8e072ef46e2c27cf0dc687bEvan Hunt if an SOA query indicated an out of date serial.
295a711b72b075a77065b7a952860269b5ae5d1dMark Andrews
757e405d3c22e263dbd4aef75f7a188f891625b9Mark Andrews 612. [cleanup] Shutup a ridiculously noisy HP-UX compiler that
295a711b72b075a77065b7a952860269b5ae5d1dMark Andrews complains relentlessly about how its treatment
aec8a3b7cff6a144bfd9d1b72415dd644a0bd828Evan Hunt of 'const' has changed as well as how casting
757e405d3c22e263dbd4aef75f7a188f891625b9Mark Andrews sometimes tightens alignment constraints.
aec8a3b7cff6a144bfd9d1b72415dd644a0bd828Evan Hunt
4523c3b371e0e8aa6451aefcf2ba593c4d16ea31Evan Hunt 611. [func] allow-notify can be used to permit processing of
4523c3b371e0e8aa6451aefcf2ba593c4d16ea31Evan Hunt notify messages from hosts other than a slave's
4523c3b371e0e8aa6451aefcf2ba593c4d16ea31Evan Hunt masters.
a0ef8211d3bb5d4a7e56145e014c3da3466051c8Mark Andrews
a0ef8211d3bb5d4a7e56145e014c3da3466051c8Mark Andrews 610. [func] rndc dumpdb is now supported.
a0ef8211d3bb5d4a7e56145e014c3da3466051c8Mark Andrews
a0ef8211d3bb5d4a7e56145e014c3da3466051c8Mark Andrews 609. [bug] getrrsetbyname() would crash lwresd if the server
3fa134363f99816b36e30822a098196810ae6f20Mark Andrews found more SIGs than answers. [RT #554]
3fa134363f99816b36e30822a098196810ae6f20Mark Andrews
3fa134363f99816b36e30822a098196810ae6f20Mark Andrews 608. [func] dnssec-signzone now adds a comment to the zone
5a49f61ca968283d59c97e583fd6fb02ecaeb773Mark Andrews with the time the file was signed.
5a49f61ca968283d59c97e583fd6fb02ecaeb773Mark Andrews
8b29fc0b7a13db404f1a13fcfad42c2e7cfbe25bMark Andrews 607. [bug] nsupdate would fail if it encountered a CNAME or
0409e7451ce6898ba2e3fab401767df706b73fbfMark Andrews DNAME in a response to an SOA query. [RT #515]
0409e7451ce6898ba2e3fab401767df706b73fbfMark Andrews
075a3d60c23140f05db10d70126ff271ef6469c9Mark Andrews 606. [bug] Compiling with --disable-threads failed due
075a3d60c23140f05db10d70126ff271ef6469c9Mark Andrews to isc_thread_self() being incorrectly defined
075a3d60c23140f05db10d70126ff271ef6469c9Mark Andrews as an integer rather than a function.
4ca7391e640bd4f0abb31508019d3bd62819fa8eMark Andrews
4ca7391e640bd4f0abb31508019d3bd62819fa8eMark Andrews 605. [func] New function isc_lex_getlasttokentext().
4ca7391e640bd4f0abb31508019d3bd62819fa8eMark Andrews
4ca7391e640bd4f0abb31508019d3bd62819fa8eMark Andrews 604. [bug] The named.conf parser could print incorrect line
4ca7391e640bd4f0abb31508019d3bd62819fa8eMark Andrews numbers when long comments were present.
fbd9aaa58c32abaeab1bd3ca6943b18ce19ea023Mark Andrews
fbd9aaa58c32abaeab1bd3ca6943b18ce19ea023Mark Andrews 603. [bug] Make dig handle multiple types or classes on the same
fbd9aaa58c32abaeab1bd3ca6943b18ce19ea023Mark Andrews query more correctly.
02093e4c3b98ec8eca1b6b3eb9a895054ff4f1c8Mark Andrews
02093e4c3b98ec8eca1b6b3eb9a895054ff4f1c8Mark Andrews 602. [func] Cope automatically with UnixWare's broken
02093e4c3b98ec8eca1b6b3eb9a895054ff4f1c8Mark Andrews IN6_IS_ADDR_* macros. [RT #539]
9b956d342e93ab60d5d9367785b26546f7e49391Mark Andrews
9b956d342e93ab60d5d9367785b26546f7e49391Mark Andrews 601. [func] Return a non-zero exit code if an update fails
9b956d342e93ab60d5d9367785b26546f7e49391Mark Andrews in nsupdate.
5855fd79e375c74fc9df57ce0b4c4ef1b9fcdc3eMark Andrews
5855fd79e375c74fc9df57ce0b4c4ef1b9fcdc3eMark Andrews 600. [bug] Reverse lookups sometimes failed in dig, etc...
5855fd79e375c74fc9df57ce0b4c4ef1b9fcdc3eMark Andrews
c7e5ba1d17f2db135b2c1ab192c2746189394fa2Mark Andrews 599. [func] Added four new functions to the libisc log API to
dc3912f3caac1104fef441fd18571b7a975708eaMark Andrews support i18n messages. isc_log_iwrite(),
dc3912f3caac1104fef441fd18571b7a975708eaMark Andrews isc_log_ivwrite(), isc_log_iwrite1() and
dc3912f3caac1104fef441fd18571b7a975708eaMark Andrews isc_log_ivwrite1() were added.
7d0dfa63cf3228b56053815bdf25da7d0e6dc501Mark Andrews
7d0dfa63cf3228b56053815bdf25da7d0e6dc501Mark Andrews 598. [bug] An update-policy statement would cause the server
7d0dfa63cf3228b56053815bdf25da7d0e6dc501Mark Andrews to assert while loading. [RT #536]
18ba804f3ab6a7fea10404bb6675a49b59a153c5Mark Andrews
18ba804f3ab6a7fea10404bb6675a49b59a153c5Mark Andrews 597. [func] dnssec-signzone is now multithreaded.
18ba804f3ab6a7fea10404bb6675a49b59a153c5Mark Andrews
ec3dbae9eb0fdbda37c76c2b41e819c7982be1c4Mukund Sivaraman 596. [bug] DNS_RDATASLAB_FORCE and DNS_RDATASLAB_EXACT are
ec3dbae9eb0fdbda37c76c2b41e819c7982be1c4Mukund Sivaraman not mutually exclusive.
ec3dbae9eb0fdbda37c76c2b41e819c7982be1c4Mukund Sivaraman
ec3dbae9eb0fdbda37c76c2b41e819c7982be1c4Mukund Sivaraman 595. [port] On Linux 2.2, socket() returns EINVAL when it
ec3dbae9eb0fdbda37c76c2b41e819c7982be1c4Mukund Sivaraman should return EAFNOSUPPORT. Work around this.
ec3dbae9eb0fdbda37c76c2b41e819c7982be1c4Mukund Sivaraman [RT #531]
ec3dbae9eb0fdbda37c76c2b41e819c7982be1c4Mukund Sivaraman
bf350c9f1ab59ac03e34e8063b4ce58662daec2aMukund Sivaraman 594. [func] sdb drivers are now assumed to not be thread-safe
bf350c9f1ab59ac03e34e8063b4ce58662daec2aMukund Sivaraman unless the DNS_SDBFLAG_THREADSAFE flag is supplied.
bf350c9f1ab59ac03e34e8063b4ce58662daec2aMukund Sivaraman
bf350c9f1ab59ac03e34e8063b4ce58662daec2aMukund Sivaraman 593. [bug] If a secure zone was missing all its NXTs and
bf350c9f1ab59ac03e34e8063b4ce58662daec2aMukund Sivaraman a dynamic update was attempted, the server entered
bf350c9f1ab59ac03e34e8063b4ce58662daec2aMukund Sivaraman an infinite loop.
bf350c9f1ab59ac03e34e8063b4ce58662daec2aMukund Sivaraman
bf350c9f1ab59ac03e34e8063b4ce58662daec2aMukund Sivaraman 592. [bug] The sig-validity-interval option now specifies a
bf350c9f1ab59ac03e34e8063b4ce58662daec2aMukund Sivaraman number of days, not seconds. This matches the
bf350c9f1ab59ac03e34e8063b4ce58662daec2aMukund Sivaraman documentation. [RT #529]
bf350c9f1ab59ac03e34e8063b4ce58662daec2aMukund Sivaraman
bf350c9f1ab59ac03e34e8063b4ce58662daec2aMukund Sivaraman --- 9.1.0b1 released ---
bf350c9f1ab59ac03e34e8063b4ce58662daec2aMukund Sivaraman
bf350c9f1ab59ac03e34e8063b4ce58662daec2aMukund Sivaraman 591. [bug] Work around non-reentrancy in openssl by disabling
bf350c9f1ab59ac03e34e8063b4ce58662daec2aMukund Sivaraman precomputation in keys.
bf350c9f1ab59ac03e34e8063b4ce58662daec2aMukund Sivaraman
b750a49f3f599023cf32997f72924d4c2a5288d7Evan Hunt 590. [doc] There are now man pages for the lwres library in
b750a49f3f599023cf32997f72924d4c2a5288d7Evan Hunt doc/man/lwres.
b750a49f3f599023cf32997f72924d4c2a5288d7Evan Hunt
b750a49f3f599023cf32997f72924d4c2a5288d7Evan Hunt 589. [bug] The server could deadlock if a zone was updated
420a43c8d8028992a4e9c170022f97bfac689025Evan Hunt while being transferred out.
420a43c8d8028992a4e9c170022f97bfac689025Evan Hunt
420a43c8d8028992a4e9c170022f97bfac689025Evan Hunt 588. [bug] ctx->in_use was not being correctly initialized when
475099874c1cc95289aed8498d8c6cb0ef7e54b4Evan Hunt when pushing a file for $INCLUDE. [RT #523]
0d63efe476bd07c8ea9a98dc8c9da7b4b114b701Tinderbox User
420a43c8d8028992a4e9c170022f97bfac689025Evan Hunt 587. [func] A warning is now printed if the "allow-update"
b0ba1a6059b6d6c4b3aa77d8bc84cc443b981e01Mukund Sivaraman option allows updates based on the source IP
b0ba1a6059b6d6c4b3aa77d8bc84cc443b981e01Mukund Sivaraman address, to alert users to the fact that this
b0ba1a6059b6d6c4b3aa77d8bc84cc443b981e01Mukund Sivaraman is insecure and becoming increasingly so as
70862302f8f6a8398b6ca67516749486688603caMark Andrews servers capable of update forwarding are being
70862302f8f6a8398b6ca67516749486688603caMark Andrews deployed.
70862302f8f6a8398b6ca67516749486688603caMark Andrews
bf4a7968e8bff29ef5d85b292526206ffde3c5c6Evan Hunt 586. [bug] multiple views with the same name were fatal. [RT #516]
bf4a7968e8bff29ef5d85b292526206ffde3c5c6Evan Hunt
bf4a7968e8bff29ef5d85b292526206ffde3c5c6Evan Hunt 585. [func] dns_db_addrdataset() and and dns_rdataslab_merge()
d7262e5c8669d318531d47643356d554f7d0e2eeMukund Sivaraman now support 'exact' additions in a similar manner to
d7262e5c8669d318531d47643356d554f7d0e2eeMukund Sivaraman dns_db_subtractrdataset() and dns_rdataslab_subtract().
d7262e5c8669d318531d47643356d554f7d0e2eeMukund Sivaraman
984d2bb9e5aaca7c946bc78354c12b1dd75ed00aMukund Sivaraman 584. [func] You can now say 'notify explicit'; to suppress
984d2bb9e5aaca7c946bc78354c12b1dd75ed00aMukund Sivaraman notification of the servers listed in NS records
984d2bb9e5aaca7c946bc78354c12b1dd75ed00aMukund Sivaraman and notify only those servers listed in the
474921d733e9592ab93b3905907f2dcb393e12c9Mukund Sivaraman 'also-notify' option.
474921d733e9592ab93b3905907f2dcb393e12c9Mukund Sivaraman
474921d733e9592ab93b3905907f2dcb393e12c9Mukund Sivaraman 583. [func] "rndc querylog" will now toggle logging of
563878539af45d41143701a6d299e9b226937f5bMark Andrews queries, like "ndc querylog" in BIND 8.
563878539af45d41143701a6d299e9b226937f5bMark Andrews
9dc5ef7f24dba2be01d1cb10ba38c4a8b603d2b6Mark Andrews 582. [bug] dns_zone_idetach() failed to lock the zone.
9dc5ef7f24dba2be01d1cb10ba38c4a8b603d2b6Mark Andrews [RT #199, #463]
9dc5ef7f24dba2be01d1cb10ba38c4a8b603d2b6Mark Andrews
7c0f238c505ed2fa29b5441de3ad6e5f91976379Evan Hunt 581. [bug] log severity was not being correctly processed.
7c0f238c505ed2fa29b5441de3ad6e5f91976379Evan Hunt [RT #485]
7c0f238c505ed2fa29b5441de3ad6e5f91976379Evan Hunt
efb028b6c879c67b4e5b858f0e318a57b1073f69Mark Andrews 580. [func] Ignore trailing garbage on incoming DNS packets,
efb028b6c879c67b4e5b858f0e318a57b1073f69Mark Andrews for interoperability with broken server
efb028b6c879c67b4e5b858f0e318a57b1073f69Mark Andrews implementations. [RT #491]
151f1bcd5efdc59a9727de7529c37664845203b7Mark Andrews
151f1bcd5efdc59a9727de7529c37664845203b7Mark Andrews 579. [bug] nsupdate did not take a filename to read update from.
151f1bcd5efdc59a9727de7529c37664845203b7Mark Andrews [RT #492]
9b8f93083d7543baae86d6d078cb637cee14b4fcEvan Hunt
9b8f93083d7543baae86d6d078cb637cee14b4fcEvan Hunt 578. [func] New config option "notify-source", to specify the
9b8f93083d7543baae86d6d078cb637cee14b4fcEvan Hunt source address for notify messages.
c707e2b9861dfa3f86b3520b9c3630db70cb020cEvan Hunt
c707e2b9861dfa3f86b3520b9c3630db70cb020cEvan Hunt 577. [func] Log illegal RDATA combinations. e.g. multiple
f5bc6889d918347c7b501e0b2f9b6ecaf3dc4b7eEvan Hunt singlton types, cname and other data.
c707e2b9861dfa3f86b3520b9c3630db70cb020cEvan Hunt
38122021242747404f7f3e02ff4428a7cb884b77Evan Hunt 576. [doc] isc_log_create() description did not match reality.
38122021242747404f7f3e02ff4428a7cb884b77Evan Hunt
38122021242747404f7f3e02ff4428a7cb884b77Evan Hunt 575. [bug] isc_log_create() was not setting internal state
38122021242747404f7f3e02ff4428a7cb884b77Evan Hunt correctly to reflect the default channels created.
ce9f893e21d2ffc6f6a78bf226c038c396740aebEvan Hunt
c4567d06753c4420af492d07b720125a918fcf23Tinderbox User 574. [bug] TSIG signed queries sent by the resolver would fail to
ce9f893e21d2ffc6f6a78bf226c038c396740aebEvan Hunt have their responses validated and would leak memory.
ce9f893e21d2ffc6f6a78bf226c038c396740aebEvan Hunt
88278358cbfbaaf2073a04c2a74e0b56371d40feMukund Sivaraman 573. [bug] The journal files of IXFRed slave zones were
fc39b6a96109b78154ec148d20eaf29e8abc14b6Mukund Sivaraman inadvertantly discarded on server reload, causing
fc39b6a96109b78154ec148d20eaf29e8abc14b6Mukund Sivaraman "journal out of sync with zone" errors on subsequent
fc39b6a96109b78154ec148d20eaf29e8abc14b6Mukund Sivaraman reloads. [RT #482]
88278358cbfbaaf2073a04c2a74e0b56371d40feMukund Sivaraman
2cc21870b0dd92cde23305e0030e3e6e2bfd3cdaMukund Sivaraman 572. [bug] Quoted strings were not accepted as key names in
2cc21870b0dd92cde23305e0030e3e6e2bfd3cdaMukund Sivaraman address match lists.
2cc21870b0dd92cde23305e0030e3e6e2bfd3cdaMukund Sivaraman
13c55f6a6097bd23830b02f1be37515f35919b9eMark Andrews 571. [bug] It was possible to create an rdataset of singleton
dbb064aa7972ef918d9a235b713108a4846cbb62Mark Andrews type which had more than one rdata. [RT #154]
dbb064aa7972ef918d9a235b713108a4846cbb62Mark Andrews [RT #279]
dbb064aa7972ef918d9a235b713108a4846cbb62Mark Andrews
3a49d0ff1000bb74a5f5abaef04f3e41e957c875Mark Andrews 570. [bug] rbtdb.c allowed zones containing nodes which had
3a49d0ff1000bb74a5f5abaef04f3e41e957c875Mark Andrews both a CNAME and "other data". [RT #154]
3a49d0ff1000bb74a5f5abaef04f3e41e957c875Mark Andrews
3a49d0ff1000bb74a5f5abaef04f3e41e957c875Mark Andrews 569. [func] The DNSSEC AD bit will not be set on queries which
3a49d0ff1000bb74a5f5abaef04f3e41e957c875Mark Andrews have not requested a DNSSEC response.
0bc743f9bc0ad5989c9b2a65bf54d25c4f78d30dMark Andrews
0bc743f9bc0ad5989c9b2a65bf54d25c4f78d30dMark Andrews 568. [func] Add sample simple database drivers in contrib/sdb.
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Hunt
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Hunt 567. [bug] Setting the zone transfer timeout to zero caused an
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Hunt assertion failure. [RT #302]
b716b9cddcf2924b83c5ba2c21142cb4c626061fEvan Hunt
245c74ce39e801273ded5fd41e090cdd5563517bEvan Hunt 566. [func] New public function dns_timer_setidle().
245c74ce39e801273ded5fd41e090cdd5563517bEvan Hunt
b399f4e5684a66123e2f38e0f7e254f0f3ca0cc6Mark Andrews 565. [func] Log queries more like BIND 8: query logging is now
b399f4e5684a66123e2f38e0f7e254f0f3ca0cc6Mark Andrews done to category "queries", level "info". [RT #169]
ff6dccd21c28b6746cdb635aafabdc502df72ee4Mark Andrews
ff6dccd21c28b6746cdb635aafabdc502df72ee4Mark Andrews 564. [func] Add sortlist support to lwresd.
ff6dccd21c28b6746cdb635aafabdc502df72ee4Mark Andrews
ff6dccd21c28b6746cdb635aafabdc502df72ee4Mark Andrews 563. [func] New public functions dns_rdatatype_format() and
70d987def5a58ebeb8243017c0ec2e9b2c326cf4Evan Hunt dns_rdataclass_format(), for convenient formatting
70d987def5a58ebeb8243017c0ec2e9b2c326cf4Evan Hunt of rdata type/class mnemonics in log messages.
70d987def5a58ebeb8243017c0ec2e9b2c326cf4Evan Hunt
70d987def5a58ebeb8243017c0ec2e9b2c326cf4Evan Hunt 562. [cleanup] Moved lib/dns/*conf.c to bin/named where they belong.
70d987def5a58ebeb8243017c0ec2e9b2c326cf4Evan Hunt
33ca26968b638b4ff9c657e9574d14d1a04a52ddMukund Sivaraman 561. [func] The 'datasize', 'stacksize', 'coresize' and 'files'
33ca26968b638b4ff9c657e9574d14d1a04a52ddMukund Sivaraman clauses of the options{} statement are now implemented.
33ca26968b638b4ff9c657e9574d14d1a04a52ddMukund Sivaraman
33ca26968b638b4ff9c657e9574d14d1a04a52ddMukund Sivaraman 560. [bug] dns_name_split did not properly the resulting prefix
3e33f4198d1840fd0aed97d98ba0be8ac0cafd19Mark Andrews when a maximal length bitstring label was split which
3e33f4198d1840fd0aed97d98ba0be8ac0cafd19Mark Andrews was preceded by another bitstring label. [RT #429]
3e33f4198d1840fd0aed97d98ba0be8ac0cafd19Mark Andrews
3e33f4198d1840fd0aed97d98ba0be8ac0cafd19Mark Andrews 559. [bug] dns_name_split did not properly create the suffix
3e33f4198d1840fd0aed97d98ba0be8ac0cafd19Mark Andrews when splitting within a maximal length bitstring label.
3e33f4198d1840fd0aed97d98ba0be8ac0cafd19Mark Andrews
3e33f4198d1840fd0aed97d98ba0be8ac0cafd19Mark Andrews 558. [func] New functions, isc_resource_getlimit and
3e33f4198d1840fd0aed97d98ba0be8ac0cafd19Mark Andrews isc_resource_setlimit.
ce67023ae3ad39a77da5361d0187ab6f3f0219cbMark Andrews
ce67023ae3ad39a77da5361d0187ab6f3f0219cbMark Andrews 557. [func] Symbolic constants for libisc integral types.
b399f4e5684a66123e2f38e0f7e254f0f3ca0cc6Mark Andrews
c631ff56bfe13f7b47ff01950364f4db423bf21aMark Andrews 556. [func] The DNSSEC OK bit in the EDNS extended flags
c631ff56bfe13f7b47ff01950364f4db423bf21aMark Andrews is now implemented. Responses to queries without
c631ff56bfe13f7b47ff01950364f4db423bf21aMark Andrews this bit set will not contain any DNSSEC records.
c631ff56bfe13f7b47ff01950364f4db423bf21aMark Andrews
ce67023ae3ad39a77da5361d0187ab6f3f0219cbMark Andrews 555. [bug] A slave server attempting a zone transfer could
307adf67922dd222bacf84ef0f074a0eb84d3a0aMark Andrews crash with an assertion failure on certain
307adf67922dd222bacf84ef0f074a0eb84d3a0aMark Andrews malformed responses from the master. [RT #457]
753b27a7d325f8da6ef3dc8da8a2cc43e968ccb2Mark Andrews
753b27a7d325f8da6ef3dc8da8a2cc43e968ccb2Mark Andrews 554. [bug] In some cases, not all of the dnssec tools were
753b27a7d325f8da6ef3dc8da8a2cc43e968ccb2Mark Andrews properly installed.
c44c77178e0bf420483b0dd0af43839bf636a6ccMukund Sivaraman
c44c77178e0bf420483b0dd0af43839bf636a6ccMukund Sivaraman 553. [bug] Incoming zone transfers deferred due to quota
c44c77178e0bf420483b0dd0af43839bf636a6ccMukund Sivaraman were not started when quota was increased but
c44c77178e0bf420483b0dd0af43839bf636a6ccMukund Sivaraman only when a transfer in progress finished. [RT #456]
c44c77178e0bf420483b0dd0af43839bf636a6ccMukund Sivaraman
c44c77178e0bf420483b0dd0af43839bf636a6ccMukund Sivaraman 552. [bug] We were not correctly detecting the end of all c-style
08f01297320b7ad55d0abff0aca9a577196079e2Mukund Sivaraman comments. [RT #455]
08f01297320b7ad55d0abff0aca9a577196079e2Mukund Sivaraman
08f01297320b7ad55d0abff0aca9a577196079e2Mukund Sivaraman 551. [func] Implemented the 'sortlist' option.
4a61eae6514bfde56f8801ef66f27a8d462bd164Mark Andrews
4a61eae6514bfde56f8801ef66f27a8d462bd164Mark Andrews 550. [func] Support unknown rdata types and classes.
4a61eae6514bfde56f8801ef66f27a8d462bd164Mark Andrews
4a61eae6514bfde56f8801ef66f27a8d462bd164Mark Andrews 549. [bug] "make" did not immediately abort the build when a
adbf81335b67be0cebdcf9f1f4fcb38ef4814f4dMark Andrews subdirectory make failed [RT #450].
adbf81335b67be0cebdcf9f1f4fcb38ef4814f4dMark Andrews
adbf81335b67be0cebdcf9f1f4fcb38ef4814f4dMark Andrews 548. [func] The lexer now ungets tokens more correctly.
2f66e2dd81c270647976eebd15a45dc4d6d2f318Mark Andrews
2f66e2dd81c270647976eebd15a45dc4d6d2f318Mark Andrews 546. [func] Option 'lame-ttl' is now implemented.
2f66e2dd81c270647976eebd15a45dc4d6d2f318Mark Andrews
f10a67dad21d7dd87ee2144964faa639f96766b5Witold Krecicki 545. [func] Name limit and counting options removed from dig;
f10a67dad21d7dd87ee2144964faa639f96766b5Witold Krecicki they didn't work properly, and cannot be correctly
f10a67dad21d7dd87ee2144964faa639f96766b5Witold Krecicki implemented without significant changes.
6e6dcfcb45a5d2477ddf55293e9e8f587b7bcfe4Mark Andrews
6e6dcfcb45a5d2477ddf55293e9e8f587b7bcfe4Mark Andrews 544. [func] Add statistics option, enable statistics-file option,
0439bfedd97fa2e004cbf572773d703b33fda10fMukund Sivaraman add RNDC option "dump-statistics" to write out a
0439bfedd97fa2e004cbf572773d703b33fda10fMukund Sivaraman query statistics file.
0439bfedd97fa2e004cbf572773d703b33fda10fMukund Sivaraman
0439bfedd97fa2e004cbf572773d703b33fda10fMukund Sivaraman 543. [doc] The 'port' option is now documented.
2a815e41d2b8f30fd4cc68ccd38064a6ee6e1103Mukund Sivaraman
b4e114e3cd99b8875fc677a1a1c7c8257ef5a7a6Mukund Sivaraman 542. [func] Add support for update forwarding as required for
b4e114e3cd99b8875fc677a1a1c7c8257ef5a7a6Mukund Sivaraman full compliance with RFC2136. It is turned off
b4e114e3cd99b8875fc677a1a1c7c8257ef5a7a6Mukund Sivaraman by default and can be enabled using the
d14c2683625c5db500ab93fb7176a9570798ca1eMukund Sivaraman 'allow-update-forwarding' option.
d14c2683625c5db500ab93fb7176a9570798ca1eMukund Sivaraman
d14c2683625c5db500ab93fb7176a9570798ca1eMukund Sivaraman 541. [func] Add bogus server support.
71931ab6b3815c953756a04e6029a3a113a2a9f4Mukund Sivaraman
6a3249533aab706c30f8cd65956f2f963e857f8fWitold Krecicki 540. [func] Add dialup support.
0d5b518107e56bcf80719b6a974b90b8a10e4efdEvan Hunt
9869bfeed4fab59c5730065cd7cce1f7c60b741fMark Andrews 539. [func] Support the blackhole option.
a85c6b35affa7179434c41b277109dca2cbe01ecMark Andrews
71931ab6b3815c953756a04e6029a3a113a2a9f4Mukund Sivaraman 538. [bug] fix buffer overruns by 1 in lwres_getnameinfo().
71931ab6b3815c953756a04e6029a3a113a2a9f4Mukund Sivaraman
af3770ed93e519d07a4696739d477764c8d5c4b8Witold Krecicki 536. [func] Use transfer-source{-v6} when sending refresh queries.
59a9cb54c112fd979b772e832b819d8efc83b85dMukund Sivaraman Transfer-source{-v6} now take a optional port
59a9cb54c112fd979b772e832b819d8efc83b85dMukund Sivaraman parameter for setting the UDP source port. The port
4d506ae0d1671e5a1272ef1ef13986af01616ac4Mark Andrews parameter is ignored for TCP.
59a9cb54c112fd979b772e832b819d8efc83b85dMukund Sivaraman
f85deb5154d996978f0fc8455961698bc710ae73Witold Krecicki 535. [func] Use transfer-source{-v6} when forwarding update
f85deb5154d996978f0fc8455961698bc710ae73Witold Krecicki requests.
29ec74b60fcaef12c16ecb6bdb8c8ecb278d449fEvan Hunt
ecfe29f54b0566d9923b826b2e4a36ee83c9ea3eEvan Hunt 534. [func] Ancestors have been removed from RBT chains. Ancestor
29ec74b60fcaef12c16ecb6bdb8c8ecb278d449fEvan Hunt information can be discerned via node parent pointers.
8a9bac8dec81997fec38fb880dc81b41eb026c27Mark Andrews
8a9bac8dec81997fec38fb880dc81b41eb026c27Mark Andrews 533. [func] Incorporated name hashing into the RBT database to
8a9bac8dec81997fec38fb880dc81b41eb026c27Mark Andrews improve search speed.
eb447eca8847be14e93d7b2d524154433e4ee565Evan Hunt
eb447eca8847be14e93d7b2d524154433e4ee565Evan Hunt 532. [func] Implement DNS UPDATE pseudo records using
eb447eca8847be14e93d7b2d524154433e4ee565Evan Hunt DNS_RDATA_UPDATE flag.
eb447eca8847be14e93d7b2d524154433e4ee565Evan Hunt
8c9fba44a41e3ea23e7e8405029980aba672f7ceEvan Hunt 531. [func] Rdata really should be initialized before being assigned
8c9fba44a41e3ea23e7e8405029980aba672f7ceEvan Hunt to (dns_rdata_fromwire(), dns_rdata_fromtext(),
8c9fba44a41e3ea23e7e8405029980aba672f7ceEvan Hunt dns_rdata_clone(), dns_rdata_fromregion()),
a85c6b35affa7179434c41b277109dca2cbe01ecMark Andrews check that it is.
38c19e577915221b1783791cbb4f4e3ceea20019Mark Andrews
38c19e577915221b1783791cbb4f4e3ceea20019Mark Andrews 530. [func] New function dns_rdata_invalidate().
8bb630c7513ecfe224622a3923f0de477c44f2a9Mark Andrews
8bb630c7513ecfe224622a3923f0de477c44f2a9Mark Andrews 529. [bug] 521 contained a bug which caused zones to always
e53e202ef3b51c58fb9abe0d15e3829a970b00e7Mark Andrews reload. [RT #410]
e53e202ef3b51c58fb9abe0d15e3829a970b00e7Mark Andrews
598b502695802c3d4e23316b85368e54f39f5cabMark Andrews 528. [func] The ISC_LIST_XXXX macros now perform sanity checks
598b502695802c3d4e23316b85368e54f39f5cabMark Andrews on their arguments. ISC_LIST_XXXXUNSAFE can be use
598b502695802c3d4e23316b85368e54f39f5cabMark Andrews to skip the checks however use with caution.
a32b6291aa5f797e1336869390f99d4a655484c2Evan Hunt
a32b6291aa5f797e1336869390f99d4a655484c2Evan Hunt 527. [func] New function dns_rdata_clone().
a32b6291aa5f797e1336869390f99d4a655484c2Evan Hunt
39f11e83a34e8282c46afc6d189c209632cfeb6eCurtis Blackburn 526. [bug] nsupdate incorrectly refused to add RRs with a TTL
39f11e83a34e8282c46afc6d189c209632cfeb6eCurtis Blackburn of 0.
a32b6291aa5f797e1336869390f99d4a655484c2Evan Hunt
c55a1da4fc1188afe88264f97c1b705e188ae1feEvan Hunt 525. [func] New arguments 'options' for dns_db_subtractrdataset(),
c55a1da4fc1188afe88264f97c1b705e188ae1feEvan Hunt and 'flags' for dns_rdataslab_subtract() allowing you
c55a1da4fc1188afe88264f97c1b705e188ae1feEvan Hunt to request that the RR's must exist prior to deletion.
c55a1da4fc1188afe88264f97c1b705e188ae1feEvan Hunt DNS_R_NOTEXACT is returned if the condition is not met.
c55a1da4fc1188afe88264f97c1b705e188ae1feEvan Hunt
cadf8d687b9719b87c121d5cc8b028b1ddccc642Evan Hunt 524. [func] The 'forward' and 'forwarders' statement in
cadf8d687b9719b87c121d5cc8b028b1ddccc642Evan Hunt non-forward zones should work now.
cadf8d687b9719b87c121d5cc8b028b1ddccc642Evan Hunt
705cea35a8f798340ac947713ab97791be521b52Mukund Sivaraman 523. [doc] The source to the Administrator Reference Manual is
705cea35a8f798340ac947713ab97791be521b52Mukund Sivaraman now an XML file using the DocBook DTD, and is included
705cea35a8f798340ac947713ab97791be521b52Mukund Sivaraman in the distribution. The plain text version of the
705cea35a8f798340ac947713ab97791be521b52Mukund Sivaraman ARM is temporarily unavailable while we figure out
705cea35a8f798340ac947713ab97791be521b52Mukund Sivaraman how to generate readable plain text from the XML.
72a1c3f1a7ad790ebe13ef6be85c269b2c2dcb95Mukund Sivaraman
72a1c3f1a7ad790ebe13ef6be85c269b2c2dcb95Mukund Sivaraman 522. [func] The lightweight resolver daemon can now use
72a1c3f1a7ad790ebe13ef6be85c269b2c2dcb95Mukund Sivaraman a real configuration file, and its functionality
72a1c3f1a7ad790ebe13ef6be85c269b2c2dcb95Mukund Sivaraman can be provided by a name server. Also, the -p and -P
72a1c3f1a7ad790ebe13ef6be85c269b2c2dcb95Mukund Sivaraman options to lwresd have been reversed.
72a1c3f1a7ad790ebe13ef6be85c269b2c2dcb95Mukund Sivaraman
72a1c3f1a7ad790ebe13ef6be85c269b2c2dcb95Mukund Sivaraman 521. [bug] Detect master files which contain $INCLUDE and always
72a1c3f1a7ad790ebe13ef6be85c269b2c2dcb95Mukund Sivaraman reload. [RT #196]
72a1c3f1a7ad790ebe13ef6be85c269b2c2dcb95Mukund Sivaraman
19365b43e922fcbaf5caff3f92b87b52cbc1b530Evan Hunt 520. [bug] Upgraded libtool to 1.3.5, which makes shared
7e6cf6fc6e700061a1cec3bcf67786706d956fc5Evan Hunt library builds almost work on AIX (and possibly
7e6cf6fc6e700061a1cec3bcf67786706d956fc5Evan Hunt others).
7e6cf6fc6e700061a1cec3bcf67786706d956fc5Evan Hunt
7e6cf6fc6e700061a1cec3bcf67786706d956fc5Evan Hunt 519. [bug] dns_name_split() would improperly split some bitstring
7e6cf6fc6e700061a1cec3bcf67786706d956fc5Evan Hunt labels, zeroing a few of the least signficant bits in
247a9c2cf6637ca68b9b5d332131522bd157a3e9Mark Andrews the prefix part. When such an improperly created
c7463967dbcb31c2ec0dd513986a9dec05994a0aMark Andrews prefix was returned to the RBT database, the bogus
d9a0f1bea7c183864c72d0ad14f6b61fbe1b5b05Mark Andrews label was dutifully stored, corrupting the tree.
d9a0f1bea7c183864c72d0ad14f6b61fbe1b5b05Mark Andrews [RT #369]
8f20f6c9d7ce5a0f0af6ee4c5361832d97b1c5d4Mark Andrews
8f20f6c9d7ce5a0f0af6ee4c5361832d97b1c5d4Mark Andrews 518. [bug] The resolver did not realize that a DNAME which was
b947e1a521c6931f787d6d1b3604d5b138170c3dMukund Sivaraman "the answer" to the client's query was "the answer",
b947e1a521c6931f787d6d1b3604d5b138170c3dMukund Sivaraman and such queries would fail. [RT #399]
b947e1a521c6931f787d6d1b3604d5b138170c3dMukund Sivaraman
b947e1a521c6931f787d6d1b3604d5b138170c3dMukund Sivaraman 517. [bug] The resolver's DNAME code would trigger an assertion
b947e1a521c6931f787d6d1b3604d5b138170c3dMukund Sivaraman if there was more than one DNAME in the chain.
b947e1a521c6931f787d6d1b3604d5b138170c3dMukund Sivaraman [RT #399]
9e804040a29b9c3066c8471b43835f30707039b7Evan Hunt
9e804040a29b9c3066c8471b43835f30707039b7Evan Hunt 516. [bug] Cache lookups which had a NULL node pointer, e.g.
9e804040a29b9c3066c8471b43835f30707039b7Evan Hunt those by dns_view_find(), and which would match a
9e804040a29b9c3066c8471b43835f30707039b7Evan Hunt DNAME, would trigger an INSIST(!search.need_cleanup)
8f25faf9720a0c2730c4ac80ea4c12ca1f25599fMukund Sivaraman assertion. [RT #399]
8f25faf9720a0c2730c4ac80ea4c12ca1f25599fMukund Sivaraman
8f25faf9720a0c2730c4ac80ea4c12ca1f25599fMukund Sivaraman 515. [bug] The ssu table was not being attached / detached
8f25faf9720a0c2730c4ac80ea4c12ca1f25599fMukund Sivaraman by dns_zone_[sg]etssutable. [RT#397]
8f25faf9720a0c2730c4ac80ea4c12ca1f25599fMukund Sivaraman
dc877b38a0bdfd7caa0c129d6f5b5cbb1caa6848Evan Hunt 514. [func] Retry refresh and notify queries if they timeout.
dc877b38a0bdfd7caa0c129d6f5b5cbb1caa6848Evan Hunt [RT #388]
dc877b38a0bdfd7caa0c129d6f5b5cbb1caa6848Evan Hunt
1c02dd9dd94c95a9a59bb6c10b669fb790853b10Evan Hunt 513. [func] New functionality added to rdnc and server to allow
1c02dd9dd94c95a9a59bb6c10b669fb790853b10Evan Hunt individual zones to be refreshed or reloaded.
1c02dd9dd94c95a9a59bb6c10b669fb790853b10Evan Hunt
1c02dd9dd94c95a9a59bb6c10b669fb790853b10Evan Hunt 512. [bug] The zone transfer code could throw an execption with
52aa2f94981aa570a37c659b451541171f7537a4Mark Andrews an invalid IXFR stream.
52aa2f94981aa570a37c659b451541171f7537a4Mark Andrews
b292230ab8dd33480dabad2b3615dcce5dd70c35Mark Andrews 511. [bug] The message code could throw an assertion on an
b292230ab8dd33480dabad2b3615dcce5dd70c35Mark Andrews out of memory failure. [RT #392]
b292230ab8dd33480dabad2b3615dcce5dd70c35Mark Andrews
e77e44954909dd2e0af1ce724e01f4199ae1e9c0Mark Andrews 510. [bug] Remove spurious view notify warning. [RT #376]
e77e44954909dd2e0af1ce724e01f4199ae1e9c0Mark Andrews
e77e44954909dd2e0af1ce724e01f4199ae1e9c0Mark Andrews 509. [func] Add support for write of zone files on shutdown.
ef1aaab9ed44bcc6b58d85de2673e382dc6a7c1dEvan Hunt
ef1aaab9ed44bcc6b58d85de2673e382dc6a7c1dEvan Hunt 508. [func] dns_message_parse() can now do a best-effort
ef1aaab9ed44bcc6b58d85de2673e382dc6a7c1dEvan Hunt attempt, which should allow dig to print more invalid
ef1aaab9ed44bcc6b58d85de2673e382dc6a7c1dEvan Hunt messages.
c82b3781158672e8308b53a8b6289e432ceb48d0Mark Andrews
ef0e6744569fdef42fa93864443005dc0593b24cMark Andrews 507. [func] New functions dns_zone_flush(), dns_zt_flushanddetach()
ef0e6744569fdef42fa93864443005dc0593b24cMark Andrews and dns_view_flushanddetach().
ef0e6744569fdef42fa93864443005dc0593b24cMark Andrews
017cbd4429a16d1b8eb77333c86f022dcc31045dEvan Hunt 506. [func] Do not fail to start on errors in zone files.
017cbd4429a16d1b8eb77333c86f022dcc31045dEvan Hunt
ab973ec40cc7a79bbf930085b1293824caf73e7fFrancis Dupont 505. [bug] nsupdate was printing "unknown result code". [RT #373]
ab973ec40cc7a79bbf930085b1293824caf73e7fFrancis Dupont
ab973ec40cc7a79bbf930085b1293824caf73e7fFrancis Dupont 504. [bug] The zone was not being marked as dirty when updated via
f1a261ba2d5e11a106a0a95c46b409a9daf138efMark Andrews IXFR.
f1a261ba2d5e11a106a0a95c46b409a9daf138efMark Andrews
bcb68be0a8f3c3eca58d6a6a869267e5c1841de2Francis Dupont 503. [bug] dumptime was not being set along with
bcb68be0a8f3c3eca58d6a6a869267e5c1841de2Francis Dupont DNS_ZONEFLG_NEEDDUMP.
bcb68be0a8f3c3eca58d6a6a869267e5c1841de2Francis Dupont
c03fe78ef59b2373233db1a7b568cc2000d6d3b4Evan Hunt 502. [func] On a SERVFAIL reply, DiG will now try the next server
c03fe78ef59b2373233db1a7b568cc2000d6d3b4Evan Hunt in the list, unless the +fail option is specified.
c03fe78ef59b2373233db1a7b568cc2000d6d3b4Evan Hunt
fc3ed1dbda48d0e832ffc8ad70394cd475986531Evan Hunt 501. [bug] Incorrect port numbers were being displayed by
fc3ed1dbda48d0e832ffc8ad70394cd475986531Evan Hunt nslookup. [RT #352]
fc3ed1dbda48d0e832ffc8ad70394cd475986531Evan Hunt
c855e7170a7ddb5d4ebab69a771f35dc93e95e43Mark Andrews 500. [func] Nearly useless +details option removed from DiG.
c855e7170a7ddb5d4ebab69a771f35dc93e95e43Mark Andrews
c855e7170a7ddb5d4ebab69a771f35dc93e95e43Mark Andrews 499. [func] In DiG, specifying a class with -c or type with -t
e840f92bfba0881039f1cdfb3349ecb03382b7beMark Andrews changes command-line parsing so that classes and
e840f92bfba0881039f1cdfb3349ecb03382b7beMark Andrews types are only recognized if following -c or -t.
e840f92bfba0881039f1cdfb3349ecb03382b7beMark Andrews This allows hosts with the same name as a class or
e840f92bfba0881039f1cdfb3349ecb03382b7beMark Andrews type to be looked up.
bc8f82492dfdfa8b6d58bca850fa328e176cfd91Mark Andrews
bc8f82492dfdfa8b6d58bca850fa328e176cfd91Mark Andrews 498. [doc] There is now a man page for "dig"
bc8f82492dfdfa8b6d58bca850fa328e176cfd91Mark Andrews in doc/man/bin/dig.1.
ac31adc3b76a3acf61c711d1cd49480a288b1317Mukund Sivaraman
ac31adc3b76a3acf61c711d1cd49480a288b1317Mukund Sivaraman 497. [bug] The error messages printed when an IP match list
ac31adc3b76a3acf61c711d1cd49480a288b1317Mukund Sivaraman contained a network address with a nonzero host
2c4d5faf7fa490aa537efa36b1ba26d0cd80e442Mukund Sivaraman part where not sufficiently detailed. [RT #365]
2c4d5faf7fa490aa537efa36b1ba26d0cd80e442Mukund Sivaraman
2c4d5faf7fa490aa537efa36b1ba26d0cd80e442Mukund Sivaraman 496. [bug] named didn't sanity check numeric parameters. [RT #361]
bc8f82492dfdfa8b6d58bca850fa328e176cfd91Mark Andrews
54fe1d05b6d78120452c71023629b35cbe55e97fMark Andrews 495. [bug] nsupdate was unable to handle large records. [RT #368]
54fe1d05b6d78120452c71023629b35cbe55e97fMark Andrews
d9b37259f3abcb27e6b1b0bcb312c26cfd229fdaEvan Hunt 494. [func] Do not cache NXDOMAIN responses for SOA queries.
d9b37259f3abcb27e6b1b0bcb312c26cfd229fdaEvan Hunt
d9b37259f3abcb27e6b1b0bcb312c26cfd229fdaEvan Hunt 493. [func] Return non-cachable (ttl = 0) NXDOMAIN responses
f28e5058c33bfb99f8717d94c2525a976897dc91Evan Hunt for SOA queries. This makes it easier to locate
f28e5058c33bfb99f8717d94c2525a976897dc91Evan Hunt the containing zone without polluting intermediate
f28e5058c33bfb99f8717d94c2525a976897dc91Evan Hunt caches.
febb020dceab01c12b406eeae6e825aca7411dd6Mark Andrews
febb020dceab01c12b406eeae6e825aca7411dd6Mark Andrews 492. [bug] attempting to reload a zone caused the server fail
febb020dceab01c12b406eeae6e825aca7411dd6Mark Andrews to shutdown cleanly. [RT #360]
fba894c98b8f3345a61932be6830993a059a211aMukund Sivaraman
fba894c98b8f3345a61932be6830993a059a211aMukund Sivaraman 491. [bug] nsupdate would segfault when sending certain
f9f81abff0ea36f19474f3b7a11bf0f17c4f116cMukund Sivaraman prerequisites with empty RDATA. [RT #356]
f9f81abff0ea36f19474f3b7a11bf0f17c4f116cMukund Sivaraman
f9f81abff0ea36f19474f3b7a11bf0f17c4f116cMukund Sivaraman 490. [func] When a slave/stub zone has not yet successfully
f9f81abff0ea36f19474f3b7a11bf0f17c4f116cMukund Sivaraman obtained an SOA containing the zone's configured
f9f81abff0ea36f19474f3b7a11bf0f17c4f116cMukund Sivaraman retry time, perform the SOA query retries using
f9f81abff0ea36f19474f3b7a11bf0f17c4f116cMukund Sivaraman exponential backoff. [RT #337]
9a7532f83618b5abbfd7db59be77e451647ecbf2Mukund Sivaraman
9a7532f83618b5abbfd7db59be77e451647ecbf2Mukund Sivaraman 489. [func] The zone manager now has a "i/o" queue.
9a7532f83618b5abbfd7db59be77e451647ecbf2Mukund Sivaraman
e89972afcb893a824db11086f4f00388057170ccEvan Hunt 488. [bug] Locks weren't properly destroyed in some cases.
e89972afcb893a824db11086f4f00388057170ccEvan Hunt
ebeb4b3e094f36121e05d7cc8226047db96ba4f6Mukund Sivaraman 487. [port] flockfile() is not defined on all systems.
ebeb4b3e094f36121e05d7cc8226047db96ba4f6Mukund Sivaraman
ebeb4b3e094f36121e05d7cc8226047db96ba4f6Mukund Sivaraman 486. [bug] nslookup: "set all" and "server" commands showed
642e4ac70ddc4e7037a515208b30d5cf8d8efc94Mukund Sivaraman the incorrect port number if a port other than 53
642e4ac70ddc4e7037a515208b30d5cf8d8efc94Mukund Sivaraman was specified. [RT #352]
641b9fd39b1c3f895eca8dfe84d5d14d7742e045Evan Hunt
77b179cbbe7b820b5d838a675200a7b87eb12dacMark Andrews 485. [func] When dig had more than one server to query, it would
77b179cbbe7b820b5d838a675200a7b87eb12dacMark Andrews send all of the messages at the same time. Add
641b9fd39b1c3f895eca8dfe84d5d14d7742e045Evan Hunt rate limiting of the transmitted messages.
24f2cc7d06e4bb6625f90323e44b42e0cad63588Mukund Sivaraman
24f2cc7d06e4bb6625f90323e44b42e0cad63588Mukund Sivaraman 484. [bug] When the server was reloaded after removing addresses
73eacba1f107468b30e8aa7cd6e213bb2d7f3142Evan Hunt from the named.conf "listen-on" statement, sockets
73eacba1f107468b30e8aa7cd6e213bb2d7f3142Evan Hunt were still listening on the removed addresses due
73eacba1f107468b30e8aa7cd6e213bb2d7f3142Evan Hunt to reference count loops. [RT #325]
73eacba1f107468b30e8aa7cd6e213bb2d7f3142Evan Hunt
da4a7772ebb33f27104bca5ceb9a9bca60136387Evan Hunt 483. [bug] nslookup: "set all" showed a "search" option but it
1b05d22789fd9a17aca4f459639bc2b6848c3160Mark Andrews was not settable.
1b05d22789fd9a17aca4f459639bc2b6848c3160Mark Andrews
1b05d22789fd9a17aca4f459639bc2b6848c3160Mark Andrews 482. [bug] nslookup: a plain "server" or "lserver" should be
29d52c001ff976561669375cf0c866b815a90c49Mark Andrews treated as a lookup.
29d52c001ff976561669375cf0c866b815a90c49Mark Andrews
7ae96d882326357448f8f440c52f47ac1b1fa455Evan Hunt 481. [bug] nslookup:get_next_command() stack size could exceed
7ae96d882326357448f8f440c52f47ac1b1fa455Evan Hunt per thread limit.
7ae96d882326357448f8f440c52f47ac1b1fa455Evan Hunt
7ae96d882326357448f8f440c52f47ac1b1fa455Evan Hunt 480. [bug] strtok() is not thread safe. [RT #349]
7ae96d882326357448f8f440c52f47ac1b1fa455Evan Hunt
7ae96d882326357448f8f440c52f47ac1b1fa455Evan Hunt 479. [func] The test suite can now be run by typing "make check"
7ae96d882326357448f8f440c52f47ac1b1fa455Evan Hunt or "make test" at the top level.
a85c6b35affa7179434c41b277109dca2cbe01ecMark Andrews
a8da00ef95ba37b9d071c2b8db1a0c967e060106Mark Andrews 478. [bug] "make install" failed if the directory specified with
a8da00ef95ba37b9d071c2b8db1a0c967e060106Mark Andrews --prefix did not already exist.
48fe77df0c604359c3a406510f4327fc3182e836Evan Hunt
5f590e93d2ec1372a591b943a375506817787d8aMukund Sivaraman 477. [bug] The the isc-config.sh script could be installed before
b5edc023a1bb8066d86777dd40fd4555e285de57Mark Andrews its directory was created. [RT #324]
be9720ae2c2e933da36c5fb209dd4798a0337febMark Andrews
be9720ae2c2e933da36c5fb209dd4798a0337febMark Andrews 476. [bug] A zone could expire while a zone transfer was in
be9720ae2c2e933da36c5fb209dd4798a0337febMark Andrews progress triggering a INSIST failure. [RT #329]
bb5df338d9b119bb2fe18dea9b0e3034c3925f7bMark Andrews
bb5df338d9b119bb2fe18dea9b0e3034c3925f7bMark Andrews 475. [bug] query_getzonedb() sometimes returned a non-null version
bb5df338d9b119bb2fe18dea9b0e3034c3925f7bMark Andrews on failure. This caused assertion failures when
f5ea8d2838e0d9279d00afe984aa67f07ad758b1Mark Andrews generating query responses where names subject to
f5ea8d2838e0d9279d00afe984aa67f07ad758b1Mark Andrews additional section processing pointed to a zone
af669cb4fd7ecfb67ed145b176e5e764b249573bMark Andrews to which access had been denied by means of the
af669cb4fd7ecfb67ed145b176e5e764b249573bMark Andrews allow-query option. [RT #336]
044008f58f66d7a1b50c1dfc09cf8049e83a8227Evan Hunt
044008f58f66d7a1b50c1dfc09cf8049e83a8227Evan Hunt 474. [bug] The mnemonic of the CHAOS class is CH according to
044008f58f66d7a1b50c1dfc09cf8049e83a8227Evan Hunt RFC1035, but it was printed and read only as CHAOS.
044008f58f66d7a1b50c1dfc09cf8049e83a8227Evan Hunt We now accept both forms as input, and print it
1783676a64b8e390b756d775ae152509f1d76719Mukund Sivaraman as CH. [RT #305]
a85c6b35affa7179434c41b277109dca2cbe01ecMark Andrews
84f95ddb2572641022619950a211aff49e331c98Mukund Sivaraman 473. [bug] nsupdate overran the end of the list of name servers
84f95ddb2572641022619950a211aff49e331c98Mukund Sivaraman when no servers could be reached, typically causing
1783676a64b8e390b756d775ae152509f1d76719Mukund Sivaraman it to print the error message "dns_request_create:
07dd40e8eeff964d7e8018817378d903ded690e3Mukund Sivaraman not implemented".
07dd40e8eeff964d7e8018817378d903ded690e3Mukund Sivaraman
07dd40e8eeff964d7e8018817378d903ded690e3Mukund Sivaraman 472. [bug] Off-by-one error caused isc_time_add() to sometimes
db93c0def5c3e1e0ea40c7596482ad3fca4ed03bMukund Sivaraman produce invalid time values.
db93c0def5c3e1e0ea40c7596482ad3fca4ed03bMukund Sivaraman
db93c0def5c3e1e0ea40c7596482ad3fca4ed03bMukund Sivaraman 471. [bug] nsupdate didn't compile on HP/UX 10.20
db93c0def5c3e1e0ea40c7596482ad3fca4ed03bMukund Sivaraman
ca6e60cb704c4c8eea1385a9fbef3eaa476eca28Evan Hunt 470. [func] $GENERATE is now supported. See also
c10fda07d68c04221c2d552dc71a2de1352074cbTinderbox User doc/misc/migration.
ca6e60cb704c4c8eea1385a9fbef3eaa476eca28Evan Hunt
c2444e25ab0fe2a6efdba2fc789a1662b95a6eb5Evan Hunt 469. [bug] "query-source address * port 53;" now works.
c10fda07d68c04221c2d552dc71a2de1352074cbTinderbox User
aeff3f0541beed6c7e384737bc83b46ea5e66a84Evan Hunt 468. [bug] dns_master_load*() failed to report file and line
8378b0c190300e1652fc0ce129a4b9af4ef56e24Evan Hunt number in certain error conditions.
8378b0c190300e1652fc0ce129a4b9af4ef56e24Evan Hunt
8378b0c190300e1652fc0ce129a4b9af4ef56e24Evan Hunt 467. [bug] dns_master_load*() failed to log an error if
53ae008f2749a29773b27a481452b292c8f53b65Evan Hunt pushfile() failed.
53ae008f2749a29773b27a481452b292c8f53b65Evan Hunt
bfc11b9c659a9c46c478cd9176220a1a29a862a1Evan Hunt 466. [bug] dns_master_load*() could return success when it failed.
bfc11b9c659a9c46c478cd9176220a1a29a862a1Evan Hunt
177e523c48674936078c1422403840de159db5dfEvan Hunt 465. [cleanup] Allow 0 to be set as an omapi_value_t value by
177e523c48674936078c1422403840de159db5dfEvan Hunt omapi_value_storeint().
177e523c48674936078c1422403840de159db5dfEvan Hunt
177e523c48674936078c1422403840de159db5dfEvan Hunt 464. [cleanup] Build with openssl's RSA code instead of dnssafe.
177e523c48674936078c1422403840de159db5dfEvan Hunt
7acc2f21563b79229d592f09dde17e60d64afc8fEvan Hunt 463. [bug] nsupdate sent malformed SOA queries to the second
7acc2f21563b79229d592f09dde17e60d64afc8fEvan Hunt and subsequent name servers in resolv.conf if the
7acc2f21563b79229d592f09dde17e60d64afc8fEvan Hunt query sent to the first one failed.
7acc2f21563b79229d592f09dde17e60d64afc8fEvan Hunt
7acc2f21563b79229d592f09dde17e60d64afc8fEvan Hunt 462. [bug] --disable-ipv6 should work now.
e58eb371a047c3a8aee4ce9aaca0f7f3673432a4Mukund Sivaraman
e58eb371a047c3a8aee4ce9aaca0f7f3673432a4Mukund Sivaraman 461. [bug] Specifying an unknown key in the "keys" clause of the
e58eb371a047c3a8aee4ce9aaca0f7f3673432a4Mukund Sivaraman "controls" statement caused a NULL pointer dereference.
e58eb371a047c3a8aee4ce9aaca0f7f3673432a4Mukund Sivaraman [RT #316]
e58eb371a047c3a8aee4ce9aaca0f7f3673432a4Mukund Sivaraman
2ff2145ff53ec10df0e3c9c51906d63187fd54faMark Andrews 460. [bug] Much of the DNSSEC code only worked with class IN.
2ff2145ff53ec10df0e3c9c51906d63187fd54faMark Andrews
c213a58e803c0bba12e3df0f33405eaee907acc6Evan Hunt 459. [bug] Nslookup processed the "set" command incorrectly.
bc8f82492dfdfa8b6d58bca850fa328e176cfd91Mark Andrews
c213a58e803c0bba12e3df0f33405eaee907acc6Evan Hunt 458. [bug] Nslookup didn't properly check class and type values.
f4102ab13ea049d73f5523c1a94fe2b83c408c9eMark Andrews [RT #305]
a98f70acc8d36bf73c000808ffed455ad8f15b02Evan Hunt
a98f70acc8d36bf73c000808ffed455ad8f15b02Evan Hunt 457. [bug] Dig/host/hslookup didn't properly handle connect
8b61aef4dcc53267a500449058c0af705e3a64d1Evan Hunt timeouts in certain situations, causing an
2616cb69443f6ccd1900901c91e04d86886a7197Evan Hunt unnecessary warning message to be printed.
2616cb69443f6ccd1900901c91e04d86886a7197Evan Hunt
e785f9c1c7d838b9a773a757210388130eba5c4aMark Andrews 456. [bug] Stub zones were not resetting the refresh and expire
e785f9c1c7d838b9a773a757210388130eba5c4aMark Andrews counters, loadtime or clearing the DNS_ZONE_REFRESH
e785f9c1c7d838b9a773a757210388130eba5c4aMark Andrews (refresh in progress) flag upon successful update.
591389c7d44e5ca20c357627dd179772cfefaaccEvan Hunt This disabled further refreshing of the stub zone,
591389c7d44e5ca20c357627dd179772cfefaaccEvan Hunt causing it to eventually expire. [RT #300]
591389c7d44e5ca20c357627dd179772cfefaaccEvan Hunt
591389c7d44e5ca20c357627dd179772cfefaaccEvan Hunt 455. [doc] Document IPv4 prefix notation does not require a
591389c7d44e5ca20c357627dd179772cfefaaccEvan Hunt dotted decimal quad but may be just dotted decimal.
591389c7d44e5ca20c357627dd179772cfefaaccEvan Hunt
591389c7d44e5ca20c357627dd179772cfefaaccEvan Hunt 454. [bug] Enforce dotted decimal and dotted decimal quad where
591389c7d44e5ca20c357627dd179772cfefaaccEvan Hunt documented as such in named.conf. [RT #304, RT #311]
591389c7d44e5ca20c357627dd179772cfefaaccEvan Hunt
591389c7d44e5ca20c357627dd179772cfefaaccEvan Hunt 453. [bug] Warn if the obsolete option "maintain-ixfr-base"
1a849dab19287148f12da50d890f455f02aa3622Evan Hunt is specified in named.conf. [RT #306]
1059bc2e42e8214f8b73d3b4cd181d8394a94a6aFrancis Dupont
1059bc2e42e8214f8b73d3b4cd181d8394a94a6aFrancis Dupont 452. [bug] Warn if the unimplemented option "statistics-file"
1059bc2e42e8214f8b73d3b4cd181d8394a94a6aFrancis Dupont is specified in named.conf. [RT #301]
801fb8b894c75fc1e3fa0284e096ade6dcdc1110Evan Hunt
801fb8b894c75fc1e3fa0284e096ade6dcdc1110Evan Hunt 451. [func] Update forwarding implememted.
801fb8b894c75fc1e3fa0284e096ade6dcdc1110Evan Hunt
801fb8b894c75fc1e3fa0284e096ade6dcdc1110Evan Hunt 450. [func] New function ns_client_sendraw().
801fb8b894c75fc1e3fa0284e096ade6dcdc1110Evan Hunt
4eefa351cc5549a2cebb45d274f10249e31f6945Mukund Sivaraman 449. [bug] isc_bitstring_copy() only works correctly if the
4eefa351cc5549a2cebb45d274f10249e31f6945Mukund Sivaraman two bitstrings have the same lsb0 value, but this
fe12a8f1077c1556922f1a3be2f592c761917838Mukund Sivaraman requirement was not documented, nor was there a
fe12a8f1077c1556922f1a3be2f592c761917838Mukund Sivaraman REQUIRE for it.
b82963f96b452e2acbdf2ebd3d96de0ff0859a68Evan Hunt
b82963f96b452e2acbdf2ebd3d96de0ff0859a68Evan Hunt 448. [bug] Host output formatting change, to match v8. [RT #255]
d8890e779c0a74a8738a746f130a4bed6d6954caEvan Hunt
e77ef50a57091eeb70d0a6d021638c92442c8f0aMark Andrews 447. [bug] Dig didn't properly retry in TCP mode after
e77ef50a57091eeb70d0a6d021638c92442c8f0aMark Andrews a truncated reply. [RT #277]
4b36b9c1fff56d836feeaa1dc7eb1d4676d9c8bbMark Andrews
4b36b9c1fff56d836feeaa1dc7eb1d4676d9c8bbMark Andrews 446. [bug] Confusing notify log message. [RT #298]
9175a4ed6325e611d4c95d74f6e447a3f4b50fa0Evan Hunt
9175a4ed6325e611d4c95d74f6e447a3f4b50fa0Evan Hunt 445. [bug] Doing a 0 bit isc_bitstring_copy() of an lsb0
9175a4ed6325e611d4c95d74f6e447a3f4b50fa0Evan Hunt bitstring triggered a REQUIRE statement. The REQUIRE
9175a4ed6325e611d4c95d74f6e447a3f4b50fa0Evan Hunt statement was incorrect. [RT #297]
84ee90b52d4fb443c796f4e1481f98d5a95b5614Evan Hunt
84ee90b52d4fb443c796f4e1481f98d5a95b5614Evan Hunt 444. [func] "recursion denied" messages are always logged at
84ee90b52d4fb443c796f4e1481f98d5a95b5614Evan Hunt debug level 1, now, rather than sometimes at ERROR.
875574f1e4e87d8412b682084991954c10c20e35Mark Andrews This silences these warnings in the usual case, where
875574f1e4e87d8412b682084991954c10c20e35Mark Andrews some clients set the RD bit in all queries.
875574f1e4e87d8412b682084991954c10c20e35Mark Andrews
626ba6609dd45cd543a05910dd503ff712355c88Evan Hunt 443. [bug] When loading a master file failed because of an
626ba6609dd45cd543a05910dd503ff712355c88Evan Hunt unrecognized RR type name, the error message
17dc146c7c2399e7bd64e776775535b9484ad1d5Mark Andrews did not include the file name and line number.
39f68d7b64dce25e19f7132f6c46b3beabeed492Tinderbox User [RT #285]
2817aa56ca12139849ba1017ff978833174f6294Evan Hunt
2817aa56ca12139849ba1017ff978833174f6294Evan Hunt 442. [bug] TSIG signed messages that did not match any view
2817aa56ca12139849ba1017ff978833174f6294Evan Hunt crashed the server. [RT #290]
22e3e00ac95ec1ba89200c5d0e05670ed5ad8fefMark Andrews
22e3e00ac95ec1ba89200c5d0e05670ed5ad8fefMark Andrews 441. [bug] Nodes obscured by a DNAME were inaccessible even
22e3e00ac95ec1ba89200c5d0e05670ed5ad8fefMark Andrews when DNS_DBFIND_GLUEOK was set.
ff62d4458acda2110a3763ec576a4f728450662cEvan Hunt
ff62d4458acda2110a3763ec576a4f728450662cEvan Hunt 440. [func] New function dns_zone_forwardupdate().
ff62d4458acda2110a3763ec576a4f728450662cEvan Hunt
ff62d4458acda2110a3763ec576a4f728450662cEvan Hunt 439. [func] New function dns_request_createraw().
761d135ed686601f36fe3d0d4aaa6bf41287bb0fEvan Hunt
b88b75c2b88618f9c885c61e1ab0bd1cddd4474eEvan Hunt 438. [func] New function dns_message_getrawmessage().
b88b75c2b88618f9c885c61e1ab0bd1cddd4474eEvan Hunt
b88b75c2b88618f9c885c61e1ab0bd1cddd4474eEvan Hunt 437. [func] Log NOTIFY activity to the notify channel.
b88b75c2b88618f9c885c61e1ab0bd1cddd4474eEvan Hunt
b88b75c2b88618f9c885c61e1ab0bd1cddd4474eEvan Hunt 436. [bug] If recvmsg() returned EHOSTUNREACH or ENETUNREACH,
761d135ed686601f36fe3d0d4aaa6bf41287bb0fEvan Hunt which sometimes happens on Linux, named would enter
11463c0ac24692e229ec87f307f5e7df3c0a7e10Evan Hunt a busy loop. Also, unexpected socket errors were
11463c0ac24692e229ec87f307f5e7df3c0a7e10Evan Hunt not logged at a high enough logging level to be
cc0a48a38173637f7a833e2da52bcfbcecb960b4Mark Andrews useful in diagnosing this situation. [RT #275]
cc0a48a38173637f7a833e2da52bcfbcecb960b4Mark Andrews
cc0a48a38173637f7a833e2da52bcfbcecb960b4Mark Andrews 435. [bug] dns_zone_dump() overwrote existing zone files
cc0a48a38173637f7a833e2da52bcfbcecb960b4Mark Andrews rather than writing to a temporary file and
f8eb4e5bfd1129d7639af5c2c768f53f0895952aMark Andrews renaming. This could lead to empty or partial
f8eb4e5bfd1129d7639af5c2c768f53f0895952aMark Andrews zone files being left around in certain error
f8eb4e5bfd1129d7639af5c2c768f53f0895952aMark Andrews conditions involving the initial transfer of a
f8eb4e5bfd1129d7639af5c2c768f53f0895952aMark Andrews slave zone, interfering with subsequent server
b05a50c852608a40d1a06d6124bafb9b500c10c1Mukund Sivaraman startup. [RT #282]
b05a50c852608a40d1a06d6124bafb9b500c10c1Mukund Sivaraman
b05a50c852608a40d1a06d6124bafb9b500c10c1Mukund Sivaraman 434. [func] New function isc_file_isabsolute().
f91c369b4ac84fad07e3106c5c00a15d87250d1eMukund Sivaraman
f91c369b4ac84fad07e3106c5c00a15d87250d1eMukund Sivaraman 433. [func] isc_base64_decodestring() now accepts newlines
f91c369b4ac84fad07e3106c5c00a15d87250d1eMukund Sivaraman within the base64 data. This makes it possible
f91c369b4ac84fad07e3106c5c00a15d87250d1eMukund Sivaraman to break up the key data in a "trusted-keys"
a6f0e9c985220f0e4509777e6528afb64e0ad576Mukund Sivaraman statement into multiple lines. [RT #284]
a6f0e9c985220f0e4509777e6528afb64e0ad576Mukund Sivaraman
a6f0e9c985220f0e4509777e6528afb64e0ad576Mukund Sivaraman 432. [func] Added refresh/retry jitter. The actual refresh/
a6f0e9c985220f0e4509777e6528afb64e0ad576Mukund Sivaraman retry time is now a random value between 75% and
a6f0e9c985220f0e4509777e6528afb64e0ad576Mukund Sivaraman 100% of the configured value.
f4dda9cf28f8be880097ee931b3237e09731a28aMark Andrews
f4dda9cf28f8be880097ee931b3237e09731a28aMark Andrews 431. [func] Log at ISC_LOG_INFO when a zone is successfully
f4dda9cf28f8be880097ee931b3237e09731a28aMark Andrews loaded.
79521569952d5e2475f05e4397dc976f4685056eMark Andrews
79521569952d5e2475f05e4397dc976f4685056eMark Andrews 430. [bug] Rewrote the lightweight resolver client management
79521569952d5e2475f05e4397dc976f4685056eMark Andrews code to handle shutdown correctly and general
79521569952d5e2475f05e4397dc976f4685056eMark Andrews cleanup.
d1f1f13c7fc1f1515930053508f1645cfafaa478Mark Andrews
d1f1f13c7fc1f1515930053508f1645cfafaa478Mark Andrews 429. [bug] The space reserved for a TSIG record in a response
d1f1f13c7fc1f1515930053508f1645cfafaa478Mark Andrews was 2 bytes too short, leading to message
74eb2f5cbc98d9646bcd13ffcb17688f0db5ab8dEvan Hunt generation failures.
74eb2f5cbc98d9646bcd13ffcb17688f0db5ab8dEvan Hunt
74eb2f5cbc98d9646bcd13ffcb17688f0db5ab8dEvan Hunt 428. [bug] rbtdb.c:find_closest_nxt() erroneously returned
74eb2f5cbc98d9646bcd13ffcb17688f0db5ab8dEvan Hunt DNS_R_BADDB for nodes which had neither NXT nor SIG NXT
74eb2f5cbc98d9646bcd13ffcb17688f0db5ab8dEvan Hunt (e.g. glue). This could cause SERVFAILs when
74eb2f5cbc98d9646bcd13ffcb17688f0db5ab8dEvan Hunt generating negative responses in a secure zone.
74eb2f5cbc98d9646bcd13ffcb17688f0db5ab8dEvan Hunt
74eb2f5cbc98d9646bcd13ffcb17688f0db5ab8dEvan Hunt 427. [bug] Avoid going into an infinite loop when the validator
74eb2f5cbc98d9646bcd13ffcb17688f0db5ab8dEvan Hunt gets a negative response to a key query where the
b0c18fffd3c81d3cb617dbba4d222d49ae266f28Mark Andrews records are signed by the missing key.
b0c18fffd3c81d3cb617dbba4d222d49ae266f28Mark Andrews
b0c18fffd3c81d3cb617dbba4d222d49ae266f28Mark Andrews 426. [bug] Attempting to generate an oversized RSA key could
b0c18fffd3c81d3cb617dbba4d222d49ae266f28Mark Andrews cause dnssec-keygen to dump core.
511ec77fca2e2df66b36f4756fd2459cfe7998d9Mark Andrews
511ec77fca2e2df66b36f4756fd2459cfe7998d9Mark Andrews 425. [bug] Warn about the auth-nxdomain default value change
44032d3918d4aeb2f0cff3bb90e4a44569016559Mark Andrews if there is no auth-nxdomain statement in the
44032d3918d4aeb2f0cff3bb90e4a44569016559Mark Andrews config file. [RT #287]
d8f2dd46cba3a16c2433e85657a5b15543013ca6Mark Andrews
d8f2dd46cba3a16c2433e85657a5b15543013ca6Mark Andrews 424. [bug] notify_createmessage() could trigger an assertion
1e0ed0c6f5c359df88767e2c4f0fda24f2da0468Mark Andrews failure when creating the notify message failed,
1e0ed0c6f5c359df88767e2c4f0fda24f2da0468Mark Andrews e.g. due to corrupt zones with multiple SOA records.
1e0ed0c6f5c359df88767e2c4f0fda24f2da0468Mark Andrews [RT #279]
1e0ed0c6f5c359df88767e2c4f0fda24f2da0468Mark Andrews
1e0ed0c6f5c359df88767e2c4f0fda24f2da0468Mark Andrews 423. [bug] When responding to a recusive query, errors that occur
1e0ed0c6f5c359df88767e2c4f0fda24f2da0468Mark Andrews after following a CNAME should cause the query to fail.
1e0ed0c6f5c359df88767e2c4f0fda24f2da0468Mark Andrews [RT #274]
3bdcd91c456adec12ee9f69cfe6b0f79174f78c4Evan Hunt
1e0ed0c6f5c359df88767e2c4f0fda24f2da0468Mark Andrews 422. [func] get rid of isc_random_t, and make isc_random_get()
1e0ed0c6f5c359df88767e2c4f0fda24f2da0468Mark Andrews and isc_random_jitter() use rand() internally
1e0ed0c6f5c359df88767e2c4f0fda24f2da0468Mark Andrews instead of local state. Note that isc_random_*()
2ce24e13faacaf73286298f0068a7e7f0d03fdacMark Andrews functions are only for weak, non-critical "randomness"
1e0ed0c6f5c359df88767e2c4f0fda24f2da0468Mark Andrews such as timing jitter and such.
1e0ed0c6f5c359df88767e2c4f0fda24f2da0468Mark Andrews
1e0ed0c6f5c359df88767e2c4f0fda24f2da0468Mark Andrews 421. [bug] nslookup would exit when given a blank line as input.
47d837a49967a6a1b290024f5efb0669276013b1Mukund Sivaraman
47d837a49967a6a1b290024f5efb0669276013b1Mukund Sivaraman 420. [bug] nslookup failed to implement the "exit" command.
47d837a49967a6a1b290024f5efb0669276013b1Mukund Sivaraman
47d837a49967a6a1b290024f5efb0669276013b1Mukund Sivaraman 419. [bug] The certificate type PKIX was misspelled as SKIX.
47d837a49967a6a1b290024f5efb0669276013b1Mukund Sivaraman
2317d1f835217db65808826b72a47920963c59fdTinderbox User 418. [bug] At debug levels >= 10, getting an unexpected
be7fba80190c33b0e50f086509b42bb319bb95b4Evan Hunt socket receive error would crash the server
be7fba80190c33b0e50f086509b42bb319bb95b4Evan Hunt while trying to log the error message.
be7fba80190c33b0e50f086509b42bb319bb95b4Evan Hunt
03fd9cb81c2a92cf54baab5103db10e8ef9d524aMark Andrews 417. [func] Add isc_app_block() and isc_app_unblock(), which
03fd9cb81c2a92cf54baab5103db10e8ef9d524aMark Andrews allow an application to handle signals while
03fd9cb81c2a92cf54baab5103db10e8ef9d524aMark Andrews blocking.
03fd9cb81c2a92cf54baab5103db10e8ef9d524aMark Andrews
017aa9aef63aaef6a370c180f6290b8388deda01Mark Andrews 416. [bug] Slave zones with no master file tried to use a
dc5e29a7d216b4233c80bec8967015aa9c05962eTinderbox User NULL pointer for a journal file name when they
017aa9aef63aaef6a370c180f6290b8388deda01Mark Andrews received an IXFR. [RT #273]
017aa9aef63aaef6a370c180f6290b8388deda01Mark Andrews
017aa9aef63aaef6a370c180f6290b8388deda01Mark Andrews 415. [bug] The logging code leaked file descriptors.
017aa9aef63aaef6a370c180f6290b8388deda01Mark Andrews
09290020bc9b3cd787f1a19e400413a6ca6827e3Evan Hunt 414. [bug] Server did not shut down until all incoming zone
2ce24e13faacaf73286298f0068a7e7f0d03fdacMark Andrews transfers were finished.
693d70f96fc2b3c1830580edcc29146afd6a9f61Mark Andrews
c5e9423340dff77b2d3b79fcd4908708770a49c3Mukund Sivaraman 413. [bug] Notify could attempt to use the zone database after
c5e9423340dff77b2d3b79fcd4908708770a49c3Mukund Sivaraman it had been unloaded. [RT#267]
c5e9423340dff77b2d3b79fcd4908708770a49c3Mukund Sivaraman
ea3aa401bc74d34560af190a4009d436054d1bfaMark Andrews 412. [bug] named -v didn't print the version.
ea3aa401bc74d34560af190a4009d436054d1bfaMark Andrews
ea3aa401bc74d34560af190a4009d436054d1bfaMark Andrews 411. [bug] A typo in the HS A code caused an assertion failure.
ea3aa401bc74d34560af190a4009d436054d1bfaMark Andrews
ea3aa401bc74d34560af190a4009d436054d1bfaMark Andrews 410. [bug] lwres_gethostbyname() and company set lwres_h_errno
6444de08d1aacf7396663b7a82d62eedf534c3d7Mark Andrews to a random value on success.
6444de08d1aacf7396663b7a82d62eedf534c3d7Mark Andrews
6444de08d1aacf7396663b7a82d62eedf534c3d7Mark Andrews 409. [bug] If named was shut down early in the startup
5c5c6d289db78e41f714007426a387498e15963cFrancis Dupont process, ns_omapi_shutdown() would attempt to lock
5c5c6d289db78e41f714007426a387498e15963cFrancis Dupont an unintialized mutex. [RT #262]
5c5c6d289db78e41f714007426a387498e15963cFrancis Dupont
5c5c6d289db78e41f714007426a387498e15963cFrancis Dupont 408. [bug] stub zones could leak memory and reference counts if
5c5c6d289db78e41f714007426a387498e15963cFrancis Dupont all the masters were unreachable.
5c5c6d289db78e41f714007426a387498e15963cFrancis Dupont
5c5c6d289db78e41f714007426a387498e15963cFrancis Dupont 407. [bug] isc_rwlock_lock() would needlessly block
fc63119c8b7aa8827fad9e3e45e50c69bc2630e8Francis Dupont readers when it reached the read quota even
fc63119c8b7aa8827fad9e3e45e50c69bc2630e8Francis Dupont if no writers were waiting.
fc63119c8b7aa8827fad9e3e45e50c69bc2630e8Francis Dupont
fc63119c8b7aa8827fad9e3e45e50c69bc2630e8Francis Dupont 406. [bug] Log messages were occasionally lost or corrupted
d040fa2f1c9c3045420ee25933b699290ab19250Mark Andrews due to a race condition in isc_log_doit().
d040fa2f1c9c3045420ee25933b699290ab19250Mark Andrews
0155ecba77787bc625ef926cdc856829fc22133cTinderbox User 405. [func] Add support for selective forwarding (forward zones)
5c5c6d289db78e41f714007426a387498e15963cFrancis Dupont
5c5c6d289db78e41f714007426a387498e15963cFrancis Dupont 404. [bug] The request library didn't completely work with IPv6.
092d3b76db6b93b8029bd7d083e74fc80fb41858Mark Andrews
92384667ff3bc059237849b3afd4c715c9164435Evan Hunt 403. [bug] "host" did not use the search list.
92384667ff3bc059237849b3afd4c715c9164435Evan Hunt
13fe015cbfab3019ded0def054a1b09159bb3101Evan Hunt 402. [bug] Treat undefined acls as errors, rather than
13fe015cbfab3019ded0def054a1b09159bb3101Evan Hunt warning and then later throwing an assertion.
64d715c22acbed195703bb9b96aac2b938a83de2Mark Andrews [RT #252]
64d715c22acbed195703bb9b96aac2b938a83de2Mark Andrews
3230429e175dcaafe9c59967124d44c02ca0ccadEvan Hunt 401. [func] Added simple database API.
3230429e175dcaafe9c59967124d44c02ca0ccadEvan Hunt
3230429e175dcaafe9c59967124d44c02ca0ccadEvan Hunt 400. [bug] SIG(0) signing and verifying was done incorrectly.
3230429e175dcaafe9c59967124d44c02ca0ccadEvan Hunt [RT #249]
3230429e175dcaafe9c59967124d44c02ca0ccadEvan Hunt
3230429e175dcaafe9c59967124d44c02ca0ccadEvan Hunt 399. [bug] When reloading the server with a config file
3230429e175dcaafe9c59967124d44c02ca0ccadEvan Hunt containing a syntax error, it could catch an
3230429e175dcaafe9c59967124d44c02ca0ccadEvan Hunt assertion failure trying to perform zone
3230429e175dcaafe9c59967124d44c02ca0ccadEvan Hunt maintenance on, or sending notifies from,
c4f54e5bd1cd09f601252627b5b26768ab797742Evan Hunt tentatively created zones whose views were
4ccffa13aa1f87d8d3dbdf7a74cf29b1c323ad52Tinderbox User never fully configured and lacked an address
3230429e175dcaafe9c59967124d44c02ca0ccadEvan Hunt database and request manager.
e32d354f754a5d7847a0862bcd6302827ea225bfEvan Hunt
e32d354f754a5d7847a0862bcd6302827ea225bfEvan Hunt 398. [bug] "dig" sometimes caught an assertion failure when
e32d354f754a5d7847a0862bcd6302827ea225bfEvan Hunt using TSIG, depending on the key length.
e32d354f754a5d7847a0862bcd6302827ea225bfEvan Hunt
aee6c351d3b517f3e6a4ddf770606617fd42015bTinderbox User 397. [func] Added utility functions dns_view_gettsig() and
e32d354f754a5d7847a0862bcd6302827ea225bfEvan Hunt dns_view_getpeertsig().
e32d354f754a5d7847a0862bcd6302827ea225bfEvan Hunt
c4abb197160a74f7cd4ad23ebc63fbe0194010abEvan Hunt 396. [doc] There is now a man page for "nsupdate"
c4abb197160a74f7cd4ad23ebc63fbe0194010abEvan Hunt in doc/man/bin/nsupdate.8.
c4abb197160a74f7cd4ad23ebc63fbe0194010abEvan Hunt
c4abb197160a74f7cd4ad23ebc63fbe0194010abEvan Hunt 395. [bug] nslookup printed incorrect RR type mnemonics
a0b4f6d952cc6adde281948cf995868b44f366e8Evan Hunt for RRs of type >= 21 [RT #237].
a0b4f6d952cc6adde281948cf995868b44f366e8Evan Hunt
a0b4f6d952cc6adde281948cf995868b44f366e8Evan Hunt 394. [bug] Current name was not propagated via $INCLUDE.
a0b4f6d952cc6adde281948cf995868b44f366e8Evan Hunt
90fc237a1fdf1680ef254f16b497f90ac759f71bEvan Hunt 393. [func] Initial answer while loading (awl) support.
0c3f2ff9738efe01c4e9cf62592516f27774b9d4Evan Hunt Entry points: dns_master_loadfileinc(),
a0b4f6d952cc6adde281948cf995868b44f366e8Evan Hunt dns_master_loadstreaminc(), dns_master_loadbufferinc().
90fc237a1fdf1680ef254f16b497f90ac759f71bEvan Hunt Note: calls to dns_master_load*inc() should be rate
90fc237a1fdf1680ef254f16b497f90ac759f71bEvan Hunt be rate limited so as to not use up all file
0c3f2ff9738efe01c4e9cf62592516f27774b9d4Evan Hunt descriptors.
a0b4f6d952cc6adde281948cf995868b44f366e8Evan Hunt
a0b4f6d952cc6adde281948cf995868b44f366e8Evan Hunt 392. [func] Add ISC_R_FAMILYNOSUPPORT. Returned when OS does
90fc237a1fdf1680ef254f16b497f90ac759f71bEvan Hunt not support the given address family requested.
90fc237a1fdf1680ef254f16b497f90ac759f71bEvan Hunt
0c3f2ff9738efe01c4e9cf62592516f27774b9d4Evan Hunt 391. [clarity] ISC_R_FAMILY -> ISC_R_FAMILYMISMATCH.
3cc8c7d63040a3eafde2b00e1f60465e7053208aEvan Hunt
3cc8c7d63040a3eafde2b00e1f60465e7053208aEvan Hunt 390. [func] The function dns_zone_setdbtype() now takes
3cc8c7d63040a3eafde2b00e1f60465e7053208aEvan Hunt an argc/argv style vector of words and sets
ce96d4326c872c8165b5e3a81ac5b49950c782c6Evan Hunt both the zone database type and its arguments,
ce96d4326c872c8165b5e3a81ac5b49950c782c6Evan Hunt making the functions dns_zone_adddbarg()
ce96d4326c872c8165b5e3a81ac5b49950c782c6Evan Hunt and dns_zone_cleardbargs() unnecessary.
ce96d4326c872c8165b5e3a81ac5b49950c782c6Evan Hunt
ce96d4326c872c8165b5e3a81ac5b49950c782c6Evan Hunt 389. [bug] Attempting to send a reqeust over IPv6 using
ce96d4326c872c8165b5e3a81ac5b49950c782c6Evan Hunt dns_request_create() on a system without IPv6
ce96d4326c872c8165b5e3a81ac5b49950c782c6Evan Hunt support caused an assertion failure [RT #235].
ce96d4326c872c8165b5e3a81ac5b49950c782c6Evan Hunt
ce96d4326c872c8165b5e3a81ac5b49950c782c6Evan Hunt 388. [func] dig and host can now do reverse ipv6 lookups.
ce96d4326c872c8165b5e3a81ac5b49950c782c6Evan Hunt
ce96d4326c872c8165b5e3a81ac5b49950c782c6Evan Hunt 387. [func] Add dns_byaddr_createptrname(), which converts
b976c39c07f7672bd1293e878b3306c7decf8afeMark Andrews an address into the name used by a PTR query.
c3f6fd0e1983fc19e5fa735f52d2af8df74a69c3Evan Hunt
b976c39c07f7672bd1293e878b3306c7decf8afeMark Andrews 386. [bug] Missing strdup() of ACL name caused random
1feee79e1f8b946af9ebcc9dc31514aafb872438Mark Andrews ACL matching failures [RT #228].
1feee79e1f8b946af9ebcc9dc31514aafb872438Mark Andrews
c2f8108123c40f9be5c7d8255300e578ca8a47a6Mark Andrews 385. [cleanup] Removed functions dns_zone_equal(), dns_zone_print(),
c2f8108123c40f9be5c7d8255300e578ca8a47a6Mark Andrews and dns_zt_print().
c2f8108123c40f9be5c7d8255300e578ca8a47a6Mark Andrews
4e59131f1838d31eac9b355da467516ecd291752Mark Andrews 384. [bug] nsupdate was incorrectly limiting TTLs to 65535 instead
4e59131f1838d31eac9b355da467516ecd291752Mark Andrews of 2147483647.
4e59131f1838d31eac9b355da467516ecd291752Mark Andrews
f0a54842b1a50dac0b020958eb6025ed676f9a34Mark Andrews 383. [func] When writing a master file, print the SOA and NS
f0a54842b1a50dac0b020958eb6025ed676f9a34Mark Andrews records (and their SIGs) before other records.
f0a54842b1a50dac0b020958eb6025ed676f9a34Mark Andrews
0f5144163c44a67d9be986383769852a0dae502aMark Andrews 382. [bug] named -u failed on many Linux systems where the
9208b81867e8d11a641065d55ee40d24512a8452Mark Andrews libc provided kernel headers do not match
9208b81867e8d11a641065d55ee40d24512a8452Mark Andrews the current kernel.
9208b81867e8d11a641065d55ee40d24512a8452Mark Andrews
9208b81867e8d11a641065d55ee40d24512a8452Mark Andrews 381. [bug] Check for IPV6_RECVPKTINFO and use it instead of
0f5144163c44a67d9be986383769852a0dae502aMark Andrews IPV6_PKTINFO if found. [RT #229]
f274cbeaed0e4c5fdbde9f5c30833d7f1da37cd3Mark Andrews
f274cbeaed0e4c5fdbde9f5c30833d7f1da37cd3Mark Andrews 380. [bug] nsupdate didn't work with IPv6.
f274cbeaed0e4c5fdbde9f5c30833d7f1da37cd3Mark Andrews
00fb0253c9df8a4686115745ae91d501f62c7451Mark Andrews 379. [func] New library function isc_sockaddr_anyofpf().
00fb0253c9df8a4686115745ae91d501f62c7451Mark Andrews
00fb0253c9df8a4686115745ae91d501f62c7451Mark Andrews 378. [func] named and lwresd will log the command line arguments
175a8414a785689cb028e6e133385dba9e1b9a95Evan Hunt they were started with in the "starting ..." message.
a5c7cfbac4e401c41741c123347739ab87c80a52Mark Andrews
a5c7cfbac4e401c41741c123347739ab87c80a52Mark Andrews 377. [bug] When additional data lookups were refused due to
2ce24e13faacaf73286298f0068a7e7f0d03fdacMark Andrews "allow-query", the databases were still being
eb5243365c8d5b2dd172f9cbd7c29166716caa3fMark Andrews attached causing reference leaks.
d84a4d216d513bec15e83ec6c6e7863a24ff548bMark Andrews
c6e22bbaefce98c37c1def3f971d214a9a147ad5Evan Hunt 376. [bug] The server should always use good entropy when
c6e22bbaefce98c37c1def3f971d214a9a147ad5Evan Hunt performing cryptographic functions needing entropy.
e82c572164eeaaa045a26196fe6096cbef3c10c8Mark Andrews
1a849dab19287148f12da50d890f455f02aa3622Evan Hunt 375. [bug] Per-zone "allow-query" did not properly override the
d84a4d216d513bec15e83ec6c6e7863a24ff548bMark Andrews view/global one for CNAME targets and additional
d84a4d216d513bec15e83ec6c6e7863a24ff548bMark Andrews data [RT #220].
6932de75eff5f92475027d294264c80478c3c070Tinderbox User
dd66b77417aff9a7805f52b1e37ac48e647e0102Evan Hunt 374. [bug] SOA in authoritative negative responses had wrong TTL.
dd66b77417aff9a7805f52b1e37ac48e647e0102Evan Hunt
40b28f54029a5399fc17d895dd9e8bbcd97d6b70Mark Andrews 373. [func] nslookup is now installed by "make install".
40b28f54029a5399fc17d895dd9e8bbcd97d6b70Mark Andrews
40b28f54029a5399fc17d895dd9e8bbcd97d6b70Mark Andrews 372. [bug] Deal with Microsoft DNS servers appending two bytes of
7fbfa379e25b675ec46ae30925b4b2923a07c893Francis Dupont garbage to zone transfer requests.
7fbfa379e25b675ec46ae30925b4b2923a07c893Francis Dupont
7fbfa379e25b675ec46ae30925b4b2923a07c893Francis Dupont 371. [bug] At high debug levels, doing an outgoing zone transfer
498b0610312364afc5698b2e4caaa4dcc836133aEvan Hunt of a very large RRset could cause an assertion failure
498b0610312364afc5698b2e4caaa4dcc836133aEvan Hunt during logging.
498b0610312364afc5698b2e4caaa4dcc836133aEvan Hunt
7caeff39c28e82ec720c75d86528bb903dae77d4Jeremy C. Reed 370. [bug] The error messages for rollforward failures were
498b0610312364afc5698b2e4caaa4dcc836133aEvan Hunt overly terse.
90e0af6bc6c1bcafad126e1779fc478c0aeaeb8fEvan Hunt
90e0af6bc6c1bcafad126e1779fc478c0aeaeb8fEvan Hunt 369. [func] Support new named.conf options, view and zone
90e0af6bc6c1bcafad126e1779fc478c0aeaeb8fEvan Hunt statements:
72775a79fedd13e19a567432ace70d7ead28e433Mark Andrews
72775a79fedd13e19a567432ace70d7ead28e433Mark Andrews max-retry-time, min-retry-time,
72775a79fedd13e19a567432ace70d7ead28e433Mark Andrews max-refresh-time, min-refresh-time.
871f3c8beeb2134b17414ec167b90a57adb8e122Mark Andrews
871f3c8beeb2134b17414ec167b90a57adb8e122Mark Andrews 368. [func] Restructure the internal ".bind" view so that more
871f3c8beeb2134b17414ec167b90a57adb8e122Mark Andrews zones can be added to it.
6a6821668d0ff38c34303d63f727fcd11cc36863Evan Hunt
48f97c23b7d59c925fc3f4280972e50b8ef67c35Mark Andrews 367. [bug] Allow proper selection of server on nslookup command
48f97c23b7d59c925fc3f4280972e50b8ef67c35Mark Andrews line.
188690149b54145e1936898e565eb9eec139bbfeEvan Hunt
188690149b54145e1936898e565eb9eec139bbfeEvan Hunt 366. [func] Allow use of '-' batch file in dig for stdin.
188690149b54145e1936898e565eb9eec139bbfeEvan Hunt
27174d90ccf7d15539b9384744dbbe7beae1723cEvan Hunt 365. [bug] nsupdate -k leaked memory.
27174d90ccf7d15539b9384744dbbe7beae1723cEvan Hunt
27174d90ccf7d15539b9384744dbbe7beae1723cEvan Hunt 364. [func] Added additional-from-{cache,auth}
eb6d61d5e02946e1a7a959bac37eae9dbbc2051bEvan Hunt
eb6d61d5e02946e1a7a959bac37eae9dbbc2051bEvan Hunt 362. [bug] rndc no longer aborts if the configuration file is
eb6d61d5e02946e1a7a959bac37eae9dbbc2051bEvan Hunt missing an options statement. [RT #209]
eb6d61d5e02946e1a7a959bac37eae9dbbc2051bEvan Hunt
eb6d61d5e02946e1a7a959bac37eae9dbbc2051bEvan Hunt 361. [func] When the RBT find or chain functions set the name and
79921aeec24a15883cf3c22a15c77837e69a46beMark Andrews origin for a node that stores the root label
79921aeec24a15883cf3c22a15c77837e69a46beMark Andrews the name is now set to an empty name, instead of ".",
79921aeec24a15883cf3c22a15c77837e69a46beMark Andrews to simplify later use of the name and origin by
188690149b54145e1936898e565eb9eec139bbfeEvan Hunt dns_name_concatenate(), dns_name_totext() or
58a1051e92d46638306e2c17806307c04065c2b3Mark Andrews dns_name_format().
58a1051e92d46638306e2c17806307c04065c2b3Mark Andrews
8197ef7cb5619160600bf1c6e5e8374a6c10838fEvan Hunt 360. [func] dns_name_totext() and dns_name_format() now allow
8197ef7cb5619160600bf1c6e5e8374a6c10838fEvan Hunt an empty name to be passed, which is formatted as "@".
8197ef7cb5619160600bf1c6e5e8374a6c10838fEvan Hunt
8197ef7cb5619160600bf1c6e5e8374a6c10838fEvan Hunt 359. [bug] dnssec-signzone occasionally signed glue records.
1831311ac6179951c8fcca75aa29dc2f5c0218b9Francis Dupont
c12c746e3abad9e4100c6694118adc1df398f0bcMark Andrews 358. [cleanup] Rename the intermediate files used by the dnssec
c12c746e3abad9e4100c6694118adc1df398f0bcMark Andrews programs.
7caeff39c28e82ec720c75d86528bb903dae77d4Jeremy C. Reed
c81d56c03effca6303a4ba07c74163a2031b36e9Mark Andrews 357. [bug] The zone file parser crashed if the argument
c81d56c03effca6303a4ba07c74163a2031b36e9Mark Andrews to $INCLUDE was a quoted string.
48f97c23b7d59c925fc3f4280972e50b8ef67c35Mark Andrews
5d722dead43a8c087afde46f958b1d3351a2125bTinderbox User 356. [cleanup] isc_task_send no longer requires event->sender to
1c182f1516d3d14de6df81f4103ebfe538a519f6Evan Hunt be non-null.
12002ea49e5a5a6f7b9c22280dd2cb1f3f44abcfEvan Hunt
12002ea49e5a5a6f7b9c22280dd2cb1f3f44abcfEvan Hunt 355. [func] Added isc_dir_createunique(), similar to mkdtemp().
6979ebf549b9c0ccd115bbf8c0d905600086f292Mark Andrews
6979ebf549b9c0ccd115bbf8c0d905600086f292Mark Andrews 354. [doc] Man pages for the dnssec tools are now included in
6979ebf549b9c0ccd115bbf8c0d905600086f292Mark Andrews the distribution, in doc/man/dnssec.
b24061719ced97ecdbc7cfcf925c217d0dd80834Mark Andrews
b24061719ced97ecdbc7cfcf925c217d0dd80834Mark Andrews 353. [bug] double increment in lwres/gethost.c:copytobuf().
b24061719ced97ecdbc7cfcf925c217d0dd80834Mark Andrews [RT# 187]
9c0589bc8b1401e02c9b557737cb756e86b094ffMark Andrews
9c0589bc8b1401e02c9b557737cb756e86b094ffMark Andrews 352. [bug] Race condition in dns_client_t startup could cause
9c0589bc8b1401e02c9b557737cb756e86b094ffMark Andrews an assertion failure.
dda69168ead4bb44f5a23949a04ee2069b7d4ef0Mark Andrews
dda69168ead4bb44f5a23949a04ee2069b7d4ef0Mark Andrews 351. [bug] Constructing a response with rcode SERVFAIL to a TSIG
dda69168ead4bb44f5a23949a04ee2069b7d4ef0Mark Andrews signed query could crash the server.
ed1c845c1d3a6b9c2c38e9f7ab177d4ce0309639Mark Andrews
ed1c845c1d3a6b9c2c38e9f7ab177d4ce0309639Mark Andrews 350. [bug] Also-notify lists specified in the global options
ed1c845c1d3a6b9c2c38e9f7ab177d4ce0309639Mark Andrews block were not correctly reference counted, causing
7b04216015f6984fa43fc96f1c741ec287f84917Evan Hunt a memory leak.
7b04216015f6984fa43fc96f1c741ec287f84917Evan Hunt
7b04216015f6984fa43fc96f1c741ec287f84917Evan Hunt 349. [bug] Processing a query with the CD bit set now works
7d891eaf911e5cab1f704615f8f1ef87c8716f46Mark Andrews as expected.
7d891eaf911e5cab1f704615f8f1ef87c8716f46Mark Andrews
7d891eaf911e5cab1f704615f8f1ef87c8716f46Mark Andrews 348. [func] New boolean named.conf options 'additional-from-auth'
ffeaac1d826b541af39d7b20b9b68ff19ff01832Mark Andrews and 'additional-from-cache' now supported in view and
ffeaac1d826b541af39d7b20b9b68ff19ff01832Mark Andrews global options statement.
ffeaac1d826b541af39d7b20b9b68ff19ff01832Mark Andrews
c83b91fb6345464807161cc36c5d9046a15d5866Mark Andrews 347. [bug] Don't crash if an argument is left off options in dig.
c83b91fb6345464807161cc36c5d9046a15d5866Mark Andrews
fa827173df3418bc56774aa528f7ca30fd0ee17cMark Andrews 346. [placeholder]
fa827173df3418bc56774aa528f7ca30fd0ee17cMark Andrews
fa827173df3418bc56774aa528f7ca30fd0ee17cMark Andrews 345. [bug] Large-scale changes/cleanups to dig:
1c5990c2f98abf0c2adf7f54a531d8a4a3965414Mark Andrews * Significantly improve structure handling
1c5990c2f98abf0c2adf7f54a531d8a4a3965414Mark Andrews * Don't pre-load entire batch files
1c5990c2f98abf0c2adf7f54a531d8a4a3965414Mark Andrews * Add name/rr counting/limiting
80169c379dd4e0a6e164b7cac4bf5fa013c91138Mark Andrews * Fix SIGINT handling
80169c379dd4e0a6e164b7cac4bf5fa013c91138Mark Andrews * Shorten timeouts to match v8's behavior
80169c379dd4e0a6e164b7cac4bf5fa013c91138Mark Andrews
10c12aa5493f34920585164c5fb54a7ac9109fbdMark Andrews 344. [bug] When shutting down, lwresd sometimes tried
10c12aa5493f34920585164c5fb54a7ac9109fbdMark Andrews to shut down its client tasks twice,
10c12aa5493f34920585164c5fb54a7ac9109fbdMark Andrews triggering an assertion.
10c12aa5493f34920585164c5fb54a7ac9109fbdMark Andrews
10c12aa5493f34920585164c5fb54a7ac9109fbdMark Andrews 343. [bug] Although zone maintenance SOA queries and
10c12aa5493f34920585164c5fb54a7ac9109fbdMark Andrews notify requests were signed with TSIG keys
10c12aa5493f34920585164c5fb54a7ac9109fbdMark Andrews when configured for the server in case,
6b6d6509f6d80afae74eeb9f2e5baba696e29f32Mark Andrews the TSIG was not verified on the response.
6b6d6509f6d80afae74eeb9f2e5baba696e29f32Mark Andrews
9a36fb86f5019f25705d25ea729d03fcf8ecaa95Mark Andrews 342. [bug] The wrong name was being passed to
9a36fb86f5019f25705d25ea729d03fcf8ecaa95Mark Andrews dns_name_dup() when generating a TSIG
a266ab205bfd1c510022e2cd2a8cb62988242593Mark Andrews key using TKEY.
a266ab205bfd1c510022e2cd2a8cb62988242593Mark Andrews
a266ab205bfd1c510022e2cd2a8cb62988242593Mark Andrews 341. [func] Support 'key' clause in named.conf zone masters
3867312e4cc5c53d20f4020cc5b2459154406135Mark Andrews statement to allow authentication via TSIG keys:
3867312e4cc5c53d20f4020cc5b2459154406135Mark Andrews
3867312e4cc5c53d20f4020cc5b2459154406135Mark Andrews masters {
8dba0e7d87d192deef8b2aac197e4f508043a30cEvan Hunt 10.0.0.1 port 5353 key "foo";
8dba0e7d87d192deef8b2aac197e4f508043a30cEvan Hunt 10.0.0.2 ;
8dba0e7d87d192deef8b2aac197e4f508043a30cEvan Hunt };
947cf282a721b089c1106780f13ae8e6298bddb1Mark Andrews
947cf282a721b089c1106780f13ae8e6298bddb1Mark Andrews 340. [bug] The top-level COPYRIGHT file was missing from
947cf282a721b089c1106780f13ae8e6298bddb1Mark Andrews the distribution.
947cf282a721b089c1106780f13ae8e6298bddb1Mark Andrews
947cf282a721b089c1106780f13ae8e6298bddb1Mark Andrews 339. [bug] DNSSEC validation of the response to an ANY
947cf282a721b089c1106780f13ae8e6298bddb1Mark Andrews query at a name with a CNAME RR in a secure
947cf282a721b089c1106780f13ae8e6298bddb1Mark Andrews zone triggered an assertion failure.
52131a835133a76cb62d4a7d8bcf5fe7bf858858Mark Andrews
52131a835133a76cb62d4a7d8bcf5fe7bf858858Mark Andrews 338. [bug] lwresd logged to syslog as named, not lwresd.
52131a835133a76cb62d4a7d8bcf5fe7bf858858Mark Andrews
f687e639f00a31e0884fb2c95a627b10b50c364bEvan Hunt 337. [bug] "dig" did not recognize "nsap-ptr" as an RR type
f687e639f00a31e0884fb2c95a627b10b50c364bEvan Hunt on the command line.
f687e639f00a31e0884fb2c95a627b10b50c364bEvan Hunt
523f3d630243211ddfda852f5224f7eff681d3a5Evan Hunt 336. [bug] "dig -f" used 64 k of memory for each line in
523f3d630243211ddfda852f5224f7eff681d3a5Evan Hunt the file. It now uses much less, though still
523f3d630243211ddfda852f5224f7eff681d3a5Evan Hunt proportionally to the file size.
2fa1fc53324c0fca978c902e883c7cc011210536Mark Andrews
2fa1fc53324c0fca978c902e883c7cc011210536Mark Andrews 335. [bug] named would occasionally attempt recursion when
2fa1fc53324c0fca978c902e883c7cc011210536Mark Andrews it was disallowed or undesired.
c9e976dc43070e2ed87988eeabed71195fab88baEvan Hunt
c9e976dc43070e2ed87988eeabed71195fab88baEvan Hunt 334. [func] Added hmac-md5 to libisc.
a8783019814daa36dd57afe3f527462822834c3bEvan Hunt
a8783019814daa36dd57afe3f527462822834c3bEvan Hunt 333. [bug] The resolver incorrectly accepted referrals to
a8783019814daa36dd57afe3f527462822834c3bEvan Hunt domains that were not parents of the query name,
a8783019814daa36dd57afe3f527462822834c3bEvan Hunt causing assertion failures.
a8783019814daa36dd57afe3f527462822834c3bEvan Hunt
948c80ffa8f4efbade049f49d9751675f6937cf4Tinderbox User 332. [func] New function dns_name_reset().
a8783019814daa36dd57afe3f527462822834c3bEvan Hunt
fec7998314cbdaf1dc89513ffff5b45fc8ed73fdMark Andrews 331. [bug] Only log "recursion denied" if RD is set. [RT #178]
fec7998314cbdaf1dc89513ffff5b45fc8ed73fdMark Andrews
fec7998314cbdaf1dc89513ffff5b45fc8ed73fdMark Andrews 330. [bug] Many debugging messages were partially formatted
7ae9399897c55d35cb6764277bce4b91d052e0dcEvan Hunt even when debugging was turned off, causing a
7ae9399897c55d35cb6764277bce4b91d052e0dcEvan Hunt significant decrease in query performance.
3d066288ad6c6fe2ec2a54475f541a305a085068Evan Hunt
3d066288ad6c6fe2ec2a54475f541a305a085068Evan Hunt 329. [func] omapi_auth_register() now takes a size_t argument for
3d066288ad6c6fe2ec2a54475f541a305a085068Evan Hunt the length of a key's secret data. Previously
74717eef53ba5d6aefc80eb262bbb090ff4bb3b5Mark Andrews OMAPI only stored secrets up to the first NUL byte.
74717eef53ba5d6aefc80eb262bbb090ff4bb3b5Mark Andrews
74717eef53ba5d6aefc80eb262bbb090ff4bb3b5Mark Andrews 328. [func] Added isc_base64_decodestring().
1479200aa05414b2acf33607dbd1682c16f58c51Evan Hunt
1479200aa05414b2acf33607dbd1682c16f58c51Evan Hunt 327. [bug] rndc.conf parser wasn't correctly recognising an IP
1479200aa05414b2acf33607dbd1682c16f58c51Evan Hunt address where a host specification was required.
1479200aa05414b2acf33607dbd1682c16f58c51Evan Hunt
1479200aa05414b2acf33607dbd1682c16f58c51Evan Hunt 326. [func] 'keys' in an 'inet' control statement is now
1479200aa05414b2acf33607dbd1682c16f58c51Evan Hunt required and must have at least one item in it.
1479200aa05414b2acf33607dbd1682c16f58c51Evan Hunt A "not supported" warning is now issued if a 'unix'
1479200aa05414b2acf33607dbd1682c16f58c51Evan Hunt control channel is defined.
1479200aa05414b2acf33607dbd1682c16f58c51Evan Hunt
1479200aa05414b2acf33607dbd1682c16f58c51Evan Hunt 325. [bug] isc_lex_gettoken was processing octal strings when
1479200aa05414b2acf33607dbd1682c16f58c51Evan Hunt ISC_LEXOPT_CNUMBER was not set.
1479200aa05414b2acf33607dbd1682c16f58c51Evan Hunt
1479200aa05414b2acf33607dbd1682c16f58c51Evan Hunt 324. [func] In the resolver, turn EDNS0 off if there is no
1479200aa05414b2acf33607dbd1682c16f58c51Evan Hunt response after a number of retransmissions.
1479200aa05414b2acf33607dbd1682c16f58c51Evan Hunt This is to allow queries some chance of succeeding
1479200aa05414b2acf33607dbd1682c16f58c51Evan Hunt even if all the authoritative servers of a zone
1479200aa05414b2acf33607dbd1682c16f58c51Evan Hunt silently discard EDNS0 requests instead of
1479200aa05414b2acf33607dbd1682c16f58c51Evan Hunt sending an error response like they ought to.
1479200aa05414b2acf33607dbd1682c16f58c51Evan Hunt
1479200aa05414b2acf33607dbd1682c16f58c51Evan Hunt 323. [bug] dns_rbt_findname() did not ignore empty rbt nodes.
1479200aa05414b2acf33607dbd1682c16f58c51Evan Hunt Because of this, servers authoritative for a parent
1479200aa05414b2acf33607dbd1682c16f58c51Evan Hunt and grandchild zone but not authoritative for the
c5379f197647b6e20d5bf48276c8c3b9f676c447Evan Hunt intervening child zone did not correctly issue
f5c24a7f48cd68337c21dea47a448ae2ff2ccb8cEvan Hunt referrals to the servers of the child zone.
f5c24a7f48cd68337c21dea47a448ae2ff2ccb8cEvan Hunt
f5c24a7f48cd68337c21dea47a448ae2ff2ccb8cEvan Hunt 322. [bug] Queries for KEY RRs are now sent to the parent
f5c24a7f48cd68337c21dea47a448ae2ff2ccb8cEvan Hunt server before the authoritative one, making
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt DNSSEC insecurity proofs work in many cases
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt where they previously didn't.
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt 321. [bug] When synthesizing a CNAME RR for a DNAME
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt response, query_addcname() failed to intitialize
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt the type and class of the CNAME dns_rdata_t,
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt causing random failures.
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt 320. [func] Multiple rndc changes: parses an rndc.conf file,
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt uses authentication to talk to named, command
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt line syntax changed. This will all be described
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt in the ARM.
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt
2548678376b5171567c902ef2d1768d2fc57f233Evan Hunt 319. [func] The named.conf "controls" statement is now used
2548678376b5171567c902ef2d1768d2fc57f233Evan Hunt to configure the OMAPI command channel.
2548678376b5171567c902ef2d1768d2fc57f233Evan Hunt
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt 318. [func] dns_c_ndcctx_destroy() could never return anything
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt except ISC_R_SUCCESS; made it have void return instead.
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt 317. [func] Use callbacks from libomapi to determine if a
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt new connection is valid, and if a key requested
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt to be used with that connection is valid.
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt
d46855caedd5cb101795707f6f467fa363ef1448Evan Hunt 316. [bug] Generate a warning if we detect an unexpected <eof>
180319f572fb6c1ca7000d22ea79a8dd77ae3f91Evan Hunt but treat as <eol><eof>.
180319f572fb6c1ca7000d22ea79a8dd77ae3f91Evan Hunt
180319f572fb6c1ca7000d22ea79a8dd77ae3f91Evan Hunt 315. [bug] Handle non-empty blanks lines. [RT #163]
180319f572fb6c1ca7000d22ea79a8dd77ae3f91Evan Hunt
180319f572fb6c1ca7000d22ea79a8dd77ae3f91Evan Hunt 314. [func] The named.conf controls statement can now have
7c73ac5e130db18837724ab53d46b23ddb98ce6eMark Andrews more than one key specified for the inet clause.
9ba4efa4ac6d2d687cf1377bc9733d08d84da64cMark Andrews
7c73ac5e130db18837724ab53d46b23ddb98ce6eMark Andrews 313. [bug] When parsing resolv.conf, don't terminate on an
0c2313eb367de3b58801d643d52c0fd9bc0e5df7Evan Hunt error. Instead, parse as much as possible, but
0c2313eb367de3b58801d643d52c0fd9bc0e5df7Evan Hunt still return an error if one was found.
0c2313eb367de3b58801d643d52c0fd9bc0e5df7Evan Hunt
0c2313eb367de3b58801d643d52c0fd9bc0e5df7Evan Hunt 312. [bug] Increase the number of allowed elements in the
0c2313eb367de3b58801d643d52c0fd9bc0e5df7Evan Hunt resolv.conf search path from 6 to 8. If there
c3bb8bb228bc8a914abc77a411faace9861632eaMark Andrews are more than this, ignore the remainder rather
11649973111d83027faf08ed4fb36a2b3c29c875Mark Andrews than returning a failure in lwres_conf_parse.
74745c760c8ac4462aceb2fa6e55bc545621c66dEvan Hunt
74745c760c8ac4462aceb2fa6e55bc545621c66dEvan Hunt 311. [bug] lwres_conf_parse failed when the first line of
74745c760c8ac4462aceb2fa6e55bc545621c66dEvan Hunt resolv.conf was empty or a comment.
905ba39e10a8f483d167b992ec31f4c0bf34326eMark Andrews
905ba39e10a8f483d167b992ec31f4c0bf34326eMark Andrews 310. [func] Changes to named.conf "controls" statement (inet
087b3e8d90c482600c20f1bd6958697419c4e77dEvan Hunt subtype only)
087b3e8d90c482600c20f1bd6958697419c4e77dEvan Hunt
24aaa0440116357eef3ab3796ebe53318b03b1ecEvan Hunt - support "keys" clause
24aaa0440116357eef3ab3796ebe53318b03b1ecEvan Hunt
24aaa0440116357eef3ab3796ebe53318b03b1ecEvan Hunt controls {
a0707b6acf359b78e06fd06228ebeec5758e7e1dJeremy C. Reed inet * port 1024
a0707b6acf359b78e06fd06228ebeec5758e7e1dJeremy C. Reed allow { any; } keys { "foo"; }
840d6a4614f6a561fc076d0797d144e9f28e06bcMark Andrews }
840d6a4614f6a561fc076d0797d144e9f28e06bcMark Andrews
251be6e99493754700f868e0021c48b82d1c670cMark Andrews - allow "port xxx" to be left out of statement,
d4859b0b2a0510d8c4f3c48c606a5568a3b0c1d8Mark Andrews in which case it defaults to omapi's default port
53f91cbd80dc353ecb7e8914dae84a6cd85c67c6Mark Andrews of 953.
53f91cbd80dc353ecb7e8914dae84a6cd85c67c6Mark Andrews
eeb13c7cd2ddde29b8605b9444451ea6e235e06aEvan Hunt 309. [bug] When sending a referral, the server did not look
eeb13c7cd2ddde29b8605b9444451ea6e235e06aEvan Hunt for name server addresses as glue in the zone
48f97c23b7d59c925fc3f4280972e50b8ef67c35Mark Andrews holding the NS RRset in the case where this zone
eeb13c7cd2ddde29b8605b9444451ea6e235e06aEvan Hunt was not the same as the one where it looked for
eeb13c7cd2ddde29b8605b9444451ea6e235e06aEvan Hunt name server addresses as authoritative data.
c3bb8bb228bc8a914abc77a411faace9861632eaMark Andrews
cef76ee5bd845a80e06da934edce4225bdba22a1Mark Andrews 308. [bug] Treat a SOA record not at top of zone as an error
3d66a979b531b8549b412d9b592a6906fbb40143Mark Andrews when loading a zone. [RT #154]
e0421bf2c57e3bb8cee8fa33470bfcf450305867Evan Hunt
3d66a979b531b8549b412d9b592a6906fbb40143Mark Andrews 307. [bug] When canceling a query, the resolver didn't check for
3d66a979b531b8549b412d9b592a6906fbb40143Mark Andrews isc_socket_sendto() calls that did not yet have their
fea81a5e0e9485b24262b6a7271a4643a4d2bad4Tinderbox User completion events posted, so it could (rarely) end up
d90344224afc80459778e4c3412fd1f9463e24d4Mark Andrews destroying the query context and then want to use
d90344224afc80459778e4c3412fd1f9463e24d4Mark Andrews it again when the send event posted, triggering an
f5695ad0e1a6cc8e19bfec7b71476e138de6cb6cMark Andrews assertion as it tried to cancel an already-canceled
f5695ad0e1a6cc8e19bfec7b71476e138de6cb6cMark Andrews query. [RT #77]
f5695ad0e1a6cc8e19bfec7b71476e138de6cb6cMark Andrews
f5695ad0e1a6cc8e19bfec7b71476e138de6cb6cMark Andrews 306. [bug] Reading HMAC-MD5 private key files didn't work.
58f1ac8dadf2c1f215343a0b2d1df2df954c4b19Mark Andrews
58f1ac8dadf2c1f215343a0b2d1df2df954c4b19Mark Andrews 305. [bug] When reloading the server with a config file
58f1ac8dadf2c1f215343a0b2d1df2df954c4b19Mark Andrews containing a syntax error, it could catch an
58f1ac8dadf2c1f215343a0b2d1df2df954c4b19Mark Andrews assertion failure trying to perform zone
5244e505adc08719e1387392c6eb85c453729256Mark Andrews maintenance on tentatively created zones whose
5244e505adc08719e1387392c6eb85c453729256Mark Andrews views were never fully configured and lacked
cfe32752a66fe1f050d5ed7ddce75f6d58fe1637Evan Hunt an address database.
cfe32752a66fe1f050d5ed7ddce75f6d58fe1637Evan Hunt
cfe32752a66fe1f050d5ed7ddce75f6d58fe1637Evan Hunt 304. [bug] If more than LWRES_CONFMAXNAMESERVERS servers
493f3eb297ea90ad2eb349591f1cb88194dce46dMark Andrews are listed in resolv.conf, silently ignore them
493f3eb297ea90ad2eb349591f1cb88194dce46dMark Andrews instead of returning failure.
c5734964e6400f9e6d8c3f057fcccab596929deaMark Andrews
c5734964e6400f9e6d8c3f057fcccab596929deaMark Andrews 303. [bug] Add additional sanity checks to differentiate a AXFR
d0ffef73fdee75f30e33c628a31d031616ad9433Evan Hunt response vs a IXFR response. [RT #157]
eaa2277753c6e7e642e83b2ccd27671a15336310Evan Hunt
eaa2277753c6e7e642e83b2ccd27671a15336310Evan Hunt 302. [bug] In dig, host, and nslookup, MXNAME should be large
eaa2277753c6e7e642e83b2ccd27671a15336310Evan Hunt enough to hold any legal domain name in presentation
43b9737b11f4f14b2d378746d0cd5561b1dc24a0Mark Andrews format + terminating NULL.
4499a6a3063eceb1c412f5165b9c5b47d32d5a62Evan Hunt
a338c2d94781f676283f1b110f7802c71e2015bdMukund Sivaraman 301. [bug] Uninitialized pointer in host:printmessage(). [RT #159]
fffcc1b13582447c9f94e498f4aaf43329c531d2Evan Hunt
3e90f6c373d2e6c9c9909b112468975c4c86544eMark Andrews 300. [bug] Using both <isc/net.h> and <lwres/net.h> didn't work
3e90f6c373d2e6c9c9909b112468975c4c86544eMark Andrews on platforms lacking IPv6 because each included their
3e90f6c373d2e6c9c9909b112468975c4c86544eMark Andrews own ipv6 header file for the missing definitions. Now
3e90f6c373d2e6c9c9909b112468975c4c86544eMark Andrews each library's ipv6.h defines the wrapper symbol of
c38341ec435fb78de6d12c1001201f9ac7487b68Mark Andrews the other (ISC_IPV6_H and LWRES_IPV6_H).
c38341ec435fb78de6d12c1001201f9ac7487b68Mark Andrews
c38341ec435fb78de6d12c1001201f9ac7487b68Mark Andrews 299. [cleanup] Get the user and group information before changing the
c3bb8bb228bc8a914abc77a411faace9861632eaMark Andrews root directory, so the administrator does not need to
d96f74a3cb6212ac9e4a7a0fa8924f850348eae9Mark Andrews keep a copy of the user and group databases in the
7712d1660a308ec3de17f1ddbbf801eb0d663f3eEvan Hunt chroot'ed environment. Suggested by Hakan Olsson.
7712d1660a308ec3de17f1ddbbf801eb0d663f3eEvan Hunt
7712d1660a308ec3de17f1ddbbf801eb0d663f3eEvan Hunt 298. [bug] A mutex deadlock occurred during shutdown of the
b04839cfe21f131a8e7c7cae2a89e6ca8b678b5aMark Andrews interface manager under certain conditions.
b04839cfe21f131a8e7c7cae2a89e6ca8b678b5aMark Andrews Digital Unix systems were the most affected.
3a55d4352767acb4e0572aabfa917610001f5c9cMark Andrews
3a55d4352767acb4e0572aabfa917610001f5c9cMark Andrews 297. [bug] Specifying a key name that wasn't fully qualified
bc5db10d721aa9bf570578e52e17371e67bfcf5cMark Andrews in certain parts of the config file could cause
bc5db10d721aa9bf570578e52e17371e67bfcf5cMark Andrews an assertion failure.
bc5db10d721aa9bf570578e52e17371e67bfcf5cMark Andrews
e539e4370b95711606a269e69ccfc18fae8f9ce7Evan Hunt 296. [bug] "make install" from a separate build directory
70be3889746884692aa49939833d624ddd432bf0Mark Andrews failed unless configure had been run in the source
70be3889746884692aa49939833d624ddd432bf0Mark Andrews directory, too.
d586792059601b37b17a9b3e317f4595cb30d854Evan Hunt
2383eb527269d333df4222da20e4b422c3662daaEvan Hunt 295. [bug] When invoked with type==CNAME and a message
2383eb527269d333df4222da20e4b422c3662daaEvan Hunt not constructed by dns_message_parse(),
586db4a3e4664109fe8ce31fdd6a1b9c5bb67cbfMukund Sivaraman dns_message_findname() failed to find anything
586db4a3e4664109fe8ce31fdd6a1b9c5bb67cbfMukund Sivaraman due to checking for attribute bits that are set
275a8affe74d29d5fa51c9ba7172b90e9968199aMark Andrews only in dns_message_parse(). This caused an
275a8affe74d29d5fa51c9ba7172b90e9968199aMark Andrews infinite loop when constructing the response to
275a8affe74d29d5fa51c9ba7172b90e9968199aMark Andrews an ANY query at a CNAME in a secure zone.
c6d2e19b964b304f1b0fd32d6faf43deca568979Evan Hunt
6a6838f97363c7f3abe47e1fb116be2593bc53a5Mark Andrews 294. [bug] If we run out of space in while processing glue
6a6838f97363c7f3abe47e1fb116be2593bc53a5Mark Andrews when reading a master file and commit "current name"
ac5ed748602c890d596bed07b0b23b8b5f42b2f6Mark Andrews reverts to "name_current" instead of staying as
ac5ed748602c890d596bed07b0b23b8b5f42b2f6Mark Andrews "name_glue".
ac5ed748602c890d596bed07b0b23b8b5f42b2f6Mark Andrews
ac5ed748602c890d596bed07b0b23b8b5f42b2f6Mark Andrews 293. [port] Add support for FreeBSD 4.0 system tests.
89cf81b4625c574f60c21e0dce12b150f3c5583cMark Andrews
89cf81b4625c574f60c21e0dce12b150f3c5583cMark Andrews 292. [bug] Due to problems with the way some operating systems
89cf81b4625c574f60c21e0dce12b150f3c5583cMark Andrews handle simultaneous listening on IPv4 and IPv6
2064e46209f35d2afad526622d975647f9c2098bMark Andrews addresses, the server no longer listens on IPv6
2064e46209f35d2afad526622d975647f9c2098bMark Andrews addresses by default. To revert to the previous
2064e46209f35d2afad526622d975647f9c2098bMark Andrews behavior, specify "listen-on-v6 { any; };" in
71ec6d09406771c0ad546d2d475a7f16c0198844Mark Andrews the config file.
71ec6d09406771c0ad546d2d475a7f16c0198844Mark Andrews
71ec6d09406771c0ad546d2d475a7f16c0198844Mark Andrews 291. [func] Caching servers no longer send outgoing queries
71ec6d09406771c0ad546d2d475a7f16c0198844Mark Andrews over TCP just because the incoming recursive query
a920fb9dc2ff16f32dd73e53469d0febcdcc6c11Mark Andrews was a TCP one.
a920fb9dc2ff16f32dd73e53469d0febcdcc6c11Mark Andrews
a920fb9dc2ff16f32dd73e53469d0febcdcc6c11Mark Andrews 290. [cleanup] +twiddle option to dig (for testing only) removed.
3c13af375900ffe79af4926953799e6123c9d698Mark Andrews
3c13af375900ffe79af4926953799e6123c9d698Mark Andrews 289. [cleanup] dig is now installed in $bindir instead of $sbindir.
3c13af375900ffe79af4926953799e6123c9d698Mark Andrews host is now installed in $bindir. (Be sure to remove
d734818278966c45af997c7242e8cccd7a91a0b3Mark Andrews any $sbindir/dig from a previous release.)
d734818278966c45af997c7242e8cccd7a91a0b3Mark Andrews
d734818278966c45af997c7242e8cccd7a91a0b3Mark Andrews 288. [func] rndc is now installed by "make install" into $sbindir.
63e1ac1e0915dd1089493d6d092d39a3da817e59Mark Andrews
63e1ac1e0915dd1089493d6d092d39a3da817e59Mark Andrews 287. [bug] rndc now works again as "rndc 127.1 reload" (for
63e1ac1e0915dd1089493d6d092d39a3da817e59Mark Andrews only that task). Parsing its configuration file and
63e1ac1e0915dd1089493d6d092d39a3da817e59Mark Andrews using digital signatures for authentication has been
89119e3cafff373426858f6cec7c09539f53e209Mark Andrews disabled until named supports the "controls" statement,
89119e3cafff373426858f6cec7c09539f53e209Mark Andrews post-9.0.0.
89119e3cafff373426858f6cec7c09539f53e209Mark Andrews
33399d6a143403bc4a9ccb9307af43ef04ab7633Mark Andrews 286. [bug] On Solaris 2, when named inherited a signal state
33399d6a143403bc4a9ccb9307af43ef04ab7633Mark Andrews where SIGHUP had the SIG_IGN action, SIGHUP would
33399d6a143403bc4a9ccb9307af43ef04ab7633Mark Andrews be ignored rather than causing the server to reload
ef117da20559f2a65f46ed9eb40deab5026cbd66Mark Andrews its configuration.
ef117da20559f2a65f46ed9eb40deab5026cbd66Mark Andrews
ef117da20559f2a65f46ed9eb40deab5026cbd66Mark Andrews 285. [bug] A change made to the dst API for beta4 inadvertently
ba5c73b383b08326ab6b5ad2d7ca43e117e212f1Mark Andrews broke OMAPI's creation of a dst key from an incoming
ba5c73b383b08326ab6b5ad2d7ca43e117e212f1Mark Andrews message, causing an assertion to be triggered. Fixed.
ba5c73b383b08326ab6b5ad2d7ca43e117e212f1Mark Andrews
bf59efcf0ed41186a5f9c1ca61da15a3c99b46f3Mark Andrews 284. [func] The DNSSEC key generation and signing tools now
bf59efcf0ed41186a5f9c1ca61da15a3c99b46f3Mark Andrews generate randomness from keyboard input on systems
bf59efcf0ed41186a5f9c1ca61da15a3c99b46f3Mark Andrews that lack /dev/random.
cac2181160bdb3ccc89e3560addae5e38d4c05e3Evan Hunt
cac2181160bdb3ccc89e3560addae5e38d4c05e3Evan Hunt 283. [cleanup] The 'lwresd' program is now a link to 'named'.
faefeaddb39e693ea6cbcb81f2e5dbded21ced93Evan Hunt
faefeaddb39e693ea6cbcb81f2e5dbded21ced93Evan Hunt 282. [bug] The lexer now returns ISC_R_RANGE if parsed integer is
b8a9632333a92d73a503afe1aaa7990016c8bee9Evan Hunt too big for an unsigned long.
b8a9632333a92d73a503afe1aaa7990016c8bee9Evan Hunt
b8a9632333a92d73a503afe1aaa7990016c8bee9Evan Hunt 281. [bug] Fixed list of recognized config file category names.
b8a9632333a92d73a503afe1aaa7990016c8bee9Evan Hunt
c3bb8bb228bc8a914abc77a411faace9861632eaMark Andrews 280. [func] Add isc-config.sh, which can be used to more
b8a9632333a92d73a503afe1aaa7990016c8bee9Evan Hunt easily build applications that link with
b8a9632333a92d73a503afe1aaa7990016c8bee9Evan Hunt our libraries.
b8a9632333a92d73a503afe1aaa7990016c8bee9Evan Hunt
f5bb5eb7f6640af4a94e666bf1d7f84a6a7f1f23Mark Andrews 279. [bug] Private omapi function symbols shared between
f5bb5eb7f6640af4a94e666bf1d7f84a6a7f1f23Mark Andrews two or more files in libomapi.a were not namespace
f5bb5eb7f6640af4a94e666bf1d7f84a6a7f1f23Mark Andrews protected using the ISC convention of starting with
a0d411c05f12c36b298d811af3b4f2c9f08e86d4Mark Andrews the library name and two underscores ("omapi__"...)
a0d411c05f12c36b298d811af3b4f2c9f08e86d4Mark Andrews
a0d411c05f12c36b298d811af3b4f2c9f08e86d4Mark Andrews 278. [bug] bin/named/logconf.c:category_fromconf() didn't take
a0d411c05f12c36b298d811af3b4f2c9f08e86d4Mark Andrews note of when isc_log_categorybyname() wasn't able
42782931073786f98d3d0a617351db40066949a4Mukund Sivaraman to find the category name and would then apply the
42782931073786f98d3d0a617351db40066949a4Mukund Sivaraman channel list of the unknown category to all categories.
42782931073786f98d3d0a617351db40066949a4Mukund Sivaraman
c1d33c159bf81d6faf9948ac9a6f307ca52284afEvan Hunt 277. [bug] isc_log_categorybyname() and isc_log_modulebyname()
c1d33c159bf81d6faf9948ac9a6f307ca52284afEvan Hunt would fail to find the first member of any category
c1d33c159bf81d6faf9948ac9a6f307ca52284afEvan Hunt or module array apart from the internal defaults.
06e0d6bb126e9986f29036e671b59f48b1d2efbcEvan Hunt Thus, for example, the "notify" category was improperly
06e0d6bb126e9986f29036e671b59f48b1d2efbcEvan Hunt configured by named.
06e0d6bb126e9986f29036e671b59f48b1d2efbcEvan Hunt
06e0d6bb126e9986f29036e671b59f48b1d2efbcEvan Hunt 276. [bug] dig now supports maximum sized TCP messages.
8d8f9f7f86a33a155dd74b9b2c1317afca555d54Evan Hunt
8d8f9f7f86a33a155dd74b9b2c1317afca555d54Evan Hunt 275. [bug] The definition of lwres_gai_strerror() was missing
8d8f9f7f86a33a155dd74b9b2c1317afca555d54Evan Hunt the lwres_ prefix.
7c9d11b654028f9901183c076b37a5494635f447Evan Hunt
7c9d11b654028f9901183c076b37a5494635f447Evan Hunt 274. [bug] TSIG AXFR verify failed when talking to a BIND 8
7c9d11b654028f9901183c076b37a5494635f447Evan Hunt server.
20dec973da306d5b0776c9d3b598fdbd3a59a28eMark Andrews
20dec973da306d5b0776c9d3b598fdbd3a59a28eMark Andrews 273. [func] The default for the 'transfer-format' option is
20dec973da306d5b0776c9d3b598fdbd3a59a28eMark Andrews now 'many-answers'. This will break zone transfers
3b187cad7a1754e098ab9dabfcb44c8b437fb589Mark Andrews to BIND 4.9.5 and older unless there is an explicit
3b187cad7a1754e098ab9dabfcb44c8b437fb589Mark Andrews 'one-answer' configuration.
b16d99bac1d100735224ab3eaa84632537ff21b5Mark Andrews
b16d99bac1d100735224ab3eaa84632537ff21b5Mark Andrews 272. [bug] The sending of large TCP responses was canceled
79d27f505a67ee1fb5cf104cbe7b1ead67d252b4Mukund Sivaraman in mid-transmission due to a race condition
79d27f505a67ee1fb5cf104cbe7b1ead67d252b4Mukund Sivaraman caused by the failure to set the client object's
79d27f505a67ee1fb5cf104cbe7b1ead67d252b4Mukund Sivaraman "newstate" variable correctly when transitioning
84dc4b3e7eea3e9c8fafa5f4fd632a51ee8b356fMukund Sivaraman to the "working" state.
84dc4b3e7eea3e9c8fafa5f4fd632a51ee8b356fMukund Sivaraman
84dc4b3e7eea3e9c8fafa5f4fd632a51ee8b356fMukund Sivaraman 271. [func] Attempt to probe the number of cpus in named
84dc4b3e7eea3e9c8fafa5f4fd632a51ee8b356fMukund Sivaraman if unspecified rather than defaulting to 1.
84dc4b3e7eea3e9c8fafa5f4fd632a51ee8b356fMukund Sivaraman
84dc4b3e7eea3e9c8fafa5f4fd632a51ee8b356fMukund Sivaraman 270. [func] Allow maximum sized TCP answers.
93d4128dcd54c152cf97b2c36caba8f3c8de3280Mark Andrews
93d4128dcd54c152cf97b2c36caba8f3c8de3280Mark Andrews 269. [bug] Failed DNSSEC validations could cause an assertion
93d4128dcd54c152cf97b2c36caba8f3c8de3280Mark Andrews failure by causing clone_results() to be called with
50a745417461a4c007248202bb3a8bf7be426813Mark Andrews with hevent->node == NULL.
50a745417461a4c007248202bb3a8bf7be426813Mark Andrews
50a745417461a4c007248202bb3a8bf7be426813Mark Andrews 268. [doc] A plain text version of the Administrator
50a745417461a4c007248202bb3a8bf7be426813Mark Andrews Reference Manual is now included in the distribution,
0cfb24736841b3e98bb25853229a0efabab88bddEvan Hunt as doc/arm/Bv9ARM.txt.
0cfb24736841b3e98bb25853229a0efabab88bddEvan Hunt
0cfb24736841b3e98bb25853229a0efabab88bddEvan Hunt 267. [func] Nsupdate is now provided in the distribution.
0cfb24736841b3e98bb25853229a0efabab88bddEvan Hunt
0cfb24736841b3e98bb25853229a0efabab88bddEvan Hunt 266. [bug] zone.c:save_nsrrset() node was not initialized.
0cfb24736841b3e98bb25853229a0efabab88bddEvan Hunt
0cfb24736841b3e98bb25853229a0efabab88bddEvan Hunt 265. [bug] dns_request_create() now works for TCP.
0cfb24736841b3e98bb25853229a0efabab88bddEvan Hunt
0cfb24736841b3e98bb25853229a0efabab88bddEvan Hunt 264. [func] Dispatch can not take TCP sockets in connecting
fa6308bd57f716732ba70bbafc1d09e861e4acc1Mark Andrews state. Set DNS_DISPATCHATTR_CONNECTED when calling
fa6308bd57f716732ba70bbafc1d09e861e4acc1Mark Andrews dns_dispatch_createtcp() for connected TCP sockets
fa6308bd57f716732ba70bbafc1d09e861e4acc1Mark Andrews or call dns_dispatch_starttcp() when the socket is
a4d76e3f0ba6f1fc2ba4b324f318e909b83bc860Evan Hunt connected.
a4d76e3f0ba6f1fc2ba4b324f318e909b83bc860Evan Hunt
a4d76e3f0ba6f1fc2ba4b324f318e909b83bc860Evan Hunt 263. [func] New logging channel type 'stderr'
3d751891410f9892ca1c1deba2f7d8556ae91b0cMark Andrews
3d751891410f9892ca1c1deba2f7d8556ae91b0cMark Andrews channel some-name {
3d751891410f9892ca1c1deba2f7d8556ae91b0cMark Andrews stderr;
800d25b8482c52487b4dab53cb10fa74061f1e94Mark Andrews severity error;
800d25b8482c52487b4dab53cb10fa74061f1e94Mark Andrews }
800d25b8482c52487b4dab53cb10fa74061f1e94Mark Andrews
800d25b8482c52487b4dab53cb10fa74061f1e94Mark Andrews 262. [bug] 'master' was not initialized in zone.c:stub_callback().
9b819daddf8f4a5bd42276ee91bf9686d42f3ceeMark Andrews
9b819daddf8f4a5bd42276ee91bf9686d42f3ceeMark Andrews 261. [func] Add dns_zone_markdirty().
9b819daddf8f4a5bd42276ee91bf9686d42f3ceeMark Andrews
586d94eb740587975d5348b22a5fb8440d95925dMark Andrews 260. [bug] Running named as a non-root user failed on Linux
f7ae6c8fdd2cd5e276251647e6852cccfc92847bMark Andrews kernels new enough to support retaining capabilities
f7ae6c8fdd2cd5e276251647e6852cccfc92847bMark Andrews after setuid().
586d94eb740587975d5348b22a5fb8440d95925dMark Andrews
a569e1b3213668bc704194367ea12c23456ad1d2Mark Andrews 259. [func] New random-device and random-seed-file statements
a569e1b3213668bc704194367ea12c23456ad1d2Mark Andrews for global options block of named.conf. Both accept
a569e1b3213668bc704194367ea12c23456ad1d2Mark Andrews a single string argument.
a569e1b3213668bc704194367ea12c23456ad1d2Mark Andrews
c6f7d2b5f1378e3d61770766ee9fdd922471eb2fMark Andrews 258. [bug] Fixed printing of lwres_addr_t.address field.
c6f7d2b5f1378e3d61770766ee9fdd922471eb2fMark Andrews
603a78708343f063b44affb882ef93bb19a5142aMark Andrews 257. [bug] The server detached the last zone manager reference
603a78708343f063b44affb882ef93bb19a5142aMark Andrews too early, while it could still be in use by queries.
603a78708343f063b44affb882ef93bb19a5142aMark Andrews This manifested itself as assertion failures during the
ba586e9568364eb2da871f5fb2b71716f7c31865Mark Andrews shutdown process for busy name servers. [RT #133]
ba586e9568364eb2da871f5fb2b71716f7c31865Mark Andrews
ba586e9568364eb2da871f5fb2b71716f7c31865Mark Andrews 256. [func] isc_ratelimiter_t now has attach/detach semantics, and
a0f91e910bd9af006a65e555ec4082864ca1eb8dMark Andrews isc_ratelimiter_shutdown guarantees that the rate
570216f5a373cdaaa2eb2d9b5990150dd5a7b41bEvan Hunt limiter is detached from its task.
a0f91e910bd9af006a65e555ec4082864ca1eb8dMark Andrews
a0f91e910bd9af006a65e555ec4082864ca1eb8dMark Andrews 255. [func] New function dns_zonemgr_attach().
0fe07891819138ad6e1de45f279cff940d170542Mark Andrews
0fe07891819138ad6e1de45f279cff940d170542Mark Andrews 254. [bug] Suppress "query denied" messages on additional data
0fe07891819138ad6e1de45f279cff940d170542Mark Andrews lookups.
ea58c563bccc2a8dc20886c99c7c3334a971b6d3Evan Hunt
d319beb9d0b08db8b7f9789d916a02a56976b9b9Tinderbox User --- 9.0.0b4 released ---
ea58c563bccc2a8dc20886c99c7c3334a971b6d3Evan Hunt
a6d48ae49345c1995c7ac7c0628bf5f9eac0719aJeremy C. Reed 253. [func] resolv.conf parser now recognises ';' and '#' as
27b09ceb12ec95de461bd2780615d4064ccb1419Mark Andrews comments (anywhere in line, not just as the beginning).
27b09ceb12ec95de461bd2780615d4064ccb1419Mark Andrews
896f49f8bdee644cd8d10e320ea3084ca3f74e2aEvan Hunt 252. [bug] resolv.conf parser mishandled masks on sortlists.
896f49f8bdee644cd8d10e320ea3084ca3f74e2aEvan Hunt It also aborted when an unrecognized keyword was seen,
896f49f8bdee644cd8d10e320ea3084ca3f74e2aEvan Hunt now it silently ignores the entire line.
896f49f8bdee644cd8d10e320ea3084ca3f74e2aEvan Hunt
896f49f8bdee644cd8d10e320ea3084ca3f74e2aEvan Hunt 251. [bug] lwresd caught an assertion failure on startup.
896f49f8bdee644cd8d10e320ea3084ca3f74e2aEvan Hunt
6fa84a3e255ef9e6233f0a8d134fc6d273f04599Evan Hunt 250. [bug] fixed handling of size+unit when value would be too
6fa84a3e255ef9e6233f0a8d134fc6d273f04599Evan Hunt large for internal representation.
7f7d32d1e4023a4a74432e45dd4105ea0528c3cfEvan Hunt
104f0e51ac7f472e69d53e4900fe121b7dc78537Tinderbox User 249. [cleanup] max-cache-size config option now takes a size-spec
6fa84a3e255ef9e6233f0a8d134fc6d273f04599Evan Hunt like 'datasize', except 'default' is not allowed.
ca84a056bdb492e8894c70fd7bf6a885df03039fMark Andrews
01f881c1c5683054ee3366929eae6f811777ce46Mark Andrews 248. [bug] global lame-ttl option was not being printed when
01f881c1c5683054ee3366929eae6f811777ce46Mark Andrews config structures were written out.
ca84a056bdb492e8894c70fd7bf6a885df03039fMark Andrews
ca84a056bdb492e8894c70fd7bf6a885df03039fMark Andrews 247. [cleanup] Rename cache-size config option to max-cache-size.
a14fe8522977d391096942aae5250f00ca32d2d4Mark Andrews
a14fe8522977d391096942aae5250f00ca32d2d4Mark Andrews 246. [func] Rename global option cachesize to cache-size and
a14fe8522977d391096942aae5250f00ca32d2d4Mark Andrews add corresponding option to view statement.
5a8edcafd13fc63a066e8e42e0f95cdbf9606414Mark Andrews
5a8edcafd13fc63a066e8e42e0f95cdbf9606414Mark Andrews 245. [bug] If an uncompressed name will take more than 255
5a8edcafd13fc63a066e8e42e0f95cdbf9606414Mark Andrews bytes and the buffer is sufficiently long,
05816676bb82a5657a741ef4d378c7fb83912cfcMark Andrews dns_name_fromwire should return DNS_R_FORMERR,
05816676bb82a5657a741ef4d378c7fb83912cfcMark Andrews not ISC_R_NOSPACE. This bug caused cause the
05816676bb82a5657a741ef4d378c7fb83912cfcMark Andrews server to catch an assertion failure when it
29225772176ec580b2c903928a5c18e2e24889d0Mark Andrews received a query for a name longer than 255
29225772176ec580b2c903928a5c18e2e24889d0Mark Andrews bytes.
1b513b6120e6f445960149b8f057aea19e1f5fe6Francis Dupont
761f60fc356c9987258cd10b4aa216c6296d922bFrancis Dupont 244. [bug] empty named.conf file and empty options statement are
8114b0be01e98526f91da33f9685ac7014fcc598Mark Andrews now parsed properly.
761f60fc356c9987258cd10b4aa216c6296d922bFrancis Dupont
0e338b60cdb2cf7cedb4fc17f6a14b518d1245c8Mark Andrews 243. [func] new cachesize option for named.conf
0e338b60cdb2cf7cedb4fc17f6a14b518d1245c8Mark Andrews
0e338b60cdb2cf7cedb4fc17f6a14b518d1245c8Mark Andrews 242. [cleanup] fixed incorrect warning about auth-nxdomain usage.
2c172a42b39da5913fc6b2c0d3ce987c206991faMark Andrews
2c172a42b39da5913fc6b2c0d3ce987c206991faMark Andrews 241. [cleanup] nscount and soacount have been removed from the
faa01edd13613c077c3cb663c36f36bd527d1a4bMark Andrews dns_master_*() argument lists.
faa01edd13613c077c3cb663c36f36bd527d1a4bMark Andrews
faa01edd13613c077c3cb663c36f36bd527d1a4bMark Andrews 240. [func] databases now come in three flavours: zone, cache
1ea6e09c376b1351c614474a88675b1a9bda6571Evan Hunt and stub.
1ea6e09c376b1351c614474a88675b1a9bda6571Evan Hunt
1ea6e09c376b1351c614474a88675b1a9bda6571Evan Hunt 239. [func] If ISC_MEM_DEBUG is enabled, the variable
60988462e5d6db53205851d056e3482a29239be9Evan Hunt isc_mem_debugging controls whether messages
60988462e5d6db53205851d056e3482a29239be9Evan Hunt are printed or not.
60988462e5d6db53205851d056e3482a29239be9Evan Hunt
cd07e4d038fda6f9bacecb3067cc6fa43a67fc0aMark Andrews 238. [cleanup] A few more compilation warnings have been quieted:
cd07e4d038fda6f9bacecb3067cc6fa43a67fc0aMark Andrews + missing sigwait prototype on BSD/OS 4.0/4.0.1.
b36fc8294e1328912b940899d436c60986c92435Mark Andrews + PTHREAD_ONCE_INIT unbraced initializer warnings on
b36fc8294e1328912b940899d436c60986c92435Mark Andrews Solaris 2.8.
fe148bca7ea6612bb7e931fdcd2e66c32d2d2a9aMark Andrews + IN6ADDR_ANY_INIT unbraced initializer warnings on
b36fc8294e1328912b940899d436c60986c92435Mark Andrews BSD/OS 4.*, Linux and Solaris 2.8.
dd820d8fd2714ee1ae53ff0c7f6973250048f2d2Mark Andrews
dd820d8fd2714ee1ae53ff0c7f6973250048f2d2Mark Andrews 237. [bug] If connect() returned ENOBUFS when the resolver was
c0c4512020c0a4a9e5b087cb8cad1cd68fb3f52eEvan Hunt initiating a TCP query, the socket didn't get
c0de0cd8d88485aba260a08dccca76f83bdf9538Tinderbox User destroyed, and the server did not shut down cleanly.
c0c4512020c0a4a9e5b087cb8cad1cd68fb3f52eEvan Hunt
5d739300d12363f36ffa72836d2c10ff8c791b12Mark Andrews 236. [func] Added new listen-on-v6 config file statement.
5d739300d12363f36ffa72836d2c10ff8c791b12Mark Andrews
5d739300d12363f36ffa72836d2c10ff8c791b12Mark Andrews 235. [func] Consider it a config file error if a listen-on
5d739300d12363f36ffa72836d2c10ff8c791b12Mark Andrews statement has an IPv6 address in it, or a
6f78147f569c9f505ef048c2f9e4e1b5ef2a27e7Mark Andrews listen-on-v6 statement has an IPv4 address in it.
87344c2cb3d4b413941d514a078f4098bcb816e9Mark Andrews
87344c2cb3d4b413941d514a078f4098bcb816e9Mark Andrews 234. [bug] Allow a trusted-key's first field (domain-name) be
44613d4d868ed5e73a1132280880f0699af56733Evan Hunt either a quoted or an unquoted string, instead of
44613d4d868ed5e73a1132280880f0699af56733Evan Hunt requiring a quoted string.
44613d4d868ed5e73a1132280880f0699af56733Evan Hunt
44613d4d868ed5e73a1132280880f0699af56733Evan Hunt 233. [cleanup] Convert all config structure integer values to unsigned
44613d4d868ed5e73a1132280880f0699af56733Evan Hunt integer (isc_uint32_t) to match grammer.
2b78610512f208a6a35eb0976d039c2001cba7e6Evan Hunt
2b78610512f208a6a35eb0976d039c2001cba7e6Evan Hunt 232. [bug] Allow slave zones to not have a file.
2b78610512f208a6a35eb0976d039c2001cba7e6Evan Hunt
0dc0b029e9aecc6e2139109091ea68cc6aff7081Evan Hunt 231. [func] Support new 'port' clause in config file options
0dc0b029e9aecc6e2139109091ea68cc6aff7081Evan Hunt section. Causes 'listen-on', 'masters' and
0dc0b029e9aecc6e2139109091ea68cc6aff7081Evan Hunt 'also-notify' statements to use its value instead of
0dc0b029e9aecc6e2139109091ea68cc6aff7081Evan Hunt default (53).
cd750f6e7449678173e8cfe080ae0bf3dcb424cfEvan Hunt
cd750f6e7449678173e8cfe080ae0bf3dcb424cfEvan Hunt 230. [func] Replace the dst sign/verify API with a cleaner one.
cd750f6e7449678173e8cfe080ae0bf3dcb424cfEvan Hunt
cd750f6e7449678173e8cfe080ae0bf3dcb424cfEvan Hunt 229. [func] Support config file sig-validity-interval statement
cd750f6e7449678173e8cfe080ae0bf3dcb424cfEvan Hunt in options, views and zone statements (master
5cef2421bde74ef8f789c9c83c1219553060ce16Mark Andrews zones only).
b4ba66ba1e36a6d8236d20be55273ce663819d69Evan Hunt
b4ba66ba1e36a6d8236d20be55273ce663819d69Evan Hunt 228. [cleanup] Logging messages in config module stripped of
b4ba66ba1e36a6d8236d20be55273ce663819d69Evan Hunt trailing period.
5cef2421bde74ef8f789c9c83c1219553060ce16Mark Andrews
5cef2421bde74ef8f789c9c83c1219553060ce16Mark Andrews 227. [cleanup] The enumerated identifiers dns_rdataclass_*,
6bc767b003ed72f831dff7bb1b8f1855de281eb6Mark Andrews dns_rcode_*, dns_opcode_*, and dns_trust_* are
3e5743068c95036324c24efa47b36ab0f7916d47Evan Hunt also now cast to their appropriate types, as with
3e5743068c95036324c24efa47b36ab0f7916d47Evan Hunt dns_rdatatype_* in item number 225 below.
c11e46110b2b6236c68d89d4ea557c1d35e5d271Mark Andrews
c11e46110b2b6236c68d89d4ea557c1d35e5d271Mark Andrews 226. [func] dns_name_totext() now always prints the root name as
c11e46110b2b6236c68d89d4ea557c1d35e5d271Mark Andrews '.', even when omit_final_dot is true.
e01fbe2a45f9641968264a3bdf76d290e20521d7Evan Hunt
e01fbe2a45f9641968264a3bdf76d290e20521d7Evan Hunt 225. [cleanup] The enumerated dns_rdatatype_* identifiers are now
e01fbe2a45f9641968264a3bdf76d290e20521d7Evan Hunt cast to dns_rdatatype_t via macros of their same name
e01fbe2a45f9641968264a3bdf76d290e20521d7Evan Hunt so that they are of the proper integral type wherever
76884179fd3ba491db80a285c752671025f74730Mark Andrews a dns_rdatatype_t is needed.
76884179fd3ba491db80a285c752671025f74730Mark Andrews
eb1a7730f013e9a16d709c9ee8f41d73cde3680eEvan Hunt 224. [cleanup] The entire project builds cleanly with gcc's
eb1a7730f013e9a16d709c9ee8f41d73cde3680eEvan Hunt -Wcast-qual and -Wwrite-strings warnings enabled,
eb1a7730f013e9a16d709c9ee8f41d73cde3680eEvan Hunt which is now the default when using gcc. (Warnings
aefb3e308ba01ad47a3d3aaadf77a5edd4261cb9Evan Hunt from confparser.c, because of yacc's code, are
aefb3e308ba01ad47a3d3aaadf77a5edd4261cb9Evan Hunt unfortunately to be expected.)
aefb3e308ba01ad47a3d3aaadf77a5edd4261cb9Evan Hunt
aefb3e308ba01ad47a3d3aaadf77a5edd4261cb9Evan Hunt 223. [func] Several functions were reprototyped to qualify one
aefb3e308ba01ad47a3d3aaadf77a5edd4261cb9Evan Hunt or more of their arguments with "const". Similarly,
aefb3e308ba01ad47a3d3aaadf77a5edd4261cb9Evan Hunt several functions that return pointers now have
aefb3e308ba01ad47a3d3aaadf77a5edd4261cb9Evan Hunt those pointers qualified with const.
aefb3e308ba01ad47a3d3aaadf77a5edd4261cb9Evan Hunt
aefb3e308ba01ad47a3d3aaadf77a5edd4261cb9Evan Hunt 222. [bug] The global 'also-notify' option was ignored.
aefb3e308ba01ad47a3d3aaadf77a5edd4261cb9Evan Hunt
aefb3e308ba01ad47a3d3aaadf77a5edd4261cb9Evan Hunt 221. [bug] An uninitialized variable was sometimes passed to
36e5ac00333d89001f0c518a7d381d16c38d0402Mark Andrews dns_rdata_freestruct() when loading a zone, causing
36e5ac00333d89001f0c518a7d381d16c38d0402Mark Andrews an assertion failure.
36e5ac00333d89001f0c518a7d381d16c38d0402Mark Andrews
36e5ac00333d89001f0c518a7d381d16c38d0402Mark Andrews 220. [cleanup] Set the default outgoing port in the view, and
37f7c4c673622e984a41570fda42c1a678622fa4Tinderbox User set it in sockaddrs returned from the ADB.
e916c4f840e6f05c1137a2653b4ef70a1056bf74Mark Andrews [31-May-2000 explorer]
e916c4f840e6f05c1137a2653b4ef70a1056bf74Mark Andrews
e916c4f840e6f05c1137a2653b4ef70a1056bf74Mark Andrews 219. [bug] Signed truncated messages more correctly follow
2ae159b376dac23870d8005563c585acf85a4b5aEvan Hunt the respective specs.
2ae159b376dac23870d8005563c585acf85a4b5aEvan Hunt
2ae159b376dac23870d8005563c585acf85a4b5aEvan Hunt 218. [func] When an rdataset is signed, its ttl is normalized
2ae159b376dac23870d8005563c585acf85a4b5aEvan Hunt based on the signature validity period.
1a9932dde111e05b4b9177c1146695817c3a20d2Evan Hunt
1a9932dde111e05b4b9177c1146695817c3a20d2Evan Hunt 217. [func] Also-notify and trusted-keys can now be used in
1a9932dde111e05b4b9177c1146695817c3a20d2Evan Hunt the 'view' statement.
1f73b46904d266abe57814ea512dc7069e7a1e73Evan Hunt
1f73b46904d266abe57814ea512dc7069e7a1e73Evan Hunt 216. [func] The 'max-cache-ttl' and 'max-ncache-ttl' options
ec3b216506b715f10e0b653afc20068ce8c5aa79Evan Hunt now work.
ec3b216506b715f10e0b653afc20068ce8c5aa79Evan Hunt
ec3b216506b715f10e0b653afc20068ce8c5aa79Evan Hunt 215. [bug] Failures at certain points in request processing
ec3b216506b715f10e0b653afc20068ce8c5aa79Evan Hunt could cause the assertion INSIST(client->lockview
ec3b216506b715f10e0b653afc20068ce8c5aa79Evan Hunt == NULL) to be triggered.
ec3b216506b715f10e0b653afc20068ce8c5aa79Evan Hunt
4e7973990c2aaec391cf307a7e60583331568e01Evan Hunt 214. [func] New public function isc_netaddr_format(), for
4e7973990c2aaec391cf307a7e60583331568e01Evan Hunt formatting network addresses in log messages.
4e7973990c2aaec391cf307a7e60583331568e01Evan Hunt
4e7973990c2aaec391cf307a7e60583331568e01Evan Hunt 213. [bug] Don't leak memory when reloading the zone if
a6d48ae49345c1995c7ac7c0628bf5f9eac0719aJeremy C. Reed an update-policy clause was present in the old zone.
e560fbdf77b08ff23ab71b107f022829bcd552dbMark Andrews
e560fbdf77b08ff23ab71b107f022829bcd552dbMark Andrews 212. [func] Added dns_message_get/settsigkey, to make TSIG
7318bbc26262a66a0d740ceefed769961ef7e476Evan Hunt key management reasonable.
7318bbc26262a66a0d740ceefed769961ef7e476Evan Hunt
7318bbc26262a66a0d740ceefed769961ef7e476Evan Hunt 211. [func] The 'key' and 'server' statements can now occur
7318bbc26262a66a0d740ceefed769961ef7e476Evan Hunt inside 'view' statements.
469bbe0f973bf33e20d6011748cb68fab8a9a12dMark Andrews
469bbe0f973bf33e20d6011748cb68fab8a9a12dMark Andrews 210. [bug] The 'allow-transfer' option was ignored for slave
469bbe0f973bf33e20d6011748cb68fab8a9a12dMark Andrews zones, and the 'transfers-per-ns' option was
fc84418f4a809e40f16cfb5b4f3834d735fca31fTinderbox User was ignored for all zones.
993cde8f0fe3e08283990cc9ff4a555b5e48ab91Mark Andrews
2dc978b8a1563f6dd413a8a9456659ade00f9e9eEvan Hunt 209. [cleanup] Upgraded openssl files to new version 0.9.5a
2dc978b8a1563f6dd413a8a9456659ade00f9e9eEvan Hunt
a6d48ae49345c1995c7ac7c0628bf5f9eac0719aJeremy C. Reed 208. [func] Added ISC_OFFSET_MAXIMUM for the maximum value
7dcb304dd0bfe5888593199e0a9a8d64b8f022adMark Andrews of an isc_offset_t.
7dcb304dd0bfe5888593199e0a9a8d64b8f022adMark Andrews
92fe6db3e46016f4ce0d6e372c745469bba10b5eEvan Hunt 207. [func] The dnssec tools properly use the logging subsystem.
92fe6db3e46016f4ce0d6e372c745469bba10b5eEvan Hunt
7cd8e7915afba7064c18c4bf74ecce0627c61027Evan Hunt 206. [cleanup] dst now stores the key name as a dns_name_t, not
7cd8e7915afba7064c18c4bf74ecce0627c61027Evan Hunt a char *.
7cd8e7915afba7064c18c4bf74ecce0627c61027Evan Hunt
f5df4974b7b5081c4778d5796127b4d6584e834eEvan Hunt 205. [cleanup] On IRIX, turn off the mostly harmless warnings 1692
f5df4974b7b5081c4778d5796127b4d6584e834eEvan Hunt ("prototyped function redeclared without prototype")
102c454e783d3dd9dbb9ceb30ed28c983cafd546Mark Andrews and 1552 ("variable ... set but not used") when
f45f40ec2814a5ff1ed443c968772a1b2e25c462Mark Andrews compiling in the lib/dns/sec/{dnssafe,openssl}
f45f40ec2814a5ff1ed443c968772a1b2e25c462Mark Andrews directories, which contain code imported from outside
f45f40ec2814a5ff1ed443c968772a1b2e25c462Mark Andrews sources.
f45f40ec2814a5ff1ed443c968772a1b2e25c462Mark Andrews
38c3ed154a2e014dad359e852b08722defa118ebEvan Hunt 204. [cleanup] On HP/UX, pass +vnocompatwarnings to the linker
baad8d9fd8dd054ce1edf350ff0c0f2038a1519eEvan Hunt to quiet the warnings that "The linked output may not
baad8d9fd8dd054ce1edf350ff0c0f2038a1519eEvan Hunt run on a PA 1.x system."
baad8d9fd8dd054ce1edf350ff0c0f2038a1519eEvan Hunt
baad8d9fd8dd054ce1edf350ff0c0f2038a1519eEvan Hunt 203. [func] notify and zone soa queries are now tsig signed when
866606b9c712ac654689e02a0c12151eaa86fbc1Mark Andrews appropriate.
866606b9c712ac654689e02a0c12151eaa86fbc1Mark Andrews
f0e9d6e905235482ff9b4be770ee35018fcd8234Evan Hunt 202. [func] isc_lex_getsourceline() changed from returning int
f0e9d6e905235482ff9b4be770ee35018fcd8234Evan Hunt to returning unsigned long, the type of its underlying
7ef5dc87b64d639cadfcce868428f9fb2a84fb92Evan Hunt counter.
7ef5dc87b64d639cadfcce868428f9fb2a84fb92Evan Hunt
7ef5dc87b64d639cadfcce868428f9fb2a84fb92Evan Hunt 201. [cleanup] Removed the test/sdig program, it has been
44fbdddcadd85a6e40ebc7b7834e08e156c681a1Evan Hunt replaced by bin/dig/dig.
44fbdddcadd85a6e40ebc7b7834e08e156c681a1Evan Hunt
44fbdddcadd85a6e40ebc7b7834e08e156c681a1Evan Hunt
0dfd942409fbd3ad1e9a06c887742f0c8760ffd7Mark Andrews --- 9.0.0b3 released ---
0dfd942409fbd3ad1e9a06c887742f0c8760ffd7Mark Andrews
0dfd942409fbd3ad1e9a06c887742f0c8760ffd7Mark Andrews 200. [bug] Failures in sending query responses to clients
568de8123acb1a94e2d7bfe9cc5eb5d099f6c1f5Mark Andrews (e.g., running out of network buffers) were
568de8123acb1a94e2d7bfe9cc5eb5d099f6c1f5Mark Andrews not logged.
51e6164fd6b47121040f79b6330edf6258418a0bMark Andrews
51e6164fd6b47121040f79b6330edf6258418a0bMark Andrews 199. [bug] isc_heap_delete() sometimes violated the heap
ef9334d745a759b02821950230260c1941d066d3Mukund Sivaraman invariant, causing timer events not to be posted
ef9334d745a759b02821950230260c1941d066d3Mukund Sivaraman when due.
ef9334d745a759b02821950230260c1941d066d3Mukund Sivaraman
6ffa8fcf764121bbe3b9eb116ddade5778608375Mark Andrews 198. [func] Dispatch managers hold memory pools which
6ffa8fcf764121bbe3b9eb116ddade5778608375Mark Andrews any managed dispatcher may use. This allows
bbd5c0ab33b7c76058a4b17bd1f9ce443aa90c7fEvan Hunt us to avoid dipping into the memory context for
bbd5c0ab33b7c76058a4b17bd1f9ce443aa90c7fEvan Hunt most allocations. [19-May-2000 explorer]
bbd5c0ab33b7c76058a4b17bd1f9ce443aa90c7fEvan Hunt
c73a7e127fd3d2b2d3257f67d7a0b94441797f3aMark Andrews 197. [bug] When an incoming AXFR or IXFR completes, the
c73a7e127fd3d2b2d3257f67d7a0b94441797f3aMark Andrews zone's internal state is refreshed from the
c73a7e127fd3d2b2d3257f67d7a0b94441797f3aMark Andrews SOA data. [19-May-2000 explorer]
bad82a46c420eaa5ca62a319923472fba7e391f1Mark Andrews
bad82a46c420eaa5ca62a319923472fba7e391f1Mark Andrews 196. [func] Dispatchers can be shared easily between views
09ab38c151751b76b8043275422239463eb70cbdMark Andrews and/or interfaces. [19-May-2000 explorer]
09ab38c151751b76b8043275422239463eb70cbdMark Andrews
09ab38c151751b76b8043275422239463eb70cbdMark Andrews 195. [bug] Including the NXT record of the root domain
09ab38c151751b76b8043275422239463eb70cbdMark Andrews in a negative response caused an assertion
adbb48b4a0c6216f96d8b40712f23da893444f1cMark Andrews failure.
adbb48b4a0c6216f96d8b40712f23da893444f1cMark Andrews
61cfadb50e2ddce1073760e77880de73eb6e65daMark Andrews 194. [doc] The PDF version of the Administrator's Reference
61cfadb50e2ddce1073760e77880de73eb6e65daMark Andrews Manual is no longer included in the ISC BIND9
61cfadb50e2ddce1073760e77880de73eb6e65daMark Andrews distribution.
9896a01aebb4201459079f8926dcd8045514b73aEvan Hunt
9896a01aebb4201459079f8926dcd8045514b73aEvan Hunt 193. [func] changed dst_key_free() prototype.
22e29471c784acd09619841926c4f765e36ac74aEvan Hunt
22e29471c784acd09619841926c4f765e36ac74aEvan Hunt 192. [bug] Zone configuration validation is now done at end
22e29471c784acd09619841926c4f765e36ac74aEvan Hunt of config file parsing, and before loading
22e29471c784acd09619841926c4f765e36ac74aEvan Hunt callbacks.
acbb301e648b82fcc38b876a44403cf0fe539cc9Evan Hunt
acbb301e648b82fcc38b876a44403cf0fe539cc9Evan Hunt 191. [func] Patched to compile on UnixWare 7.x. This platform
acbb301e648b82fcc38b876a44403cf0fe539cc9Evan Hunt is not directly supported by the ISC.
9823d3d0fa2995a90f577a5801b1e5f7288a1facJeremy C. Reed
acbb301e648b82fcc38b876a44403cf0fe539cc9Evan Hunt 190. [cleanup] The DNSSEC tools have been moved to a separate
9823d3d0fa2995a90f577a5801b1e5f7288a1facJeremy C. Reed directory dnssec/ and given the following new,
3911e7610f29dc664cbe8336f35c0652cd74652eMark Andrews more descriptive names:
3911e7610f29dc664cbe8336f35c0652cd74652eMark Andrews
89740699cd2191d9b84e67716c281b2dfeba5e56Evan Hunt dnssec-keygen
89740699cd2191d9b84e67716c281b2dfeba5e56Evan Hunt dnssec-signzone
89740699cd2191d9b84e67716c281b2dfeba5e56Evan Hunt dnssec-signkey
89740699cd2191d9b84e67716c281b2dfeba5e56Evan Hunt dnssec-makekeyset
89740699cd2191d9b84e67716c281b2dfeba5e56Evan Hunt
46bc64f4b1a0e84ab0397943453fe83a17baf2c4Evan Hunt Their command line arguments have also been changed to
46bc64f4b1a0e84ab0397943453fe83a17baf2c4Evan Hunt be more consistent. dnssec-keygen now prints the
46bc64f4b1a0e84ab0397943453fe83a17baf2c4Evan Hunt name of the generated key files (sans extension)
46bc64f4b1a0e84ab0397943453fe83a17baf2c4Evan Hunt on standard output to simplify its use in automated
46bc64f4b1a0e84ab0397943453fe83a17baf2c4Evan Hunt scripts.
1cf8e9c0b7e75fcd2bfd10367ff362c674972a0dMark Andrews
62258ada486dfe76afc3f0f3835d3a45d2d8105cEvan Hunt 189. [func] isc_time_secondsastimet(), a new function, will ensure
62258ada486dfe76afc3f0f3835d3a45d2d8105cEvan Hunt that the number of seconds in an isc_time_t does not
62258ada486dfe76afc3f0f3835d3a45d2d8105cEvan Hunt exceed the range of a time_t, or return ISC_R_RANGE.
8cbf3b6fc35091abde426930f2eadb8f53476c98Evan Hunt Similarly, isc_time_now(), isc_time_nowplusinterval(),
8cbf3b6fc35091abde426930f2eadb8f53476c98Evan Hunt isc_time_add() and isc_time_subtract() now check the
8cbf3b6fc35091abde426930f2eadb8f53476c98Evan Hunt range for overflow/underflow. In the case of
8cbf3b6fc35091abde426930f2eadb8f53476c98Evan Hunt isc_time_subtract, this changed a calling requirement
8cbf3b6fc35091abde426930f2eadb8f53476c98Evan Hunt (ie, something that could generate an assertion)
7bd455641455950eff7d21be652c8142b134d32fTinderbox User into merely a condition that returns an error result.
7b46a4aa418de3e1f2df63b9353b7148584afe64Evan Hunt isc_time_add() and isc_time_subtract() were void-
7b46a4aa418de3e1f2df63b9353b7148584afe64Evan Hunt valued before but now return isc_result_t.
9ba2cef72dacb1dc1105415956e1c311ac25d02cEvan Hunt
9ba2cef72dacb1dc1105415956e1c311ac25d02cEvan Hunt 188. [func] Log a warning message when an incoming zone transfer
9ba2cef72dacb1dc1105415956e1c311ac25d02cEvan Hunt contains out-of-zone data.
78f79084fcfc40f1237c99e2d4325b24b750d012Evan Hunt
78f79084fcfc40f1237c99e2d4325b24b750d012Evan Hunt 187. [func] isc_ratelimter_enqueue() has an additional argument
78f79084fcfc40f1237c99e2d4325b24b750d012Evan Hunt 'task'.
a2fd1de97d9ff685697aadba7f67a450557b0a06Evan Hunt
a2fd1de97d9ff685697aadba7f67a450557b0a06Evan Hunt 186. [func] dns_request_getresponse() has an additional argument
a2fd1de97d9ff685697aadba7f67a450557b0a06Evan Hunt 'preserve_order'.
def8172275039dd667d2c54afa51af80fef9c2abEvan Hunt
e7c0d42b11358f08e04316d31c67c23261dcdf36Evan Hunt 185. [bug] Fixed up handling of ISC_MEMCLUSTER_LEGACY. Several
cc2a5156841ec6dfe1e90eed40c65fa8cdec246dTinderbox User public functions did not have an isc__ prefix, and
e7c0d42b11358f08e04316d31c67c23261dcdf36Evan Hunt referred to functions that had previously been
d51456e4537729c2263303350abeff45379b1105Evan Hunt renamed.
d51456e4537729c2263303350abeff45379b1105Evan Hunt
d51456e4537729c2263303350abeff45379b1105Evan Hunt 184. [cleanup] Variables/functions which began with two leading
d51456e4537729c2263303350abeff45379b1105Evan Hunt underscores were made to conform to the ANSI/ISO
e69790ac0067c0034f57e070d513833550786a93Evan Hunt standard, which says that such names are reserved.
e69790ac0067c0034f57e070d513833550786a93Evan Hunt
e69790ac0067c0034f57e070d513833550786a93Evan Hunt 183. [func] ISC_LOG_PRINTTAG option for log channels. Useful
67d01dcacb2051a03377c8ec5c0e36604c17aea5Evan Hunt for logging the program name or other identifier.
67d01dcacb2051a03377c8ec5c0e36604c17aea5Evan Hunt
67d01dcacb2051a03377c8ec5c0e36604c17aea5Evan Hunt 182. [cleanup] New commandline parameters for dnssec tools
67d01dcacb2051a03377c8ec5c0e36604c17aea5Evan Hunt
6be12fa63b38fe7648811e042c9aad58cee2ead7Evan Hunt 181. [func] Added dst_key_buildfilename and dst_key_parsefilename
6be12fa63b38fe7648811e042c9aad58cee2ead7Evan Hunt
6be12fa63b38fe7648811e042c9aad58cee2ead7Evan Hunt 180. [func] New isc_result_t ISC_R_RANGE. Supersedes DNS_R_RANGE.
6be12fa63b38fe7648811e042c9aad58cee2ead7Evan Hunt
262fea66373a062cac1a0e99b5a4675987bb61ffEvan Hunt 179. [func] options named.conf statement *must* now come
262fea66373a062cac1a0e99b5a4675987bb61ffEvan Hunt before any zone or view statements.
262fea66373a062cac1a0e99b5a4675987bb61ffEvan Hunt
084ba95b083dc55fd10631ad43fa8fff48707648Evan Hunt 178. [func] Post-load of named.conf check verifies a slave zone
084ba95b083dc55fd10631ad43fa8fff48707648Evan Hunt has non-empty list of masters defined.
084ba95b083dc55fd10631ad43fa8fff48707648Evan Hunt
084ba95b083dc55fd10631ad43fa8fff48707648Evan Hunt 177. [func] New per-zone boolean:
3ef4b7383ab4310df48ee5143e361ab1cfa3c8e8Evan Hunt
3ef4b7383ab4310df48ee5143e361ab1cfa3c8e8Evan Hunt enable-zone yes | no ;
3ef4b7383ab4310df48ee5143e361ab1cfa3c8e8Evan Hunt
72aa3b2a4e33a1b9b3521fddce383002b7201ab7Evan Hunt intended to let a zone be disabled without having
72aa3b2a4e33a1b9b3521fddce383002b7201ab7Evan Hunt to comment out the entire zone statement.
72aa3b2a4e33a1b9b3521fddce383002b7201ab7Evan Hunt
368aedf188d7c7782cae8a5ce2a978be47b5a764Evan Hunt 176. [func] New global and per-view option:
368aedf188d7c7782cae8a5ce2a978be47b5a764Evan Hunt
368aedf188d7c7782cae8a5ce2a978be47b5a764Evan Hunt max-cache-ttl number
e71905610c72f474a2943934a48f43121c79c939Evan Hunt
e71905610c72f474a2943934a48f43121c79c939Evan Hunt 175. [func] New global and per-view option:
e71905610c72f474a2943934a48f43121c79c939Evan Hunt
1aced7b8702288f656ded594cd5bd7678bb4fe70Evan Hunt additional-data internal | minimal | maximal;
1aced7b8702288f656ded594cd5bd7678bb4fe70Evan Hunt
1aced7b8702288f656ded594cd5bd7678bb4fe70Evan Hunt 174. [func] New public function isc_sockaddr_format(), for
a60bf97f9f7dcde6f4ca6e8188245fb0866200dbEvan Hunt formatting socket addresses in log messages.
a60bf97f9f7dcde6f4ca6e8188245fb0866200dbEvan Hunt
a60bf97f9f7dcde6f4ca6e8188245fb0866200dbEvan Hunt 173. [func] Keep a queue of zones waiting for zone transfer
a60bf97f9f7dcde6f4ca6e8188245fb0866200dbEvan Hunt quota so that a new transfer can be dispatched
a60bf97f9f7dcde6f4ca6e8188245fb0866200dbEvan Hunt immediately whenever quota becomes available.
f79ee00c69259b9a27f9f0d12afa6c7b64005dedEvan Hunt
f79ee00c69259b9a27f9f0d12afa6c7b64005dedEvan Hunt 172. [bug] $TTL directive was sometimes missing from dumped
f79ee00c69259b9a27f9f0d12afa6c7b64005dedEvan Hunt master files because totext_ctx_init() failed to
7fbbc9bfd34f47aab843de668d5f5ffbc53d6e45Mark Andrews initialize ctx->current_ttl_valid.
7fbbc9bfd34f47aab843de668d5f5ffbc53d6e45Mark Andrews
7fbbc9bfd34f47aab843de668d5f5ffbc53d6e45Mark Andrews 171. [cleanup] On NetBSD systems, the mit-pthreads or
96c17c5ecb012028ad9d66f93a252994c6ed035cMark Andrews unproven-pthreads library is now always used
96c17c5ecb012028ad9d66f93a252994c6ed035cMark Andrews unless --with-ptl2 is explicitly specified on
96c17c5ecb012028ad9d66f93a252994c6ed035cMark Andrews the configure command line. The
98922b2b2b024dcca25be7c220cf3b16b1e6c4b5Evan Hunt --with-mit-pthreads option is no longer needed
98922b2b2b024dcca25be7c220cf3b16b1e6c4b5Evan Hunt and has been removed.
98922b2b2b024dcca25be7c220cf3b16b1e6c4b5Evan Hunt
98922b2b2b024dcca25be7c220cf3b16b1e6c4b5Evan Hunt 170. [cleanup] Remove inter server consistancy checks from zone,
98922b2b2b024dcca25be7c220cf3b16b1e6c4b5Evan Hunt these should return as a seperate module in 9.1.
1eb5e1b4d7ea98dea07000edef15148d3d714b9dEvan Hunt dns_zone_checkservers(), dns_zone_checkparents(),
98922b2b2b024dcca25be7c220cf3b16b1e6c4b5Evan Hunt dns_zone_checkchildren(), dns_zone_checkglue().
3a01ded15da064de23124e5d1a89143eceec5523Evan Hunt
3a01ded15da064de23124e5d1a89143eceec5523Evan Hunt Remove dns_zone_setadb(), dns_zone_setresolver(),
3a01ded15da064de23124e5d1a89143eceec5523Evan Hunt dns_zone_setrequestmgr() these should now be found
0072ae822d966550f7c0956ed22184ec20e98f34Mark Andrews via the view.
0072ae822d966550f7c0956ed22184ec20e98f34Mark Andrews
0072ae822d966550f7c0956ed22184ec20e98f34Mark Andrews 169. [func] ratelimiter can now process N events per interval.
0072ae822d966550f7c0956ed22184ec20e98f34Mark Andrews
9e39bafd2ef3e52719b5f16aec077c7885e7e1f1Mark Andrews 168. [bug] include statements in named.conf caused syntax errors
9e39bafd2ef3e52719b5f16aec077c7885e7e1f1Mark Andrews due to not consuming the semicolon ending the include
02a5e3ed85cbfc099874bb34e5901537399b5e24Mark Andrews statement before switching input streams.
02a5e3ed85cbfc099874bb34e5901537399b5e24Mark Andrews
02a5e3ed85cbfc099874bb34e5901537399b5e24Mark Andrews 167. [bug] Make lack of masters for a slave zone a soft error.
bce9696c7ac65792469b29ce0ad13564953b62caEvan Hunt
bce9696c7ac65792469b29ce0ad13564953b62caEvan Hunt 166. [bug] Keygen was overwriting existing keys if key_id
bce9696c7ac65792469b29ce0ad13564953b62caEvan Hunt conflicted, now it will retry, and non-null keys
bce9696c7ac65792469b29ce0ad13564953b62caEvan Hunt with key_id == 0 are not generated anymore. Key
edd82b2ce275d513fb2799b90ec464f434880e87Mark Andrews was not able to generate NOAUTHCONF DSA key,
edd82b2ce275d513fb2799b90ec464f434880e87Mark Andrews increased RSA key size to 2048 bits.
86856f4f3069bb2d75851b56401ffde18f41198fMark Andrews
86856f4f3069bb2d75851b56401ffde18f41198fMark Andrews 165. [cleanup] Silence "end-of-loop condition not reached" warnings
86856f4f3069bb2d75851b56401ffde18f41198fMark Andrews from Solaris compiler.
86856f4f3069bb2d75851b56401ffde18f41198fMark Andrews
83eecff731c1a049b12f01fb699fa15ab7ddac2eEvan Hunt 164. [func] Added functions isc_stdio_open(), isc_stdio_close(),
83eecff731c1a049b12f01fb699fa15ab7ddac2eEvan Hunt isc_stdio_seek(), isc_stdio_read(), isc_stdio_write(),
83eecff731c1a049b12f01fb699fa15ab7ddac2eEvan Hunt isc_stdio_flush(), isc_stdio_sync(), isc_file_remove()
83eecff731c1a049b12f01fb699fa15ab7ddac2eEvan Hunt to encapsulate nonportable usage of errno and sync.
16134801ce8fffbb6c42bb54d544c3397a45ad06Mark Andrews
7da74ea46df30a7431441a3b8adf5134dab5067eJeremy C. Reed 163. [func] Added result codes ISC_R_FILENOTFOUND and
64584aa0980625f834fa148dc3c95ab714efe703Evan Hunt ISC_R_FILEEXISTS.
64584aa0980625f834fa148dc3c95ab714efe703Evan Hunt
16134801ce8fffbb6c42bb54d544c3397a45ad06Mark Andrews 162. [bug] Ensure proper range for arguments to ctype.h functions.
64584aa0980625f834fa148dc3c95ab714efe703Evan Hunt
64584aa0980625f834fa148dc3c95ab714efe703Evan Hunt 161. [cleanup] error in yyparse prototype that only HPUX caught.
16134801ce8fffbb6c42bb54d544c3397a45ad06Mark Andrews
d7b9756a214030b0022ce791b67b12fb7bceeea0Evan Hunt 160. [cleanup] getnet*() are not going to be implemented at this
d7b9756a214030b0022ce791b67b12fb7bceeea0Evan Hunt stage.
4357e13a4bc2e175d73b20f9ef3e809b3e269ee4Evan Hunt
4357e13a4bc2e175d73b20f9ef3e809b3e269ee4Evan Hunt 159. [func] Redefinition of config file elements is now an
d7b9756a214030b0022ce791b67b12fb7bceeea0Evan Hunt error (instead of a warning).
fd75aaa2b9816703fda5e8b2cd071a3ec7387a08Evan Hunt
7e2e41df676e1e19186242afd88a6794e37a9becMark Andrews 158. [bug] Log channel and category list copy routines
7f5bdf7f4063c2fefb18900468d2c851f8de7816Evan Hunt weren't assigning properly to output parameter.
7f5bdf7f4063c2fefb18900468d2c851f8de7816Evan Hunt
7f5bdf7f4063c2fefb18900468d2c851f8de7816Evan Hunt 157. [port] Fix missing prototype for getopt().
35f6a21f5f8114542c050bfcb484b39ce513d4bdEvan Hunt
35f6a21f5f8114542c050bfcb484b39ce513d4bdEvan Hunt 156. [func] Support new 'database' statement in zone.
35f6a21f5f8114542c050bfcb484b39ce513d4bdEvan Hunt
1361e038900701e126213261c0a1178025ae5a72Tinderbox User database "quoted-string";
35f6a21f5f8114542c050bfcb484b39ce513d4bdEvan Hunt
35f6a21f5f8114542c050bfcb484b39ce513d4bdEvan Hunt 155. [bug] ns_notify_start() was not detaching the found zone.
35f6a21f5f8114542c050bfcb484b39ce513d4bdEvan Hunt
6a3fa181d1253db5191139e20231512eebaddeebEvan Hunt 154. [func] The signer now logs libdns warnings to stderr even when
6a3fa181d1253db5191139e20231512eebaddeebEvan Hunt not verbose, and in a nicer format.
6a3fa181d1253db5191139e20231512eebaddeebEvan Hunt
6a3fa181d1253db5191139e20231512eebaddeebEvan Hunt 153. [func] dns_rdata_tostruct() 'mctx' is now optional. If 'mctx'
6a3fa181d1253db5191139e20231512eebaddeebEvan Hunt is NULL then you need to preserve the 'rdata' until
b5f6271f4daf1e54501af2cb7dd278d7e8003d65Mark Andrews you have finished using the structure as there may be
0a5927a14f055f5550c76c818119f4811984272cMark Andrews references to the associated memory. If 'mctx' is
96a35905057eb2ba7d977460776b06ae0911c8a7Evan Hunt non-NULL it is guaranteed that there are no references
96a35905057eb2ba7d977460776b06ae0911c8a7Evan Hunt to memory associated with 'rdata'.
1361e038900701e126213261c0a1178025ae5a72Tinderbox User
b5f6271f4daf1e54501af2cb7dd278d7e8003d65Mark Andrews dns_rdata_freestruct() must be called if 'mctx' was
64584aa0980625f834fa148dc3c95ab714efe703Evan Hunt non-NULL and may safely be called if 'mctx' was NULL.
7da74ea46df30a7431441a3b8adf5134dab5067eJeremy C. Reed
64584aa0980625f834fa148dc3c95ab714efe703Evan Hunt 152. [bug] keygen dumped core if domain name argument was omitted
b5f6271f4daf1e54501af2cb7dd278d7e8003d65Mark Andrews from command line.
96a35905057eb2ba7d977460776b06ae0911c8a7Evan Hunt
96a35905057eb2ba7d977460776b06ae0911c8a7Evan Hunt 151. [func] Support 'disabled' statement in zone config (causes
1361e038900701e126213261c0a1178025ae5a72Tinderbox User zone to be parsed and then ignored). Currently must
1361e038900701e126213261c0a1178025ae5a72Tinderbox User come after the 'type' clause.
1361e038900701e126213261c0a1178025ae5a72Tinderbox User
1361e038900701e126213261c0a1178025ae5a72Tinderbox User 150. [func] Support optional ports in masters and also-notify
1361e038900701e126213261c0a1178025ae5a72Tinderbox User statements:
1361e038900701e126213261c0a1178025ae5a72Tinderbox User
1361e038900701e126213261c0a1178025ae5a72Tinderbox User masters [ port xxx ] { y.y.y.y [ port zzz ] ; }
1361e038900701e126213261c0a1178025ae5a72Tinderbox User
38eabfcee7a9f206c268834ab9cb6d3408a31380Mark Andrews 149. [cleanup] Removed usused argument 'olist' from
38eabfcee7a9f206c268834ab9cb6d3408a31380Mark Andrews dns_c_view_unsetordering().
38eabfcee7a9f206c268834ab9cb6d3408a31380Mark Andrews
38eabfcee7a9f206c268834ab9cb6d3408a31380Mark Andrews 148. [cleanup] Stop issuing some warnings about some configuration
38eabfcee7a9f206c268834ab9cb6d3408a31380Mark Andrews file statements that were not implemented, but now are.
7b9cb698dd07644762c675b5f57446467b4d5663Mark Andrews
7b9cb698dd07644762c675b5f57446467b4d5663Mark Andrews 147. [bug] Changed yacc union size to be smaller for yaccs that
51143259789034ac19e12984a8390b9f86ab368cMark Andrews put yacc-stack on the real stack.
1d761cb453c76353deb8423c78e98d00c5f86ffaEvan Hunt
1d761cb453c76353deb8423c78e98d00c5f86ffaEvan Hunt 146. [cleanup] More general redundant header file cleanup. Rather
1d761cb453c76353deb8423c78e98d00c5f86ffaEvan Hunt than continuing to itemize every header which changed,
1d761cb453c76353deb8423c78e98d00c5f86ffaEvan Hunt this changelog entry just notes that if a header file
1d761cb453c76353deb8423c78e98d00c5f86ffaEvan Hunt did not need another header file that it was including
1d761cb453c76353deb8423c78e98d00c5f86ffaEvan Hunt in order to provide its advertized functionality, the
98922b2b2b024dcca25be7c220cf3b16b1e6c4b5Evan Hunt inclusion of the other header file was removed. See
1d761cb453c76353deb8423c78e98d00c5f86ffaEvan Hunt util/check-includes for how this was tested.
14bf4702f37cc707ede64a097f7d4aa671265492Evan Hunt
14bf4702f37cc707ede64a097f7d4aa671265492Evan Hunt 145. [cleanup] Added <isc/lang.h> and ISC_LANG_BEGINDECLS/
14bf4702f37cc707ede64a097f7d4aa671265492Evan Hunt ISC_LANG_ENDDECLS to header files that had function
31f6244cc25ab0f8937edc26dbb26ba4f6a01f19Evan Hunt prototypes, and removed it from those that did not.
31f6244cc25ab0f8937edc26dbb26ba4f6a01f19Evan Hunt
31f6244cc25ab0f8937edc26dbb26ba4f6a01f19Evan Hunt 144. [cleanup] libdns header files too numerous to name were made
2729aea3c1a720269aaae92ce3a84af1ba0a75ebMark Andrews to conform to the same style for multiple inclusion
2729aea3c1a720269aaae92ce3a84af1ba0a75ebMark Andrews protection.
a1271e2404dd42fcc477974bd0a190224f34f5f7Mark Andrews
a1271e2404dd42fcc477974bd0a190224f34f5f7Mark Andrews 143. [func] Added function dns_rdatatype_isknown().
a1271e2404dd42fcc477974bd0a190224f34f5f7Mark Andrews
842a3e6d0eb745e34a3cc3e19c8c39b9492ac739Evan Hunt 142. [cleanup] <isc/stdtime.h> does not need <time.h> or
842a3e6d0eb745e34a3cc3e19c8c39b9492ac739Evan Hunt <isc/result.h>.
842a3e6d0eb745e34a3cc3e19c8c39b9492ac739Evan Hunt
1124950b35ae05a12e804e670607fe5ba775cb4aTinderbox User 141. [bug] Corrupt requests with multiple questions could
dbb012765c735ee0d82dedb116cdc7cf18957814Evan Hunt cause an assertion failure.
dbb012765c735ee0d82dedb116cdc7cf18957814Evan Hunt
dbb012765c735ee0d82dedb116cdc7cf18957814Evan Hunt 140. [cleanup] <isc/time.h> does not need <time.h> or <isc/result.h>.
d7729155dff87d3c7a2b9103bf6e5164ea4d7dd7Mark Andrews
d7729155dff87d3c7a2b9103bf6e5164ea4d7dd7Mark Andrews 139. [cleanup] <isc/net.h> now includes <isc/types.h> instead of
62ec9fd1681ffae7d6b0d54618599ecf650e3100Mark Andrews <isc/int.h> and <isc/result.h>.
62ec9fd1681ffae7d6b0d54618599ecf650e3100Mark Andrews
850b5e80930907e4747347201dc41e4d04e036f8Mark Andrews 138. [cleanup] isc_strtouq moved from str.[ch] to string.[ch] and
850b5e80930907e4747347201dc41e4d04e036f8Mark Andrews renamed isc_string_touint64. isc_strsep moved from
62ec9fd1681ffae7d6b0d54618599ecf650e3100Mark Andrews strsep.c to string.c and renamed isc_string_separate.
62ec9fd1681ffae7d6b0d54618599ecf650e3100Mark Andrews
62ec9fd1681ffae7d6b0d54618599ecf650e3100Mark Andrews 137. [cleanup] <isc/commandline.h>, <isc/mem.h>, <isc/print.h>
41e55d04032c0eefd39d74ffb73657b04fb821ecEvan Hunt <isc/serial.h>, <isc/string.h> and <isc/offset.h>
41e55d04032c0eefd39d74ffb73657b04fb821ecEvan Hunt made to conform to the same style for multiple
41e55d04032c0eefd39d74ffb73657b04fb821ecEvan Hunt inclusion protection.
166341d55424ca522eb456a1c7d0211e391f1ac8Evan Hunt
166341d55424ca522eb456a1c7d0211e391f1ac8Evan Hunt 136. [cleanup] <isc/commandline.h>, <isc/interfaceiter.h>,
166341d55424ca522eb456a1c7d0211e391f1ac8Evan Hunt <isc/net.h> and Win32's <isc/thread.h> needed
166341d55424ca522eb456a1c7d0211e391f1ac8Evan Hunt ISC_LANG_BEGINDECLS/ISC_LANG_ENDDECLS.
166341d55424ca522eb456a1c7d0211e391f1ac8Evan Hunt
166341d55424ca522eb456a1c7d0211e391f1ac8Evan Hunt 135. [cleanup] Win32's <isc/condition.h> did not need <isc/result.h>
166341d55424ca522eb456a1c7d0211e391f1ac8Evan Hunt or <isc/boolean.h>, now uses <isc/types.h> in place
166341d55424ca522eb456a1c7d0211e391f1ac8Evan Hunt of <isc/time.h>, and needed ISC_LANG_BEGINDECLS
166341d55424ca522eb456a1c7d0211e391f1ac8Evan Hunt and ISC_LANG_ENDDECLS.
166341d55424ca522eb456a1c7d0211e391f1ac8Evan Hunt
a165a17a81ff3285f4f4d79785fafb465e626183Evan Hunt 134. [cleanup] <isc/dir.h> does not need <limits.h>.
a165a17a81ff3285f4f4d79785fafb465e626183Evan Hunt
a165a17a81ff3285f4f4d79785fafb465e626183Evan Hunt 133. [cleanup] <isc/ipv6.h> needs <isc/platform.h>.
a165a17a81ff3285f4f4d79785fafb465e626183Evan Hunt
c41d8a22ab5f4a487f4c16b78f23792f78a3a851Francis Dupont 132. [cleanup] <isc/app.h> does not need <isc/task.h>, but does
a165a17a81ff3285f4f4d79785fafb465e626183Evan Hunt need <isc/eventclass.h>.
a165a17a81ff3285f4f4d79785fafb465e626183Evan Hunt
a165a17a81ff3285f4f4d79785fafb465e626183Evan Hunt 131. [cleanup] <isc/mutex.h> and <isc/util.h> need <isc/result.h>
08c67b5b7a54047fbfed423a59b48c86177b9859Evan Hunt for ISC_R_* codes used in macros.
08c67b5b7a54047fbfed423a59b48c86177b9859Evan Hunt
08c67b5b7a54047fbfed423a59b48c86177b9859Evan Hunt 130. [cleanup] <isc/condition.h> does not need <pthread.h> or
e5f9fa7e18d50569a7d723acbb6f641e13ed3787Evan Hunt <isc/boolean.h>, and now includes <isc/types.h>
e5f9fa7e18d50569a7d723acbb6f641e13ed3787Evan Hunt instead of <isc/time.h>.
e5f9fa7e18d50569a7d723acbb6f641e13ed3787Evan Hunt
62cce60a15990bf8ec05b4234a5c965a5a8e86c0Evan Hunt 129. [bug] The 'default_debug' log channel was not set up when
62cce60a15990bf8ec05b4234a5c965a5a8e86c0Evan Hunt 'category default' was present in the config file
62cce60a15990bf8ec05b4234a5c965a5a8e86c0Evan Hunt
62cce60a15990bf8ec05b4234a5c965a5a8e86c0Evan Hunt 128. [cleanup] <isc/dir.h> had ISC_LANG_BEGINDECLS instead of
e2d635d630f6f61fefd3d4475c45b097b16b8a2aEvan Hunt ISC_LANG_ENDDECLS at end of header.
e2d635d630f6f61fefd3d4475c45b097b16b8a2aEvan Hunt
e2d635d630f6f61fefd3d4475c45b097b16b8a2aEvan Hunt 127. [cleanup] The contracts for the comparision routines
e2d635d630f6f61fefd3d4475c45b097b16b8a2aEvan Hunt dns_name_fullcompare(), dns_name_compare(),
0a35160f4eb349188a988d2857e0b3052ad4b778Evan Hunt dns_name_rdatacompare(), and dns_rdata_compare() now
0a35160f4eb349188a988d2857e0b3052ad4b778Evan Hunt specify that the order value returned is < 0, 0, or > 0
a8cdf2a2e7e9a716a94db550138f1a65000fc19fEvan Hunt instead of -1, 0, or 1.
a8cdf2a2e7e9a716a94db550138f1a65000fc19fEvan Hunt
a8cdf2a2e7e9a716a94db550138f1a65000fc19fEvan Hunt 126. [cleanup] <isc/quota.h> and <isc/taskpool.h> need <isc/lang.h>.
a8cdf2a2e7e9a716a94db550138f1a65000fc19fEvan Hunt
3249da26fc28297265d444a1f3647f1e6700a2a0Evan Hunt 125. [cleanup] <isc/eventclass.h>, <isc/ipv6.h>, <isc/magic.h>,
3249da26fc28297265d444a1f3647f1e6700a2a0Evan Hunt <isc/mutex.h>, <isc/once.h>, <isc/region.h>, and
3249da26fc28297265d444a1f3647f1e6700a2a0Evan Hunt <isc/resultclass.h> do not need <isc/lang.h>.
0666e6db543cda2de2b8472ba49ed9b53c836326Tinderbox User
d0803df3310ad09447c34b972e7594d576f5cbb5Evan Hunt 124. [func] signer now imports parent's zone key signature
d0803df3310ad09447c34b972e7594d576f5cbb5Evan Hunt and creates null keys/sets zone status bit for
9d58bbdf12e77d2b62e669bc2965b0788b97731aJeremy C. Reed children when necessary
47c847e286ac1d9dcc1b6dec5430ad9d2abad7b2Evan Hunt
47c847e286ac1d9dcc1b6dec5430ad9d2abad7b2Evan Hunt 123. [cleanup] <isc/event.h> does not need <stddef.h>.
63add83a2699aac4e01be6d1f2d093cfed4f744aMark Andrews
63add83a2699aac4e01be6d1f2d093cfed4f744aMark Andrews 122. [cleanup] <isc/task.h> does not need <isc/mem.h> or
75d747e1c5a30d6ef6c6238c6e27baa11d6f3bf6Mark Andrews <isc/result.h>.
75d747e1c5a30d6ef6c6238c6e27baa11d6f3bf6Mark Andrews
fbc0e37e0c3732b20b0629056e98d712a118637fMark Andrews 121. [cleanup] <isc/symtab.h> does not need <isc/mem.h> or
fbc0e37e0c3732b20b0629056e98d712a118637fMark Andrews <isc/result.h>. Multiple inclusion protection
b8cf73a3b3e21d61f5a06670551ac22e61bcc4b1Mark Andrews symbol fixed from ISC_SYMBOL_H to ISC_SYMTAB_H.
b8cf73a3b3e21d61f5a06670551ac22e61bcc4b1Mark Andrews isc_symtab_t moved to <isc/types.h>.
b8cf73a3b3e21d61f5a06670551ac22e61bcc4b1Mark Andrews
b8cf73a3b3e21d61f5a06670551ac22e61bcc4b1Mark Andrews 120. [cleanup] <isc/socket.h> does not need <isc/boolean.h>,
b8cf73a3b3e21d61f5a06670551ac22e61bcc4b1Mark Andrews <isc/bufferlist.h>, <isc/task.h>, <isc/mem.h> or
b8cf73a3b3e21d61f5a06670551ac22e61bcc4b1Mark Andrews <isc/net.h>.
b8cf73a3b3e21d61f5a06670551ac22e61bcc4b1Mark Andrews
83f69fcd6ef72c9e2ebcb025b66a2ee74176becdEvan Hunt 119. [cleanup] structure definitions for generic rdata stuctures do
83f69fcd6ef72c9e2ebcb025b66a2ee74176becdEvan Hunt not have _generic_ in their names.
83f69fcd6ef72c9e2ebcb025b66a2ee74176becdEvan Hunt
83f69fcd6ef72c9e2ebcb025b66a2ee74176becdEvan Hunt 118. [cleanup] libdns.a is now namespace-clean, on NetBSD, excepting
83f69fcd6ef72c9e2ebcb025b66a2ee74176becdEvan Hunt YACC crust (yyparse, etc) [2000-apr-27 explorer]
d58e33bfabfee19a035031dac633d36659738d56Evan Hunt
d58e33bfabfee19a035031dac633d36659738d56Evan Hunt 117. [cleanup] libdns.a changes:
d58e33bfabfee19a035031dac633d36659738d56Evan Hunt dns_zone_clearnotify() and dns_zone_addnotify()
d58e33bfabfee19a035031dac633d36659738d56Evan Hunt are replaced by dns_zone_setnotifyalso().
e45d0508c3460db87afb1f743bc5210522721bb3Evan Hunt dns_zone_clearmasters() and dns_zone_addmaster()
e45d0508c3460db87afb1f743bc5210522721bb3Evan Hunt are replaced by dns_zone_setmasters().
e45d0508c3460db87afb1f743bc5210522721bb3Evan Hunt
e45d0508c3460db87afb1f743bc5210522721bb3Evan Hunt 116. [func] Added <isc/offset.h> for isc_offset_t (aka off_t
f8c990f6c2d3f75120bd67a55e87f21e88e9e5a6Evan Hunt on Unix systems).
f8c990f6c2d3f75120bd67a55e87f21e88e9e5a6Evan Hunt
f8c990f6c2d3f75120bd67a55e87f21e88e9e5a6Evan Hunt 115. [port] Shut up the -Wmissing-declarations warning about
f8c990f6c2d3f75120bd67a55e87f21e88e9e5a6Evan Hunt <stdio.h>'s __sputaux on BSD/OS pre-4.1.
db8938c993d3eaeae1d86feb1b5da511831a9014Mark Andrews
db8938c993d3eaeae1d86feb1b5da511831a9014Mark Andrews 114. [cleanup] <isc/sockaddr.h> does not need <isc/buffer.h> or
db8938c993d3eaeae1d86feb1b5da511831a9014Mark Andrews <isc/list.h>.
db8938c993d3eaeae1d86feb1b5da511831a9014Mark Andrews
a147de10fe5e19e593d42152ffd6879eca69860dEvan Hunt 113. [func] Utility programs dig and host added.
a147de10fe5e19e593d42152ffd6879eca69860dEvan Hunt
a147de10fe5e19e593d42152ffd6879eca69860dEvan Hunt 112. [cleanup] <isc/serial.h> does not need <isc/boolean.h>.
a147de10fe5e19e593d42152ffd6879eca69860dEvan Hunt
702958d20247bb9e34019cf02d8ec18d4f3b1005Mark Andrews 111. [cleanup] <isc/rwlock.h> does not need <isc/result.h> or
702958d20247bb9e34019cf02d8ec18d4f3b1005Mark Andrews <isc/mutex.h>.
702958d20247bb9e34019cf02d8ec18d4f3b1005Mark Andrews
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews 110. [cleanup] <isc/result.h> does not need <isc/boolean.h> or
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews <isc/list.h>.
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews 109. [bug] "make depend" did nothing for
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews bin/tests/{db,mem,sockaddr,tasks,timers}/.
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews 108. [cleanup] DNS_SETBIT/DNS_GETBIT/DNS_CLEARBIT moved from
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews <dns/types.h> to <dns/bit.h> and renamed to
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews DNS_BIT_SET/DNS_BIT_GET/DNS_BIT_CLEAR.
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews
4882e183cac5772ea522811c758c402cd7e8ad5bEvan Hunt 107. [func] Add keysigner and keysettool.
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews 106. [func] Allow dnssec verifications to ignore the validity
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews period. Used by several of the dnssec tools.
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews 105. [doc] doc/dev/coding.html expanded with other
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews implicit conventions the developers have used.
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews 104. [bug] Made compress_add and compress_find static to
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews lib/dns/compress.c.
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews 103. [func] libisc buffer API changes for <isc/buffer.h>:
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews Added:
cd7f8d18f8ed073ca5478d63f49179286d38d3d6Mark Andrews isc_buffer_base(b) (pointer)
a18fc12ba3d48b66bea298c80f3e3f09f3c91527Evan Hunt isc_buffer_current(b) (pointer)
a18fc12ba3d48b66bea298c80f3e3f09f3c91527Evan Hunt isc_buffer_active(b) (pointer)
a18fc12ba3d48b66bea298c80f3e3f09f3c91527Evan Hunt isc_buffer_used(b) (pointer)
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt isc_buffer_length(b) (int)
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt isc_buffer_usedlength(b) (int)
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt isc_buffer_consumedlength(b) (int)
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt isc_buffer_remaininglength(b) (int)
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt isc_buffer_activelength(b) (int)
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt isc_buffer_availablelength(b) (int)
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt Removed:
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt ISC_BUFFER_USEDCOUNT(b)
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt ISC_BUFFER_AVAILABLECOUNT(b)
ba751492fcc4f161a18b983d4f018a1a52938cb9Evan Hunt isc_buffer_type(b)
07fb9b83308daea64e50a1f07052addc25c15ec3Mark Andrews Changed names:
07fb9b83308daea64e50a1f07052addc25c15ec3Mark Andrews isc_buffer_used(b, r) ->
b751788932cf1a6d98ae83355f38a080125c2f3eEvan Hunt isc_buffer_usedregion(b, r)
b751788932cf1a6d98ae83355f38a080125c2f3eEvan Hunt isc_buffer_available(b, r) ->
b751788932cf1a6d98ae83355f38a080125c2f3eEvan Hunt isc_buffer_available_region(b, r)
b751788932cf1a6d98ae83355f38a080125c2f3eEvan Hunt isc_buffer_consumed(b, r) ->
b751788932cf1a6d98ae83355f38a080125c2f3eEvan Hunt isc_buffer_consumedregion(b, r)
b751788932cf1a6d98ae83355f38a080125c2f3eEvan Hunt isc_buffer_active(b, r) ->
b751788932cf1a6d98ae83355f38a080125c2f3eEvan Hunt isc_buffer_activeregion(b, r)
fb756ba3047770957173ba546257ca43af7ba3e4Mark Andrews isc_buffer_remaining(b, r) ->
7d2b185f16b165e311e5b451324fe9ab9898dcedEvan Hunt isc_buffer_remainingregion(b, r)
7d2b185f16b165e311e5b451324fe9ab9898dcedEvan Hunt
7d2b185f16b165e311e5b451324fe9ab9898dcedEvan Hunt Buffer types were removed, so the ISC_BUFFERTYPE_*
7d2b185f16b165e311e5b451324fe9ab9898dcedEvan Hunt macros are no more, and the type argument to
7d2b185f16b165e311e5b451324fe9ab9898dcedEvan Hunt isc_buffer_init and isc_buffer_allocate were removed.
7d2b185f16b165e311e5b451324fe9ab9898dcedEvan Hunt isc_buffer_putstr is now void (instead of isc_result_t)
7d2b185f16b165e311e5b451324fe9ab9898dcedEvan Hunt and requires that the caller ensure that there
a7c412f37cc73d0332887a746e81220cbf09dd00Mark Andrews is enough available buffer space for the string.
39c30670e869062914b6f7245b64b9ebe8747d86Mark Andrews
ff6de396a93b9b73a37173059a595f3d295b57cbMark Andrews 102. [port] Correctly detect inet_aton, inet_pton and inet_ptop
789252d55f025db52ee02aa933c9f09a4aadfa97Evan Hunt on BSD/OS 4.1.
789252d55f025db52ee02aa933c9f09a4aadfa97Evan Hunt
789252d55f025db52ee02aa933c9f09a4aadfa97Evan Hunt 101. [cleanup] Quieted EGCS warnings from lib/isc/print.c.
789252d55f025db52ee02aa933c9f09a4aadfa97Evan Hunt
789252d55f025db52ee02aa933c9f09a4aadfa97Evan Hunt 100. [cleanup] <isc/random.h> does not need <isc/int.h> or
789252d55f025db52ee02aa933c9f09a4aadfa97Evan Hunt <isc/mutex.h>. isc_random_t moved to <isc/types.h>.
789252d55f025db52ee02aa933c9f09a4aadfa97Evan Hunt
789252d55f025db52ee02aa933c9f09a4aadfa97Evan Hunt 99. [cleanup] Rate limiter now has separate shutdown() and
789252d55f025db52ee02aa933c9f09a4aadfa97Evan Hunt destroy() functions, and it guarantees that all
789252d55f025db52ee02aa933c9f09a4aadfa97Evan Hunt queued events are delivered even in the shutdown case.
789252d55f025db52ee02aa933c9f09a4aadfa97Evan Hunt
e851ea826066ac5a5b01c2c23218faa0273a12e8Evan Hunt 98. [cleanup] <isc/print.h> does not need <stdarg.h> or <stddef.h>
e851ea826066ac5a5b01c2c23218faa0273a12e8Evan Hunt unless ISC_PLATFORM_NEEDVSNPRINTF is defined.
e851ea826066ac5a5b01c2c23218faa0273a12e8Evan Hunt
d0e3216c217bf790c4a582191658c2a1900ff79fMark Andrews 97. [cleanup] <isc/ondestroy.h> does not need <stddef.h> or
d0e3216c217bf790c4a582191658c2a1900ff79fMark Andrews <isc/event.h>.
d0e3216c217bf790c4a582191658c2a1900ff79fMark Andrews
e9649ece3bf32ff43faea13c76bbba7813d7e139Mark Andrews 96. [cleanup] <isc/mutex.h> does not need <isc/result.h>.
e9649ece3bf32ff43faea13c76bbba7813d7e139Mark Andrews
e9649ece3bf32ff43faea13c76bbba7813d7e139Mark Andrews 95. [cleanup] <isc/mutexblock.h> does not need <isc/result.h>.
2b258a1f5b02488c6a36ac1b0a7535b42ea6fd34Evan Hunt
2b258a1f5b02488c6a36ac1b0a7535b42ea6fd34Evan Hunt 94. [cleanup] Some installed header files did not compile as C++.
c14ba7107063650e7f4329e8c54adca57913381bEvan Hunt
3f4a0e80fabe0233086e127aaabc6e68d6975c3aEvan Hunt 93. [cleanup] <isc/msgcat.h> does not need <isc/result.h>.
c14ba7107063650e7f4329e8c54adca57913381bEvan Hunt
b93ef543ab29be2c2d15049e02e66a31b27284aeMark Andrews 92. [cleanup] <isc/mem.h> does not need <stddef.h>, <isc/boolean.h>,
fa467e60c590072fd6848522456eb2cc41582c59Mark Andrews or <isc/result.h>.
fa467e60c590072fd6848522456eb2cc41582c59Mark Andrews
33a296aa3a3d5e808cabf556c95f29cc1eecff16Evan Hunt 91. [cleanup] <isc/log.h> does not need <sys/types.h> or
33a296aa3a3d5e808cabf556c95f29cc1eecff16Evan Hunt <isc/result.h>.
b93ef543ab29be2c2d15049e02e66a31b27284aeMark Andrews
161e803a5608956271d8120be37a1b383d14b647Mark Andrews 90. [cleanup] Removed unneeded ISC_LANG_BEGINDECLS/ISC_LANG_ENDDECLS
161e803a5608956271d8120be37a1b383d14b647Mark Andrews from <named/listenlist.h>.
161e803a5608956271d8120be37a1b383d14b647Mark Andrews
5f8d6cec48cef9055359c628942d633693f732b2Evan Hunt 89. [cleanup] <isc/lex.h> does not need <stddef.h>.
5f8d6cec48cef9055359c628942d633693f732b2Evan Hunt
5f8d6cec48cef9055359c628942d633693f732b2Evan Hunt 88. [cleanup] <isc/interfaceiter.h> does not need <isc/result.h> or
0606c47750ad362909f010db2ef1ff8dcc96f9cbEvan Hunt <isc/mem.h>. isc_interface_t and isc_interfaceiter_t
0606c47750ad362909f010db2ef1ff8dcc96f9cbEvan Hunt moved to <isc/types.h>.
0606c47750ad362909f010db2ef1ff8dcc96f9cbEvan Hunt
0606c47750ad362909f010db2ef1ff8dcc96f9cbEvan Hunt 87. [cleanup] <isc/heap.h> does not need <isc/boolean.h>,
9b895f30f1734fd463a02b27cfd0cf36ec9893d5Evan Hunt <isc/mem.h> or <isc/result.h>.
9b895f30f1734fd463a02b27cfd0cf36ec9893d5Evan Hunt
9b895f30f1734fd463a02b27cfd0cf36ec9893d5Evan Hunt 86. [cleanup] isc_bufferlist_t moved from <isc/bufferlist.h> to
9b895f30f1734fd463a02b27cfd0cf36ec9893d5Evan Hunt <isc/types.h>.
e4d0018d4c9c05fb2a2dbac05a67cc9ddbe2c3d9Mark Andrews
e4d0018d4c9c05fb2a2dbac05a67cc9ddbe2c3d9Mark Andrews 85. [cleanup] <isc/bufferlist.h> does not need <isc/buffer.h>,
e4d0018d4c9c05fb2a2dbac05a67cc9ddbe2c3d9Mark Andrews <isc/list.h>, <isc/mem.h>, <isc/region.h> or
00112618bc042f734de7b5ac86506cacb9acf36dMark Andrews <isc/int.h>.
00112618bc042f734de7b5ac86506cacb9acf36dMark Andrews
00112618bc042f734de7b5ac86506cacb9acf36dMark Andrews 84. [func] allow-query ACL checks now apply to all data
0bbe3273a224aa07b6af4165a26fd26d6f30c0adEvan Hunt added to a response.
0bbe3273a224aa07b6af4165a26fd26d6f30c0adEvan Hunt
0bbe3273a224aa07b6af4165a26fd26d6f30c0adEvan Hunt 83. [func] If the server is authoritative for both a
0bbe3273a224aa07b6af4165a26fd26d6f30c0adEvan Hunt delegating zone and its (nonsecure) delegatee, and
445a354e63f84ac884d923f697b598b83288dc64Evan Hunt a query is made for a KEY RR at the top of the
445a354e63f84ac884d923f697b598b83288dc64Evan Hunt delegatee, then the server will look for a KEY
445a354e63f84ac884d923f697b598b83288dc64Evan Hunt in the delegator if it is not found in the delegatee.
7d65cbaca0839ae23358dce26de426be1301657aMark Andrews
7d65cbaca0839ae23358dce26de426be1301657aMark Andrews 82. [cleanup] <isc/buffer.h> does not need <isc/list.h>.
7d65cbaca0839ae23358dce26de426be1301657aMark Andrews
bee9a28af0f923c205f76819618ed7ffcf3f6997Evan Hunt 81. [cleanup] <isc/int.h> and <isc/boolean.h> do not need
bee9a28af0f923c205f76819618ed7ffcf3f6997Evan Hunt <isc/lang.h>.
bee9a28af0f923c205f76819618ed7ffcf3f6997Evan Hunt
8009525601d946805fae58b037cf7dad0da516f8Curtis Blackburn 80. [cleanup] <isc/print.h> does not need <stdio.h> or <stdlib.h>.
5465b124f1517b27c363872bd7648a950424eccaTinderbox User
bee9a28af0f923c205f76819618ed7ffcf3f6997Evan Hunt 79. [cleanup] <dns/callbacks.h> does not need <stdio.h>.
8009525601d946805fae58b037cf7dad0da516f8Curtis Blackburn
c3c8823fed039b3a2b8e5ca8bc2f3301d1dd840eMark Andrews 78. [cleanup] lwres_conftest renamed to lwresconf_test for
c3c8823fed039b3a2b8e5ca8bc2f3301d1dd840eMark Andrews consistency with other *_test programs.
c3c8823fed039b3a2b8e5ca8bc2f3301d1dd840eMark Andrews
c3c8823fed039b3a2b8e5ca8bc2f3301d1dd840eMark Andrews 77. [cleanup] typedef of isc_time_t and isc_interval_t moved from
2c2be89824d3899591d34c26adb155da6a993ce3Evan Hunt <isc/time.h> to <isc/types.h>.
2c2be89824d3899591d34c26adb155da6a993ce3Evan Hunt
2c2be89824d3899591d34c26adb155da6a993ce3Evan Hunt 76. [cleanup] Rewrote keygen.
fb507315d4a921ffa9e2fd617cb3439ec8c15ca8Evan Hunt
fb507315d4a921ffa9e2fd617cb3439ec8c15ca8Evan Hunt 75. [func] Don't load a zone if its database file is older
fb507315d4a921ffa9e2fd617cb3439ec8c15ca8Evan Hunt than the last time the zone was loaded.
ae871ebb28959bed920cc96cd9e91063b6625b78Mark Andrews
ae871ebb28959bed920cc96cd9e91063b6625b78Mark Andrews 74. [cleanup] Removed mktemplate.o and ufile.o from libisc.a,
49ae04f6ee2f2e2578e6cd8cd3d4c74e9098ccb0Mark Andrews subsumed by file.o.
49ae04f6ee2f2e2578e6cd8cd3d4c74e9098ccb0Mark Andrews
49ae04f6ee2f2e2578e6cd8cd3d4c74e9098ccb0Mark Andrews 73. [func] New "file" API in libisc, including new function
d999ca28d40337907b55eebc28a255b638702379Evan Hunt isc_file_getmodtime, isc_mktemplate renamed to
d999ca28d40337907b55eebc28a255b638702379Evan Hunt isc_file_mktemplate and isc_ufile renamed to
d999ca28d40337907b55eebc28a255b638702379Evan Hunt isc_file_openunique. By no means an exhaustive API,
fd63f3110fe9a20d6188bc30ebf4b44595bac8eeMark Andrews it is just what's needed for now.
fd63f3110fe9a20d6188bc30ebf4b44595bac8eeMark Andrews
fd63f3110fe9a20d6188bc30ebf4b44595bac8eeMark Andrews 72. [func] DNS_RBTFIND_NOPREDECESSOR and DNS_RBTFIND_NOOPTIONS
fd63f3110fe9a20d6188bc30ebf4b44595bac8eeMark Andrews added for dns_rbt_findnode, the former to disable the
15eb0cb8e15fc0f4f02713fd8d993476f0394763Evan Hunt setting of the chain to the predecessor, and the
15eb0cb8e15fc0f4f02713fd8d993476f0394763Evan Hunt latter to make clear when no options are set.
225146b2c8c7de8dcff979841b56b15aef8aded2Mark Andrews
225146b2c8c7de8dcff979841b56b15aef8aded2Mark Andrews 71. [cleanup] Made explicit the implicit REQUIREs of
434bfc3dfa2003ba0dd4b2392286806131fd6724Evan Hunt isc_time_seconds, isc_time_nanoseconds, and
434bfc3dfa2003ba0dd4b2392286806131fd6724Evan Hunt isc_time_subtract.
434bfc3dfa2003ba0dd4b2392286806131fd6724Evan Hunt
0618287859d99c2fc69790df28500fb37324d43dEvan Hunt 70. [func] isc_time_set() added.
0618287859d99c2fc69790df28500fb37324d43dEvan Hunt
0618287859d99c2fc69790df28500fb37324d43dEvan Hunt 69. [bug] The zone object's master and also-notify lists grew
6b0434299b05b6ca05c6836b9e8fbb7e67f05fb8Mark Andrews longer with each server reload.
6b0434299b05b6ca05c6836b9e8fbb7e67f05fb8Mark Andrews
6b0434299b05b6ca05c6836b9e8fbb7e67f05fb8Mark Andrews 68. [func] Partial support for SIG(0) on incoming messages.
eb5e0b8dec22de22dd824959e39b26c4f5b1c52dMark Andrews
eb5e0b8dec22de22dd824959e39b26c4f5b1c52dMark Andrews 67. [performance] Allow use of alternate (compile-time supplied)
eb5e0b8dec22de22dd824959e39b26c4f5b1c52dMark Andrews OpenSSL libraries/headers.
77cf489a5fad28089cd9c2635a9b2494627545e1Mark Andrews
77cf489a5fad28089cd9c2635a9b2494627545e1Mark Andrews 66. [func] Data in authoritative zones should have a trust level
0a47bc90af557138a2aaff614ad73d95155ddd9eMark Andrews beyond secure.
0a47bc90af557138a2aaff614ad73d95155ddd9eMark Andrews
0a47bc90af557138a2aaff614ad73d95155ddd9eMark Andrews 65. [cleanup] Removed obsolete typedef of dns_zone_callbackarg_t
c41afaf716091f1e04a1c55179c2c3ebdd0b9775Mark Andrews from <dns/types.h>.
20489550151432d8d99c3f49629c7c718fdca6abMark Andrews
20489550151432d8d99c3f49629c7c718fdca6abMark Andrews 64. [func] The RBT, DB, and zone table APIs now allow the
49c1e0d18d6f8b894ce2e6b485ef666599a83c21Mark Andrews caller find the most-enclosing superdomain of
49c1e0d18d6f8b894ce2e6b485ef666599a83c21Mark Andrews a name.
49c1e0d18d6f8b894ce2e6b485ef666599a83c21Mark Andrews
49c1e0d18d6f8b894ce2e6b485ef666599a83c21Mark Andrews 63 [func] Generate NOTIFY messages.
49c1e0d18d6f8b894ce2e6b485ef666599a83c21Mark Andrews
49c1e0d18d6f8b894ce2e6b485ef666599a83c21Mark Andrews 62. [func] Add UDP refresh support.
37bd255fd499c26aaf474f4294212951b84d9068Mark Andrews
37bd255fd499c26aaf474f4294212951b84d9068Mark Andrews 61. [cleanup] Use single quotes consistently in log messages.
37bd255fd499c26aaf474f4294212951b84d9068Mark Andrews
7aa21a491d9468bfc29d8cc331a4e963874426dfFrancis Dupont 60. [func] Catch and disallow singleton types on message
7aa21a491d9468bfc29d8cc331a4e963874426dfFrancis Dupont parse.
7aa21a491d9468bfc29d8cc331a4e963874426dfFrancis Dupont
34416a7954da96c5a5f5803fe02f059cb94bf6fdMark Andrews 59. [bug] Cause net/host unreachable to be a hard error
34416a7954da96c5a5f5803fe02f059cb94bf6fdMark Andrews when sending and receiving.
34416a7954da96c5a5f5803fe02f059cb94bf6fdMark Andrews
11e9195ad15d1a3f2b4dcd79b64a6e19d89bbac3Mark Andrews 58. [bug] bin/named/query.c could sometimes trigger the
6100b1769956200b2815803ab7b35556396ce0d1Mark Andrews (client->query.attributes & NS_QUERYATTR_NAMEBUFUSED)
03152360db6fcb0fcc95fa63c20c5c829c95f1f6Mark Andrews == 0 assertion in query_newname().
03152360db6fcb0fcc95fa63c20c5c829c95f1f6Mark Andrews
03152360db6fcb0fcc95fa63c20c5c829c95f1f6Mark Andrews 57. [func] Added dns_nxt_typepresent()
aacd7daaf7859de742ab35eac00e70676b1b9f4fEvan Hunt
aacd7daaf7859de742ab35eac00e70676b1b9f4fEvan Hunt 56. [bug] SIG records were not properly returned in cached
aacd7daaf7859de742ab35eac00e70676b1b9f4fEvan Hunt negative answers.
a6d48ae49345c1995c7ac7c0628bf5f9eac0719aJeremy C. Reed
a379c8c108de279cc4e09139c12457c1531bd122Mark Andrews 55. [bug] Responses containing multiple names in the authority
a379c8c108de279cc4e09139c12457c1531bd122Mark Andrews section were not negatively cached.
a379c8c108de279cc4e09139c12457c1531bd122Mark Andrews
7433a204d32673e9f6747172f202272cc5bfe27cMark Andrews 54. [bug] If a fetch with sigrdataset==NULL joined one with
7433a204d32673e9f6747172f202272cc5bfe27cMark Andrews sigrdataset!=NULL or vice versa, the resolver
7433a204d32673e9f6747172f202272cc5bfe27cMark Andrews could catch an assertion or lose signature data,
1a4725bef25e60de161f77318f362c327b690d72Mark Andrews respectively.
1a4725bef25e60de161f77318f362c327b690d72Mark Andrews
1a4725bef25e60de161f77318f362c327b690d72Mark Andrews 53. [port] freebsd 4.0: lib/isc/unix/socket.c requires
33a296aa3a3d5e808cabf556c95f29cc1eecff16Evan Hunt <sys/param.h>.
33a296aa3a3d5e808cabf556c95f29cc1eecff16Evan Hunt
33a296aa3a3d5e808cabf556c95f29cc1eecff16Evan Hunt 52. [bug] rndc: taskmgr and socketmgr were not initialized
33a296aa3a3d5e808cabf556c95f29cc1eecff16Evan Hunt to NULL.
c9ee72cb3acb4562c43333b206737ee94cbbda5eMark Andrews
fb623f9a07857d95cf6c47db0aa81a28c3bbc5c0Mark Andrews 51. [cleanup] dns/compress.h and dns/zt.h did not need to include
fb623f9a07857d95cf6c47db0aa81a28c3bbc5c0Mark Andrews dns/rbt.h; it was needed only by compress.c and zt.c.
fb623f9a07857d95cf6c47db0aa81a28c3bbc5c0Mark Andrews
5116f25421090dffe637eb8f6cf7b44acd83678bMark Andrews 50. [func] RBT deletion no longer requires a valid chain to work,
5116f25421090dffe637eb8f6cf7b44acd83678bMark Andrews and dns_rbt_deletenode was added.
5116f25421090dffe637eb8f6cf7b44acd83678bMark Andrews
00043fc284892099b309be37340ae80893146c69Mark Andrews 49. [func] Each cache now has its own mctx.
00043fc284892099b309be37340ae80893146c69Mark Andrews
00043fc284892099b309be37340ae80893146c69Mark Andrews 48. [func] isc_task_create() no longer takes an mctx.
9fa2a0deed3b880f3bf04d4f615c13a0d67cc0ceMark Andrews isc_task_mem() has been eliminated.
9fa2a0deed3b880f3bf04d4f615c13a0d67cc0ceMark Andrews
97a2a26cd93e153dcf8fb1ea6bf2311426496251Mark Andrews 47. [func] A number of modules now use memory context reference
97a2a26cd93e153dcf8fb1ea6bf2311426496251Mark Andrews counting.
97a2a26cd93e153dcf8fb1ea6bf2311426496251Mark Andrews
c1b8fa61604e153d6f2c6d91acc9481446e631f2Mark Andrews 46. [func] Memory contexts are now reference counted.
c1b8fa61604e153d6f2c6d91acc9481446e631f2Mark Andrews Added isc_mem_inuse() and isc_mem_preallocate().
c1b8fa61604e153d6f2c6d91acc9481446e631f2Mark Andrews Renamed isc_mem_destroy_check() to
c7965f84c23ea9e9b8d6508e4f77d596c227ab75Evan Hunt isc_mem_setdestroycheck().
c7965f84c23ea9e9b8d6508e4f77d596c227ab75Evan Hunt
c7965f84c23ea9e9b8d6508e4f77d596c227ab75Evan Hunt 45. [bug] The trusted-key statement incorrectly loaded keys.
a747113422afaa29ce72d2c5ba7f0b7ea9ec2054Evan Hunt
a747113422afaa29ce72d2c5ba7f0b7ea9ec2054Evan Hunt 44. [bug] Don't include authority data if it would force us
a747113422afaa29ce72d2c5ba7f0b7ea9ec2054Evan Hunt to unset the AD bit in the message.
76df835d59b4715dbd3346fd65114714a42495c9Mark Andrews
76df835d59b4715dbd3346fd65114714a42495c9Mark Andrews 43. [bug] DNSSEC verification of cached rdatasets was failing.
76df835d59b4715dbd3346fd65114714a42495c9Mark Andrews
18df9e628ea10c7d607f43fcfd935e7924731f24Evan Hunt 42. [cleanup] Simplified logging of messages with embedded domain
54a00ea5ca94ff9e3a4204aea78639ba781d5865Mark Andrews names by introducing a new convenience function
18df9e628ea10c7d607f43fcfd935e7924731f24Evan Hunt dns_name_format().
cb69994ff89179166d5e21ccc7a34223b51676c0Mark Andrews
cb69994ff89179166d5e21ccc7a34223b51676c0Mark Andrews 41. [func] Use PR_SET_KEEPCAPS on Linux 2.3.99-pre3 and later
cb69994ff89179166d5e21ccc7a34223b51676c0Mark Andrews to allow 'named' to run as a non-root user while
3ad8f24ddd043148525b68a676ebdc71f6900ca9Mark Andrews retaining the ability to bind() to privileged
3ad8f24ddd043148525b68a676ebdc71f6900ca9Mark Andrews ports.
3ad8f24ddd043148525b68a676ebdc71f6900ca9Mark Andrews
2bae76022cbdf8a207d4c3982b589156e1a09e09Evan Hunt 40. [func] Introduced new logging category "dnssec" and
2bae76022cbdf8a207d4c3982b589156e1a09e09Evan Hunt logging module "dns/validator".
0c91911b4d1e872b87eaf6431ed47fe24d18dd43Mark Andrews
0c91911b4d1e872b87eaf6431ed47fe24d18dd43Mark Andrews 39. [cleanup] Moved the typedefs for isc_region_t, isc_textregion_t,
2634686b14ccdf0aa18a6d346628d03ce3e3d0b4Mark Andrews and isc_lex_t to <isc/types.h>.
54a00ea5ca94ff9e3a4204aea78639ba781d5865Mark Andrews
b5f4cc132e91afb1217f4aa79424793c0e11c09aMark Andrews 38. [bug] TSIG signed incoming zone transfers work now.
b5f4cc132e91afb1217f4aa79424793c0e11c09aMark Andrews
54a00ea5ca94ff9e3a4204aea78639ba781d5865Mark Andrews 37. [bug] If the first RR in an incoming zone transfer was
8afea636ab0c07399aa3e2410b2cfbd41099df98Mark Andrews not an SOA, the server died with an assertion failure
8afea636ab0c07399aa3e2410b2cfbd41099df98Mark Andrews instead of just reporting an error.
8afea636ab0c07399aa3e2410b2cfbd41099df98Mark Andrews
8afea636ab0c07399aa3e2410b2cfbd41099df98Mark Andrews 36. [cleanup] Change DNS_R_SUCCESS (and others) to ISC_R_SUCCESS
d6f99498d624d5c5c8ee45067df02e6a6b35a1a3Mark Andrews
d6f99498d624d5c5c8ee45067df02e6a6b35a1a3Mark Andrews 35. [performance] Log messages which are of a level too high to be
d6f99498d624d5c5c8ee45067df02e6a6b35a1a3Mark Andrews logged by any channel in the logging configuration
54a00ea5ca94ff9e3a4204aea78639ba781d5865Mark Andrews will not cause the log mutex to be locked.
c4348cb50f039f0785bd1d6f6a37c0a85d15c1f4Curtis Blackburn
c4348cb50f039f0785bd1d6f6a37c0a85d15c1f4Curtis Blackburn 34. [bug] Recursion was allowed even with 'recursion no'.
997c2c5116927bab77284c24c3bd0d7f646da5eeMark Andrews
997c2c5116927bab77284c24c3bd0d7f646da5eeMark Andrews 33. [func] The RBT now maintains a parent pointer at each node.
997c2c5116927bab77284c24c3bd0d7f646da5eeMark Andrews
e548e07a9a2f1ec64774d7ae872d530eaf270eb7Mark Andrews 32. [cleanup] bin/lwresd/client.c needs <string.h> for memset()
e548e07a9a2f1ec64774d7ae872d530eaf270eb7Mark Andrews prototype.
e548e07a9a2f1ec64774d7ae872d530eaf270eb7Mark Andrews
d1e22676de16e6dee54c58b27cca11c5fb8f1ff5Mark Andrews 31. [bug] Use ${LIBTOOL} to compile bin/named/main.@O@.
fdc41dd109fba6b95a4ed7355210118ad9fe5e90Jeremy C. Reed
d1e22676de16e6dee54c58b27cca11c5fb8f1ff5Mark Andrews 30. [func] config file grammer change to support optional
0e1dfb8ff5ac2cf1215691ffc32d7a0b76709721Mark Andrews class type for a view.
0e1dfb8ff5ac2cf1215691ffc32d7a0b76709721Mark Andrews
0e1dfb8ff5ac2cf1215691ffc32d7a0b76709721Mark Andrews 29. [func] support new config file view options:
8e091f3d3ee0079f35dfccdc4479105e8f087ab2Mark Andrews
8e091f3d3ee0079f35dfccdc4479105e8f087ab2Mark Andrews auth-nxdomain recursion query-source
8e091f3d3ee0079f35dfccdc4479105e8f087ab2Mark Andrews query-source-v6 transfer-source
7ace3277956c49f7554b7130ef761bde3b35db30Mark Andrews transfer-source-v6 max-transfer-time-out
7ace3277956c49f7554b7130ef761bde3b35db30Mark Andrews max-transfer-idle-out transfer-format
7ace3277956c49f7554b7130ef761bde3b35db30Mark Andrews request-ixfr provide-ixfr cleaning-interval
06ace051e7522b153b487581c9439fc8c162fb18Mark Andrews fetch-glue notify rfc2308-type1 lame-ttl
06ace051e7522b153b487581c9439fc8c162fb18Mark Andrews max-ncache-ttl min-roots
06ace051e7522b153b487581c9439fc8c162fb18Mark Andrews
5d4343a9988cd5bd057aa385bb8c5e72d41202d1Evan Hunt 28. [func] support lame-ttl, min-roots and serial-queries
5d4343a9988cd5bd057aa385bb8c5e72d41202d1Evan Hunt config global options.
75ae74f8fd0847817bce2db7c868b179db67f019Mark Andrews
75ae74f8fd0847817bce2db7c868b179db67f019Mark Andrews 27. [bug] Only include <netinet6/in6.h> on BSD/OS 4.[01]*.
75ae74f8fd0847817bce2db7c868b179db67f019Mark Andrews Including it on other platforms (eg, NetBSD) can
75ae74f8fd0847817bce2db7c868b179db67f019Mark Andrews cause a forced #error from the C preprocessor.
16bd30ae6987cd4ba4fe3b873e72abf5b7178c26Mark Andrews
16bd30ae6987cd4ba4fe3b873e72abf5b7178c26Mark Andrews 26. [func] new match-clients statement in config file view.
16bd30ae6987cd4ba4fe3b873e72abf5b7178c26Mark Andrews
df0892aea6bfd20a01c3abf2b756625d23830390Mark Andrews 25. [bug] make install failed to install <isc/log.h> and
df0892aea6bfd20a01c3abf2b756625d23830390Mark Andrews <isc/ondestroy.h>.
a499dddb4b4d4db2bb6ced82b5ee7a459e23603eEvan Hunt
a499dddb4b4d4db2bb6ced82b5ee7a459e23603eEvan Hunt 24. [cleanup] Eliminate some unnecessary #includes of header
f45f6541857a5dbb93ac24f321b9cf350ce242baMark Andrews files from header files.
f45f6541857a5dbb93ac24f321b9cf350ce242baMark Andrews
f45f6541857a5dbb93ac24f321b9cf350ce242baMark Andrews 23. [cleanup] Provide more context in log messages about client
673a2bb07b9e54a32699a9d7ca916dc5114d8d45Mark Andrews requests, using a new function ns_client_log().
673a2bb07b9e54a32699a9d7ca916dc5114d8d45Mark Andrews
673a2bb07b9e54a32699a9d7ca916dc5114d8d45Mark Andrews 22. [bug] SIGs weren't returned in the answer section when
e3c273a865bede10bfb1e0f29d300706cae3e00dMark Andrews the query resulted in a fetch.
e3c273a865bede10bfb1e0f29d300706cae3e00dMark Andrews
d640b4a0ab9dec252749793f78a1ed1e8551ea19Evan Hunt 21. [port] Look at STD_CINCLUDES after CINCLUDES during
d640b4a0ab9dec252749793f78a1ed1e8551ea19Evan Hunt compilation, so additional system include directories
d640b4a0ab9dec252749793f78a1ed1e8551ea19Evan Hunt can be searched but header files in the bind9 source
fdb4ae8f6c00d8ea03bde929bd4e47056972017dMark Andrews tree with conflicting names take precedence. This
fdb4ae8f6c00d8ea03bde929bd4e47056972017dMark Andrews avoids issues with installed versions of dnssafe and
fdb4ae8f6c00d8ea03bde929bd4e47056972017dMark Andrews openssl.
fdb4ae8f6c00d8ea03bde929bd4e47056972017dMark Andrews
421d4a06479e61fbdc35087f3c4abc9fe65ad72aEvan Hunt 20. [func] Configuration file post-load validation of zones
421d4a06479e61fbdc35087f3c4abc9fe65ad72aEvan Hunt failed if there were no zones.
421d4a06479e61fbdc35087f3c4abc9fe65ad72aEvan Hunt
421d4a06479e61fbdc35087f3c4abc9fe65ad72aEvan Hunt 19. [bug] dns_zone_notifyreceive() failed to unlock the zone
421d4a06479e61fbdc35087f3c4abc9fe65ad72aEvan Hunt lock in certain error cases.
421d4a06479e61fbdc35087f3c4abc9fe65ad72aEvan Hunt
421d4a06479e61fbdc35087f3c4abc9fe65ad72aEvan Hunt 18. [bug] Use AC_TRY_LINK rather than AC_TRY_COMPILE in
421d4a06479e61fbdc35087f3c4abc9fe65ad72aEvan Hunt configure.in to check for presence of in6addr_any.
421d4a06479e61fbdc35087f3c4abc9fe65ad72aEvan Hunt
0949306cb96f9ccbb7d0205584ed2db293a5aad2Evan Hunt 17. [func] Do configuration file post-load validation of zones.
0949306cb96f9ccbb7d0205584ed2db293a5aad2Evan Hunt
0949306cb96f9ccbb7d0205584ed2db293a5aad2Evan Hunt 16. [bug] put quotes around key names on config file
0949306cb96f9ccbb7d0205584ed2db293a5aad2Evan Hunt output to avoid possible keyword clashes.
964bdcd7add44e5bc87e1d44f2f4ece351b28eedEvan Hunt
964bdcd7add44e5bc87e1d44f2f4ece351b28eedEvan Hunt 15. [func] Add dns_name_dupwithoffsets(). This function is
964bdcd7add44e5bc87e1d44f2f4ece351b28eedEvan Hunt improves comparison performance for duped names.
cf0a69e999430722e3c3942929eeb304b658dfb0Evan Hunt
cf0a69e999430722e3c3942929eeb304b658dfb0Evan Hunt 14. [bug] free_rbtdb() could have 'put' unallocated memory in
71697fd082b1c76562dc80fa91787af3860146bfEvan Hunt an unlikely error path.
71697fd082b1c76562dc80fa91787af3860146bfEvan Hunt
71697fd082b1c76562dc80fa91787af3860146bfEvan Hunt 13. [bug] lib/dns/master.c and lib/dns/xfrin.c didn't ignore
71697fd082b1c76562dc80fa91787af3860146bfEvan Hunt out-of-zone data.
71697fd082b1c76562dc80fa91787af3860146bfEvan Hunt
c174d5c13c03dd59283243e3fd5461d41140a798Evan Hunt 12. [bug] Fixed possible unitialized variable error.
c174d5c13c03dd59283243e3fd5461d41140a798Evan Hunt
69f72d1c8f08d69a1c4c0459ba15baaa358d55f4Evan Hunt 11. [bug] axfr_rrstream_first() didn't check the result code of
927e4c9fecf448bf3894c68fcaf9dc2f89557f3aEvan Hunt db_rr_iterator_first(), possibly causing an assertion
927e4c9fecf448bf3894c68fcaf9dc2f89557f3aEvan Hunt to be triggered later.
69f72d1c8f08d69a1c4c0459ba15baaa358d55f4Evan Hunt
4b13ea47db7d72596d3fa10c30b20c16b4936747Evan Hunt 10. [bug] A bug in the code which makes EDNS0 OPT records in
5b7abbef511cea0b568be0bc8d5b3120a0b9034dEvan Hunt bin/named/client.c and lib/dns/resolver.c could
5b7abbef511cea0b568be0bc8d5b3120a0b9034dEvan Hunt trigger an assertion.
5b7abbef511cea0b568be0bc8d5b3120a0b9034dEvan Hunt
26bda028ad3854d2e695feb9333ef3dbe6b2fa1aEvan Hunt 9. [cleanup] replaced bit-setting code in confctx.c and replaced
26bda028ad3854d2e695feb9333ef3dbe6b2fa1aEvan Hunt repeated code with macro calls.
26bda028ad3854d2e695feb9333ef3dbe6b2fa1aEvan Hunt
eb4458b4784a2206d939f9c4cfed4b37b076b5bcEvan Hunt 8. [bug] Shutdown of incoming zone transfer accessed
eb4458b4784a2206d939f9c4cfed4b37b076b5bcEvan Hunt freed memory.
eb4458b4784a2206d939f9c4cfed4b37b076b5bcEvan Hunt
1da46be57223340c07ea8505d485ec4397a4e484Evan Hunt 7. [cleanup] removed 'listen-on' from view statement.
1da46be57223340c07ea8505d485ec4397a4e484Evan Hunt
1da46be57223340c07ea8505d485ec4397a4e484Evan Hunt 6. [bug] quote RR names when generating config file to
1da46be57223340c07ea8505d485ec4397a4e484Evan Hunt prevent possible clash with config file keywords
9d69017bc635f7be5c8df2b18ae6d4491fc5bb63Mark Andrews (such as 'key').
9d69017bc635f7be5c8df2b18ae6d4491fc5bb63Mark Andrews
9d69017bc635f7be5c8df2b18ae6d4491fc5bb63Mark Andrews 5. [func] syntax change to named.conf file: new ssu grant/deny
9d4ec6d2c59bd5845ac8bca5a5d790be9a772862Evan Hunt statements must now be enclosed by an 'update-policy'
9d4ec6d2c59bd5845ac8bca5a5d790be9a772862Evan Hunt block.
caa0a135d49dfbe3de9711eacf94d6e112a77688Mark Andrews
caa0a135d49dfbe3de9711eacf94d6e112a77688Mark Andrews 4. [port] bin/named/unix/os.c didn't compile on systems with
9fa5a723e188ddb5e6165af4957ba789e17cfdf5Evan Hunt linux 2.3 kernel includes due to conflicts between
f42c0dcca86f2009c089e27ba513cb6fc9ee88baEvan Hunt C library includes and the kernel includes. We now
f42c0dcca86f2009c089e27ba513cb6fc9ee88baEvan Hunt get only what we need from <linux/capability.h>, and
f42c0dcca86f2009c089e27ba513cb6fc9ee88baEvan Hunt avoid pulling in other linux kernel .h files.
7aba1a9660630ab7d16792b7388d9b8f56d7bf0fEvan Hunt
7aba1a9660630ab7d16792b7388d9b8f56d7bf0fEvan Hunt 3. [bug] TKEYs go in the answer section of responses, not
7aba1a9660630ab7d16792b7388d9b8f56d7bf0fEvan Hunt the additional section.
682a574e6716cea30386c38e68f4fc6c3d4b20e7Mark Andrews
682a574e6716cea30386c38e68f4fc6c3d4b20e7Mark Andrews 2. [bug] Generating cryptographic randomness failed on
3b9ba6bd74e2cbbc0f821e5483ebf46fa8c4d8deEvan Hunt systems without /dev/random.
3b9ba6bd74e2cbbc0f821e5483ebf46fa8c4d8deEvan Hunt
3b9ba6bd74e2cbbc0f821e5483ebf46fa8c4d8deEvan Hunt 1. [bug] The installdirs rule in
3b9ba6bd74e2cbbc0f821e5483ebf46fa8c4d8deEvan Hunt lib/isc/unix/include/isc/Makefile.in had a typo which
1761ecb90ff770b87d0f021e13ad94d3e8c6f2afFrancis Dupont prevented the isc directory from being created if it
1761ecb90ff770b87d0f021e13ad94d3e8c6f2afFrancis Dupont didn't exist.
1761ecb90ff770b87d0f021e13ad94d3e8c6f2afFrancis Dupont
f48358cffb35bb4b24731c136b07816bdcdce651Evan Hunt --- 9.0.0b2 released ---
f48358cffb35bb4b24731c136b07816bdcdce651Evan Hunt
f48358cffb35bb4b24731c136b07816bdcdce651Evan Hunt# This tells Emacs to use hard tabs in this file.
c3b554214416b434c6db7881907c962110aecba9Evan Hunt# Local Variables:
c3b554214416b434c6db7881907c962110aecba9Evan Hunt# indent-tabs-mode: t
c3b554214416b434c6db7881907c962110aecba9Evan Hunt# End:
31707708c585c53b61ca1edb2e224e6bb1b985a5Evan Hunt