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