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