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