Add ip6 and icmp6 displays to systat(1).
[dragonfly/vkernel-mp.git] / contrib / bind-9.3 / CHANGES
blobacf2817b5b75760b9f507d7709f0f1c58a2f3451
2         --- 9.3.4 released ---
4 2126.   [security]      Serialise validation of type ANY responses. [RT #16555]
6 2124.   [security]      It was possible to dereference a freed fetch
7                         context. [RT #16584]
9         --- 9.3.3 released ---
11 2107.   [bug]           dighost.c: more cleanup of buffers. [RT #16499]
13 2104.   [port]          Fix Solaris SMF error message.
15 2103.   [port]          Add /usr/sfw to list of locations for OpenSSL
16                         under Solaris.
18 2102.   [port]          Silence solaris 10 warnings.
20 2101.   [bug]           OpenSSL version checks were not quite right.
21                         [RT #16476]
23 2100.   [port]          win32: copy libeay32.dll to Build\Debug.
25 2099.   [port]          win32: more manifiest issues.
27         --- 9.3.3rc3 released ---
29 2096.   [bug]           libbind: handle applications that fail to detect
30                         res_init() failures better.
32 2095.   [port]          libbind: alway prototype inet_cidr_ntop_ipv6() and
33                         net_cidr_ntop_ipv6(). [RT #16388]
35 2094.   [contrib]       Update named-bootconf.  [RT# 16404]
37 2092.   [bug]           win32: dig, host, nslookup.  Use registry config
38                         if resolv.conf does not exist or no nameservers
39                         listed. [RT #15877] 
41 2091.   [port]          dighost.c: race condition on cleanup. [RT #16417]
43 2090.   [port]          win32: Visual C++ 2005 command line manifest support.
44                         [RT #16417]
46 2089.   [security]      Raise the minimum safe OpenSSL versions to
47                         OpenSSL 0.9.7l and OpenSSL 0.9.8d.  Versions
48                         prior to these have known security flaws which
49                         are (potentially) exploitable in named. [RT #16391]
51 2088.   [security]      Change the default RSA exponent from 3 to 65537.
52                         [RT #16391]
54 2086.   [port]          libbind: FreeBSD now has get*by*_r() functions.
55                         [RT #16403]
57 2085.   [doc]           win32: added index.html and README to zip. [RT #16201]
59 2084.   [contrib]       dbus update for 9.3.3rc2.
61 2083.   [port]          win32: Visual C++ 2005 support.
63 2082.   [doc]           Document 'cache-file' as a test only option.
65         --- 9.3.3rc2 released ---
67 2081.   [port]          libbind: minor 64-bit portability fix in memcluster.c.
68                         [RT #16360]
70 2080.   [port]          libbind: res_init.c did not compile on older versions
71                         of Solaris. [RT #16363]
73 2076.   [bug]           Several files were missing #include <config.h>
74                         causing build failures on OSF. [RT #16341]
76 2074.   [bug]           dns_request_createvia2(), dns_request_createvia3(),
77                         dns_request_createraw2() and dns_request_createraw3()
78                         failed to send multiple UDP requests. [RT #16349]
80 2066.   [security]      Handle SIG queries gracefully. [RT #16300]
82         --- 9.3.3rc1 released ---
84 2071.   [port]          Test whether gcc accepts -fno-strict-aliasing.
85                         [RT #16324]
87 2070.   [bug]           The remote address was not always displayed when
88                         reporting dispatch failures. [RT #16315]
90 2069.   [bug]           Cross compiling was not working. [RT #16330]
92 2067.   [bug]           'rndc' could close the socket too early triggering
93                         a INSIST under Windows. [RT #16317]
95 2065.   [bug]           libbind: probe for HPUX prototypes for
96                         endprotoent_r() and endservent_r().  [RT 16313]
98 2064.   [bug]           libbind: silence AIX compiler warnings. [RT #16218]
100 2063.   [bug]           Change #1955 introduced a bug which caused the first
101                         'rndc flush' call to not free memory. [RT #16244]
103 2062.   [bug]           'dig +nssearch' was reusing a buffer before it had
104                         been returned by the socket code. [RT #16307]
106 2057.   [bug]           Make setting "ra" dependent on both allow-query and
107                         allow-recursion. [RT #16290]
109 2056.   [bug]           dig: ixfr= was not being treated case insensitively
110                         at all times. [RT #15955]
112 2055.   [bug]           Missing goto after dropping multicast query.
113                         [RT #15944]
115 2054.   [port]          freebsd: do not explicitly link against -lpthread.
116                         [RT #16170]
118 2053.   [port]          netbsd:libbind: silence compiler warnings. [RT #16220]
120 2052.   [bug]           'rndc' improve connect failed message to report
121                         the failing address. [RT #15978]
123 2051.   [port]          More strtol() fixes. [RT #16249]
125 2050.   [bug]           Parsing of NSAP records was not case insensitive.
126                         [RT #16287]
128 2049.   [bug]           Restore SOA before AXFR when falling back from
129                         a attempted IXFR when transfering in a zone.
130                         Allow a initial SOA query before attempting
131                         a AXFR to be requested. [RT #16156]
133 2048.   [bug]           It was possible to loop forever when using
134                         avoid-v4-udp-ports / avoid-v6-udp-ports when
135                         the OS always returned the same local port.
136                         [RT #16182]
138 2047.   [bug]           Failed to initialise the interface flags to zero.
139                         [RT #16245]
141 2043.   [port]          nsupdate/nslookup: Force the flushing of the prompt
142                         for interactive sessions. [RT#16148]
144 2038.   [bug]           dig/nslookup/host was unlinking from wrong list
145                         when handling errors. [RT #16122]
147 2037.   [func]          When unlinking the first or last element in a list
148                         check that the list head points to the element to
149                         be unlinked. [RT #15959]
151 2036.   [bug]           'rndc recursing' could cause trigger a REQUIRE.
152                         [RT #16075]
154 2034.   [bug]           gcc: set -fno-strict-aliasing. [RT #16124]
156         --- 9.3.3b1 released ---
158 2031.   [bug]           Emit a error message when "rndc refresh" is called on
159                         a non slave/stub zone. [RT # 16073]
161 2030.   [bug]           We were being overly conservative when disabling
162                         openssl engine support. [RT #16030]
164 2029.   [bug]           host printed out the server multiple times when
165                         specified on the command line. [RT #15992]
167 2028.   [port]          linux: socket.c compatability for old systems.
168                         [RT #16015]
170 2027.   [port]          libbind: Solaris x86 support. [RT #16020]
172 2026.   [bug]           Rate limit the two recursive client exceeded messages.
173                         [RT #16044]
175 2024.   [bug]           named emited spurious "zone serial unchanged"
176                         messages on reload. [RT #16027]
178 2023.   [bug]           "make install" should create ${localstatedir}/run and
179                         ${sysconfdir} if they do not exist. [RT #16033]
181 2016.   [bug]           Return a partial answer if recursion is not
182                         allowed but requested and we had the answer
183                         to the original qname. [RT #15945]
185 2013.   [bug]           Handle unexpected TSIGs on unsigned AXFR/IXFR
186                         responses more gracefully. [RT #15941]
188 2009.   [bug]           libbind: coverity fixes. [RT #15808]
190 2005.   [bug]           libbind: Retransmission timeouts should be
191                         based on which attempt it is to the nameserver
192                         and not the nameserver itself. [RT #13548]
194 2004.   [bug]           dns_tsig_sign() could pass a NULL pointer to
195                         dst_context_destroy() when cleaning up after a
196                         error. [RT #15835]
198 2003.   [bug]           libbind: The DNS name/address lookup functions could
199                         occasionally follow a random pointer due to
200                         structures not being completely zeroed. [RT #15806]
202 2002.   [bug]           libbind: tighten the constraints on when
203                         struct addrinfo._ai_pad exists.  [RT #15783]
205 2000.   [bug]           memmove()/strtol() fix was incomplete. [RT #15812]
207 1998.   [bug]           Restrict handling of fifos as sockets to just SunOS.
208                         This allows named to connect to entropy gathering
209                         daemons that use fifos instead of sockets. [RT #15840]
211 1997.   [bug]           Named was failing to replace negative cache entries
212                         when a positive one for the type was learnt.
213                         [RT #15818]
215 1995.   [bug]           'host' was reporting multiple "is an alias" messages.
216                         [RT #15702]
218 1994.   [port]          OpenSSL 0.9.8 support. [RT #15694]
220 1993.   [bug]           Log messsage, via syslog, were missing the space
221                         after the timestamp if "print-time yes" was specified.
222                         [RT #15844]
224 1991.   [cleanup]       The configuration data, once read, should be treated
225                         as readonly.  Expand the use of const to enforce this
226                         at compile time. [RT #15813]
228 1990.   [bug]           libbind:  isc's override of broken gettimeofday()
229                         implementions was not always effective.
230                         [RT #15709]
232 1989.   [bug]           win32: don't check the service password when
233                         re-installing. [RT #15882]
235 1985.   [protocol]      DLV has now been assigned a official type code of
236                         32769. [RT #15807]
238                         Note: care should be taken to ensure you upgrade
239                         both named and dnssec-signzone at the same time for
240                         zones with DLV records where named is the master
241                         server for the zone.  Also any zones that contain
242                         DLV records should be removed when upgrading a slave
243                         zone.  You do not however have to upgrade all
244                         servers for a zone with DLV records simultaniously.
246 1982.   [bug]           DNSKEY was being accepted on the parent side of
247                         a delegation.  KEY is still accepted there for
248                         RFC 3007 validated updates. [RT #15620]
250 1981.   [bug]           win32: condition.c:wait() could fail to reattain
251                         the mutex lock.
253 1979.   [port]          linux: allow named to drop core after changing
254                         user ids. [RT #15753]
256 1978.   [port]          Handle systems which have a broken recvmsg().
257                         [RT #15742]
259 1977.   [bug]           Silence noisy log message. [RT #15704]
261 1976.   [bug]           Handle systems with no IPv4 addresses. [RT #15695]
263 1975.   [bug]           libbind: isc_gethexstring() could misparse multi-line
264                         hex strings with comments. [RT #15814]
266 1974.   [doc]           List each of the zone types and associated zone
267                         options seperately in the ARM.
269 1972.   [contrib]       DBUS dynamic forwarders integation from
270                         Jason Vas Dias <jvdias@redhat.com>.
272 1971.   [port]          linux: make detection of missing IF_NAMESIZE more
273                         robust. [RT #15443]
275 1970.   [bug]           nsupdate: adjust UDP timeout when falling back to
276                         unsigned SOA query. [RT #15775]
278 1969.   [bug]           win32: the socket code was freeing the socket
279                         structure too early. [RT #15776]
281 1968.   [bug]           Missing lock in resolver.c:validated(). [RT #15739]
283 1966.   [bug]           Don't set CD when we have fallen back to plain DNS.
284                         [RT #15727]
286 1963.   [port]          Tru64 4.0E doesn't support send() and recv(). 
287                         [RT #15586]
289 1962.   [bug]           Named failed to clear old update-policy when it
290                         was removed. [RT #15491]
292 1961.   [bug]           Check the port and address of responses forwarded
293                         to dispatch. [RT #15474]
295 1960.   [bug]           Update code should set NSEC ttls from SOA MINIMUM.
296                         [RT #15465]
298 1958.   [bug]           Named failed to update the zone's secure state
299                         until the zone was reloaded. [RT #15412]
301 1957.   [bug]           Dig mishandled responses to class ANY queries.
302                         [RT #15402]
304 1956.   [bug]           Improve cross compile support, 'gen' is now built
305                         by native compiler.  See README for additional
306                         cross compile support information. [RT #15148]
308 1955.   [bug]           Pre-allocate the cache cleaning interator. [RT #14998]
310 1952.   [port]          hpux: tell the linker to build a runtime link
311                         path "-Wl,+b:". [RT #14816].
313 1951.   [security]      Drop queries from particular well known ports.
314                         Don't return FORMERR to queries from particular
315                         well known ports.  [RT #15636]
316                         
317 1950.   [port]          Solaris 2.5.1 and earlier cannot bind() then connect()
318                         a TCP socket. This prevents the source address being
319                         set for TCP connections. [RT #15628]
321 1948.   [bug]           If was possible to trigger a REQUIRE failure in
322                         xfrin.c:maybe_free() if named ran out of memory.
323                         [RT #15568]
325 1946.   [bug]           resume_dslookup() could trigger a REQUIRE failure
326                         when using forwarders. [RT #15549]
328 1944.   [cleanup]       isc_hash_create() does not need a read/write lock.
329                         [RT #15522]
331 1943.   [bug]           Set the loadtime after rolling forward the journal.
332                         [RT #15647]
334 1942.   [bug]           If the name of a DNSKEY match that of one in
335                         trusted-keys do not attempt to validate the DNSKEY
336                         using the parents DS RRset. [RT #15649]
338 1941.   [bug]           ncache_adderesult() should set eresult even if no
339                         rdataset is passed to it. [RT #15642]
341 1940.   [bug]           Fixed a number of error conditions reported by
342                         Coverity.
344 1939.   [bug]           The resolver could dereference a null pointer after
345                         validation if all the queries have timed out.
346                         [RT #15528]
348 1938.   [bug]           The validator was not correctly handling unsecure
349                         negative responses at or below a SEP. [RT #15528]
351 1919.   [contrib]       queryperf: a set of new features: collecting/printing
352                         response delays, printing intermediate results, and
353                         adjusting query rate for the "target" qps.
355         --- 9.3.2 released ---
357         --- 9.3.2rc1 released ---
359 1936.   [bug]           The validator could leak memory. [RT #15544]
361 1932.   [bug]           hpux: LDFLAGS was getting corrupted. [RT #15530]
363         --- 9.3.2b2 released ---
365 1930.   [port]          HPUX: ia64 support. [RT #15473]
367 1929.   [port]          FreeBSD: extend use of PTHREAD_SCOPE_SYSTEM.
369 1926.   [bug]           The Windows installer did not check for empty
370                         passwords.  BINDinstall was being installed in
371                         the wrong place. [RT #15483]
373 1925.   [port]          All outer level AC_TRY_RUNs need cross compiling
374                         defaults. [RT #15469]
376 1924.   [port]          libbind: hpux ia64 support. [RT #15473]
378 1923.   [bug]           ns_client_detach() called too early. [RT #15499]
380         --- 9.3.2b1 released ---
382 1917.   [doc]           funcsynopsisinfo wasn't being treated as verbatim
383                         when generating man pages. [RT #15385]
385 1915.   [bug]           dig +ndots was broken. [RT #15215]
387 1914.   [protocol]      DS is required to accept mnemonic algorithms
388                         (RFC 4034).  Still emit numeric algorithms for
389                         compatability with RFC 3658. [RT #15354]
391 1911.   [bug]           Update windows socket code. [RT #14965]
393 1910.   [bug]           dig's +sigchase code overhauled. [RT #14933]
395 1909.   [bug]           The DLV code has been re-worked to make no longer
396                         query order sensitive. [RT #14933]
398 1905.   [bug]           Strings returned from cfg_obj_asstring() should be
399                         treated as read-only.  [RT #15256]
401 1901.   [cleanup]       Don't add DNSKEY records to the additional section.
403 1900.   [bug]           ixfr-from-differences failed to ensure that the
404                         serial number increased. [RT #15036]
406 1896.   [bug]           Extend ISC_SOCKADDR_FORMATSIZE and
407                         ISC_NETADDR_FORMATSIZE to allow for scope details.
409 1894.   [bug]           Recursive clients soft quota support wasn't working
410                         as expected. [RT #15103]
412 1893.   [bug]           A escaped character is, potentially, converted to
413                         the output character set too early. [RT #14666]
415 1892.   [port]          Use uintptr_t if available. [RT #14606]
417 1889.   [port]          sunos: non blocking i/o support. [RT #14951]
419 1887.   [bug]           The cache could delete expired records too fast for
420                         clients with a virtual time in the past. [RT #14991]
422 1886.   [bug]           fctx_create() could return success even though it
423                         failed. [RT #14993]
425 1884.   [cleanup]       dighost.c: move external declarations into <dig/dig.h>.
427 1883.   [bug]           dnssec-signzone, dnssec-keygen: handle negative debug
428                         levels. [RT #14962]
430 1881.   [func]          Add a system test for named-checkconf. [RT #14931]
432 1877.   [bug]           Fix unreasonably low quantum on call to
433                         dns_rbt_destroy2().  Remove unnecessay unhash_node()
434                         call. [RT #14919]
436 1875.   [bug]           process_dhtkey() was using the wrong memory context
437                         to free some memory. [RT #14890]
439 1874.   [port]          sunos: portability fixes. [RT #14814]
441 1873.   [port]          win32: isc__errno2result() now reports its caller.
442                         [RT #13753]
444 1872.   [port]          win32: Handle ERROR_NETNAME_DELETED.  [RT #13753]
446 1867.   [bug]           It was possible to trigger a INSIST in
447                         dlv_validatezonekey(). [RT #14846]
449 1866.   [bug]           resolv.conf parse errors were being ignored by
450                         dig/host/nslookup. [RT #14841]
452 1865.   [bug]           Silently ignore nameservers in /etc/resolv.conf with
453                         bad addresses. [RT #14841]
455 1864.   [bug]           Don't try the alternative transfer source if you
456                         got a answer / transfer with the main source
457                         address. [RT #14802]
459 1863.   [bug]           rrset-order "fixed" error messages not complete.
461 1861.   [bug]           dig could trigger a INSIST on certain malformed
462                         responses. [RT #14801]
464 1860.   [port]          solaris 2.8: hack_shutup_pthreadmutexinit was
465                         incorrectly set. [RT #14775]
467 1858.   [bug]           The flush-zones-on-shutdown option wasn't being
468                         parsed. [RT #14686]
470 1857.   [bug]           named could trigger a INSIST() if reconfigured /
471                         reloaded too fast.  [RT #14673]
473 1856.   [doc]           Switch Docbook toolchain from DSSSL to XSL.
474                         [RT #11398]
476 1855.   [bug]           ixfr-from-differences was failing to detect changes
477                         of ttl due to dns_diff_subtract() was ignoring the ttl
478                         of records.  [RT #14616]
480 1854.   [bug]           lwres also needs to know the print format for
481                         (long long).  [RT #13754]
483 1853.   [bug]           Rework how DLV interacts with proveunsecure().
484                         [RT #13605]
486 1852.   [cleanup]       Remove last vestiges of dnssec-signkey and
487                         dnssec-makekeyset (removed from Makefile years ago).
489 1850.   [bug]           Memory leak in lwres_getipnodebyaddr(). [RT #14591]
491 1849.   [doc]           All forms of the man pages (docbook, man, html) should
492                         have consistant copyright dates.
494 1848.   [bug]           Improve SMF integration. [RT #13238]
496 1847.   [bug]           isc_ondestroy_init() is called too late in
497                         dns_rbtdb_create()/dns_rbtdb64_create(). 
498                         [RT #13661]
499                         
500 1846.   [contrib]       query-loc-0.3.0 from Stephane Bortzmeyer
501                         <bortzmeyer@nic.fr>.
503 1845.   [bug]           Improve error reporting to distingish between
504                         accept()/fcntl() and socket()/fcntl() errors.
505                         [RT #13745]
507 1844.   [bug]           inet_pton() accepted more that 4 hexadecimal digits
508                         for each 16 bit piece of the IPv6 address.  The text
509                         representation of a IPv6 address has been tighted
510                         to disallow this (draft-ietf-ipv6-addr-arch-v4-02.txt).
511                         [RT #5662]
513 1843.   [cleanup]       CINCLUDES takes precedence over CFLAGS.  This helps
514                         when CFLAGS contains "-I /usr/local/include"
515                         resulting in old header files being used.
517 1842.   [port]          cmsg_len() could produce incorrect results on
518                         some platform. [RT #13744]
520 1841.   [bug]           "dig +nssearch" now makes a recursive query to
521                         find the list of nameservers to query. [RT #13694]
523 1839.   [bug]           <isc/hash.h> was not being installed.
525 1838.   [cleanup]       Don't allow Linux capabilities to be inherited.
526                         [RT #13707]
528 1837.   [bug]           Compile time option ISC_FACILITY was not effective
529                         for 'named -u <user>'.  [RT #13714]
531 1836.   [cleanup]       Silence compiler warnings in hash_test.c.
533 1835.   [bug]           Update dnssec-signzone's usage message. [RT #13657]
535 1834.   [bug]           Bad memset in rdata_test.c. [RT #13658]
537 1833.   [bug]           Race condition in isc_mutex_lock_profile(). [RT #13660]
539 1832.   [bug]           named fails to return BADKEY on unknown TSIG algorithm.
540                         [RT #13620]
542 1831.   [doc]           Update named-checkzone documentation. [RT#13604]
544 1830.   [bug]           adb lame cache has sence of test reversed. [RT #13600]
546 1829.   [bug]           win32: "pid-file none;" broken. [RT #13563]
548 1828.   [bug]           isc_rwlock_init() failed to properly cleanup if it
549                         encountered a error. [RT #13549]
551 1827.   [bug]           host: update usage message for '-a'. [RT #37116]
553 1826.   [bug]           Missing DESTROYLOCK() in isc_mem_createx() on out
554                         of memory error. [RT #13537]
556 1825.   [bug]           Missing UNLOCK() on out of memory error from in
557                         rbtdb.c:subtractrdataset(). [RT #13519]
559 1824.   [bug]           Memory leak on dns_zone_setdbtype() failure.
560                         [RT #13510]
562 1823.   [bug]           Wrong macro used to check for point to point interface.
563                         [RT#13418]
565 1822.   [bug]           check-names test for RT was reversed. [RT #13382]
567 1821.   [doc]           acls definitions are no longer required to be 
568                         in named.conf prior to reference.  They can be
569                         defined after being referenced.
571 1820.   [bug]           Gracefully handle acl loops. [RT #13659]
573 1819.   [bug]           The validator needed to check both the algorithm and
574                         digest types of the DS to determine if it could be
575                         used to introduce a secure zone. [RT #13593]
577 1816.   [port]          UnixWare: failed to compile lib/isc/unix/net.c.
578                         [RT #13597]
580 1815.   [bug]           nsupdate triggered a REQUIRE if the server was set
581                         without also setting the zone and it encountered
582                         a CNAME and was using TSIG.  [RT #13086]
584 1810.   [bug]           configure, lib/bind/configure make different default
585                         decisions about whether to do a threaded build.
586                         [RT #13212]
588 1809.   [bug]           "make distclean" failed for libbind if the platform
589                         is not supported.
591 1807.   [bug]           When forwarding (forward only) set the active domain
592                         from the forward zone name. [RT #13526]
593                         
594 1804.   [bug]           Ensure that if we are queried for glue that it fits
595                         in the additional section or TC is set to tell the
596                         client to retry using TCP. [RT #10114]
598 1803.   [bug]           dnssec-signzone sometimes failed to remove old
599                         RRSIGs. [RT #13483]
601 1802.   [bug]           Handle connection resets better. [RT #11280]
603 1799.   [bug]           'rndc flushname' failed to flush negative cache
604                         entries. [RT #13438]
606 1795.   [bug]           "rndc dumpdb" was not fully documented.  Minor
607                         formating issues with "rndc dumpdb -all".  [RT #13396]
609 1791.   [bug]           'host -t a' still printed out AAAA and MX records.
610                         [RT #13230]
612         --- 9.3.1 released ---
614 1818.   [bug]           'named-checkconf -z' triggered an INSIST. [RT #13599]
616         --- 9.3.1rc1 released ---
618 1812.   [port]          win32: IN6_IS_ADDR_UNSPECIFIED macro is incorrect.
619                         [RT #13453]
621 1808.   [bug]           zone.c:notify_zone() contained a race condition,
622                         zone->db could change underneath it.  [RT #13511]
624 1806.   [bug]           The resolver returned the wrong result when a CNAME /
625                         DNAME was encountered when fetching glue from a
626                         secure namespace. [RT #13501]
628 1805.   [bug]           Pending status was not being cleared when DLV was
629                         active. [RT #13501]
631         --- 9.3.1beta2 released ---
633 1800.   [bug]           Changes #1719 allowed a INSIST to be triggered.
634                         [RT #13428]
636         --- 9.3.1beta1 released ---
638 1790.   [cleanup]       Move lib/dns/sec/dst up into lib/dns.  This should
639                         allow parallel make to succeed.
641 1789.   [bug]           Prerequisite test for tkey and dnssec could fail
642                         with "configure --with-libtool".
644 1788.   [bug]           libbind9.la/libbind9.so needs to link against
645                         libisccfg.la/libisccfg.so.
647 1787.   [port]          HPUX: both "cc" and "gcc" need -Wl,+vnocompatwarnings.
649 1786.   [port]          AIX: libt_api needs to be taught to look for
650                         T_testlist in the main executable (--with-libtool).
651                         [RT #13239]
653 1785.   [bug]           libbind9.la/libbind9.so needs to link against
654                         libisc.la/libisc.so.
656 1784.   [cleanup]       "libtool -allow-undefined" is the default.
657                         Leave hooks in configure to allow it to be set
658                         if needed in the future.
660 1783.   [cleanup]       We only need one copy of libtool.m4, ltmain.sh in the
661                         source tree.
663 1782.   [port]          OSX: --with-libtool + --enable-libbind broke on
664                         __evOptMonoTime.  [RT #13219]
666 1781.   [port]          FreeBSD 5.3: set PTHREAD_SCOPE_SYSTEM. [RT #12810]
668 1780.   [bug]           Update libtool to 1.5.10.
670 1779.   [port]          OSF 5.1: libtool didn't handle -pthread correctly.
672 1778.   [port]          HUX 11.11: fix broken IN6ADDR_ANY_INIT and
673                         IN6ADDR_LOOPBACK_INIT macros.
675 1777.   [port]          OSF 5.1: fix broken IN6ADDR_ANY_INIT and
676                         IN6ADDR_LOOPBACK_INIT macros.
678 1776.   [port]          Solaris 2.9: fix broken IN6ADDR_ANY_INIT and
679                         IN6ADDR_LOOPBACK_INIT macros.
681 1775.   [bug]           Only compile getnetent_r.c when threaded. [RT #13205]
683 1774.   [port]          Aix: Silence compiler warnings / build failures.
684                         [RT #13154]
686 1773.   [bug]           Fast retry on host / net unreachable. [RT #13153]
688 1770.   [bug]           named-checkconf failed to report missing a missing
689                         file clause for rbt{64} master/hint zones. [RT#13009]
691 1769.   [port]          win32: change compiler flags /MTd ==> /MDd,
692                         /MT ==> /MD.
694 1768.   [bug]           nsecnoexistnodata() could be called with a non-NSEC
695                         rdataset. [RT #12907]
697 1767.   [port]          Builds on IPv6 platforms without IPv6 Advanced API
698                         support for (struct in6_pktinfo) failed.  [RT #13077]
700 1766.   [bug]           Update the master file timestamp on successful refresh
701                         as well as the journal's timestamp. [RT# 13062]
703 1765.   [bug]           configure --with-openssl=auto failed. [RT #12937]
705 1764.   [bug]           dns_zone_replacedb failed to emit a error message
706                         if there was no SOA record in the replacment db.
707                         [RT #13016]
709 1762.   [bug]           isc_interfaceiter_create() could return ISC_R_SUCCESS
710                         even when it failed. [RT #12995]
712 1761.   [bug]           'rndc dumpdb' didn't report unassociated entries.
713                         [RT #12971]
715 1760.   [bug]           Host / net unreachable was not penalising rtt
716                         estimates. [RT #12970]
718 1759.   [bug]           Named failed to startup if the OS supported IPv6
719                         but had no IPv6 interfaces configured. [RT #12942]
721 1754.   [bug]           We wern't always attempting to query the parent
722                         server for the DS records at the zone cut.
723                         [RT #12774]
725 1753.   [bug]           Don't serve a slave zone which has no NS records.
726                         [RT #12894]
728 1752.   [port]          Move isc_app_start() to after ns_os_daemonise()
729                         as some fork() implementations unblock the signals
730                         that are blocked by isc_app_start(). [RT #12810]
732 1751.   [bug]           --enable-getifaddrs failed under linux. [RT #12867]
734 1750.   [port]          lib/bind/make/rules.in:subdirs was not bash friendly.
735                         [RT #12864]
737 1749.   [bug]           'check-names response ignore;' failed to ignore.
738                         [RT #12866]
740 1747.   [bug]           BIND 8 compatability: named/named-checkconf failed
741                         to parse "host-statistics-max" in named.conf.
743 1745.   [bug]           Dig/host/nslookup accept replies from link locals
744                         regardless of scope if no scope was specified when
745                         query was sent. [RT #12745]
747 1744.   [bug]           If tuple2msgname() failed to convert a tuple to
748                         a name a REQUIRE could be triggered. [RT #12796]
750 1743.   [bug]           If isc_taskmgr_create() was not able to create the
751                         requested number of worker threads then destruction
752                         of the manager would trigger an INSIST() failure.
753                         [RT #12790]
754                         
755 1742.   [bug]           Deleting all records at a node then adding a
756                         previously existing record, in a single UPDATE
757                         transaction, failed to leave / regenerate the
758                         associated RRSIG records. [RT #12788]
760 1741.   [bug]           Deleting all records at a node in a secure zone
761                         using a update-policy grant failed. [RT #12787]
763 1740.   [bug]           Replace rbt's hash algorithm as it performed badly
764                         with certain zones. [RT #12729]
765                         
766                         NOTE: a hash context now needs to be established
767                         via isc_hash_create() if the application was not
768                         already doing this.
770 1739.   [bug]           dns_rbt_deletetree() could incorrectly return
771                         ISC_R_QUOTA.  [RT #12695]
773 1738.   [bug]           Enable overrun checking by default. [RT #12695]
775 1737.   [bug]           named failed if more than 16 masters were specified.
776                         [RT #12627]
778 1736.   [bug]           dst_key_fromnamedfile() could fail to read a
779                         public key. [RT #12687]
780                         
781 1735.   [bug]           'dig +sigtrace' could die with a REQUIRE failure.
782                         [RE #12688]
784 1734.   [cleanup]       'rndc-confgen -a -t' remove extra '/' in path.
785                         [RT #12588]
787 1733.   [bug]           Return non-zero exit status on initial load failure.
788                         [RT #12658]
790 1732.   [bug]           'rrset-order name "*"' wasn't being applied to ".".
791                         [RT #12467]
793 1731.   [port]          darwin: relax version test in ifconfig.sh.
794                         [RT #12581]
796 1730.   [port]          Determine the length type used by the socket API.
797                         [RT #12581]
799 1728.   [doc]           Update check-names documentation.
801 1727.   [bug]           named-checkzone: check-names support didn't match
802                         documentation.
804 1726.   [port]          aix5: add support for aix5.
806 1725.   [port]          linux: update error message on interaction of threads,
807                         capabilities and setuid support (named -u). [RT #12541]
809 1724.   [bug]           Look for DNSKEY records with "dig +sigtrace".
810                         [RT #12557]
812 1723.   [cleanup]       Silence compiler warnings from t_tasks.c. [RT #12493]
814 1722.   [bug]           Don't commit the journal on malformed ixfr streams.
815                         [RT #12519]
817 1721.   [bug]           Error message from the journal processing were not
818                         always identifing the relevent journal. [RT #12519]
820 1720.   [bug]           'dig +chase' did not terminate on a RFC 2308 Type 1
821                         negative response. [RT #12506]
823 1719.   [bug]           named was not correctly caching a RFC 2308 Type 1
824                         negative response. [RT #12506]
826 1718.   [bug]           nsupdate was not handling RFC 2308 Type 3 negative
827                         responses when looking for the zone / master server.
828                         [RT #12506]
830 1717.   [port]          solaris: ifconfig.sh did not support Solaris 10.
831                         "ifconfig.sh down" didn't work for Solaris 9.
833 1716.   [doc]           named.conf(5) was being installed in the wrong
834                         location.  [RT# 12441]
836 1714.   [bug]           dig/host/nslookup were only trying the first
837                         address when a nameserver was specified by name.
838                         [RT #12286]
840 1713.   [port]          linux: extend capset failure message to say:
841                         please ensure that the capset kernel module is
842                         loaded.  see insmod(8)
844 1712.   [bug]           Missing FULLCHECK for "trusted-key" in dig.
846         --- 9.3.0 released ---
848 1711.   [func]          'rndc unfreeze' has been deprecated by 'rndc thaw'.
850         --- 9.3.0rc4 released ---
852 1709.   [port]          solaris: add SMF support.
854 1708.   [cleanup]       Replaced dns_fullname_hash() with dns_name_fullhash()
855                         for conformance to the name space convention.  Binary
856                         backward compatibility to the old function name is
857                         provided. [RT #12376]
859 1707.   [contrib]       sdb/ldap updated to version 1.0-beta.
861 1706.   [bug]           'rndc stop' failed to cause zones to be flushed
862                         sometimes. [RT #12328]
864 1704.   [port]          lwres needed a snprintf() implementation for
865                         platforms without snprintf().  Add missing
866                         "#include <isc/print.h>". [RT #12321]
868 1703.   [bug]           named would loop sending NOTIFY messages when it
869                         failed to receive a response. [RT #12322]
871 1702.   [bug]           also-notify should not be applied to builtin zones.
872                         [RT #12323]
874 1701.   [doc]           A minimal named.conf man page.
876 1700.   [func]          nslookup is no longer to be treated as deprecated.
877                         Remove "deprecated" warning message.  Add man page.
879 1699.   [bug]           dnssec-signzone can generate "not exact" errors
880                         when resigning. [RT #12281]
882 1698.   [doc]           Use reserved IPv6 documentation prefix.
884 1697.   [bug]           xxx-source{,-v6} was not effective when it
885                         specified one of listening addresses and a
886                         different port than the listening port. [RT #12257]
888         --- 9.3.0rc3 released ---
890 1696.   [bug]           dnssec-signzone failed to clean out nodes that
891                         consisted of only NSEC and RRSIG records.
892                         [RT #12154]
894 1695.   [bug]           DS records when forwarding require special handling.
895                         [RT #12133]
897 1694.   [bug]           Report if the builtin views of "_default" / "_bind"
898                         are defined in named.conf. [RT #12023]
900 1693.   [bug]           max-journal-size was not effective for master zones
901                         with ixfr-from-differences set. [RT# 12024]
903 1692.   [bug]           Don't set -I, -L and -R flags when libcrypto is in
904                         /usr/lib. [RT #11971]
906 1691.   [bug]           sdb's attachversion was not complete. [RT #11990]
908 1690.   [bug]           Delay detaching view from the client until UPDATE
909                         processing completes when shutting down. [RT #11714]
911 1689.   [bug]           DNS_NAME_TOREGION() and DNS_NAME_SPLIT() macros
912                         contained gratuitous semicolons. [RT #11707]
914 1688.   [bug]           LDFLAGS was not supported.
916 1687.   [bug]           Race condition in dispatch. [RT #10272]
918 1686.   [bug]           Named sent a extraneous NOTIFY when it received a
919                         redundant UPDATE request. [RT #11943]
921         --- 9.3.0rc2 released ---
923 1685.   [bug]           Change #1679 loop tests weren't quite right.
925 1683.   [bug]           dig +sigchase could leak memory. [RT #11445]
927 1682.   [port]          Update configure test for (long long) printf format.
928                         [RT #5066]
930 1681.   [bug]           Only set SO_REUSEADDR when a port is specified in
931                         isc_socket_bind(). [RT #11742]
933 1679.   [bug]           When there was a single nameserver with multiple
934                         addresses for a zone not all addresses were tried.
935                         [RT #11706]
937 1678.   [bug]           RRSIG should use TYPEXXXXX for unknown types.
939 1677.   [bug]           dig: +aaonly didn't work, +aaflag undocumented.
941 1675.   [bug]           named would sometimes add extra NSEC records to
942                         the authority section.
943                         
944 1674.   [port]          linux: increase buffer size used to scan
945                         /proc/net/if_inet6.
947 1673.   [port]          linux: issue a error messages if IPv6 interface
948                         scans fails.
950 1672.   [cleanup]       Tests which only function in a threaded build
951                         now return R:THREADONLY (rather than R:UNTESTED)
952                         in a non-threaded build.
954 1671.   [contrib]       queryperf: add NAPTR to the list of known types.
956 1670.   [func]          Log UPDATE requests to slave zones without an acl as
957                         "disabled" at debug level 3. [RT# 11657]
959 1668.   [bug]           DIG_SIGCHASE was making bin/dig/host dump core.
961 1667.   [port]          linux: not all versions have IF_NAMESIZE.
963 1666.   [bug]           The optional port on hostnames in dual-stack-servers
964                         was being ignored.
966 1663.   [func]          Look for OpenSSL by default.
968 1661.   [bug]           Restore dns_name_concatenate() call in
969                         adb.c:set_target().  [RT #11582]
971 1660.   [bug]           win32: connection_reset_fix() was being called
972                         unconditionally.  [RT #11595]
974         --- 9.3.0rc1 released ---
976 1664.   [bug]           nsupdate needed KEY for SIG(0), not DNSKEY.
978 1662.   [bug]           Change #1658 failed to change one use of 'type'
979                         to 'keytype'.
981 1659.   [cleanup]       Cleanup some messages that were referring to KEY vs
982                         DNSKEY, NXT vs NSEC and SIG vs RRSIG.
984 1658.   [func]          Update dnssec-keygen to default to KEY for HMAC-MD5
985                         and DH.  Tighten which options apply to KEY and
986                         DNSKEY records.
988 1657.   [doc]           ARM: document query log output.
990 1656.   [doc]           Update DNSSEC description in ARM to cover DS, NSEC
991                         DNSKEY and RRSIG.  [RT #11542]
993 1655.   [bug]           Logging multiple versions w/o a size was broken.
994                         [RT #11446]
996 1654.   [bug]           isc_result_totext() contained array bounds read
997                         error.
999 1653.   [func]          Add key type checking to dst_key_fromfilename(),
1000                         DST_TYPE_KEY should be used to read TSIG, TKEY and
1001                         SIG(0) keys.
1003 1652.   [bug]           TKEY still uses KEY.
1005 1651.   [bug]           dig: process multiple dash options.
1007 1650.   [bug]           dig, nslookup: flush standard out after each command.
1009 1649.   [bug]           Silence "unexpected non-minimal diff" message.
1010                         [RT #11206]
1012 1648.   [func]          Update dnssec-lookaside named.conf syntax to support
1013                         multiple dnssec-lookaside namespaces (not yet
1014                         implemented).  
1016 1647.   [bug]           It was possible trigger a INSIST when chasing a DS
1017                         record that required walking back over a empty node.
1018                         [RT #11445]
1020 1646.   [bug]           win32: logging file versions didn't work with
1021                         non-UNC filenames.  [RT#11486]
1023 1645.   [bug]           named could trigger a REQUIRE failure if multiple
1024                         masters with keys are specified.
1026 1644.   [bug]           Update the journal modification time after a
1027                         sucessfull refresh query. [RT #11436]
1029 1643.   [bug]           dns_db_closeversion() could leak memory / node
1030                         references. [RT #11163]
1032 1642.   [port]          Support OpenSSL implementations which don't have
1033                         DSA support. [RT #11360]
1035 1641.   [bug]           Update the check-names description in ARM. [RT #11389]
1037         --- 9.3.0beta4 released ---
1039 1640.   [bug]           win32: isc_socket_cancel(ISC_SOCKCANCEL_ACCEPT) was
1040                         incorrectly closing the socket.  [RT #11291]
1042 1639.   [func]          Initial dlv system test.
1044 1638.   [bug]           "ixfr-from-differences" could generate a REQUIRE
1045                         failure if the journal open failed. [RT #11347]
1046                         
1047 1637.   [bug]           Node reference leak on error in addnoqname().
1049 1636.   [bug]           The dump done callback could get ISC_R_SUCCESS even if
1050                         a error had occured.  The database version no longer
1051                         matched the version of the database that was dumped.
1053 1635.   [bug]           Memory leak on error in query_addds().
1055 1634.   [bug]           named didn't supply a useful error message when it
1056                         detected duplicate views.  [RT #11208]
1058 1633.   [bug]           named should return NOTIMP to update requests to a
1059                         slaves without a allow-update-forwarding acl specified.
1060                         [RT #11331]
1062 1632.   [bug]           nsupdate failed to send prerequisite only UPDATE
1063                         messages. [RT #11288]
1065 1631.   [bug]           dns_journal_compact() could sometimes corrupt the
1066                         journal. [RT #11124]
1068 1630.   [contrib]       queryperf: add support for IPv6 transport.
1070 1629.   [func]          dig now supports IPv6 scoped addresses with the
1071                         extended format in the local-server part. [RT #8753]
1073 1628.   [bug]           Typo in Compaq Trucluster support. [RT# 11264]
1075 1627.   [bug]           win32: sockets were not being closed when the
1076                         last external reference was removed. [RT# 11179]
1078 1626.   [bug]           --enable-getifaddrs was broken. [RT#11259]
1080 1625.   [bug]           named failed to load/transfer RFC2535 signed zones
1081                         which contained CNAMES. [RT# 11237]
1083 1606.   [bug]           DLV insecurity proof was failing.
1085 1605.   [func]          New dns_db_find() option DNS_DBFIND_COVERINGNSEC.
1087         --- 9.3.0beta3 released ---
1089 1624.   [bug]           zonemgr_putio() call should be locked. [RT# 11163]
1091 1623.   [bug]           A serial number of zero was being displayed in the
1092                         "sending notifies" log message when also-notify was
1093                         used. [RT #11177]
1095 1622.   [func]          probe the system to see if IPV6_(RECV)PKTINFO is
1096                         available, and suppress wildcard binding if not.
1098 1621.   [bug]           match-destinations did not work for IPv6 TCP queries.
1099                         [RT# 11156]
1101 1620.   [func]          When loading a zone report if it is signed. [RT #11149]
1103 1619.   [bug]           Missing ISC_LIST_UNLINK in end_reserved_dispatches().
1104                         [RT# 11118]
1106 1618.   [bug]           Fencepost errors in dns_name_ishostname() and
1107                         dns_name_ismailbox() could trigger a INSIST().
1109 1617.   [port]          win32: VC++ 6.0 support.
1111 1616.   [compat]        Ensure that named's version is visible in the core
1112                         dump. [RT #11127]
1114 1615.   [port]          Define ISC_SOCKADDR_LEN_T based on _BSD_SOCKLEN_T_ if
1115                         it is defined.
1117 1614.   [port]          win32: silence resource limit messages. [RT# 11101]
1119 1613.   [bug]           Builds would fail on machines w/o a if_nametoindex().
1120                         Missing #ifdef ISC_PLATFORM_HAVEIFNAMETOINDEX/#endif.
1121                         [RT #11119]
1123 1612.   [bug]           check-names at the option/view level could trigger
1124                         an INSIST. [RT# 11116]
1126 1611.   [bug]           solaris: IPv6 interface scanning failed to cope with
1127                         no active IPv6 interfaces.
1129 1610.   [bug]           On dual stack machines "dig -b" failed to set the
1130                         address type to be looked up with "@server".
1131                         [RT #11069]
1133 1600.   [bug]           Duplicate zone pre-load checks were not case
1134                         insensitive.
1136 1599.   [bug]           Fix memory leak on error path when checking named.conf.
1138 1598.   [func]          Specify that certain parts of the namespace must
1139                         be secure (dnssec-must-be-secure).
1141         --- 9.3.0beta2 released ---
1143 1609.   [func]          dig now has support to chase DNSSEC signature chains.
1144                         Requires -DDIG_SIGCHASE=1 to be set in STD_CDEFINES.
1146                         DNSSEC validation code in dig coded by Olivier Courtay
1147                         (olivier.courtay@irisa.fr) for the IDsA project
1148                         (http://idsa.irisa.fr).
1150 1608.   [func]          dig and host now accept -4/-6 to select IP transport
1151                         to use when making queries.
1153 1607.   [bug]           dig, host and nslookup were still using random()
1154                         to generate query ids. [RT# 11013]
1156 1604.   [bug]           A xfrout_ctx_create() failure would result in
1157                         xfrout_ctx_destroy() being called with a
1158                         partially initialized structure.
1159                         
1160 1603.   [bug]           nsupdate: set interactive based on isatty().
1161                         [RT# 10929]
1163 1602.   [bug]           Logging to a file failed unless a size was specified.
1164                         [RT# 10925]
1166 1601.   [bug]           Silence spurious warning 'both "recursion no;" and 
1167                         "allow-recursion" active' warning from view "_bind".
1168                         [RT# 10920]
1170 1594.   [bug]           'rndc dumpdb' could prevent named from answering
1171                         queries while the dump was in progress.  [RT #10565]
1173 1593.   [bug]           rndc should return "unknown command" to unknown
1174                         commands. [RT# 10642]
1176         --- 9.3.0beta1 released ---
1178 1592.   [bug]           configure_view() could leak a dispatch. [RT #10675]
1180 1591.   [bug]           libbind: updated to BIND 8.4.5.
1182 1590.   [port]          netbsd: update thread support.
1184 1589.   [func]          DNSSEC lookaside validation.
1186 1588.   [bug]           win32: TCP sockets could become blocked. [RT #10115]
1188 1587.   [bug]           dns_message_settsigkey() failed to clear existing key.
1189                         [RT #10590]
1191 1586.   [func]          "check-names" is now implemented.
1193 1584.   [bug]           "make test" failed with a read only source tree.
1194                         [RT #10461]
1196 1583.   [bug]           Records add via UPDATE failed to get the correct trust
1197                         level. [RT #10452]
1199 1582.   [bug]           rrset-order failed to work on RRsets with more
1200                         than 32 elements. [RT #10381]
1202 1581.   [func]          Disable DNSSEC support by default.  To enable
1203                         DNSSEC specify "dnssec-enable yes;" in named.conf.
1205 1580.   [bug]           Zone destruction on final detach takes a long time.
1206                         [RT #3746]
1208 1579.   [bug]           Multiple task managers could not be created.
1210 1578.   [bug]           Don't use CLASS E IPv4 addresses when resolving.
1211                         [RT #10346]
1213 1577.   [bug]           Use isc_uint32_t in ultrasparc optimizer bug
1214                         workaround code. [RT #10331]
1216 1576.   [bug]           Race condition in dns_dispatch_addresponse().
1217                         [RT# 10272]
1219 1575.   [func]          Log TSIG name on TSIG verify failure. [RT #4404]
1221 1574.   [bug]           Don't attempt to open the controls socket(s) when
1222                         running tests. [RT #9091]
1224 1573.   [port]          linux: update to libtool 1.5.2 so that
1225                         "make install DESTDIR=/xx" works with
1226                         "configure --with-libtool".  [RT #9941]
1228 1572.   [bug]           nsupdate: sign the soa query to find the enclosing
1229                         zone if the server is specified. [RT #10148]
1231 1571.   [bug]           rbt:hash_node() could fail leaving the hash table
1232                         in an inconsistent state.  [RT #10208]
1234 1570.   [bug]           nsupdate failed to handle classes other than IN.
1235                         New keyword 'class' which sets the default class.
1236                         [RT #10202]
1238 1569.   [func]          nsupdate new command 'answer' which displays the
1239                         complete answer message to the last update.
1241 1568.   [bug]           nsupdate now reports that the update failed in
1242                         interactive mode. [RT# 10236]
1244 1567.   [bug]           B.ROOT-SERVERS.NET is now 192.228.79.201.
1246 1566.   [port]          Support for the cmsg framework on Solaris and HP/UX.
1247                         This also solved the problem that match-destinations
1248                         for IPv6 addresses did not work on these systems.
1249                         [RT #10221]
1251 1565.   [bug]           CD flag should be copied to outgoing queries unless
1252                         the query is under a secure entry point in which case
1253                         CD should be set.
1255 1564.   [func]          Attempt to provide a fallback entropy source to be
1256                         used if named is running chrooted and named is unable
1257                         to open entropy source within the chroot area.
1258                         [RT #10133]
1260 1563.   [bug]           Gracefully fail when unable to obtain neither an IPv4
1261                         nor an IPv6 dispatch. [RT #10230]
1263 1562.   [bug]           isc_socket_create() and isc_socket_accept() could
1264                         leak memory under error conditions. [RT #10230]
1266 1561.   [bug]           It was possible to release the same name twice if
1267                         named ran out of memory. [RT #10197]
1269 1560.   [port]          FreeBSD: work around FreeBSD 5.2 mapping EAI_NODATA
1270                         and EAI_NONAME to the same value.
1272 1559.   [port]          named should ignore SIGFSZ.
1274 1558.   [func]          New DNSSEC 'disable-algorithms'.  Support entry into
1275                         child zones for which we don't have a supported
1276                         algorithm.  Such child zones are treated as unsigned.
1278 1557.   [func]          Implement missing DNSSEC tests for
1279                         * NOQNAME proof with wildcard answers.
1280                         * NOWILDARD proof with NXDOMAIN.
1281                         Cache and return NOQNAME with wildcard answers.
1283 1556.   [bug]           nsupdate now treats all names as fully qualified.
1284                         [RT #6427]
1286 1555.   [func]          'rrset-order cyclic' no longer has a random starting
1287                         point. [RT #7572]
1289 1554.   [bug]           dig, host, nslookup failed when no nameservers
1290                         were specified in /etc/resolv.conf. [RT #8232]
1292 1553.   [bug]           The windows socket code could stop accepting
1293                         connections. [RT#10115]
1295 1552.   [bug]           Accept NOTIFY requests from mapped masters if
1296                         matched-mapped is set. [RT #10049]
1298 1551.   [port]          Open "/dev/null" before calling chroot().
1300 1550.   [port]          Call tzset(), if available, before calling chroot().
1302 1549.   [func]          named-checkzone can now write out the zone contents
1303                         in a easily parsable format (-D and -o).
1305 1548.   [bug]           When parsing APL records it was possible to silently
1306                         accept out of range ADDRESSFAMILY values. [RT# 9979]
1308 1547.   [bug]           Named wasted memory recording duplicate lame zone
1309                         entries. [RT #9341]
1311 1546.   [bug]           We were rejecting valid secure CNAME to negative
1312                         answers.
1314 1545.   [bug]           It was possible to leak memory if named was unable to
1315                         bind to the specified transfer source and TSIG was
1316                         being used. [RT #10120]
1318 1544.   [bug]           Named would logged a single entry to a file despite it
1319                         being over the specified size limit.
1321 1543.   [bug]           Logging using "versions unlimited" did not work.
1323 1541.   [func]          NSEC now uses new bitmap format.
1325 1540.   [bug]           "rndc reload <dynamiczone>" was silently accepted.
1326                         [RT #8934]
1328 1539.   [bug]           Open UDP sockets for notify-source and transfer-source
1329                         that use reserved ports at startup. [RT #9475]
1331 1537.   [func]          New option "querylog".  If set specify whether query
1332                         logging is to be enabled or disabled at startup.
1334 1536.   [bug]           Windows socket code failed to log a error description
1335                         when returning ISC_R_UNEXPECTED. [RT #9998]
1337 1534.   [bug]           Race condition when priming cache. [RT# 9940]
1339 1533.   [func]          Warn if both "recursion no;" and "allow-recursion"
1340                         are active. [RT# 4389]
1342 1532.   [port]          netbsd: the configure test for <sys/sysctl.h>
1343                         requires <sys/param.h>.
1345 1531.   [port]          AIX more libtool fixes.
1347 1530.   [bug]           It was possible to trigger a INSIST() failure if a
1348                         slave master file was removed at just the correct
1349                         moment. [RT #9462]
1351 1529.   [bug]           "notify explicit;" failed to log that NOTIFY messages
1352                         were being sent for the zone. [RT# 9442]
1354 1528.   [cleanup]       Simplify some dns_name_ functions based on the
1355                         deprecation of bitstring labels.
1357 1527.   [cleanup]       Reduce the number of gettimeofday() calls without
1358                         losing necessary timer granularity.
1360 1525.   [bug]           dns_cache_create() could trigger a REQUIRE
1361                         failure in isc_mem_put() during error cleanup.
1362                         [RT# 9360]
1364 1524.   [port]          AIX needs to be able to resolve all symbols when
1365                         creating shared libraries (--with-libtool).
1367 1523.   [bug]           Fix race condition in rbtdb. [RT# 9189]
1369 1522.   [bug]           dns_db_findnode() relax the requirements on 'name'.
1370                         [RT# 9286]
1372 1521.   [bug]           dns_view_createresolver() failed to check the
1373                         result from isc_mem_create(). [RT# 9294]
1375 1520.   [protocol]      Add SSHFP (SSH Finger Print) type.
1377 1519.   [bug]           dnssec-signzone:nsec_setbit() computed the wrong
1378                         length of the new bitmap.
1380 1518.   [bug]           dns_nsec_buildrdata(), and hence dns_nsec_build(),
1381                         contained a off-by-one error when working out the
1382                         number of octets in the bitmap.
1384 1517.   [port]          Support for IPv6 interface scanning on HP/UX and
1385                         TrueUNIX 5.1.
1387 1516.   [func]          Roll the DNSSEC types to RRSIG, NSEC and DNSKEY.
1389 1515.   [func]          Allow transfer source to be set in a server statement.
1390                         [RT #6496]
1392 1514.   [bug]           named: isc_hash_destroy() was being called too early.
1393                         [RT #9160]
1395 1513.   [doc]           Add "US" to root-delegation-only exclude list.
1397 1512.   [bug]           Extend the delegation-only logging to return query
1398                         type, class and responding nameserver.
1400 1511.   [bug]           delegation-only was generating false positives
1401                         on negative answers from subzones.
1403 1510.   [func]          New view option "root-delegation-only".  Apply
1404                         delegation-only check to all TLDs and root.
1405                         Note there are some TLDs that are NOT delegation
1406                         only (e.g. DE, LV, US and MUSEUM) these can be excluded
1407                         from the checks by using exclude.
1409                         root-delegation-only exclude {
1410                                 "DE"; "LV"; "US"; "MUSEUM";
1411                         };
1413 1509.   [bug]           Hint zones should accept delegation-only.  Forward
1414                         zone should not accept delegation-only.
1416 1508.   [bug]           Don't apply delegation-only checks to answers from
1417                         forwarders.
1419 1507.   [bug]           Handle BIND 8 style returns to NS queries to parents
1420                         when making delegation-only checks.
1422 1506.   [bug]           Wrong return type for dns_view_isdelegationonly().
1424 1505.   [bug]           Uninitialized rdataset in sdb. [RT #8750]
1426 1504.   [func]          New zone type "delegation-only".
1428 1503.   [port]          win32: install libeay32.dll outside of system32.
1430 1502.   [bug]           nsupdate: adjust timeouts for UPDATE requests over TCP.
1432 1501.   [func]          Allow TCP queue length to be specified via
1433                         named.conf, tcp-listen-queue.
1435 1500.   [bug]           host failed to lookup MX records.  Also look up
1436                         AAAA records.
1438 1475.   [port]          Probe for old sprintf().
1440 1474.   [port]          Provide strtoul() and memmove() for platforms
1441                         without them.
1443 1469.   [func]          Log end of outgoing zone transfer at same level
1444                         as the start of transfer is logged. [RT #4441]
1446 1468.   [func]          Internal zones are no longer counted for
1447                         'rndc status'.  [RT #4706]
1449 1467.   [func]          $GENERATES now supports optional class and ttl.
1451 1458.   [cleanup]       sprintf() -> snprintf().
1453 1457.   [port]          Provide strlcat() and strlcpy() for platforms without
1454                         them.
1456 1455.   [bug]           <netaddr> missing from server grammar in
1457                         doc/misc/options. [RT #5616]
1459 1454.   [port]          Use getifaddrs() if available for interface scanning.
1460                         --disable-getifaddrs to override.  Glibc currently
1461                         has a getifaddrs() that does not support IPv6.
1462                         Use --enable-getifaddrs=glibc to force the use of
1463                         this version under linux machines.
1465 1446.   [func]          Implemented undocumented alternate transfer sources
1466                         from BIND 8.  See use-alt-transfer-source,
1467                         alt-transfer-source and alt-transfer-source-v6.
1469                         SECURITY: use-alt-transfer-source is ENABLED unless
1470                         you are using views.  This may cause a security risk
1471                         resulting in accidental disclosure of wrong zone
1472                         content if the master supplying different source
1473                         content based on IP address.  If you are not certain
1474                         ISC recommends setting use-alt-transfer-source no;
1476 1444.   [func]          dns_view_findzonecut2() allows you to specify if the
1477                         cache should be searched for zone cuts.
1479 1443.   [func]          Masters lists can now be specified and referenced
1480                         in zone masters clauses and other masters lists.
1482 1442.   [func]          New functions for manipulating port lists:
1483                         dns_portlist_create(), dns_portlist_add(),
1484                         dns_portlist_remove(), dns_portlist_match(),
1485                         dns_portlist_attach() and dns_portlist_detach().
1487 1441.   [func]          It is now possible to tell dig to bind to a specific
1488                         source port.
1490 1440.   [func]          It is now possible to tell named to avoid using
1491                         certain source ports (avoid-v4-udp-ports,
1492                         avoid-v6-udp-ports).
1494 1438.   [func]          Log TSIG (if any) when logging NOTIFY requests.
1496 1436.   [func]          dns_zonemgr_resumexfrs() can be used to restart
1497                         stalled transfers.
1499 1433.   [bug]           named could trigger a REQUIRE failure if it could
1500                         not get a file descriptor when attempting to write
1501                         a master file. [RT #4347]
1503 1432.   [func]          The advertised EDNS UDP buffer size can now be set
1504                         via named.conf (edns-udp-size).
1506 1430.   [port]          linux: IPv6 interface scanning support.
1508 1422.   [func]          Log name/type/class when denying a query.  [RT #4663]
1510 1421.   [func]          Differentiate updates that don't succeed due to
1511                         prerequisites (unsuccessful) vs other reasons
1512                         (failed).
1514 1417.   [func]          ID.SERVER/CHAOS is now a built in zone.
1515                         See "server-id" for how to configure.
1517 1415.   [func]          DS TTL now derived from NS ttl.  NXT TTL now derived
1518                         from SOA MINIMUM.
1520 1414.   [func]          Support for KSK flag.
1522 1413.   [func]          Explicitly request the (re-)generation of DS records
1523                         from keysets (dnssec-signzone -g).
1525 1412.   [func]          You can now specify servers to be tried if a nameserver
1526                         has IPv6 address and you only support IPv4 or the
1527                         reverse. See dual-stack-servers.
1529 1410.   [func]          Handle records that live in the parent zone, e.g. DS.
1531 1409.   [bug]           DS should have attribute DNS_RDATATYPEATTR_DNSSEC.
1533 1404.   [bug]           libbind: ns_name_ntol() could overwrite a zero length
1534                         buffer.
1536 1403.   [func]          dnssec-signzone, dnssec-keygen, dnssec-makekeyset
1537                         dnssec-signkey now report their version in the
1538                         usage message.
1540 1402.   [cleanup]       A6 has been moved to experimental and is no longer
1541                         fully supported.
1543 1400.   [bug]           Block the addition of wildcard NS records by IXFR
1544                         or UPDATE. [RT #3502]
1546 1398.   [doc]           ARM: notify-also should have been also-notify.
1547                         [RT #4345]
1549 1396.   [func]          dnssec-signzone: adjust the default signing time by
1550                         1 hour to allow for clock skew.
1552 1394.   [func]          It is now possible to check if a particular element is
1553                         in a acl.  Remove duplicate entries from the localnets
1554                         acl.
1556 1393.   [port]          Bind to individual IPv6 interfaces if IPV6_IPV6ONLY
1557                         is not available in the kernel to prevent accidently
1558                         listening on IPv4 interfaces.
1560 1392.   [bug]           named-checkzone: update usage.
1562 1391.   [func]          Add support for IPv6 scoped addresses in named.
1564 1390.   [func]          host now supports ixfr.
1566 1386.   [bug]           named-checkzone -z stopped on errors in a zone.
1567                         [RT #3653]
1569 1383.   [func]          Track the serial number in a IXFR response and log if
1570                         a mismatch occurs.  This is a more specific error than
1571                         "not exact". [RT #3445]
1573 1380.   [func]          'rndc recursing' dump recursing queries to
1574                         'recursing-file = "named.recursing";'.
1576 1379.   [func]          'rndc status' now reports tcp and recursion quota
1577                         states.
1579 1378.   [func]          Improved positive feedback for 'rndc {reload|refresh}.
1581 1377.   [func]          dns_zone_load{new}() now reports if the zone was
1582                         loaded, queued for loading to up to date.
1584 1376.   [func]          New function dns_zone_logc() to log to specified
1585                         category.
1587 1375.   [func]          'rndc dumpdb' now dumps the adb cache along with the
1588                         data cache.
1590 1374.   [func]          dns_adb_dump() now logs the lame zones associated
1591                         with each server.
1593 1371.   [bug]           notify-source-v6, transfer-source-v6 and
1594                         query-source-v6 with explicit addresses and using the
1595                         same ports as named was listening on could interfere
1596                         with named's ability to answer queries sent to those
1597                         addresses.
1599 1368.   [func]          remove support for bitstring labels.
1601 1367.   [func]          Use response times to select forwarders.
1603 1365.   [func]          "localhost" and "localnets" acls now include IPv6
1604                         addresses / prefixes.
1606 1364.   [func]          Log file name when unable to open memory statistics
1607                         and dump database files. [RT# 3437]
1609 1363.   [func]          Listen-on-v6 now supports specific addresses.
1611 1362.   [bug]           remove IFF_RUNNING test when scanning interfaces.
1613 1361.   [func]          log the reason for rejecting a server when resolving
1614                         queries.
1616 1355.   [bug]           Fix DNSSEC wildcard proof for CNAME/DNAME.
1618 1344.   [func]          Log if the serial number on the master has gone
1619                         backwards.
1620                         If you have multiple machines specified in the masters
1621                         clause you may want to set 'multi-master yes;' to
1622                         suppress this warning.
1624 1343.   [func]          Log successful notifies received (info).  Adjust log
1625                         level for failed notifies to notice.
1627 1342.   [func]          Log remote address with TCP dispatch failures.
1629 1341.   [func]          Allow a rate limiter to be stalled.
1631 1339.   [func]          dig, host and nslookup now use IP6.ARPA for nibble
1632                         lookups.  Bit string lookups are no longer attempted.
1634 1336.   [func]          Nibble lookups under IP6.ARPA are now supported by
1635                         dns_byaddr_create().  dns_byaddr_createptrname() is
1636                         deprecated, use dns_byaddr_createptrname2() instead.
1638 1332.   [func]          Report the current serial with periodic commits when
1639                         rolling forward the journal.
1641 1331.   [func]          Generate DNSSEC wildcard proofs.
1643 1329.   [func]          named-checkzone will now check if nameservers that
1644                         appear to be IP addresses.  Available modes "fail",
1645                         "warn" (default) and "ignore" the results of the
1646                         check.
1648 1328.   [bug]           The validator could incorrectly verify an invalid
1649                         negative proof.
1651 1322.   [bug]           dnssec-signzone usage message was misleading.
1653 1321.   [bug]           If the last RRset in a zone is glue, dnssec-signzone
1654                         would incorrectly duplicate its output and sign it.
1656 1313.   [func]          Query log now says if the query was signed (S) or
1657                         if EDNS was used (E).
1659 1312.   [func]          Log TSIG key used w/ outgoing zone transfers.
1661 1309.   [func]          Log that a zone transfer was covered by a TSIG.
1663 1308.   [func]          DS (delegation signer) support.
1665 1304.   [func]          New function: dns_zone_name().
1667 1303.   [func]          Option 'flush-zones-on-shutdown <boolean>;'.
1669 1302.   [func]          Extended rndc dumpdb to support dumping of zones and
1670                         view selection: 'dumpdb [-all|-zones|-cache] [view]'.
1672 1301.   [func]          New category 'update-security'.
1674 1300.   [port]          Compaq Trucluster support.
1676 1293.   [func]          Entropy can now be retrieved from EGDs. [RT #2438]
1678 1292.   [func]          Enable IPv6 support when using ioctl style interface
1679                         scanning and OS supports SIOCGLIFADDR using struct
1680                         if_laddrreq.
1682 1291.   [func]          Enable IPv6 support when using sysctl style interface
1683                         scanning.
1685 1290.   [func]          "dig axfr" now reports the number of messages
1686                         as well as the number of records.
1688 1285.   [func]          lwres: probe the system to see what address families
1689                         are currently in use.
1691 1283.   [func]          Use "dataready" accept filter if available.
1693 1281.   [func]          Log zone when unable to get private keys to update
1694                         zone.  Log zone when NXT records are missing from
1695                         secure zone.
1697 1278.   [func]          dig: now supports +[no]cl +[no]ttlid.
1699 1277.   [func]          You can now create your own customized printing
1700                         styles: dns_master_stylecreate() and
1701                         dns_master_styledestroy().
1703 1271.   [bug]           "recursion available: {denied,approved}" was too
1704                         confusing.
1706 1267.   [func]          isc_file_openunique() now creates file using mode
1707                         0666 rather than 0600.
1709 1254.   [func]          preferred-glue option from BIND 8.3.
1711 1250.   [func]          Nsupdate will report the address the update was
1712                         sent to.
1714 1247.   [bug]           Don't reset the interface index for link/site local
1715                         addresses. [RT #2576]
1717 1246.   [func]          New functions isc_sockaddr_issitelocal(),
1718                         isc_sockaddr_islinklocal(), isc_netaddr_issitelocal()
1719                         and isc_netaddr_islinklocal().
1721 1243.   [bug]           It was possible to trigger a REQUIRE() in
1722                         dns_message_findtype(). [RT #2659]
1724 1235.   [func]          Report 'out of memory' errors from openssl.
1726 1234.   [bug]           contrib/sdb: 'zonetodb' failed to call
1727                         dns_result_register().  DNS_R_SEENINCLUDE should not
1728                         be fatal.
1730 1233.   [bug]           The flags field of a KEY record can be expressed in
1731                         hex as well as decimal.
1733 1226.   [func]          Use EDNS for zone refresh queries. [RT #2551]
1735 1225.   [func]          dns_message_setopt() no longer requires that
1736                         dns_message_renderbegin() to have been called.
1738 1224.   [bug]           'rrset-order' and 'sortlist' should be additive
1739                         not exclusive.
1741 1223.   [func]          'rrset-order' partially works 'cyclic' and 'random'
1742                         are supported.
1744 1220.   [func]          Support for APL rdata type.
1746 1219.   [func]          Named now reports the TSIG extended error code when
1747                         signature verification fails. [RT #1651]
1749 1217.   [func]          Report locations of previous key definition when a
1750                         duplicate is detected.
1752 1213.   [func]          Report view associated with client if it is not a
1753                         standard view (_default or _bind).
1755 1203.   [func]          Report locations of previous acl and zone definitions
1756                         when a duplicate is detected.
1758 1202.   [func]          New functions: cfg_obj_line() and cfg_obj_file().
1760 1192.   [bug]           The seconds fields in LOC records were restricted
1761                         to three decimal places.  More decimal places should
1762                         be allowed but warned about.
1764 1190.   [func]          Add the "rndc freeze" and "rndc unfreeze" commands.
1765                         [RT #2394]
1767 1187.   [bug]           named was incorrectly returning DNSSEC records
1768                         in negative responses when the DO bit was not set.
1770 1181.   [func]          Add the "key-directory" configuration statement,
1771                         which allows the server to look for online signing
1772                         keys in alternate directories.
1774 1180.   [func]          dnssec-keygen should always generate keys with
1775                         protocol 3 (DNSSEC), since it's less confusing
1776                         that way.
1778 1179.   [func]          Add SIG(0) support to nsupdate.
1780 1177.   [func]          Report view when loading zones if it is not a
1781                         standard view (_default or _bind). [RT #2270]
1783 1171.   [func]          Added function isc_region_compare(), updated files in
1784                         lib/dns to use this function instead of local one.
1786 1169.   [func]          Identify recursive queries in the query log.
1788 1163.   [func]          isc_time_formattimestamp() now includes the year.
1790 1159.   [bug]           MD and MF are not permitted to be loaded by RFC1123.
1792 1158.   [func]          Report the client's address when logging notify
1793                         messages.
1795 1157.   [func]          match-clients and match-destinations now accept
1796                         keys. [RT #2045]
1798 1155.   [func]          Recover from master files being removed from under
1799                         us.
1801 1153.   [func]          'rndc {stop|halt} -p' now reports the process id
1802                         of the instance of named being shutdown.
1804 1151.   [bug]           nslookup failed to check that the arguments to
1805                         the port, timeout, and retry options were
1806                         valid integers and in range. [RT #2099]
1808 1150.   [bug]           named incorrectly accepted TTL values
1809                         containing plus or minus signs, such as
1810                         1d+1h-1s.
1812 1149.   [func]          New function isc_parse_uint32().
1814 1148.   [func]          'rndc-confgen -a' now provides positive feedback.
1816 1147.   [func]          Set IPV6_V6ONLY on IPv6 sockets if supported by
1817                         the OS.  listen-on-v6 { any; }; should no longer
1818                         result in IPv4 queries be accepted.  Similarly
1819                         control { inet :: ... }; should no longer result
1820                         in IPv4 connections being accepted.  This can be
1821                         overridden at compile time by defining
1822                         ISC_ALLOW_MAPPED=1.
1824 1146.   [func]          Allow IPV6_IPV6ONLY to be set/cleared on a socket if
1825                         supported by the OS by a new function
1826                         isc_socket_ipv6only().
1828 1145.   [func]          "host" no longer reports a NOERROR/NODATA response
1829                         by printing nothing. [RT #2065]
1831 1143.   [bug]           When a trusted-keys statement was present and named
1832                         was built without crypto support, it would leak memory.
1834 1139.   [func]          It is now possible to flush a given name from the
1835                         cache(s) via 'rndc flushname name [view]'. [RT #2051]
1837 1138.   [func]          It is now possible to flush a given name from the
1838                         cache by calling the new function
1839                         dns_cache_flushname().
1841 1137.   [func]          It is now possible to flush a given name from the
1842                         ADB by calling the new function dns_adb_flushname().
1844 1135.   [func]          You can now override the default syslog() facility for
1845                         named/lwresd at compile time. [RT #1982]
1847 1132.   [func]          Improve UPDATE prerequisite failure diagnostic messages.
1849 1128.   [func]          sdb drivers can now provide RR data in either text
1850                         or wire format, the latter using the new functions
1851                         dns_sdb_putrdata() and dns_sdb_putnamedrdata().
1853 1127.   [func]          rndc: If the server to contact has multiple addresses,
1854                         try all of them.
1856 1119.   [func]          Added support in Win32 for NTFS file/directory ACL's
1857                         for access control.
1859 1115.   [func]          Set maximum values for cleaning-interval,
1860                         heartbeat-interval, interface-interval,
1861                         max-transfer-idle-in, max-transfer-idle-out,
1862                         max-transfer-time-in, max-transfer-time-out,
1863                         statistics-interval of 28 days and
1864                         sig-validity-interval of 3660 days. [RT #2002]
1866 1110.   [bug]           dig should only accept valid abbreviations of +options.
1867                         [RT #2003]
1869 1105.   [port]          OpenUNIX 8 enable threads by default. [RT #1970]
1871 1080.   [bug]           BIND 8 compatibility: accept bare IP prefixes
1872                         as the second element of a two-element top level
1873                         sort list statement. [RT #1964]
1875 1079.   [bug]           BIND 8 compatibility: accept bare elements at top
1876                         level of sort list treating them as if they were
1877                         a single element list. [RT #1963]
1879 1077.   [func]          Do not accept further recursive clients when
1880                         the total number of recursive lookups being
1881                         processed exceeds max-recursive-clients, even
1882                         if some of the lookups are internally generated.
1883                         [RT #1915, #1938]
1885 1073.   [bug]           The ADB cache cleaning should also be space driven.
1886                         [RT #1915, #1938]
1888 1067.   [func]          Allow quotas to be soft, isc_quota_soft().
1890 1065.   [func]          Runtime support to select new / old style interface
1891                         scanning using ioctls.
1893 1060.   [func]          Move refresh, stub and notify UDP retry processing
1894                         into dns_request.
1896 1059.   [func]          dns_request now support will now retry UDP queries,
1897                         dns_request_createvia2() and dns_request_createraw2().
1899 1058.   [func]          Limited lifetime ticker timers are now available,
1900                         isc_timertype_limited.
1902 1055.   [func]          Version and hostname queries can now be disabled
1903                         using "version none;" and "hostname none;",
1904                         respectively.
1906 1049.   [func]          "pid-file none;" will disable writing a pid file.
1907                         [RT #1848]
1909 1037.   [bug]           Negative responses whose authority section contain
1910                         SOA or NS records whose owner names are not equal
1911                         equal to or parents of the query name should be
1912                         rejected. [RT #1862]
1914 1036.   [func]          Silently drop requests received via multicast as
1915                         long as there is no final multicast DNS standard.
1917 1035.   [bug]           If we respond to multicast queries (which we
1918                         currently do not), respond from a unicast address
1919                         as specified in RFC 1123. [RT #137]
1921 1034.   [bug]           Ignore the RD bit on multicast queries as specified
1922                         in RFC 1123. [RT #137]
1924 1032.   [func]          hostname.bind/txt/chaos now returns the name of
1925                         the machine hosting the nameserver.  This is useful
1926                         in diagnosing problems with anycast servers.
1928 1025.   [bug]           Don't use multicast addresses to resolve iterative
1929                         queries. [RT #101]
1931 1024.   [port]          Compilation failed on HP-UX 11.11 due to
1932                         incompatible use of the SIOCGLIFCONF macro
1933                         name. [RT #1831]
1935 1023.   [func]          Accept hints without TTLs.
1937 1011.   [cleanup]       Removed isc_dir_current().
1939 1009.   [port]          OpenUNIX 8 support. [RT #1728]
1941 1008.   [port]          libtool.m4, ltmain.sh from libtool-1.4.2.
1943 1007.   [port]          config.guess, config.sub from autoconf-2.52.
1945 1003.   [func]          Add the +retry option to dig.
1947  999.   [func]          "rndc retransfer zone [class [view]]" added.
1948                         [RT #1752]
1950  998.   [func]          named-checkzone now has arguments to specify the
1951                         chroot directory (-t) and working directory (-w).
1952                         [RT #1755]
1954  997.   [func]          Add support for RSA-SHA1 keys (RFC3110).
1956  996.   [func]          Issue warning if the configuration filename contains
1957                         the chroot path.
1959  994.   [func]          Treat non-authoritative responses to queries for type
1960                         NS as referrals even if the NS records are in the
1961                         answer section, because BIND 8 servers incorrectly
1962                         send them that way.  This is necessary for DNSSEC
1963                         validation of the NS records of a secure zone to
1964                         succeed when the parent is a BIND 8 server. [RT #1706]
1966  993.   [func]          dig: -v now reports the version.
1968  991.   [func]          Lower UDP refresh timeout messages to level
1969                         debug 1.
1971  985.   [func]          Consider network interfaces to be up iff they have
1972                         a nonzero IP address rather than based on the
1973                         IFF_UP flag. [RT #1160]
1975  983.   [func]          The server now supports generating IXFR difference
1976                         sequences for non-dynamic zones by comparing zone
1977                         versions, when enabled using the new config
1978                         option "ixfr-from-differences". [RT #1727]
1980  982.   [func]          If "memstatistics-file" is set in options the memory
1981                         statistics will be written to it.
1983  981.   [func]          The dnssec tools can now take multiple '-r randomfile'
1984                         arguments.
1986  979.   [func]          Incremental master file dumping.  dns_master_dumpinc(),
1987                         dns_master_dumptostreaminc(), dns_dumpctx_attach(),
1988                         dns_dumpctx_detach(), dns_dumpctx_cancel(),
1989                         dns_dumpctx_db() and dns_dumpctx_version().
1991  976.   [func]          named-checkconf can now test load master zones
1992                         (named-checkconf -z). [RT #1468]
1994  970.   [func]          'max-journal-size' can now be used to set a target
1995                         size for a journal.
1997  969.   [func]          dig now supports the undocumented dig 8 feature
1998                         of allowing arbitrary labels, not just dotted
1999                         decimal quads, with the -x option.  This can be
2000                         used to conveniently look up RFC2317 names as in
2001                         "dig -x 10.0.0.0-127". [RT #827, #1576, #1598]
2003         --- 9.2.3rc1 released ---
2005 1499.   [bug]           isc_random need to be seeded better if arc4random()
2006                         is not used.
2008 1498.   [port]          bsdos: 5.x support.
2010 1497.   [protocol]      dig, nslookup and host now perform nibble lookups
2011                         under IP6.ARPA, use -i for IP6.INT (dig and host).
2012                         lwres now uses IP6.ARPA.
2014 1496.   [port]          test for pthread_attr_setstacksize().
2016 1495.   [cleanup]       Replace hash functions with universal hash.
2018 1494.   [security]      Turn on RSA BLINDING as a precaution.
2020 1493.   [doc]           A6 and "bitstring" labels are now experimental.
2022 1492.   [cleanup]       Preserve rwlock quota context when upgrading /
2023                         downgrading. [RT #5599]
2025 1491.   [bug]           dns_master_dump*() would produce extraneous $ORIGIN
2026                         lines. [RT #6206]
2028 1490.   [bug]           Accept reading state as well as working state in
2029                         ns_client_next(). [RT #6813]
2031 1489.   [compat]        Treat 'allow-update' on slave zones as a warning.
2032                         [RT #3469]
2034 1488.   [bug]           Don't override trust levels for glue addresses.
2035                         [RT #5764]
2037 1487.   [bug]           A REQUIRE() failure could be triggered if a zone was
2038                         queued for transfer and the zone was then removed.
2039                         [RT #6189]
2041 1486.   [bug]           isc_print_snprintf() '%%' consumed one too many format
2042                         characters. [RT# 8230]
2044 1485.   [bug]           gen failed to handle high type values. [RT #6225]
2046 1484.   [bug]           The number of records reported after a AXFR was wrong.
2047                         [RT #6229]
2049 1483.   [bug]           dig axfr failed if the message id in the answer failed
2050                         to match that in the request.  Only the id in the first
2051                         message is required to match. [RT #8138]
2053 1482.   [bug]           named could fail to start if the kernel supports
2054                         IPv6 but no interfaces are configured.  Similarly
2055                         for IPv4. [RT #6229]
2057 1481.   [bug]           Refresh and stub queries failed to use masters keys
2058                         if specified. [RT #7391]
2060 1480.   [bug]           Provide replay protection for rndc commands.  Full
2061                         replay protection requires both rndc and named to
2062                         be updated.  Partial replay protection (limited
2063                         exposure after restart) is provided if just named
2064                         is updated.
2066 1479.   [bug]           cfg_create_tuple() failed to handle out of
2067                         memory cleanup.  parse_list() would leak memory
2068                         on syntax errors.
2070 1478.   [port]          ifconfig.sh didn't account for other virtual
2071                         interfaces.  It now takes a optional argument
2072                         to specify the first interface number. [RT #3907]
2074 1477.   [bug]           memory leak using stub zones and TSIG.
2076 1476.   [port]          win32: port unreachables were blocking further i/o
2077                         on sockets (Windows 2000 SP2 and later).
2079 1473.   [bug]           create_map() and create_string() failed to handle out
2080                         of memory cleanup.  [RT #6813]
2082 1472.   [contrib]       idnkit-1.0 from JPNIC, replaces mdnkit.
2084 1471.   [bug]           libbind: updated to BIND 8.4.0.
2086 1470.   [bug]           Incorrect length passed to snprintf. [RT #5966]
2088 1466.   [bug]           lwresd configuration errors resulted in memory
2089                         and lock leaks.  [RT #5228]
2091 1465.   [bug]           isc_base64_decodestring() and isc_base64_tobuffer()
2092                         failed to check that trailing bits were zero allowing
2093                         some invalid base64 strings to be accepted.  [RT #5397]
2095 1464.   [bug]           Preserve "out of zone" data for outgoing zone
2096                         transfers. [RT #5192]
2098 1463.   [bug]           dns_rdata_from{wire,struct}() failed to catch bad
2099                         NXT bit maps. [RT #5577]
2101 1462.   [bug]           parse_sizeval() failed to check the token type.
2102                         [RT #5586]
2104 1461.   [bug]           Remove deadlock from rbtdb code. [RT #5599]
2106 1460.   [bug]           inet_pton() failed to reject certain malformed
2107                         IPv6 literals.
2109 1459.   [bug]           win32: we were leaking a bits in the exception
2110                         fd_set resulting in "Socket operation on non-socket"
2111                         errors from select(). [RT #2966]
2113 1456.   [contrib]       gen-data-queryperf.py from Stephane Bortzmeyer.
2115 1453.   [doc]           ARM: $GENERATE example wasn't accurate. [RT #5298]
2117 1452.   [bug]           Bad #ifdef, ISC_RFC2335 -> ISC_RFC2535.
2119 1451.   [bug]           rndc-confgen didn't exit with a error code for all
2120                         failures. [RT #5209]
2122 1450.   [bug]           Fetching expired glue failed under certain
2123                         circumstances.  [RT #5124]
2125 1449.   [bug]           query_addbestns() didn't handle running out of memory
2126                         gracefully.
2128 1448.   [bug]           Handle empty wildcards labels.
2130 1447.   [bug]           We were casting (unsigned int) to and from (void *).
2131                         rdataset->private4 is now rdataset->privateuint4
2132                         to reflect a type change.
2134 1445.   [bug]           DNS_ADBFIND_STARTATROOT broke stub zones.  This has
2135                         been replaced with DNS_ADBFIND_STARTATZONE which
2136                         causes the search to start using the closest zone.
2138 1439.   [bug]           Named could return NOERROR with certain NOTIFY
2139                         failures.  Return NOTAUTH if the NOTIFY zone is
2140                         not being served.
2142 1435.   [bug]           zmgr_resume_xfrs() was being called read locked
2143                         rather than write locked.  zmgr_resume_xfrs()
2144                         was not being called if the zone was being
2145                         shutdown.
2147 1437.   [bug]           Leave space for stdio to work in. [RT #5033]
2149 1434.   [bug]           "rndc reconfig" failed to initiate the initial
2150                         zone transfer of new slave zones.
2152 1431.   [bug]           isc_print_snprintf() "%s" with precision could walk off
2153                         end of argument. [RT #5191]
2155 1429.   [bug]           Prevent the cache getting locked to old servers.
2157 1424.   [bug]           EDNS version not being correctly printed.
2159 1423.   [contrib]       queryperf: added A6 and SRV.
2161 1420.   [port]          solaris: work around gcc optimizer bug.
2163 1419.   [port]          openbsd: use /dev/arandom. [RT #4950]
2165 1418.   [bug]           'rndc reconfig' did not cause new slaves to load.
2167 1416.   [bug]           Empty node should return NOERROR NODATA, not NXDOMAIN.
2168                         [RT #4715]
2170 1411.   [bug]           empty nodes should stop wildcard matches. [RT #4802]
2172 1408.   [bug]           "make distclean" was not complete. [RT #4700]
2174 1407.   [bug]           lfsr incorrectly implements the shift register.
2175                         [RT #4617]
2177 1406.   [bug]           dispatch initializes one of the LFSR's with a incorrect
2178                         polynomial.  [RT #4617]
2180 1405.   [func]          Use arc4random() if available.
2182 1401.   [bug]           adb wasn't clearing state when the timer expired.
2184 1399.   [bug]           Use serial number arithmetic when testing SIG
2185                         timestamps. [RT #4268]
2187 1397.   [bug]           J.ROOT-SERVERS.NET is now 192.58.128.30.
2189 1389.   [bug]           named could fail to rotate long log files.  [RT #3666]
2191 1388.   [port]          irix: check for sys/sysctl.h and NET_RT_IFLIST before
2192                         defining HAVE_IFLIST_SYSCTL. [RT #3770]
2194 1387.   [bug]           named could crash due to an access to invalid memory
2195                         space (which caused an assertion failure) in
2196                         incremental cleaning.  [RT #3588]
2198 1385.   [bug]           Setting serial-query-rate to 10 would trigger a
2199                         REQUIRE failure.
2201 1384.   [bug]           host was incompatible with BIND 8 in its exit code and
2202                         in the output with the -l option.  [RT #3536]
2204 1373.   [bug]           Recovery from expired glue failed under certain
2205                         circumstances.
2207 1372.   [bug]           named crashes with an assertion failure on exit when
2208                         sharing the same port for listening and querying, and
2209                         changing listening addresses several times. [RT# 3509]
2211 1370.   [bug]           dig '+[no]recurse' was incorrectly documented.
2213 1369.   [bug]           Adding an NS record as the lexicographically last
2214                         record in a secure zone didn't work.
2216 1366.   [contrib]       queryperf usage was incomplete.  Add '-h' for help.
2218 1348.   [port]          win32: Rewrote code to use I/O Completion Ports
2219                         in socket.c and eliminating a host of socket
2220                         errors. Performance is enhanced.
2222 1333.   [contrib]       queryperf now reports a summary of returned
2223                         rcodes (-c), rcodes are printed in mnemonic form (-v).
2225 1299.   [bug]           Set AI_ADDRCONFIG when looking up addresses
2226                         via getaddrinfo() (affects dig, host, nslookup, rndc
2227                         and nsupdate).
2229 1199.   [doc]           ARM reference to RFC 2157 should have been RFC 1918.
2230                         [RT #2436]
2232 1122.   [tuning]        Resolution timeout reduced from 90 to 30 seconds.
2233                         [RT #2046]
2235  992.   [doc]           dig: ~/.digrc is now documented.
2237         --- 9.2.2 released ---
2239 1428.   [port]          hpux: temporary work around of hpux 11.11 interface
2240                         scanning.
2242 1427.   [bug]           Race condition in adb with threaded build.
2244 1426.   [cleanup]       Disable RFC2535 style DNSSEC.  This is incompatible
2245                         with the forthcoming DS style DNSSEC.
2247 1425.   [port]          linux/libbind: define __USE_MISC when testing *_r()
2248                         function prototypes in netdb.h.  [RT #4921]
2250 1395.   [port]          OpenSSL 0.9.7 defines CRYPTO_LOCK_ENGINE but doesn't
2251                         have a working implementation.  [RT #4079]
2253 1382.   [bug]           make install failed with --enable-libbind. [RT #3656]
2255 1381.   [bug]           named failed to correctly process answers that
2256                         contained DNAME records where the resulting CNAME
2257                         resulted in a negative answer.
2259         --- 9.2.2rc1 released ---
2261 1360.   [bug]           --enable-libbind would fail when not built in the
2262                         source tree for certain OS's.
2264 1359.   [security]      Support patches OpenSSL libraries.
2265                         http://www.cert.org/advisories/CA-2002-23.html
2267 1358.   [bug]           It was possible to trigger a INSIST when debugging
2268                         large dynamic updates. [RT #3390]
2270 1357.   [bug]           nsupdate was extremely wasteful of memory.
2272 1356.   [tuning]        Reduce the number of events / quantum for zone tasks.
2274 1354.   [doc]           lwres man pages had illegal nroff.
2276 1353.   [contrib]       sdb/ldap to version 0.9.
2278 1352.   [bug]           dig, host, nslookup when falling back to TCP use the
2279                         current search entry (if any). [RT #3374]
2281 1351.   [bug]           lwres_getipnodebyname() returned the wrong name
2282                         when given a IPv4 literal, af=AF_INET6 and AI_MAPPED
2283                         was set.
2285 1350.   [bug]           dns_name_fromtext() failed to handle too many labels
2286                         gracefully.
2288 1349.   [security]      Minimum OpenSSL version now 0.9.6e (was 0.9.5a).
2289                         http://www.cert.org/advisories/CA-2002-23.html
2291 1346.   [bug]           Win32: select timeout in socket.c was too small
2292                         as value given was meant to be milliseconds and
2293                         timeval structure requires microseconds. This
2294                         caused high CPU loads with a compute bound loop.
2295                         [RT #3358]
2297 1345.   [port]          Use a explicit -Wformat with gcc.  Not all versions
2298                         include it in -Wall.
2300 1340.   [bug]           Delay and spread out the startup refresh load.
2302 1335.   [bug]           When performing a nonexistence proof, the validator
2303                         should discard parent NXTs from higher in the DNS.
2305 1334.   [bug]           When signing/verifying rdatasets, duplicate rdatas
2306                         need to be suppressed.
2308 1330.   [bug]           When processing events (non-threaded) only allow
2309                         the task one chance to use to use its quantum.
2311 1327.   [bug]           The validator would incorrectly mark data as insecure
2312                         when seeing a bogus signature before a correct
2313                         signature.
2315 1326.   [bug]           DNAME/CNAME signatures were not being cached when
2316                         validation was not being performed. [RT #3284]
2318 1325.   [bug]           If the tcpquota was exhausted it was possible to
2319                         to trigger a INSIST() failure.
2321 1324.   [port]          darwin: ifconfig.sh now supports darwin.
2323 1323.   [port]          linux: Slackware 4.0 needs <asm/unistd.h>. [RT #3205]
2325 1320.   [doc]           query-source-v6 was missing from options section.
2326                         [RT #3218]
2328 1319.   [func]          libbind: log attempts to exploit #1318.
2330 1318.   [bug]           libbind: Remote buffer overrun.
2332 1317.   [port]          libbind: TrueUNIX 5.1 does not like __align as a
2333                         element name.
2335 1316.   [bug]           libbind: gethostans() could get out of sync parsing
2336                         the response if there was a very long CNAME chain.
2338 1315.   [bug]           Options should apply to the internal _bind view.
2340 1314.   [port]          Handle ECONNRESET from sendmsg() [unix].
2342 1311.   [bug]           lwres_getrrsetbyname leaked memory.  [RT #3159]
2344 1310.   [bug]           'rndc stop' failed to cause zones to be flushed
2345                         sometimes. [RT #3157]
2347 1307.   [bug]           nsupdate: allow white space base64 key data.
2349 1306.   [bug]           Badly encoded LOC record when the size, horizontal
2350                         precision or vertical precision was 0.1m.
2352 1305.   [bug]           Document that internal zones are included in the
2353                         rndc status results.
2355 1298.   [bug]           The CINCLUDES macro in lib/dns/sec/dst/Makefile
2356                         could be left with a trailing "\" after configure
2357                         has been run.
2359 1297.   [port]          linux: make handling EINVAL from socket() no longer
2360                         conditional on #ifdef LINUX.
2362 1296.   [bug]           isc_log_closefilelogs() needed to lock the log
2363                         context.
2365 1295.   [bug]           isc_log_setdebuglevel() needed to lock the log
2366                         context.
2368 1294.   [func]          libbind: no longer attempts bit string labels for
2369                         IPv6 reverse resolution.  Try IP6.ARPA then IP6.INT
2370                         for nibble style resolution.
2372 1289.   [port]          See if -ldl is required for OpenSSL? [RT #2672]
2374 1288.   [bug]           Adjusted REQUIRE's in lib/dns/name.c to better
2375                         reflect written requirements.
2377 1287.   [bug]           REQUIRE that DNS_DBADD_MERGE only be set when adding
2378                         a rdataset to a zone db in the rbtdb implementation of
2379                         addrdataset.
2381 1286.   [bug]           dns_name_downcase() enforce requirement that
2382                         target != NULL or name->buffer != NULL.
2384 1284.   [bug]           The RTT estimate on unused servers was not aged.
2385                         [RT #2569]
2387 1282.   [port]          libbind: hpux 11.11 interface scanning.
2389 1280.   [bug]           libbind: escape '(' and ')' when converting to
2390                         presentation form.
2392 1279.   [port]          Darwin uses (unsigned long) for size_t. [RT #2590]
2394 1276.   [bug]           libbind: const pointer conflicts in res_debug.c.
2396 1275.   [port]          libbind: hpux: treat all hpux systems as BIG_ENDIAN.
2398 1274.   [bug]           Memory leak in lwres_gnbarequest_parse().
2400 1273.   [port]          libbind: solaris: 64 bit binary compatibility.
2402 1272.   [contrib]       Berkeley DB 4.0 sdb implementation from
2403                         Nuno Miguel Rodrigues <nmr@co.sapo.pt>.
2405 1270.   [bug]           Check that system inet_pton() and inet_ntop() support
2406                         AF_INET6.
2408 1269.   [port]          Openserver: ifconfig.sh support.
2410 1268.   [port]          Openserver: the value FD_SETSIZE depends on whether
2411                         <sys/param.h> is included or not.  Be consistent.
2413 1266.   [bug]           ISC_LINK_INIT, ISC_LINK_UNLINK, ISC_LIST_DEQUEUE,
2414                         __ISC_LINK_UNLINKUNSAFE and __ISC_LIST_DEQUEUEUNSAFE
2415                         are not C++ compatible, use *_TYPE versions instead.
2417 1265.   [bug]           libbind: LINK_INIT and UNLINK were not compatible with
2418                         C++, use LINK_INIT_TYPE and UNLINK_TYPE instead.
2420 1263.   [bug]           Reference after free error if dns_dispatchmgr_create()
2421                         failed.
2423 1262.   [bug]           ns_server_destroy() failed to set *serverp to NULL.
2425 1261.   [func]          libbind: ns_sign2() and ns_sign_tcp() now provide
2426                         support for compressed TSIG owner names.
2428 1260.   [func]          libbind: res_update can now update IPv6 servers,
2429                         new function res_findzonecut2().
2431 1259.   [bug]           libbind: get_salen() IPv6 support was broken for OSs
2432                         w/o sa_len.
2434 1258.   [bug]           libbind: res_nametotype() and res_nametoclass() were
2435                         broken.
2437 1257.   [bug]           Failure to write pid-file should not be fatal on
2438                         reload. [RT #2861]
2440 1256.   [contrib]       'queryperf' now has EDNS (-e) + DNSSEC DO (-D) support.
2442 1255.   [bug]           When verifying that an NXT proves nonexistence, check
2443                         the rcode of the message and only do the matching NXT
2444                         check.  That is, for NXDOMAIN responses, check that
2445                         the name is in the range between the NXT owner and
2446                         next name, and for NOERROR NODATA responses, check
2447                         that the type is not present in the NXT bitmap.
2449 1253.   [bug]           The dnssec system test failed to remove the correct
2450                         files.
2452 1252.   [bug]           Dig, host and nslookup were not checking the address
2453                         the answer was coming from against the address it was
2454                         sent to. [RT# 2692]
2456 1248.   [bug]           DESTDIR was not being propagated between makes.
2458 1245.   [bug]           Treat ENOBUFS, ENOMEM and ENFILE as soft errors for
2459                         accept().
2461 1242.   [bug]           named-checkzone failed if a journal existed. [RT #2657]
2463 1241.   [bug]           Drop received UDP messages with a zero source port
2464                         as these are invariably forged. [RT #2621]
2466 1209.   [bug]           Dig, host, nslookup were not checking the message ids
2467                         on the responses. [RT #2454]
2469 1097.   [func]          libbind: RES_PRF_TRUNC for dig.
2471 1096.   [func]          libbind: "DNSSEC OK" (DO) support.
2473 1095.   [func]          libbind: resolver option: no-tld-query.  disables
2474                         trying unqualified as a tld.  no_tld_query is also
2475                         supported for FreeBSD compatibility.
2477 1094.   [func]          libbind: add support gcc's format string checking.
2479 1089.   [func]          libbind: inet_{cidr,net}_{pton,ntop}() now have IPv6
2480                         support.
2482         --- 9.2.1 released ---
2484 1251.   [port]          win32: a make file contained absolute version specific
2485                         references.
2487 1249.   [bug]           Missing masters clause was not handled gracefully.
2488                         [RT #2703]
2490 1244.   [bug]           Receiving a TCP message from a blackhole address would
2491                         prevent further messages being received over that
2492                         interface.
2494 1178.   [bug]           Follow and cache (if appropriate) A6 and other
2495                         data chains to completion in the additional section.
2497         --- 9.2.1rc2 released ---
2499 1240.   [bug]           It was possible to leak zone references by
2500                         specifying an incorrect zone to rndc.
2502 1239.   [bug]           Under certain circumstances named could continue to
2503                         use a name after it had been freed triggering
2504                         INSIST() failures.  [RT #2614]
2506 1238.   [bug]           It is possible to lockup the server when shutting down
2507                         if notifies were being processed. [RT #2591]
2509 1237.   [bug]           nslookup: "set q=type" failed.
2511 1236.   [bug]           dns_rdata{class,type}_fromtext() didn't handle non
2512                         NULL terminated text regions. [RT #2588]
2514 1232.   [bug]           unix/errno2result() didn't handle EADDRNOTAVAIL.
2516 1231.   [port]          HPUX 11.11 recvmsg() can return spurious EADDRNOTAVAIL.
2518 1230.   [bug]           isccc_cc_isreply() and isccc_cc_isack() were broken.
2520 1229.   [bug]           named would crash if it received a TSIG signed
2521                         query as part of an AXFR response. [RT #2570]
2523 1228.   [bug]           'make install' did not depend on 'make all'. [RT #2559]
2525 1227.   [bug]           dns_lex_getmastertoken() now returns ISC_R_BADNUMBER
2526                         if a number was expected and some other token was
2527                         found. [RT#2532]
2529 1222.   [bug]           Specifying 'port *' did not always result in a system
2530                         selected (non-reserved) port being used. [RT #2537]
2532 1221.   [bug]           Zone types 'master', 'slave' and 'stub' were not being
2533                         compared case insensitively. [RT #2542]
2535 1218.   [bug]           Named incorrectly returned SERVFAIL rather than
2536                         NOTAUTH when there was a TSIG BADTIME error. [RT #2519]
2538 1216.   [bug]           Multiple server clauses for the same server were not
2539                         reported.  [RT #2514]
2541 1215.   [port]          solaris: add support to ifconfig.sh for x86 2.5.1
2543 1214.   [bug]           Win32: isc_file_renameunique() could leave zero length
2544                         files behind.
2546 1212.   [port]          libbind: 64k answer buffers were causing stack space
2547                         to be exceeded for certain OS.  Use heap space instead.
2549 1211.   [bug]           dns_name_fromtext() incorrectly handled certain
2550                         valid octal bitlabels. [RT #2483]
2552 1210.   [bug]           libbind: getnameinfo() failed to lookup IPv4 mapped /
2553                         compatible addresses. [RT #2461]
2555 1208.   [bug]           dns_master_load*() failed to log a error message if
2556                         an error was detected when parsing the ownername of
2557                         a record.  [RT #2448]
2559         --- 9.2.1rc1 released ---
2561 1207.   [bug]           libbind: getaddrinfo() could call freeaddrinfo() with
2562                         an invalid pointer.
2564 1206.   [bug]           SERVFAIL and NOTIMP responses to an EDNS query should
2565                         trigger a non-EDNS retry.
2567 1205.   [bug]           OPT, TSIG and TKEY cannot be used to set the "class"
2568                         of the message. [RT #2449]
2570 1204.   [bug]           libbind: res_nupdate() failed to update the name
2571                         server addresses before sending the update.
2573 1201.   [bug]           Require that if 'callbacks' is passed to
2574                         dns_rdata_fromtext(), callbacks->error and
2575                         callbacks->warn are initialized.
2577 1200.   [bug]           Log 'errno' that we are unable to convert to
2578                         isc_result_t. [RT #2404]
2580 1198.   [bug]           OPT printing style was not consistent with the way the
2581                         header fields are printed.  The DO bit was not reported
2582                         if set.  Report if any of the MBZ bits are set.
2584 1197.   [bug]           Attempts to define the same acl multiple times were not
2585                         detected.
2587 1196.   [contrib]       update mdnkit to 2.2.3.
2589 1195.   [bug]           Attempts to redefine builtin acls should be caught.
2590                         [RT #2403]
2592 1194.   [bug]           Not all duplicate zone definitions were being detected
2593                         at the named.conf checking stage. [RT #2431]
2595 1193.   [bug]           Best effort parsing didn't handle packet truncation.
2597 1191.   [bug]           A dynamic update removing the last non-apex name in
2598                         a secure zone would fail. [RT #2399]
2600 1189.   [bug]           On some systems, malloc(0) returns NULL, which
2601                         could cause the caller to report an out of memory
2602                         error. [RT #2398]
2604 1188.   [bug]           Dynamic updates of a signed zone would fail if
2605                         some of the zone private keys were unavailable.
2607 1186.   [bug]           isc_hex_tobuffer(,,length = 0) failed to unget the
2608                         EOL token when reading to end of line.
2610 1185.   [bug]           libbind: don't assume statp->_u._ext.ext is valid
2611                         unless RES_INIT is set when calling res_*init().
2613 1184.   [bug]           libbind: call res_ndestroy() if RES_INIT is set
2614                         when res_*init() is called.
2616 1183.   [bug]           Handle ENOSR error when writing to the internal
2617                         control pipe. [RT #2395]
2619 1182.   [bug]           The server could throw an assertion failure when
2620                         constructing a negative response packet.
2622 1176.   [doc]           Document that allow-v6-synthesis is only performed
2623                         for clients that are supplied recursive service.
2624                         [RT #2260]
2626 1175.   [bug]           named-checkzone failed to call dns_result_register()
2627                         at startup which could result in runtime
2628                         exceptions when printing "out of memory" errors.
2629                         [RT #2335]
2631 1174.   [bug]           Win32: add WSAECONNRESET to the expected errors
2632                         from connect(). [RT #2308]
2634 1173.   [bug]           Potential memory leaks in isc_log_create() and
2635                         isc_log_settag(). [RT #2336]
2637 1172.   [doc]           Add CERT, GPOS, KX, NAPTR, NSAP, PX and TXT to
2638                         table of RR types in ARM.
2640 1170.   [bug]           Don't attempt to print the token when a I/O error
2641                         occurs when parsing named.conf. [RT #2275]
2643 1168.   [bug]           Empty also-notify clauses were not handled. [RT #2309]
2645 1167.   [contrib]       nslint-2.1a3 (from author).
2647 1166.   [bug]           "Not Implemented" should be reported as NOTIMP,
2648                         not NOTIMPL. [RT #2281]
2650 1165.   [bug]           We were rejecting notify-source{-v6} in zone clauses.
2652 1164.   [bug]           Empty masters clauses in slave / stub zones were not
2653                         handled gracefully. [RT #2262]
2655 1162.   [bug]           The allow-notify option was not accepted in slave
2656                         zone statements.
2658 1161.   [bug]           named-checkzone looped on unbalanced brackets.
2659                         [RT #2248]
2661 1160.   [bug]           Generating Diffie-Hellman keys longer than 1024
2662                         bits could fail. [RT #2241]
2664 1156.   [port]          The configure test for strsep() incorrectly
2665                         succeeded on certain patched versions of
2666                         AIX 4.3.3. [RT #2190]
2668 1154.   [bug]           Don't attempt to obtain the netmask of a interface
2669                         if there is no address configured. [RT #2176]
2671 1152.   [bug]           libbind: read buffer overflows.
2673 1144.   [bug]           rndc-confgen would crash if both the -a and -t
2674                         options were specified. [RT #2159]
2676 1142.   [bug]           dnssec-signzone would fail to delete temporary files
2677                         in some failure cases. [RT #2144]
2679 1141.   [bug]           When named rejected a control message, it would
2680                         leak a file descriptor and memory.  It would also
2681                         fail to respond, causing rndc to hang.
2682                         [RT #2139, #2164]
2684 1140.   [bug]           rndc-confgen did not accept IPv6 addresses as arguments
2685                         to the -s option. [RT #2138]
2687 1136.   [bug]           CNAME records synthesized from DNAMEs did not
2688                         have a TTL of zero as required by RFC2672.
2689                         [RT #2129]
2691 1125.   [bug]           rndc: -k option was missing from usage message.
2692                         [RT #2057]
2694 1124.   [doc]           dig: +[no]dnssec, +[no]besteffort and +[no]fail
2695                         are now documented. [RT #2052]
2697 1123.   [bug]           dig +[no]fail did not match description. [RT #2052]
2699 1109.   [bug]           nsupdate accepted illegal ttl values.
2701 1108.   [bug]           On Win32, rndc was hanging when named was not running
2702                         due to failure to select for exceptional conditions
2703                         in select(). [RT #1870]
2705 1081.   [bug]           Multicast queries were incorrectly identified
2706                         based on the source address, not the destination
2707                         address.
2709 1072.   [bug]           The TCP client quota could be exceeded when
2710                         recursion occurred. [RT #1937]
2712 1071.   [bug]           Sockets listening for TCP DNS connections
2713                         specified an excessive listen backlog. [RT #1937]
2715 1070.   [bug]           Copy DNSSEC OK (DO) to response as specified by
2716                         draft-ietf-dnsext-dnssec-okbit-03.txt.
2718 1014.   [bug]           Some queries would cause statistics counters to
2719                         increment more than once or not at all. [RT #1321]
2721 1012.   [bug]           The -p option to named did not behave as documented.
2723  988.   [bug]           'additional-from-auth no;' did not work reliably
2724                         in the case of queries answered from the cache.
2725                         [RT #1436]
2727  995.   [bug]           dig, host, nslookup: using a raw IPv6 address as a
2728                         target address should be fatal on a IPv4 only system.
2730         --- 9.2.0 released ---
2732 1134.   [bug]           Multi-threaded servers could deadlock in ferror()
2733                         when reloading zone files. [RT #1951, #1998]
2735 1133.   [bug]           IN6_IS_ADDR_LOOPBACK was not portably defined on
2736                         platforms without IN6_IS_ADDR_LOOPBACK. [RT #2106]
2738         --- 9.2.0rc10 released ---
2740 1131.   [bug]           The match-destinations view option did not work with
2741                         IPv6 destinations. [RT #2073, #2074]
2743 1130.   [bug]           Log messages reporting an out-of-range serial number
2744                         did not include the out-of-range number but the
2745                         following token. [RT #2076]
2747 1129.   [bug]           Multi-threaded servers could crash under heavy
2748                         resolution load due to a race condition. [RT #2018]
2750 1126.   [bug]           The server could access a freed event if shut
2751                         down while a client start event was pending
2752                         delivery. [RT #2061]
2754 1121.   [bug]           The server could attempt to access a NULL zone
2755                         table if shut down while resolving.
2756                         [RT #1587, #2054]
2758 1120.   [bug]           Errors in options were not fatal. [RT #2002]
2760 1118.   [bug]           On multi-threaded servers, a race condition
2761                         could cause an assertion failure in resolver.c
2762                         during resolver shutdown. [RT #2029]
2764 1117.   [port]          The configure check for in6addr_loopback incorrectly
2765                         succeeded on AIX 4.3 when compiling with -O2
2766                         because the test code was optimized away.
2767                         [RT #2016]
2769 1116.   [bug]           Setting transfers in a server clause, transfers-in,
2770                         or transfers-per-ns to a value greater than
2771                         2147483647 disabled transfers. [RT #2002]
2773 1114.   [port]          Ignore more accept() errors. [RT #2021]
2775 1113.   [bug]           The allow-update-forwarding option was ignored
2776                         when specified in a view. [RT #2014]
2778 1111.   [bug]           Multi-threaded servers could deadlock processing
2779                         recursive queries due to a locking hierarchy
2780                         violation in adb.c. [RT #2017]
2782         --- 9.2.0rc9 released ---
2784 1107.   [bug]           nsupdate could catch an assertion failure if an
2785                         invalid domain name was given as the argument to
2786                         the "zone" command.
2788 1106.   [bug]           After seeing an out of range TTL, nsupdate would
2789                         treat all TTLs as out of range. [RT #2001]
2791 1104.   [bug]           Invalid arguments to the transfer-format option
2792                         could cause an assertion failure. [RT #1995]
2794 1103.   [port]          OpenUNIX 8 support (ifconfig.sh). [RT #1970]
2796 1102.   [doc]           Note that query logging is enabled by directing the
2797                         queries category to a channel.
2799 1101.   [bug]           Array bounds read error in lwres_gai_strerror.
2801 1100.   [bug]           libbind: DNSSEC key ids were computed incorrectly.
2803 1099.   [cleanup]       libbind: defining REPORT_ERRORS in lib/bind/dst caused
2804                         compile time errors.
2806 1098.   [bug]           libbind: HMAC-MD5 key files are now mode 0600.
2808 1093.   [doc]           libbind: miscellaneous nroff fixes.
2810 1092.   [bug]           libbind: get*by*() failed to check if res_init() had
2811                         been called.
2813 1091.   [bug]           libbind: misplaced va_end().
2815 1090.   [bug]           libbind: dns_ho.c:add_hostent() was not returning
2816                         the amount of memory consumed resulting in garbage
2817                         address being returned.  Alignment calculations were
2818                         wasting space.  We weren't suppressing duplicate
2819                         addresses.
2821 1088.   [port]          libbind: MPE/iX C.70 (incomplete)
2823 1087.   [bug]           libbind: struct __res_state too large on 64 bit arch.
2825 1086.   [port]          libbind: sunos: old sprintf.
2827 1085.   [port]          libbind: solaris: sys_nerr and sys_errlist do not
2828                         exist when compiling in 64 bit mode.
2830 1084.   [cleanup]       libbind: gai_strerror() rewritten.
2832 1083.   [bug]           The default control channel listened on the
2833                         wildcard address, not the loopback as documented.
2834                         [RT #1975]
2836 1082.   [bug]           The -g option to named incorrectly caused logging
2837                         to be sent to syslog in addition to stderr.
2838                         [RT #1974]
2840 1078.   [bug]           We failed to correct bad tv_usec values in one case.
2841                         [RT #1966]
2843 1076.   [bug]           A badly defined global key could trigger an assertion
2844                         on load/reload if views were used. [RT #1947]
2846 1075.   [bug]           Out-of-range network prefix lengths were not
2847                         reported. [RT #1954]
2849 1074.   [bug]           Running out of memory in dump_rdataset() could
2850                         cause an assertion failure. [RT #1946]
2852         --- 9.2.0rc8 released ---
2854 1068.   [bug]           errno could be overwritten by catgets(). [RT #1921]
2856 1066.   [bug]           Provide a thread safe wrapper for strerror().
2857                         [RT #1689]
2859 1064.   [bug]           Do not shut down active network interfaces if we
2860                         are unable to scan the interface list. [RT #1921]
2862 1063.   [bug]           libbind: "make install" was failing on IRIX.
2863                         [RT #1919]
2865 1062.   [bug]           If the control channel listener socket was shut
2866                         down before server exit, the listener object could
2867                         be freed twice. [RT #1916]
2869 1061.   [bug]           If periodic cache cleaning happened to start
2870                         while cleaning due to reaching the configured
2871                         maximum cache size was in progress, the server
2872                         could catch an assertion failure. [RT #1912]
2874 1057.   [bug]           Reloading the server after adding a "file" clause
2875                         to a zone statement could cause the server to
2876                         crash due to a typo in change 1016.
2878 1056.   [bug]           Rndc could catch an assertion failure on SIGINT due
2879                         to an uninitialized variable. [RT #1908]
2881         --- 9.2.0rc7 released ---
2883 1054.   [bug]           On Win32, cfg_categories and cfg_modules need to be
2884                         exported from the libisccfg DLL.
2886 1053.   [bug]           Dig did not increase its timeout when receiving
2887                         AXFRs unless the +time option was used. [RT #1904]
2889 1052.   [bug]           Journals were not being created in binary mode
2890                         resulting in "journal format not recognized" error
2891                         under Win32. [RT #1889]
2893 1051.   [bug]           Do not ignore a network interface completely just
2894                         because it has a noncontiguous netmask.  Instead,
2895                         omit it from the localnets ACL and issue a warning.
2896                         [RT #1891]
2898 1050.   [bug]           Log messages reporting malformed IP addresses in
2899                         address lists such as that of the forwarders option
2900                         failed to include the correct error code, file
2901                         name, and line number. [RT #1890]
2903 1048.   [bug]           Servers built with -DISC_MEM_USE_INTERNAL_MALLOC=1
2904                         didn't work.
2906 1047.   [bug]           named was incorrectly refusing all requests signed
2907                         with a TSIG key derived from an unsigned TKEY
2908                         negotiation with a NOERROR response. [RT #1886]
2910 1046.   [bug]           The help message for the --with-openssl configure
2911                         option was inaccurate. [RT #1880]
2913 1045.   [bug]           It was possible to skip saving glue for a nameserver
2914                         for a stub zone.
2916 1044.   [bug]           Specifying allow-transfer, notify-source, or
2917                         notify-source-v6 in a stub zone was not treated
2918                         as an error.
2920 1043.   [bug]           Specifying a transfer-source or transfer-source-v6
2921                         option in the zone statement for a master zone was
2922                         not treated as an error. [RT #1876]
2924 1042.   [bug]           The "config" logging category did not work properly.
2925                         [RT #1873]
2927 1041.   [bug]           Dig/host/nslookup could catch an assertion failure
2928                         on SIGINT due to an uninitialized variable. [RT #1867]
2930 1040.   [bug]           Multiple listen-on-v6 options with different ports
2931                         were not accepted. [RT #1875]
2933 1039.   [bug]           Negative responses with CNAMEs in the answer section
2934                         were cached incorrectly. [RT #1862]
2936 1038.   [bug]           In servers configured with a tkey-domain option,
2937                         TKEY queries with an owner name other than the root
2938                         could cause an assertion failure. [RT #1866, #1869]
2940 1033.   [bug]           Always respond to requests with an unsupported opcode
2941                         with NOTIMP, even if we don't have a matching view
2942                         or cannot determine the class.
2944         --- 9.2.0rc6 released ---
2946 1031.   [bug]           libbind.a: isc__gettimeofday() infinite recursion.
2947                         [RT #1858]
2949 1030.   [bug]           On systems with no resolv.conf file, nsupdate
2950                         exited with an error rather than defaulting
2951                         to using the loopback address. [RT #1836]
2953 1029.   [bug]           Some named.conf errors did not cause the loading
2954                         of the configuration file to return a failure
2955                         status even though they were logged. [RT #1847]
2957 1028.   [bug]           On Win32, dig/host/nslookup looked for resolv.conf
2958                         in the wrong directory. [RT #1833]
2960 1027.   [bug]           RRs having the reserved type 0 should be rejected.
2961                         [RT #1471]
2963 1026.   [port]          Recognize OpenUNIX 8 in config.guess. [RT #1830]
2965 1022.   [bug]           Don't report empty root hints as "extra data".
2966                         [RT #1802]
2968         --- 9.2.0rc5 released ---
2970 1021.   [bug]           On Win32, log message timestamps were one month
2971                         later than they should have been, and the server
2972                         would exhibit unspecified behavior in December.
2974 1020.   [bug]           IXFR log messages did not distinguish between
2975                         true IXFRs, AXFR-style IXFRs, and mere version
2976                         polls. [RT #1811]
2978 1019.   [bug]           The value of the lame-ttl option was limited to 18000
2979                         seconds, not 1800 seconds as documented. [RT #1803]
2981 1018.   [bug]           The default log channel was not always initialized
2982                         correctly. [RT #1813]
2984 1017.   [bug]           When specifying TSIG keys to dig and nsupdate using
2985                         the -k option, they must be HMAC-MD5 keys. [RT #1810]
2987 1016.   [bug]           Slave zones with no backup file were re-transferred
2988                         on every server reload.
2990 1015.   [bug]           Log channels that had a "versions" option but no
2991                         "size" option failed to create numbered log
2992                         files. [RT #1783]
2994         --- 9.2.0rc4 released ---
2996 1013.   [bug]           It was possible to cancel a query twice when marking
2997                         a server as bogus or by having a blackhole acl.
2998                         [RT #1776]
3000 1010.   [bug]           The server could attempt to execute a command channel
3001                         command after initiating server shutdown, causing
3002                         an assertion failure. [RT #1766]
3004 1006.   [bug]           If a KEY RR was found missing during DNSSEC validation,
3005                         an assertion failure could subsequently be triggered
3006                         in the resolver. [RT #1763]
3008 1005.   [bug]           Don't copy nonzero RCODEs from request to response.
3009                         [RT #1765]
3011 1004.   [port]          Deal with recvfrom() returning EHOSTDOWN. [RT #1770]
3013 1002.   [bug]           When reporting an unknown class name in named.conf,
3014                         including the file name and line number. [RT #1759]
3016 1001.   [bug]           win32 socket code doio_recv was not catching a
3017                         WSACONNRESET error when a client was timing out
3018                         the request and closing its socket. [RT #1745]
3020 1000.   [bug]           BIND 8 compatibility: accept "HESIOD" as an alias
3021                         for class "HS". [RT #1759]
3023         --- 9.2.0rc3 released ---
3025  990.   [bug]           The rndc-confgen man page was not installed.
3027  989.   [bug]           Report filename if $INCLUDE fails for file related
3028                         errors. [RT #1736]
3030  987.   [bug]           "dig -help" didn't show "+[no]stats".
3032  986.   [bug]           "dig +noall" failed to clear stats and command
3033                         printing.
3035  984.   [bug]           Multi-threading should be enabled by default on
3036                         Solaris 2.7 and newer, but it wasn't.
3038         --- 9.2.0rc2 released ---
3040  980.   [bug]           Incoming zone transfers restarting after an error
3041                         could trigger an assertion failure. [RT #1692]
3043  978.   [bug]           dns_db_attachversion() had an invalid REQUIRE()
3044                         condition.
3046  977.   [bug]           Improve "not at top of zone" error message.
3048  975.   [bug]           "max-cache-size default;" as a view option
3049                         caused an assertion failure.
3051  974.   [bug]           "max-cache-size unlimited;" as a global option
3052                         was not accepted.
3054  973.   [bug]           Failed to log the question name when logging:
3055                         "bad zone transfer request: non-authoritative zone
3056                         (NOTAUTH)".
3058  972.   [bug]           The file modification time code in zone.c was using the
3059                         wrong epoch. [RT #1667]
3061  968.   [bug]           On win32, the isc_time_now() function was unnecessarily
3062                         calling strtime(). [RT #1671]
3064  967.   [bug]           On win32, the link for bindevt was not including the
3065                         required resource file to enable the event viewer
3066                         to interpret the error messages in the event log,
3067                         [RT #1668]
3069  966.   [placeholder]
3071  965.   [bug]           Including data other than root server NS and A
3072                         records in the root hint file could cause a rbtdb
3073                         node reference leak. [RT #1581, #1618]
3075  964.   [func]          Warn if data other than root server NS and A records
3076                         are found in the root hint file. [RT #1581, #1618]
3078  963.   [bug]           Bad ISC_LANG_ENDDECLS. [RT #1645]
3080  962.   [bug]           libbind: bad "#undef", don't attempt to install
3081                         non-existant nlist.h. [RT #1640]
3083  961.   [bug]           Tried to use a IPV6 feature when ISC_PLATFORM_HAVEIPV6
3084                         was not defined. [RT #1482]
3086  960.   [port]          liblwres failed to build on systems with support for
3087                         getrrsetbyname() in the OS. [RT #1592]
3089  959.   [port]          On FreeBSD, determine the number of CPUs by calling
3090                         sysctlbyname(). [RT #1584]
3092  958.   [port]          ssize_t is not available on all platforms. [RT #1607]
3094  957.   [bug]           sys/select.h inclusion was broken on older platforms.
3095                         [RT #1607]
3097  956.   [bug]           ns_g_autorndcfile changed to ns_g_keyfile
3098                         in named/win32/os.c due to code changes in
3099                         change #953. win32 .make file for rndc-confgen
3100                         updated to add include path for os.h header.
3102         --- 9.2.0rc1 released ---
3104  955.   [bug]           When using views, the zone's class was not being
3105                         inherited from the view's class. [RT #1583]
3107  954.   [bug]           When requesting AXFRs or IXFRs using dig, host, or
3108                         nslookup, the RD bit should not be set as zone
3109                         transfers are inherently nonrecursive. [RT #1575]
3111  953.   [func]          The /var/run/named.key file from change #843
3112                         has been replaced by /etc/rndc.key.  Both
3113                         named and rndc will look for this file and use
3114                         it to configure a default control channel key
3115                         if not already configured using a different
3116                         method (rndc.conf / controls).  Unlike
3117                         named.key, rndc.key is not created automatically;
3118                         it must be created by manually running
3119                         "rndc-confgen -a".
3121  952.   [bug]           The server required manual intervention to serve the
3122                         affected zones if it died between creating a journal
3123                         and committing the first change to it.
3125  951.   [bug]           CFLAGS was not passed to the linker when
3126                         linking some of the test programs under
3127                         bin/tests. [RT #1555].
3129  950.   [bug]           Explicit TTLs did not properly override $TTL
3130                         due to a bug in change 834. [RT #1558]
3132  949.   [bug]           host was unable to print records larger than 512
3133                         bytes. [RT #1557]
3135         --- 9.2.0b2 released ---
3137  948.   [port]          Integrated support for building on Windows NT /
3138                         Windows 2000.
3140  947.   [bug]           dns_rdata_soa_t had a badly named element "mname" which
3141                         was really the RNAME field from RFC1035.  To avoid
3142                         confusion and silent errors that would occur it the
3143                         "origin" and "mname" elements were given their correct
3144                         names "mname" and "rname" respectively, the "mname"
3145                         element is renamed to "contact".
3147  946.   [cleanup]       doc/misc/options is now machine-generated from the
3148                         configuration parser syntax tables, and therefore
3149                         more likely to be correct.
3151  945.   [func]          Add the new view-specific options
3152                         "match-destinations" and "match-recursive-only".
3154  944.   [func]          Check for expired signatures on load.
3156  943.   [bug]           The server could crash when receiving a command
3157                         via rndc if the configuration file listed only
3158                         nonexistent keys in the controls statement. [RT #1530]
3160  942.   [port]          libbind: GETNETBYADDR_ADDR_T was not correctly
3161                         defined on some platforms.
3163  941.   [bug]           The configuration checker crashed if a slave
3164                         zone didn't contain a masters statement. [RT #1514]
3166  940.   [bug]           Double zone locking failure on error path. [RT #1510]
3168         --- 9.2.0b1 released ---
3170  939.   [port]          Add the --disable-linux-caps option to configure for
3171                         systems that manage capabilities outside of named.
3172                         [RT #1503]
3174  938.   [placeholder]
3176  937.   [bug]           A race when shutting down a zone could trigger a
3177                         INSIST() failure. [RT #1034]
3179  936.   [func]          Warn about IPv4 addresses that are not complete
3180                         dotted quads. [RT #1084]
3182  935.   [bug]           inet_pton failed to reject leading zeros.
3184  934.   [port]          Deal with systems where accept() spuriously returns
3185                         ECONNRESET.
3187  933.   [bug]           configure failed doing libbind on platforms not
3188                         supported by BIND 8. [RT #1496]
3190         --- 9.2.0a3 released ---
3192  932.   [bug]           Use INSTALL_SCRIPT, not INSTALL_PROGRAM,
3193                         when installing isc-config.sh.
3194                         [RT #198, #1466]
3196  931.   [bug]           The controls statement only attempted to verify
3197                         messages using the first key in the key list.
3198                         (9.2.0a1/a2 only).
3200  930.   [func]          Query performance testing tool added as
3201                         contrib/queryperf.
3203  929.   [placeholder]
3205  928.   [bug]           nsupdate would send empty update packets if the
3206                         send (or empty line) command was run after
3207                         another send but before any new updates or
3208                         prerequisites were specified.  It should simply
3209                         ignore this command.
3211  927.   [bug]           Don't hold the zone lock for the entire dump to disk.
3212                         [RT #1423]
3214  926.   [bug]           The resolver could deadlock with the ADB when
3215                         shutting down (multi-threaded builds only).
3216                         [RT #1324]
3218  925.   [cleanup]       Remove openssl from the distribution; require that
3219                         --with-openssl be specified if DNSSEC is needed.
3221  924.   [port]          Extend support for pre-RFC2133 IPv6 implementation.
3222                         [RT #987]
3224  923.   [bug]           Multiline TSIG secrets (and other multiline strings)
3225                         were not accepted in named.conf. [RT #1469]
3227  922.   [func]          Added two new lwres_getrrsetbyname() result codes,
3228                         ERR_NONAME and ERR_NODATA.
3230  921.   [bug]           lwres returned an incorrect error code if it received
3231                         a truncated message.
3233  920.   [func]          Increase the lwres receive buffer size to 16K.
3234                         [RT #1451]
3236  919.   [placeholder]
3238  918.   [func]          In nsupdate, TSIG errors are no longer treated as
3239                         fatal errors.
3241  917.   [func]          New nsupdate command 'key', allowing TSIG keys to
3242                         be specified in the nsupdate command stream rather
3243                         than the command line.
3245  916.   [bug]           Specifying type ixfr to dig without specifying
3246                         a serial number failed in unexpected ways.
3248  915.   [func]          The named-checkconf and named-checkzone programs
3249                         now have a '-v' option for printing their version.
3250                         [RT #1151]
3252  914.   [bug]           Global 'server' statements were rejected when
3253                         using views, even though they were accepted
3254                         in 9.1. [RT #1368]
3256  913.   [bug]           Cache cleaning was not sufficiently aggressive.
3257                         [RT #1441, #1444]
3259  912.   [bug]           Attempts to set the 'additional-from-cache' or
3260                         'additional-from-auth' option to 'no' in a
3261                         server with recursion enabled will now
3262                         be ignored and cause a warning message.
3263                         [RT #1145]
3265  911.   [placeholder]
3267  910.   [port]          Some pre-RFC2133 IPv6 implementations do not define
3268                         IN6ADDR_ANY_INIT. [RT #1416]
3270  908.   [func]          New program, rndc-confgen, to simplify setting up rndc.
3272  907.   [func]          The ability to get entropy from either the
3273                         random device, a user-provided file or from
3274                         the keyboard was migrated from the DNSSEC tools
3275                         to libisc as isc_entropy_usebestsource().
3277  906.   [port]          Separated the system independent portion of
3278                         lib/isc/unix/entropy.c into lib/isc/entropy.c
3279                         and added lib/isc/win32/entropy.c.
3281  905.   [bug]           Configuring a forward "zone" for the root domain
3282                         did not work. [RT #1418]
3284  904.   [bug]           The server would leak memory if attempting to use
3285                         an expired TSIG key. [RT #1406]
3287  903.   [bug]           dig should not crash when receiving a TCP packet
3288                         of length 0.
3290  902.   [bug]           The -d option was ignored if both -t and -g were also
3291                         specified.
3293  901.   [placeholder]
3295  900.   [bug]           A config.guess update changed the system identification
3296                         string of FreeBSD systems; configure and
3297                         bin/tests/system/ifconfig.sh now recognize the new
3298                         string.
3300         --- 9.2.0a2 released ---
3302  899.   [bug]           lib/dns/soa.c failed to compile on many platforms
3303                         due to inappropriate use of a void value.
3304                         [RT #1372, #1373, #1386, #1387, #1395]
3306  898.   [bug]           "dig" failed to set a nonzero exit status
3307                         on UDP query timeout. [RT #1323]
3309  897.   [bug]           A config.guess update changed the system identification
3310                         string of UnixWare systems; configure now recognizes
3311                         the new string.
3313  896.   [bug]           If a configuration file is set on named's command line
3314                         and it has a relative pathname, the current directory
3315                         (after any possible jailing resulting from named -t)
3316                         will be prepended to it so that reloading works
3317                         properly even when a directory option is present.
3319  895.   [func]          New function, isc_dir_current(), akin to POSIX's
3320                         getcwd().
3322  894.   [bug]           When using the DNSSEC tools, a message intended to warn
3323                         when the keyboard was being used because of the lack
3324                         of a suitable random device was not being printed.
3326  893.   [func]          Removed isc_file_test() and added isc_file_exists()
3327                         for the basic functionality that was being added
3328                         with isc_file_test().
3330  892.   [placeholder]
3332  891.   [bug]           Return an error when a SIG(0) signed response to
3333                         an unsigned query is seen.  This should actually
3334                         do the verification, but it's not currently
3335                         possible. [RT #1391]
3337  890.   [cleanup]       The man pages no longer require the mandoc macros
3338                         and should now format cleanly using most versions of
3339                         nroff, and HTML versions of the man pages have been
3340                         added.  Both are generated from DocBook source.
3342  889.   [port]          Eliminated blank lines before .TH in nroff man
3343                         pages since they cause problems with some versions
3344                         of nroff. [RT #1390]
3346  888.   [bug]           Don't die when using TKEY to delete a nonexistent
3347                         TSIG key. [RT #1392]
3349  887.   [port]          Detect broken compilers that can't call static
3350                         functions from inline functions. [RT #1212]
3352  866.   [func]          Close debug only file channels when debug is set to
3353                         zero. [RT #1246]
3355  865.   [bug]           The new configuration parser did not allow
3356                         the optional debug level in a "severity debug"
3357                         clause of a logging channel to be omitted.
3358                         This is now allowed and treated as "severity
3359                         debug 1;" like it does in BIND 8.2.4, not as
3360                         "severity debug 0;" like it did in BIND 9.1.
3361                         [RT #1367]
3363  864.   [cleanup]       Multi-threading is now enabled by default on
3364                         OSF1, Solaris 2.7 and newer, AIX, IRIX, and HP-UX.
3366  863.   [bug]           If an error occurred while an outgoing zone transfer
3367                         was starting up, the server could access a domain
3368                         name that had already been freed when logging a
3369                         message saying that the transfer was starting.
3370                         [RT #1383]
3372  862.   [bug]           Use after realloc(), non portable pointer arithmetic in
3373                         grmerge().
3375  861.   [port]          Add support for Mac OS X, by making it equivalent
3376                         to Darwin.  This was derived from the config.guess
3377                         file shipped with Mac OS X. [RT #1355]
3379  860.   [func]          Drop cross class glue in zone transfers.
3381  859.   [bug]           Cache cleaning now won't swamp the CPU if there
3382                         is a persistent overlimit condition.
3384  858.   [func]          isc_mem_setwater() no longer requires that when the
3385                         callback function is non-NULL then its hi_water
3386                         argument must be greater than its lo_water argument
3387                         (they can now be equal) or that they be non-zero.
3389  857.   [cleanup]       Use ISC_MAGIC() to define all magic numbers for
3390                         structs, for our friends in EBCDIC-land.
3392  856.   [func]          Allow partial rdatasets to be returned in answer and
3393                         authority sections to help non-TCP capable clients
3394                         recover from truncation. [RT #1301]
3396  855.   [bug]           Stop spurious "using RFC 1035 TTL semantics" warnings.
3398  854.   [bug]           The config parser didn't properly handle config
3399                         options that were specified in units of time other
3400                         than seconds. [RT #1372]
3402  853.   [bug]           configure_view_acl() failed to detach existing acls.
3403                         [RT #1374]
3405  852.   [bug]           Handle responses from servers which do not know
3406                         about IXFR.
3408  851.   [cleanup]       The obsolete support-ixfr option was not properly
3409                         ignored.
3411         --- 9.2.0a1 released ---
3413  850.   [bug]           dns_rbt_findnode() would not find nodes that were
3414                         split on a bitstring label somewhere other than in
3415                         the last label of the node. [RT #1351]
3417  849.   [func]          <isc/net.h> will ensure INADDR_LOOPBACK is defined.
3419  848.   [func]          A minimum max-cache-size of two megabytes is enforced
3420                         by the cache cleaner.
3422  847.   [func]          Added isc_file_test(), which currently only has
3423                         some very basic functionality to test for the
3424                         existence of a file, whether a pathname is absolute,
3425                         or whether a pathname is the fundamental representation
3426                         of the current directory.  It is intended that this
3427                         function can be expanded to test other things a
3428                         programmer might want to know about a file.
3430  846.   [func]          A non-zero 'param' to dst_key_generate() when making an
3431                         hmac-md5 key means that good entropy is not required.
3433  845.   [bug]           The access rights on the public file of a symmetric
3434                         key are now restricted as soon as the file is opened,
3435                         rather than after it has been written and closed.
3437  844.   [func]          <isc/net.h> will ensure INADDR_LOOPBACK is defined,
3438                         just as <lwres/net.h> does.
3440  843.   [func]          If no controls statement is present in named.conf,
3441                         or if any inet phrase of a controls statement is
3442                         lacking a keys clause, then a key will be automatically
3443                         generated by named and an rndc.conf-style file
3444                         named named.key will be written that uses it.  rndc
3445                         will use this file only if its normal configuration
3446                         file, or one provided on the command line, does not
3447                         exist.
3449  842.   [func]          'rndc flush' now takes an optional view.
3451  841.   [bug]           When sdb modules were not declared threadsafe, their
3452                         create and destroy functions were not serialized.
3454  840.   [bug]           The config file parser could print the wrong file
3455                         name if an error was detected after an included file
3456                         was parsed. [RT #1353]
3458  839.   [func]          Dump packets for which there was no view or that the
3459                         class could not be determined to category "unmatched".
3461  838.   [port]          UnixWare 7.x.x is now suported by
3462                         bin/tests/system/ifconfig.sh.
3464  837.   [cleanup]       Multi-threading is now enabled by default only on
3465                         OSF1, Solaris 2.7 and newer, and AIX.
3467  836.   [func]          Upgraded libtool to 1.4.
3469  835.   [bug]           The dispatcher could enter a busy loop if
3470                         it got an I/O error receiving on a UDP socket.
3471                         [RT #1293]
3473  834.   [func]          Accept (but warn about) master files beginning with
3474                         an SOA record without an explicit TTL field and
3475                         lacking a $TTL directive, by using the SOA MINTTL
3476                         as a default TTL.  This is for backwards compatibility
3477                         with old versions of BIND 8, which accepted such
3478                         files without warning although they are illegal
3479                         according to RFC1035.
3481  833.   [cleanup]       Moved dns_soa_*() from <dns/journal.h> to
3482                         <dns/soa.h>, and extended them to support
3483                         all the integer-valued fields of the SOA RR.
3485  832.   [bug]           The default location for named.conf in named-checkconf
3486                         should depend on --sysconfdir like it does in named.
3487                         [RT #1258]
3489  831.   [placeholder]
3491  830.   [func]          Implement 'rndc status'.
3493  829.   [bug]           The DNS_R_ZONECUT result code should only be returned
3494                         when an ANY query is made with DNS_DBFIND_GLUEOK set.
3495                         In all other ANY query cases, returning the delegation
3496                         is better.
3498  828.   [bug]           The errno value from recvfrom() could be overwritten
3499                         by logging code. [RT #1293]
3501  827.   [bug]           When an IXFR protocol error occurs, the slave
3502                         should retry with AXFR.
3504  826.   [bug]           Some IXFR protocol errors were not detected.
3506  825.   [bug]           zone.c:ns_query() detached from the wrong zone
3507                         reference. [RT #1264]
3509  824.   [bug]           Correct line numbers reported by dns_master_load().
3510                         [RT #1263]
3512  823.   [func]          The output of "dig -h" now goes to stdout so that it
3513                         can easily be piped through "more". [RT #1254]
3515  822.   [bug]           Sending nxrrset prerequisites would crash nsupdate.
3516                         [RT #1248]
3518  821.   [bug]           The program name used when logging to syslog should
3519                         be stripped of leading path components.
3520                         [RT #1178, #1232]
3522  820.   [bug]           Name server address lookups failed to follow
3523                         A6 chains into the glue of local authoritative
3524                         zones.
3526  819.   [bug]           In certain cases, the resolver's attempts to
3527                         restart an address lookup at the root could cause
3528                         the fetch to deadlock (with itself) instead of
3529                         restarting. [RT #1225]
3531  818.   [bug]           Certain pathological responses to ANY queries could
3532                         cause an assertion failure. [RT #1218]
3534  817.   [func]          Adjust timeouts for dialup zone queries.
3536  816.   [bug]           Report potential problems with log file accessibility
3537                         at configuration time, since such problems can't
3538                         reliably be reported at the time they actually occur.
3540  815.   [bug]           If a log file was specified with a path separator
3541                         character (i.e. "/") in its name and the directory
3542                         did not exist, the log file's name was treated as
3543                         though it were the directory name. [RT #1189]
3545  814.   [bug]           Socket objects left over from accept() failures
3546                         were incorrectly destroyed, causing corruption
3547                         of socket manager data structures.
3549  813.   [bug]           File descriptors exceeding FD_SETSIZE were handled
3550                         badly. [RT #1192]
3552  812.   [bug]           dig sometimes printed incomplete IXFR responses
3553                         due to an uninitialized variable. [RT #1188]
3555  811.   [bug]           Parentheses were not quoted in zone dumps. [RT #1194]
3557  810.   [bug]           The signer name in SIG records was not properly
3558                         downcased when signing/verifying records. [RT #1186]
3560  809.   [bug]           Configuring a non-local address as a transfer-source
3561                         could cause an assertion failure during load.
3563  808.   [func]          Add 'rndc flush' to flush the server's cache.
3565  807.   [bug]           When setting up TCP connections for incoming zone
3566                         transfers, the transfer-source port was not
3567                         ignored like it should be.
3569  806.   [bug]           DNS_R_SEENINCLUDE was failing to propagate back up
3570                         the calling stack to the zone maintence level, causing
3571                         zones to not reload when an included file was touched
3572                         but the top-level zone file was not.
3574  805.   [bug]           When using "forward only", missing root hints should
3575                         not cause queries to fail. [RT #1143]
3577  804.   [bug]           Attempting to obtain entropy could fail in some
3578                         situations.  This would be most common on systems
3579                         with user-space threads. [RT #1131]
3581  803.   [bug]           Treat all SIG queries as if they have the CD bit set,
3582                         otherwise no data will be returned [RT #749]
3584  802.   [bug]           DNSSEC key tags were computed incorrectly in almost
3585                         all cases. [RT #1146]
3587  801.   [bug]           nsupdate should treat lines beginning with ';' as
3588                         comments. [RT #1139]
3590  800.   [bug]           dnssec-signzone produced incorrect statistics for
3591                         large zones. [RT #1133]
3593  799.   [bug]           The ADB didn't find AAAA glue in a zone unless A6
3594                         glue was also present.
3596  798.   [bug]           nsupdate should be able to reject bad input lines
3597                         and continue. [RT #1130]
3599  797.   [func]          Issue a warning if the 'directory' option contains
3600                         a relative path. [RT #269]
3602  796.   [func]          When a size limit is associated with a log file,
3603                         only roll it when the size is reached, not every
3604                         time the log file is opened. [RT #1096]
3606  795.   [func]          Add the +multiline option to dig. [RT #1095]
3608  794.   [func]          Implement the "port" and "default-port" statements
3609                         in rndc.conf.
3611  793.   [cleanup]       The DNSSEC tools could create filenames that were
3612                         illegal or contained shell metacharacters.  They
3613                         now use a different text encoding of names that
3614                         doesn't have these problems. [RT #1101]
3616  792.   [cleanup]       Replace the OMAPI command channel protocol with a
3617                         simpler one.
3619  791.   [bug]           The command channel now works over IPv6.
3621  790.   [bug]           Wildcards created using dynamic update or IXFR
3622                         could fail to match. [RT #1111]
3624  789.   [bug]           The "localhost" and "localnets" ACLs did not match
3625                         when used as the second element of a two-element
3626                         sortlist item.
3628  788.   [func]          Add the "match-mapped-addresses" option, which
3629                         causes IPv6 v4mapped addresses to be treated as
3630                         IPv4 addresses for the purpose of acl matching.
3632  787.   [bug]           The DNSSEC tools failed to downcase domain
3633                         names when mapping them into file names.
3635  786.   [bug]           When DNSSEC signing/verifying data, owner names were
3636                         not properly downcased.
3638  785.   [bug]           A race condition in the resolver could cause
3639                         an assertion failure. [RT #673, #872, #1048]
3641  784.   [bug]           nsupdate and other programs would not quit properly
3642                         if some signals were blocked by the caller. [RT #1081]
3644  783.   [bug]           Following CNAMEs could cause an assertion failure
3645                         when either using an sdb database or under very
3646                         rare conditions.
3648  782.   [func]          Implement the "serial-query-rate" option.
3650  781.   [func]          Avoid error packet loops by dropping duplicate FORMERR
3651                         responses. [RT #1006]
3653  780.   [bug]           Error handling code dealing with out of memory or
3654                         other rare errors could lead to assertion failures
3655                         by calling functions on unitialized names. [RT #1065]
3657  779.   [func]          Added the "minimal-responses" option.
3659  778.   [bug]           When starting cache cleaning, cleaning_timer_action()
3660                         returned without first pausing the iterator, which
3661                         could cause deadlock. [RT #998]
3663  777.   [bug]           An empty forwarders list in a zone failed to override
3664                         global forwarders. [RT #995]
3666  776.   [func]          Improved error reporting in denied messages. [RT #252]
3668  775.   [placeholder]
3670  774.   [func]          max-cache-size is implemented.
3672  773.   [func]          Added isc_rwlock_trylock() to attempt to lock without
3673                         blocking.
3675  772.   [bug]           Owner names could be incorrectly omitted from cache
3676                         dumps in the presence of negative caching entries.
3677                         [RT #991]
3679  771.   [cleanup]       TSIG errors related to unsynchronized clocks
3680                         are logged better. [RT #919]
3682  770.   [func]          Add the "edns yes_or_no" statement to the server
3683                         clause. [RT #524]
3685  769.   [func]          Improved error reporting when parsing rdata. [RT #740]
3687  768.   [bug]           The server did not emit an SOA when a CNAME
3688                         or DNAME chain ended in NXDOMAIN in an
3689                         authoritative zone.
3691  767.   [placeholder]
3693  766.   [bug]           A few cases in query_find() could leak fname.
3694                         This would trigger the mpctx->allocated == 0
3695                         assertion when the server exited.
3696                         [RT #739, #776, #798, #812, #818, #821, #845,
3697                         #892, #935, #966]
3699  765.   [func]          ACL names are once again case insensitive, like
3700                         in BIND 8. [RT #252]
3702  764.   [func]          Configuration files now allow "include" directives
3703                         in more places, such as inside the "view" statement.
3704                         [RT #377, #728, #860]
3706  763.   [func]          Configuration files no longer have reserved words.
3707                         [RT #731, #753]
3709  762.   [cleanup]       The named.conf and rndc.conf file parsers have
3710                         been completely rewritten.
3712  761.   [bug]           _REENTRANT was still defined when building with
3713                         --disable-threads.
3715  760.   [contrib]       Significant enhancements to the pgsql sdb driver.
3717  759.   [bug]           The resolver didn't turn off "avoid fetches" mode
3718                         when restarting, possibly causing resolution
3719                         to fail when it should not.  This bug only affected
3720                         platforms which support both IPv4 and IPv6. [RT #927]
3722  758.   [bug]           The "avoid fetches" code did not treat negative
3723                         cache entries correctly, causing fetches that would
3724                         be useful to be avoided.  This bug only affected
3725                         platforms which support both IPv4 and IPv6. [RT #927]
3727  757.   [func]          Log zone transfers.
3729  756.   [bug]           dns_zone_load() could "return" success when no master
3730                         file was configured.
3732  755.   [bug]           Fix incorrectly formatted log messages in zone.c.
3734  754.   [bug]           Certain failure conditions sending UDP packets
3735                         could cause the server to retry the transmission
3736                         indefinitely. [RT #902]
3738  753.   [bug]           dig, host, and nslookup would fail to contact a
3739                         remote server if getaddrinfo() returned an IPv6
3740                         address on a system that doesn't support IPv6.
3741                         [RT #917]
3743  752.   [func]          Correct bad tv_usec elements returned by
3744                         gettimeofday().
3746  751.   [func]          Log successful zone loads / transfers.  [RT #898]
3748  750.   [bug]           A query should not match a DNAME whose trust level
3749                         is pending. [RT #916]
3751  749.   [bug]           When a query matched a DNAME in a secure zone, the
3752                         server did not return the signature of the DNAME.
3753                         [RT #915]
3755  748.   [doc]           List supported RFCs in doc/misc/rfc-compliance.
3756                         [RT #781]
3758  747.   [bug]           The code to determine whether an IXFR was possible
3759                         did not properly check for a database that could
3760                         not have a journal. [RT #865, #908]
3762  746.   [bug]           The sdb didn't clone rdatasets properly, causing
3763                         a crash when the server followed delegations. [RT #905]
3765  745.   [func]          Report the owner name of records that fail
3766                         semantic checks while loading.
3768  744.   [bug]           When returning DNS_R_CNAME or DNS_R_DNAME as the
3769                         result of an ANY or SIG query, the resolver failed
3770                         to setup the return event's rdatasets, causing an
3771                         assertion failure in the query code. [RT #881]
3773  743.   [bug]           Receiving a large number of certain malformed
3774                         answers could cause named to stop responding.
3775                         [RT #861]
3777  742.   [placeholder]
3779  741.   [port]          Support openssl-engine. [RT #709]
3781  740.   [port]          Handle openssl library mismatches slightly better.
3783  739.   [port]          Look for /dev/random in configure, rather than
3784                         assuming it will be there for only a predefined
3785                         set of OSes.
3787  738.   [bug]           If a non-threadsafe sdb driver supported AXFR and
3788                         received an AXFR request, it would deadlock or die
3789                         with an assertion failure. [RT #852]
3791  737.   [port]          stdtime.c failed to compile on certain platforms.
3793  736.   [func]          New functions isc_task_{begin,end}exclusive().
3795  735.   [doc]           Add BIND 4 migration notes.
3797  734.   [bug]           An attempt to re-lock the zone lock could occur if
3798                         the server was shutdown during a zone tranfer.
3799                         [RT #830]
3801  733.   [bug]           Reference counts of dns_acl_t objects need to be
3802                         locked but were not. [RT #801, #821]
3804  732.   [bug]           Glue with 0 TTL could also cause SERVFAIL. [RT #828]
3806  731.   [bug]           Certain zone errors could cause named-checkzone to
3807                         fail ungracefully. [RT #819]
3809  730.   [bug]           lwres_getaddrinfo() returns the correct result when
3810                         it fails to contact a server. [RT #768]
3812  729.   [port]          pthread_setconcurrency() needs to be called on Solaris.
3814  728.   [bug]           Fix comment processing on master file directives.
3815                         [RT# 757]
3817  727.   [port]          Work around OS bug where accept() succeeds but
3818                         fails to fill in the peer address of the accepted
3819                         connection, by treating it as an error rather than
3820                         an assertion failure. [RT #809]
3822  726.   [func]          Implement the "trace" and "notrace" commands in rndc.
3824  725.   [bug]           Installing man pages could fail.
3826  724.   [func]          New libisc functions isc_netaddr_any(),
3827                         isc_netaddr_any6().
3829  723.   [bug]           Referrals whose NS RRs had a 0 TTL caused the resolver
3830                         to return DNS_R_SERVFAIL. [RT #783]
3832  722.   [func]          Allow incremental loads to be canceled.
3834  721.   [cleanup]       Load manager and dns_master_loadfilequota() are no
3835                         more.
3837  720.   [bug]           Server could enter infinite loop in
3838                         dispatch.c:do_cancel(). [RT #733]
3840  719.   [bug]           Rapid reloads could trigger an assertion failure.
3841                         [RT #743, #763]
3843  718.   [cleanup]       "internal" is no longer a reserved word in named.conf.
3844                         [RT #753, #731]
3846  717.   [bug]           Certain TKEY processing failure modes could
3847                         reference an uninitialized variable, causing the
3848                         server to crash. [RT #750]
3850  716.   [bug]           The first line of a $INCLUDE master file was lost if
3851                         an origin was specified. [RT #744]
3853  715.   [bug]           Resolving some A6 chains could cause an assertion
3854                         failure in adb.c. [RT #738]
3856  714.   [bug]           Preserve interval timers across reloads unless changed.
3857                         [RT# 729]
3859  713.   [func]          named-checkconf takes '-t directory' similar to named.
3860                         [RT #726]
3862  712.   [bug]           Sending a large signed update message caused an
3863                         assertion failure. [RT #718]
3865  711.   [bug]           The libisc and liblwres implementations of
3866                         inet_ntop contained an off by one error.
3868  710.   [func]          The forwarders statement now takes an optional
3869                         port. [RT #418]
3871  709.   [bug]           ANY or SIG queries for data with a TTL of 0
3872                         would return SERVFAIL. [RT #620]
3874  708.   [bug]           When building with --with-openssl, the openssl headers
3875                         included with BIND 9 should not be used. [RT #702]
3877  707.   [func]          The "filename" argument to named-checkzone is no
3878                         longer optional, to reduce confusion. [RT #612]
3880  706.   [bug]           Zones with an explicit "allow-update { none; };"
3881                         were considered dynamic and therefore not reloaded
3882                         on SIGHUP or "rndc reload".
3884  705.   [port]          Work out resource limit type for use where rlim_t is
3885                         not available. [RT #695]
3887  704.   [port]          RLIMIT_NOFILE is not available on all platforms.
3888                         [RT #695]
3890  703.   [port]          sys/select.h is needed on older platforms. [RT #695]
3892  702.   [func]          If the address 0.0.0.0 is seen in resolv.conf,
3893                         use 127.0.0.1 instead. [RT #693]
3895  701.   [func]          Root hints are now fully optional.  Class IN
3896                         views use compiled-in hints by default, as
3897                         before.  Non-IN views with no root hints now
3898                         provide authoritative service but not recursion.
3899                         A warning is logged if a view has neither root
3900                         hints nor authoritative data for the root. [RT #696]
3902  700.   [bug]           $GENERATE range check was wrong. [RT #688]
3904  699.   [bug]           The lexer mishandled empty quoted strings. [RT #694]
3906  698.   [bug]           Aborting nsupdate with ^C would lead to several
3907                         race conditions.
3909  697.   [bug]           nsupdate was not compatible with the undocumented
3910                         BIND 8 behavior of ignoring TTLs in "update delete"
3911                         commands. [RT #693]
3913  696.   [bug]           lwresd would die with an assertion failure when passed
3914                         a zero-length name. [RT #692]
3916  695.   [bug]           If the resolver attempted to query a blackholed or
3917                         bogus server, the resolution would fail immediately.
3919  694.   [bug]           $GENERATE did not produce the last entry.
3920                         [RT #682, #683]
3922  693.   [bug]           An empty lwres statement in named.conf caused
3923                         the server to crash while loading.
3925  692.   [bug]           Deal with systems that have getaddrinfo() but not
3926                         gai_strerror(). [RT #679]
3928  691.   [bug]           Configuring per-view forwarders caused an assertion
3929                         failure. [RT #675, #734]
3931  690.   [func]          $GENERATE now supports DNAME. [RT #654]
3933  689.   [doc]           man pages are now installed. [RT #210]
3935  688.   [func]          "make tags" now works on systems with the
3936                         "Exuberant Ctags" etags.
3938  687.   [bug]           Only say we have IPv6, with sufficent functionality,
3939                         if it has actually been tested. [RT #586]
3941  686.   [bug]           dig and nslookup can now be properly aborted during
3942                         blocking operations. [RT #568]
3944  685.   [bug]           nslookup should use the search list/domain options
3945                         from resolv.conf by default. [RT #405, #630]
3947  684.   [bug]           Memory leak with view forwarders. [RT #656]
3949  683.   [bug]           File descriptor leak in isc_lex_openfile().
3951  682.   [bug]           nslookup displayed SOA records incorrectly. [RT #665]
3953  681.   [bug]           $GENERATE specifying output format was broken. [RT #653]
3955  680.   [bug]           dns_rdata_fromstruct() mishandled options bigger
3956                         than 255 octets.
3958  679.   [bug]           $INCLUDE could leak memory and file descriptors on
3959                         reload. [RT #639]
3961  678.   [bug]           "transfer-format one-answer;" could trigger an assertion
3962                         failure. [RT #646]
3964  677.   [bug]           dnssec-signzone would occasionally use the wrong ttl
3965                         for database operations and fail. [RT #643]
3967  676.   [bug]           Log messages about lame servers to category
3968                         'lame-servers' rather than 'resolver', so as not
3969                         to be gratuitously incompatible with BIND 8.
3971  675.   [bug]           TKEY queries could cause the server to leak
3972                         memory.
3974  674.   [func]          Allow messages to be TSIG signed / verified using
3975                         a offset from the current time.
3977  673.   [func]          The server can now convert RFC1886-style recursive
3978                         lookup requests into RFC2874-style lookups, when
3979                         enabled using the new option "allow-v6-synthesis".
3981  672.   [bug]           The wrong time was in the "time signed" field when
3982                         replying with BADTIME error.
3984  671.   [bug]           The message code was failing to parse a message with
3985                         no question section and a TSIG record. [RT #628]
3987  670.   [bug]           The lwres replacements for getaddrinfo and
3988                         getipnodebyname didn't properly check for the
3989                         existence of the sockaddr sa_len field.
3991  669.   [bug]           dnssec-keygen now makes the public key file
3992                         non-world-readable for symmetric keys. [RT #403]
3994  668.   [func]          named-checkzone now reports multiple errors in master
3995                         files.
3997  667.   [bug]           On Linux, running named with the -u option and a
3998                         non-world-readable configuration file didn't work.
3999                         [RT #626]
4001  666.   [bug]           If a request sent by dig is longer than 512 bytes,
4002                         use TCP.
4004  665.   [bug]           Signed responses were not sent when the size of the
4005                         TSIG + question exceeded the maximum message size.
4006                         [RT #628]
4008  664.   [bug]           The t_tasks and t_timers module tests are now skipped
4009                         when building without threads, since they require
4010                         threads.
4012  663.   [func]          Accept a size_spec, not just an integer, in the
4013                         (unimplemented and ignored) max-ixfr-log-size option
4014                         for compatibility with recent versions of BIND 8.
4015                         [RT #613]
4017  662.   [bug]           dns_rdata_fromtext() failed to log certain errors.
4019  661.   [bug]           Certain UDP IXFR requests caused an assertion failure
4020                         (mpctx->allocated == 0). [RT #355, #394, #623]
4022  660.   [port]          Detect multiple CPUs on HP-UX and IRIX.
4024  659.   [performance]   Rewrite the name compression code to be much faster.
4026  658.   [cleanup]       Remove all vestiges of 16 bit global compression.
4028  657.   [bug]           When a listen-on statement in an lwres block does not
4029                         specify a port, use 921, not 53.  Also update the
4030                         listen-on documentation. [RT #616]
4032  656.   [func]          Treat an unescaped newline in a quoted string as
4033                         an error.  This means that TXT records with missing
4034                         close quotes should have meaningful errors printed.
4036  655.   [bug]           Improve error reporting on unexpected eof when loading
4037                         zones. [RT #611]
4039  654.   [bug]           Origin was being forgotten in TCP retries in dig.
4040                         [RT #574]
4042  653.   [bug]           +defname option in dig was reversed in sense.
4043                         [RT #549]
4045  652.   [bug]           zone_saveunique() did not report the new name.
4047  651.   [func]          The AD bit in responses now has the meaning
4048                         specified in <draft-ietf-dnsext-ad-is-secure>.
4050  650.   [bug]           SIG(0) records were being generated and verified
4051                         incorrectly. [RT #606]
4053  649.   [bug]           It was possible to join to an already running fctx
4054                         after it had "cloned" its events, but before it sent
4055                         them.  In this case, the event of the newly joined
4056                         fetch would not contain the answer, and would
4057                         trigger the INSIST() in fctx_sendevents().  In
4058                         BIND 9.0, this bug did not trigger an INSIST(), but
4059                         caused the fetch to fail with a SERVFAIL result.
4060                         [RT #588, #597, #605, #607]
4062  648.   [port]          Add support for pre-RFC2133 IPv6 implementations.
4064  647.   [bug]           Resolver queries sent after following multiple
4065                         referrals had excessively long retransmission
4066                         timeouts due to incorrectly counting the referrals
4067                         as "restarts".
4069  646.   [bug]           The UnixWare ISC_PLATFORM_FIXIN6INADDR fix in isc/net.h
4070                         didn't _cleanly_ fix the problem it was trying to fix.
4072  645.   [port]          BSD/OS 3.0 needs pthread_init(). [RT #603]
4074  644.   [bug]           #622 needed more work. [RT #562]
4076  643.   [bug]           xfrin error messages made more verbose, added class
4077                         of the zone. [RT# 599]
4079  642.   [bug]           Break the exit_check() race in the zone module.
4080                         [RT #598]
4082         --- 9.1.0b2 released ---
4084  641.   [bug]           $GENERATE caused a uninitialized link to be used.
4085                         [RT #595]
4087  640.   [bug]           Memory leak in error path could cause
4088                         "mpctx->allocated == 0" failure. [RT #584]
4090  639.   [bug]           Reading entropy from the keyboard would sometimes fail.
4091                         [RT #591]
4093  638.   [port]          lib/isc/random.c needed to explicitly include time.h
4094                         to get a prototype for time() when pthreads was not
4095                         being used. [RT #592]
4097  637.   [port]          Use isc_u?int64_t instead of (unsigned) long long in
4098                         lib/isc/print.c.  Also allow lib/isc/print.c to
4099                         be compiled even if the platform does not need it.
4100                         [RT #592]
4102  636.   [port]          Shut up MSVC++ about a possible loss of precision
4103                         in the ISC__BUFFER_PUTUINT*() macros. [RT #592]
4105  635.   [bug]           Reloading a server with a configured blackhole list
4106                         would cause an assertion. [RT #590]
4108  634.   [bug]           A log file will completely stop being written when
4109                         it reaches the maximum size in all cases, not just
4110                         when versioning is also enabled. [RT #570]
4112  633.   [port]          Cope with rlim_t missing on BSD/OS systems. [RT #575]
4114  632.   [bug]           The index array of the journal file was
4115                         corrupted as it was written to disk.
4117  631.   [port]          Build without thread support on systems without
4118                         pthreads.
4120  630.   [bug]           Locking failure in zone code. [RT #582]
4122  629.   [bug]           9.1.0b1 dereferenced a null pointer and crashed
4123                         when responding to a UDP IXFR request.
4125  628.   [bug]           If the root hints contained only AAAA addresses,
4126                         named would be unable to perform resolution.
4128  627.   [bug]           The EDNS0 blackhole detection code of change 324
4129                         waited for three retransmissions to each server,
4130                         which takes much too long when a domain has many
4131                         name servers and all of them drop EDNS0 queries.
4132                         Now we retry without EDNS0 after three consecutive
4133                         timeouts, even if they are all from different
4134                         servers. [RT #143]
4136  626.   [bug]           The lightweight resolver daemon no longer crashes
4137                         when asked for a SIG rrset. [RT #558]
4139  625.   [func]          Zones now inherit their class from the enclosing view.
4141  624.   [bug]           The zone object could get timer events after it had
4142                         been destroyed, causing a server crash. [RT #571]
4144  623.   [func]          Added "named-checkconf" and "named-checkzone" program
4145                         for syntax checking named.conf files and zone files,
4146                         respectively.
4148  622.   [bug]           A canceled request could be destroyed before
4149                         dns_request_destroy() was called. [RT #562]
4151  621.   [port]          Disable IPv6 at runtime if IPv6 sockets are unusable.
4152                         This mostly affects Red Hat Linux 7.0, which has
4153                         conflicts between libc and the kernel.
4155  620.   [bug]           dns_master_load*inc() now require 'task' and 'load'
4156                         to be non-null.  Also 'done' will not be called if
4157                         dns_master_load*inc() fails immediately. [RT #565]
4159  618.   [bug]           Queries to a signed zone could sometimes cause
4160                         an assertion failure.
4162  617.   [bug]           When using dynamic update to add a new RR to an
4163                         existing RRset with a different TTL, the journal
4164                         entries generated from the update did not include
4165                         explicit deletions and re-additions of the existing
4166                         RRs to update their TTL to the new value.
4168  616.   [func]          dnssec-signzone -t output now includes performance
4169                         statistics.
4171  615.   [bug]           dnssec-signzone did not like child keysets signed
4172                         by multiple keys.
4174  614.   [bug]           Checks for uninitialized link fields were prone
4175                         to false positives, causing assertion failures.
4176                         The checks are now disabled by default and may
4177                         be re-enabled by defining ISC_LIST_CHECKINIT.
4179  613.   [bug]           "rndc reload zone" now reloads primary zones.
4180                         It previously only updated slave and stub zones,
4181                         if an SOA query indicated an out of date serial.
4183  612.   [cleanup]       Shutup a ridiculously noisy HP-UX compiler that
4184                         complains relentlessly about how its treatment
4185                         of 'const' has changed as well as how casting
4186                         sometimes tightens alignment constraints.
4188  611.   [func]          allow-notify can be used to permit processing of
4189                         notify messages from hosts other than a slave's
4190                         masters.
4192  610.   [func]          rndc dumpdb is now supported.
4194  609.   [bug]           getrrsetbyname() would crash lwresd if the server
4195                         found more SIGs than answers. [RT #554]
4197  608.   [func]          dnssec-signzone now adds a comment to the zone
4198                         with the time the file was signed.
4200  607.   [bug]           nsupdate would fail if it encountered a CNAME or
4201                         DNAME in a response to an SOA query. [RT #515]
4203  606.   [bug]           Compiling with --disable-threads failed due
4204                         to isc_thread_self() being incorrectly defined
4205                         as an integer rather than a function.
4207  605.   [func]          New function isc_lex_getlasttokentext().
4209  604.   [bug]           The named.conf parser could print incorrect line
4210                         numbers when long comments were present.
4212  603.   [bug]           Make dig handle multiple types or classes on the same
4213                         query more correctly.
4215  602.   [func]          Cope automatically with UnixWare's broken
4216                         IN6_IS_ADDR_* macros. [RT #539]
4218  601.   [func]          Return a non-zero exit code if an update fails
4219                         in nsupdate.
4221  600.   [bug]           Reverse lookups sometimes failed in dig, etc...
4223  599.   [func]          Added four new functions to the libisc log API to
4224                         support i18n messages.  isc_log_iwrite(),
4225                         isc_log_ivwrite(), isc_log_iwrite1() and
4226                         isc_log_ivwrite1() were added.
4228  598.   [bug]           An update-policy statement would cause the server
4229                         to assert while loading. [RT #536]
4231  597.   [func]          dnssec-signzone is now multi-threaded.
4233  596.   [bug]           DNS_RDATASLAB_FORCE and DNS_RDATASLAB_EXACT are
4234                         not mutually exclusive.
4236  595.   [port]          On Linux 2.2, socket() returns EINVAL when it
4237                         should return EAFNOSUPPORT.  Work around this.
4238                         [RT #531]
4240  594.   [func]          sdb drivers are now assumed to not be thread-safe
4241                         unless the DNS_SDBFLAG_THREADSAFE flag is supplied.
4243  593.   [bug]           If a secure zone was missing all its NXTs and
4244                         a dynamic update was attempted, the server entered
4245                         an infinite loop.
4247  592.   [bug]           The sig-validity-interval option now specifies a
4248                         number of days, not seconds.  This matches the
4249                         documentation. [RT #529]
4251         --- 9.1.0b1 released ---
4253  591.   [bug]           Work around non-reentrancy in openssl by disabling
4254                         precomputation in keys.
4256  590.   [doc]           There are now man pages for the lwres library in
4257                         doc/man/lwres.
4259  589.   [bug]           The server could deadlock if a zone was updated
4260                         while being transferred out.
4262  588.   [bug]           ctx->in_use was not being correctly initialized when
4263                         when pushing a file for $INCLUDE. [RT #523]
4265  587.   [func]          A warning is now printed if the "allow-update"
4266                         option allows updates based on the source IP
4267                         address, to alert users to the fact that this
4268                         is insecure and becoming increasingly so as
4269                         servers capable of update forwarding are being
4270                         deployed.
4272  586.   [bug]           multiple views with the same name were fatal. [RT #516]
4274  585.   [func]          dns_db_addrdataset() and and dns_rdataslab_merge()
4275                         now support 'exact' additions in a similar manner to
4276                         dns_db_subtractrdataset() and dns_rdataslab_subtract().
4278  584.   [func]          You can now say 'notify explicit'; to suppress
4279                         notification of the servers listed in NS records
4280                         and notify only those servers listed in the
4281                         'also-notify' option.
4283  583.   [func]          "rndc querylog" will now toggle logging of
4284                         queries, like "ndc querylog" in BIND 8.
4286  582.   [bug]           dns_zone_idetach() failed to lock the zone.
4287                         [RT #199, #463]
4289  581.   [bug]           log severity was not being correctly processed.
4290                         [RT #485]
4292  580.   [func]          Ignore trailing garbage on incoming DNS packets,
4293                         for interoperability with broken server
4294                         implementations. [RT #491]
4296  579.   [bug]           nsupdate did not take a filename to read update from.
4297                         [RT #492]
4299  578.   [func]          New config option "notify-source", to specify the
4300                         source address for notify messages.
4302  577.   [func]          Log illegal RDATA combinations. e.g. multiple
4303                         singlton types, cname and other data.
4305  576.   [doc]           isc_log_create() description did not match reality.
4307  575.   [bug]           isc_log_create() was not setting internal state
4308                         correctly to reflect the default channels created.
4310  574.   [bug]           TSIG signed queries sent by the resolver would fail to
4311                         have their responses validated and would leak memory.
4313  573.   [bug]           The journal files of IXFRed slave zones were
4314                         inadvertantly discarded on server reload, causing
4315                         "journal out of sync with zone" errors on subsequent
4316                         reloads. [RT #482]
4318  572.   [bug]           Quoted strings were not accepted as key names in
4319                         address match lists.
4321  571.   [bug]           It was possible to create an rdataset of singleton
4322                         type which had more than one rdata. [RT #154]
4323                         [RT #279]
4325  570.   [bug]           rbtdb.c allowed zones containing nodes which had
4326                         both a CNAME and "other data". [RT #154]
4328  569.   [func]          The DNSSEC AD bit will not be set on queries which
4329                         have not requested a DNSSEC response.
4331  568.   [func]          Add sample simple database drivers in contrib/sdb.
4333  567.   [bug]           Setting the zone transfer timeout to zero caused an
4334                         assertion failure. [RT #302]
4336  566.   [func]          New public function dns_timer_setidle().
4338  565.   [func]          Log queries more like BIND 8: query logging is now
4339                         done to category "queries", level "info". [RT #169]
4341  564.   [func]          Add sortlist support to lwresd.
4343  563.   [func]          New public functions dns_rdatatype_format() and
4344                         dns_rdataclass_format(), for convenient formatting
4345                         of rdata type/class mnemonics in log messages.
4347  562.   [cleanup]       Moved lib/dns/*conf.c to bin/named where they belong.
4349  561.   [func]          The 'datasize', 'stacksize', 'coresize' and 'files'
4350                         clauses of the options{} statement are now implemented.
4352  560.   [bug]           dns_name_split did not properly the resulting prefix
4353                         when a maximal length bitstring label was split which
4354                         was preceded by another bitstring label. [RT #429]
4356  559.   [bug]           dns_name_split did not properly create the suffix
4357                         when splitting within a maximal length bitstring label.
4359  558.   [func]          New functions, isc_resource_getlimit and
4360                         isc_resource_setlimit.
4362  557.   [func]          Symbolic constants for libisc integral types.
4364  556.   [func]          The DNSSEC OK bit in the EDNS extended flags
4365                         is now implemented.  Responses to queries without
4366                         this bit set will not contain any DNSSEC records.
4368  555.   [bug]           A slave server attempting a zone transfer could
4369                         crash with an assertion failure on certain
4370                         malformed responses from the master. [RT #457]
4372  554.   [bug]           In some cases, not all of the dnssec tools were
4373                         properly installed.
4375  553.   [bug]           Incoming zone transfers deferred due to quota
4376                         were not started when quota was increased but
4377                         only when a transfer in progress finished. [RT #456]
4379  552.   [bug]           We were not correctly detecting the end of all c-style
4380                         comments. [RT #455]
4382  551.   [func]          Implemented the 'sortlist' option.
4384  550.   [func]          Support unknown rdata types and classes.
4386  549.   [bug]           "make" did not immediately abort the build when a
4387                         subdirectory make failed [RT #450].
4389  548.   [func]          The lexer now ungets tokens more correctly.
4391  546.   [func]          Option 'lame-ttl' is now implemented.
4393  545.   [func]          Name limit and counting options removed from dig;
4394                         they didn't work properly, and cannot be correctly
4395                         implemented without significant changes.
4397  544.   [func]          Add statistics option, enable statistics-file option,
4398                         add RNDC option "dump-statistics" to write out a
4399                         query statistics file.
4401  543.   [doc]           The 'port' option is now documented.
4403  542.   [func]          Add support for update forwarding as required for
4404                         full compliance with RFC2136.  It is turned off
4405                         by default and can be enabled using the
4406                         'allow-update-forwarding' option.
4408  541.   [func]          Add bogus server support.
4410  540.   [func]          Add dialup support.
4412  539.   [func]          Support the blackhole option.
4414  538.   [bug]           fix buffer overruns by 1 in lwres_getnameinfo().
4416  536.   [func]          Use transfer-source{-v6} when sending refresh queries.
4417                         Transfer-source{-v6} now take a optional port
4418                         parameter for setting the UDP source port.  The port
4419                         parameter is ignored for TCP.
4421  535.   [func]          Use transfer-source{-v6} when forwarding update
4422                         requests.
4424  534.   [func]          Ancestors have been removed from RBT chains.  Ancestor
4425                         information can be discerned via node parent pointers.
4427  533.   [func]          Incorporated name hashing into the RBT database to
4428                         improve search speed.
4430  532.   [func]          Implement DNS UPDATE pseudo records using
4431                         DNS_RDATA_UPDATE flag.
4433  531.   [func]          Rdata really should be initialized before being assigned
4434                         to (dns_rdata_fromwire(), dns_rdata_fromtext(),
4435                         dns_rdata_clone(), dns_rdata_fromregion()),
4436                         check that it is.
4438  530.   [func]          New function dns_rdata_invalidate().
4440  529.   [bug]           521 contained a bug which caused zones to always
4441                         reload.  [RT #410]
4443  528.   [func]          The ISC_LIST_XXXX macros now perform sanity checks
4444                         on their arguments.  ISC_LIST_XXXXUNSAFE can be use
4445                         to skip the checks however use with caution.
4447  527.   [func]          New function dns_rdata_clone().
4449  526.   [bug]           nsupdate incorrectly refused to add RRs with a TTL
4450                         of 0.
4452  525.   [func]          New arguments 'options' for dns_db_subtractrdataset(),
4453                         and 'flags' for dns_rdataslab_subtract() allowing you
4454                         to request that the RR's must exist prior to deletion.
4455                         DNS_R_NOTEXACT is returned if the condition is not met.
4457  524.   [func]          The 'forward' and 'forwarders' statement in
4458                         non-forward zones should work now.
4460  523.   [doc]           The source to the Administrator Reference Manual is
4461                         now an XML file using the DocBook DTD, and is included
4462                         in the distribution.  The plain text version of the
4463                         ARM is temporarily unavailable while we figure out
4464                         how to generate readable plain text from the XML.
4466  522.   [func]          The lightweight resolver daemon can now use
4467                         a real configuration file, and its functionality
4468                         can be provided by a name server.  Also, the -p and -P
4469                         options to lwresd have been reversed.
4471  521.   [bug]           Detect master files which contain $INCLUDE and always
4472                         reload. [RT #196]
4474  520.   [bug]           Upgraded libtool to 1.3.5, which makes shared
4475                         library builds almost work on AIX (and possibly
4476                         others).
4478  519.   [bug]           dns_name_split() would improperly split some bitstring
4479                         labels, zeroing a few of the least signficant bits in
4480                         the prefix part.  When such an improperly created
4481                         prefix was returned to the RBT database, the bogus
4482                         label was dutifully stored, corrupting the tree.
4483                         [RT #369]
4485  518.   [bug]           The resolver did not realize that a DNAME which was
4486                         "the answer" to the client's query was "the answer",
4487                         and such queries would fail. [RT #399]
4489  517.   [bug]           The resolver's DNAME code would trigger an assertion
4490                         if there was more than one DNAME in the chain.
4491                         [RT #399]
4493  516.   [bug]           Cache lookups which had a NULL node pointer, e.g.
4494                         those by dns_view_find(), and which would match a
4495                         DNAME, would trigger an INSIST(!search.need_cleanup)
4496                         assertion. [RT #399]
4498  515.   [bug]           The ssu table was not being attached / detached
4499                         by dns_zone_[sg]etssutable. [RT#397]
4501  514.   [func]          Retry refresh and notify queries if they timeout.
4502                         [RT #388]
4504  513.   [func]          New functionality added to rdnc and server to allow
4505                         individual zones to be refreshed or reloaded.
4507  512.   [bug]           The zone transfer code could throw an execption with
4508                         an invalid IXFR stream.
4510  511.   [bug]           The message code could throw an assertion on an
4511                         out of memory failure. [RT #392]
4513  510.   [bug]           Remove spurious view notify warning. [RT #376]
4515  509.   [func]          Add support for write of zone files on shutdown.
4517  508.   [func]          dns_message_parse() can now do a best-effort
4518                         attempt, which should allow dig to print more invalid
4519                         messages.
4521  507.   [func]          New functions dns_zone_flush(), dns_zt_flushanddetach()
4522                         and dns_view_flushanddetach().
4524  506.   [func]          Do not fail to start on errors in zone files.
4526  505.   [bug]           nsupdate was printing "unknown result code". [RT #373]
4528  504.   [bug]           The zone was not being marked as dirty when updated via
4529                         IXFR.
4531  503.   [bug]           dumptime was not being set along with
4532                         DNS_ZONEFLG_NEEDDUMP.
4534  502.   [func]          On a SERVFAIL reply, DiG will now try the next server
4535                         in the list, unless the +fail option is specified.
4537  501.   [bug]           Incorrect port numbers were being displayed by
4538                         nslookup. [RT #352]
4540  500.   [func]          Nearly useless +details option removed from DiG.
4542  499.   [func]          In DiG, specifying a class with -c or type with -t
4543                         changes command-line parsing so that classes and
4544                         types are only recognized if following -c or -t.
4545                         This allows hosts with the same name as a class or
4546                         type to be looked up.
4548  498.   [doc]           There is now a man page for "dig"
4549                         in doc/man/bin/dig.1.
4551  497.   [bug]           The error messages printed when an IP match list
4552                         contained a network address with a nonzero host
4553                         part where not sufficiently detailed. [RT #365]
4555  496.   [bug]           named didn't sanity check numeric parameters. [RT #361]
4557  495.   [bug]           nsupdate was unable to handle large records. [RT #368]
4559  494.   [func]          Do not cache NXDOMAIN responses for SOA queries.
4561  493.   [func]          Return non-cachable (ttl = 0) NXDOMAIN responses
4562                         for SOA queries.  This makes it easier to locate
4563                         the containing zone without polluting intermediate
4564                         caches.
4566  492.   [bug]           attempting to reload a zone caused the server fail
4567                         to shutdown cleanly. [RT #360]
4569  491.   [bug]           nsupdate would segfault when sending certain
4570                         prerequisites with empty RDATA. [RT #356]
4572  490.   [func]          When a slave/stub zone has not yet successfully
4573                         obtained an SOA containing the zone's configured
4574                         retry time, perform the SOA query retries using
4575                         exponential backoff. [RT #337]
4577  489.   [func]          The zone manager now has a "i/o" queue.
4579  488.   [bug]           Locks weren't properly destroyed in some cases.
4581  487.   [port]          flockfile() is not defined on all systems.
4583  486.   [bug]           nslookup: "set all" and "server" commands showed
4584                         the incorrect port number if a port other than 53
4585                         was specified. [RT #352]
4587  485.   [func]          When dig had more than one server to query, it would
4588                         send all of the messages at the same time.  Add
4589                         rate limiting of the transmitted messages.
4591  484.   [bug]           When the server was reloaded after removing addresses
4592                         from the named.conf "listen-on" statement, sockets
4593                         were still listening on the removed addresses due
4594                         to reference count loops. [RT #325]
4596  483.   [bug]           nslookup: "set all" showed a "search" option but it
4597                         was not settable.
4599  482.   [bug]           nslookup: a plain "server" or "lserver" should be
4600                         treated as a lookup.
4602  481.   [bug]           nslookup:get_next_command() stack size could exceed
4603                         per thread limit.
4605  480.   [bug]           strtok() is not thread safe. [RT #349]
4607  479.   [func]          The test suite can now be run by typing "make check"
4608                         or "make test" at the top level.
4610  478.   [bug]           "make install" failed if the directory specified with
4611                         --prefix did not already exist.
4613  477.   [bug]           The the isc-config.sh script could be installed before
4614                         its directory was created. [RT #324]
4616  476.   [bug]           A zone could expire while a zone transfer was in
4617                         progress triggering a INSIST failure. [RT #329]
4619  475.   [bug]           query_getzonedb() sometimes returned a non-null version
4620                         on failure.  This caused assertion failures when
4621                         generating query responses where names subject to
4622                         additional section processing pointed to a zone
4623                         to which access had been denied by means of the
4624                         allow-query option. [RT #336]
4626  474.   [bug]           The mnemonic of the CHAOS class is CH according to
4627                         RFC1035, but it was printed and read only as CHAOS.
4628                         We now accept both forms as input, and print it
4629                         as CH. [RT #305]
4631  473.   [bug]           nsupdate overran the end of the list of name servers
4632                         when no servers could be reached, typically causing
4633                         it to print the error message "dns_request_create:
4634                         not implemented".
4636  472.   [bug]           Off-by-one error caused isc_time_add() to sometimes
4637                         produce invalid time values.
4639  471.   [bug]           nsupdate didn't compile on HP/UX 10.20
4641  470.   [func]          $GENERATE is now supported.  See also
4642                         doc/misc/migration.
4644  469.   [bug]           "query-source address * port 53;" now works.
4646  468.   [bug]           dns_master_load*() failed to report file and line
4647                         number in certain error conditions.
4649  467.   [bug]           dns_master_load*() failed to log an error if
4650                         pushfile() failed.
4652  466.   [bug]           dns_master_load*() could return success when it failed.
4654  465.   [cleanup]       Allow 0 to be set as an omapi_value_t value by
4655                         omapi_value_storeint().
4657  464.   [cleanup]       Build with openssl's RSA code instead of dnssafe.
4659  463.   [bug]           nsupdate sent malformed SOA queries to the second
4660                         and subsequent name servers in resolv.conf if the
4661                         query sent to the first one failed.
4663  462.   [bug]           --disable-ipv6 should work now.
4665  461.   [bug]           Specifying an unknown key in the "keys" clause of the
4666                         "controls" statement caused a NULL pointer dereference.
4667                         [RT #316]
4669  460.   [bug]           Much of the DNSSEC code only worked with class IN.
4671  459.   [bug]           Nslookup processed the "set" command incorrectly.
4673  458.   [bug]           Nslookup didn't properly check class and type values.
4674                         [RT #305]
4676  457.   [bug]           Dig/host/hslookup didn't properly handle connect
4677                         timeouts in certain situations, causing an
4678                         unnecessary warning message to be printed.
4680  456.   [bug]           Stub zones were not resetting the refresh and expire
4681                         counters, loadtime or clearing the DNS_ZONE_REFRESH
4682                         (refresh in progress) flag upon successful update.
4683                         This disabled further refreshing of the stub zone,
4684                         causing it to eventually expire. [RT #300]
4686  455.   [doc]           Document IPv4 prefix notation does not require a
4687                         dotted decimal quad but may be just dotted decimal.
4689  454.   [bug]           Enforce dotted decimal and dotted decimal quad where
4690                         documented as such in named.conf. [RT #304, RT #311]
4692  453.   [bug]           Warn if the obsolete option "maintain-ixfr-base"
4693                         is specified in named.conf. [RT #306]
4695  452.   [bug]           Warn if the unimplemented option "statistics-file"
4696                         is specified in named.conf. [RT #301]
4698  451.   [func]          Update forwarding implememted.
4700  450.   [func]          New function ns_client_sendraw().
4702  449.   [bug]           isc_bitstring_copy() only works correctly if the
4703                         two bitstrings have the same lsb0 value, but this
4704                         requirement was not documented, nor was there a
4705                         REQUIRE for it.
4707  448.   [bug]           Host output formatting change, to match v8. [RT #255]
4709  447.   [bug]           Dig didn't properly retry in TCP mode after
4710                         a truncated reply. [RT #277]
4712  446.   [bug]           Confusing notify log message. [RT #298]
4714  445.   [bug]           Doing a 0 bit isc_bitstring_copy() of an lsb0
4715                         bitstring triggered a REQUIRE statement.  The REQUIRE
4716                         statement was incorrect. [RT #297]
4718  444.   [func]          "recursion denied" messages are always logged at
4719                         debug level 1, now, rather than sometimes at ERROR.
4720                         This silences these warnings in the usual case, where
4721                         some clients set the RD bit in all queries.
4723  443.   [bug]           When loading a master file failed because of an
4724                         unrecognized RR type name, the error message
4725                         did not include the file name and line number.
4726                         [RT #285]
4728  442.   [bug]           TSIG signed messages that did not match any view
4729                         crashed the server. [RT #290]
4731  441.   [bug]           Nodes obscured by a DNAME were inaccessible even
4732                         when DNS_DBFIND_GLUEOK was set.
4734  440.   [func]          New function dns_zone_forwardupdate().
4736  439.   [func]          New function dns_request_createraw().
4738  438.   [func]          New function dns_message_getrawmessage().
4740  437.   [func]          Log NOTIFY activity to the notify channel.
4742  436.   [bug]           If recvmsg() returned EHOSTUNREACH or ENETUNREACH,
4743                         which sometimes happens on Linux, named would enter
4744                         a busy loop.  Also, unexpected socket errors were
4745                         not logged at a high enough logging level to be
4746                         useful in diagnosing this situation. [RT #275]
4748  435.   [bug]           dns_zone_dump() overwrote existing zone files
4749                         rather than writing to a temporary file and
4750                         renaming.  This could lead to empty or partial
4751                         zone files being left around in certain error
4752                         conditions involving the initial transfer of a
4753                         slave zone, interfering with subsequent server
4754                         startup. [RT #282]
4756  434.   [func]          New function isc_file_isabsolute().
4758  433.   [func]          isc_base64_decodestring() now accepts newlines
4759                         within the base64 data.  This makes it possible
4760                         to break up the key data in a "trusted-keys"
4761                         statement into multiple lines. [RT #284]
4763  432.   [func]          Added refresh/retry jitter.  The actual refresh/
4764                         retry time is now a random value between 75% and
4765                         100% of the configured value.
4767  431.   [func]          Log at ISC_LOG_INFO when a zone is successfully
4768                         loaded.
4770  430.   [bug]           Rewrote the lightweight resolver client management
4771                         code to handle shutdown correctly and general
4772                         cleanup.
4774  429.   [bug]           The space reserved for a TSIG record in a response
4775                         was 2 bytes too short, leading to message
4776                         generation failures.
4778  428.   [bug]           rbtdb.c:find_closest_nxt() erroneously returned
4779                         DNS_R_BADDB for nodes which had neither NXT nor SIG NXT
4780                         (e.g. glue).  This could cause SERVFAILs when
4781                         generating negative responses in a secure zone.
4783  427.   [bug]           Avoid going into an infinite loop when the validator
4784                         gets a negative response to a key query where the
4785                         records are signed by the missing key.
4787  426.   [bug]           Attempting to generate an oversized RSA key could
4788                         cause dnssec-keygen to dump core.
4790  425.   [bug]           Warn about the auth-nxdomain default value change
4791                         if there is no auth-nxdomain statement in the
4792                         config file. [RT #287]
4794  424.   [bug]           notify_createmessage() could trigger an assertion
4795                         failure when creating the notify message failed,
4796                         e.g. due to corrupt zones with multiple SOA records.
4797                         [RT #279]
4799  423.   [bug]           When responding to a recusive query, errors that occur
4800                         after following a CNAME should cause the query to fail.
4801                         [RT #274]
4803  422.   [func]          get rid of isc_random_t, and make isc_random_get()
4804                         and isc_random_jitter() use rand() internally
4805                         instead of local state.  Note that isc_random_*()
4806                         functions are only for weak, non-critical "randomness"
4807                         such as timing jitter and such.
4809  421.   [bug]           nslookup would exit when given a blank line as input.
4811  420.   [bug]           nslookup failed to implement the "exit" command.
4813  419.   [bug]           The certificate type PKIX was misspelled as SKIX.
4815  418.   [bug]           At debug levels >= 10, getting an unexpected
4816                         socket receive error would crash the server
4817                         while trying to log the error message.
4819  417.   [func]          Add isc_app_block() and isc_app_unblock(), which
4820                         allow an application to handle signals while
4821                         blocking.
4823  416.   [bug]           Slave zones with no master file tried to use a
4824                         NULL pointer for a journal file name when they
4825                         received an IXFR. [RT #273]
4827  415.   [bug]           The logging code leaked file descriptors.
4829  414.   [bug]           Server did not shut down until all incoming zone
4830                         transfers were finished.
4832  413.   [bug]           Notify could attempt to use the zone database after
4833                         it had been unloaded. [RT#267]
4835  412.   [bug]           named -v didn't print the version.
4837  411.   [bug]           A typo in the HS A code caused an assertion failure.
4839  410.   [bug]           lwres_gethostbyname() and company set lwres_h_errno
4840                         to a random value on success.
4842  409.   [bug]           If named was shut down early in the startup
4843                         process, ns_omapi_shutdown() would attempt to lock
4844                         an unintialized mutex. [RT #262]
4846  408.   [bug]           stub zones could leak memory and reference counts if
4847                         all the masters were unreachable.
4849  407.   [bug]           isc_rwlock_lock() would needlessly block
4850                         readers when it reached the read quota even
4851                         if no writers were waiting.
4853  406.   [bug]           Log messages were occasionally lost or corrupted
4854                         due to a race condition in isc_log_doit().
4856  405.   [func]          Add support for selective forwarding (forward zones)
4858  404.   [bug]           The request library didn't completely work with IPv6.
4860  403.   [bug]           "host" did not use the search list.
4862  402.   [bug]           Treat undefined acls as errors, rather than
4863                         warning and then later throwing an assertion.
4864                         [RT #252]
4866  401.   [func]          Added simple database API.
4868  400.   [bug]           SIG(0) signing and verifying was done incorrectly.
4869                         [RT #249]
4871  399.   [bug]           When reloading the server with a config file
4872                         containing a syntax error, it could catch an
4873                         assertion failure trying to perform zone
4874                         maintenance on, or sending notifies from,
4875                         tentatively created zones whose views were
4876                         never fully configured and lacked an address
4877                         database and request manager.
4879  398.   [bug]           "dig" sometimes caught an assertion failure when
4880                         using TSIG, depending on the key length.
4882  397.   [func]          Added utility functions dns_view_gettsig() and
4883                         dns_view_getpeertsig().
4885  396.   [doc]           There is now a man page for "nsupdate"
4886                         in doc/man/bin/nsupdate.8.
4888  395.   [bug]           nslookup printed incorrect RR type mnemonics
4889                         for RRs of type >= 21 [RT #237].
4891  394.   [bug]           Current name was not propagated via $INCLUDE.
4893  393.   [func]          Initial answer while loading (awl) support.
4894                         Entry points: dns_master_loadfileinc(),
4895                         dns_master_loadstreaminc(), dns_master_loadbufferinc().
4896                         Note: calls to dns_master_load*inc() should be rate
4897                         be rate limited so as to not use up all file
4898                         descriptors.
4900  392.   [func]          Add ISC_R_FAMILYNOSUPPORT.  Returned when OS does
4901                         not support the given address family requested.
4903  391.   [clarity]       ISC_R_FAMILY -> ISC_R_FAMILYMISMATCH.
4905  390.   [func]          The function dns_zone_setdbtype() now takes
4906                         an argc/argv style vector of words and sets
4907                         both the zone database type and its arguments,
4908                         making the functions dns_zone_adddbarg()
4909                         and dns_zone_cleardbargs() unnecessary.
4911  389.   [bug]           Attempting to send a reqeust over IPv6 using
4912                         dns_request_create() on a system without IPv6
4913                         support caused an assertion failure [RT #235].
4915  388.   [func]          dig and host can now do reverse ipv6 lookups.
4917  387.   [func]          Add dns_byaddr_createptrname(), which converts
4918                         an address into the name used by a PTR query.
4920  386.   [bug]           Missing strdup() of ACL name caused random
4921                         ACL matching failures [RT #228].
4923  385.   [cleanup]       Removed functions dns_zone_equal(), dns_zone_print(),
4924                         and dns_zt_print().
4926  384.   [bug]           nsupdate was incorrectly limiting TTLs to 65535 instead
4927                         of 2147483647.
4929  383.   [func]          When writing a master file, print the SOA and NS
4930                         records (and their SIGs) before other records.
4932  382.   [bug]           named -u failed on many Linux systems where the
4933                         libc provided kernel headers do not match
4934                         the current kernel.
4936  381.   [bug]           Check for IPV6_RECVPKTINFO and use it instead of
4937                         IPV6_PKTINFO if found. [RT #229]
4939  380.   [bug]           nsupdate didn't work with IPv6.
4941  379.   [func]          New library function isc_sockaddr_anyofpf().
4943  378.   [func]          named and lwresd will log the command line arguments
4944                         they were started with in the "starting ..." message.
4946  377.   [bug]           When additional data lookups were refused due to
4947                         "allow-query", the databases were still being
4948                         attached causing reference leaks.
4950  376.   [bug]           The server should always use good entropy when
4951                         performing cryptographic functions needing entropy.
4953  375.   [bug]           Per-zone "allow-query" did not properly override the
4954                         view/global one for CNAME targets and additional
4955                         data [RT #220].
4957  374.   [bug]           SOA in authoritative negative responses had wrong TTL.
4959  373.   [func]          nslookup is now installed by "make install".
4961  372.   [bug]           Deal with Microsoft DNS servers appending two bytes of
4962                         garbage to zone transfer requests.
4964  371.   [bug]           At high debug levels, doing an outgoing zone transfer
4965                         of a very large RRset could cause an assertion failure
4966                         during logging.
4968  370.   [bug]           The error messages for rollforward failures were
4969                         overly terse.
4971  369.   [func]          Support new named.conf options, view and zone
4972                         statements:
4974                                 max-retry-time, min-retry-time,
4975                                 max-refresh-time, min-refresh-time.
4977  368.   [func]          Restructure the internal ".bind" view so that more
4978                         zones can be added to it.
4980  367.   [bug]           Allow proper selection of server on nslookup command
4981                         line.
4983  366.   [func]          Allow use of '-' batch file in dig for stdin.
4985  365.   [bug]           nsupdate -k leaked memory.
4987  364.   [func]          Added additional-from-{cache,auth}
4989  362.   [bug]           rndc no longer aborts if the configuration file is
4990                         missing an options statement. [RT #209]
4992  361.   [func]          When the RBT find or chain functions set the name and
4993                         origin for a node that stores the root label
4994                         the name is now set to an empty name, instead of ".",
4995                         to simplify later use of the name and origin by
4996                         dns_name_concatenate(), dns_name_totext() or
4997                         dns_name_format().
4999  360.   [func]          dns_name_totext() and dns_name_format() now allow
5000                         an empty name to be passed, which is formatted as "@".
5002  359.   [bug]           dnssec-signzone occasionally signed glue records.
5004  358.   [cleanup]       Rename the intermediate files used by the dnssec
5005                         programs.
5007  357.   [bug]           The zone file parser crashed if the argument
5008                         to $INCLUDE was a quoted string.
5010  356.   [cleanup]       isc_task_send no longer requires event->sender to
5011                         be non-null.
5013  355.   [func]          Added isc_dir_createunique(), similar to mkdtemp().
5015  354.   [doc]           Man pages for the dnssec tools are now included in
5016                         the distribution, in doc/man/dnssec.
5018  353.   [bug]           double increment in lwres/gethost.c:copytobuf().
5019                         [RT# 187]
5021  352.   [bug]           Race condition in dns_client_t startup could cause
5022                         an assertion failure.
5024  351.   [bug]           Constructing a response with rcode SERVFAIL to a TSIG
5025                         signed query could crash the server.
5027  350.   [bug]           Also-notify lists specified in the global options
5028                         block were not correctly reference counted, causing
5029                         a memory leak.
5031  349.   [bug]           Processing a query with the CD bit set now works
5032                         as expected.
5034  348.   [func]          New boolean named.conf options 'additional-from-auth'
5035                         and 'additional-from-cache' now supported in view and
5036                         global options statement.
5038  347.   [bug]           Don't crash if an argument is left off options in dig.
5040  346.   [func]          Add support for .digrc config file, in the
5041                         user's current directory.
5043  345.   [bug]           Large-scale changes/cleanups to dig:
5044                         * Significantly improve structure handling
5045                         * Don't pre-load entire batch files
5046                         * Add name/rr counting/limiting
5047                         * Fix SIGINT handling
5048                         * Shorten timeouts to match v8's behavior
5050  344.   [bug]           When shutting down, lwresd sometimes tried
5051                         to shut down its client tasks twice,
5052                         triggering an assertion.
5054  343.   [bug]           Although zone maintenance SOA queries and
5055                         notify requests were signed with TSIG keys
5056                         when configured for the server in case,
5057                         the TSIG was not verified on the response.
5059  342.   [bug]           The wrong name was being passed to
5060                         dns_name_dup() when generating a TSIG
5061                         key using TKEY.
5063  341.   [func]          Support 'key' clause in named.conf zone masters
5064                         statement to allow authentication via TSIG keys:
5066                                 masters {
5067                                         10.0.0.1 port 5353 key "foo";
5068                                         10.0.0.2 ;
5069                                 };
5071  340.   [bug]           The top-level COPYRIGHT file was missing from
5072                         the distribution.
5074  339.   [bug]           DNSSEC validation of the response to an ANY
5075                         query at a name with a CNAME RR in a secure
5076                         zone triggered an assertion failure.
5078  338.   [bug]           lwresd logged to syslog as named, not lwresd.
5080  337.   [bug]           "dig" did not recognize "nsap-ptr" as an RR type
5081                         on the command line.
5083  336.   [bug]           "dig -f" used 64 k of memory for each line in
5084                         the file.  It now uses much less, though still
5085                         proportionally to the file size.
5087  335.   [bug]           named would occasionally attempt recursion when
5088                         it was disallowed or undesired.
5090  334.   [func]          Added hmac-md5 to libisc.
5092  333.   [bug]           The resolver incorrectly accepted referrals to
5093                         domains that were not parents of the query name,
5094                         causing assertion failures.
5096  332.   [func]          New function dns_name_reset().
5098  331.   [bug]           Only log "recursion denied" if RD is set. [RT #178]
5100  330.   [bug]           Many debugging messages were partially formatted
5101                         even when debugging was turned off, causing a
5102                         significant decrease in query performance.
5104  329.   [func]          omapi_auth_register() now takes a size_t argument for
5105                         the length of a key's secret data.  Previously
5106                         OMAPI only stored secrets up to the first NUL byte.
5108  328.   [func]          Added isc_base64_decodestring().
5110  327.   [bug]           rndc.conf parser wasn't correctly recognising an IP
5111                         address where a host specification was required.
5113  326.   [func]          'keys' in an 'inet' control statement is now
5114                         required and must have at least one item in it.
5115                         A "not supported" warning is now issued if a 'unix'
5116                         control channel is defined.
5118  325.   [bug]           isc_lex_gettoken was processing octal strings when
5119                         ISC_LEXOPT_CNUMBER was not set.
5121  324.   [func]          In the resolver, turn EDNS0 off if there is no
5122                         response after a number of retransmissions.
5123                         This is to allow queries some chance of succeeding
5124                         even if all the authoritative servers of a zone
5125                         silently discard EDNS0 requests instead of
5126                         sending an error response like they ought to.
5128  323.   [bug]           dns_rbt_findname() did not ignore empty rbt nodes.
5129                         Because of this, servers authoritative for a parent
5130                         and grandchild zone but not authoritative for the
5131                         intervening child zone did not correctly issue
5132                         referrals to the servers of the child zone.
5134  322.   [bug]           Queries for KEY RRs are now sent to the parent
5135                         server before the authoritative one, making
5136                         DNSSEC insecurity proofs work in many cases
5137                         where they previously didn't.
5139  321.   [bug]           When synthesizing a CNAME RR for a DNAME
5140                         response, query_addcname() failed to intitialize
5141                         the type and class of the CNAME dns_rdata_t,
5142                         causing random failures.
5144  320.   [func]          Multiple rndc changes: parses an rndc.conf file,
5145                         uses authentication to talk to named, command
5146                         line syntax changed.  This will all be described
5147                         in the ARM.
5149  319.   [func]          The named.conf "controls" statement is now used
5150                         to configure the OMAPI command channel.
5152  318.   [func]          dns_c_ndcctx_destroy() could never return anything
5153                         except ISC_R_SUCCESS; made it have void return instead.
5155  317.   [func]          Use callbacks from libomapi to determine if a
5156                         new connection is valid, and if a key requested
5157                         to be used with that connection is valid.
5159  316.   [bug]           Generate a warning if we detect an unexpected <eof>
5160                         but treat as <eol><eof>.
5162  315.   [bug]           Handle non-empty blanks lines. [RT #163]
5164  314.   [func]          The named.conf controls statement can now have
5165                         more than one key specified for the inet clause.
5167  313.   [bug]           When parsing resolv.conf, don't terminate on an
5168                         error.  Instead, parse as much as possible, but
5169                         still return an error if one was found.
5171  312.   [bug]           Increase the number of allowed elements in the
5172                         resolv.conf search path from 6 to 8.  If there
5173                         are more than this, ignore the remainder rather
5174                         than returning a failure in lwres_conf_parse.
5176  311.   [bug]           lwres_conf_parse failed when the first line of
5177                         resolv.conf was empty or a comment.
5179  310.   [func]          Changes to named.conf "controls" statement (inet
5180                         subtype only)
5182                           - support "keys" clause
5184                                 controls {
5185                                    inet * port 1024
5186                                         allow { any; } keys { "foo"; }
5187                                 }
5189                           - allow "port xxx" to be left out of statement,
5190                             in which case it defaults to omapi's default port
5191                             of 953.
5193  309.   [bug]           When sending a referral, the server did not look
5194                         for name server addresses as glue in the zone
5195                         holding the NS RRset in the case where this zone
5196                         was not the same as the one where it looked for
5197                         name server addresses as authoritative data.
5199  308.   [bug]           Treat a SOA record not at top of zone as an error
5200                         when loading a zone. [RT #154]
5202  307.   [bug]           When canceling a query, the resolver didn't check for
5203                         isc_socket_sendto() calls that did not yet have their
5204                         completion events posted, so it could (rarely) end up
5205                         destroying the query context and then want to use
5206                         it again when the send event posted, triggering an
5207                         assertion as it tried to cancel an already-canceled
5208                         query.  [RT #77]
5210  306.   [bug]           Reading HMAC-MD5 private key files didn't work.
5212  305.   [bug]           When reloading the server with a config file
5213                         containing a syntax error, it could catch an
5214                         assertion failure trying to perform zone
5215                         maintenance on tentatively created zones whose
5216                         views were never fully configured and lacked
5217                         an address database.
5219  304.   [bug]           If more than LWRES_CONFMAXNAMESERVERS servers
5220                         are listed in resolv.conf, silently ignore them
5221                         instead of returning failure.
5223  303.   [bug]           Add additional sanity checks to differentiate a AXFR
5224                         response vs a IXFR response. [RT #157]
5226  302.   [bug]           In dig, host, and nslookup, MXNAME should be large
5227                         enough to hold any legal domain name in presentation
5228                         format + terminating NULL.
5230  301.   [bug]           Uninitialized pointer in host:printmessage(). [RT #159]
5232  300.   [bug]           Using both <isc/net.h> and <lwres/net.h> didn't work
5233                         on platforms lacking IPv6 because each included their
5234                         own ipv6 header file for the missing definitions.  Now
5235                         each library's ipv6.h defines the wrapper symbol of
5236                         the other (ISC_IPV6_H and LWRES_IPV6_H).
5238  299.   [cleanup]       Get the user and group information before changing the
5239                         root directory, so the administrator does not need to
5240                         keep a copy of the user and group databases in the
5241                         chroot'ed environment.  Suggested by Hakan Olsson.
5243  298.   [bug]           A mutex deadlock occurred during shutdown of the
5244                         interface manager under certain conditions.
5245                         Digital Unix systems were the most affected.
5247  297.   [bug]           Specifying a key name that wasn't fully qualified
5248                         in certain parts of the config file could cause
5249                         an assertion failure.
5251  296.   [bug]           "make install" from a separate build directory
5252                         failed unless configure had been run in the source
5253                         directory, too.
5255  295.   [bug]           When invoked with type==CNAME and a message
5256                         not constructed by dns_message_parse(),
5257                         dns_message_findname() failed to find anything
5258                         due to checking for attribute bits that are set
5259                         only in dns_message_parse().  This caused an
5260                         infinite loop when constructing the response to
5261                         an ANY query at a CNAME in a secure zone.
5263  294.   [bug]           If we run out of space in while processing glue
5264                         when reading a master file and commit "current name"
5265                         reverts to "name_current" instead of staying as
5266                         "name_glue".
5268  293.   [port]          Add support for FreeBSD 4.0 system tests.
5270  292.   [bug]           Due to problems with the way some operating systems
5271                         handle simultaneous listening on IPv4 and IPv6
5272                         addresses, the server no longer listens on IPv6
5273                         addresses by default.  To revert to the previous
5274                         behavior, specify "listen-on-v6 { any; };" in
5275                         the config file.
5277  291.   [func]          Caching servers no longer send outgoing queries
5278                         over TCP just because the incoming recursive query
5279                         was a TCP one.
5281  290.   [cleanup]       +twiddle option to dig (for testing only) removed.
5283  289.   [cleanup]       dig is now installed in $bindir instead of $sbindir.
5284                         host is now installed in $bindir.  (Be sure to remove
5285                         any $sbindir/dig from a previous release.)
5287  288.   [func]          rndc is now installed by "make install" into $sbindir.
5289  287.   [bug]           rndc now works again as "rndc 127.1 reload" (for
5290                         only that task).  Parsing its configuration file and
5291                         using digital signatures for authentication has been
5292                         disabled until named supports the "controls" statement,
5293                         post-9.0.0.
5295  286.   [bug]           On Solaris 2, when named inherited a signal state
5296                         where SIGHUP had the SIG_IGN action, SIGHUP would
5297                         be ignored rather than causing the server to reload
5298                         its configuration.
5300  285.   [bug]           A change made to the dst API for beta4 inadvertently
5301                         broke OMAPI's creation of a dst key from an incoming
5302                         message, causing an assertion to be triggered.  Fixed.
5304  284.   [func]          The DNSSEC key generation and signing tools now
5305                         generate randomness from keyboard input on systems
5306                         that lack /dev/random.
5308  283.   [cleanup]       The 'lwresd' program is now a link to 'named'.
5310  282.   [bug]           The lexer now returns ISC_R_RANGE if parsed integer is
5311                         too big for an unsigned long.
5313  281.   [bug]           Fixed list of recognized config file category names.
5315  280.   [func]          Add isc-config.sh, which can be used to more
5316                         easily build applications that link with
5317                         our libraries.
5319  279.   [bug]           Private omapi function symbols shared between
5320                         two or more files in libomapi.a were not namespace
5321                         protected using the ISC convention of starting with
5322                         the library name and two underscores ("omapi__"...)
5324  278.   [bug]           bin/named/logconf.c:category_fromconf() didn't take
5325                         note of when isc_log_categorybyname() wasn't able
5326                         to find the category name and would then apply the
5327                         channel list of the unknown category to all categories.
5329  277.   [bug]           isc_log_categorybyname() and isc_log_modulebyname()
5330                         would fail to find the first member of any category
5331                         or module array apart from the internal defaults.
5332                         Thus, for example, the "notify" category was improperly
5333                         configured by named.
5335  276.   [bug]           dig now supports maximum sized TCP messages.
5337  275.   [bug]           The definition of lwres_gai_strerror() was missing
5338                         the lwres_ prefix.
5340  274.   [bug]           TSIG AXFR verify failed when talking to a BIND 8
5341                         server.
5343  273.   [func]          The default for the 'transfer-format' option is
5344                         now 'many-answers'.  This will break zone transfers
5345                         to BIND 4.9.5 and older unless there is an explicit
5346                         'one-answer' configuration.
5348  272.   [bug]           The sending of large TCP responses was canceled
5349                         in mid-transmission due to a race condition
5350                         caused by the failure to set the client object's
5351                         "newstate" variable correctly when transitioning
5352                         to the "working" state.
5354  271.   [func]          Attempt to probe the number of cpus in named
5355                         if unspecified rather than defaulting to 1.
5357  270.   [func]          Allow maximum sized TCP answers.
5359  269.   [bug]           Failed DNSSEC validations could cause an assertion
5360                         failure by causing clone_results() to be called with
5361                         with hevent->node == NULL.
5363  268.   [doc]           A plain text version of the Administrator
5364                         Reference Manual is now included in the distribution,
5365                         as doc/arm/Bv9ARM.txt.
5367  267.   [func]          Nsupdate is now provided in the distribution.
5369  266.   [bug]           zone.c:save_nsrrset() node was not initialized.
5371  265.   [bug]           dns_request_create() now works for TCP.
5373  264.   [func]          Dispatch can not take TCP sockets in connecting
5374                         state.  Set DNS_DISPATCHATTR_CONNECTED when calling
5375                         dns_dispatch_createtcp() for connected TCP sockets
5376                         or call dns_dispatch_starttcp() when the socket is
5377                         connected.
5379  263.   [func]          New logging channel type 'stderr'
5381                                 channel some-name {
5382                                         stderr;
5383                                         severity error;
5384                                 }
5386  262.   [bug]           'master' was not initialized in zone.c:stub_callback().
5388  261.   [func]          Add dns_zone_markdirty().
5390  260.   [bug]           Running named as a non-root user failed on Linux
5391                         kernels new enough to support retaining capabilities
5392                         after setuid().
5394  259.   [func]          New random-device and random-seed-file statements
5395                         for global options block of named.conf. Both accept
5396                         a single string argument.
5398  258.   [bug]           Fixed printing of lwres_addr_t.address field.
5400  257.   [bug]           The server detached the last zone manager reference
5401                         too early, while it could still be in use by queries.
5402                         This manifested itself as assertion failures during the
5403                         shutdown process for busy name servers. [RT #133]
5405  256.   [func]          isc_ratelimiter_t now has attach/detach semantics, and
5406                         isc_ratelimiter_shutdown guarantees that the rate
5407                         limiter is detached from its task.
5409  255.   [func]          New function dns_zonemgr_attach().
5411  254.   [bug]           Suppress "query denied" messages on additional data
5412                         lookups.
5414         --- 9.0.0b4 released ---
5416  253.   [func]          resolv.conf parser now recognises ';' and '#' as
5417                         comments (anywhere in line, not just as the beginning).
5419  252.   [bug]           resolv.conf parser mishandled masks on sortlists.
5420                         It also aborted when an unrecognized keyword was seen,
5421                         now it silently ignores the entire line.
5423  251.   [bug]           lwresd caught an assertion failure on startup.
5425  250.   [bug]           fixed handling of size+unit when value would be too
5426                         large for internal representation.
5428  249.   [cleanup]       max-cache-size config option now takes a size-spec
5429                         like 'datasize', except 'default' is not allowed.
5431  248.   [bug]           global lame-ttl option was not being printed when
5432                         config structures were written out.
5434  247.   [cleanup]       Rename cache-size config option to max-cache-size.
5436  246.   [func]          Rename global option cachesize to cache-size and
5437                         add corresponding option to view statement.
5439  245.   [bug]           If an uncompressed name will take more than 255
5440                         bytes and the buffer is sufficiently long,
5441                         dns_name_fromwire should return DNS_R_FORMERR,
5442                         not ISC_R_NOSPACE.  This bug caused cause the
5443                         server to catch an assertion failure when it
5444                         received a query for a name longer than 255
5445                         bytes.
5447  244.   [bug]           empty named.conf file and empty options statement are
5448                         now parsed properly.
5450  243.   [func]          new cachesize option for named.conf
5452  242.   [cleanup]       fixed incorrect warning about auth-nxdomain usage.
5454  241.   [cleanup]       nscount and soacount have been removed from the
5455                         dns_master_*() argument lists.
5457  240.   [func]          databases now come in three flavours: zone, cache
5458                         and stub.
5460  239.   [func]          If ISC_MEM_DEBUG is enabled, the variable
5461                         isc_mem_debugging controls whether messages
5462                         are printed or not.
5464  238.   [cleanup]       A few more compilation warnings have been quieted:
5465                         + missing sigwait prototype on BSD/OS 4.0/4.0.1.
5466                         + PTHREAD_ONCE_INIT unbraced initializer warnings on
5467                                 Solaris 2.8.
5468                         + IN6ADDR_ANY_INIT unbraced initializer warnings on
5469                                 BSD/OS 4.*, Linux and Solaris 2.8.
5471  237.   [bug]           If connect() returned ENOBUFS when the resolver was
5472                         initiating a TCP query, the socket didn't get
5473                         destroyed, and the server did not shut down cleanly.
5475  236.   [func]          Added new listen-on-v6 config file statement.
5477  235.   [func]          Consider it a config file error if a listen-on
5478                         statement has an IPv6 address in it, or a
5479                         listen-on-v6 statement has an IPv4 address in it.
5481  234.   [bug]           Allow a trusted-key's first field (domain-name) be
5482                         either a quoted or an unquoted string, instead of
5483                         requiring a quoted string.
5485  233.   [cleanup]       Convert all config structure integer values to unsigned
5486                         integer (isc_uint32_t) to match grammer.
5488  232.   [bug]           Allow slave zones to not have a file.
5490  231.   [func]          Support new 'port' clause in config file options
5491                         section. Causes 'listen-on', 'masters' and
5492                         'also-notify' statements to use its value instead of
5493                         default (53).
5495  230.   [func]          Replace the dst sign/verify API with a cleaner one.
5497  229.   [func]          Support config file sig-validity-interval statement
5498                         in options, views and zone statements (master
5499                         zones only).
5501  228.   [cleanup]       Logging messages in config module stripped of
5502                         trailing period.
5504  227.   [cleanup]       The enumerated identifiers dns_rdataclass_*,
5505                         dns_rcode_*, dns_opcode_*, and dns_trust_* are
5506                         also now cast to their appropriate types, as with
5507                         dns_rdatatype_* in item number 225 below.
5509  226.   [func]          dns_name_totext() now always prints the root name as
5510                         '.', even when omit_final_dot is true.
5512  225.   [cleanup]       The enumerated dns_rdatatype_* identifiers are now
5513                         cast to dns_rdatatype_t via macros of their same name
5514                         so that they are of the proper integral type wherever
5515                         a dns_rdatatype_t is needed.
5517  224.   [cleanup]       The entire project builds cleanly with gcc's
5518                         -Wcast-qual and -Wwrite-strings warnings enabled,
5519                         which is now the default when using gcc.  (Warnings
5520                         from confparser.c, because of yacc's code, are
5521                         unfortunately to be expected.)
5523  223.   [func]          Several functions were reprototyped to qualify one
5524                         or more of their arguments with "const".  Similarly,
5525                         several functions that return pointers now have
5526                         those pointers qualified with const.
5528  222.   [bug]           The global 'also-notify' option was ignored.
5530  221.   [bug]           An uninitialized variable was sometimes passed to
5531                         dns_rdata_freestruct() when loading a zone, causing
5532                         an assertion failure.
5534  220.   [cleanup]       Set the default outgoing port in the view, and
5535                         set it in sockaddrs returned from the ADB.
5536                         [31-May-2000 explorer]
5538  219.   [bug]           Signed truncated messages more correctly follow
5539                         the respective specs.
5541  218.   [func]          When an rdataset is signed, its ttl is normalized
5542                         based on the signature validity period.
5544  217.   [func]          Also-notify and trusted-keys can now be used in
5545                         the 'view' statement.
5547  216.   [func]          The 'max-cache-ttl' and 'max-ncache-ttl' options
5548                         now work.
5550  215.   [bug]           Failures at certain points in request processing
5551                         could cause the assertion INSIST(client->lockview
5552                         == NULL) to be triggered.
5554  214.   [func]          New public function isc_netaddr_format(), for
5555                         formatting network addresses in log messages.
5557  213.   [bug]           Don't leak memory when reloading the zone if
5558                         an update-policy clause was present in the old zone.
5560  212.   [func]          Added dns_message_get/settsigkey, to make TSIG
5561                         key management reasonable.
5563  211.   [func]          The 'key' and 'server' statements can now occur
5564                         inside 'view' statements.
5566  210.   [bug]           The 'allow-transfer' option was ignored for slave
5567                         zones, and the 'transfers-per-ns' option was
5568                         was ignored for all zones.
5570  209.   [cleanup]       Upgraded openssl files to new version 0.9.5a
5572  208.   [func]          Added ISC_OFFSET_MAXIMUM for the maximum value
5573                         of an isc_offset_t.
5575  207.   [func]          The dnssec tools properly use the logging subsystem.
5577  206.   [cleanup]       dst now stores the key name as a dns_name_t, not
5578                         a char *.
5580  205.   [cleanup]       On IRIX, turn off the mostly harmless warnings 1692
5581                         ("prototyped function redeclared without prototype")
5582                         and 1552 ("variable ... set but not used") when
5583                         compiling in the lib/dns/sec/{dnssafe,openssl}
5584                         directories, which contain code imported from outside
5585                         sources.
5587  204.   [cleanup]       On HP/UX, pass +vnocompatwarnings to the linker
5588                         to quiet the warnings that "The linked output may not
5589                         run on a PA 1.x system."
5591  203.   [func]          notify and zone soa queries are now tsig signed when
5592                         appropriate.
5594  202.   [func]          isc_lex_getsourceline() changed from returning int
5595                         to returning unsigned long, the type of its underlying
5596                         counter.
5598  201.   [cleanup]       Removed the test/sdig program, it has been
5599                         replaced by bin/dig/dig.
5602         --- 9.0.0b3 released ---
5604  200.   [bug]           Failures in sending query responses to clients
5605                         (e.g., running out of network buffers) were
5606                         not logged.
5608  199.   [bug]           isc_heap_delete() sometimes violated the heap
5609                         invariant, causing timer events not to be posted
5610                         when due.
5612  198.   [func]          Dispatch managers hold memory pools which
5613                         any managed dispatcher may use.  This allows
5614                         us to avoid dipping into the memory context for
5615                         most allocations. [19-May-2000 explorer]
5617  197.   [bug]           When an incoming AXFR or IXFR completes, the
5618                         zone's internal state is refreshed from the
5619                         SOA data. [19-May-2000 explorer]
5621  196.   [func]          Dispatchers can be shared easily between views
5622                         and/or interfaces. [19-May-2000 explorer]
5624  195.   [bug]           Including the NXT record of the root domain
5625                         in a negative response caused an assertion
5626                         failure.
5628  194.   [doc]           The PDF version of the Administrator's Reference
5629                         Manual is no longer included in the ISC BIND9
5630                         distribution.
5632  193.   [func]          changed dst_key_free() prototype.
5634  192.   [bug]           Zone configuration validation is now done at end
5635                         of config file parsing, and before loading
5636                         callbacks.
5638  191.   [func]          Patched to compile on UnixWare 7.x.  This platform
5639                         is not directly supported by the ISC.
5641  190.   [cleanup]       The DNSSEC tools have been moved to a separate
5642                         directory dnssec/ and given the following new,
5643                         more descriptive names:
5645                               dnssec-keygen
5646                               dnssec-signzone
5647                               dnssec-signkey
5648                               dnssec-makekeyset
5650                         Their command line arguments have also been changed to
5651                         be more consistent.  dnssec-keygen now prints the
5652                         name of the generated key files (sans extension)
5653                         on standard output to simplify its use in automated
5654                         scripts.
5656  189.   [func]          isc_time_secondsastimet(), a new function, will ensure
5657                         that the number of seconds in an isc_time_t does not
5658                         exceed the range of a time_t, or return ISC_R_RANGE.
5659                         Similarly, isc_time_now(), isc_time_nowplusinterval(),
5660                         isc_time_add() and isc_time_subtract() now check the
5661                         range for overflow/underflow.  In the case of
5662                         isc_time_subtract, this changed a calling requirement
5663                         (ie, something that could generate an assertion)
5664                         into merely a condition that returns an error result.
5665                         isc_time_add() and isc_time_subtract() were void-
5666                         valued before but now return isc_result_t.
5668  188.   [func]          Log a warning message when an incoming zone transfer
5669                         contains out-of-zone data.
5671  187.   [func]          isc_ratelimter_enqueue() has an additional argument
5672                         'task'.
5674  186.   [func]          dns_request_getresponse() has an additional argument
5675                         'preserve_order'.
5677  185.   [bug]           Fixed up handling of ISC_MEMCLUSTER_LEGACY.  Several
5678                         public functions did not have an isc__ prefix, and
5679                         referred to functions that had previously been
5680                         renamed.
5682  184.   [cleanup]       Variables/functions which began with two leading
5683                         underscores were made to conform to the ANSI/ISO
5684                         standard, which says that such names are reserved.
5686  183.   [func]          ISC_LOG_PRINTTAG option for log channels.  Useful
5687                         for logging the program name or other identifier.
5689  182.   [cleanup]       New commandline parameters for dnssec tools
5691  181.   [func]          Added dst_key_buildfilename and dst_key_parsefilename
5693  180.   [func]          New isc_result_t ISC_R_RANGE.  Supersedes DNS_R_RANGE.
5695  179.   [func]          options named.conf statement *must* now come
5696                         before any zone or view statements.
5698  178.   [func]          Post-load of named.conf check verifies a slave zone
5699                         has non-empty list of masters defined.
5701  177.   [func]          New per-zone boolean:
5703                                 enable-zone yes | no ;
5705                         intended to let a zone be disabled without having
5706                         to comment out the entire zone statement.
5708  176.   [func]          New global and per-view option:
5710                                 max-cache-ttl number
5712  175.   [func]          New global and per-view option:
5714                                 additional-data internal | minimal | maximal;
5716  174.   [func]          New public function isc_sockaddr_format(), for
5717                         formatting socket addresses in log messages.
5719  173.   [func]          Keep a queue of zones waiting for zone transfer
5720                         quota so that a new transfer can be dispatched
5721                         immediately whenever quota becomes available.
5723  172.   [bug]           $TTL directive was sometimes missing from dumped
5724                         master files because totext_ctx_init() failed to
5725                         initialize ctx->current_ttl_valid.
5727  171.   [cleanup]       On NetBSD systems, the mit-pthreads or
5728                         unproven-pthreads library is now always used
5729                         unless --with-ptl2 is explicitly specified on
5730                         the configure command line.  The
5731                         --with-mit-pthreads option is no longer needed
5732                         and has been removed.
5734  170.   [cleanup]       Remove inter server consistancy checks from zone,
5735                         these should return as a seperate module in 9.1.
5736                         dns_zone_checkservers(), dns_zone_checkparents(),
5737                         dns_zone_checkchildren(), dns_zone_checkglue().
5739                         Remove dns_zone_setadb(), dns_zone_setresolver(),
5740                         dns_zone_setrequestmgr() these should now be found
5741                         via the view.
5743  169.   [func]          ratelimiter can now process N events per interval.
5745  168.   [bug]           include statements in named.conf caused syntax errors
5746                         due to not consuming the semicolon ending the include
5747                         statement before switching input streams.
5749  167.   [bug]           Make lack of masters for a slave zone a soft error.
5751  166.   [bug]           Keygen was overwriting existing keys if key_id
5752                         conflicted, now it will retry, and non-null keys
5753                         with key_id == 0 are not generated anymore.  Key
5754                         was not able to generate NOAUTHCONF DSA key,
5755                         increased RSA key size to 2048 bits.
5757  165.   [cleanup]       Silence "end-of-loop condition not reached" warnings
5758                         from Solaris compiler.
5760  164.   [func]          Added functions isc_stdio_open(), isc_stdio_close(),
5761                         isc_stdio_seek(), isc_stdio_read(), isc_stdio_write(),
5762                         isc_stdio_flush(), isc_stdio_sync(), isc_file_remove()
5763                         to encapsulate nonportable usage of errno and sync.
5765  163.   [func]          Added result codes ISC_R_FILENOTFOUND and
5766                         ISC_R_FILEEXISTS.
5768  162.   [bug]           Ensure proper range for arguments to ctype.h functions.
5770  161.   [cleanup]       error in yyparse prototype that only HPUX caught.
5772  160.   [cleanup]       getnet*() are not going to be implemented at this
5773                         stage.
5775  159.   [func]          Redefinition of config file elements is now an
5776                         error (instead of a warning).
5778  158.   [bug]           Log channel and category list copy routines
5779                         weren't assigning properly to output parameter.
5781  157.   [port]          Fix missing prototype for getopt().
5783  156.   [func]          Support new 'database' statement in zone.
5785                                 database "quoted-string";
5787  155.   [bug]           ns_notify_start() was not detaching the found zone.
5789  154.   [func]          The signer now logs libdns warnings to stderr even when
5790                         not verbose, and in a nicer format.
5792  153.   [func]          dns_rdata_tostruct() 'mctx' is now optional.  If 'mctx'
5793                         is NULL then you need to preserve the 'rdata' until
5794                         you have finished using the structure as there may be
5795                         references to the associated memory.  If 'mctx' is
5796                         non-NULL it is guaranteed that there are no references
5797                         to memory associated with 'rdata'.
5799                         dns_rdata_freestruct() must be called if 'mctx' was
5800                         non-NULL and may safely be called if 'mctx' was NULL.
5802  152.   [bug]           keygen dumped core if domain name argument was omitted
5803                         from command line.
5805  151.   [func]          Support 'disabled' statement in zone config (causes
5806                         zone to be parsed and then ignored). Currently must
5807                         come after the 'type' clause.
5809  150.   [func]          Support optional ports in masters and also-notify
5810                         statements:
5812                                 masters [ port xxx ] { y.y.y.y [ port zzz ] ; }
5814  149.   [cleanup]       Removed usused argument 'olist' from
5815                         dns_c_view_unsetordering().
5817  148.   [cleanup]       Stop issuing some warnings about some configuration
5818                         file statements that were not implemented, but now are.
5820  147.   [bug]           Changed yacc union size to be smaller for yaccs that
5821                         put yacc-stack on the real stack.
5823  146.   [cleanup]       More general redundant header file cleanup.  Rather
5824                         than continuing to itemize every header which changed,
5825                         this changelog entry just notes that if a header file
5826                         did not need another header file that it was including
5827                         in order to provide its advertized functionality, the
5828                         inclusion of the other header file was removed.  See
5829                         util/check-includes for how this was tested.
5831  145.   [cleanup]       Added <isc/lang.h> and ISC_LANG_BEGINDECLS/
5832                         ISC_LANG_ENDDECLS to header files that had function
5833                         prototypes, and removed it from those that did not.
5835  144.   [cleanup]       libdns header files too numerous to name were made
5836                         to conform to the same style for multiple inclusion
5837                         protection.
5839  143.   [func]          Added function dns_rdatatype_isknown().
5841  142.   [cleanup]       <isc/stdtime.h> does not need <time.h> or
5842                         <isc/result.h>.
5844  141.   [bug]           Corrupt requests with multiple questions could
5845                         cause an assertion failure.
5847  140.   [cleanup]       <isc/time.h> does not need <time.h> or <isc/result.h>.
5849  139.   [cleanup]       <isc/net.h> now includes <isc/types.h> instead of
5850                         <isc/int.h> and <isc/result.h>.
5852  138.   [cleanup]       isc_strtouq moved from str.[ch] to string.[ch] and
5853                         renamed isc_string_touint64.  isc_strsep moved from
5854                         strsep.c to string.c and renamed isc_string_separate.
5856  137.   [cleanup]       <isc/commandline.h>, <isc/mem.h>, <isc/print.h>
5857                         <isc/serial.h>, <isc/string.h> and <isc/offset.h>
5858                         made to conform to the same style for multiple
5859                         inclusion protection.
5861  136.   [cleanup]       <isc/commandline.h>, <isc/interfaceiter.h>,
5862                         <isc/net.h> and Win32's <isc/thread.h> needed
5863                         ISC_LANG_BEGINDECLS/ISC_LANG_ENDDECLS.
5865  135.   [cleanup]       Win32's <isc/condition.h> did not need <isc/result.h>
5866                         or <isc/boolean.h>, now uses <isc/types.h> in place
5867                         of <isc/time.h>, and needed ISC_LANG_BEGINDECLS
5868                         and ISC_LANG_ENDDECLS.
5870  134.   [cleanup]       <isc/dir.h> does not need <limits.h>.
5872  133.   [cleanup]       <isc/ipv6.h> needs <isc/platform.h>.
5874  132.   [cleanup]       <isc/app.h> does not need <isc/task.h>, but does
5875                         need <isc/eventclass.h>.
5877  131.   [cleanup]       <isc/mutex.h> and <isc/util.h> need <isc/result.h>
5878                         for ISC_R_* codes used in macros.
5880  130.   [cleanup]       <isc/condition.h> does not need <pthread.h> or
5881                         <isc/boolean.h>, and now includes <isc/types.h>
5882                         instead of <isc/time.h>.
5884  129.   [bug]           The 'default_debug' log channel was not set up when
5885                         'category default' was present in the config file
5887  128.   [cleanup]       <isc/dir.h> had ISC_LANG_BEGINDECLS instead of
5888                         ISC_LANG_ENDDECLS at end of header.
5890  127.   [cleanup]       The contracts for the comparision routines
5891                         dns_name_fullcompare(), dns_name_compare(),
5892                         dns_name_rdatacompare(), and dns_rdata_compare() now
5893                         specify that the order value returned is < 0, 0, or > 0
5894                         instead of -1, 0, or 1.
5896  126.   [cleanup]       <isc/quota.h> and <isc/taskpool.h> need <isc/lang.h>.
5898  125.   [cleanup]       <isc/eventclass.h>, <isc/ipv6.h>, <isc/magic.h>,
5899                         <isc/mutex.h>, <isc/once.h>, <isc/region.h>, and
5900                         <isc/resultclass.h> do not need <isc/lang.h>.
5902  124.   [func]          signer now imports parent's zone key signature
5903                         and creates null keys/sets zone status bit for
5904                         children when necessary
5906  123.   [cleanup]       <isc/event.h> does not need <stddef.h>.
5908  122.   [cleanup]       <isc/task.h> does not need <isc/mem.h> or
5909                         <isc/result.h>.
5911  121.   [cleanup]       <isc/symtab.h> does not need <isc/mem.h> or
5912                         <isc/result.h>.  Multiple inclusion protection
5913                         symbol fixed from ISC_SYMBOL_H to ISC_SYMTAB_H.
5914                         isc_symtab_t moved to <isc/types.h>.
5916  120.   [cleanup]       <isc/socket.h> does not need <isc/boolean.h>,
5917                         <isc/bufferlist.h>, <isc/task.h>, <isc/mem.h> or
5918                         <isc/net.h>.
5920  119.   [cleanup]       structure definitions for generic rdata structures do
5921                         not have _generic_ in their names.
5923  118.   [cleanup]       libdns.a is now namespace-clean, on NetBSD, excepting
5924                         YACC crust (yyparse, etc) [2000-apr-27 explorer]
5926  117.   [cleanup]       libdns.a changes:
5927                         dns_zone_clearnotify() and dns_zone_addnotify()
5928                         are replaced by dns_zone_setnotifyalso().
5929                         dns_zone_clearmasters() and dns_zone_addmaster()
5930                         are replaced by dns_zone_setmasters().
5932  116.   [func]          Added <isc/offset.h> for isc_offset_t (aka off_t
5933                         on Unix systems).
5935  115.   [port]          Shut up the -Wmissing-declarations warning about
5936                         <stdio.h>'s __sputaux on BSD/OS pre-4.1.
5938  114.   [cleanup]       <isc/sockaddr.h> does not need <isc/buffer.h> or
5939                         <isc/list.h>.
5941  113.   [func]          Utility programs dig and host added.
5943  112.   [cleanup]       <isc/serial.h> does not need <isc/boolean.h>.
5945  111.   [cleanup]       <isc/rwlock.h> does not need <isc/result.h> or
5946                         <isc/mutex.h>.
5948  110.   [cleanup]       <isc/result.h> does not need <isc/boolean.h> or
5949                         <isc/list.h>.
5951  109.   [bug]           "make depend" did nothing for
5952                         bin/tests/{db,mem,sockaddr,tasks,timers}/.
5954  108.   [cleanup]       DNS_SETBIT/DNS_GETBIT/DNS_CLEARBIT moved from
5955                         <dns/types.h> to <dns/bit.h> and renamed to
5956                         DNS_BIT_SET/DNS_BIT_GET/DNS_BIT_CLEAR.
5958  107.   [func]          Add keysigner and keysettool.
5960  106.   [func]          Allow dnssec verifications to ignore the validity
5961                         period.  Used by several of the dnssec tools.
5963  105.   [doc]           doc/dev/coding.html expanded with other
5964                         implicit conventions the developers have used.
5966  104.   [bug]           Made compress_add and compress_find static to
5967                         lib/dns/compress.c.
5969  103.   [func]          libisc buffer API changes for <isc/buffer.h>:
5970                         Added:
5971                                 isc_buffer_base(b)          (pointer)
5972                                 isc_buffer_current(b)       (pointer)
5973                                 isc_buffer_active(b)        (pointer)
5974                                 isc_buffer_used(b)          (pointer)
5975                                 isc_buffer_length(b)            (int)
5976                                 isc_buffer_usedlength(b)        (int)
5977                                 isc_buffer_consumedlength(b)    (int)
5978                                 isc_buffer_remaininglength(b)   (int)
5979                                 isc_buffer_activelength(b)      (int)
5980                                 isc_buffer_availablelength(b)   (int)
5981                         Removed:
5982                                 ISC_BUFFER_USEDCOUNT(b)
5983                                 ISC_BUFFER_AVAILABLECOUNT(b)
5984                                 isc_buffer_type(b)
5985                         Changed names:
5986                                 isc_buffer_used(b, r) ->
5987                                         isc_buffer_usedregion(b, r)
5988                                 isc_buffer_available(b, r) ->
5989                                         isc_buffer_available_region(b, r)
5990                                 isc_buffer_consumed(b, r) ->
5991                                         isc_buffer_consumedregion(b, r)
5992                                 isc_buffer_active(b, r) ->
5993                                         isc_buffer_activeregion(b, r)
5994                                 isc_buffer_remaining(b, r) ->
5995                                         isc_buffer_remainingregion(b, r)
5997                         Buffer types were removed, so the ISC_BUFFERTYPE_*
5998                         macros are no more, and the type argument to
5999                         isc_buffer_init and isc_buffer_allocate were removed.
6000                         isc_buffer_putstr is now void (instead of isc_result_t)
6001                         and requires that the caller ensure that there
6002                         is enough available buffer space for the string.
6004  102.   [port]          Correctly detect inet_aton, inet_pton and inet_ptop
6005                         on BSD/OS 4.1.
6007  101.   [cleanup]       Quieted EGCS warnings from lib/isc/print.c.
6009  100.   [cleanup]       <isc/random.h> does not need <isc/int.h> or
6010                         <isc/mutex.h>.  isc_random_t moved to <isc/types.h>.
6012   99.   [cleanup]       Rate limiter now has separate shutdown() and
6013                         destroy() functions, and it guarantees that all
6014                         queued events are delivered even in the shutdown case.
6016   98.   [cleanup]       <isc/print.h> does not need <stdarg.h> or <stddef.h>
6017                         unless ISC_PLATFORM_NEEDVSNPRINTF is defined.
6019   97.   [cleanup]       <isc/ondestroy.h> does not need <stddef.h> or
6020                         <isc/event.h>.
6022   96.   [cleanup]       <isc/mutex.h> does not need <isc/result.h>.
6024   95.   [cleanup]       <isc/mutexblock.h> does not need <isc/result.h>.
6026   94.   [cleanup]       Some installed header files did not compile as C++.
6028   93.   [cleanup]       <isc/msgcat.h> does not need <isc/result.h>.
6030   92.   [cleanup]       <isc/mem.h> does not need <stddef.h>, <isc/boolean.h>,
6031                         or <isc/result.h>.
6033   91.   [cleanup]       <isc/log.h> does not need <sys/types.h> or
6034                         <isc/result.h>.
6036   90.   [cleanup]       Removed unneeded ISC_LANG_BEGINDECLS/ISC_LANG_ENDDECLS
6037                         from <named/listenlist.h>.
6039   89.   [cleanup]       <isc/lex.h> does not need <stddef.h>.
6041   88.   [cleanup]       <isc/interfaceiter.h> does not need <isc/result.h> or
6042                         <isc/mem.h>.  isc_interface_t and isc_interfaceiter_t
6043                         moved to <isc/types.h>.
6045   87.   [cleanup]       <isc/heap.h> does not need <isc/boolean.h>,
6046                         <isc/mem.h> or <isc/result.h>.
6048   86.   [cleanup]       isc_bufferlist_t moved from <isc/bufferlist.h> to
6049                         <isc/types.h>.
6051   85.   [cleanup]       <isc/bufferlist.h> does not need <isc/buffer.h>,
6052                         <isc/list.h>, <isc/mem.h>, <isc/region.h> or
6053                         <isc/int.h>.
6055   84.   [func]          allow-query ACL checks now apply to all data
6056                         added to a response.
6058   83.   [func]          If the server is authoritative for both a
6059                         delegating zone and its (nonsecure) delegatee, and
6060                         a query is made for a KEY RR at the top of the
6061                         delegatee, then the server will look for a KEY
6062                         in the delegator if it is not found in the delegatee.
6064   82.   [cleanup]       <isc/buffer.h> does not need <isc/list.h>.
6066   81.   [cleanup]       <isc/int.h> and <isc/boolean.h> do not need
6067                         <isc/lang.h>.
6069   80.   [cleanup]       <isc/print.h> does not need <stdio.h> or <stdlib.h>.
6071   79.   [cleanup]       <dns/callbacks.h> does not need <stdio.h>.
6073   78.   [cleanup]       lwres_conftest renamed to lwresconf_test for
6074                         consistency with other *_test programs.
6076   77.   [cleanup]       typedef of isc_time_t and isc_interval_t moved from
6077                         <isc/time.h> to <isc/types.h>.
6079   76.   [cleanup]       Rewrote keygen.
6081   75.   [func]          Don't load a zone if its database file is older
6082                         than the last time the zone was loaded.
6084   74.   [cleanup]       Removed mktemplate.o and ufile.o from libisc.a,
6085                         subsumed by file.o.
6087   73.   [func]          New "file" API in libisc, including new function
6088                         isc_file_getmodtime, isc_mktemplate renamed to
6089                         isc_file_mktemplate and isc_ufile renamed to
6090                         isc_file_openunique.  By no means an exhaustive API,
6091                         it is just what's needed for now.
6093   72.   [func]          DNS_RBTFIND_NOPREDECESSOR and DNS_RBTFIND_NOOPTIONS
6094                         added for dns_rbt_findnode, the former to disable the
6095                         setting of the chain to the predecessor, and the
6096                         latter to make clear when no options are set.
6098   71.   [cleanup]       Made explicit the implicit REQUIREs of
6099                         isc_time_seconds, isc_time_nanoseconds, and
6100                         isc_time_subtract.
6102   70.   [func]          isc_time_set() added.
6104   69.   [bug]           The zone object's master and also-notify lists grew
6105                         longer with each server reload.
6107   68.   [func]          Partial support for SIG(0) on incoming messages.
6109   67.   [performance]   Allow use of alternate (compile-time supplied)
6110                         OpenSSL libraries/headers.
6112   66.   [func]          Data in authoritative zones should have a trust level
6113                         beyond secure.
6115   65.   [cleanup]       Removed obsolete typedef of dns_zone_callbackarg_t
6116                         from <dns/types.h>.
6118   64.   [func]          The RBT, DB, and zone table APIs now allow the
6119                         caller find the most-enclosing superdomain of
6120                         a name.
6122   63.   [func]          Generate NOTIFY messages.
6124   62.   [func]          Add UDP refresh support.
6126   61.   [cleanup]       Use single quotes consistently in log messages.
6128   60.   [func]          Catch and disallow singleton types on message
6129                         parse.
6131   59.   [bug]           Cause net/host unreachable to be a hard error
6132                         when sending and receiving.
6134   58.   [bug]           bin/named/query.c could sometimes trigger the
6135                         (client->query.attributes & NS_QUERYATTR_NAMEBUFUSED)
6136                         == 0 assertion in query_newname().
6138   57.   [func]          Added dns_nxt_typepresent()
6140   56.   [bug]           SIG records were not properly returned in cached
6141                         negative answers.
6143   55.   [bug]           Responses containing multiple names in the authority
6144                         section were not negatively cached.
6146   54.   [bug]           If a fetch with sigrdataset==NULL joined one with
6147                         sigrdataset!=NULL or vice versa, the resolver
6148                         could catch an assertion or lose signature data,
6149                         respectively.
6151   53.   [port]          freebsd 4.0: lib/isc/unix/socket.c requires
6152                         <sys/param.h>.
6154   52.   [bug]           rndc: taskmgr and socketmgr were not initialized
6155                         to NULL.
6157   51.   [cleanup]       dns/compress.h and dns/zt.h did not need to include
6158                         dns/rbt.h; it was needed only by compress.c and zt.c.
6160   50.   [func]          RBT deletion no longer requires a valid chain to work,
6161                         and dns_rbt_deletenode was added.
6163   49.   [func]          Each cache now has its own mctx.
6165   48.   [func]          isc_task_create() no longer takes an mctx.
6166                         isc_task_mem() has been eliminated.
6168   47.   [func]          A number of modules now use memory context reference
6169                         counting.
6171   46.   [func]          Memory contexts are now reference counted.
6172                         Added isc_mem_inuse() and isc_mem_preallocate().
6173                         Renamed isc_mem_destroy_check() to
6174                         isc_mem_setdestroycheck().
6176   45.   [bug]           The trusted-key statement incorrectly loaded keys.
6178   44.   [bug]           Don't include authority data if it would force us
6179                         to unset the AD bit in the message.
6181   43.   [bug]           DNSSEC verification of cached rdatasets was failing.
6183   42.   [cleanup]       Simplified logging of messages with embedded domain
6184                         names by introducing a new convenience function
6185                         dns_name_format().
6187   41.   [func]          Use PR_SET_KEEPCAPS on Linux 2.3.99-pre3 and later
6188                         to allow 'named' to run as a non-root user while
6189                         retaining the ability to bind() to privileged
6190                         ports.
6192   40.   [func]          Introduced new logging category "dnssec" and
6193                         logging module "dns/validator".
6195   39.   [cleanup]       Moved the typedefs for isc_region_t, isc_textregion_t,
6196                         and isc_lex_t to <isc/types.h>.
6198   38.   [bug]           TSIG signed incoming zone transfers work now.
6200   37.   [bug]           If the first RR in an incoming zone transfer was
6201                         not an SOA, the server died with an assertion failure
6202                         instead of just reporting an error.
6204   36.   [cleanup]       Change DNS_R_SUCCESS (and others) to ISC_R_SUCCESS
6206   35.   [performance]   Log messages which are of a level too high to be
6207                         logged by any channel in the logging configuration
6208                         will not cause the log mutex to be locked.
6210   34.   [bug]           Recursion was allowed even with 'recursion no'.
6212   33.   [func]          The RBT now maintains a parent pointer at each node.
6214   32.   [cleanup]       bin/lwresd/client.c needs <string.h> for memset()
6215                         prototype.
6217   31.   [bug]           Use ${LIBTOOL} to compile bin/named/main.@O@.
6219   30.   [func]          config file grammer change to support optional
6220                         class type for a view.
6222   29.   [func]          support new config file view options:
6224                                 auth-nxdomain recursion query-source
6225                                 query-source-v6 transfer-source
6226                                 transfer-source-v6 max-transfer-time-out
6227                                 max-transfer-idle-out transfer-format
6228                                 request-ixfr provide-ixfr cleaning-interval
6229                                 fetch-glue notify rfc2308-type1 lame-ttl
6230                                 max-ncache-ttl min-roots
6232   28.   [func]          support lame-ttl, min-roots and serial-queries
6233                         config global options.
6235   27.   [bug]           Only include <netinet6/in6.h> on BSD/OS 4.[01]*.
6236                         Including it on other platforms (eg, NetBSD) can
6237                         cause a forced #error from the C preprocessor.
6239   26.   [func]          new match-clients statement in config file view.
6241   25.   [bug]           make install failed to install <isc/log.h> and
6242                         <isc/ondestroy.h>.
6244   24.   [cleanup]       Eliminate some unnecessary #includes of header
6245                         files from header files.
6247   23.   [cleanup]       Provide more context in log messages about client
6248                         requests, using a new function ns_client_log().
6250   22.   [bug]           SIGs weren't returned in the answer section when
6251                         the query resulted in a fetch.
6253   21.   [port]          Look at STD_CINCLUDES after CINCLUDES during
6254                         compilation, so additional system include directories
6255                         can be searched but header files in the bind9 source
6256                         tree with conflicting names take precedence.  This
6257                         avoids issues with installed versions of dnssafe and
6258                         openssl.
6260   20.   [func]          Configuration file post-load validation of zones
6261                         failed if there were no zones.
6263   19.   [bug]           dns_zone_notifyreceive() failed to unlock the zone
6264                         lock in certain error cases.
6266   18.   [bug]           Use AC_TRY_LINK rather than AC_TRY_COMPILE in
6267                         configure.in to check for presence of in6addr_any.
6269   17.   [func]          Do configuration file post-load validation of zones.
6271   16.   [bug]           put quotes around key names on config file
6272                         output to avoid possible keyword clashes.
6274   15.   [func]          Add dns_name_dupwithoffsets().  This function is
6275                         improves comparison performance for duped names.
6277   14.   [bug]           free_rbtdb() could have 'put' unallocated memory in
6278                         an unlikely error path.
6280   13.   [bug]           lib/dns/master.c and lib/dns/xfrin.c didn't ignore
6281                         out-of-zone data.
6283   12.   [bug]           Fixed possible unitialized variable error.
6285   11.   [bug]           axfr_rrstream_first() didn't check the result code of
6286                         db_rr_iterator_first(), possibly causing an assertion
6287                         to be triggered later.
6289   10.   [bug]           A bug in the code which makes EDNS0 OPT records in
6290                         bin/named/client.c and lib/dns/resolver.c could
6291                         trigger an assertion.
6293    9.   [cleanup]       replaced bit-setting code in confctx.c and replaced
6294                         repeated code with macro calls.
6296    8.   [bug]           Shutdown of incoming zone transfer accessed
6297                         freed memory.
6299    7.   [cleanup]       removed 'listen-on' from view statement.
6301    6.   [bug]           quote RR names when generating config file to
6302                         prevent possible clash with config file keywords
6303                         (such as 'key').
6305    5.   [func]          syntax change to named.conf file: new ssu grant/deny
6306                         statements must now be enclosed by an 'update-policy'
6307                         block.
6309    4.   [port]          bin/named/unix/os.c didn't compile on systems with
6310                         linux 2.3 kernel includes due to conflicts between
6311                         C library includes and the kernel includes.  We now
6312                         get only what we need from <linux/capability.h>, and
6313                         avoid pulling in other linux kernel .h files.
6315    3.   [bug]           TKEYs go in the answer section of responses, not
6316                         the additional section.
6318    2.   [bug]           Generating cryptographic randomness failed on
6319                         systems without /dev/random.
6321    1.   [bug]           The installdirs rule in
6322                         lib/isc/unix/include/isc/Makefile.in had a typo which
6323                         prevented the isc directory from being created if it
6324                         didn't exist.
6326         --- 9.0.0b2 released ---
6328 # This tells Emacs to use hard tabs in this file.
6329 # Local Variables:
6330 # indent-tabs-mode: t
6331 # End: