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