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