1 --- 9.4.2-P2 released ---
3 2406. [bug] Some operating systems have FD_SETSIZE set to a
4 low value by default, which can cause resource
5 exhaustion when many simultaneous connections are
6 open. Linux in particular makes it difficult to
7 increase this value. To use more sockets with
8 select(), set ISC_SOCKET_FDSETSIZE. Example:
9 STD_CDEFINES="-DISC_SOCKET_FDSETSIZE=4096" ./configure
10 (This should not be necessary in most cases, and
11 never for an authoritative-only server.) [RT #18328]
13 2404. [port] hpux: files unlimited support.
15 2403. [bug] TSIG context leak. [RT #18341]
17 2402. [port] Support Solaris 2.11 and over. [RT #18362]
19 2401. [bug] Expect to get E[MN]FILE errno internal_accept()
20 (from accept() or fcntl() system calls). [RT #18358]
22 2399. [bug] Abort timeout queries to reduce the number of open
23 UDP sockets. [RT #18367]
25 2398. [bug] Improve file descriptor management. New,
26 temporary, named.conf option reserved-sockets,
27 default 512. [RT #18344]
29 2396. [bug] Don't set SO_REUSEADDR for randomized ports.
32 2395. [port] Avoid warning and no effect from "files unlimited"
33 on Linux when running as root. [RT #18335]
35 2394. [bug] Default configuration options set the limit for
36 open files to 'unlimited' as described in the
37 documentation. [RT #18331]
39 2392. [bug] remove 'grep -q' from acl test script, some platforms
40 don't support it. [RT #18253]
42 2322. [port] MacOS: work around the limitation of setrlimit()
43 for RLIMIT_NOFILE. [RT #17526]
45 --- 9.4.2-P1 released ---
47 2375. [security] Fully randomize UDP query ports to improve
48 forgery resilience. [RT #17949]
50 --- 9.4.2 released ---
51 --- 9.4.2rc2 released ---
53 2259. [bug] Reverse incorrect LIBINTERFACE bump of libisc
54 in 9.4.2rc1. Applications built against 9.4.2rc1
55 will need to be rebuilt.
57 2258. [bug] Fallback from IXFR/TSIG to SOA/AXFR/TSIG broken.
60 2257. [bug] win32: Use the full path to vcredist_x86.exe when
61 calling it. [RT #17222]
63 2256. [bug] win32: Correctly register the installation location of
64 bindevt.dll. [RT #17159]
66 2255. [bug] L.ROOT-SERVERS.NET is now 199.7.83.42.
68 2254. [bug] timer.c:dispatch() failed to lock timer->lock
69 when reading timer->idle allowing it to see
70 intermediate values as timer->idle was reset by
71 isc_timer_touch(). [RT #17243]
73 --- 9.4.2rc1 released ---
75 2251. [doc] Update memstatistics-file documentation to reflect
76 reality. Note there is behaviour change for BIND 9.5.
79 2249. [bug] Only set Authentic Data bit if client requested
80 DNSSEC, per RFC 3655 [RT #17175]
82 2248. [cleanup] Fix several errors reported by Coverity. [RT #17160]
84 2245. [bug] Validating lack of DS records at trust anchors wasn't
87 2238. [bug] It was possible to trigger a REQUIRE when a
88 validation was cancelled. [RT #17106]
90 2237. [bug] libbind: res_init() was not thread aware. [RT #17123]
92 2236. [bug] dnssec-signzone failed to preserve the case of
93 of wildcard owner names. [RT #17085]
95 2235. [bug] <isc/atomic.h> was not being installed. [RT #17135]
97 2234. [port] Correct some compiler warnings on SCO OSr5 [RT #17134]
99 2232. [bug] dns_adb_findaddrinfo() could fail and return
100 ISC_R_SUCCESS. [RT #17137]
102 2231. [bug] Building dlzbdb (contrib/dlz/bin/dlzbdb) was broken.
105 2230. [bug] We could INSIST reading a corrupted journal.
108 2228. [contrib] contrib: Change 2188 was incomplete.
110 2227. [cleanup] Tidied up the FAQ. [RT #17121]
112 2225. [bug] More support for systems with no IPv4 addresses.
115 2224. [bug] Defer journal compaction if a xfrin is in progress.
118 2223. [bug] Make a new journal when compacting. [RT #17119]
120 2221. [bug] Set the event result code to reflect the actual
121 record returned to caller when a cache update is
122 rejected due to a more credible answer existing.
125 2220. [bug] win32: Address a race condition in final shutdown of
126 the Windows socket code. [RT #17028]
128 2219. [bug] Apply zone consistancy checks to additions, not
129 removals, when updating. [RT #17049]
131 2218. [bug] Remove unnecessary REQUIRE from dns_validator_create().
134 2216. [cleanup] Fix a number of errors reported by Coverity.
137 2215. [bug] Bad REQUIRE check isc_hmacsha1_verify(). [RT #17094]
139 2214. [bug] Deregister OpenSSL lock callback when cleaning
140 up. Reorder OpenSSL cleanup so that RAND_cleanup()
141 is called before the locks are destroyed. [RT #17098]
143 2213. [bug] SIG0 diagnostic failure messages were looking at the
144 wrong status code. [RT #17101]
146 2212. [func] 'host -m' now causes memory statistics and active
147 memory to be printed at exit. [RT 17028]
149 2210. [bug] Deleting class specific records via UPDATE could
152 2209. [port] osx: linking against user supplied static OpenSSL
153 libraries failed as the system ones were still being
156 2208. [port] win32: make sure both build methods produce the
157 same output. [RT #17058]
159 2207. [port] Some implementations of getaddrinfo() fail to set
160 ai_canonname correctly. [RT #17061]
162 --- 9.4.2b1 released ---
164 2206. [security] "allow-query-cache" and "allow-recursion" now
165 cross inherit from each other.
167 If allow-query-cache is not set in named.conf then
168 allow-recursion is used if set, otherwise allow-query
169 is used if set, otherwise the default (localnets;
172 If allow-recursion is not set in named.conf then
173 allow-query-cache is used if set, otherwise allow-query
174 is used if set, otherwise the default (localnets;
179 2205. [bug] libbind: change #2119 broke thread support. [RT #16982]
181 2203. [security] Query id generation was cryptographically weak.
184 2202. [security] The default acls for allow-query-cache and
185 allow-recursion were not being applied. [RT #16960]
187 2200. [bug] The search for cached NSEC records was stopping to
188 early leading to excessive DLV queries. [RT #16930]
190 2199. [bug] win32: don't call WSAStartup() while loading dlls.
193 2198. [bug] win32: RegCloseKey() could be called when
194 RegOpenKeyEx() failed. [RT #16911]
196 2197. [bug] Add INSIST to catch negative responses which are
197 not setting the event result code appropriately.
200 2196. [port] win32: yield processor while waiting for once to
201 to complete. [RT #16958]
203 2194. [bug] Close journal before calling 'done' in xfrin.c.
205 2193. [port] win32: BINDInstall.exe is now linked statically.
208 2192. [port] win32: use vcredist_x86.exe to install Visual
209 Studio's redistributable dlls if building with
210 Visual Stdio 2005 or later.
212 2189. [bug] Handle socket() returning EINTR. [RT #15949]
214 2188. [contrib] queryperf: autoconf changes to make the search for
215 libresolv or libbind more robust. [RT #16299]
217 2187. [bug] query_addds(), query_addwildcardproof() and
218 query_addnxrrsetnsec() should take a version
219 arguement. [RT #16368]
221 2186. [port] cygwin: libbind: check for struct sockaddr_storage
222 independently of IPv6. [RT #16482]
224 2185. [port] sunos: libbind: check for ssize_t, memmove() and
225 memchr(). [RT #16463]
227 2183. [bug] dnssec-signzone didn't handle offline private keys
230 2182. [bug] dns_dispatch_createtcp() and dispatch_createudp()
231 could return ISC_R_SUCCESS when they ran out of
234 2181. [port] sunos: libbind: add paths.h from BIND 8. [RT #16462]
236 2180. [cleanup] Remove bit test from 'compress_test' as they
237 are no longer needed. [RT #16497]
239 2178. [bug] 'rndc reload' of a slave or stub zone resulted in
240 a reference leak. [RT #16867]
242 2177. [bug] Array bounds overrun on read (rcodetext) at
243 debug level 10+. [RT #16798]
245 2176. [contrib] dbus update to handle race condition during
246 initialisation (Bugzilla 235809). [RT #16842]
248 2175. [bug] win32: windows broadcast condition variable support
249 was broken. [RT #16592]
251 2174. [bug] I/O errors should always be fatal when reading
252 master files. [RT #16825]
254 2173. [port] win32: When compiling with MSVS 2005 SP1 we also
255 need to ship Microsoft.VC80.MFCLOC.
257 2171. [bug] Handle breaks in DNSSEC trust chains where the parent
258 servers are not DS aware (DS queries to the parent
259 return a referral to the child).
261 2170. [func] Add acache processing to test suite. [RT #16711]
263 2169. [bug] host, nslookup: when reporting NXDOMAIN report the
264 given name and not the last name searched for.
267 2168. [bug] nsupdate: in non-interactive mode treat syntax errors
268 as fatal errors. [RT #16785]
270 2167. [bug] When re-using a automatic zone named failed to
271 attach it to the new view. [RT #16786]
273 2166. [bug] When running in batch mode, dig could misinterpret
274 a server address as a name to be looked up, causing
275 unexpected output. [RT #16743]
277 2164. [bug] The code to determine how named-checkzone /
278 named-compilezone was called failed under windows.
281 2162. [func] Allow "rrset-order fixed" to be disabled at compile
284 2161. [bug] 'rndc flush' could report a false success. [RT #16698]
286 2160. [bug] libisc wasn't handling NULL ifa_addr pointers returned
287 from getifaddrs(). [RT #16708]
289 2159. [bug] Array bounds overrun in acache processing. [RT #16710]
291 2158. [bug] ns_client_isself() failed to initialise key
292 leading to a REQUIRE failure. [RT #16688]
294 2156. [bug] Fix node reference leaks in lookup.c:lookup_find(),
295 resolver.c:validated() and resolver.c:cache_name().
296 Fix a memory leak in rbtdb.c:free_noqname().
297 Make lookup.c:lookup_find() robust against
298 event leaks. [RT #16685]
300 2155. [contrib] SQLite sdb module from jaboydjr@netwalk.com.
303 2153. [bug] nsupdate could leak memory. [RT #16691]
305 2152. [cleanup] Use sizeof(buf) instead of fixed number in
306 dighost.c:get_trusted_key(). [RT #16678]
308 2151. [bug] Missing newline in usage message for journalprint.
311 2150. [bug] 'rrset-order cyclic' uniformly distribute the
312 starting point for the first response for a given
315 2149. [bug] isc_mem_checkdestroyed() failed to abort on
316 if there were still active memory contexts.
319 2147. [bug] libbind: remove potential buffer overflow from
320 hmac_link.c. [RT #16437]
322 2146. [cleanup] Silence Linux's spurious "obsolete setsockopt
323 SO_BSDCOMPAT" message. [RT #16641]
325 2145. [bug] Check DS/DLV digest lengths for known digests.
328 2144. [cleanup] Suppress logging of SERVFAIL from forwarders.
331 2143. [bug] We failed to restart the IPv6 client when the
332 kernel failed to return the destination the
333 packet was sent to. [RT #16613]
335 2142. [bug] Handle master files with a modification time that
336 matches the epoch. [RT# 16612]
338 2141. [bug] dig/host should not be setting IDN_ASCCHECK (IDN
339 equivalent of LDH checks). [RT #16609]
341 2140. [bug] libbind: missing unlock on pthread_key_create()
342 failures. [RT #16654]
344 2139. [bug] dns_view_find() was being called with wrong type
345 in adb.c. [RT #16670]
347 2119. [compat] libbind: allow res_init() to succeed enough to
348 return the default domain even if it was unable
351 --- 9.4.1 released ---
353 2172. [bug] query_addsoa() was being called with a non zone db.
356 --- 9.4.0 released ---
358 2138. [bug] Lock order reversal in resolver.c. [RT #16653]
360 2137. [port] Mips little endian and/or mips 64 bit are now
361 supported for atomic operations. [RT#16648]
363 2136. [bug] nslookup/host looped if there was no search list
364 and the host didn't exist. [RT #16657]
366 2135. [bug] Uninitialised rdataset in sdlz.c. [RT# 16656]
368 2133. [port] powerpc: Support both IBM and MacOS Power PC
369 assembler syntaxes. [RT #16647]
371 2132. [bug] Missing unlock on out of memory in
372 dns_dispatchmgr_setudp().
374 2131. [contrib] dlz/mysql: AXFR was broken. [RT #16630]
376 2128. [doc] xsltproc --nonet, update DTD versions. [RT #16635]
378 --- 9.4.0rc2 released ---
380 2127. [port] Improved OpenSSL 0.9.8 support. [RT #16563]
382 2126. [security] Serialise validation of type ANY responses. [RT #16555]
384 2125. [bug] dns_zone_getzeronosoattl() REQUIRE failure if DLZ
385 was defined. [RT #16574]
387 2124. [security] It was possible to dereference a freed fetch
390 2120. [doc] Fix markup on nsupdate man page. [RT #16556]
392 --- 9.4.0rc1 released ---
394 2118. [bug] Handle response with long chains of domain name
395 compression pointers which point to other compression
396 pointers. [RT #16427]
398 2117. [bug] DNSSEC fixes: named could fail to cache NSEC records
399 which could lead to validation failures. named didn't
400 handle negative DS responses that were in the process
401 of being validated. Check CNAME bit before accepting
402 NODATA proof. To be able to ignore a child NSEC there
403 must be SOA (and NS) set in the bitmap. [RT #16399]
405 2116. [bug] 'rndc reload' could cause the cache to continually
406 be cleaned. [RT #16401]
408 2115. [bug] 'rndc reconfig' could trigger a INSIST if the
409 number of masters for a zone was reduced. [RT #16444]
411 2114. [bug] dig/host/nslookup: searches for names with multiple
412 labels were failing. [RT #16447]
414 2113. [bug] nsupdate: if a zone is specified it should be used
415 for server discover. [RT# 16455]
417 2112. [security] Warn if weak RSA exponent is used. [RT #16460]
419 2111. [bug] Fix a number of errors reported by Coverity.
422 2110. [bug] "minimal-response yes;" interacted badly with BIND 8
423 priming queries. [RT #16491]
425 2109. [port] libbind: silence aix 5.3 compiler warnings. [RT #16502]
427 2107. [bug] dighost.c: more cleanup of buffers. [RT #16499]
429 2104. [port] Fix Solaris SMF error message.
431 2103. [port] Add /usr/sfw to list of locations for OpenSSL
434 2102. [port] Silence solaris 10 warnings.
436 --- 9.4.0b4 released ---
438 2101. [bug] OpenSSL version checks were not quite right.
441 2100. [port] win32: copy libeay32.dll to Build\Debug.
442 Copy Debug\named-checkzone to Debug\named-compilezone.
444 2099. [port] win32: more manifiest issues.
446 2098. [bug] Race in rbtdb.c:no_references(), which occasionally
447 triggered an INSIST failure about the node lock
448 reference. [RT #16411]
450 --- 9.4.0b3 released ---
452 2097. [bug] named could reference a destroyed memory context
453 after being reloaded / reconfigured. [RT #16428]
455 2096. [bug] libbind: handle applications that fail to detect
456 res_init() failures better.
458 2095. [port] libbind: alway prototype inet_cidr_ntop_ipv6() and
459 net_cidr_ntop_ipv6(). [RT #16388]
461 2094. [contrib] Update named-bootconf. [RT# 16404]
463 2093. [bug] named-checkzone -s was broken.
465 2092. [bug] win32: dig, host, nslookup. Use registry config
466 if resolv.conf does not exist or no nameservers
469 2091. [port] dighost.c: race condition on cleanup. [RT #16417]
471 2090. [port] win32: Visual C++ 2005 command line manifest support.
474 2089. [security] Raise the minimum safe OpenSSL versions to
475 OpenSSL 0.9.7l and OpenSSL 0.9.8d. Versions
476 prior to these have known security flaws which
477 are (potentially) exploitable in named. [RT #16391]
479 2088. [security] Change the default RSA exponent from 3 to 65537.
482 2087. [port] libisc failed to compile on OS's w/o a vsnprintf.
485 2086. [port] libbind: FreeBSD now has get*by*_r() functions.
488 2085. [doc] win32: added index.html and README to zip. [RT #16201]
490 2084. [contrib] dbus update for 9.3.3rc2.
492 2083. [port] win32: Visual C++ 2005 support.
494 2082. [doc] Document 'cache-file' as a test only option.
496 --- 9.4.0b2 released ---
498 2081. [port] libbind: minor 64-bit portability fix in memcluster.c.
501 2080. [port] libbind: res_init.c did not compile on older versions
502 of Solaris. [RT #16363]
504 2079. [bug] The lame cache was not handling multiple types
505 correctly. [RT #16361]
507 2078. [bug] dnssec-checkzone output style "default" was badly
508 named. It is now called "relative". [RT #16326]
510 2077. [bug] 'dnssec-signzone -O raw' wasn't outputing the
511 complete signed zone. [RT #16326]
513 2076. [bug] Several files were missing #include <config.h>
514 causing build failures on OSF. [RT #16341]
516 2075. [bug] The spillat timer event hander could leak memory.
519 2074. [bug] dns_request_createvia2(), dns_request_createvia3(),
520 dns_request_createraw2() and dns_request_createraw3()
521 failed to send multiple UDP requests. [RT #16349]
523 2073. [bug] Incorrect semantics check for update policy "wildcard".
526 2072. [bug] We were not generating valid HMAC SHA digests.
529 2071. [port] Test whether gcc accepts -fno-strict-aliasing.
532 2070. [bug] The remote address was not always displayed when
533 reporting dispatch failures. [RT #16315]
535 2069. [bug] Cross compiling was not working. [RT #16330]
537 2068. [cleanup] Lower incremental tuning message to debug 1.
540 2067. [bug] 'rndc' could close the socket too early triggering
541 a INSIST under Windows. [RT #16317]
543 2066. [security] Handle SIG queries gracefully. [RT #16300]
545 2065. [bug] libbind: probe for HPUX prototypes for
546 endprotoent_r() and endservent_r(). [RT 16313]
548 2064. [bug] libbind: silence AIX compiler warnings. [RT #16218]
550 2063. [bug] Change #1955 introduced a bug which caused the first
551 'rndc flush' call to not free memory. [RT #16244]
553 2062. [bug] 'dig +nssearch' was reusing a buffer before it had
554 been returned by the socket code. [RT #16307]
556 2061. [bug] Accept expired wildcard message reversed. [RT #16296]
558 2060. [bug] Enabling DLZ support could leave views partially
559 configured. [RT #16295]
561 --- 9.4.0b1 released ---
563 2059. [bug] Search into cache rbtdb could trigger an INSIST
564 failure while cleaning up a stale rdataset.
567 2058. [bug] Adjust how we calculate rtt estimates in the presence
568 of authoritative servers that drop EDNS and/or CD
569 requests. Also fallback to EDNS/512 and plain DNS
570 faster for zones with less than 3 servers. [RT #16187]
572 2057. [bug] Make setting "ra" dependent on both allow-query-cache
573 and allow-recursion. [RT #16290]
575 2056. [bug] dig: ixfr= was not being treated case insensitively
576 at all times. [RT #15955]
578 2055. [bug] Missing goto after dropping multicast query.
581 2054. [port] freebsd: do not explicitly link against -lpthread.
584 2053. [port] netbsd:libbind: silence compiler warnings. [RT #16220]
586 2052. [bug] 'rndc' improve connect failed message to report
587 the failing address. [RT #15978]
589 2051. [port] More strtol() fixes. [RT #16249]
591 2050. [bug] Parsing of NSAP records was not case insensitive.
594 2049. [bug] Restore SOA before AXFR when falling back from
595 a attempted IXFR when transfering in a zone.
596 Allow a initial SOA query before attempting
597 a AXFR to be requested. [RT #16156]
599 2048. [bug] It was possible to loop forever when using
600 avoid-v4-udp-ports / avoid-v6-udp-ports when
601 the OS always returned the same local port.
604 2047. [bug] Failed to initialise the interface flags to zero.
607 2046. [bug] rbtdb.c:rdataset_setadditional() could cause duplicate
610 2045. [func] Use lock buckets for acache entries to limit memory
611 consumption. [RT #16183]
613 2044. [port] Add support for atomic operations for Itanium.
616 2043. [port] nsupdate/nslookup: Force the flushing of the prompt
617 for interactive sessions. [RT#16148]
619 2042. [bug] named-checkconf was incorrectly rejecting the
620 logging category "config". [RT #16117]
622 2041. [bug] "configure --with-dlz-bdb=yes" produced a bad
623 set of libraries to be linked. [RT #16129]
625 2040. [bug] rbtdb no_references() could trigger an INSIST
626 failure with --enable-atomic. [RT #16022]
628 2039. [func] Check that all buffers passed to the socket code
629 have been retrieved when the socket event is freed.
632 2038. [bug] dig/nslookup/host was unlinking from wrong list
633 when handling errors. [RT #16122]
635 2037. [func] When unlinking the first or last element in a list
636 check that the list head points to the element to
637 be unlinked. [RT #15959]
639 2036. [bug] 'rndc recursing' could cause trigger a REQUIRE.
642 2034. [bug] gcc: set -fno-strict-aliasing. [RT #16124]
644 2033. [bug] We wern't creating multiple client memory contexts
645 on demand as expected. [RT #16095]
647 --- 9.4.0a6 released ---
649 2032. [bug] Remove a INSIST in query_addadditional2(). [RT #16074]
651 2031. [bug] Emit a error message when "rndc refresh" is called on
652 a non slave/stub zone. [RT # 16073]
654 2030. [bug] We were being overly conservative when disabling
655 openssl engine support. [RT #16030]
657 2029. [bug] host printed out the server multiple times when
658 specified on the command line. [RT #15992]
660 2028. [port] linux: socket.c compatability for old systems.
663 2027. [port] libbind: Solaris x86 support. [RT #16020]
665 2026. [bug] Rate limit the two recursive client exceeded messages.
668 2025. [func] Update "zone serial unchanged" message. [RT #16026]
670 2024. [bug] named emited spurious "zone serial unchanged"
671 messages on reload. [RT #16027]
673 2023. [bug] "make install" should create ${localstatedir}/run and
674 ${sysconfdir} if they do not exist. [RT #16033]
676 2022. [bug] If dnssec validation is disabled only assert CD if
677 CD was requested. [RT #16037]
679 2021. [bug] dnssec-enable no; triggered a REQUIRE. [RT #16037]
681 2020. [bug] rdataset_setadditional() could leak memory. [RT #16034]
683 2019. [tuning] Reduce the amount of work performed per quantum
684 when cleaning the cache. [RT #15986]
686 2018. [bug] Checking if the HMAC MD5 private file was broken.
689 2017. [bug] allow-query default was not correct. [RT #15946]
691 2016. [bug] Return a partial answer if recursion is not
692 allowed but requested and we had the answer
693 to the original qname. [RT #15945]
695 --- 9.4.0a5 released ---
697 2015. [cleanup] use-additional-cache is now acache-enable for
698 consistancy. Default acache-enable off in BIND 9.4
699 as it requires memory usage to be configured.
700 It may be enabled by default in BIND 9.5 once we
701 have more experience with it.
703 2014. [func] Statistics about acache now recorded and sent
706 2013. [bug] Handle unexpected TSIGs on unsigned AXFR/IXFR
707 responses more gracefully. [RT #15941]
709 2012. [func] Don't insert new acache entries if acache is full.
712 2011. [func] dnssec-signzone can now update the SOA record of
713 the signed zone, either as an increment or as the
714 system time(). [RT #15633]
716 --- 9.4.0a4 released ---
718 2009. [bug] libbind: coverity fixes. [RT #15808]
720 2008. [func] It is now posssible to enable/disable DNSSEC
721 validation from rndc. This is useful for the
722 mobile hosts where the current connection point
723 breaks DNSSEC (firewall/proxy). [RT #15592]
725 rndc validation newstate [view]
727 2007. [func] It is now possible to explicitly enable DNSSEC
728 validation. default dnssec-validation no; to
729 be changed to yes in 9.5.0. [RT #15674]
731 2006. [security] Allow-query-cache and allow-recursion now default
732 to the builtin acls "localnets" and "localhost".
734 This is being done to make caching servers less
735 attractive as reflective amplifying targets for
736 spoofed traffic. This still leave authoritative
739 The best fix is for full BCP 38 deployment to
740 remove spoofed traffic.
742 2005. [bug] libbind: Retransmission timeouts should be
743 based on which attempt it is to the nameserver
744 and not the nameserver itself. [RT #13548]
746 2004. [bug] dns_tsig_sign() could pass a NULL pointer to
747 dst_context_destroy() when cleaning up after a
750 2003. [bug] libbind: The DNS name/address lookup functions could
751 occasionally follow a random pointer due to
752 structures not being completely zeroed. [RT #15806]
754 2002. [bug] libbind: tighten the constraints on when
755 struct addrinfo._ai_pad exists. [RT #15783]
757 2001. [func] Check the KSK flag when updating a secure dynamic zone.
758 New zone option "update-check-ksk yes;". [RT #15817]
760 2000. [bug] memmove()/strtol() fix was incomplete. [RT #15812]
762 1999. [func] Implement "rrset-order fixed". [RT #13662]
764 1998. [bug] Restrict handling of fifos as sockets to just SunOS.
765 This allows named to connect to entropy gathering
766 daemons that use fifos instead of sockets. [RT #15840]
768 1997. [bug] Named was failing to replace negative cache entries
769 when a positive one for the type was learnt.
772 1996. [bug] nsupdate: if a zone has been specified it should
773 appear in the output of 'show'. [RT #15797]
775 1995. [bug] 'host' was reporting multiple "is an alias" messages.
778 1994. [port] OpenSSL 0.9.8 support. [RT #15694]
780 1993. [bug] Log messsage, via syslog, were missing the space
781 after the timestamp if "print-time yes" was specified.
784 1992. [bug] Not all incoming zone transfer messages included the
787 1991. [cleanup] The configuration data, once read, should be treated
788 as readonly. Expand the use of const to enforce this
789 at compile time. [RT #15813]
791 1990. [bug] libbind: isc's override of broken gettimeofday()
792 implementions was not always effective.
795 1989. [bug] win32: don't check the service password when
796 re-installing. [RT #15882]
798 1988. [bug] Remove a bus error from the SHA256/SHA512 support.
801 1987. [func] DS/DLV SHA256 digest algorithm support. [RT #15608]
803 1986. [func] Report when a zone is removed. [RT #15849]
805 1985. [protocol] DLV has now been assigned a official type code of
808 Note: care should be taken to ensure you upgrade
809 both named and dnssec-signzone at the same time for
810 zones with DLV records where named is the master
811 server for the zone. Also any zones that contain
812 DLV records should be removed when upgrading a slave
813 zone. You do not however have to upgrade all
814 servers for a zone with DLV records simultaniously.
816 1984. [func] dig, nslookup and host now advertise a 4096 byte
817 EDNS UDP buffer size by default. [RT #15855]
819 1983. [func] Two new update policies. "selfsub" and "selfwild".
822 1982. [bug] DNSKEY was being accepted on the parent side of
823 a delegation. KEY is still accepted there for
824 RFC 3007 validated updates. [RT #15620]
826 1981. [bug] win32: condition.c:wait() could fail to reattain
829 1980. [func] dnssec-signzone: output the SOA record as the
830 first record in the signed zone. [RT #15758]
832 1979. [port] linux: allow named to drop core after changing
833 user ids. [RT #15753]
835 1978. [port] Handle systems which have a broken recvmsg().
838 1977. [bug] Silence noisy log message. [RT #15704]
840 1976. [bug] Handle systems with no IPv4 addresses. [RT #15695]
842 1975. [bug] libbind: isc_gethexstring() could misparse multi-line
843 hex strings with comments. [RT #15814]
845 1974. [doc] List each of the zone types and associated zone
846 options separately in the ARM.
848 1973. [func] TSIG HMACSHA1, HMACSHA224, HMACSHA256, HMACSHA384 and
849 HMACSHA512 support. [RT #13606]
851 1972. [contrib] DBUS dynamic forwarders integation from
852 Jason Vas Dias <jvdias@redhat.com>.
854 1971. [port] linux: make detection of missing IF_NAMESIZE more
857 1970. [bug] nsupdate: adjust UDP timeout when falling back to
858 unsigned SOA query. [RT #15775]
860 1969. [bug] win32: the socket code was freeing the socket
861 structure too early. [RT #15776]
863 1968. [bug] Missing lock in resolver.c:validated(). [RT #15739]
865 1967. [func] dig/nslookup/host: warn about missing "QR". [RT #15779]
867 1966. [bug] Don't set CD when we have fallen back to plain DNS.
870 1965. [func] Suppress spurious "recusion requested but not
871 available" warning with 'dig +qr'. [RT #15780].
873 1964. [func] Separate out MX and SRV to CNAME checks. [RT #15723]
875 1963. [port] Tru64 4.0E doesn't support send() and recv().
878 1962. [bug] Named failed to clear old update-policy when it
879 was removed. [RT #15491]
881 1961. [bug] Check the port and address of responses forwarded
882 to dispatch. [RT #15474]
884 1960. [bug] Update code should set NSEC ttls from SOA MINIMUM.
887 1959. [func] Control the zeroing of the negative response TTL to
888 a soa query. Defaults "zero-no-soa-ttl yes;" and
889 "zero-no-soa-ttl-cache no;". [RT #15460]
891 1958. [bug] Named failed to update the zone's secure state
892 until the zone was reloaded. [RT #15412]
894 1957. [bug] Dig mishandled responses to class ANY queries.
897 1956. [bug] Improve cross compile support, 'gen' is now built
898 by native compiler. See README for additional
899 cross compile support information. [RT #15148]
901 1955. [bug] Pre-allocate the cache cleaning interator. [RT #14998]
903 1954. [func] Named now falls back to advertising EDNS with a
904 512 byte receive buffer if the initial EDNS queries
907 1953. [func] The maximum EDNS UDP response named will send can
908 now be set in named.conf (max-udp-size). This is
909 independent of the advertised receive buffer
910 (edns-udp-size). [RT #14852]
912 1952. [port] hpux: tell the linker to build a runtime link
913 path "-Wl,+b:". [RT #14816].
915 1951. [security] Drop queries from particular well known ports.
916 Don't return FORMERR to queries from particular
917 well known ports. [RT #15636]
919 1950. [port] Solaris 2.5.1 and earlier cannot bind() then connect()
920 a TCP socket. This prevents the source address being
921 set for TCP connections. [RT #15628]
923 1949. [func] Addition memory leakage checks. [RT #15544]
925 1948. [bug] If was possible to trigger a REQUIRE failure in
926 xfrin.c:maybe_free() if named ran out of memory.
929 1947. [func] It is now possible to configure named to accept
930 expired RRSIGs. Default "dnssec-accept-expired no;".
931 Setting "dnssec-accept-expired yes;" leaves named
932 vulnerable to replay attacks. [RT #14685]
934 1946. [bug] resume_dslookup() could trigger a REQUIRE failure
935 when using forwarders. [RT #15549]
937 1945. [cleanup] dnssec-keygen: RSA (RSAMD5) is nolonger recommended.
938 To generate a RSAMD5 key you must explicitly request
941 1944. [cleanup] isc_hash_create() does not need a read/write lock.
944 1943. [bug] Set the loadtime after rolling forward the journal.
947 1597. [func] Allow notify-source and query-source to be specified
948 on a per server basis similar to transfer-source.
951 --- 9.4.0a3 released ---
953 1942. [bug] If the name of a DNSKEY match that of one in
954 trusted-keys do not attempt to validate the DNSKEY
955 using the parents DS RRset. [RT #15649]
957 1941. [bug] ncache_adderesult() should set eresult even if no
958 rdataset is passed to it. [RT #15642]
960 1940. [bug] Fixed a number of error conditions reported by
963 1939. [bug] The resolver could dereference a null pointer after
964 validation if all the queries have timed out.
967 1938. [bug] The validator was not correctly handling unsecure
968 negative responses at or below a SEP. [RT #15528]
970 1937. [bug] sdlz doesn't handle RRSIG records. [RT #15564]
972 1936. [bug] The validator could leak memory. [RT #15544]
974 1935. [bug] 'acache' was DO sensitive. [RT #15430]
976 1934. [func] Validate pending NS RRsets, in the authority section,
977 prior to returning them if it can be done without
978 requiring DNSKEYs to be fetched. [RT #15430]
980 1919. [contrib] queryperf: a set of new features: collecting/printing
981 response delays, printing intermediate results, and
982 adjusting query rate for the "target" qps.
984 --- 9.4.0a2 released ---
986 1933. [bug] dump_rdataset_raw() had a incorrect INSIST. [RT #15534]
988 1932. [bug] hpux: LDFLAGS was getting corrupted. [RT #15530]
990 1931. [bug] Per-client mctx could require a huge amount of memory,
991 particularly for a busy caching server. [RT #15519]
993 1930. [port] HPUX: ia64 support. [RT #15473]
995 1929. [port] FreeBSD: extend use of PTHREAD_SCOPE_SYSTEM.
997 1928. [bug] Race in rbtdb.c:currentversion(). [RT #15517]
999 1927. [bug] Access to soanode or nsnode in rbtdb violated the
1000 lock order rule and could cause a dead lock.
1003 1926. [bug] The Windows installer did not check for empty
1004 passwords. BINDinstall was being installed in
1005 the wrong place. [RT #15483]
1007 1925. [port] All outer level AC_TRY_RUNs need cross compiling
1008 defaults. [RT #15469]
1010 1924. [port] libbind: hpux ia64 support. [RT #15473]
1012 1923. [bug] ns_client_detach() called too early. [RT #15499]
1014 1922. [bug] check-tool.c:setup_logging() missing call to
1015 dns_log_setcontext().
1017 1921. [bug] Client memory contexts were not using internal
1020 1920. [bug] The cache rbtdb lock array was too small to
1021 have the desired performance characteristics.
1024 --- 9.4.0a1 released ---
1026 1918. [bug] Memory leak when checking acls. [RT #15391]
1028 1917. [doc] funcsynopsisinfo wasn't being treated as verbatim
1029 when generating man pages. [RT #15385]
1031 1916. [func] Integrate contibuted IDN code from JPNIC. [RT #15383]
1033 1915. [bug] dig +ndots was broken. [RT #15215]
1035 1914. [protocol] DS is required to accept mnemonic algorithms
1036 (RFC 4034). Still emit numeric algorithms for
1037 compatability with RFC 3658. [RT #15354]
1039 1913. [func] Integrate contibuted DLZ code into named. [RT #11382]
1041 1912. [port] aix: atomic locking for powerpc. [RT #15020]
1043 1911. [bug] Update windows socket code. [RT #14965]
1045 1910. [bug] dig's +sigchase code overhauled. [RT #14933]
1047 1909. [bug] The DLV code has been re-worked to make no longer
1048 query order sensitive. [RT #14933]
1050 1908. [func] dig now warns if 'RA' is not set in the answer when
1051 'RD' was set in the query. host/nslookup skip servers
1052 that fail to set 'RA' when 'RD' is set unless a server
1053 is explicitly set. [RT #15005]
1055 1907. [func] host/nslookup now continue (default)/fail on SERVFAIL.
1058 1906. [func] dig now has a '-q queryname' and '+showsearch' options.
1061 1905. [bug] Strings returned from cfg_obj_asstring() should be
1062 treated as read-only. The prototype for
1063 cfg_obj_asstring() has been updated to reflect this.
1066 1904. [func] Automatic empty zone creation for D.F.IP6.ARPA and
1067 friends. Note: RFC 1918 zones are not yet covered by
1068 this but are likely to be in a future release.
1070 New options: empty-server, empty-contact,
1071 empty-zones-enable and disable-empty-zone.
1073 1903. [func] ISC string copy API.
1075 1902. [func] Attempt to make the amount of work performed in a
1076 iteration self tuning. The covers nodes clean from
1077 the cache per iteration, nodes written to disk when
1078 rewriting a master file and nodes destroyed per
1079 iteration when destroying a zone or a cache.
1082 1901. [cleanup] Don't add DNSKEY records to the additional section.
1084 1900. [bug] ixfr-from-differences failed to ensure that the
1085 serial number increased. [RT #15036]
1087 1899. [func] named-checkconf now validates update-policy entries.
1090 1898. [bug] Extend ISC_SOCKADDR_FORMATSIZE and
1091 ISC_NETADDR_FORMATSIZE to allow for scope details.
1093 1897. [func] x86 and x86_64 now have separate atomic locking
1096 1896. [bug] Recursive clients soft quota support wasn't working
1097 as expected. [RT #15103]
1099 1895. [bug] A escaped character is, potentially, converted to
1100 the output character set too early. [RT #14666]
1102 1894. [doc] Review ARM for BIND 9.4.
1104 1893. [port] Use uintptr_t if available. [RT #14606]
1106 1892. [func] Support for SPF rdata type. [RT #15033]
1108 1891. [port] freebsd: pthread_mutex_init can fail if it runs out
1109 of memory. [RT #14995]
1111 1890. [func] Raise the UDP recieve buffer size to 32k if it is
1112 less than 32k. [RT #14953]
1114 1889. [port] sunos: non blocking i/o support. [RT #14951]
1116 1888. [func] Support for IPSECKEY rdata type. [RT #14967]
1118 1887. [bug] The cache could delete expired records too fast for
1119 clients with a virtual time in the past. [RT #14991]
1121 1886. [bug] fctx_create() could return success even though it
1124 1885. [func] dig: report the number of extra bytes still left in
1125 the packet after processing all the records.
1127 1884. [cleanup] dighost.c: move external declarations into <dig/dig.h>.
1129 1883. [bug] dnssec-signzone, dnssec-keygen: handle negative debug
1132 1882. [func] Limit the number of recursive clients that can be
1133 waiting for a single query (<qname,qtype,qclass>) to
1134 resolve. New options clients-per-query and
1135 max-clients-per-query.
1137 1881. [func] Add a system test for named-checkconf. [RT #14931]
1139 1880. [func] The lame cache is now done on a <qname,qclass,qtype>
1140 basis as some servers only appear to be lame for
1141 certain query types. [RT #14916]
1143 1879. [func] "USE INTERNAL MALLOC" is now runtime selectable.
1146 1878. [func] Detect duplicates of UDP queries we are recursing on
1147 and drop them. New stats category "duplicate".
1150 1877. [bug] Fix unreasonably low quantum on call to
1151 dns_rbt_destroy2(). Remove unnecessay unhash_node()
1154 1876. [func] Additional memory debugging support to track size
1155 and mctx arguments. [RT #14814]
1157 1875. [bug] process_dhtkey() was using the wrong memory context
1158 to free some memory. [RT #14890]
1160 1874. [port] sunos: portability fixes. [RT #14814]
1162 1873. [port] win32: isc__errno2result() now reports its caller.
1165 1872. [port] win32: Handle ERROR_NETNAME_DELETED. [RT #13753]
1167 1870. [func] Added framework for handling multiple EDNS versions.
1170 1869. [func] dig can now specify the EDNS version when making
1171 a query. [RT #14873]
1173 1868. [func] edns-udp-size can now be overridden on a per
1174 server basis. [RT #14851]
1176 1867. [bug] It was possible to trigger a INSIST in
1177 dlv_validatezonekey(). [RT #14846]
1179 1866. [bug] resolv.conf parse errors were being ignored by
1180 dig/host/nslookup. [RT #14841]
1182 1865. [bug] Silently ignore nameservers in /etc/resolv.conf with
1183 bad addresses. [RT #14841]
1185 1864. [bug] Don't try the alternative transfer source if you
1186 got a answer / transfer with the main source
1187 address. [RT #14802]
1189 1863. [bug] rrset-order "fixed" error messages not complete.
1191 1862. [func] Add additional zone data constancy checks.
1192 named-checkzone has extended checking of NS, MX and
1193 SRV record and the hosts they reference.
1194 named has extended post zone load checks.
1195 New zone options: check-mx and integrity-check.
1198 1861. [bug] dig could trigger a INSIST on certain malformed
1199 responses. [RT #14801]
1201 1860. [port] solaris 2.8: hack_shutup_pthreadmutexinit was
1202 incorrectly set. [RT #14775]
1204 1859. [func] Add support for CH A record. [RT #14695]
1206 1858. [bug] The flush-zones-on-shutdown option wasn't being
1209 1857. [bug] named could trigger a INSIST() if reconfigured /
1210 reloaded too fast. [RT #14673]
1212 1856. [doc] Switch Docbook toolchain from DSSSL to XSL.
1215 1855. [bug] ixfr-from-differences was failing to detect changes
1216 of ttl due to dns_diff_subtract() was ignoring the ttl
1217 of records. [RT #14616]
1219 1854. [bug] lwres also needs to know the print format for
1220 (long long). [RT #13754]
1222 1853. [bug] Rework how DLV interacts with proveunsecure().
1225 1852. [cleanup] Remove last vestiges of dnssec-signkey and
1226 dnssec-makekeyset (removed from Makefile years ago).
1228 1851. [doc] Doxygen comment markup. [RT #11398]
1230 1850. [bug] Memory leak in lwres_getipnodebyaddr(). [RT #14591]
1232 1849. [doc] All forms of the man pages (docbook, man, html) should
1233 have consistant copyright dates.
1235 1848. [bug] Improve SMF integration. [RT #13238]
1237 1847. [bug] isc_ondestroy_init() is called too late in
1238 dns_rbtdb_create()/dns_rbtdb64_create().
1241 1846. [contrib] query-loc-0.3.0 from Stephane Bortzmeyer
1242 <bortzmeyer@nic.fr>.
1244 1845. [bug] Improve error reporting to distingish between
1245 accept()/fcntl() and socket()/fcntl() errors.
1248 1844. [bug] inet_pton() accepted more that 4 hexadecimal digits
1249 for each 16 bit piece of the IPv6 address. The text
1250 representation of a IPv6 address has been tighted
1251 to disallow this (draft-ietf-ipv6-addr-arch-v4-02.txt).
1254 1843. [cleanup] CINCLUDES takes precedence over CFLAGS. This helps
1255 when CFLAGS contains "-I /usr/local/include"
1256 resulting in old header files being used.
1258 1842. [port] cmsg_len() could produce incorrect results on
1259 some platform. [RT #13744]
1261 1841. [bug] "dig +nssearch" now makes a recursive query to
1262 find the list of nameservers to query. [RT #13694]
1264 1840. [func] dnssec-signzone can now randomize signature end times
1265 (dnssec-signzone -j jitter). [RT #13609]
1267 1839. [bug] <isc/hash.h> was not being installed.
1269 1838. [cleanup] Don't allow Linux capabilities to be inherited.
1272 1837. [bug] Compile time option ISC_FACILITY was not effective
1273 for 'named -u <user>'. [RT #13714]
1275 1836. [cleanup] Silence compiler warnings in hash_test.c.
1277 1835. [bug] Update dnssec-signzone's usage message. [RT #13657]
1279 1834. [bug] Bad memset in rdata_test.c. [RT #13658]
1281 1833. [bug] Race condition in isc_mutex_lock_profile(). [RT #13660]
1283 1832. [bug] named fails to return BADKEY on unknown TSIG algorithm.
1286 1831. [doc] Update named-checkzone documentation. [RT#13604]
1288 1830. [bug] adb lame cache has sence of test reversed. [RT #13600]
1290 1829. [bug] win32: "pid-file none;" broken. [RT #13563]
1292 1828. [bug] isc_rwlock_init() failed to properly cleanup if it
1293 encountered a error. [RT #13549]
1295 1827. [bug] host: update usage message for '-a'. [RT #37116]
1297 1826. [bug] Missing DESTROYLOCK() in isc_mem_createx() on out
1298 of memory error. [RT #13537]
1300 1825. [bug] Missing UNLOCK() on out of memory error from in
1301 rbtdb.c:subtractrdataset(). [RT #13519]
1303 1824. [bug] Memory leak on dns_zone_setdbtype() failure.
1306 1823. [bug] Wrong macro used to check for point to point interface.
1309 1822. [bug] check-names test for RT was reversed. [RT #13382]
1311 1820. [bug] Gracefully handle acl loops. [RT #13659]
1313 1819. [bug] The validator needed to check both the algorithm and
1314 digest types of the DS to determine if it could be
1315 used to introduce a secure zone. [RT #13593]
1317 1818. [bug] 'named-checkconf -z' triggered an INSIST. [RT #13599]
1319 1817. [func] Add support for additional zone file formats for
1320 improving loading performance. The masterfile-format
1321 option in named.conf can be used to specify a
1322 non-default format. A separate command
1323 named-compilezone was provided to generate zone files
1324 in the new format. Additionally, the -I and -O options
1325 for dnssec-signzone specify the input and output
1328 1816. [port] UnixWare: failed to compile lib/isc/unix/net.c.
1331 1815. [bug] nsupdate triggered a REQUIRE if the server was set
1332 without also setting the zone and it encountered
1333 a CNAME and was using TSIG. [RT #13086]
1335 1814. [func] UNIX domain controls are now supported.
1337 1813. [func] Restructured the data locking framework using
1338 architecture dependent atomic operations (when
1339 available), improving response performance on
1340 multi-processor machines significantly.
1341 x86, x86_64, alpha, powerpc, and mips are currently
1344 1812. [port] win32: IN6_IS_ADDR_UNSPECIFIED macro is incorrect.
1347 1811. [func] Preserve the case of domain names in rdata during
1348 zone transfers. [RT #13547]
1350 1810. [bug] configure, lib/bind/configure make different default
1351 decisions about whether to do a threaded build.
1354 1809. [bug] "make distclean" failed for libbind if the platform
1357 1808. [bug] zone.c:notify_zone() contained a race condition,
1358 zone->db could change underneath it. [RT #13511]
1360 1807. [bug] When forwarding (forward only) set the active domain
1361 from the forward zone name. [RT #13526]
1363 1806. [bug] The resolver returned the wrong result when a CNAME /
1364 DNAME was encountered when fetching glue from a
1365 secure namespace. [RT #13501]
1367 1805. [bug] Pending status was not being cleared when DLV was
1370 1804. [bug] Ensure that if we are queried for glue that it fits
1371 in the additional section or TC is set to tell the
1372 client to retry using TCP. [RT #10114]
1374 1803. [bug] dnssec-signzone sometimes failed to remove old
1377 1802. [bug] Handle connection resets better. [RT #11280]
1379 1801. [func] Report differences between hints and real NS rrset
1380 and associated address records.
1382 1800. [bug] Changes #1719 allowed a INSIST to be triggered.
1385 1799. [bug] 'rndc flushname' failed to flush negative cache
1386 entries. [RT #13438]
1388 1798. [func] The server syntax has been extended to support a
1389 range of servers. [RT #11132]
1391 1797. [func] named-checkconf now check acls to verify that they
1392 only refer to existing acls. [RT #13101]
1394 1796. [func] "rndc freeze/thaw" now freezes/thaws all zones.
1396 1795. [bug] "rndc dumpdb" was not fully documented. Minor
1397 formating issues with "rndc dumpdb -all". [RT #13396]
1399 1794. [func] Named and named-checkzone can now both check for
1400 non-terminal wildcard records.
1402 1793. [func] Extend adjusting TTL warning messages. [RT #13378]
1404 1792. [func] New zone option "notify-delay". Specify a minimum
1405 delay between sets of NOTIFY messages.
1407 1791. [bug] 'host -t a' still printed out AAAA and MX records.
1410 1790. [cleanup] Move lib/dns/sec/dst up into lib/dns. This should
1411 allow parallel make to succeed.
1413 1789. [bug] Prerequisite test for tkey and dnssec could fail
1414 with "configure --with-libtool".
1416 1788. [bug] libbind9.la/libbind9.so needs to link against
1417 libisccfg.la/libisccfg.so.
1419 1787. [port] HPUX: both "cc" and "gcc" need -Wl,+vnocompatwarnings.
1421 1786. [port] AIX: libt_api needs to be taught to look for
1422 T_testlist in the main executable (--with-libtool).
1425 1785. [bug] libbind9.la/libbind9.so needs to link against
1426 libisc.la/libisc.so.
1428 1784. [cleanup] "libtool -allow-undefined" is the default.
1429 Leave hooks in configure to allow it to be set
1430 if needed in the future.
1432 1783. [cleanup] We only need one copy of libtool.m4, ltmain.sh in the
1435 1782. [port] OSX: --with-libtool + --enable-libbind broke on
1436 __evOptMonoTime. [RT #13219]
1438 1781. [port] FreeBSD 5.3: set PTHREAD_SCOPE_SYSTEM. [RT #12810]
1440 1780. [bug] Update libtool to 1.5.10.
1442 1779. [port] OSF 5.1: libtool didn't handle -pthread correctly.
1444 1778. [port] HUX 11.11: fix broken IN6ADDR_ANY_INIT and
1445 IN6ADDR_LOOPBACK_INIT macros.
1447 1777. [port] OSF 5.1: fix broken IN6ADDR_ANY_INIT and
1448 IN6ADDR_LOOPBACK_INIT macros.
1450 1776. [port] Solaris 2.9: fix broken IN6ADDR_ANY_INIT and
1451 IN6ADDR_LOOPBACK_INIT macros.
1453 1775. [bug] Only compile getnetent_r.c when threaded. [RT #13205]
1455 1774. [port] Aix: Silence compiler warnings / build failures.
1458 1773. [bug] Fast retry on host / net unreachable. [RT #13153]
1460 1770. [bug] named-checkconf failed to report missing a missing
1461 file clause for rbt{64} master/hint zones. [RT#13009]
1463 1769. [port] win32: change compiler flags /MTd ==> /MDd,
1466 1768. [bug] nsecnoexistnodata() could be called with a non-NSEC
1467 rdataset. [RT #12907]
1469 1767. [port] Builds on IPv6 platforms without IPv6 Advanced API
1470 support for (struct in6_pktinfo) failed. [RT #13077]
1472 1766. [bug] Update the master file timestamp on successful refresh
1473 as well as the journal's timestamp. [RT# 13062]
1475 1765. [bug] configure --with-openssl=auto failed. [RT #12937]
1477 1764. [bug] dns_zone_replacedb failed to emit a error message
1478 if there was no SOA record in the replacment db.
1481 1763. [func] Perform sanity checks on NS records which refer to
1482 'in zone' names. [RT #13002]
1484 1762. [bug] isc_interfaceiter_create() could return ISC_R_SUCCESS
1485 even when it failed. [RT #12995]
1487 1761. [bug] 'rndc dumpdb' didn't report unassociated entries.
1490 1760. [bug] Host / net unreachable was not penalising rtt
1491 estimates. [RT #12970]
1493 1759. [bug] Named failed to startup if the OS supported IPv6
1494 but had no IPv6 interfaces configured. [RT #12942]
1496 1758. [func] Don't send notify messages to self. [RT #12933]
1498 1757. [func] host now can turn on memory debugging flags with '-m'.
1500 1756. [func] named-checkconf now checks the logging configuration.
1503 1755. [func] allow-update is now settable at the options / view
1506 1754. [bug] We wern't always attempting to query the parent
1507 server for the DS records at the zone cut.
1510 1753. [bug] Don't serve a slave zone which has no NS records.
1513 1752. [port] Move isc_app_start() to after ns_os_daemonise()
1514 as some fork() implementations unblock the signals
1515 that are blocked by isc_app_start(). [RT #12810]
1517 1751. [bug] --enable-getifaddrs failed under linux. [RT #12867]
1519 1750. [port] lib/bind/make/rules.in:subdirs was not bash friendly.
1522 1749. [bug] 'check-names response ignore;' failed to ignore.
1525 1748. [func] dig now returns the byte count for axfr/ixfr.
1527 1747. [bug] BIND 8 compatability: named/named-checkconf failed
1528 to parse "host-statistics-max" in named.conf.
1530 1746. [func] Make public the function to read a key file,
1531 dst_key_read_public(). [RT #12450]
1533 1745. [bug] Dig/host/nslookup accept replies from link locals
1534 regardless of scope if no scope was specified when
1535 query was sent. [RT #12745]
1537 1744. [bug] If tuple2msgname() failed to convert a tuple to
1538 a name a REQUIRE could be triggered. [RT #12796]
1540 1743. [bug] If isc_taskmgr_create() was not able to create the
1541 requested number of worker threads then destruction
1542 of the manager would trigger an INSIST() failure.
1545 1742. [bug] Deleting all records at a node then adding a
1546 previously existing record, in a single UPDATE
1547 transaction, failed to leave / regenerate the
1548 associated RRSIG records. [RT #12788]
1550 1741. [bug] Deleting all records at a node in a secure zone
1551 using a update-policy grant failed. [RT #12787]
1553 1740. [bug] Replace rbt's hash algorithm as it performed badly
1554 with certain zones. [RT #12729]
1556 NOTE: a hash context now needs to be established
1557 via isc_hash_create() if the application was not
1560 1739. [bug] dns_rbt_deletetree() could incorrectly return
1561 ISC_R_QUOTA. [RT #12695]
1563 1738. [bug] Enable overrun checking by default. [RT #12695]
1565 1737. [bug] named failed if more than 16 masters were specified.
1568 1736. [bug] dst_key_fromnamedfile() could fail to read a
1569 public key. [RT #12687]
1571 1735. [bug] 'dig +sigtrace' could die with a REQUIRE failure.
1574 1734. [cleanup] 'rndc-confgen -a -t' remove extra '/' in path.
1577 1733. [bug] Return non-zero exit status on initial load failure.
1580 1732. [bug] 'rrset-order name "*"' wasn't being applied to ".".
1583 1731. [port] darwin: relax version test in ifconfig.sh.
1586 1730. [port] Determine the length type used by the socket API.
1589 1729. [func] Improve check-names error messages.
1591 1728. [doc] Update check-names documentation.
1593 1727. [bug] named-checkzone: check-names support didn't match
1596 1726. [port] aix5: add support for aix5.
1598 1725. [port] linux: update error message on interaction of threads,
1599 capabilities and setuid support (named -u). [RT #12541]
1601 1724. [bug] Look for DNSKEY records with "dig +sigtrace".
1604 1723. [cleanup] Silence compiler warnings from t_tasks.c. [RT #12493]
1606 1722. [bug] Don't commit the journal on malformed ixfr streams.
1609 1721. [bug] Error message from the journal processing were not
1610 always identifing the relevent journal. [RT #12519]
1612 1720. [bug] 'dig +chase' did not terminate on a RFC 2308 Type 1
1613 negative response. [RT #12506]
1615 1719. [bug] named was not correctly caching a RFC 2308 Type 1
1616 negative response. [RT #12506]
1618 1718. [bug] nsupdate was not handling RFC 2308 Type 3 negative
1619 responses when looking for the zone / master server.
1622 1717. [port] solaris: ifconfig.sh did not support Solaris 10.
1623 "ifconfig.sh down" didn't work for Solaris 9.
1625 1716. [doc] named.conf(5) was being installed in the wrong
1626 location. [RT# 12441]
1628 1715. [func] 'dig +trace' now randomly selects the next servers
1629 to try. Report if there is a bad delegation.
1631 1714. [bug] dig/host/nslookup were only trying the first
1632 address when a nameserver was specified by name.
1635 1713. [port] linux: extend capset failure message to say:
1636 please ensure that the capset kernel module is
1637 loaded. see insmod(8)
1639 1712. [bug] Missing FULLCHECK for "trusted-key" in dig.
1641 1711. [func] 'rndc unfreeze' has been deprecated by 'rndc thaw'.
1643 1710. [func] 'rndc notify zone [class [view]]' resend the NOTIFY
1644 messages for the specified zone. [RT #9479]
1646 1709. [port] solaris: add SMF support from Sun.
1648 1708. [cleanup] Replaced dns_fullname_hash() with dns_name_fullhash()
1649 for conformance to the name space convention. Binary
1650 backward compatibility to the old function name is
1651 provided. [RT #12376]
1653 1707. [contrib] sdb/ldap updated to version 1.0-beta.
1655 1706. [bug] 'rndc stop' failed to cause zones to be flushed
1656 sometimes. [RT #12328]
1658 1705. [func] Allow the journal's name to be changed via named.conf.
1660 1704. [port] lwres needed a snprintf() implementation for
1661 platforms without snprintf(). Add missing
1662 "#include <isc/print.h>". [RT #12321]
1664 1703. [bug] named would loop sending NOTIFY messages when it
1665 failed to receive a response. [RT #12322]
1667 1702. [bug] also-notify should not be applied to builtin zones.
1670 1701. [doc] A minimal named.conf man page.
1672 1700. [func] nslookup is no longer to be treated as deprecated.
1673 Remove "deprecated" warning message. Add man page.
1675 1699. [bug] dnssec-signzone can generate "not exact" errors
1676 when resigning. [RT #12281]
1678 1698. [doc] Use reserved IPv6 documentation prefix.
1680 1697. [bug] xxx-source{,-v6} was not effective when it
1681 specified one of listening addresses and a
1682 different port than the listening port. [RT #12257]
1684 1696. [bug] dnssec-signzone failed to clean out nodes that
1685 consisted of only NSEC and RRSIG records.
1688 1695. [bug] DS records when forwarding require special handling.
1691 1694. [bug] Report if the builtin views of "_default" / "_bind"
1692 are defined in named.conf. [RT #12023]
1694 1693. [bug] max-journal-size was not effective for master zones
1695 with ixfr-from-differences set. [RT# 12024]
1697 1692. [bug] Don't set -I, -L and -R flags when libcrypto is in
1698 /usr/lib. [RT #11971]
1700 1691. [bug] sdb's attachversion was not complete. [RT #11990]
1702 1690. [bug] Delay detaching view from the client until UPDATE
1703 processing completes when shutting down. [RT #11714]
1705 1689. [bug] DNS_NAME_TOREGION() and DNS_NAME_SPLIT() macros
1706 contained gratuitous semicolons. [RT #11707]
1708 1688. [bug] LDFLAGS was not supported.
1710 1687. [bug] Race condition in dispatch. [RT #10272]
1712 1686. [bug] Named sent a extraneous NOTIFY when it received a
1713 redundant UPDATE request. [RT #11943]
1715 1685. [bug] Change #1679 loop tests weren't quite right.
1717 1684. [func] ixfr-from-differences now takes master and slave in
1718 addition to yes and no at the options and view levels.
1720 1683. [bug] dig +sigchase could leak memory. [RT #11445]
1722 1682. [port] Update configure test for (long long) printf format.
1725 1681. [bug] Only set SO_REUSEADDR when a port is specified in
1726 isc_socket_bind(). [RT #11742]
1728 1680. [func] rndc: the source address can now be specified.
1730 1679. [bug] When there was a single nameserver with multiple
1731 addresses for a zone not all addresses were tried.
1734 1678. [bug] RRSIG should use TYPEXXXXX for unknown types.
1736 1677. [bug] dig: +aaonly didn't work, +aaflag undocumented.
1738 1676. [func] New option "allow-query-cache". This lets
1739 allow-query be used to specify the default zone
1740 access level rather than having to have every
1741 zone override the global value. allow-query-cache
1742 can be set at both the options and view levels.
1743 If allow-query-cache is not set allow-query applies.
1745 1675. [bug] named would sometimes add extra NSEC records to
1746 the authority section.
1748 1674. [port] linux: increase buffer size used to scan
1751 1673. [port] linux: issue a error messages if IPv6 interface
1754 1672. [cleanup] Tests which only function in a threaded build
1755 now return R:THREADONLY (rather than R:UNTESTED)
1756 in a non-threaded build.
1758 1671. [contrib] queryperf: add NAPTR to the list of known types.
1760 1670. [func] Log UPDATE requests to slave zones without an acl as
1761 "disabled" at debug level 3. [RT# 11657]
1763 1668. [bug] DIG_SIGCHASE was making bin/dig/host dump core.
1765 1667. [port] linux: not all versions have IF_NAMESIZE.
1767 1666. [bug] The optional port on hostnames in dual-stack-servers
1770 1665. [func] rndc now allows addresses to be set in the
1773 1664. [bug] nsupdate needed KEY for SIG(0), not DNSKEY.
1775 1663. [func] Look for OpenSSL by default.
1777 1662. [bug] Change #1658 failed to change one use of 'type'
1780 1661. [bug] Restore dns_name_concatenate() call in
1781 adb.c:set_target(). [RT #11582]
1783 1660. [bug] win32: connection_reset_fix() was being called
1784 unconditionally. [RT #11595]
1786 1659. [cleanup] Cleanup some messages that were referring to KEY vs
1787 DNSKEY, NXT vs NSEC and SIG vs RRSIG.
1789 1658. [func] Update dnssec-keygen to default to KEY for HMAC-MD5
1790 and DH. Tighten which options apply to KEY and
1793 1657. [doc] ARM: document query log output.
1795 1656. [doc] Update DNSSEC description in ARM to cover DS, NSEC
1796 DNSKEY and RRSIG. [RT #11542]
1798 1655. [bug] Logging multiple versions w/o a size was broken.
1801 1654. [bug] isc_result_totext() contained array bounds read
1804 1653. [func] Add key type checking to dst_key_fromfilename(),
1805 DST_TYPE_KEY should be used to read TSIG, TKEY and
1808 1652. [bug] TKEY still uses KEY.
1810 1651. [bug] dig: process multiple dash options.
1812 1650. [bug] dig, nslookup: flush standard out after each command.
1814 1649. [bug] Silence "unexpected non-minimal diff" message.
1817 1648. [func] Update dnssec-lookaside named.conf syntax to support
1818 multiple dnssec-lookaside namespaces (not yet
1821 1647. [bug] It was possible trigger a INSIST when chasing a DS
1822 record that required walking back over a empty node.
1825 1646. [bug] win32: logging file versions didn't work with
1826 non-UNC filenames. [RT#11486]
1828 1645. [bug] named could trigger a REQUIRE failure if multiple
1829 masters with keys are specified.
1831 1644. [bug] Update the journal modification time after a
1832 sucessfull refresh query. [RT #11436]
1834 1643. [bug] dns_db_closeversion() could leak memory / node
1835 references. [RT #11163]
1837 1642. [port] Support OpenSSL implementations which don't have
1838 DSA support. [RT #11360]
1840 1641. [bug] Update the check-names description in ARM. [RT #11389]
1842 1640. [bug] win32: isc_socket_cancel(ISC_SOCKCANCEL_ACCEPT) was
1843 incorrectly closing the socket. [RT #11291]
1845 1639. [func] Initial dlv system test.
1847 1638. [bug] "ixfr-from-differences" could generate a REQUIRE
1848 failure if the journal open failed. [RT #11347]
1850 1637. [bug] Node reference leak on error in addnoqname().
1852 1636. [bug] The dump done callback could get ISC_R_SUCCESS even if
1853 a error had occured. The database version no longer
1854 matched the version of the database that was dumped.
1856 1635. [bug] Memory leak on error in query_addds().
1858 1634. [bug] named didn't supply a useful error message when it
1859 detected duplicate views. [RT #11208]
1861 1633. [bug] named should return NOTIMP to update requests to a
1862 slaves without a allow-update-forwarding acl specified.
1865 1632. [bug] nsupdate failed to send prerequisite only UPDATE
1866 messages. [RT #11288]
1868 1631. [bug] dns_journal_compact() could sometimes corrupt the
1869 journal. [RT #11124]
1871 1630. [contrib] queryperf: add support for IPv6 transport.
1873 1629. [func] dig now supports IPv6 scoped addresses with the
1874 extended format in the local-server part. [RT #8753]
1876 1628. [bug] Typo in Compaq Trucluster support. [RT# 11264]
1878 1627. [bug] win32: sockets were not being closed when the
1879 last external reference was removed. [RT# 11179]
1881 1626. [bug] --enable-getifaddrs was broken. [RT#11259]
1883 1625. [bug] named failed to load/transfer RFC2535 signed zones
1884 which contained CNAMES. [RT# 11237]
1886 1624. [bug] zonemgr_putio() call should be locked. [RT# 11163]
1888 1623. [bug] A serial number of zero was being displayed in the
1889 "sending notifies" log message when also-notify was
1892 1622. [func] probe the system to see if IPV6_(RECV)PKTINFO is
1893 available, and suppress wildcard binding if not.
1895 1621. [bug] match-destinations did not work for IPv6 TCP queries.
1898 1620. [func] When loading a zone report if it is signed. [RT #11149]
1900 1619. [bug] Missing ISC_LIST_UNLINK in end_reserved_dispatches().
1903 1618. [bug] Fencepost errors in dns_name_ishostname() and
1904 dns_name_ismailbox() could trigger a INSIST().
1906 1617. [port] win32: VC++ 6.0 support.
1908 1616. [compat] Ensure that named's version is visible in the core
1911 1615. [port] Define ISC_SOCKADDR_LEN_T based on _BSD_SOCKLEN_T_ if
1914 1614. [port] win32: silence resource limit messages. [RT# 11101]
1916 1613. [bug] Builds would fail on machines w/o a if_nametoindex().
1917 Missing #ifdef ISC_PLATFORM_HAVEIFNAMETOINDEX/#endif.
1920 1612. [bug] check-names at the option/view level could trigger
1921 an INSIST. [RT# 11116]
1923 1611. [bug] solaris: IPv6 interface scanning failed to cope with
1924 no active IPv6 interfaces.
1926 1610. [bug] On dual stack machines "dig -b" failed to set the
1927 address type to be looked up with "@server".
1930 1609. [func] dig now has support to chase DNSSEC signature chains.
1931 Requires -DDIG_SIGCHASE=1 to be set in STD_CDEFINES.
1933 DNSSEC validation code in dig coded by Olivier Courtay
1934 (olivier.courtay@irisa.fr) for the IDsA project
1935 (http://idsa.irisa.fr).
1937 1608. [func] dig and host now accept -4/-6 to select IP transport
1938 to use when making queries.
1940 1607. [bug] dig, host and nslookup were still using random()
1941 to generate query ids. [RT# 11013]
1943 1606. [bug] DLV insecurity proof was failing.
1945 1605. [func] New dns_db_find() option DNS_DBFIND_COVERINGNSEC.
1947 1604. [bug] A xfrout_ctx_create() failure would result in
1948 xfrout_ctx_destroy() being called with a
1949 partially initialized structure.
1951 1603. [bug] nsupdate: set interactive based on isatty().
1954 1602. [bug] Logging to a file failed unless a size was specified.
1957 1601. [bug] Silence spurious warning 'both "recursion no;" and
1958 "allow-recursion" active' warning from view "_bind".
1961 1600. [bug] Duplicate zone pre-load checks were not case
1964 1599. [bug] Fix memory leak on error path when checking named.conf.
1966 1598. [func] Specify that certain parts of the namespace must
1967 be secure (dnssec-must-be-secure).
1969 1596. [func] Accept 'notify-source' style syntax for query-source.
1971 1595. [func] New notify type 'master-only'. Enable notify for
1974 1594. [bug] 'rndc dumpdb' could prevent named from answering
1975 queries while the dump was in progress. [RT #10565]
1977 1593. [bug] rndc should return "unknown command" to unknown
1978 commands. [RT# 10642]
1980 1592. [bug] configure_view() could leak a dispatch. [RT# 10675]
1982 1591. [bug] libbind: updated to BIND 8.4.5.
1984 1590. [port] netbsd: update thread support.
1986 1589. [func] DNSSEC lookaside validation.
1988 1588. [bug] win32: TCP sockets could become blocked. [RT #10115]
1990 1587. [bug] dns_message_settsigkey() failed to clear existing key.
1993 1586. [func] "check-names" is now implemented.
1997 1584. [bug] "make test" failed with a read only source tree.
2000 1583. [bug] Records add via UPDATE failed to get the correct trust
2003 1582. [bug] rrset-order failed to work on RRsets with more
2004 than 32 elements. [RT #10381]
2006 1581. [func] Disable DNSSEC support by default. To enable
2007 DNSSEC specify "dnssec-enable yes;" in named.conf.
2009 1580. [bug] Zone destruction on final detach takes a long time.
2012 1579. [bug] Multiple task managers could not be created.
2014 1578. [bug] Don't use CLASS E IPv4 addresses when resolving.
2017 1577. [bug] Use isc_uint32_t in ultrasparc optimizer bug
2018 workaround code. [RT #10331]
2020 1576. [bug] Race condition in dns_dispatch_addresponse().
2023 1575. [func] Log TSIG name on TSIG verify failure. [RT #4404]
2025 1574. [bug] Don't attempt to open the controls socket(s) when
2026 running tests. [RT #9091]
2028 1573. [port] linux: update to libtool 1.5.2 so that
2029 "make install DESTDIR=/xx" works with
2030 "configure --with-libtool". [RT #9941]
2032 1572. [bug] nsupdate: sign the soa query to find the enclosing
2033 zone if the server is specified. [RT #10148]
2035 1571. [bug] rbt:hash_node() could fail leaving the hash table
2036 in an inconsistent state. [RT #10208]
2038 1570. [bug] nsupdate failed to handle classes other than IN.
2039 New keyword 'class' which sets the default class.
2042 1569. [func] nsupdate new command 'answer' which displays the
2043 complete answer message to the last update.
2045 1568. [bug] nsupdate now reports that the update failed in
2046 interactive mode. [RT# 10236]
2048 1567. [bug] B.ROOT-SERVERS.NET is now 192.228.79.201.
2050 1566. [port] Support for the cmsg framework on Solaris and HP/UX.
2051 This also solved the problem that match-destinations
2052 for IPv6 addresses did not work on these systems.
2055 1565. [bug] CD flag should be copied to outgoing queries unless
2056 the query is under a secure entry point in which case
2059 1564. [func] Attempt to provide a fallback entropy source to be
2060 used if named is running chrooted and named is unable
2061 to open entropy source within the chroot area.
2064 1563. [bug] Gracefully fail when unable to obtain neither an IPv4
2065 nor an IPv6 dispatch. [RT #10230]
2067 1562. [bug] isc_socket_create() and isc_socket_accept() could
2068 leak memory under error conditions. [RT #10230]
2070 1561. [bug] It was possible to release the same name twice if
2071 named ran out of memory. [RT #10197]
2073 1560. [port] FreeBSD: work around FreeBSD 5.2 mapping EAI_NODATA
2074 and EAI_NONAME to the same value.
2076 1559. [port] named should ignore SIGFSZ.
2078 1558. [func] New DNSSEC 'disable-algorithms'. Support entry into
2079 child zones for which we don't have a supported
2080 algorithm. Such child zones are treated as unsigned.
2082 1557. [func] Implement missing DNSSEC tests for
2083 * NOQNAME proof with wildcard answers.
2084 * NOWILDARD proof with NXDOMAIN.
2085 Cache and return NOQNAME with wildcard answers.
2087 1556. [bug] nsupdate now treats all names as fully qualified.
2090 1555. [func] 'rrset-order cyclic' no longer has a random starting
2091 point per query. [RT #7572]
2093 1554. [bug] dig, host, nslookup failed when no nameservers
2094 were specified in /etc/resolv.conf. [RT #8232]
2096 1553. [bug] The windows socket code could stop accepting
2097 connections. [RT#10115]
2099 1552. [bug] Accept NOTIFY requests from mapped masters if
2100 matched-mapped is set. [RT #10049]
2102 1551. [port] Open "/dev/null" before calling chroot().
2104 1550. [port] Call tzset(), if available, before calling chroot().
2106 1549. [func] named-checkzone can now write out the zone contents
2107 in a easily parsable format (-D and -o).
2109 1548. [bug] When parsing APL records it was possible to silently
2110 accept out of range ADDRESSFAMILY values. [RT# 9979]
2112 1547. [bug] Named wasted memory recording duplicate lame zone
2115 1546. [bug] We were rejecting valid secure CNAME to negative
2118 1545. [bug] It was possible to leak memory if named was unable to
2119 bind to the specified transfer source and TSIG was
2120 being used. [RT #10120]
2122 1544. [bug] Named would logged a single entry to a file despite it
2123 being over the specified size limit.
2125 1543. [bug] Logging using "versions unlimited" did not work.
2129 1541. [func] NSEC now uses new bitmap format.
2131 1540. [bug] "rndc reload <dynamiczone>" was silently accepted.
2134 1539. [bug] Open UDP sockets for notify-source and transfer-source
2135 that use reserved ports at startup. [RT #9475]
2137 1538. [placeholder] rt9997
2139 1537. [func] New option "querylog". If set specify whether query
2140 logging is to be enabled or disabled at startup.
2142 1536. [bug] Windows socket code failed to log a error description
2143 when returning ISC_R_UNEXPECTED. [RT #9998]
2147 1534. [bug] Race condition when priming cache. [RT# 9940]
2149 1533. [func] Warn if both "recursion no;" and "allow-recursion"
2150 are active. [RT# 4389]
2152 1532. [port] netbsd: the configure test for <sys/sysctl.h>
2153 requires <sys/param.h>.
2155 1531. [port] AIX more libtool fixes.
2157 1530. [bug] It was possible to trigger a INSIST() failure if a
2158 slave master file was removed at just the correct
2161 1529. [bug] "notify explicit;" failed to log that NOTIFY messages
2162 were being sent for the zone. [RT# 9442]
2164 1528. [cleanup] Simplify some dns_name_ functions based on the
2165 deprecation of bitstring labels.
2167 1527. [cleanup] Reduce the number of gettimeofday() calls without
2168 losing necessary timer granularity.
2170 1526. [func] Implemented "additional section caching (or acache)",
2171 an internal cache framework for additional section
2172 content to improve response performance. Several
2173 configuration options were provided to control the
2176 1525. [bug] dns_cache_create() could trigger a REQUIRE
2177 failure in isc_mem_put() during error cleanup.
2180 1524. [port] AIX needs to be able to resolve all symbols when
2181 creating shared libraries (--with-libtool).
2183 1523. [bug] Fix race condition in rbtdb. [RT# 9189]
2185 1522. [bug] dns_db_findnode() relax the requirements on 'name'.
2188 1521. [bug] dns_view_createresolver() failed to check the
2189 result from isc_mem_create(). [RT# 9294]
2191 1520. [protocol] Add SSHFP (SSH Finger Print) type.
2193 1519. [bug] dnssec-signzone:nsec_setbit() computed the wrong
2194 length of the new bitmap.
2196 1518. [bug] dns_nsec_buildrdata(), and hence dns_nsec_build(),
2197 contained a off-by-one error when working out the
2198 number of octets in the bitmap.
2200 1517. [port] Support for IPv6 interface scanning on HP/UX and
2203 1516. [func] Roll the DNSSEC types to RRSIG, NSEC and DNSKEY.
2205 1515. [func] Allow transfer source to be set in a server statement.
2208 1514. [bug] named: isc_hash_destroy() was being called too early.
2211 1513. [doc] Add "US" to root-delegation-only exclude list.
2213 1512. [bug] Extend the delegation-only logging to return query
2214 type, class and responding nameserver.
2216 1511. [bug] delegation-only was generating false positives
2217 on negative answers from subzones.
2219 1510. [func] New view option "root-delegation-only". Apply
2220 delegation-only check to all TLDs and root.
2221 Note there are some TLDs that are NOT delegation
2222 only (e.g. DE, LV, US and MUSEUM) these can be excluded
2223 from the checks by using exclude.
2225 root-delegation-only exclude {
2226 "DE"; "LV"; "US"; "MUSEUM";
2229 1509. [bug] Hint zones should accept delegation-only. Forward
2230 zone should not accept delegation-only.
2232 1508. [bug] Don't apply delegation-only checks to answers from
2235 1507. [bug] Handle BIND 8 style returns to NS queries to parents
2236 when making delegation-only checks.
2238 1506. [bug] Wrong return type for dns_view_isdelegationonly().
2240 1505. [bug] Uninitialized rdataset in sdb. [RT #8750]
2242 1504. [func] New zone type "delegation-only".
2244 1503. [port] win32: install libeay32.dll outside of system32.
2246 1502. [bug] nsupdate: adjust timeouts for UPDATE requests over TCP.
2248 1501. [func] Allow TCP queue length to be specified via
2249 named.conf, tcp-listen-queue.
2251 1500. [bug] host failed to lookup MX records. Also look up
2254 1499. [bug] isc_random need to be seeded better if arc4random()
2257 1498. [port] bsdos: 5.x support.
2261 1496. [port] test for pthread_attr_setstacksize().
2263 1495. [cleanup] Replace hash functions with universal hash.
2265 1494. [security] Turn on RSA BLINDING as a precaution.
2269 1492. [cleanup] Preserve rwlock quota context when upgrading /
2270 downgrading. [RT #5599]
2272 1491. [bug] dns_master_dump*() would produce extraneous $ORIGIN
2275 1490. [bug] Accept reading state as well as working state in
2276 ns_client_next(). [RT #6813]
2278 1489. [compat] Treat 'allow-update' on slave zones as a warning.
2281 1488. [bug] Don't override trust levels for glue addresses.
2284 1487. [bug] A REQUIRE() failure could be triggered if a zone was
2285 queued for transfer and the zone was then removed.
2288 1486. [bug] isc_print_snprintf() '%%' consumed one too many format
2289 characters. [RT# 8230]
2291 1485. [bug] gen failed to handle high type values. [RT #6225]
2293 1484. [bug] The number of records reported after a AXFR was wrong.
2296 1483. [bug] dig axfr failed if the message id in the answer failed
2297 to match that in the request. Only the id in the first
2298 message is required to match. [RT #8138]
2300 1482. [bug] named could fail to start if the kernel supports
2301 IPv6 but no interfaces are configured. Similarly
2302 for IPv4. [RT #6229]
2304 1481. [bug] Refresh and stub queries failed to use masters keys
2305 if specified. [RT #7391]
2307 1480. [bug] Provide replay protection for rndc commands. Full
2308 replay protection requires both rndc and named to
2309 be updated. Partial replay protection (limited
2310 exposure after restart) is provided if just named
2313 1479. [bug] cfg_create_tuple() failed to handle out of
2314 memory cleanup. parse_list() would leak memory
2317 1478. [port] ifconfig.sh didn't account for other virtual
2318 interfaces. It now takes a optional argument
2319 to specify the first interface number. [RT #3907]
2321 1477. [bug] memory leak using stub zones and TSIG.
2325 1475. [port] Probe for old sprintf().
2327 1474. [port] Provide strtoul() and memmove() for platforms
2330 1473. [bug] create_map() and create_string() failed to handle out
2331 of memory cleanup. [RT #6813]
2333 1472. [contrib] idnkit-1.0 from JPNIC, replaces mdnkit.
2335 1471. [bug] libbind: updated to BIND 8.4.0.
2337 1470. [bug] Incorrect length passed to snprintf. [RT #5966]
2339 1469. [func] Log end of outgoing zone transfer at same level
2340 as the start of transfer is logged. [RT #4441]
2342 1468. [func] Internal zones are no longer counted for
2343 'rndc status'. [RT #4706]
2345 1467. [func] $GENERATES now supports optional class and ttl.
2347 1466. [bug] lwresd configuration errors resulted in memory
2348 and lock leaks. [RT #5228]
2350 1465. [bug] isc_base64_decodestring() and isc_base64_tobuffer()
2351 failed to check that trailing bits were zero allowing
2352 some invalid base64 strings to be accepted. [RT #5397]
2354 1464. [bug] Preserve "out of zone" data for outgoing zone
2355 transfers. [RT #5192]
2357 1463. [bug] dns_rdata_from{wire,struct}() failed to catch bad
2358 NXT bit maps. [RT #5577]
2360 1462. [bug] parse_sizeval() failed to check the token type.
2363 1461. [bug] Remove deadlock from rbtdb code. [RT #5599]
2365 1460. [bug] inet_pton() failed to reject certain malformed
2370 1458. [cleanup] sprintf() -> snprintf().
2372 1457. [port] Provide strlcat() and strlcpy() for platforms without
2375 1456. [contrib] gen-data-queryperf.py from Stephane Bortzmeyer.
2377 1455. [bug] <netaddr> missing from server grammar in
2378 doc/misc/options. [RT #5616]
2380 1454. [port] Use getifaddrs() if available for interface scanning.
2381 --disable-getifaddrs to override. Glibc currently
2382 has a getifaddrs() that does not support IPv6.
2383 Use --enable-getifaddrs=glibc to force the use of
2384 this version under linux machines.
2386 1453. [doc] ARM: $GENERATE example wasn't accurate. [RT #5298]
2390 1451. [bug] rndc-confgen didn't exit with a error code for all
2391 failures. [RT #5209]
2393 1450. [bug] Fetching expired glue failed under certain
2394 circumstances. [RT #5124]
2396 1449. [bug] query_addbestns() didn't handle running out of memory
2399 1448. [bug] Handle empty wildcards labels.
2401 1447. [bug] We were casting (unsigned int) to and from (void *).
2402 rdataset->private4 is now rdataset->privateuint4
2403 to reflect a type change.
2405 1446. [func] Implemented undocumented alternate transfer sources
2406 from BIND 8. See use-alt-transfer-source,
2407 alt-transfer-source and alt-transfer-source-v6.
2409 SECURITY: use-alt-transfer-source is ENABLED unless
2410 you are using views. This may cause a security risk
2411 resulting in accidental disclosure of wrong zone
2412 content if the master supplying different source
2413 content based on IP address. If you are not certain
2414 ISC recommends setting use-alt-transfer-source no;
2416 1445. [bug] DNS_ADBFIND_STARTATROOT broke stub zones. This has
2417 been replaced with DNS_ADBFIND_STARTATZONE which
2418 causes the search to start using the closest zone.
2420 1444. [func] dns_view_findzonecut2() allows you to specify if the
2421 cache should be searched for zone cuts.
2423 1443. [func] Masters lists can now be specified and referenced
2424 in zone masters clauses and other masters lists.
2426 1442. [func] New functions for manipulating port lists:
2427 dns_portlist_create(), dns_portlist_add(),
2428 dns_portlist_remove(), dns_portlist_match(),
2429 dns_portlist_attach() and dns_portlist_detach().
2431 1441. [func] It is now possible to tell dig to bind to a specific
2434 1440. [func] It is now possible to tell named to avoid using
2435 certain source ports (avoid-v4-udp-ports,
2436 avoid-v6-udp-ports).
2438 1439. [bug] Named could return NOERROR with certain NOTIFY
2439 failures. Return NOTAUTH if the NOTIFY zone is
2442 1438. [func] Log TSIG (if any) when logging NOTIFY requests.
2444 1437. [bug] Leave space for stdio to work in. [RT #5033]
2446 1436. [func] dns_zonemgr_resumexfrs() can be used to restart
2449 1435. [bug] zmgr_resume_xfrs() was being called read locked
2450 rather than write locked. zmgr_resume_xfrs()
2451 was not being called if the zone was being
2454 1434. [bug] "rndc reconfig" failed to initiate the initial
2455 zone transfer of new slave zones.
2457 1433. [bug] named could trigger a REQUIRE failure if it could
2458 not get a file descriptor when attempting to write
2459 a master file. [RT #4347]
2461 1432. [func] The advertised EDNS UDP buffer size can now be set
2462 via named.conf (edns-udp-size).
2464 1431. [bug] isc_print_snprintf() "%s" with precision could walk off
2465 end of argument. [RT #5191]
2467 1430. [port] linux: IPv6 interface scanning support.
2469 1429. [bug] Prevent the cache getting locked to old servers.
2473 1427. [bug] Race condition in adb with threaded build.
2477 1425. [port] linux/libbind: define __USE_MISC when testing *_r()
2478 function prototypes in netdb.h. [RT #4921]
2480 1424. [bug] EDNS version not being correctly printed.
2482 1423. [contrib] queryperf: added A6 and SRV.
2484 1422. [func] Log name/type/class when denying a query. [RT #4663]
2486 1421. [func] Differentiate updates that don't succeed due to
2487 prerequisites (unsuccessful) vs other reasons
2490 1420. [port] solaris: work around gcc optimizer bug.
2492 1419. [port] openbsd: use /dev/arandom. [RT #4950]
2494 1418. [bug] 'rndc reconfig' did not cause new slaves to load.
2496 1417. [func] ID.SERVER/CHAOS is now a built in zone.
2497 See "server-id" for how to configure.
2499 1416. [bug] Empty node should return NOERROR NODATA, not NXDOMAIN.
2502 1415. [func] DS TTL now derived from NS ttl. NXT TTL now derived
2505 1414. [func] Support for KSK flag.
2507 1413. [func] Explicitly request the (re-)generation of DS records
2508 from keysets (dnssec-signzone -g).
2510 1412. [func] You can now specify servers to be tried if a nameserver
2511 has IPv6 address and you only support IPv4 or the
2512 reverse. See dual-stack-servers.
2514 1411. [bug] empty nodes should stop wildcard matches. [RT #4802]
2516 1410. [func] Handle records that live in the parent zone, e.g. DS.
2518 1409. [bug] DS should have attribute DNS_RDATATYPEATTR_DNSSEC.
2520 1408. [bug] "make distclean" was not complete. [RT #4700]
2522 1407. [bug] lfsr incorrectly implements the shift register.
2525 1406. [bug] dispatch initializes one of the LFSR's with a incorrect
2526 polynomial. [RT #4617]
2528 1405. [func] Use arc4random() if available.
2530 1404. [bug] libbind: ns_name_ntol() could overwrite a zero length
2533 1403. [func] dnssec-signzone, dnssec-keygen, dnssec-makekeyset
2534 dnssec-signkey now report their version in the
2537 1402. [cleanup] A6 has been moved to experimental and is no longer
2540 1401. [bug] adb wasn't clearing state when the timer expired.
2542 1400. [bug] Block the addition of wildcard NS records by IXFR
2543 or UPDATE. [RT #3502]
2545 1399. [bug] Use serial number arithmetic when testing SIG
2546 timestamps. [RT #4268]
2548 1398. [doc] ARM: notify-also should have been also-notify.
2551 1397. [bug] J.ROOT-SERVERS.NET is now 192.58.128.30.
2553 1396. [func] dnssec-signzone: adjust the default signing time by
2554 1 hour to allow for clock skew.
2556 1395. [port] OpenSSL 0.9.7 defines CRYPTO_LOCK_ENGINE but doesn't
2557 have a working implementation. [RT #4079]
2559 1394. [func] It is now possible to check if a particular element is
2560 in a acl. Remove duplicate entries from the localnets
2563 1393. [port] Bind to individual IPv6 interfaces if IPV6_IPV6ONLY
2564 is not available in the kernel to prevent accidently
2565 listening on IPv4 interfaces.
2567 1392. [bug] named-checkzone: update usage.
2569 1391. [func] Add support for IPv6 scoped addresses in named.
2571 1390. [func] host now supports ixfr.
2573 1389. [bug] named could fail to rotate long log files. [RT #3666]
2575 1388. [port] irix: check for sys/sysctl.h and NET_RT_IFLIST before
2576 defining HAVE_IFLIST_SYSCTL. [RT #3770]
2578 1387. [bug] named could crash due to an access to invalid memory
2579 space (which caused an assertion failure) in
2580 incremental cleaning. [RT #3588]
2582 1386. [bug] named-checkzone -z stopped on errors in a zone.
2585 1385. [bug] Setting serial-query-rate to 10 would trigger a
2588 1384. [bug] host was incompatible with BIND 8 in its exit code and
2589 in the output with the -l option. [RT #3536]
2591 1383. [func] Track the serial number in a IXFR response and log if
2592 a mismatch occurs. This is a more specific error than
2593 "not exact". [RT #3445]
2595 1382. [bug] make install failed with --enable-libbind. [RT #3656]
2597 1381. [bug] named failed to correctly process answers that
2598 contained DNAME records where the resulting CNAME
2599 resulted in a negative answer.
2601 1380. [func] 'rndc recursing' dump recursing queries to
2602 'recursing-file = "named.recursing";'.
2604 1379. [func] 'rndc status' now reports tcp and recursion quota
2607 1378. [func] Improved positive feedback for 'rndc {reload|refresh}.
2609 1377. [func] dns_zone_load{new}() now reports if the zone was
2610 loaded, queued for loading to up to date.
2612 1376. [func] New function dns_zone_logc() to log to specified
2615 1375. [func] 'rndc dumpdb' now dumps the adb cache along with the
2618 1374. [func] dns_adb_dump() now logs the lame zones associated
2621 1373. [bug] Recovery from expired glue failed under certain
2624 1372. [bug] named crashes with an assertion failure on exit when
2625 sharing the same port for listening and querying, and
2626 changing listening addresses several times. [RT# 3509]
2628 1371. [bug] notify-source-v6, transfer-source-v6 and
2629 query-source-v6 with explicit addresses and using the
2630 same ports as named was listening on could interfere
2631 with named's ability to answer queries sent to those
2634 1370. [bug] dig '+[no]recurse' was incorrectly documented.
2636 1369. [bug] Adding an NS record as the lexicographically last
2637 record in a secure zone didn't work.
2639 1368. [func] remove support for bitstring labels.
2641 1367. [func] Use response times to select forwarders.
2643 1366. [contrib] queryperf usage was incomplete. Add '-h' for help.
2645 1365. [func] "localhost" and "localnets" acls now include IPv6
2646 addresses / prefixes.
2648 1364. [func] Log file name when unable to open memory statistics
2649 and dump database files. [RT# 3437]
2651 1363. [func] Listen-on-v6 now supports specific addresses.
2653 1362. [bug] remove IFF_RUNNING test when scanning interfaces.
2655 1361. [func] log the reason for rejecting a server when resolving
2658 1360. [bug] --enable-libbind would fail when not built in the
2659 source tree for certain OS's.
2661 1359. [security] Support patches OpenSSL libraries.
2662 http://www.cert.org/advisories/CA-2002-23.html
2664 1358. [bug] It was possible to trigger a INSIST when debugging
2665 large dynamic updates. [RT #3390]
2667 1357. [bug] nsupdate was extremely wasteful of memory.
2669 1356. [tuning] Reduce the number of events / quantum for zone tasks.
2671 1355. [bug] Fix DNSSEC wildcard proof for CNAME/DNAME.
2673 1354. [doc] lwres man pages had illegal nroff.
2675 1353. [contrib] sdb/ldap to version 0.9.
2677 1352. [bug] dig, host, nslookup when falling back to TCP use the
2678 current search entry (if any). [RT #3374]
2680 1351. [bug] lwres_getipnodebyname() returned the wrong name
2681 when given a IPv4 literal, af=AF_INET6 and AI_MAPPED
2684 1350. [bug] dns_name_fromtext() failed to handle too many labels
2687 1349. [security] Minimum OpenSSL version now 0.9.6e (was 0.9.5a).
2688 http://www.cert.org/advisories/CA-2002-23.html
2690 1348. [port] win32: Rewrote code to use I/O Completion Ports
2691 in socket.c and eliminating a host of socket
2692 errors. Performance is enhanced.
2698 1345. [port] Use a explicit -Wformat with gcc. Not all versions
2699 include it in -Wall.
2701 1344. [func] Log if the serial number on the master has gone
2703 If you have multiple machines specified in the masters
2704 clause you may want to set 'multi-master yes;' to
2705 suppress this warning.
2707 1343. [func] Log successful notifies received (info). Adjust log
2708 level for failed notifies to notice.
2710 1342. [func] Log remote address with TCP dispatch failures.
2712 1341. [func] Allow a rate limiter to be stalled.
2714 1340. [bug] Delay and spread out the startup refresh load.
2716 1339. [func] dig, host and nslookup now use IP6.ARPA for nibble
2717 lookups. Bit string lookups are no longer attempted.
2723 1336. [func] Nibble lookups under IP6.ARPA are now supported by
2724 dns_byaddr_create(). dns_byaddr_createptrname() is
2725 deprecated, use dns_byaddr_createptrname2() instead.
2727 1335. [bug] When performing a nonexistence proof, the validator
2728 should discard parent NXTs from higher in the DNS.
2730 1334. [bug] When signing/verifying rdatasets, duplicate rdatas
2731 need to be suppressed.
2733 1333. [contrib] queryperf now reports a summary of returned
2734 rcodes (-c), rcodes are printed in mnemonic form (-v).
2736 1332. [func] Report the current serial with periodic commits when
2737 rolling forward the journal.
2739 1331. [func] Generate DNSSEC wildcard proofs.
2741 1330. [bug] When processing events (non-threaded) only allow
2742 the task one chance to use to use its quantum.
2744 1329. [func] named-checkzone will now check if nameservers that
2745 appear to be IP addresses. Available modes "fail",
2746 "warn" (default) and "ignore" the results of the
2749 1328. [bug] The validator could incorrectly verify an invalid
2752 1327. [bug] The validator would incorrectly mark data as insecure
2753 when seeing a bogus signature before a correct
2756 1326. [bug] DNAME/CNAME signatures were not being cached when
2757 validation was not being performed. [RT #3284]
2759 1325. [bug] If the tcpquota was exhausted it was possible to
2760 to trigger a INSIST() failure.
2762 1324. [port] darwin: ifconfig.sh now supports darwin.
2764 1323. [port] linux: Slackware 4.0 needs <asm/unistd.h>. [RT #3205]
2766 1322. [bug] dnssec-signzone usage message was misleading.
2768 1321. [bug] If the last RRset in a zone is glue, dnssec-signzone
2769 would incorrectly duplicate its output and sign it.
2771 1320. [doc] query-source-v6 was missing from options section.
2774 1319. [func] libbind: log attempts to exploit #1318.
2776 1318. [bug] libbind: Remote buffer overrun.
2778 1317. [port] libbind: TrueUNIX 5.1 does not like __align as a
2781 1316. [bug] libbind: gethostans() could get out of sync parsing
2782 the response if there was a very long CNAME chain.
2784 1315. [bug] Options should apply to the internal _bind view.
2786 1314. [port] Handle ECONNRESET from sendmsg() [unix].
2788 1313. [func] Query log now says if the query was signed (S) or
2789 if EDNS was used (E).
2791 1312. [func] Log TSIG key used w/ outgoing zone transfers.
2793 1311. [bug] lwres_getrrsetbyname leaked memory. [RT #3159]
2795 1310. [bug] 'rndc stop' failed to cause zones to be flushed
2796 sometimes. [RT #3157]
2798 1309. [func] Log that a zone transfer was covered by a TSIG.
2800 1308. [func] DS (delegation signer) support.
2802 1307. [bug] nsupdate: allow white space base64 key data.
2804 1306. [bug] Badly encoded LOC record when the size, horizontal
2805 precision or vertical precision was 0.1m.
2807 1305. [bug] Document that internal zones are included in the
2808 rndc status results.
2810 1304. [func] New function: dns_zone_name().
2812 1303. [func] Option 'flush-zones-on-shutdown <boolean>;'.
2814 1302. [func] Extended rndc dumpdb to support dumping of zones and
2815 view selection: 'dumpdb [-all|-zones|-cache] [view]'.
2817 1301. [func] New category 'update-security'.
2819 1300. [port] Compaq Trucluster support.
2821 1299. [bug] Set AI_ADDRCONFIG when looking up addresses
2822 via getaddrinfo() (affects dig, host, nslookup, rndc
2825 1298. [bug] The CINCLUDES macro in lib/dns/sec/dst/Makefile
2826 could be left with a trailing "\" after configure
2829 1297. [port] linux: make handling EINVAL from socket() no longer
2830 conditional on #ifdef LINUX.
2832 1296. [bug] isc_log_closefilelogs() needed to lock the log
2835 1295. [bug] isc_log_setdebuglevel() needed to lock the log
2838 1294. [func] libbind: no longer attempts bit string labels for
2839 IPv6 reverse resolution. Try IP6.ARPA then IP6.INT
2840 for nibble style resolution.
2842 1293. [func] Entropy can now be retrieved from EGDs. [RT #2438]
2844 1292. [func] Enable IPv6 support when using ioctl style interface
2845 scanning and OS supports SIOCGLIFADDR using struct
2848 1291. [func] Enable IPv6 support when using sysctl style interface
2851 1290. [func] "dig axfr" now reports the number of messages
2852 as well as the number of records.
2854 1289. [port] See if -ldl is required for OpenSSL? [RT #2672]
2856 1288. [bug] Adjusted REQUIRE's in lib/dns/name.c to better
2857 reflect written requirements.
2859 1287. [bug] REQUIRE that DNS_DBADD_MERGE only be set when adding
2860 a rdataset to a zone db in the rbtdb implementation of
2863 1286. [bug] dns_name_downcase() enforce requirement that
2864 target != NULL or name->buffer != NULL.
2866 1285. [func] lwres: probe the system to see what address families
2867 are currently in use.
2869 1284. [bug] The RTT estimate on unused servers was not aged.
2872 1283. [func] Use "dataready" accept filter if available.
2874 1282. [port] libbind: hpux 11.11 interface scanning.
2876 1281. [func] Log zone when unable to get private keys to update
2877 zone. Log zone when NXT records are missing from
2880 1280. [bug] libbind: escape '(' and ')' when converting to
2883 1279. [port] Darwin uses (unsigned long) for size_t. [RT #2590]
2885 1278. [func] dig: now supports +[no]cl +[no]ttlid.
2887 1277. [func] You can now create your own customized printing
2888 styles: dns_master_stylecreate() and
2889 dns_master_styledestroy().
2891 1276. [bug] libbind: const pointer conflicts in res_debug.c.
2893 1275. [port] libbind: hpux: treat all hpux systems as BIG_ENDIAN.
2895 1274. [bug] Memory leak in lwres_gnbarequest_parse().
2897 1273. [port] libbind: solaris: 64 bit binary compatibility.
2899 1272. [contrib] Berkeley DB 4.0 sdb implementation from
2900 Nuno Miguel Rodrigues <nmr@co.sapo.pt>.
2902 1271. [bug] "recursion available: {denied,approved}" was too
2905 1270. [bug] Check that system inet_pton() and inet_ntop() support
2908 1269. [port] Openserver: ifconfig.sh support.
2910 1268. [port] Openserver: the value FD_SETSIZE depends on whether
2911 <sys/param.h> is included or not. Be consistent.
2913 1267. [func] isc_file_openunique() now creates file using mode
2914 0666 rather than 0600.
2916 1266. [bug] ISC_LINK_INIT, ISC_LINK_UNLINK, ISC_LIST_DEQUEUE,
2917 __ISC_LINK_UNLINKUNSAFE and __ISC_LIST_DEQUEUEUNSAFE
2918 are not C++ compatible, use *_TYPE versions instead.
2920 1265. [bug] libbind: LINK_INIT and UNLINK were not compatible with
2921 C++, use LINK_INIT_TYPE and UNLINK_TYPE instead.
2925 1263. [bug] Reference after free error if dns_dispatchmgr_create()
2928 1262. [bug] ns_server_destroy() failed to set *serverp to NULL.
2930 1261. [func] libbind: ns_sign2() and ns_sign_tcp() now provide
2931 support for compressed TSIG owner names.
2933 1260. [func] libbind: res_update can now update IPv6 servers,
2934 new function res_findzonecut2().
2936 1259. [bug] libbind: get_salen() IPv6 support was broken for OSs
2939 1258. [bug] libbind: res_nametotype() and res_nametoclass() were
2942 1257. [bug] Failure to write pid-file should not be fatal on
2945 1256. [contrib] 'queryperf' now has EDNS (-e) + DNSSEC DO (-D) support.
2947 1255. [bug] When verifying that an NXT proves nonexistence, check
2948 the rcode of the message and only do the matching NXT
2949 check. That is, for NXDOMAIN responses, check that
2950 the name is in the range between the NXT owner and
2951 next name, and for NOERROR NODATA responses, check
2952 that the type is not present in the NXT bitmap.
2954 1254. [func] preferred-glue option from BIND 8.3.
2956 1253. [bug] The dnssec system test failed to remove the correct
2959 1252. [bug] Dig, host and nslookup were not checking the address
2960 the answer was coming from against the address it was
2963 1251. [port] win32: a make file contained absolute version specific
2966 1250. [func] Nsupdate will report the address the update was
2969 1249. [bug] Missing masters clause was not handled gracefully.
2972 1248. [bug] DESTDIR was not being propagated between makes.
2974 1247. [bug] Don't reset the interface index for link/site local
2975 addresses. [RT #2576]
2977 1246. [func] New functions isc_sockaddr_issitelocal(),
2978 isc_sockaddr_islinklocal(), isc_netaddr_issitelocal()
2979 and isc_netaddr_islinklocal().
2981 1245. [bug] Treat ENOBUFS, ENOMEM and ENFILE as soft errors for
2984 1244. [bug] Receiving a TCP message from a blackhole address would
2985 prevent further messages being received over that
2988 1243. [bug] It was possible to trigger a REQUIRE() in
2989 dns_message_findtype(). [RT #2659]
2991 1242. [bug] named-checkzone failed if a journal existed. [RT #2657]
2993 1241. [bug] Drop received UDP messages with a zero source port
2994 as these are invariably forged. [RT #2621]
2996 1240. [bug] It was possible to leak zone references by
2997 specifying an incorrect zone to rndc.
2999 1239. [bug] Under certain circumstances named could continue to
3000 use a name after it had been freed triggering
3001 INSIST() failures. [RT #2614]
3003 1238. [bug] It is possible to lockup the server when shutting down
3004 if notifies were being processed. [RT #2591]
3006 1237. [bug] nslookup: "set q=type" failed.
3008 1236. [bug] dns_rdata{class,type}_fromtext() didn't handle non
3009 NULL terminated text regions. [RT #2588]
3011 1235. [func] Report 'out of memory' errors from openssl.
3013 1234. [bug] contrib/sdb: 'zonetodb' failed to call
3014 dns_result_register(). DNS_R_SEENINCLUDE should not
3017 1233. [bug] The flags field of a KEY record can be expressed in
3018 hex as well as decimal.
3020 1232. [bug] unix/errno2result() didn't handle EADDRNOTAVAIL.
3022 1231. [port] HPUX 11.11 recvmsg() can return spurious EADDRNOTAVAIL.
3024 1230. [bug] isccc_cc_isreply() and isccc_cc_isack() were broken.
3026 1229. [bug] named would crash if it received a TSIG signed
3027 query as part of an AXFR response. [RT #2570]
3029 1228. [bug] 'make install' did not depend on 'make all'. [RT #2559]
3031 1227. [bug] dns_lex_getmastertoken() now returns ISC_R_BADNUMBER
3032 if a number was expected and some other token was
3035 1226. [func] Use EDNS for zone refresh queries. [RT #2551]
3037 1225. [func] dns_message_setopt() no longer requires that
3038 dns_message_renderbegin() to have been called.
3040 1224. [bug] 'rrset-order' and 'sortlist' should be additive
3043 1223. [func] 'rrset-order' partially works 'cyclic' and 'random'
3046 1222. [bug] Specifying 'port *' did not always result in a system
3047 selected (non-reserved) port being used. [RT #2537]
3049 1221. [bug] Zone types 'master', 'slave' and 'stub' were not being
3050 compared case insensitively. [RT #2542]
3052 1220. [func] Support for APL rdata type.
3054 1219. [func] Named now reports the TSIG extended error code when
3055 signature verification fails. [RT #1651]
3057 1218. [bug] Named incorrectly returned SERVFAIL rather than
3058 NOTAUTH when there was a TSIG BADTIME error. [RT #2519]
3060 1217. [func] Report locations of previous key definition when a
3061 duplicate is detected.
3063 1216. [bug] Multiple server clauses for the same server were not
3064 reported. [RT #2514]
3066 1215. [port] solaris: add support to ifconfig.sh for x86 2.5.1
3068 1214. [bug] Win32: isc_file_renameunique() could leave zero length
3071 1213. [func] Report view associated with client if it is not a
3072 standard view (_default or _bind).
3074 1212. [port] libbind: 64k answer buffers were causing stack space
3075 to be exceeded for certain OS. Use heap space instead.
3077 1211. [bug] dns_name_fromtext() incorrectly handled certain
3078 valid octal bitlabels. [RT #2483]
3080 1210. [bug] libbind: getnameinfo() failed to lookup IPv4 mapped /
3081 compatible addresses. [RT #2461]
3083 1209. [bug] Dig, host, nslookup were not checking the message ids
3084 on the responses. [RT #2454]
3086 1208. [bug] dns_master_load*() failed to log a error message if
3087 an error was detected when parsing the ownername of
3088 a record. [RT #2448]
3090 1207. [bug] libbind: getaddrinfo() could call freeaddrinfo() with
3093 1206. [bug] SERVFAIL and NOTIMP responses to an EDNS query should
3094 trigger a non-EDNS retry.
3096 1205. [bug] OPT, TSIG and TKEY cannot be used to set the "class"
3097 of the message. [RT #2449]
3099 1204. [bug] libbind: res_nupdate() failed to update the name
3100 server addresses before sending the update.
3102 1203. [func] Report locations of previous acl and zone definitions
3103 when a duplicate is detected.
3105 1202. [func] New functions: cfg_obj_line() and cfg_obj_file().
3107 1201. [bug] Require that if 'callbacks' is passed to
3108 dns_rdata_fromtext(), callbacks->error and
3109 callbacks->warn are initialized.
3111 1200. [bug] Log 'errno' that we are unable to convert to
3112 isc_result_t. [RT #2404]
3114 1199. [doc] ARM reference to RFC 2157 should have been RFC 1918.
3117 1198. [bug] OPT printing style was not consistent with the way the
3118 header fields are printed. The DO bit was not reported
3119 if set. Report if any of the MBZ bits are set.
3121 1197. [bug] Attempts to define the same acl multiple times were not
3124 1196. [contrib] update mdnkit to 2.2.3.
3126 1195. [bug] Attempts to redefine builtin acls should be caught.
3129 1194. [bug] Not all duplicate zone definitions were being detected
3130 at the named.conf checking stage. [RT #2431]
3132 1193. [bug] dig +besteffort parsing didn't handle packet
3133 truncation. dns_message_parse() has new flag
3134 DNS_MESSAGE_IGNORETRUNCATION.
3136 1192. [bug] The seconds fields in LOC records were restricted
3137 to three decimal places. More decimal places should
3138 be allowed but warned about.
3140 1191. [bug] A dynamic update removing the last non-apex name in
3141 a secure zone would fail. [RT #2399]
3143 1190. [func] Add the "rndc freeze" and "rndc unfreeze" commands.
3146 1189. [bug] On some systems, malloc(0) returns NULL, which
3147 could cause the caller to report an out of memory
3150 1188. [bug] Dynamic updates of a signed zone would fail if
3151 some of the zone private keys were unavailable.
3153 1187. [bug] named was incorrectly returning DNSSEC records
3154 in negative responses when the DO bit was not set.
3156 1186. [bug] isc_hex_tobuffer(,,length = 0) failed to unget the
3157 EOL token when reading to end of line.
3159 1185. [bug] libbind: don't assume statp->_u._ext.ext is valid
3160 unless RES_INIT is set when calling res_*init().
3162 1184. [bug] libbind: call res_ndestroy() if RES_INIT is set
3163 when res_*init() is called.
3165 1183. [bug] Handle ENOSR error when writing to the internal
3166 control pipe. [RT #2395]
3168 1182. [bug] The server could throw an assertion failure when
3169 constructing a negative response packet.
3171 1181. [func] Add the "key-directory" configuration statement,
3172 which allows the server to look for online signing
3173 keys in alternate directories.
3175 1180. [func] dnssec-keygen should always generate keys with
3176 protocol 3 (DNSSEC), since it's less confusing
3179 1179. [func] Add SIG(0) support to nsupdate.
3181 1178. [bug] Follow and cache (if appropriate) A6 and other
3182 data chains to completion in the additional section.
3184 1177. [func] Report view when loading zones if it is not a
3185 standard view (_default or _bind). [RT #2270]
3187 1176. [doc] Document that allow-v6-synthesis is only performed
3188 for clients that are supplied recursive service.
3191 1175. [bug] named-checkzone and named-checkconf failed to call
3192 dns_result_register() at startup which could
3193 result in runtime exceptions when printing
3194 "out of memory" errors. [RT #2335]
3196 1174. [bug] Win32: add WSAECONNRESET to the expected errors
3197 from connect(). [RT #2308]
3199 1173. [bug] Potential memory leaks in isc_log_create() and
3200 isc_log_settag(). [RT #2336]
3202 1172. [doc] Add CERT, GPOS, KX, NAPTR, NSAP, PX and TXT to
3203 table of RR types in ARM.
3205 1171. [func] Added function isc_region_compare(), updated files in
3206 lib/dns to use this function instead of local one.
3208 1170. [bug] Don't attempt to print the token when a I/O error
3209 occurs when parsing named.conf. [RT #2275]
3211 1169. [func] Identify recursive queries in the query log.
3213 1168. [bug] Empty also-notify clauses were not handled. [RT #2309]
3215 1167. [contrib] nslint-2.1a3 (from author).
3217 1166. [bug] "Not Implemented" should be reported as NOTIMP,
3218 not NOTIMPL. [RT #2281]
3220 1165. [bug] We were rejecting notify-source{-v6} in zone clauses.
3222 1164. [bug] Empty masters clauses in slave / stub zones were not
3223 handled gracefully. [RT #2262]
3225 1163. [func] isc_time_formattimestamp() now includes the year.
3227 1162. [bug] The allow-notify option was not accepted in slave
3230 1161. [bug] named-checkzone looped on unbalanced brackets.
3233 1160. [bug] Generating Diffie-Hellman keys longer than 1024
3234 bits could fail. [RT #2241]
3236 1159. [bug] MD and MF are not permitted to be loaded by RFC1123.
3238 1158. [func] Report the client's address when logging notify
3241 1157. [func] match-clients and match-destinations now accept
3244 1156. [port] The configure test for strsep() incorrectly
3245 succeeded on certain patched versions of
3246 AIX 4.3.3. [RT #2190]
3248 1155. [func] Recover from master files being removed from under
3251 1154. [bug] Don't attempt to obtain the netmask of a interface
3252 if there is no address configured. [RT #2176]
3254 1153. [func] 'rndc {stop|halt} -p' now reports the process id
3255 of the instance of named being shutdown.
3257 1152. [bug] libbind: read buffer overflows.
3259 1151. [bug] nslookup failed to check that the arguments to
3260 the port, timeout, and retry options were
3261 valid integers and in range. [RT #2099]
3263 1150. [bug] named incorrectly accepted TTL values
3264 containing plus or minus signs, such as
3267 1149. [func] New function isc_parse_uint32().
3269 1148. [func] 'rndc-confgen -a' now provides positive feedback.
3271 1147. [func] Set IPV6_V6ONLY on IPv6 sockets if supported by
3272 the OS. listen-on-v6 { any; }; should no longer
3273 result in IPv4 queries be accepted. Similarly
3274 control { inet :: ... }; should no longer result
3275 in IPv4 connections being accepted. This can be
3276 overridden at compile time by defining
3279 1146. [func] Allow IPV6_IPV6ONLY to be set/cleared on a socket if
3280 supported by the OS by a new function
3281 isc_socket_ipv6only().
3283 1145. [func] "host" no longer reports a NOERROR/NODATA response
3284 by printing nothing. [RT #2065]
3286 1144. [bug] rndc-confgen would crash if both the -a and -t
3287 options were specified. [RT #2159]
3289 1143. [bug] When a trusted-keys statement was present and named
3290 was built without crypto support, it would leak memory.
3292 1142. [bug] dnssec-signzone would fail to delete temporary files
3293 in some failure cases. [RT #2144]
3295 1141. [bug] When named rejected a control message, it would
3296 leak a file descriptor and memory. It would also
3297 fail to respond, causing rndc to hang.
3300 1140. [bug] rndc-confgen did not accept IPv6 addresses as arguments
3301 to the -s option. [RT #2138]
3303 1139. [func] It is now possible to flush a given name from the
3304 cache(s) via 'rndc flushname name [view]'. [RT #2051]
3306 1138. [func] It is now possible to flush a given name from the
3307 cache by calling the new function
3308 dns_cache_flushname().
3310 1137. [func] It is now possible to flush a given name from the
3311 ADB by calling the new function dns_adb_flushname().
3313 1136. [bug] CNAME records synthesized from DNAMEs did not
3314 have a TTL of zero as required by RFC2672.
3317 1135. [func] You can now override the default syslog() facility for
3318 named/lwresd at compile time. [RT #1982]
3320 1134. [bug] Multi-threaded servers could deadlock in ferror()
3321 when reloading zone files. [RT #1951, #1998]
3323 1133. [bug] IN6_IS_ADDR_LOOPBACK was not portably defined on
3324 platforms without IN6_IS_ADDR_LOOPBACK. [RT #2106]
3326 1132. [func] Improve UPDATE prerequisite failure diagnostic messages.
3328 1131. [bug] The match-destinations view option did not work with
3329 IPv6 destinations. [RT #2073, #2074]
3331 1130. [bug] Log messages reporting an out-of-range serial number
3332 did not include the out-of-range number but the
3333 following token. [RT #2076]
3335 1129. [bug] Multi-threaded servers could crash under heavy
3336 resolution load due to a race condition. [RT #2018]
3338 1128. [func] sdb drivers can now provide RR data in either text
3339 or wire format, the latter using the new functions
3340 dns_sdb_putrdata() and dns_sdb_putnamedrdata().
3342 1127. [func] rndc: If the server to contact has multiple addresses,
3345 1126. [bug] The server could access a freed event if shut
3346 down while a client start event was pending
3347 delivery. [RT #2061]
3349 1125. [bug] rndc: -k option was missing from usage message.
3352 1124. [doc] dig: +[no]dnssec, +[no]besteffort and +[no]fail
3353 are now documented. [RT #2052]
3355 1123. [bug] dig +[no]fail did not match description. [RT #2052]
3357 1122. [tuning] Resolution timeout reduced from 90 to 30 seconds.
3360 1121. [bug] The server could attempt to access a NULL zone
3361 table if shut down while resolving.
3364 1120. [bug] Errors in options were not fatal. [RT #2002]
3366 1119. [func] Added support in Win32 for NTFS file/directory ACL's
3369 1118. [bug] On multi-threaded servers, a race condition
3370 could cause an assertion failure in resolver.c
3371 during resolver shutdown. [RT #2029]
3373 1117. [port] The configure check for in6addr_loopback incorrectly
3374 succeeded on AIX 4.3 when compiling with -O2
3375 because the test code was optimized away.
3378 1116. [bug] Setting transfers in a server clause, transfers-in,
3379 or transfers-per-ns to a value greater than
3380 2147483647 disabled transfers. [RT #2002]
3382 1115. [func] Set maximum values for cleaning-interval,
3383 heartbeat-interval, interface-interval,
3384 max-transfer-idle-in, max-transfer-idle-out,
3385 max-transfer-time-in, max-transfer-time-out,
3386 statistics-interval of 28 days and
3387 sig-validity-interval of 3660 days. [RT #2002]
3389 1114. [port] Ignore more accept() errors. [RT #2021]
3391 1113. [bug] The allow-update-forwarding option was ignored
3392 when specified in a view. [RT #2014]
3396 1111. [bug] Multi-threaded servers could deadlock processing
3397 recursive queries due to a locking hierarchy
3398 violation in adb.c. [RT #2017]
3400 1110. [bug] dig should only accept valid abbreviations of +options.
3403 1109. [bug] nsupdate accepted illegal ttl values.
3405 1108. [bug] On Win32, rndc was hanging when named was not running
3406 due to failure to select for exceptional conditions
3407 in select(). [RT #1870]
3409 1107. [bug] nsupdate could catch an assertion failure if an
3410 invalid domain name was given as the argument to
3413 1106. [bug] After seeing an out of range TTL, nsupdate would
3414 treat all TTLs as out of range. [RT #2001]
3416 1105. [port] OpenUNIX 8 enable threads by default. [RT #1970]
3418 1104. [bug] Invalid arguments to the transfer-format option
3419 could cause an assertion failure. [RT #1995]
3421 1103. [port] OpenUNIX 8 support (ifconfig.sh). [RT #1970]
3423 1102. [doc] Note that query logging is enabled by directing the
3424 queries category to a channel.
3426 1101. [bug] Array bounds read error in lwres_gai_strerror.
3428 1100. [bug] libbind: DNSSEC key ids were computed incorrectly.
3430 1099. [cleanup] libbind: defining REPORT_ERRORS in lib/bind/dst caused
3431 compile time errors.
3433 1098. [bug] libbind: HMAC-MD5 key files are now mode 0600.
3435 1097. [func] libbind: RES_PRF_TRUNC for dig.
3437 1096. [func] libbind: "DNSSEC OK" (DO) support.
3439 1095. [func] libbind: resolver option: no-tld-query. disables
3440 trying unqualified as a tld. no_tld_query is also
3441 supported for FreeBSD compatibility.
3443 1094. [func] libbind: add support gcc's format string checking.
3445 1093. [doc] libbind: miscellaneous nroff fixes.
3447 1092. [bug] libbind: get*by*() failed to check if res_init() had
3450 1091. [bug] libbind: misplaced va_end().
3452 1090. [bug] libbind: dns_ho.c:add_hostent() was not returning
3453 the amount of memory consumed resulting in garbage
3454 address being returned. Alignment calculations were
3455 wasting space. We weren't suppressing duplicate
3458 1089. [func] libbind: inet_{cidr,net}_{pton,ntop}() now have IPv6
3461 1088. [port] libbind: MPE/iX C.70 (incomplete)
3463 1087. [bug] libbind: struct __res_state too large on 64 bit arch.
3465 1086. [port] libbind: sunos: old sprintf.
3467 1085. [port] libbind: solaris: sys_nerr and sys_errlist do not
3468 exist when compiling in 64 bit mode.
3470 1084. [cleanup] libbind: gai_strerror() rewritten.
3472 1083. [bug] The default control channel listened on the
3473 wildcard address, not the loopback as documented.
3476 1082. [bug] The -g option to named incorrectly caused logging
3477 to be sent to syslog in addition to stderr.
3480 1081. [bug] Multicast queries were incorrectly identified
3481 based on the source address, not the destination
3484 1080. [bug] BIND 8 compatibility: accept bare IP prefixes
3485 as the second element of a two-element top level
3486 sort list statement. [RT #1964]
3488 1079. [bug] BIND 8 compatibility: accept bare elements at top
3489 level of sort list treating them as if they were
3490 a single element list. [RT #1963]
3492 1078. [bug] We failed to correct bad tv_usec values in one case.
3495 1077. [func] Do not accept further recursive clients when
3496 the total number of recursive lookups being
3497 processed exceeds max-recursive-clients, even
3498 if some of the lookups are internally generated.
3501 1076. [bug] A badly defined global key could trigger an assertion
3502 on load/reload if views were used. [RT #1947]
3504 1075. [bug] Out-of-range network prefix lengths were not
3505 reported. [RT #1954]
3507 1074. [bug] Running out of memory in dump_rdataset() could
3508 cause an assertion failure. [RT #1946]
3510 1073. [bug] The ADB cache cleaning should also be space driven.
3513 1072. [bug] The TCP client quota could be exceeded when
3514 recursion occurred. [RT #1937]
3516 1071. [bug] Sockets listening for TCP DNS connections
3517 specified an excessive listen backlog. [RT #1937]
3519 1070. [bug] Copy DNSSEC OK (DO) to response as specified by
3520 draft-ietf-dnsext-dnssec-okbit-03.txt.
3524 1068. [bug] errno could be overwritten by catgets(). [RT #1921]
3526 1067. [func] Allow quotas to be soft, isc_quota_soft().
3528 1066. [bug] Provide a thread safe wrapper for strerror().
3531 1065. [func] Runtime support to select new / old style interface
3532 scanning using ioctls.
3534 1064. [bug] Do not shut down active network interfaces if we
3535 are unable to scan the interface list. [RT #1921]
3537 1063. [bug] libbind: "make install" was failing on IRIX.
3540 1062. [bug] If the control channel listener socket was shut
3541 down before server exit, the listener object could
3542 be freed twice. [RT #1916]
3544 1061. [bug] If periodic cache cleaning happened to start
3545 while cleaning due to reaching the configured
3546 maximum cache size was in progress, the server
3547 could catch an assertion failure. [RT #1912]
3549 1060. [func] Move refresh, stub and notify UDP retry processing
3552 1059. [func] dns_request now support will now retry UDP queries,
3553 dns_request_createvia2() and dns_request_createraw2().
3555 1058. [func] Limited lifetime ticker timers are now available,
3556 isc_timertype_limited.
3558 1057. [bug] Reloading the server after adding a "file" clause
3559 to a zone statement could cause the server to
3560 crash due to a typo in change 1016.
3562 1056. [bug] Rndc could catch an assertion failure on SIGINT due
3563 to an uninitialized variable. [RT #1908]
3565 1055. [func] Version and hostname queries can now be disabled
3566 using "version none;" and "hostname none;",
3569 1054. [bug] On Win32, cfg_categories and cfg_modules need to be
3570 exported from the libisccfg DLL.
3572 1053. [bug] Dig did not increase its timeout when receiving
3573 AXFRs unless the +time option was used. [RT #1904]
3575 1052. [bug] Journals were not being created in binary mode
3576 resulting in "journal format not recognized" error
3577 under Win32. [RT #1889]
3579 1051. [bug] Do not ignore a network interface completely just
3580 because it has a noncontiguous netmask. Instead,
3581 omit it from the localnets ACL and issue a warning.
3584 1050. [bug] Log messages reporting malformed IP addresses in
3585 address lists such as that of the forwarders option
3586 failed to include the correct error code, file
3587 name, and line number. [RT #1890]
3589 1049. [func] "pid-file none;" will disable writing a pid file.
3592 1048. [bug] Servers built with -DISC_MEM_USE_INTERNAL_MALLOC=1
3595 1047. [bug] named was incorrectly refusing all requests signed
3596 with a TSIG key derived from an unsigned TKEY
3597 negotiation with a NOERROR response. [RT #1886]
3599 1046. [bug] The help message for the --with-openssl configure
3600 option was inaccurate. [RT #1880]
3602 1045. [bug] It was possible to skip saving glue for a nameserver
3605 1044. [bug] Specifying allow-transfer, notify-source, or
3606 notify-source-v6 in a stub zone was not treated
3609 1043. [bug] Specifying a transfer-source or transfer-source-v6
3610 option in the zone statement for a master zone was
3611 not treated as an error. [RT #1876]
3613 1042. [bug] The "config" logging category did not work properly.
3616 1041. [bug] Dig/host/nslookup could catch an assertion failure
3617 on SIGINT due to an uninitialized variable. [RT #1867]
3619 1040. [bug] Multiple listen-on-v6 options with different ports
3620 were not accepted. [RT #1875]
3622 1039. [bug] Negative responses with CNAMEs in the answer section
3623 were cached incorrectly. [RT #1862]
3625 1038. [bug] In servers configured with a tkey-domain option,
3626 TKEY queries with an owner name other than the root
3627 could cause an assertion failure. [RT #1866, #1869]
3629 1037. [bug] Negative responses whose authority section contain
3630 SOA or NS records whose owner names are not equal
3631 equal to or parents of the query name should be
3632 rejected. [RT #1862]
3634 1036. [func] Silently drop requests received via multicast as
3635 long as there is no final multicast DNS standard.
3637 1035. [bug] If we respond to multicast queries (which we
3638 currently do not), respond from a unicast address
3639 as specified in RFC 1123. [RT #137]
3641 1034. [bug] Ignore the RD bit on multicast queries as specified
3642 in RFC 1123. [RT #137]
3644 1033. [bug] Always respond to requests with an unsupported opcode
3645 with NOTIMP, even if we don't have a matching view
3646 or cannot determine the class.
3648 1032. [func] hostname.bind/txt/chaos now returns the name of
3649 the machine hosting the nameserver. This is useful
3650 in diagnosing problems with anycast servers.
3652 1031. [bug] libbind.a: isc__gettimeofday() infinite recursion.
3655 1030. [bug] On systems with no resolv.conf file, nsupdate
3656 exited with an error rather than defaulting
3657 to using the loopback address. [RT #1836]
3659 1029. [bug] Some named.conf errors did not cause the loading
3660 of the configuration file to return a failure
3661 status even though they were logged. [RT #1847]
3663 1028. [bug] On Win32, dig/host/nslookup looked for resolv.conf
3664 in the wrong directory. [RT #1833]
3666 1027. [bug] RRs having the reserved type 0 should be rejected.
3671 1025. [bug] Don't use multicast addresses to resolve iterative
3674 1024. [port] Compilation failed on HP-UX 11.11 due to
3675 incompatible use of the SIOCGLIFCONF macro
3678 1023. [func] Accept hints without TTLs.
3680 1022. [bug] Don't report empty root hints as "extra data".
3683 1021. [bug] On Win32, log message timestamps were one month
3684 later than they should have been, and the server
3685 would exhibit unspecified behavior in December.
3687 1020. [bug] IXFR log messages did not distinguish between
3688 true IXFRs, AXFR-style IXFRs, and mere version
3691 1019. [bug] The value of the lame-ttl option was limited to 18000
3692 seconds, not 1800 seconds as documented. [RT #1803]
3694 1018. [bug] The default log channel was not always initialized
3695 correctly. [RT #1813]
3697 1017. [bug] When specifying TSIG keys to dig and nsupdate using
3698 the -k option, they must be HMAC-MD5 keys. [RT #1810]
3700 1016. [bug] Slave zones with no backup file were re-transferred
3701 on every server reload.
3703 1015. [bug] Log channels that had a "versions" option but no
3704 "size" option failed to create numbered log
3707 1014. [bug] Some queries would cause statistics counters to
3708 increment more than once or not at all. [RT #1321]
3710 1013. [bug] It was possible to cancel a query twice when marking
3711 a server as bogus or by having a blackhole acl.
3714 1012. [bug] The -p option to named did not behave as documented.
3716 1011. [cleanup] Removed isc_dir_current().
3718 1010. [bug] The server could attempt to execute a command channel
3719 command after initiating server shutdown, causing
3720 an assertion failure. [RT #1766]
3722 1009. [port] OpenUNIX 8 support. [RT #1728]
3724 1008. [port] libtool.m4, ltmain.sh from libtool-1.4.2.
3726 1007. [port] config.guess, config.sub from autoconf-2.52.
3728 1006. [bug] If a KEY RR was found missing during DNSSEC validation,
3729 an assertion failure could subsequently be triggered
3730 in the resolver. [RT #1763]
3732 1005. [bug] Don't copy nonzero RCODEs from request to response.
3735 1004. [port] Deal with recvfrom() returning EHOSTDOWN. [RT #1770]
3737 1003. [func] Add the +retry option to dig.
3739 1002. [bug] When reporting an unknown class name in named.conf,
3740 including the file name and line number. [RT #1759]
3742 1001. [bug] win32 socket code doio_recv was not catching a
3743 WSACONNRESET error when a client was timing out
3744 the request and closing its socket. [RT #1745]
3746 1000. [bug] BIND 8 compatibility: accept "HESIOD" as an alias
3747 for class "HS". [RT #1759]
3749 999. [func] "rndc retransfer zone [class [view]]" added.
3752 998. [func] named-checkzone now has arguments to specify the
3753 chroot directory (-t) and working directory (-w).
3756 997. [func] Add support for RSA-SHA1 keys (RFC3110).
3758 996. [func] Issue warning if the configuration filename contains
3761 995. [bug] dig, host, nslookup: using a raw IPv6 address as a
3762 target address should be fatal on a IPv4 only system.
3764 994. [func] Treat non-authoritative responses to queries for type
3765 NS as referrals even if the NS records are in the
3766 answer section, because BIND 8 servers incorrectly
3767 send them that way. This is necessary for DNSSEC
3768 validation of the NS records of a secure zone to
3769 succeed when the parent is a BIND 8 server. [RT #1706]
3771 993. [func] dig: -v now reports the version.
3773 992. [doc] dig: ~/.digrc is now documented.
3775 991. [func] Lower UDP refresh timeout messages to level
3778 990. [bug] The rndc-confgen man page was not installed.
3780 989. [bug] Report filename if $INCLUDE fails for file related
3783 988. [bug] 'additional-from-auth no;' did not work reliably
3784 in the case of queries answered from the cache.
3787 987. [bug] "dig -help" didn't show "+[no]stats".
3789 986. [bug] "dig +noall" failed to clear stats and command
3792 985. [func] Consider network interfaces to be up iff they have
3793 a nonzero IP address rather than based on the
3794 IFF_UP flag. [RT #1160]
3796 984. [bug] Multi-threading should be enabled by default on
3797 Solaris 2.7 and newer, but it wasn't.
3799 983. [func] The server now supports generating IXFR difference
3800 sequences for non-dynamic zones by comparing zone
3801 versions, when enabled using the new config
3802 option "ixfr-from-differences". [RT #1727]
3804 982. [func] If "memstatistics-file" is set in options the memory
3805 statistics will be written to it.
3807 981. [func] The dnssec tools can now take multiple '-r randomfile'
3810 980. [bug] Incoming zone transfers restarting after an error
3811 could trigger an assertion failure. [RT #1692]
3813 979. [func] Incremental master file dumping. dns_master_dumpinc(),
3814 dns_master_dumptostreaminc(), dns_dumpctx_attach(),
3815 dns_dumpctx_detach(), dns_dumpctx_cancel(),
3816 dns_dumpctx_db() and dns_dumpctx_version().
3818 978. [bug] dns_db_attachversion() had an invalid REQUIRE()
3821 977. [bug] Improve "not at top of zone" error message.
3823 976. [func] named-checkconf can now test load master zones
3824 (named-checkconf -z). [RT #1468]
3826 975. [bug] "max-cache-size default;" as a view option
3827 caused an assertion failure.
3829 974. [bug] "max-cache-size unlimited;" as a global option
3832 973. [bug] Failed to log the question name when logging:
3833 "bad zone transfer request: non-authoritative zone
3836 972. [bug] The file modification time code in zone.c was using the
3837 wrong epoch. [RT #1667]
3841 970. [func] 'max-journal-size' can now be used to set a target
3844 969. [func] dig now supports the undocumented dig 8 feature
3845 of allowing arbitrary labels, not just dotted
3846 decimal quads, with the -x option. This can be
3847 used to conveniently look up RFC2317 names as in
3848 "dig -x 10.0.0.0-127". [RT #827, #1576, #1598]
3850 968. [bug] On win32, the isc_time_now() function was unnecessarily
3851 calling strtime(). [RT #1671]
3853 967. [bug] On win32, the link for bindevt was not including the
3854 required resource file to enable the event viewer
3855 to interpret the error messages in the event log,
3860 965. [bug] Including data other than root server NS and A
3861 records in the root hint file could cause a rbtdb
3862 node reference leak. [RT #1581, #1618]
3864 964. [func] Warn if data other than root server NS and A records
3865 are found in the root hint file. [RT #1581, #1618]
3867 963. [bug] Bad ISC_LANG_ENDDECLS. [RT #1645]
3869 962. [bug] libbind: bad "#undef", don't attempt to install
3870 non-existant nlist.h. [RT #1640]
3872 961. [bug] Tried to use a IPV6 feature when ISC_PLATFORM_HAVEIPV6
3873 was not defined. [RT #1482]
3875 960. [port] liblwres failed to build on systems with support for
3876 getrrsetbyname() in the OS. [RT #1592]
3878 959. [port] On FreeBSD, determine the number of CPUs by calling
3879 sysctlbyname(). [RT #1584]
3881 958. [port] ssize_t is not available on all platforms. [RT #1607]
3883 957. [bug] sys/select.h inclusion was broken on older platforms.
3886 956. [bug] ns_g_autorndcfile changed to ns_g_keyfile
3887 in named/win32/os.c due to code changes in
3888 change #953. win32 .make file for rndc-confgen
3889 updated to add include path for os.h header.
3891 --- 9.2.0rc1 released ---
3893 955. [bug] When using views, the zone's class was not being
3894 inherited from the view's class. [RT #1583]
3896 954. [bug] When requesting AXFRs or IXFRs using dig, host, or
3897 nslookup, the RD bit should not be set as zone
3898 transfers are inherently nonrecursive. [RT #1575]
3900 953. [func] The /var/run/named.key file from change #843
3901 has been replaced by /etc/rndc.key. Both
3902 named and rndc will look for this file and use
3903 it to configure a default control channel key
3904 if not already configured using a different
3905 method (rndc.conf / controls). Unlike
3906 named.key, rndc.key is not created automatically;
3907 it must be created by manually running
3910 952. [bug] The server required manual intervention to serve the
3911 affected zones if it died between creating a journal
3912 and committing the first change to it.
3914 951. [bug] CFLAGS was not passed to the linker when
3915 linking some of the test programs under
3916 bin/tests. [RT #1555].
3918 950. [bug] Explicit TTLs did not properly override $TTL
3919 due to a bug in change 834. [RT #1558]
3921 949. [bug] host was unable to print records larger than 512
3924 --- 9.2.0b2 released ---
3926 948. [port] Integrated support for building on Windows NT /
3929 947. [bug] dns_rdata_soa_t had a badly named element "mname" which
3930 was really the RNAME field from RFC1035. To avoid
3931 confusion and silent errors that would occur it the
3932 "origin" and "mname" elements were given their correct
3933 names "mname" and "rname" respectively, the "mname"
3934 element is renamed to "contact".
3936 946. [cleanup] doc/misc/options is now machine-generated from the
3937 configuration parser syntax tables, and therefore
3938 more likely to be correct.
3940 945. [func] Add the new view-specific options
3941 "match-destinations" and "match-recursive-only".
3943 944. [func] Check for expired signatures on load.
3945 943. [bug] The server could crash when receiving a command
3946 via rndc if the configuration file listed only
3947 nonexistent keys in the controls statement. [RT #1530]
3949 942. [port] libbind: GETNETBYADDR_ADDR_T was not correctly
3950 defined on some platforms.
3952 941. [bug] The configuration checker crashed if a slave
3953 zone didn't contain a masters statement. [RT #1514]
3955 940. [bug] Double zone locking failure on error path. [RT #1510]
3957 --- 9.2.0b1 released ---
3959 939. [port] Add the --disable-linux-caps option to configure for
3960 systems that manage capabilities outside of named.
3965 937. [bug] A race when shutting down a zone could trigger a
3966 INSIST() failure. [RT #1034]
3968 936. [func] Warn about IPv4 addresses that are not complete
3969 dotted quads. [RT #1084]
3971 935. [bug] inet_pton failed to reject leading zeros.
3973 934. [port] Deal with systems where accept() spuriously returns
3976 933. [bug] configure failed doing libbind on platforms not
3977 supported by BIND 8. [RT #1496]
3979 --- 9.2.0a3 released ---
3981 932. [bug] Use INSTALL_SCRIPT, not INSTALL_PROGRAM,
3982 when installing isc-config.sh.
3985 931. [bug] The controls statement only attempted to verify
3986 messages using the first key in the key list.
3989 930. [func] Query performance testing tool added as
3994 928. [bug] nsupdate would send empty update packets if the
3995 send (or empty line) command was run after
3996 another send but before any new updates or
3997 prerequisites were specified. It should simply
3998 ignore this command.
4000 927. [bug] Don't hold the zone lock for the entire dump to disk.
4003 926. [bug] The resolver could deadlock with the ADB when
4004 shutting down (multi-threaded builds only).
4007 925. [cleanup] Remove openssl from the distribution; require that
4008 --with-openssl be specified if DNSSEC is needed.
4010 924. [port] Extend support for pre-RFC2133 IPv6 implementation.
4013 923. [bug] Multiline TSIG secrets (and other multiline strings)
4014 were not accepted in named.conf. [RT #1469]
4016 922. [func] Added two new lwres_getrrsetbyname() result codes,
4017 ERR_NONAME and ERR_NODATA.
4019 921. [bug] lwres returned an incorrect error code if it received
4020 a truncated message.
4022 920. [func] Increase the lwres receive buffer size to 16K.
4027 918. [func] In nsupdate, TSIG errors are no longer treated as
4030 917. [func] New nsupdate command 'key', allowing TSIG keys to
4031 be specified in the nsupdate command stream rather
4032 than the command line.
4034 916. [bug] Specifying type ixfr to dig without specifying
4035 a serial number failed in unexpected ways.
4037 915. [func] The named-checkconf and named-checkzone programs
4038 now have a '-v' option for printing their version.
4041 914. [bug] Global 'server' statements were rejected when
4042 using views, even though they were accepted
4045 913. [bug] Cache cleaning was not sufficiently aggressive.
4048 912. [bug] Attempts to set the 'additional-from-cache' or
4049 'additional-from-auth' option to 'no' in a
4050 server with recursion enabled will now
4051 be ignored and cause a warning message.
4056 910. [port] Some pre-RFC2133 IPv6 implementations do not define
4057 IN6ADDR_ANY_INIT. [RT #1416]
4061 908. [func] New program, rndc-confgen, to simplify setting up rndc.
4063 907. [func] The ability to get entropy from either the
4064 random device, a user-provided file or from
4065 the keyboard was migrated from the DNSSEC tools
4066 to libisc as isc_entropy_usebestsource().
4068 906. [port] Separated the system independent portion of
4069 lib/isc/unix/entropy.c into lib/isc/entropy.c
4070 and added lib/isc/win32/entropy.c.
4072 905. [bug] Configuring a forward "zone" for the root domain
4073 did not work. [RT #1418]
4075 904. [bug] The server would leak memory if attempting to use
4076 an expired TSIG key. [RT #1406]
4078 903. [bug] dig should not crash when receiving a TCP packet
4081 902. [bug] The -d option was ignored if both -t and -g were also
4086 900. [bug] A config.guess update changed the system identification
4087 string of FreeBSD systems; configure and
4088 bin/tests/system/ifconfig.sh now recognize the new
4091 --- 9.2.0a2 released ---
4093 899. [bug] lib/dns/soa.c failed to compile on many platforms
4094 due to inappropriate use of a void value.
4095 [RT #1372, #1373, #1386, #1387, #1395]
4097 898. [bug] "dig" failed to set a nonzero exit status
4098 on UDP query timeout. [RT #1323]
4100 897. [bug] A config.guess update changed the system identification
4101 string of UnixWare systems; configure now recognizes
4104 896. [bug] If a configuration file is set on named's command line
4105 and it has a relative pathname, the current directory
4106 (after any possible jailing resulting from named -t)
4107 will be prepended to it so that reloading works
4108 properly even when a directory option is present.
4110 895. [func] New function, isc_dir_current(), akin to POSIX's
4113 894. [bug] When using the DNSSEC tools, a message intended to warn
4114 when the keyboard was being used because of the lack
4115 of a suitable random device was not being printed.
4117 893. [func] Removed isc_file_test() and added isc_file_exists()
4118 for the basic functionality that was being added
4119 with isc_file_test().
4123 891. [bug] Return an error when a SIG(0) signed response to
4124 an unsigned query is seen. This should actually
4125 do the verification, but it's not currently
4126 possible. [RT #1391]
4128 890. [cleanup] The man pages no longer require the mandoc macros
4129 and should now format cleanly using most versions of
4130 nroff, and HTML versions of the man pages have been
4131 added. Both are generated from DocBook source.
4133 889. [port] Eliminated blank lines before .TH in nroff man
4134 pages since they cause problems with some versions
4135 of nroff. [RT #1390]
4137 888. [bug] Don't die when using TKEY to delete a nonexistent
4138 TSIG key. [RT #1392]
4140 887. [port] Detect broken compilers that can't call static
4141 functions from inline functions. [RT #1212]
4183 866. [func] Close debug only file channels when debug is set to
4186 865. [bug] The new configuration parser did not allow
4187 the optional debug level in a "severity debug"
4188 clause of a logging channel to be omitted.
4189 This is now allowed and treated as "severity
4190 debug 1;" like it does in BIND 8.2.4, not as
4191 "severity debug 0;" like it did in BIND 9.1.
4194 864. [cleanup] Multi-threading is now enabled by default on
4195 OSF1, Solaris 2.7 and newer, AIX, IRIX, and HP-UX.
4197 863. [bug] If an error occurred while an outgoing zone transfer
4198 was starting up, the server could access a domain
4199 name that had already been freed when logging a
4200 message saying that the transfer was starting.
4203 862. [bug] Use after realloc(), non portable pointer arithmetic in
4206 861. [port] Add support for Mac OS X, by making it equivalent
4207 to Darwin. This was derived from the config.guess
4208 file shipped with Mac OS X. [RT #1355]
4210 860. [func] Drop cross class glue in zone transfers.
4212 859. [bug] Cache cleaning now won't swamp the CPU if there
4213 is a persistent overlimit condition.
4215 858. [func] isc_mem_setwater() no longer requires that when the
4216 callback function is non-NULL then its hi_water
4217 argument must be greater than its lo_water argument
4218 (they can now be equal) or that they be non-zero.
4220 857. [cleanup] Use ISC_MAGIC() to define all magic numbers for
4221 structs, for our friends in EBCDIC-land.
4223 856. [func] Allow partial rdatasets to be returned in answer and
4224 authority sections to help non-TCP capable clients
4225 recover from truncation. [RT #1301]
4227 855. [bug] Stop spurious "using RFC 1035 TTL semantics" warnings.
4229 854. [bug] The config parser didn't properly handle config
4230 options that were specified in units of time other
4231 than seconds. [RT #1372]
4233 853. [bug] configure_view_acl() failed to detach existing acls.
4236 852. [bug] Handle responses from servers which do not know
4239 851. [cleanup] The obsolete support-ixfr option was not properly
4242 --- 9.2.0a1 released ---
4244 850. [bug] dns_rbt_findnode() would not find nodes that were
4245 split on a bitstring label somewhere other than in
4246 the last label of the node. [RT #1351]
4248 849. [func] <isc/net.h> will ensure INADDR_LOOPBACK is defined.
4250 848. [func] A minimum max-cache-size of two megabytes is enforced
4251 by the cache cleaner.
4253 847. [func] Added isc_file_test(), which currently only has
4254 some very basic functionality to test for the
4255 existence of a file, whether a pathname is absolute,
4256 or whether a pathname is the fundamental representation
4257 of the current directory. It is intended that this
4258 function can be expanded to test other things a
4259 programmer might want to know about a file.
4261 846. [func] A non-zero 'param' to dst_key_generate() when making an
4262 hmac-md5 key means that good entropy is not required.
4264 845. [bug] The access rights on the public file of a symmetric
4265 key are now restricted as soon as the file is opened,
4266 rather than after it has been written and closed.
4268 844. [func] <isc/net.h> will ensure INADDR_LOOPBACK is defined,
4269 just as <lwres/net.h> does.
4271 843. [func] If no controls statement is present in named.conf,
4272 or if any inet phrase of a controls statement is
4273 lacking a keys clause, then a key will be automatically
4274 generated by named and an rndc.conf-style file
4275 named named.key will be written that uses it. rndc
4276 will use this file only if its normal configuration
4277 file, or one provided on the command line, does not
4280 842. [func] 'rndc flush' now takes an optional view.
4282 841. [bug] When sdb modules were not declared threadsafe, their
4283 create and destroy functions were not serialized.
4285 840. [bug] The config file parser could print the wrong file
4286 name if an error was detected after an included file
4287 was parsed. [RT #1353]
4289 839. [func] Dump packets for which there was no view or that the
4290 class could not be determined to category "unmatched".
4292 838. [port] UnixWare 7.x.x is now suported by
4293 bin/tests/system/ifconfig.sh.
4295 837. [cleanup] Multi-threading is now enabled by default only on
4296 OSF1, Solaris 2.7 and newer, and AIX.
4298 836. [func] Upgraded libtool to 1.4.
4300 835. [bug] The dispatcher could enter a busy loop if
4301 it got an I/O error receiving on a UDP socket.
4304 834. [func] Accept (but warn about) master files beginning with
4305 an SOA record without an explicit TTL field and
4306 lacking a $TTL directive, by using the SOA MINTTL
4307 as a default TTL. This is for backwards compatibility
4308 with old versions of BIND 8, which accepted such
4309 files without warning although they are illegal
4310 according to RFC1035.
4312 833. [cleanup] Moved dns_soa_*() from <dns/journal.h> to
4313 <dns/soa.h>, and extended them to support
4314 all the integer-valued fields of the SOA RR.
4316 832. [bug] The default location for named.conf in named-checkconf
4317 should depend on --sysconfdir like it does in named.
4322 830. [func] Implement 'rndc status'.
4324 829. [bug] The DNS_R_ZONECUT result code should only be returned
4325 when an ANY query is made with DNS_DBFIND_GLUEOK set.
4326 In all other ANY query cases, returning the delegation
4329 828. [bug] The errno value from recvfrom() could be overwritten
4330 by logging code. [RT #1293]
4332 827. [bug] When an IXFR protocol error occurs, the slave
4333 should retry with AXFR.
4335 826. [bug] Some IXFR protocol errors were not detected.
4337 825. [bug] zone.c:ns_query() detached from the wrong zone
4338 reference. [RT #1264]
4340 824. [bug] Correct line numbers reported by dns_master_load().
4343 823. [func] The output of "dig -h" now goes to stdout so that it
4344 can easily be piped through "more". [RT #1254]
4346 822. [bug] Sending nxrrset prerequisites would crash nsupdate.
4349 821. [bug] The program name used when logging to syslog should
4350 be stripped of leading path components.
4353 820. [bug] Name server address lookups failed to follow
4354 A6 chains into the glue of local authoritative
4357 819. [bug] In certain cases, the resolver's attempts to
4358 restart an address lookup at the root could cause
4359 the fetch to deadlock (with itself) instead of
4360 restarting. [RT #1225]
4362 818. [bug] Certain pathological responses to ANY queries could
4363 cause an assertion failure. [RT #1218]
4365 817. [func] Adjust timeouts for dialup zone queries.
4367 816. [bug] Report potential problems with log file accessibility
4368 at configuration time, since such problems can't
4369 reliably be reported at the time they actually occur.
4371 815. [bug] If a log file was specified with a path separator
4372 character (i.e. "/") in its name and the directory
4373 did not exist, the log file's name was treated as
4374 though it were the directory name. [RT #1189]
4376 814. [bug] Socket objects left over from accept() failures
4377 were incorrectly destroyed, causing corruption
4378 of socket manager data structures.
4380 813. [bug] File descriptors exceeding FD_SETSIZE were handled
4383 812. [bug] dig sometimes printed incomplete IXFR responses
4384 due to an uninitialized variable. [RT #1188]
4386 811. [bug] Parentheses were not quoted in zone dumps. [RT #1194]
4388 810. [bug] The signer name in SIG records was not properly
4389 downcased when signing/verifying records. [RT #1186]
4391 809. [bug] Configuring a non-local address as a transfer-source
4392 could cause an assertion failure during load.
4394 808. [func] Add 'rndc flush' to flush the server's cache.
4396 807. [bug] When setting up TCP connections for incoming zone
4397 transfers, the transfer-source port was not
4398 ignored like it should be.
4400 806. [bug] DNS_R_SEENINCLUDE was failing to propagate back up
4401 the calling stack to the zone maintence level, causing
4402 zones to not reload when an included file was touched
4403 but the top-level zone file was not.
4405 805. [bug] When using "forward only", missing root hints should
4406 not cause queries to fail. [RT #1143]
4408 804. [bug] Attempting to obtain entropy could fail in some
4409 situations. This would be most common on systems
4410 with user-space threads. [RT #1131]
4412 803. [bug] Treat all SIG queries as if they have the CD bit set,
4413 otherwise no data will be returned [RT #749]
4415 802. [bug] DNSSEC key tags were computed incorrectly in almost
4416 all cases. [RT #1146]
4418 801. [bug] nsupdate should treat lines beginning with ';' as
4419 comments. [RT #1139]
4421 800. [bug] dnssec-signzone produced incorrect statistics for
4422 large zones. [RT #1133]
4424 799. [bug] The ADB didn't find AAAA glue in a zone unless A6
4425 glue was also present.
4427 798. [bug] nsupdate should be able to reject bad input lines
4428 and continue. [RT #1130]
4430 797. [func] Issue a warning if the 'directory' option contains
4431 a relative path. [RT #269]
4433 796. [func] When a size limit is associated with a log file,
4434 only roll it when the size is reached, not every
4435 time the log file is opened. [RT #1096]
4437 795. [func] Add the +multiline option to dig. [RT #1095]
4439 794. [func] Implement the "port" and "default-port" statements
4442 793. [cleanup] The DNSSEC tools could create filenames that were
4443 illegal or contained shell metacharacters. They
4444 now use a different text encoding of names that
4445 doesn't have these problems. [RT #1101]
4447 792. [cleanup] Replace the OMAPI command channel protocol with a
4450 791. [bug] The command channel now works over IPv6.
4452 790. [bug] Wildcards created using dynamic update or IXFR
4453 could fail to match. [RT #1111]
4455 789. [bug] The "localhost" and "localnets" ACLs did not match
4456 when used as the second element of a two-element
4459 788. [func] Add the "match-mapped-addresses" option, which
4460 causes IPv6 v4mapped addresses to be treated as
4461 IPv4 addresses for the purpose of acl matching.
4463 787. [bug] The DNSSEC tools failed to downcase domain
4464 names when mapping them into file names.
4466 786. [bug] When DNSSEC signing/verifying data, owner names were
4467 not properly downcased.
4469 785. [bug] A race condition in the resolver could cause
4470 an assertion failure. [RT #673, #872, #1048]
4472 784. [bug] nsupdate and other programs would not quit properly
4473 if some signals were blocked by the caller. [RT #1081]
4475 783. [bug] Following CNAMEs could cause an assertion failure
4476 when either using an sdb database or under very
4479 782. [func] Implement the "serial-query-rate" option.
4481 781. [func] Avoid error packet loops by dropping duplicate FORMERR
4482 responses. [RT #1006]
4484 780. [bug] Error handling code dealing with out of memory or
4485 other rare errors could lead to assertion failures
4486 by calling functions on unitialized names. [RT #1065]
4488 779. [func] Added the "minimal-responses" option.
4490 778. [bug] When starting cache cleaning, cleaning_timer_action()
4491 returned without first pausing the iterator, which
4492 could cause deadlock. [RT #998]
4494 777. [bug] An empty forwarders list in a zone failed to override
4495 global forwarders. [RT #995]
4497 776. [func] Improved error reporting in denied messages. [RT #252]
4501 774. [func] max-cache-size is implemented.
4503 773. [func] Added isc_rwlock_trylock() to attempt to lock without
4506 772. [bug] Owner names could be incorrectly omitted from cache
4507 dumps in the presence of negative caching entries.
4510 771. [cleanup] TSIG errors related to unsynchronized clocks
4511 are logged better. [RT #919]
4513 770. [func] Add the "edns yes_or_no" statement to the server
4516 769. [func] Improved error reporting when parsing rdata. [RT #740]
4518 768. [bug] The server did not emit an SOA when a CNAME
4519 or DNAME chain ended in NXDOMAIN in an
4524 766. [bug] A few cases in query_find() could leak fname.
4525 This would trigger the mpctx->allocated == 0
4526 assertion when the server exited.
4527 [RT #739, #776, #798, #812, #818, #821, #845,
4530 765. [func] ACL names are once again case insensitive, like
4531 in BIND 8. [RT #252]
4533 764. [func] Configuration files now allow "include" directives
4534 in more places, such as inside the "view" statement.
4535 [RT #377, #728, #860]
4537 763. [func] Configuration files no longer have reserved words.
4540 762. [cleanup] The named.conf and rndc.conf file parsers have
4541 been completely rewritten.
4543 761. [bug] _REENTRANT was still defined when building with
4546 760. [contrib] Significant enhancements to the pgsql sdb driver.
4548 759. [bug] The resolver didn't turn off "avoid fetches" mode
4549 when restarting, possibly causing resolution
4550 to fail when it should not. This bug only affected
4551 platforms which support both IPv4 and IPv6. [RT #927]
4553 758. [bug] The "avoid fetches" code did not treat negative
4554 cache entries correctly, causing fetches that would
4555 be useful to be avoided. This bug only affected
4556 platforms which support both IPv4 and IPv6. [RT #927]
4558 757. [func] Log zone transfers.
4560 756. [bug] dns_zone_load() could "return" success when no master
4561 file was configured.
4563 755. [bug] Fix incorrectly formatted log messages in zone.c.
4565 754. [bug] Certain failure conditions sending UDP packets
4566 could cause the server to retry the transmission
4567 indefinitely. [RT #902]
4569 753. [bug] dig, host, and nslookup would fail to contact a
4570 remote server if getaddrinfo() returned an IPv6
4571 address on a system that doesn't support IPv6.
4574 752. [func] Correct bad tv_usec elements returned by
4577 751. [func] Log successful zone loads / transfers. [RT #898]
4579 750. [bug] A query should not match a DNAME whose trust level
4580 is pending. [RT #916]
4582 749. [bug] When a query matched a DNAME in a secure zone, the
4583 server did not return the signature of the DNAME.
4586 748. [doc] List supported RFCs in doc/misc/rfc-compliance.
4589 747. [bug] The code to determine whether an IXFR was possible
4590 did not properly check for a database that could
4591 not have a journal. [RT #865, #908]
4593 746. [bug] The sdb didn't clone rdatasets properly, causing
4594 a crash when the server followed delegations. [RT #905]
4596 745. [func] Report the owner name of records that fail
4597 semantic checks while loading.
4599 744. [bug] When returning DNS_R_CNAME or DNS_R_DNAME as the
4600 result of an ANY or SIG query, the resolver failed
4601 to setup the return event's rdatasets, causing an
4602 assertion failure in the query code. [RT #881]
4604 743. [bug] Receiving a large number of certain malformed
4605 answers could cause named to stop responding.
4610 741. [port] Support openssl-engine. [RT #709]
4612 740. [port] Handle openssl library mismatches slightly better.
4614 739. [port] Look for /dev/random in configure, rather than
4615 assuming it will be there for only a predefined
4618 738. [bug] If a non-threadsafe sdb driver supported AXFR and
4619 received an AXFR request, it would deadlock or die
4620 with an assertion failure. [RT #852]
4622 737. [port] stdtime.c failed to compile on certain platforms.
4624 736. [func] New functions isc_task_{begin,end}exclusive().
4626 735. [doc] Add BIND 4 migration notes.
4628 734. [bug] An attempt to re-lock the zone lock could occur if
4629 the server was shutdown during a zone tranfer.
4632 733. [bug] Reference counts of dns_acl_t objects need to be
4633 locked but were not. [RT #801, #821]
4635 732. [bug] Glue with 0 TTL could also cause SERVFAIL. [RT #828]
4637 731. [bug] Certain zone errors could cause named-checkzone to
4638 fail ungracefully. [RT #819]
4640 730. [bug] lwres_getaddrinfo() returns the correct result when
4641 it fails to contact a server. [RT #768]
4643 729. [port] pthread_setconcurrency() needs to be called on Solaris.
4645 728. [bug] Fix comment processing on master file directives.
4648 727. [port] Work around OS bug where accept() succeeds but
4649 fails to fill in the peer address of the accepted
4650 connection, by treating it as an error rather than
4651 an assertion failure. [RT #809]
4653 726. [func] Implement the "trace" and "notrace" commands in rndc.
4655 725. [bug] Installing man pages could fail.
4657 724. [func] New libisc functions isc_netaddr_any(),
4660 723. [bug] Referrals whose NS RRs had a 0 TTL caused the resolver
4661 to return DNS_R_SERVFAIL. [RT #783]
4663 722. [func] Allow incremental loads to be canceled.
4665 721. [cleanup] Load manager and dns_master_loadfilequota() are no
4668 720. [bug] Server could enter infinite loop in
4669 dispatch.c:do_cancel(). [RT #733]
4671 719. [bug] Rapid reloads could trigger an assertion failure.
4674 718. [cleanup] "internal" is no longer a reserved word in named.conf.
4677 717. [bug] Certain TKEY processing failure modes could
4678 reference an uninitialized variable, causing the
4679 server to crash. [RT #750]
4681 716. [bug] The first line of a $INCLUDE master file was lost if
4682 an origin was specified. [RT #744]
4684 715. [bug] Resolving some A6 chains could cause an assertion
4685 failure in adb.c. [RT #738]
4687 714. [bug] Preserve interval timers across reloads unless changed.
4690 713. [func] named-checkconf takes '-t directory' similar to named.
4693 712. [bug] Sending a large signed update message caused an
4694 assertion failure. [RT #718]
4696 711. [bug] The libisc and liblwres implementations of
4697 inet_ntop contained an off by one error.
4699 710. [func] The forwarders statement now takes an optional
4702 709. [bug] ANY or SIG queries for data with a TTL of 0
4703 would return SERVFAIL. [RT #620]
4705 708. [bug] When building with --with-openssl, the openssl headers
4706 included with BIND 9 should not be used. [RT #702]
4708 707. [func] The "filename" argument to named-checkzone is no
4709 longer optional, to reduce confusion. [RT #612]
4711 706. [bug] Zones with an explicit "allow-update { none; };"
4712 were considered dynamic and therefore not reloaded
4713 on SIGHUP or "rndc reload".
4715 705. [port] Work out resource limit type for use where rlim_t is
4716 not available. [RT #695]
4718 704. [port] RLIMIT_NOFILE is not available on all platforms.
4721 703. [port] sys/select.h is needed on older platforms. [RT #695]
4723 702. [func] If the address 0.0.0.0 is seen in resolv.conf,
4724 use 127.0.0.1 instead. [RT #693]
4726 701. [func] Root hints are now fully optional. Class IN
4727 views use compiled-in hints by default, as
4728 before. Non-IN views with no root hints now
4729 provide authoritative service but not recursion.
4730 A warning is logged if a view has neither root
4731 hints nor authoritative data for the root. [RT #696]
4733 700. [bug] $GENERATE range check was wrong. [RT #688]
4735 699. [bug] The lexer mishandled empty quoted strings. [RT #694]
4737 698. [bug] Aborting nsupdate with ^C would lead to several
4740 697. [bug] nsupdate was not compatible with the undocumented
4741 BIND 8 behavior of ignoring TTLs in "update delete"
4744 696. [bug] lwresd would die with an assertion failure when passed
4745 a zero-length name. [RT #692]
4747 695. [bug] If the resolver attempted to query a blackholed or
4748 bogus server, the resolution would fail immediately.
4750 694. [bug] $GENERATE did not produce the last entry.
4753 693. [bug] An empty lwres statement in named.conf caused
4754 the server to crash while loading.
4756 692. [bug] Deal with systems that have getaddrinfo() but not
4757 gai_strerror(). [RT #679]
4759 691. [bug] Configuring per-view forwarders caused an assertion
4760 failure. [RT #675, #734]
4762 690. [func] $GENERATE now supports DNAME. [RT #654]
4764 689. [doc] man pages are now installed. [RT #210]
4766 688. [func] "make tags" now works on systems with the
4767 "Exuberant Ctags" etags.
4769 687. [bug] Only say we have IPv6, with sufficent functionality,
4770 if it has actually been tested. [RT #586]
4772 686. [bug] dig and nslookup can now be properly aborted during
4773 blocking operations. [RT #568]
4775 685. [bug] nslookup should use the search list/domain options
4776 from resolv.conf by default. [RT #405, #630]
4778 684. [bug] Memory leak with view forwarders. [RT #656]
4780 683. [bug] File descriptor leak in isc_lex_openfile().
4782 682. [bug] nslookup displayed SOA records incorrectly. [RT #665]
4784 681. [bug] $GENERATE specifying output format was broken. [RT #653]
4786 680. [bug] dns_rdata_fromstruct() mishandled options bigger
4789 679. [bug] $INCLUDE could leak memory and file descriptors on
4792 678. [bug] "transfer-format one-answer;" could trigger an assertion
4795 677. [bug] dnssec-signzone would occasionally use the wrong ttl
4796 for database operations and fail. [RT #643]
4798 676. [bug] Log messages about lame servers to category
4799 'lame-servers' rather than 'resolver', so as not
4800 to be gratuitously incompatible with BIND 8.
4802 675. [bug] TKEY queries could cause the server to leak
4805 674. [func] Allow messages to be TSIG signed / verified using
4806 a offset from the current time.
4808 673. [func] The server can now convert RFC1886-style recursive
4809 lookup requests into RFC2874-style lookups, when
4810 enabled using the new option "allow-v6-synthesis".
4812 672. [bug] The wrong time was in the "time signed" field when
4813 replying with BADTIME error.
4815 671. [bug] The message code was failing to parse a message with
4816 no question section and a TSIG record. [RT #628]
4818 670. [bug] The lwres replacements for getaddrinfo and
4819 getipnodebyname didn't properly check for the
4820 existence of the sockaddr sa_len field.
4822 669. [bug] dnssec-keygen now makes the public key file
4823 non-world-readable for symmetric keys. [RT #403]
4825 668. [func] named-checkzone now reports multiple errors in master
4828 667. [bug] On Linux, running named with the -u option and a
4829 non-world-readable configuration file didn't work.
4832 666. [bug] If a request sent by dig is longer than 512 bytes,
4835 665. [bug] Signed responses were not sent when the size of the
4836 TSIG + question exceeded the maximum message size.
4839 664. [bug] The t_tasks and t_timers module tests are now skipped
4840 when building without threads, since they require
4843 663. [func] Accept a size_spec, not just an integer, in the
4844 (unimplemented and ignored) max-ixfr-log-size option
4845 for compatibility with recent versions of BIND 8.
4848 662. [bug] dns_rdata_fromtext() failed to log certain errors.
4850 661. [bug] Certain UDP IXFR requests caused an assertion failure
4851 (mpctx->allocated == 0). [RT #355, #394, #623]
4853 660. [port] Detect multiple CPUs on HP-UX and IRIX.
4855 659. [performance] Rewrite the name compression code to be much faster.
4857 658. [cleanup] Remove all vestiges of 16 bit global compression.
4859 657. [bug] When a listen-on statement in an lwres block does not
4860 specify a port, use 921, not 53. Also update the
4861 listen-on documentation. [RT #616]
4863 656. [func] Treat an unescaped newline in a quoted string as
4864 an error. This means that TXT records with missing
4865 close quotes should have meaningful errors printed.
4867 655. [bug] Improve error reporting on unexpected eof when loading
4870 654. [bug] Origin was being forgotten in TCP retries in dig.
4873 653. [bug] +defname option in dig was reversed in sense.
4876 652. [bug] zone_saveunique() did not report the new name.
4878 651. [func] The AD bit in responses now has the meaning
4879 specified in <draft-ietf-dnsext-ad-is-secure>.
4881 650. [bug] SIG(0) records were being generated and verified
4882 incorrectly. [RT #606]
4884 649. [bug] It was possible to join to an already running fctx
4885 after it had "cloned" its events, but before it sent
4886 them. In this case, the event of the newly joined
4887 fetch would not contain the answer, and would
4888 trigger the INSIST() in fctx_sendevents(). In
4889 BIND 9.0, this bug did not trigger an INSIST(), but
4890 caused the fetch to fail with a SERVFAIL result.
4891 [RT #588, #597, #605, #607]
4893 648. [port] Add support for pre-RFC2133 IPv6 implementations.
4895 647. [bug] Resolver queries sent after following multiple
4896 referrals had excessively long retransmission
4897 timeouts due to incorrectly counting the referrals
4900 646. [bug] The UnixWare ISC_PLATFORM_FIXIN6INADDR fix in isc/net.h
4901 didn't _cleanly_ fix the problem it was trying to fix.
4903 645. [port] BSD/OS 3.0 needs pthread_init(). [RT #603]
4905 644. [bug] #622 needed more work. [RT #562]
4907 643. [bug] xfrin error messages made more verbose, added class
4908 of the zone. [RT# 599]
4910 642. [bug] Break the exit_check() race in the zone module.
4913 --- 9.1.0b2 released ---
4915 641. [bug] $GENERATE caused a uninitialized link to be used.
4918 640. [bug] Memory leak in error path could cause
4919 "mpctx->allocated == 0" failure. [RT #584]
4921 639. [bug] Reading entropy from the keyboard would sometimes fail.
4924 638. [port] lib/isc/random.c needed to explicitly include time.h
4925 to get a prototype for time() when pthreads was not
4926 being used. [RT #592]
4928 637. [port] Use isc_u?int64_t instead of (unsigned) long long in
4929 lib/isc/print.c. Also allow lib/isc/print.c to
4930 be compiled even if the platform does not need it.
4933 636. [port] Shut up MSVC++ about a possible loss of precision
4934 in the ISC__BUFFER_PUTUINT*() macros. [RT #592]
4936 635. [bug] Reloading a server with a configured blackhole list
4937 would cause an assertion. [RT #590]
4939 634. [bug] A log file will completely stop being written when
4940 it reaches the maximum size in all cases, not just
4941 when versioning is also enabled. [RT #570]
4943 633. [port] Cope with rlim_t missing on BSD/OS systems. [RT #575]
4945 632. [bug] The index array of the journal file was
4946 corrupted as it was written to disk.
4948 631. [port] Build without thread support on systems without
4951 630. [bug] Locking failure in zone code. [RT #582]
4953 629. [bug] 9.1.0b1 dereferenced a null pointer and crashed
4954 when responding to a UDP IXFR request.
4956 628. [bug] If the root hints contained only AAAA addresses,
4957 named would be unable to perform resolution.
4959 627. [bug] The EDNS0 blackhole detection code of change 324
4960 waited for three retransmissions to each server,
4961 which takes much too long when a domain has many
4962 name servers and all of them drop EDNS0 queries.
4963 Now we retry without EDNS0 after three consecutive
4964 timeouts, even if they are all from different
4967 626. [bug] The lightweight resolver daemon no longer crashes
4968 when asked for a SIG rrset. [RT #558]
4970 625. [func] Zones now inherit their class from the enclosing view.
4972 624. [bug] The zone object could get timer events after it had
4973 been destroyed, causing a server crash. [RT #571]
4975 623. [func] Added "named-checkconf" and "named-checkzone" program
4976 for syntax checking named.conf files and zone files,
4979 622. [bug] A canceled request could be destroyed before
4980 dns_request_destroy() was called. [RT #562]
4982 621. [port] Disable IPv6 at runtime if IPv6 sockets are unusable.
4983 This mostly affects Red Hat Linux 7.0, which has
4984 conflicts between libc and the kernel.
4986 620. [bug] dns_master_load*inc() now require 'task' and 'load'
4987 to be non-null. Also 'done' will not be called if
4988 dns_master_load*inc() fails immediately. [RT #565]
4992 618. [bug] Queries to a signed zone could sometimes cause
4993 an assertion failure.
4995 617. [bug] When using dynamic update to add a new RR to an
4996 existing RRset with a different TTL, the journal
4997 entries generated from the update did not include
4998 explicit deletions and re-additions of the existing
4999 RRs to update their TTL to the new value.
5001 616. [func] dnssec-signzone -t output now includes performance
5004 615. [bug] dnssec-signzone did not like child keysets signed
5007 614. [bug] Checks for uninitialized link fields were prone
5008 to false positives, causing assertion failures.
5009 The checks are now disabled by default and may
5010 be re-enabled by defining ISC_LIST_CHECKINIT.
5012 613. [bug] "rndc reload zone" now reloads primary zones.
5013 It previously only updated slave and stub zones,
5014 if an SOA query indicated an out of date serial.
5016 612. [cleanup] Shutup a ridiculously noisy HP-UX compiler that
5017 complains relentlessly about how its treatment
5018 of 'const' has changed as well as how casting
5019 sometimes tightens alignment constraints.
5021 611. [func] allow-notify can be used to permit processing of
5022 notify messages from hosts other than a slave's
5025 610. [func] rndc dumpdb is now supported.
5027 609. [bug] getrrsetbyname() would crash lwresd if the server
5028 found more SIGs than answers. [RT #554]
5030 608. [func] dnssec-signzone now adds a comment to the zone
5031 with the time the file was signed.
5033 607. [bug] nsupdate would fail if it encountered a CNAME or
5034 DNAME in a response to an SOA query. [RT #515]
5036 606. [bug] Compiling with --disable-threads failed due
5037 to isc_thread_self() being incorrectly defined
5038 as an integer rather than a function.
5040 605. [func] New function isc_lex_getlasttokentext().
5042 604. [bug] The named.conf parser could print incorrect line
5043 numbers when long comments were present.
5045 603. [bug] Make dig handle multiple types or classes on the same
5046 query more correctly.
5048 602. [func] Cope automatically with UnixWare's broken
5049 IN6_IS_ADDR_* macros. [RT #539]
5051 601. [func] Return a non-zero exit code if an update fails
5054 600. [bug] Reverse lookups sometimes failed in dig, etc...
5056 599. [func] Added four new functions to the libisc log API to
5057 support i18n messages. isc_log_iwrite(),
5058 isc_log_ivwrite(), isc_log_iwrite1() and
5059 isc_log_ivwrite1() were added.
5061 598. [bug] An update-policy statement would cause the server
5062 to assert while loading. [RT #536]
5064 597. [func] dnssec-signzone is now multi-threaded.
5066 596. [bug] DNS_RDATASLAB_FORCE and DNS_RDATASLAB_EXACT are
5067 not mutually exclusive.
5069 595. [port] On Linux 2.2, socket() returns EINVAL when it
5070 should return EAFNOSUPPORT. Work around this.
5073 594. [func] sdb drivers are now assumed to not be thread-safe
5074 unless the DNS_SDBFLAG_THREADSAFE flag is supplied.
5076 593. [bug] If a secure zone was missing all its NXTs and
5077 a dynamic update was attempted, the server entered
5080 592. [bug] The sig-validity-interval option now specifies a
5081 number of days, not seconds. This matches the
5082 documentation. [RT #529]
5084 --- 9.1.0b1 released ---
5086 591. [bug] Work around non-reentrancy in openssl by disabling
5087 precomputation in keys.
5089 590. [doc] There are now man pages for the lwres library in
5092 589. [bug] The server could deadlock if a zone was updated
5093 while being transferred out.
5095 588. [bug] ctx->in_use was not being correctly initialized when
5096 when pushing a file for $INCLUDE. [RT #523]
5098 587. [func] A warning is now printed if the "allow-update"
5099 option allows updates based on the source IP
5100 address, to alert users to the fact that this
5101 is insecure and becoming increasingly so as
5102 servers capable of update forwarding are being
5105 586. [bug] multiple views with the same name were fatal. [RT #516]
5107 585. [func] dns_db_addrdataset() and and dns_rdataslab_merge()
5108 now support 'exact' additions in a similar manner to
5109 dns_db_subtractrdataset() and dns_rdataslab_subtract().
5111 584. [func] You can now say 'notify explicit'; to suppress
5112 notification of the servers listed in NS records
5113 and notify only those servers listed in the
5114 'also-notify' option.
5116 583. [func] "rndc querylog" will now toggle logging of
5117 queries, like "ndc querylog" in BIND 8.
5119 582. [bug] dns_zone_idetach() failed to lock the zone.
5122 581. [bug] log severity was not being correctly processed.
5125 580. [func] Ignore trailing garbage on incoming DNS packets,
5126 for interoperability with broken server
5127 implementations. [RT #491]
5129 579. [bug] nsupdate did not take a filename to read update from.
5132 578. [func] New config option "notify-source", to specify the
5133 source address for notify messages.
5135 577. [func] Log illegal RDATA combinations. e.g. multiple
5136 singlton types, cname and other data.
5138 576. [doc] isc_log_create() description did not match reality.
5140 575. [bug] isc_log_create() was not setting internal state
5141 correctly to reflect the default channels created.
5143 574. [bug] TSIG signed queries sent by the resolver would fail to
5144 have their responses validated and would leak memory.
5146 573. [bug] The journal files of IXFRed slave zones were
5147 inadvertantly discarded on server reload, causing
5148 "journal out of sync with zone" errors on subsequent
5151 572. [bug] Quoted strings were not accepted as key names in
5152 address match lists.
5154 571. [bug] It was possible to create an rdataset of singleton
5155 type which had more than one rdata. [RT #154]
5158 570. [bug] rbtdb.c allowed zones containing nodes which had
5159 both a CNAME and "other data". [RT #154]
5161 569. [func] The DNSSEC AD bit will not be set on queries which
5162 have not requested a DNSSEC response.
5164 568. [func] Add sample simple database drivers in contrib/sdb.
5166 567. [bug] Setting the zone transfer timeout to zero caused an
5167 assertion failure. [RT #302]
5169 566. [func] New public function dns_timer_setidle().
5171 565. [func] Log queries more like BIND 8: query logging is now
5172 done to category "queries", level "info". [RT #169]
5174 564. [func] Add sortlist support to lwresd.
5176 563. [func] New public functions dns_rdatatype_format() and
5177 dns_rdataclass_format(), for convenient formatting
5178 of rdata type/class mnemonics in log messages.
5180 562. [cleanup] Moved lib/dns/*conf.c to bin/named where they belong.
5182 561. [func] The 'datasize', 'stacksize', 'coresize' and 'files'
5183 clauses of the options{} statement are now implemented.
5185 560. [bug] dns_name_split did not properly the resulting prefix
5186 when a maximal length bitstring label was split which
5187 was preceded by another bitstring label. [RT #429]
5189 559. [bug] dns_name_split did not properly create the suffix
5190 when splitting within a maximal length bitstring label.
5192 558. [func] New functions, isc_resource_getlimit and
5193 isc_resource_setlimit.
5195 557. [func] Symbolic constants for libisc integral types.
5197 556. [func] The DNSSEC OK bit in the EDNS extended flags
5198 is now implemented. Responses to queries without
5199 this bit set will not contain any DNSSEC records.
5201 555. [bug] A slave server attempting a zone transfer could
5202 crash with an assertion failure on certain
5203 malformed responses from the master. [RT #457]
5205 554. [bug] In some cases, not all of the dnssec tools were
5208 553. [bug] Incoming zone transfers deferred due to quota
5209 were not started when quota was increased but
5210 only when a transfer in progress finished. [RT #456]
5212 552. [bug] We were not correctly detecting the end of all c-style
5215 551. [func] Implemented the 'sortlist' option.
5217 550. [func] Support unknown rdata types and classes.
5219 549. [bug] "make" did not immediately abort the build when a
5220 subdirectory make failed [RT #450].
5222 548. [func] The lexer now ungets tokens more correctly.
5226 546. [func] Option 'lame-ttl' is now implemented.
5228 545. [func] Name limit and counting options removed from dig;
5229 they didn't work properly, and cannot be correctly
5230 implemented without significant changes.
5232 544. [func] Add statistics option, enable statistics-file option,
5233 add RNDC option "dump-statistics" to write out a
5234 query statistics file.
5236 543. [doc] The 'port' option is now documented.
5238 542. [func] Add support for update forwarding as required for
5239 full compliance with RFC2136. It is turned off
5240 by default and can be enabled using the
5241 'allow-update-forwarding' option.
5243 541. [func] Add bogus server support.
5245 540. [func] Add dialup support.
5247 539. [func] Support the blackhole option.
5249 538. [bug] fix buffer overruns by 1 in lwres_getnameinfo().
5253 536. [func] Use transfer-source{-v6} when sending refresh queries.
5254 Transfer-source{-v6} now take a optional port
5255 parameter for setting the UDP source port. The port
5256 parameter is ignored for TCP.
5258 535. [func] Use transfer-source{-v6} when forwarding update
5261 534. [func] Ancestors have been removed from RBT chains. Ancestor
5262 information can be discerned via node parent pointers.
5264 533. [func] Incorporated name hashing into the RBT database to
5265 improve search speed.
5267 532. [func] Implement DNS UPDATE pseudo records using
5268 DNS_RDATA_UPDATE flag.
5270 531. [func] Rdata really should be initialized before being assigned
5271 to (dns_rdata_fromwire(), dns_rdata_fromtext(),
5272 dns_rdata_clone(), dns_rdata_fromregion()),
5275 530. [func] New function dns_rdata_invalidate().
5277 529. [bug] 521 contained a bug which caused zones to always
5280 528. [func] The ISC_LIST_XXXX macros now perform sanity checks
5281 on their arguments. ISC_LIST_XXXXUNSAFE can be use
5282 to skip the checks however use with caution.
5284 527. [func] New function dns_rdata_clone().
5286 526. [bug] nsupdate incorrectly refused to add RRs with a TTL
5289 525. [func] New arguments 'options' for dns_db_subtractrdataset(),
5290 and 'flags' for dns_rdataslab_subtract() allowing you
5291 to request that the RR's must exist prior to deletion.
5292 DNS_R_NOTEXACT is returned if the condition is not met.
5294 524. [func] The 'forward' and 'forwarders' statement in
5295 non-forward zones should work now.
5297 523. [doc] The source to the Administrator Reference Manual is
5298 now an XML file using the DocBook DTD, and is included
5299 in the distribution. The plain text version of the
5300 ARM is temporarily unavailable while we figure out
5301 how to generate readable plain text from the XML.
5303 522. [func] The lightweight resolver daemon can now use
5304 a real configuration file, and its functionality
5305 can be provided by a name server. Also, the -p and -P
5306 options to lwresd have been reversed.
5308 521. [bug] Detect master files which contain $INCLUDE and always
5311 520. [bug] Upgraded libtool to 1.3.5, which makes shared
5312 library builds almost work on AIX (and possibly
5315 519. [bug] dns_name_split() would improperly split some bitstring
5316 labels, zeroing a few of the least signficant bits in
5317 the prefix part. When such an improperly created
5318 prefix was returned to the RBT database, the bogus
5319 label was dutifully stored, corrupting the tree.
5322 518. [bug] The resolver did not realize that a DNAME which was
5323 "the answer" to the client's query was "the answer",
5324 and such queries would fail. [RT #399]
5326 517. [bug] The resolver's DNAME code would trigger an assertion
5327 if there was more than one DNAME in the chain.
5330 516. [bug] Cache lookups which had a NULL node pointer, e.g.
5331 those by dns_view_find(), and which would match a
5332 DNAME, would trigger an INSIST(!search.need_cleanup)
5333 assertion. [RT #399]
5335 515. [bug] The ssu table was not being attached / detached
5336 by dns_zone_[sg]etssutable. [RT#397]
5338 514. [func] Retry refresh and notify queries if they timeout.
5341 513. [func] New functionality added to rdnc and server to allow
5342 individual zones to be refreshed or reloaded.
5344 512. [bug] The zone transfer code could throw an execption with
5345 an invalid IXFR stream.
5347 511. [bug] The message code could throw an assertion on an
5348 out of memory failure. [RT #392]
5350 510. [bug] Remove spurious view notify warning. [RT #376]
5352 509. [func] Add support for write of zone files on shutdown.
5354 508. [func] dns_message_parse() can now do a best-effort
5355 attempt, which should allow dig to print more invalid
5358 507. [func] New functions dns_zone_flush(), dns_zt_flushanddetach()
5359 and dns_view_flushanddetach().
5361 506. [func] Do not fail to start on errors in zone files.
5363 505. [bug] nsupdate was printing "unknown result code". [RT #373]
5365 504. [bug] The zone was not being marked as dirty when updated via
5368 503. [bug] dumptime was not being set along with
5369 DNS_ZONEFLG_NEEDDUMP.
5371 502. [func] On a SERVFAIL reply, DiG will now try the next server
5372 in the list, unless the +fail option is specified.
5374 501. [bug] Incorrect port numbers were being displayed by
5377 500. [func] Nearly useless +details option removed from DiG.
5379 499. [func] In DiG, specifying a class with -c or type with -t
5380 changes command-line parsing so that classes and
5381 types are only recognized if following -c or -t.
5382 This allows hosts with the same name as a class or
5383 type to be looked up.
5385 498. [doc] There is now a man page for "dig"
5386 in doc/man/bin/dig.1.
5388 497. [bug] The error messages printed when an IP match list
5389 contained a network address with a nonzero host
5390 part where not sufficiently detailed. [RT #365]
5392 496. [bug] named didn't sanity check numeric parameters. [RT #361]
5394 495. [bug] nsupdate was unable to handle large records. [RT #368]
5396 494. [func] Do not cache NXDOMAIN responses for SOA queries.
5398 493. [func] Return non-cachable (ttl = 0) NXDOMAIN responses
5399 for SOA queries. This makes it easier to locate
5400 the containing zone without polluting intermediate
5403 492. [bug] attempting to reload a zone caused the server fail
5404 to shutdown cleanly. [RT #360]
5406 491. [bug] nsupdate would segfault when sending certain
5407 prerequisites with empty RDATA. [RT #356]
5409 490. [func] When a slave/stub zone has not yet successfully
5410 obtained an SOA containing the zone's configured
5411 retry time, perform the SOA query retries using
5412 exponential backoff. [RT #337]
5414 489. [func] The zone manager now has a "i/o" queue.
5416 488. [bug] Locks weren't properly destroyed in some cases.
5418 487. [port] flockfile() is not defined on all systems.
5420 486. [bug] nslookup: "set all" and "server" commands showed
5421 the incorrect port number if a port other than 53
5422 was specified. [RT #352]
5424 485. [func] When dig had more than one server to query, it would
5425 send all of the messages at the same time. Add
5426 rate limiting of the transmitted messages.
5428 484. [bug] When the server was reloaded after removing addresses
5429 from the named.conf "listen-on" statement, sockets
5430 were still listening on the removed addresses due
5431 to reference count loops. [RT #325]
5433 483. [bug] nslookup: "set all" showed a "search" option but it
5436 482. [bug] nslookup: a plain "server" or "lserver" should be
5437 treated as a lookup.
5439 481. [bug] nslookup:get_next_command() stack size could exceed
5442 480. [bug] strtok() is not thread safe. [RT #349]
5444 479. [func] The test suite can now be run by typing "make check"
5445 or "make test" at the top level.
5447 478. [bug] "make install" failed if the directory specified with
5448 --prefix did not already exist.
5450 477. [bug] The the isc-config.sh script could be installed before
5451 its directory was created. [RT #324]
5453 476. [bug] A zone could expire while a zone transfer was in
5454 progress triggering a INSIST failure. [RT #329]
5456 475. [bug] query_getzonedb() sometimes returned a non-null version
5457 on failure. This caused assertion failures when
5458 generating query responses where names subject to
5459 additional section processing pointed to a zone
5460 to which access had been denied by means of the
5461 allow-query option. [RT #336]
5463 474. [bug] The mnemonic of the CHAOS class is CH according to
5464 RFC1035, but it was printed and read only as CHAOS.
5465 We now accept both forms as input, and print it
5468 473. [bug] nsupdate overran the end of the list of name servers
5469 when no servers could be reached, typically causing
5470 it to print the error message "dns_request_create:
5473 472. [bug] Off-by-one error caused isc_time_add() to sometimes
5474 produce invalid time values.
5476 471. [bug] nsupdate didn't compile on HP/UX 10.20
5478 470. [func] $GENERATE is now supported. See also
5481 469. [bug] "query-source address * port 53;" now works.
5483 468. [bug] dns_master_load*() failed to report file and line
5484 number in certain error conditions.
5486 467. [bug] dns_master_load*() failed to log an error if
5489 466. [bug] dns_master_load*() could return success when it failed.
5491 465. [cleanup] Allow 0 to be set as an omapi_value_t value by
5492 omapi_value_storeint().
5494 464. [cleanup] Build with openssl's RSA code instead of dnssafe.
5496 463. [bug] nsupdate sent malformed SOA queries to the second
5497 and subsequent name servers in resolv.conf if the
5498 query sent to the first one failed.
5500 462. [bug] --disable-ipv6 should work now.
5502 461. [bug] Specifying an unknown key in the "keys" clause of the
5503 "controls" statement caused a NULL pointer dereference.
5506 460. [bug] Much of the DNSSEC code only worked with class IN.
5508 459. [bug] Nslookup processed the "set" command incorrectly.
5510 458. [bug] Nslookup didn't properly check class and type values.
5513 457. [bug] Dig/host/hslookup didn't properly handle connect
5514 timeouts in certain situations, causing an
5515 unnecessary warning message to be printed.
5517 456. [bug] Stub zones were not resetting the refresh and expire
5518 counters, loadtime or clearing the DNS_ZONE_REFRESH
5519 (refresh in progress) flag upon successful update.
5520 This disabled further refreshing of the stub zone,
5521 causing it to eventually expire. [RT #300]
5523 455. [doc] Document IPv4 prefix notation does not require a
5524 dotted decimal quad but may be just dotted decimal.
5526 454. [bug] Enforce dotted decimal and dotted decimal quad where
5527 documented as such in named.conf. [RT #304, RT #311]
5529 453. [bug] Warn if the obsolete option "maintain-ixfr-base"
5530 is specified in named.conf. [RT #306]
5532 452. [bug] Warn if the unimplemented option "statistics-file"
5533 is specified in named.conf. [RT #301]
5535 451. [func] Update forwarding implememted.
5537 450. [func] New function ns_client_sendraw().
5539 449. [bug] isc_bitstring_copy() only works correctly if the
5540 two bitstrings have the same lsb0 value, but this
5541 requirement was not documented, nor was there a
5544 448. [bug] Host output formatting change, to match v8. [RT #255]
5546 447. [bug] Dig didn't properly retry in TCP mode after
5547 a truncated reply. [RT #277]
5549 446. [bug] Confusing notify log message. [RT #298]
5551 445. [bug] Doing a 0 bit isc_bitstring_copy() of an lsb0
5552 bitstring triggered a REQUIRE statement. The REQUIRE
5553 statement was incorrect. [RT #297]
5555 444. [func] "recursion denied" messages are always logged at
5556 debug level 1, now, rather than sometimes at ERROR.
5557 This silences these warnings in the usual case, where
5558 some clients set the RD bit in all queries.
5560 443. [bug] When loading a master file failed because of an
5561 unrecognized RR type name, the error message
5562 did not include the file name and line number.
5565 442. [bug] TSIG signed messages that did not match any view
5566 crashed the server. [RT #290]
5568 441. [bug] Nodes obscured by a DNAME were inaccessible even
5569 when DNS_DBFIND_GLUEOK was set.
5571 440. [func] New function dns_zone_forwardupdate().
5573 439. [func] New function dns_request_createraw().
5575 438. [func] New function dns_message_getrawmessage().
5577 437. [func] Log NOTIFY activity to the notify channel.
5579 436. [bug] If recvmsg() returned EHOSTUNREACH or ENETUNREACH,
5580 which sometimes happens on Linux, named would enter
5581 a busy loop. Also, unexpected socket errors were
5582 not logged at a high enough logging level to be
5583 useful in diagnosing this situation. [RT #275]
5585 435. [bug] dns_zone_dump() overwrote existing zone files
5586 rather than writing to a temporary file and
5587 renaming. This could lead to empty or partial
5588 zone files being left around in certain error
5589 conditions involving the initial transfer of a
5590 slave zone, interfering with subsequent server
5593 434. [func] New function isc_file_isabsolute().
5595 433. [func] isc_base64_decodestring() now accepts newlines
5596 within the base64 data. This makes it possible
5597 to break up the key data in a "trusted-keys"
5598 statement into multiple lines. [RT #284]
5600 432. [func] Added refresh/retry jitter. The actual refresh/
5601 retry time is now a random value between 75% and
5602 100% of the configured value.
5604 431. [func] Log at ISC_LOG_INFO when a zone is successfully
5607 430. [bug] Rewrote the lightweight resolver client management
5608 code to handle shutdown correctly and general
5611 429. [bug] The space reserved for a TSIG record in a response
5612 was 2 bytes too short, leading to message
5613 generation failures.
5615 428. [bug] rbtdb.c:find_closest_nxt() erroneously returned
5616 DNS_R_BADDB for nodes which had neither NXT nor SIG NXT
5617 (e.g. glue). This could cause SERVFAILs when
5618 generating negative responses in a secure zone.
5620 427. [bug] Avoid going into an infinite loop when the validator
5621 gets a negative response to a key query where the
5622 records are signed by the missing key.
5624 426. [bug] Attempting to generate an oversized RSA key could
5625 cause dnssec-keygen to dump core.
5627 425. [bug] Warn about the auth-nxdomain default value change
5628 if there is no auth-nxdomain statement in the
5629 config file. [RT #287]
5631 424. [bug] notify_createmessage() could trigger an assertion
5632 failure when creating the notify message failed,
5633 e.g. due to corrupt zones with multiple SOA records.
5636 423. [bug] When responding to a recusive query, errors that occur
5637 after following a CNAME should cause the query to fail.
5640 422. [func] get rid of isc_random_t, and make isc_random_get()
5641 and isc_random_jitter() use rand() internally
5642 instead of local state. Note that isc_random_*()
5643 functions are only for weak, non-critical "randomness"
5644 such as timing jitter and such.
5646 421. [bug] nslookup would exit when given a blank line as input.
5648 420. [bug] nslookup failed to implement the "exit" command.
5650 419. [bug] The certificate type PKIX was misspelled as SKIX.
5652 418. [bug] At debug levels >= 10, getting an unexpected
5653 socket receive error would crash the server
5654 while trying to log the error message.
5656 417. [func] Add isc_app_block() and isc_app_unblock(), which
5657 allow an application to handle signals while
5660 416. [bug] Slave zones with no master file tried to use a
5661 NULL pointer for a journal file name when they
5662 received an IXFR. [RT #273]
5664 415. [bug] The logging code leaked file descriptors.
5666 414. [bug] Server did not shut down until all incoming zone
5667 transfers were finished.
5669 413. [bug] Notify could attempt to use the zone database after
5670 it had been unloaded. [RT#267]
5672 412. [bug] named -v didn't print the version.
5674 411. [bug] A typo in the HS A code caused an assertion failure.
5676 410. [bug] lwres_gethostbyname() and company set lwres_h_errno
5677 to a random value on success.
5679 409. [bug] If named was shut down early in the startup
5680 process, ns_omapi_shutdown() would attempt to lock
5681 an unintialized mutex. [RT #262]
5683 408. [bug] stub zones could leak memory and reference counts if
5684 all the masters were unreachable.
5686 407. [bug] isc_rwlock_lock() would needlessly block
5687 readers when it reached the read quota even
5688 if no writers were waiting.
5690 406. [bug] Log messages were occasionally lost or corrupted
5691 due to a race condition in isc_log_doit().
5693 405. [func] Add support for selective forwarding (forward zones)
5695 404. [bug] The request library didn't completely work with IPv6.
5697 403. [bug] "host" did not use the search list.
5699 402. [bug] Treat undefined acls as errors, rather than
5700 warning and then later throwing an assertion.
5703 401. [func] Added simple database API.
5705 400. [bug] SIG(0) signing and verifying was done incorrectly.
5708 399. [bug] When reloading the server with a config file
5709 containing a syntax error, it could catch an
5710 assertion failure trying to perform zone
5711 maintenance on, or sending notifies from,
5712 tentatively created zones whose views were
5713 never fully configured and lacked an address
5714 database and request manager.
5716 398. [bug] "dig" sometimes caught an assertion failure when
5717 using TSIG, depending on the key length.
5719 397. [func] Added utility functions dns_view_gettsig() and
5720 dns_view_getpeertsig().
5722 396. [doc] There is now a man page for "nsupdate"
5723 in doc/man/bin/nsupdate.8.
5725 395. [bug] nslookup printed incorrect RR type mnemonics
5726 for RRs of type >= 21 [RT #237].
5728 394. [bug] Current name was not propagated via $INCLUDE.
5730 393. [func] Initial answer while loading (awl) support.
5731 Entry points: dns_master_loadfileinc(),
5732 dns_master_loadstreaminc(), dns_master_loadbufferinc().
5733 Note: calls to dns_master_load*inc() should be rate
5734 be rate limited so as to not use up all file
5737 392. [func] Add ISC_R_FAMILYNOSUPPORT. Returned when OS does
5738 not support the given address family requested.
5740 391. [clarity] ISC_R_FAMILY -> ISC_R_FAMILYMISMATCH.
5742 390. [func] The function dns_zone_setdbtype() now takes
5743 an argc/argv style vector of words and sets
5744 both the zone database type and its arguments,
5745 making the functions dns_zone_adddbarg()
5746 and dns_zone_cleardbargs() unnecessary.
5748 389. [bug] Attempting to send a reqeust over IPv6 using
5749 dns_request_create() on a system without IPv6
5750 support caused an assertion failure [RT #235].
5752 388. [func] dig and host can now do reverse ipv6 lookups.
5754 387. [func] Add dns_byaddr_createptrname(), which converts
5755 an address into the name used by a PTR query.
5757 386. [bug] Missing strdup() of ACL name caused random
5758 ACL matching failures [RT #228].
5760 385. [cleanup] Removed functions dns_zone_equal(), dns_zone_print(),
5763 384. [bug] nsupdate was incorrectly limiting TTLs to 65535 instead
5766 383. [func] When writing a master file, print the SOA and NS
5767 records (and their SIGs) before other records.
5769 382. [bug] named -u failed on many Linux systems where the
5770 libc provided kernel headers do not match
5773 381. [bug] Check for IPV6_RECVPKTINFO and use it instead of
5774 IPV6_PKTINFO if found. [RT #229]
5776 380. [bug] nsupdate didn't work with IPv6.
5778 379. [func] New library function isc_sockaddr_anyofpf().
5780 378. [func] named and lwresd will log the command line arguments
5781 they were started with in the "starting ..." message.
5783 377. [bug] When additional data lookups were refused due to
5784 "allow-query", the databases were still being
5785 attached causing reference leaks.
5787 376. [bug] The server should always use good entropy when
5788 performing cryptographic functions needing entropy.
5790 375. [bug] Per-zone "allow-query" did not properly override the
5791 view/global one for CNAME targets and additional
5794 374. [bug] SOA in authoritative negative responses had wrong TTL.
5796 373. [func] nslookup is now installed by "make install".
5798 372. [bug] Deal with Microsoft DNS servers appending two bytes of
5799 garbage to zone transfer requests.
5801 371. [bug] At high debug levels, doing an outgoing zone transfer
5802 of a very large RRset could cause an assertion failure
5805 370. [bug] The error messages for rollforward failures were
5808 369. [func] Support new named.conf options, view and zone
5811 max-retry-time, min-retry-time,
5812 max-refresh-time, min-refresh-time.
5814 368. [func] Restructure the internal ".bind" view so that more
5815 zones can be added to it.
5817 367. [bug] Allow proper selection of server on nslookup command
5820 366. [func] Allow use of '-' batch file in dig for stdin.
5822 365. [bug] nsupdate -k leaked memory.
5824 364. [func] Added additional-from-{cache,auth}
5828 362. [bug] rndc no longer aborts if the configuration file is
5829 missing an options statement. [RT #209]
5831 361. [func] When the RBT find or chain functions set the name and
5832 origin for a node that stores the root label
5833 the name is now set to an empty name, instead of ".",
5834 to simplify later use of the name and origin by
5835 dns_name_concatenate(), dns_name_totext() or
5838 360. [func] dns_name_totext() and dns_name_format() now allow
5839 an empty name to be passed, which is formatted as "@".
5841 359. [bug] dnssec-signzone occasionally signed glue records.
5843 358. [cleanup] Rename the intermediate files used by the dnssec
5846 357. [bug] The zone file parser crashed if the argument
5847 to $INCLUDE was a quoted string.
5849 356. [cleanup] isc_task_send no longer requires event->sender to
5852 355. [func] Added isc_dir_createunique(), similar to mkdtemp().
5854 354. [doc] Man pages for the dnssec tools are now included in
5855 the distribution, in doc/man/dnssec.
5857 353. [bug] double increment in lwres/gethost.c:copytobuf().
5860 352. [bug] Race condition in dns_client_t startup could cause
5861 an assertion failure.
5863 351. [bug] Constructing a response with rcode SERVFAIL to a TSIG
5864 signed query could crash the server.
5866 350. [bug] Also-notify lists specified in the global options
5867 block were not correctly reference counted, causing
5870 349. [bug] Processing a query with the CD bit set now works
5873 348. [func] New boolean named.conf options 'additional-from-auth'
5874 and 'additional-from-cache' now supported in view and
5875 global options statement.
5877 347. [bug] Don't crash if an argument is left off options in dig.
5881 345. [bug] Large-scale changes/cleanups to dig:
5882 * Significantly improve structure handling
5883 * Don't pre-load entire batch files
5884 * Add name/rr counting/limiting
5885 * Fix SIGINT handling
5886 * Shorten timeouts to match v8's behavior
5888 344. [bug] When shutting down, lwresd sometimes tried
5889 to shut down its client tasks twice,
5890 triggering an assertion.
5892 343. [bug] Although zone maintenance SOA queries and
5893 notify requests were signed with TSIG keys
5894 when configured for the server in case,
5895 the TSIG was not verified on the response.
5897 342. [bug] The wrong name was being passed to
5898 dns_name_dup() when generating a TSIG
5901 341. [func] Support 'key' clause in named.conf zone masters
5902 statement to allow authentication via TSIG keys:
5905 10.0.0.1 port 5353 key "foo";
5909 340. [bug] The top-level COPYRIGHT file was missing from
5912 339. [bug] DNSSEC validation of the response to an ANY
5913 query at a name with a CNAME RR in a secure
5914 zone triggered an assertion failure.
5916 338. [bug] lwresd logged to syslog as named, not lwresd.
5918 337. [bug] "dig" did not recognize "nsap-ptr" as an RR type
5919 on the command line.
5921 336. [bug] "dig -f" used 64 k of memory for each line in
5922 the file. It now uses much less, though still
5923 proportionally to the file size.
5925 335. [bug] named would occasionally attempt recursion when
5926 it was disallowed or undesired.
5928 334. [func] Added hmac-md5 to libisc.
5930 333. [bug] The resolver incorrectly accepted referrals to
5931 domains that were not parents of the query name,
5932 causing assertion failures.
5934 332. [func] New function dns_name_reset().
5936 331. [bug] Only log "recursion denied" if RD is set. [RT #178]
5938 330. [bug] Many debugging messages were partially formatted
5939 even when debugging was turned off, causing a
5940 significant decrease in query performance.
5942 329. [func] omapi_auth_register() now takes a size_t argument for
5943 the length of a key's secret data. Previously
5944 OMAPI only stored secrets up to the first NUL byte.
5946 328. [func] Added isc_base64_decodestring().
5948 327. [bug] rndc.conf parser wasn't correctly recognising an IP
5949 address where a host specification was required.
5951 326. [func] 'keys' in an 'inet' control statement is now
5952 required and must have at least one item in it.
5953 A "not supported" warning is now issued if a 'unix'
5954 control channel is defined.
5956 325. [bug] isc_lex_gettoken was processing octal strings when
5957 ISC_LEXOPT_CNUMBER was not set.
5959 324. [func] In the resolver, turn EDNS0 off if there is no
5960 response after a number of retransmissions.
5961 This is to allow queries some chance of succeeding
5962 even if all the authoritative servers of a zone
5963 silently discard EDNS0 requests instead of
5964 sending an error response like they ought to.
5966 323. [bug] dns_rbt_findname() did not ignore empty rbt nodes.
5967 Because of this, servers authoritative for a parent
5968 and grandchild zone but not authoritative for the
5969 intervening child zone did not correctly issue
5970 referrals to the servers of the child zone.
5972 322. [bug] Queries for KEY RRs are now sent to the parent
5973 server before the authoritative one, making
5974 DNSSEC insecurity proofs work in many cases
5975 where they previously didn't.
5977 321. [bug] When synthesizing a CNAME RR for a DNAME
5978 response, query_addcname() failed to intitialize
5979 the type and class of the CNAME dns_rdata_t,
5980 causing random failures.
5982 320. [func] Multiple rndc changes: parses an rndc.conf file,
5983 uses authentication to talk to named, command
5984 line syntax changed. This will all be described
5987 319. [func] The named.conf "controls" statement is now used
5988 to configure the OMAPI command channel.
5990 318. [func] dns_c_ndcctx_destroy() could never return anything
5991 except ISC_R_SUCCESS; made it have void return instead.
5993 317. [func] Use callbacks from libomapi to determine if a
5994 new connection is valid, and if a key requested
5995 to be used with that connection is valid.
5997 316. [bug] Generate a warning if we detect an unexpected <eof>
5998 but treat as <eol><eof>.
6000 315. [bug] Handle non-empty blanks lines. [RT #163]
6002 314. [func] The named.conf controls statement can now have
6003 more than one key specified for the inet clause.
6005 313. [bug] When parsing resolv.conf, don't terminate on an
6006 error. Instead, parse as much as possible, but
6007 still return an error if one was found.
6009 312. [bug] Increase the number of allowed elements in the
6010 resolv.conf search path from 6 to 8. If there
6011 are more than this, ignore the remainder rather
6012 than returning a failure in lwres_conf_parse.
6014 311. [bug] lwres_conf_parse failed when the first line of
6015 resolv.conf was empty or a comment.
6017 310. [func] Changes to named.conf "controls" statement (inet
6020 - support "keys" clause
6024 allow { any; } keys { "foo"; }
6027 - allow "port xxx" to be left out of statement,
6028 in which case it defaults to omapi's default port
6031 309. [bug] When sending a referral, the server did not look
6032 for name server addresses as glue in the zone
6033 holding the NS RRset in the case where this zone
6034 was not the same as the one where it looked for
6035 name server addresses as authoritative data.
6037 308. [bug] Treat a SOA record not at top of zone as an error
6038 when loading a zone. [RT #154]
6040 307. [bug] When canceling a query, the resolver didn't check for
6041 isc_socket_sendto() calls that did not yet have their
6042 completion events posted, so it could (rarely) end up
6043 destroying the query context and then want to use
6044 it again when the send event posted, triggering an
6045 assertion as it tried to cancel an already-canceled
6048 306. [bug] Reading HMAC-MD5 private key files didn't work.
6050 305. [bug] When reloading the server with a config file
6051 containing a syntax error, it could catch an
6052 assertion failure trying to perform zone
6053 maintenance on tentatively created zones whose
6054 views were never fully configured and lacked
6055 an address database.
6057 304. [bug] If more than LWRES_CONFMAXNAMESERVERS servers
6058 are listed in resolv.conf, silently ignore them
6059 instead of returning failure.
6061 303. [bug] Add additional sanity checks to differentiate a AXFR
6062 response vs a IXFR response. [RT #157]
6064 302. [bug] In dig, host, and nslookup, MXNAME should be large
6065 enough to hold any legal domain name in presentation
6066 format + terminating NULL.
6068 301. [bug] Uninitialized pointer in host:printmessage(). [RT #159]
6070 300. [bug] Using both <isc/net.h> and <lwres/net.h> didn't work
6071 on platforms lacking IPv6 because each included their
6072 own ipv6 header file for the missing definitions. Now
6073 each library's ipv6.h defines the wrapper symbol of
6074 the other (ISC_IPV6_H and LWRES_IPV6_H).
6076 299. [cleanup] Get the user and group information before changing the
6077 root directory, so the administrator does not need to
6078 keep a copy of the user and group databases in the
6079 chroot'ed environment. Suggested by Hakan Olsson.
6081 298. [bug] A mutex deadlock occurred during shutdown of the
6082 interface manager under certain conditions.
6083 Digital Unix systems were the most affected.
6085 297. [bug] Specifying a key name that wasn't fully qualified
6086 in certain parts of the config file could cause
6087 an assertion failure.
6089 296. [bug] "make install" from a separate build directory
6090 failed unless configure had been run in the source
6093 295. [bug] When invoked with type==CNAME and a message
6094 not constructed by dns_message_parse(),
6095 dns_message_findname() failed to find anything
6096 due to checking for attribute bits that are set
6097 only in dns_message_parse(). This caused an
6098 infinite loop when constructing the response to
6099 an ANY query at a CNAME in a secure zone.
6101 294. [bug] If we run out of space in while processing glue
6102 when reading a master file and commit "current name"
6103 reverts to "name_current" instead of staying as
6106 293. [port] Add support for FreeBSD 4.0 system tests.
6108 292. [bug] Due to problems with the way some operating systems
6109 handle simultaneous listening on IPv4 and IPv6
6110 addresses, the server no longer listens on IPv6
6111 addresses by default. To revert to the previous
6112 behavior, specify "listen-on-v6 { any; };" in
6115 291. [func] Caching servers no longer send outgoing queries
6116 over TCP just because the incoming recursive query
6119 290. [cleanup] +twiddle option to dig (for testing only) removed.
6121 289. [cleanup] dig is now installed in $bindir instead of $sbindir.
6122 host is now installed in $bindir. (Be sure to remove
6123 any $sbindir/dig from a previous release.)
6125 288. [func] rndc is now installed by "make install" into $sbindir.
6127 287. [bug] rndc now works again as "rndc 127.1 reload" (for
6128 only that task). Parsing its configuration file and
6129 using digital signatures for authentication has been
6130 disabled until named supports the "controls" statement,
6133 286. [bug] On Solaris 2, when named inherited a signal state
6134 where SIGHUP had the SIG_IGN action, SIGHUP would
6135 be ignored rather than causing the server to reload
6138 285. [bug] A change made to the dst API for beta4 inadvertently
6139 broke OMAPI's creation of a dst key from an incoming
6140 message, causing an assertion to be triggered. Fixed.
6142 284. [func] The DNSSEC key generation and signing tools now
6143 generate randomness from keyboard input on systems
6144 that lack /dev/random.
6146 283. [cleanup] The 'lwresd' program is now a link to 'named'.
6148 282. [bug] The lexer now returns ISC_R_RANGE if parsed integer is
6149 too big for an unsigned long.
6151 281. [bug] Fixed list of recognized config file category names.
6153 280. [func] Add isc-config.sh, which can be used to more
6154 easily build applications that link with
6157 279. [bug] Private omapi function symbols shared between
6158 two or more files in libomapi.a were not namespace
6159 protected using the ISC convention of starting with
6160 the library name and two underscores ("omapi__"...)
6162 278. [bug] bin/named/logconf.c:category_fromconf() didn't take
6163 note of when isc_log_categorybyname() wasn't able
6164 to find the category name and would then apply the
6165 channel list of the unknown category to all categories.
6167 277. [bug] isc_log_categorybyname() and isc_log_modulebyname()
6168 would fail to find the first member of any category
6169 or module array apart from the internal defaults.
6170 Thus, for example, the "notify" category was improperly
6171 configured by named.
6173 276. [bug] dig now supports maximum sized TCP messages.
6175 275. [bug] The definition of lwres_gai_strerror() was missing
6178 274. [bug] TSIG AXFR verify failed when talking to a BIND 8
6181 273. [func] The default for the 'transfer-format' option is
6182 now 'many-answers'. This will break zone transfers
6183 to BIND 4.9.5 and older unless there is an explicit
6184 'one-answer' configuration.
6186 272. [bug] The sending of large TCP responses was canceled
6187 in mid-transmission due to a race condition
6188 caused by the failure to set the client object's
6189 "newstate" variable correctly when transitioning
6190 to the "working" state.
6192 271. [func] Attempt to probe the number of cpus in named
6193 if unspecified rather than defaulting to 1.
6195 270. [func] Allow maximum sized TCP answers.
6197 269. [bug] Failed DNSSEC validations could cause an assertion
6198 failure by causing clone_results() to be called with
6199 with hevent->node == NULL.
6201 268. [doc] A plain text version of the Administrator
6202 Reference Manual is now included in the distribution,
6203 as doc/arm/Bv9ARM.txt.
6205 267. [func] Nsupdate is now provided in the distribution.
6207 266. [bug] zone.c:save_nsrrset() node was not initialized.
6209 265. [bug] dns_request_create() now works for TCP.
6211 264. [func] Dispatch can not take TCP sockets in connecting
6212 state. Set DNS_DISPATCHATTR_CONNECTED when calling
6213 dns_dispatch_createtcp() for connected TCP sockets
6214 or call dns_dispatch_starttcp() when the socket is
6217 263. [func] New logging channel type 'stderr'
6224 262. [bug] 'master' was not initialized in zone.c:stub_callback().
6226 261. [func] Add dns_zone_markdirty().
6228 260. [bug] Running named as a non-root user failed on Linux
6229 kernels new enough to support retaining capabilities
6232 259. [func] New random-device and random-seed-file statements
6233 for global options block of named.conf. Both accept
6234 a single string argument.
6236 258. [bug] Fixed printing of lwres_addr_t.address field.
6238 257. [bug] The server detached the last zone manager reference
6239 too early, while it could still be in use by queries.
6240 This manifested itself as assertion failures during the
6241 shutdown process for busy name servers. [RT #133]
6243 256. [func] isc_ratelimiter_t now has attach/detach semantics, and
6244 isc_ratelimiter_shutdown guarantees that the rate
6245 limiter is detached from its task.
6247 255. [func] New function dns_zonemgr_attach().
6249 254. [bug] Suppress "query denied" messages on additional data
6252 --- 9.0.0b4 released ---
6254 253. [func] resolv.conf parser now recognises ';' and '#' as
6255 comments (anywhere in line, not just as the beginning).
6257 252. [bug] resolv.conf parser mishandled masks on sortlists.
6258 It also aborted when an unrecognized keyword was seen,
6259 now it silently ignores the entire line.
6261 251. [bug] lwresd caught an assertion failure on startup.
6263 250. [bug] fixed handling of size+unit when value would be too
6264 large for internal representation.
6266 249. [cleanup] max-cache-size config option now takes a size-spec
6267 like 'datasize', except 'default' is not allowed.
6269 248. [bug] global lame-ttl option was not being printed when
6270 config structures were written out.
6272 247. [cleanup] Rename cache-size config option to max-cache-size.
6274 246. [func] Rename global option cachesize to cache-size and
6275 add corresponding option to view statement.
6277 245. [bug] If an uncompressed name will take more than 255
6278 bytes and the buffer is sufficiently long,
6279 dns_name_fromwire should return DNS_R_FORMERR,
6280 not ISC_R_NOSPACE. This bug caused cause the
6281 server to catch an assertion failure when it
6282 received a query for a name longer than 255
6285 244. [bug] empty named.conf file and empty options statement are
6286 now parsed properly.
6288 243. [func] new cachesize option for named.conf
6290 242. [cleanup] fixed incorrect warning about auth-nxdomain usage.
6292 241. [cleanup] nscount and soacount have been removed from the
6293 dns_master_*() argument lists.
6295 240. [func] databases now come in three flavours: zone, cache
6298 239. [func] If ISC_MEM_DEBUG is enabled, the variable
6299 isc_mem_debugging controls whether messages
6302 238. [cleanup] A few more compilation warnings have been quieted:
6303 + missing sigwait prototype on BSD/OS 4.0/4.0.1.
6304 + PTHREAD_ONCE_INIT unbraced initializer warnings on
6306 + IN6ADDR_ANY_INIT unbraced initializer warnings on
6307 BSD/OS 4.*, Linux and Solaris 2.8.
6309 237. [bug] If connect() returned ENOBUFS when the resolver was
6310 initiating a TCP query, the socket didn't get
6311 destroyed, and the server did not shut down cleanly.
6313 236. [func] Added new listen-on-v6 config file statement.
6315 235. [func] Consider it a config file error if a listen-on
6316 statement has an IPv6 address in it, or a
6317 listen-on-v6 statement has an IPv4 address in it.
6319 234. [bug] Allow a trusted-key's first field (domain-name) be
6320 either a quoted or an unquoted string, instead of
6321 requiring a quoted string.
6323 233. [cleanup] Convert all config structure integer values to unsigned
6324 integer (isc_uint32_t) to match grammer.
6326 232. [bug] Allow slave zones to not have a file.
6328 231. [func] Support new 'port' clause in config file options
6329 section. Causes 'listen-on', 'masters' and
6330 'also-notify' statements to use its value instead of
6333 230. [func] Replace the dst sign/verify API with a cleaner one.
6335 229. [func] Support config file sig-validity-interval statement
6336 in options, views and zone statements (master
6339 228. [cleanup] Logging messages in config module stripped of
6342 227. [cleanup] The enumerated identifiers dns_rdataclass_*,
6343 dns_rcode_*, dns_opcode_*, and dns_trust_* are
6344 also now cast to their appropriate types, as with
6345 dns_rdatatype_* in item number 225 below.
6347 226. [func] dns_name_totext() now always prints the root name as
6348 '.', even when omit_final_dot is true.
6350 225. [cleanup] The enumerated dns_rdatatype_* identifiers are now
6351 cast to dns_rdatatype_t via macros of their same name
6352 so that they are of the proper integral type wherever
6353 a dns_rdatatype_t is needed.
6355 224. [cleanup] The entire project builds cleanly with gcc's
6356 -Wcast-qual and -Wwrite-strings warnings enabled,
6357 which is now the default when using gcc. (Warnings
6358 from confparser.c, because of yacc's code, are
6359 unfortunately to be expected.)
6361 223. [func] Several functions were reprototyped to qualify one
6362 or more of their arguments with "const". Similarly,
6363 several functions that return pointers now have
6364 those pointers qualified with const.
6366 222. [bug] The global 'also-notify' option was ignored.
6368 221. [bug] An uninitialized variable was sometimes passed to
6369 dns_rdata_freestruct() when loading a zone, causing
6370 an assertion failure.
6372 220. [cleanup] Set the default outgoing port in the view, and
6373 set it in sockaddrs returned from the ADB.
6374 [31-May-2000 explorer]
6376 219. [bug] Signed truncated messages more correctly follow
6377 the respective specs.
6379 218. [func] When an rdataset is signed, its ttl is normalized
6380 based on the signature validity period.
6382 217. [func] Also-notify and trusted-keys can now be used in
6383 the 'view' statement.
6385 216. [func] The 'max-cache-ttl' and 'max-ncache-ttl' options
6388 215. [bug] Failures at certain points in request processing
6389 could cause the assertion INSIST(client->lockview
6390 == NULL) to be triggered.
6392 214. [func] New public function isc_netaddr_format(), for
6393 formatting network addresses in log messages.
6395 213. [bug] Don't leak memory when reloading the zone if
6396 an update-policy clause was present in the old zone.
6398 212. [func] Added dns_message_get/settsigkey, to make TSIG
6399 key management reasonable.
6401 211. [func] The 'key' and 'server' statements can now occur
6402 inside 'view' statements.
6404 210. [bug] The 'allow-transfer' option was ignored for slave
6405 zones, and the 'transfers-per-ns' option was
6406 was ignored for all zones.
6408 209. [cleanup] Upgraded openssl files to new version 0.9.5a
6410 208. [func] Added ISC_OFFSET_MAXIMUM for the maximum value
6413 207. [func] The dnssec tools properly use the logging subsystem.
6415 206. [cleanup] dst now stores the key name as a dns_name_t, not
6418 205. [cleanup] On IRIX, turn off the mostly harmless warnings 1692
6419 ("prototyped function redeclared without prototype")
6420 and 1552 ("variable ... set but not used") when
6421 compiling in the lib/dns/sec/{dnssafe,openssl}
6422 directories, which contain code imported from outside
6425 204. [cleanup] On HP/UX, pass +vnocompatwarnings to the linker
6426 to quiet the warnings that "The linked output may not
6427 run on a PA 1.x system."
6429 203. [func] notify and zone soa queries are now tsig signed when
6432 202. [func] isc_lex_getsourceline() changed from returning int
6433 to returning unsigned long, the type of its underlying
6436 201. [cleanup] Removed the test/sdig program, it has been
6437 replaced by bin/dig/dig.
6439 --- 9.0.0b3 released ---
6441 200. [bug] Failures in sending query responses to clients
6442 (e.g., running out of network buffers) were
6445 199. [bug] isc_heap_delete() sometimes violated the heap
6446 invariant, causing timer events not to be posted
6449 198. [func] Dispatch managers hold memory pools which
6450 any managed dispatcher may use. This allows
6451 us to avoid dipping into the memory context for
6452 most allocations. [19-May-2000 explorer]
6454 197. [bug] When an incoming AXFR or IXFR completes, the
6455 zone's internal state is refreshed from the
6456 SOA data. [19-May-2000 explorer]
6458 196. [func] Dispatchers can be shared easily between views
6459 and/or interfaces. [19-May-2000 explorer]
6461 195. [bug] Including the NXT record of the root domain
6462 in a negative response caused an assertion
6465 194. [doc] The PDF version of the Administrator's Reference
6466 Manual is no longer included in the ISC BIND9
6469 193. [func] changed dst_key_free() prototype.
6471 192. [bug] Zone configuration validation is now done at end
6472 of config file parsing, and before loading
6475 191. [func] Patched to compile on UnixWare 7.x. This platform
6476 is not directly supported by the ISC.
6478 190. [cleanup] The DNSSEC tools have been moved to a separate
6479 directory dnssec/ and given the following new,
6480 more descriptive names:
6487 Their command line arguments have also been changed to
6488 be more consistent. dnssec-keygen now prints the
6489 name of the generated key files (sans extension)
6490 on standard output to simplify its use in automated
6493 189. [func] isc_time_secondsastimet(), a new function, will ensure
6494 that the number of seconds in an isc_time_t does not
6495 exceed the range of a time_t, or return ISC_R_RANGE.
6496 Similarly, isc_time_now(), isc_time_nowplusinterval(),
6497 isc_time_add() and isc_time_subtract() now check the
6498 range for overflow/underflow. In the case of
6499 isc_time_subtract, this changed a calling requirement
6500 (ie, something that could generate an assertion)
6501 into merely a condition that returns an error result.
6502 isc_time_add() and isc_time_subtract() were void-
6503 valued before but now return isc_result_t.
6505 188. [func] Log a warning message when an incoming zone transfer
6506 contains out-of-zone data.
6508 187. [func] isc_ratelimter_enqueue() has an additional argument
6511 186. [func] dns_request_getresponse() has an additional argument
6514 185. [bug] Fixed up handling of ISC_MEMCLUSTER_LEGACY. Several
6515 public functions did not have an isc__ prefix, and
6516 referred to functions that had previously been
6519 184. [cleanup] Variables/functions which began with two leading
6520 underscores were made to conform to the ANSI/ISO
6521 standard, which says that such names are reserved.
6523 183. [func] ISC_LOG_PRINTTAG option for log channels. Useful
6524 for logging the program name or other identifier.
6526 182. [cleanup] New commandline parameters for dnssec tools
6528 181. [func] Added dst_key_buildfilename and dst_key_parsefilename
6530 180. [func] New isc_result_t ISC_R_RANGE. Supersedes DNS_R_RANGE.
6532 179. [func] options named.conf statement *must* now come
6533 before any zone or view statements.
6535 178. [func] Post-load of named.conf check verifies a slave zone
6536 has non-empty list of masters defined.
6538 177. [func] New per-zone boolean:
6540 enable-zone yes | no ;
6542 intended to let a zone be disabled without having
6543 to comment out the entire zone statement.
6545 176. [func] New global and per-view option:
6547 max-cache-ttl number
6549 175. [func] New global and per-view option:
6551 additional-data internal | minimal | maximal;
6553 174. [func] New public function isc_sockaddr_format(), for
6554 formatting socket addresses in log messages.
6556 173. [func] Keep a queue of zones waiting for zone transfer
6557 quota so that a new transfer can be dispatched
6558 immediately whenever quota becomes available.
6560 172. [bug] $TTL directive was sometimes missing from dumped
6561 master files because totext_ctx_init() failed to
6562 initialize ctx->current_ttl_valid.
6564 171. [cleanup] On NetBSD systems, the mit-pthreads or
6565 unproven-pthreads library is now always used
6566 unless --with-ptl2 is explicitly specified on
6567 the configure command line. The
6568 --with-mit-pthreads option is no longer needed
6569 and has been removed.
6571 170. [cleanup] Remove inter server consistancy checks from zone,
6572 these should return as a separate module in 9.1.
6573 dns_zone_checkservers(), dns_zone_checkparents(),
6574 dns_zone_checkchildren(), dns_zone_checkglue().
6576 Remove dns_zone_setadb(), dns_zone_setresolver(),
6577 dns_zone_setrequestmgr() these should now be found
6580 169. [func] ratelimiter can now process N events per interval.
6582 168. [bug] include statements in named.conf caused syntax errors
6583 due to not consuming the semicolon ending the include
6584 statement before switching input streams.
6586 167. [bug] Make lack of masters for a slave zone a soft error.
6588 166. [bug] Keygen was overwriting existing keys if key_id
6589 conflicted, now it will retry, and non-null keys
6590 with key_id == 0 are not generated anymore. Key
6591 was not able to generate NOAUTHCONF DSA key,
6592 increased RSA key size to 2048 bits.
6594 165. [cleanup] Silence "end-of-loop condition not reached" warnings
6595 from Solaris compiler.
6597 164. [func] Added functions isc_stdio_open(), isc_stdio_close(),
6598 isc_stdio_seek(), isc_stdio_read(), isc_stdio_write(),
6599 isc_stdio_flush(), isc_stdio_sync(), isc_file_remove()
6600 to encapsulate nonportable usage of errno and sync.
6602 163. [func] Added result codes ISC_R_FILENOTFOUND and
6605 162. [bug] Ensure proper range for arguments to ctype.h functions.
6607 161. [cleanup] error in yyparse prototype that only HPUX caught.
6609 160. [cleanup] getnet*() are not going to be implemented at this
6612 159. [func] Redefinition of config file elements is now an
6613 error (instead of a warning).
6615 158. [bug] Log channel and category list copy routines
6616 weren't assigning properly to output parameter.
6618 157. [port] Fix missing prototype for getopt().
6620 156. [func] Support new 'database' statement in zone.
6622 database "quoted-string";
6624 155. [bug] ns_notify_start() was not detaching the found zone.
6626 154. [func] The signer now logs libdns warnings to stderr even when
6627 not verbose, and in a nicer format.
6629 153. [func] dns_rdata_tostruct() 'mctx' is now optional. If 'mctx'
6630 is NULL then you need to preserve the 'rdata' until
6631 you have finished using the structure as there may be
6632 references to the associated memory. If 'mctx' is
6633 non-NULL it is guaranteed that there are no references
6634 to memory associated with 'rdata'.
6636 dns_rdata_freestruct() must be called if 'mctx' was
6637 non-NULL and may safely be called if 'mctx' was NULL.
6639 152. [bug] keygen dumped core if domain name argument was omitted
6642 151. [func] Support 'disabled' statement in zone config (causes
6643 zone to be parsed and then ignored). Currently must
6644 come after the 'type' clause.
6646 150. [func] Support optional ports in masters and also-notify
6649 masters [ port xxx ] { y.y.y.y [ port zzz ] ; }
6651 149. [cleanup] Removed usused argument 'olist' from
6652 dns_c_view_unsetordering().
6654 148. [cleanup] Stop issuing some warnings about some configuration
6655 file statements that were not implemented, but now are.
6657 147. [bug] Changed yacc union size to be smaller for yaccs that
6658 put yacc-stack on the real stack.
6660 146. [cleanup] More general redundant header file cleanup. Rather
6661 than continuing to itemize every header which changed,
6662 this changelog entry just notes that if a header file
6663 did not need another header file that it was including
6664 in order to provide its advertized functionality, the
6665 inclusion of the other header file was removed. See
6666 util/check-includes for how this was tested.
6668 145. [cleanup] Added <isc/lang.h> and ISC_LANG_BEGINDECLS/
6669 ISC_LANG_ENDDECLS to header files that had function
6670 prototypes, and removed it from those that did not.
6672 144. [cleanup] libdns header files too numerous to name were made
6673 to conform to the same style for multiple inclusion
6676 143. [func] Added function dns_rdatatype_isknown().
6678 142. [cleanup] <isc/stdtime.h> does not need <time.h> or
6681 141. [bug] Corrupt requests with multiple questions could
6682 cause an assertion failure.
6684 140. [cleanup] <isc/time.h> does not need <time.h> or <isc/result.h>.
6686 139. [cleanup] <isc/net.h> now includes <isc/types.h> instead of
6687 <isc/int.h> and <isc/result.h>.
6689 138. [cleanup] isc_strtouq moved from str.[ch] to string.[ch] and
6690 renamed isc_string_touint64. isc_strsep moved from
6691 strsep.c to string.c and renamed isc_string_separate.
6693 137. [cleanup] <isc/commandline.h>, <isc/mem.h>, <isc/print.h>
6694 <isc/serial.h>, <isc/string.h> and <isc/offset.h>
6695 made to conform to the same style for multiple
6696 inclusion protection.
6698 136. [cleanup] <isc/commandline.h>, <isc/interfaceiter.h>,
6699 <isc/net.h> and Win32's <isc/thread.h> needed
6700 ISC_LANG_BEGINDECLS/ISC_LANG_ENDDECLS.
6702 135. [cleanup] Win32's <isc/condition.h> did not need <isc/result.h>
6703 or <isc/boolean.h>, now uses <isc/types.h> in place
6704 of <isc/time.h>, and needed ISC_LANG_BEGINDECLS
6705 and ISC_LANG_ENDDECLS.
6707 134. [cleanup] <isc/dir.h> does not need <limits.h>.
6709 133. [cleanup] <isc/ipv6.h> needs <isc/platform.h>.
6711 132. [cleanup] <isc/app.h> does not need <isc/task.h>, but does
6712 need <isc/eventclass.h>.
6714 131. [cleanup] <isc/mutex.h> and <isc/util.h> need <isc/result.h>
6715 for ISC_R_* codes used in macros.
6717 130. [cleanup] <isc/condition.h> does not need <pthread.h> or
6718 <isc/boolean.h>, and now includes <isc/types.h>
6719 instead of <isc/time.h>.
6721 129. [bug] The 'default_debug' log channel was not set up when
6722 'category default' was present in the config file
6724 128. [cleanup] <isc/dir.h> had ISC_LANG_BEGINDECLS instead of
6725 ISC_LANG_ENDDECLS at end of header.
6727 127. [cleanup] The contracts for the comparision routines
6728 dns_name_fullcompare(), dns_name_compare(),
6729 dns_name_rdatacompare(), and dns_rdata_compare() now
6730 specify that the order value returned is < 0, 0, or > 0
6731 instead of -1, 0, or 1.
6733 126. [cleanup] <isc/quota.h> and <isc/taskpool.h> need <isc/lang.h>.
6735 125. [cleanup] <isc/eventclass.h>, <isc/ipv6.h>, <isc/magic.h>,
6736 <isc/mutex.h>, <isc/once.h>, <isc/region.h>, and
6737 <isc/resultclass.h> do not need <isc/lang.h>.
6739 124. [func] signer now imports parent's zone key signature
6740 and creates null keys/sets zone status bit for
6741 children when necessary
6743 123. [cleanup] <isc/event.h> does not need <stddef.h>.
6745 122. [cleanup] <isc/task.h> does not need <isc/mem.h> or
6748 121. [cleanup] <isc/symtab.h> does not need <isc/mem.h> or
6749 <isc/result.h>. Multiple inclusion protection
6750 symbol fixed from ISC_SYMBOL_H to ISC_SYMTAB_H.
6751 isc_symtab_t moved to <isc/types.h>.
6753 120. [cleanup] <isc/socket.h> does not need <isc/boolean.h>,
6754 <isc/bufferlist.h>, <isc/task.h>, <isc/mem.h> or
6757 119. [cleanup] structure definitions for generic rdata structures do
6758 not have _generic_ in their names.
6760 118. [cleanup] libdns.a is now namespace-clean, on NetBSD, excepting
6761 YACC crust (yyparse, etc) [2000-apr-27 explorer]
6763 117. [cleanup] libdns.a changes:
6764 dns_zone_clearnotify() and dns_zone_addnotify()
6765 are replaced by dns_zone_setnotifyalso().
6766 dns_zone_clearmasters() and dns_zone_addmaster()
6767 are replaced by dns_zone_setmasters().
6769 116. [func] Added <isc/offset.h> for isc_offset_t (aka off_t
6772 115. [port] Shut up the -Wmissing-declarations warning about
6773 <stdio.h>'s __sputaux on BSD/OS pre-4.1.
6775 114. [cleanup] <isc/sockaddr.h> does not need <isc/buffer.h> or
6778 113. [func] Utility programs dig and host added.
6780 112. [cleanup] <isc/serial.h> does not need <isc/boolean.h>.
6782 111. [cleanup] <isc/rwlock.h> does not need <isc/result.h> or
6785 110. [cleanup] <isc/result.h> does not need <isc/boolean.h> or
6788 109. [bug] "make depend" did nothing for
6789 bin/tests/{db,mem,sockaddr,tasks,timers}/.
6791 108. [cleanup] DNS_SETBIT/DNS_GETBIT/DNS_CLEARBIT moved from
6792 <dns/types.h> to <dns/bit.h> and renamed to
6793 DNS_BIT_SET/DNS_BIT_GET/DNS_BIT_CLEAR.
6795 107. [func] Add keysigner and keysettool.
6797 106. [func] Allow dnssec verifications to ignore the validity
6798 period. Used by several of the dnssec tools.
6800 105. [doc] doc/dev/coding.html expanded with other
6801 implicit conventions the developers have used.
6803 104. [bug] Made compress_add and compress_find static to
6806 103. [func] libisc buffer API changes for <isc/buffer.h>:
6808 isc_buffer_base(b) (pointer)
6809 isc_buffer_current(b) (pointer)
6810 isc_buffer_active(b) (pointer)
6811 isc_buffer_used(b) (pointer)
6812 isc_buffer_length(b) (int)
6813 isc_buffer_usedlength(b) (int)
6814 isc_buffer_consumedlength(b) (int)
6815 isc_buffer_remaininglength(b) (int)
6816 isc_buffer_activelength(b) (int)
6817 isc_buffer_availablelength(b) (int)
6819 ISC_BUFFER_USEDCOUNT(b)
6820 ISC_BUFFER_AVAILABLECOUNT(b)
6823 isc_buffer_used(b, r) ->
6824 isc_buffer_usedregion(b, r)
6825 isc_buffer_available(b, r) ->
6826 isc_buffer_available_region(b, r)
6827 isc_buffer_consumed(b, r) ->
6828 isc_buffer_consumedregion(b, r)
6829 isc_buffer_active(b, r) ->
6830 isc_buffer_activeregion(b, r)
6831 isc_buffer_remaining(b, r) ->
6832 isc_buffer_remainingregion(b, r)
6834 Buffer types were removed, so the ISC_BUFFERTYPE_*
6835 macros are no more, and the type argument to
6836 isc_buffer_init and isc_buffer_allocate were removed.
6837 isc_buffer_putstr is now void (instead of isc_result_t)
6838 and requires that the caller ensure that there
6839 is enough available buffer space for the string.
6841 102. [port] Correctly detect inet_aton, inet_pton and inet_ptop
6844 101. [cleanup] Quieted EGCS warnings from lib/isc/print.c.
6846 100. [cleanup] <isc/random.h> does not need <isc/int.h> or
6847 <isc/mutex.h>. isc_random_t moved to <isc/types.h>.
6849 99. [cleanup] Rate limiter now has separate shutdown() and
6850 destroy() functions, and it guarantees that all
6851 queued events are delivered even in the shutdown case.
6853 98. [cleanup] <isc/print.h> does not need <stdarg.h> or <stddef.h>
6854 unless ISC_PLATFORM_NEEDVSNPRINTF is defined.
6856 97. [cleanup] <isc/ondestroy.h> does not need <stddef.h> or
6859 96. [cleanup] <isc/mutex.h> does not need <isc/result.h>.
6861 95. [cleanup] <isc/mutexblock.h> does not need <isc/result.h>.
6863 94. [cleanup] Some installed header files did not compile as C++.
6865 93. [cleanup] <isc/msgcat.h> does not need <isc/result.h>.
6867 92. [cleanup] <isc/mem.h> does not need <stddef.h>, <isc/boolean.h>,
6870 91. [cleanup] <isc/log.h> does not need <sys/types.h> or
6873 90. [cleanup] Removed unneeded ISC_LANG_BEGINDECLS/ISC_LANG_ENDDECLS
6874 from <named/listenlist.h>.
6876 89. [cleanup] <isc/lex.h> does not need <stddef.h>.
6878 88. [cleanup] <isc/interfaceiter.h> does not need <isc/result.h> or
6879 <isc/mem.h>. isc_interface_t and isc_interfaceiter_t
6880 moved to <isc/types.h>.
6882 87. [cleanup] <isc/heap.h> does not need <isc/boolean.h>,
6883 <isc/mem.h> or <isc/result.h>.
6885 86. [cleanup] isc_bufferlist_t moved from <isc/bufferlist.h> to
6888 85. [cleanup] <isc/bufferlist.h> does not need <isc/buffer.h>,
6889 <isc/list.h>, <isc/mem.h>, <isc/region.h> or
6892 84. [func] allow-query ACL checks now apply to all data
6893 added to a response.
6895 83. [func] If the server is authoritative for both a
6896 delegating zone and its (nonsecure) delegatee, and
6897 a query is made for a KEY RR at the top of the
6898 delegatee, then the server will look for a KEY
6899 in the delegator if it is not found in the delegatee.
6901 82. [cleanup] <isc/buffer.h> does not need <isc/list.h>.
6903 81. [cleanup] <isc/int.h> and <isc/boolean.h> do not need
6906 80. [cleanup] <isc/print.h> does not need <stdio.h> or <stdlib.h>.
6908 79. [cleanup] <dns/callbacks.h> does not need <stdio.h>.
6910 78. [cleanup] lwres_conftest renamed to lwresconf_test for
6911 consistency with other *_test programs.
6913 77. [cleanup] typedef of isc_time_t and isc_interval_t moved from
6914 <isc/time.h> to <isc/types.h>.
6916 76. [cleanup] Rewrote keygen.
6918 75. [func] Don't load a zone if its database file is older
6919 than the last time the zone was loaded.
6921 74. [cleanup] Removed mktemplate.o and ufile.o from libisc.a,
6924 73. [func] New "file" API in libisc, including new function
6925 isc_file_getmodtime, isc_mktemplate renamed to
6926 isc_file_mktemplate and isc_ufile renamed to
6927 isc_file_openunique. By no means an exhaustive API,
6928 it is just what's needed for now.
6930 72. [func] DNS_RBTFIND_NOPREDECESSOR and DNS_RBTFIND_NOOPTIONS
6931 added for dns_rbt_findnode, the former to disable the
6932 setting of the chain to the predecessor, and the
6933 latter to make clear when no options are set.
6935 71. [cleanup] Made explicit the implicit REQUIREs of
6936 isc_time_seconds, isc_time_nanoseconds, and
6939 70. [func] isc_time_set() added.
6941 69. [bug] The zone object's master and also-notify lists grew
6942 longer with each server reload.
6944 68. [func] Partial support for SIG(0) on incoming messages.
6946 67. [performance] Allow use of alternate (compile-time supplied)
6947 OpenSSL libraries/headers.
6949 66. [func] Data in authoritative zones should have a trust level
6952 65. [cleanup] Removed obsolete typedef of dns_zone_callbackarg_t
6955 64. [func] The RBT, DB, and zone table APIs now allow the
6956 caller find the most-enclosing superdomain of
6959 63. [func] Generate NOTIFY messages.
6961 62. [func] Add UDP refresh support.
6963 61. [cleanup] Use single quotes consistently in log messages.
6965 60. [func] Catch and disallow singleton types on message
6968 59. [bug] Cause net/host unreachable to be a hard error
6969 when sending and receiving.
6971 58. [bug] bin/named/query.c could sometimes trigger the
6972 (client->query.attributes & NS_QUERYATTR_NAMEBUFUSED)
6973 == 0 assertion in query_newname().
6975 57. [func] Added dns_nxt_typepresent()
6977 56. [bug] SIG records were not properly returned in cached
6980 55. [bug] Responses containing multiple names in the authority
6981 section were not negatively cached.
6983 54. [bug] If a fetch with sigrdataset==NULL joined one with
6984 sigrdataset!=NULL or vice versa, the resolver
6985 could catch an assertion or lose signature data,
6988 53. [port] freebsd 4.0: lib/isc/unix/socket.c requires
6991 52. [bug] rndc: taskmgr and socketmgr were not initialized
6994 51. [cleanup] dns/compress.h and dns/zt.h did not need to include
6995 dns/rbt.h; it was needed only by compress.c and zt.c.
6997 50. [func] RBT deletion no longer requires a valid chain to work,
6998 and dns_rbt_deletenode was added.
7000 49. [func] Each cache now has its own mctx.
7002 48. [func] isc_task_create() no longer takes an mctx.
7003 isc_task_mem() has been eliminated.
7005 47. [func] A number of modules now use memory context reference
7008 46. [func] Memory contexts are now reference counted.
7009 Added isc_mem_inuse() and isc_mem_preallocate().
7010 Renamed isc_mem_destroy_check() to
7011 isc_mem_setdestroycheck().
7013 45. [bug] The trusted-key statement incorrectly loaded keys.
7015 44. [bug] Don't include authority data if it would force us
7016 to unset the AD bit in the message.
7018 43. [bug] DNSSEC verification of cached rdatasets was failing.
7020 42. [cleanup] Simplified logging of messages with embedded domain
7021 names by introducing a new convenience function
7024 41. [func] Use PR_SET_KEEPCAPS on Linux 2.3.99-pre3 and later
7025 to allow 'named' to run as a non-root user while
7026 retaining the ability to bind() to privileged
7029 40. [func] Introduced new logging category "dnssec" and
7030 logging module "dns/validator".
7032 39. [cleanup] Moved the typedefs for isc_region_t, isc_textregion_t,
7033 and isc_lex_t to <isc/types.h>.
7035 38. [bug] TSIG signed incoming zone transfers work now.
7037 37. [bug] If the first RR in an incoming zone transfer was
7038 not an SOA, the server died with an assertion failure
7039 instead of just reporting an error.
7041 36. [cleanup] Change DNS_R_SUCCESS (and others) to ISC_R_SUCCESS
7043 35. [performance] Log messages which are of a level too high to be
7044 logged by any channel in the logging configuration
7045 will not cause the log mutex to be locked.
7047 34. [bug] Recursion was allowed even with 'recursion no'.
7049 33. [func] The RBT now maintains a parent pointer at each node.
7051 32. [cleanup] bin/lwresd/client.c needs <string.h> for memset()
7054 31. [bug] Use ${LIBTOOL} to compile bin/named/main.@O@.
7056 30. [func] config file grammer change to support optional
7057 class type for a view.
7059 29. [func] support new config file view options:
7061 auth-nxdomain recursion query-source
7062 query-source-v6 transfer-source
7063 transfer-source-v6 max-transfer-time-out
7064 max-transfer-idle-out transfer-format
7065 request-ixfr provide-ixfr cleaning-interval
7066 fetch-glue notify rfc2308-type1 lame-ttl
7067 max-ncache-ttl min-roots
7069 28. [func] support lame-ttl, min-roots and serial-queries
7070 config global options.
7072 27. [bug] Only include <netinet6/in6.h> on BSD/OS 4.[01]*.
7073 Including it on other platforms (eg, NetBSD) can
7074 cause a forced #error from the C preprocessor.
7076 26. [func] new match-clients statement in config file view.
7078 25. [bug] make install failed to install <isc/log.h> and
7081 24. [cleanup] Eliminate some unnecessary #includes of header
7082 files from header files.
7084 23. [cleanup] Provide more context in log messages about client
7085 requests, using a new function ns_client_log().
7087 22. [bug] SIGs weren't returned in the answer section when
7088 the query resulted in a fetch.
7090 21. [port] Look at STD_CINCLUDES after CINCLUDES during
7091 compilation, so additional system include directories
7092 can be searched but header files in the bind9 source
7093 tree with conflicting names take precedence. This
7094 avoids issues with installed versions of dnssafe and
7097 20. [func] Configuration file post-load validation of zones
7098 failed if there were no zones.
7100 19. [bug] dns_zone_notifyreceive() failed to unlock the zone
7101 lock in certain error cases.
7103 18. [bug] Use AC_TRY_LINK rather than AC_TRY_COMPILE in
7104 configure.in to check for presence of in6addr_any.
7106 17. [func] Do configuration file post-load validation of zones.
7108 16. [bug] put quotes around key names on config file
7109 output to avoid possible keyword clashes.
7111 15. [func] Add dns_name_dupwithoffsets(). This function is
7112 improves comparison performance for duped names.
7114 14. [bug] free_rbtdb() could have 'put' unallocated memory in
7115 an unlikely error path.
7117 13. [bug] lib/dns/master.c and lib/dns/xfrin.c didn't ignore
7120 12. [bug] Fixed possible unitialized variable error.
7122 11. [bug] axfr_rrstream_first() didn't check the result code of
7123 db_rr_iterator_first(), possibly causing an assertion
7124 to be triggered later.
7126 10. [bug] A bug in the code which makes EDNS0 OPT records in
7127 bin/named/client.c and lib/dns/resolver.c could
7128 trigger an assertion.
7130 9. [cleanup] replaced bit-setting code in confctx.c and replaced
7131 repeated code with macro calls.
7133 8. [bug] Shutdown of incoming zone transfer accessed
7136 7. [cleanup] removed 'listen-on' from view statement.
7138 6. [bug] quote RR names when generating config file to
7139 prevent possible clash with config file keywords
7142 5. [func] syntax change to named.conf file: new ssu grant/deny
7143 statements must now be enclosed by an 'update-policy'
7146 4. [port] bin/named/unix/os.c didn't compile on systems with
7147 linux 2.3 kernel includes due to conflicts between
7148 C library includes and the kernel includes. We now
7149 get only what we need from <linux/capability.h>, and
7150 avoid pulling in other linux kernel .h files.
7152 3. [bug] TKEYs go in the answer section of responses, not
7153 the additional section.
7155 2. [bug] Generating cryptographic randomness failed on
7156 systems without /dev/random.
7158 1. [bug] The installdirs rule in
7159 lib/isc/unix/include/isc/Makefile.in had a typo which
7160 prevented the isc directory from being created if it
7163 --- 9.0.0b2 released ---
7165 # This tells Emacs to use hard tabs in this file.
7167 # indent-tabs-mode: t