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