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