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