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