]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - contrib/bind9/CHANGES
MFV r278971: Apply vendor fix for CVE-2015-1349.
[FreeBSD/stable/9.git] / contrib / bind9 / CHANGES
1         --- 9.9.6-P2 released ---
2
3 4053.   [security]      Revoking a managed trust anchor and supplying
4                         an untrusted replacement could cause named
5                         to crash with an assertion failure.
6                         (CVE-2015-1349) [RT #38344]
7
8         --- 9.9.6-P1 released ---
9
10 4006.   [security]      A flaw in delegation handling could be exploited
11                         to put named into an infinite loop.  This has
12                         been addressed by placing limits on the number
13                         of levels of recursion named will allow (default 7),
14                         and the number of iterative queries that it will
15                         send (default 50) before terminating a recursive
16                         query (CVE-2014-8500).
17
18                         The recursion depth limit is configured via the
19                         "max-recursion-depth" option, and the query limit
20                         via the "max-recursion-queries" option.  [RT #37580]
21
22         --- 9.9.6 released ---
23
24 3950.   [port]          Changed the bin/python Makefile to work around a
25                         bmake bug in FreeBSD 10 and NetBSD 6. [RT #36993]
26
27         --- 9.9.6rc2 released ---
28
29 3947.   [cleanup]       Set the executable bit on libraries when using
30                         libtool. [RT #36786]
31
32 3946.   [cleanup]       Improved "configure" search for a python interpreter.
33                         [RT #36992]
34
35 3945.   [bug]           Invalid wildcard expansions could be incorrectly
36                         accepted by the validator. [RT #37093]
37
38 3944.   [test]          Added a regression test for "server-id". [RT #37057]
39
40 3942.   [bug]           Wildcard responses from a optout range should be
41                         marked as insecure. [RT #37072]
42
43 3941.   [doc]           Include the BIND version number in the ARM. [RT #37067]
44
45         --- 9.9.6rc1 released ---
46
47 3933.   [bug]           Corrected the implementation of dns_rdata_casecompare()
48                         for the HIP rdata type.  [RT #36911]
49
50 3932.   [test]          Improved named-checkconf tests. [RT #36911]
51
52 3931.   [cleanup]       Cleanup how dlz grammar is defined. [RT #36879]
53
54 3929.   [bug]           'host -a' needed to clear idnoptions. [RT #36963]
55
56 3928.   [test]          Improve rndc system test. [RT #36898]
57
58 3925.   [bug]           DS lookup of RFC 1918 empty zones failed. [RT #36917]
59
60 3924.   [bug]           Improve 'rndc addzone' error reporting. [RT #35187]
61
62 3923.   [bug]           Sanity check the xml2-config output. [RT #22246]
63
64 3922.   [bug]           When resigning, dnssec-signzone was removing
65                         all signatures from delegation nodes. It now
66                         retains DS and (if applicable) NSEC signatures.
67                         [RT #36946]
68
69 3921.   [bug]           AD was inappropriately set on RPZ responses. [RT #36833]
70
71 3919.   [bug]           dig: continue to next line if a address lookup fails
72                         in batch mode. [RT #36755]
73
74 3918.   [doc]           Update check-spf documentation. [RT #36910]
75
76 3917.   [bug]           dig, nslookup and host now continue on names that are
77                         too long after applying a search list elements.
78                         [RT #36892]
79
80 3916.   [contrib]       zone2sqlite checked wrong result code.  Address
81                         compiler warnings. [RT #36931]
82
83         --- 9.9.6b2 released ---
84
85 3914.   [bug]           Allow the URI target and CAA value fields to
86                         be zero length. [RT #36737]
87
88 3913.   [bug]           Address race issue in dispatch. [RT #36731]
89
90 3910.   [bug]           Fix races to free event during shutdown. [RT #36720]
91
92 3909.   [bug]           When computing the number of elements required for a
93                         acl count_acl_elements could have a short count leading
94                         to a assertion failure.  Also zero out new acl elements
95                         in dns_acl_merge.  [RT #36675]
96
97 3908.   [bug]           rndc now differentiates between a zone in multiple
98                         views and a zone that doesn't exist at all. [RT #36691]
99
100 3907.   [cleanup]       Alphabetize rndc help. [RT #36683]
101
102 3906.   [protocol]      Update URI record format to comply with
103                         draft-faltstrom-uri-08. [RT #36642]
104
105 3905.   [bug]           Address deadlock between view.c and adb.c. [RT #36341]
106
107 3904.   [func]          Add the RPZ SOA to the additional section. [RT36507]
108
109 3903.   [bug]           Improve the accuracy of DiG's reported round trip
110                         time. [RT 36611]
111
112 3902.   [bug]           liblwres wasn't handling link-local addresses in
113                         nameserver clauses in resolv.conf. [RT #36039]
114
115 3901.   [protocol]      Added support for CAA record type (RFC 6844).
116                         [RT #36625]
117
118 3900.   [bug]           Fix a crash in PostgreSQL DLZ driver. [RT #36637]
119
120 3899.   [bug]           "request-ixfr" is only applicable to slave and redirect
121                         zones. [RT #36608]
122
123 3898.   [bug]           Too small a buffer in tohexstr() calls in test code.
124                         [RT #36598]
125
126 3894.   [bug]           Buffers in isc_print_vsnprintf were not properly
127                         initialized leading to potential overflows when
128                         printing out quad values. [RT #36505]
129
130 3892.   [bug]           Setting '-t aaaa' in .digrc had unintended side
131                         effects. [RT #36452]
132
133 3891.   [bug]           Use ${INSTALL_SCRIPT} rather than ${INSTALL_PROGRAM}
134                         to install python programs.
135
136 3890.   [bug]           RRSIG sets that were not loaded in a single transaction
137                         at start up where not being correctly added to
138                         re-signing heaps.  [RT #36302]
139
140 3889.   [port]          hurd: configure fixes as per:
141                         https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746540
142
143 3887.   [cleanup]       Make all static symbols in rbtdb64 end in "64" so
144                         they are easier to use in a debugger. [RT #36373]
145
146         --- 9.9.6b1 released ---
147
148 3885.   [port]          Use 'open()' rather than 'file()' to open files in
149                         python.
150
151 3884.   [protocol]      Add CDS and CDNSKEY record types. [RT #36333]
152
153 3881.   [bug]           Address memory leak with UPDATE error handling.
154                         [RT #36303]
155
156 3880.   [test]          Update ans.pl to work with new TSIG support in
157                         Net::DNS; add additional Net::DNS version prerequisite
158                         checks. [RT #36327]
159
160 3879.   [func]          Add version printing option to various BIND utilities.
161                         [RT #10686]
162
163 3878.   [bug]           Using the incorrect filename for a DLZ module
164                         caused a segmentation fault on startup. [RT #36286]
165
166 3874.   [test]          Check that only "check-names master" is needed for
167                         updates to be accepted.
168
169 3873.   [protocol]      Only warn for SPF without TXT spf record. [RT #36210]
170
171 3872.   [bug]           Address issues found by static analysis. [RT #36209]
172
173 3871.   [bug]           Don't publish an activated key automatically before
174                         its publish time. [RT #35063]
175
176 3870.   [placeholder]
177
178 3869.   [placeholder]
179
180 3868.   [bug]           isc_mem_setwater incorrectly cleared hi_called
181                         potentially leaving over memory cleaner running.
182                         [RT #35270]
183
184 3866.   [bug]           Named could die on disk full in generate_session_key.
185                         [RT #36119]
186
187 3864.   [bug]           RPZ didn't work well when being used as forwarder.
188                         [RT #36060]
189
190 3862.   [cleanup]       Return immediately if we are not going to log the
191                         message in ns_client_dumpmessage.
192
193 3861.   [bug]           Benign missing isc_buffer_availablelength check in
194                         dns_message_pseudosectiontotext.  [RT #36078]
195
196 3860.   [bug]           ioctl(DP_POLL) array size needs to be determined
197                         at run time as it is limited to {OPEN_MAX}.
198                         [RT #35878]
199
200 3858.   [bug]           Disable GCC 4.9 "delete null pointer check".
201                         [RT #35968]
202
203 3857.   [bug]           Make it harder for a incorrect NOEDNS classification
204                         to be made. [RT #36020]
205
206 3855.   [bug]           Limit smoothed round trip time aging to no more than
207                         once a second. [RT #32909]
208
209 3854.   [cleanup]       Report unrecognized options, if any, in the final
210                         configure summary. [RT #36014]
211
212 3853.   [cleanup]       Refactor dns_rdataslab_fromrdataset to separate out
213                         the handling of a rdataset with no records. [RT #35968]
214
215 3849.   [doc]           Alphabetized dig's +options. [RT #35992]
216
217 3847.   [bug]           'configure --with-dlz-postgres' failed to fail when
218                         there is not support available.
219
220 3846.   [bug]           "dig +notcp ixfr=<serial>" should result in a UDP
221                         ixfr query. [RT #35980]
222
223 3844.   [bug]           Use the x64 version of the Microsoft Visual C++
224                         Redistributable when built for 64 bit Windows.
225                         [RT #35973]
226
227 3843.   [protocol]      Check EDNS EXPIRE option in dns_rdata_fromwire.
228                         [RT #35969]
229
230 3842.   [bug]           Adjust RRL log-only logging category. [RT #35945]
231
232 3841.   [cleanup]       Refactor zone.c:add_opt to use dns_message_buildopt.
233                         [RT #35924]
234
235 3840.   [port]          Check for arc4random_addrandom() before using it;
236                         it's been removed from OpenBSD 5.5. [RT #35907]
237
238 3839.   [test]          Use only posix-compatible shell in system tests.
239                         [RT #35625]
240
241 3838.   [protocol]      EDNS EXPIRE as been assigned a code point of 9.
242
243 3836.   [bug]           Address C++ keyword usage in header file.
244
245 3834.   [bug]           The re-signing heaps were not being updated soon enough
246                         leading to multiple re-generations of the same RRSIG
247                         when a zone transfer was in progress. [RT #35273]
248
249 3833.   [bug]           Cross compiling was broken due to calling genrandom at
250                         build time. [RT #35869]
251
252 3827.   [contrib]       The example DLZ driver (a version of which is
253                         also used in the dlzexternal system test) could
254                         use absolute names as relative. [RT #35802]
255
256 3826.   [bug]           Corrected bad INSIST logic in isc_radix_remove().
257                         [RT #35870]
258
259 3825.   [bug]           Address sign extension bug in isc_regex_validate.
260                         [RT #35758]
261
262 3824.   [bug]           A collision between two flag values could cause
263                         problems with cache cleaning. [RT #35858]
264
265 3822.   [bug]           Log the correct type of static-stub zones when
266                         removing them. [RT #35842]
267
268 3819.   [bug]           NSEC3 hashes need to be able to be entered and
269                         displayed without padding.  This is not a issue for
270                         currently defined algorithms but may be for future
271                         hash algorithms. [RT #27925]
272
273 3818.   [bug]           Stop lying to the optimizer that 'void *arg' is a
274                         constant in isc_event_allocate.
275
276 3815.   [doc]           Clarify "nsupdate -y" usage in man page. [RT #35808]
277
278 3809.   [doc]           Fix NSID documentation.
279
280 3807.   [bug]           Fix sign extension bug in dns_name_fromtext when
281                         lowercase is set. [RT #35743]
282
283 3806.   [test]          Improved system test portability. [RT #35625]
284
285 3805.   [contrib]       Added contrib/perftcpdns, a performance testing tool
286                         for DNS over TCP. [RT #35710]
287
288 3804.   [bug]           Corrected a race condition in dispatch.c in which
289                         portentry could be reset leading to an assertion
290                         failure in socket_search(). (Change #3708
291                         addressed the same issue but was incomplete.)
292                         [RT #35128]
293
294 3803.   [bug]           "named-checkconf -z" incorrectly rejected zones
295                         using alternate data sources for not having a "file"
296                         option. [RT #35685]
297
298 3802.   [bug]           Various header files were not being installed.
299
300 3801.   [port]          Fix probing for gssapi support on FreeBSD. [RT #35615]
301
302 3799.   [bug]           Improve named's command line error reporting.
303                         [RT #35603]
304
305 3796.   [bug]           Register dns error codes. [RT #35629]
306
307 3795.   [bug]           Make named-checkconf detect raw masterfiles for
308                         hint zones and reject them. [RT #35268]
309
310 3794.   [maint]         Added AAAA for C.ROOT-SERVERS.NET.
311
312 3793.   [bug]           zone.c:save_nsec3param() could assert when out of
313                         memory. [RT #35621]
314
315 3792.   [func]          Provide links to the alternate statistics views when
316                         displaying in a browser.  [RT #35605]
317
318 3791.   [bug]           solaris: remove extraneous return. [RT #35589]
319
320 3787.   [bug]           The code that checks whether "auto-dnssec" is
321                         allowed was ignoring "allow-update" ACLs set at
322                         the options or view level. [RT #29536]
323
324 3780.   [bug]           $GENERATE handled negative numbers incorrectly.
325                         [RT #25528]
326
327 3779.   [cleanup]       Clarify the error message when using an option
328                         that was not enabled at compile time. [RT #35504]
329
330 3778.   [bug]           Log a warning when the wrong address family is
331                         used in "listen-on" or "listen-on-v6". [RT #17848]
332
333 3775.   [bug]           dlz_dlopen driver could return the wrong error
334                         code on API version mismatch, leading to a segfault.
335                         [RT #35495]
336
337 3773.   [func]          "host", "nslookup" and "nsupdate" now have
338                         options to print the version number and exit.
339                         [RT #26057]
340
341 3770.   [bug]           "dig +trace" could fail with an assertion when it
342                         needed to fall back to TCP due to a truncated
343                         response. [RT #24660]
344
345 3769.   [doc]           Improved documentation of "rndc signing -list".
346                         [RT #30652]
347
348 3768.   [bug]           "dnssec-checkds" was missing the SHA-384 digest
349                         algorithm. [RT #34000]
350
351 3767.   [func]          Log explicitly when using rndc.key to configure
352                         command channel. [RT #35316]
353
354 3765.   [bug]           Fixed a bug in "rndc secroots" that could crash
355                         named when dumping an empty keynode. [RT #35469]
356
357 3764.   [bug]           The dnssec-keygen/settime -S and -i options
358                         (to set up a successor key and set the prepublication
359                         interval) were missing from dnssec-keyfromlabel.
360                         [RT #35394]
361
362 3761.   [bug]           Address dangling reference bug in dns_keytable_add.
363                         [RT #35471]
364
365 3757.   [port]          Enable Python tools (dnssec-coverage,
366                         dnssec-checkds) to run on Windows. [RT #34355]
367
368 3756.   [bug]           GSSAPI Kerberos realm checking was broken in
369                         check_config leading to spurious messages being
370                         logged.  [RT #35443]
371
372 3754.   [cleanup]       win32: Installer now places files in the
373                         Program Files area rather than system services.
374                         [RT #35361]
375
376 3753.   [bug]           allow-notify was ignoring keys. [RT #35425]
377
378 3751.   [tuning]        The default setting for the -U option (setting
379                         the number of UDP listeners per interface) has
380                         been adjusted to improve performance. [RT #35417]
381
382 3747.   [bug]           A race condition could lead to a core dump when
383                         destroying a resolver fetch object. [RT #35385]
384
385 3743.   [bug]           delegation-only flag wasn't working in forward zone
386                         declarations despite being documented.  This is
387                         needed to support turning off forwarding and turning
388                         on delegation only at the same name.  [RT #35392]
389
390 3742.   [port]          linux: libcap support: declare curval at start of
391                         block. [RT #35387]
392
393 3740.   [contrib]       Minor fixes to configure --with-dlz-bdb,
394                         --with-dlz-postgres and --with-dlz-odbc. [RT #35340]
395
396 3737.   [bug]           'rndc retransfer' could trigger a assertion failure
397                         with inline zones. [RT #35353]
398
399 3736.   [bug]           nsupdate: When specifying a server by name,
400                         fall back to alternate addresses if the first
401                         address for that name is not reachable. [RT #25784]
402
403 3734.   [bug]           Improve building with libtool. [RT #35314]
404
405 3732.   [contrib]       Fixed a type mismatch causing the ODBC DLZ
406                         driver to dump core on 64-bit systems. [RT #35324]
407
408 3731.   [func]          Added a "no-case-compress" ACL, which causes
409                         named to use case-insensitive compression
410                         (disabling change #3645) for specified
411                         clients. (This is useful when dealing
412                         with broken client implementations that
413                         use case-sensitive name comparisons,
414                         rejecting responses that fail to match the
415                         capitalization of the query that was sent.)
416                         [RT #35300]
417
418 3730.   [cleanup]       Added "never" as a synonym for "none" when
419                         configuring key event dates in the dnssec tools.
420                         [RT #35277]
421
422 3729.   [bug]           dnssec-keygen could set the publication date
423                         incorrectly when only the activation date was
424                         specified on the command line. [RT #35278]
425
426 3724.   [bug]           win32: Fixed a bug that prevented dig and
427                         host from exiting properly after completing
428                         a UDP query. [RT #35288]
429
430 3720.   [bug]           Address compiler warnings. [RT #35261]
431
432 3719.   [bug]           Address memory leak in in peer.c. [RT #35255]
433
434 3718.   [bug]           A missing ISC_LINK_INIT in log.c. [RT #35260]
435
436 3714.   [test]          System tests that need to test for cryptography
437                         support before running can now use a common
438                         "testcrypto.sh" script to do so. [RT #35213]
439
440 3713.   [bug]           Save memory by not storing "also-notify" addresses
441                         in zone objects that are configured not to send
442                         notify requests. [RT #35195]
443
444         --- 9.9.5 released ---
445
446         --- 9.9.5rc2 released ---
447
448 3710.   [bug]           Address double dns_zone_detach when switching to
449                         using automatic empty zones from regular zones.
450                         [RT #35177]
451
452 3709.   [port]          Use built-in versions of strptime() and timegm()
453                         on all platforms to avoid portability issues.
454                         [RT #35183]
455
456 3708.   [bug]           Address a portentry locking issue in dispatch.c.
457                         [RT #35128]
458
459 3707.   [bug]           irs_resconf_load now returns ISC_R_FILENOTFOUND
460                         on a missing resolv.conf file and initializes the
461                         structure as if it had been configured with:
462
463                                 nameserver ::1
464                                 nameserver 127.0.0.1
465
466                         Note: Callers will need to be updated to treat
467                         ISC_R_FILENOTFOUND as a qualified success or else
468                         they will leak memory. The following code fragment
469                         will work with both old and new versions without
470                         changing the behaviour of the existing code.
471
472                         resconf = NULL;
473                         result = irs_resconf_load(mctx, "/etc/resolv.conf",
474                                                   &resconf);
475                         if (result != ISC_SUCCESS) {
476                                 if (resconf != NULL)
477                                         irs_resconf_destroy(&resconf);
478                                 ....
479                         }
480
481                         [RT #35194]
482
483 3706.   [contrib]       queryperf: Fixed a possible integer overflow when
484                         printing results. [RT #35182]
485
486 3704.   [protocol]      Accept integer timestamps in RRSIG records. [RT #35185]
487
488         --- 9.9.5rc1 released ---
489
490 3701.   [func]          named-checkconf can now obscure shared secrets
491                         when printing by specifying '-x'. [RT #34465]
492
493 3699.   [bug]           Improvements to statistics channel XSL stylesheet:
494                         the stylesheet can now be cached by the browser;
495                         section headers are omitted from the stats display
496                         when there is no data in those sections to be
497                         displayed; counters are now right-justified for
498                         easier readability. (Only available with
499                         configure --enable-newstats.) [RT #35117]
500
501 3698.   [cleanup]       Replaced all uses of memcpy() with memmove().
502                         [RT #35120]
503
504 3697.   [bug]           Handle "." as a search list element when IDN support
505                         is enabled. [RT #35133]
506
507 3696.   [bug]           dig failed to handle AXFR style IXFR responses which
508                         span multiple messages. [RT #35137]
509
510 3695.   [bug]           Address a possible race in dispatch.c. [RT #35107]
511
512 3694.   [bug]           Warn when a key-directory is configured for a zone,
513                         but does not exist or is not a directory. [RT #35108]
514
515 3693.   [security]      memcpy was incorrectly called with overlapping
516                         ranges resulting in malformed names being generated
517                         on some platforms.  This could cause INSIST failures
518                         when serving NSEC3 signed zones (CVE-2014-0591).
519                         [RT #35120]
520
521 3692.   [bug]           Two calls to dns_db_getoriginnode were fatal if there
522                         was no data at the node. [RT #35080]
523
524 3690.   [bug]           Iterative responses could be missed when the source
525                         port for an upstream query was the same as the
526                         listener port (53). [RT #34925]
527
528 3689.   [bug]           Fixed a bug causing an insecure delegation from one
529                         static-stub zone to another to fail with a broken
530                         trust chain. [RT #35081]
531
532         --- 9.9.5b1 released ---
533
534 3688.   [bug]           loadnode could return a freed node on out of memory.
535                         [RT #35106]
536
537 3687.   [bug]           Address null pointer dereference in zone_xfrdone.
538                         [RT #35042]
539
540 3686.   [func]          "dnssec-signzone -Q" drops signatures from keys
541                         that are still published but no longer active.
542                         [RT #34990]
543
544 3685.   [bug]           "rndc refresh" didn't work correctly with slave
545                         zones using inline-signing. [RT #35105]
546
547 3683.   [cleanup]       Add a more detailed "not found" message to rndc
548                         commands which specify a zone name. [RT #35059]
549
550 3682.   [bug]           Correct the behavior of rndc retransfer to allow
551                         inline-signing slave zones to retain NSEC3 parameters
552                         instead of reverting to NSEC. [RT #34745]
553
554 3681.   [port]          Update the Windows build system to support feature
555                         selection and WIN64 builds.  This is a work in
556                         progress. [RT #34160]
557
558 3679.   [bug]           dig could fail to clean up TCP sockets still
559                         waiting on connect(). [RT #35074]
560
561 3678.   [port]          Update config.guess and config.sub. [RT #35060]
562
563 3677.   [bug]           'nsupdate' leaked memory if 'realm' was used multiple
564                         times.  [RT #35073]
565
566 3676.   [bug]           "named-checkconf -z" now checks zones of type
567                         hint and redirect as well as master. [RT #35046]
568
569 3675.   [misc]          Provide a place for third parties to add version
570                         information for their extensions in the version
571                         file by setting the EXTENSIONS variable.
572
573 3674.   [bug]           RPZ zeroed ttls if the query type was '*'. [RT #35026]
574
575 3672.   [func]          Local address can now be specified when using
576                         dns_client API. [RT #34811]
577
578 3671.   [bug]           Don't allow dnssec-importkey overwrite a existing
579                         non-imported private key.
580
581 3670.   [bug]           Address read after free in server side of
582                         lwres_getrrsetbyname. [RT #29075]
583
584 3669.   [port]          freebsd: --with-gssapi needs -lhx509. [RT #35001]
585
586 3668.   [bug]           Fix cast in lex.c which could see 0xff treated as eof.
587                         [RT #34993]
588
589 3667.   [test]          dig: add support to keep the TCP socket open between
590                         successive queries (+[no]keepopen).  [RT #34918]
591
592 3665.   [bug]           Failure to release lock on error in receive_secure_db.
593                         [RT #34944]
594
595 3664.   [bug]           Updated OpenSSL PKCS#11 patches to fix active list
596                         locking and other bugs. [RT #34855]
597
598 3663.   [bug]           Address bugs in dns_rdata_fromstruct and
599                         dns_rdata_tostruct for WKS and ISDN types. [RT #34910]
600
601 3662.   [bug]           'host' could die if a UDP query timed out. [RT #34870]
602
603 3661.   [bug]           Address lock order reversal deadlock with inline zones.
604                         [RT #34856]
605
606 3660.   [cleanup]       Changed the name of "isc-config.sh" to "bind9-config".
607                         [RT #23825]
608
609 3659.   [port]          solaris: don't add explicit dependencies/rules for
610                         python programs as make won't use the implicit rules.
611                         [RT #34835]
612
613 3658.   [port]          linux: Address platform specific compilation issue
614                         when libcap-devel is installed. [RT #34838]
615
616 3657.   [port]          Some readline clones don't accept NULL pointers when
617                         calling add_history. [RT #34842]
618
619 3656.   [security]      Treat an all zero netmask as invalid when generating
620                         the localnets acl. (The prior behavior could
621                         allow unexpected matches when using some versions
622                         of Winsock: CVE-2013-6320.) [RT #34687]
623
624 3655.   [cleanup]       Simplify TCP message processing when requesting a
625                         zone transfer.  [RT #34825]
626
627 3654.   [bug]           Address race condition with manual notify requests.
628                         [RT #34806]
629
630 3653.   [func]          Create delegations for all "children" of empty zones
631                         except "forward first". [RT #34826]
632
633 3651.   [tuning]        Adjust when a master server is deemed unreachable.
634                         [RT #27075]
635
636 3650.   [tuning]        Use separate rate limiting queues for refresh and
637                         notify requests. [RT #30589]
638
639 3649.   [cleanup]       Include a comment in .nzf files, giving the name of
640                         the associated view. [RT #34765]
641
642 3648.   [test]          Updated the ATF test framework to version 0.17.
643                         [RT #25627]
644
645 3647.   [bug]           Address a race condition when shutting down a zone.
646                         [RT #34750]
647
648 3646.   [bug]           Journal filename string could be set incorrectly,
649                         causing garbage in log messages. [RT #34738]
650
651 3645.   [protocol]      Use case sensitive compression when responding to
652                         queries. [RT #34737]
653
654 3644.   [protocol]      Check that EDNS subnet client options are well formed.
655                         [RT #34718]
656
657 3642.   [func]          Allow externally generated DNSKEY to be imported
658                         into the DNSKEY management framework.  A new tool
659                         dnssec-importkey is used to do this. [RT #34698]
660
661 3641.   [bug]           Handle changes to sig-validity-interval settings
662                         better. [RT #34625]
663
664 3640.   [bug]           ndots was not being checked when searching.  Only
665                         continue searching on NXDOMAIN responses.  Add the
666                         ability to specify ndots to nslookup. [RT #34711]
667
668 3639.   [bug]           Treat type 65533 (KEYDATA) as opaque except when used
669                         in a key zone. [RT #34238]
670
671         --- 9.9.4 released ---
672
673 3643.   [doc]           Clarify RRL "slip" documentation.
674
675 3638.   [cleanup]       Add the ability to handle ENOPROTOOPT in case it is
676                         encountered. [RT #34668]
677
678         --- 9.9.4rc2 released ---
679
680 3637.   [bug]           'allow-query-on' was checking the source address
681                         rather than the destination address. [RT #34590]
682
683 3636.   [bug]           Automatic empty zones now behave better with
684                         forward only "zones" beneath them. [RT #34583]
685
686 3635.   [bug]           Signatures were not being removed from a zone with
687                         only KSK keys for a algorithm. [RT #34439]
688
689 3634.   [func]          Report build-id in rndc status. Report build-id
690                         when building from a git repository. [RT #20422]
691
692 3633.   [cleanup]       Refactor OPT processing in named to make it easier
693                         to support new EDNS options. [RT #34414]
694
695 3632.   [bug]           Signature from newly inactive keys were not being
696                         removed. [RT #32178]
697
698 3631.   [bug]           Remove spurious warning about missing signatures when
699                         qtype is SIG. [RT #34600]
700
701 3630.   [bug]           Ensure correct ID computation for MD5 keys. [RT #33033]
702
703 3627.   [bug]           RPZ changes were not effective on slaves. [RT #34450]
704
705 3625.   [bug]           Don't send notify messages to machines outside of the
706                         test setup.
707
708 3623.   [bug]           zone-statistics was only effective in new statistics.
709                         [RT #34466]
710
711         --- 9.9.4rc1 released ---
712
713 3621.   [security]      Incorrect bounds checking on private type 'keydata'
714                         can lead to a remotely triggerable REQUIRE failure
715                         (CVE-2013-4854). [RT #34238]
716
717 3617.   [bug]           Named was failing to answer queries during
718                         "rndc reload" [RT #34098]
719
720 3616.   [bug]           Change #3613 was incomplete. [RT #34177]
721
722 3615.   [cleanup]       "configure" now finishes by printing a summary
723                         of optional BIND features and whether they are
724                         active or inactive. ("configure --enable-full-report"
725                         increases the verbosity of the summary.) [RT #31777]
726
727 3614.   [port]          Check for <linux/types.h>. [RT #34162]
728
729 3613.   [bug]           named could crash when deleting inline-signing
730                         zones with "rndc delzone". [RT #34066]
731
732 3611.   [bug]           Improved resistance to a theoretical authentication
733                         attack based on differential timing.  [RT #33939]
734
735 3610.   [cleanup]       win32: Some executables had been omitted from the
736                         installer. [RT #34116]
737
738 3608.   [port]          win32: added todos.pl script to ensure all text files
739                         the win32 build depends on are converted to DOS
740                         newline format. [RT #22067]
741
742 3607.   [bug]           dnssec-keygen had broken 'Invalid keyfile' error
743                         message. [RT #34045]
744
745         --- 9.9.4b1 released ---
746
747 3605.   [port]          win32: Addressed several compatibility issues
748                         with newer versions of Visual Studio. [RT #33916]
749
750 3603.   [bug]           Install <isc/stat.h>. [RT #33956]
751
752 3601.   [bug]           Added to PKCS#11 openssl patches a value len
753                         attribute in DH derive key. [RT #33928]
754
755 3600.   [cleanup]       dig: Fixed a typo in the warning output when receiving
756                         an oversized response. [RT #33910]
757
758 3599.   [tuning]        Check for pointer equivalence in name comparisons.
759                         [RT #18125]
760
761 3596.   [port]          Updated win32 build documentation, added
762                         dnssec-verify. [RT #22067]
763
764 3594.   [maint]         Update config.guess and config.sub. [RT #33816]
765
766 3592.   [doc]           Moved documentation of rndc command options to the
767                         rndc man page. [RT #33506]
768
769 3590.   [bug]           When using RRL on recursive servers, defer
770                         rate-limiting until after recursion is complete;
771                         also, use correct rcode for slipped NXDOMAIN
772                         responses.  [RT #33604]
773
774 3588.   [bug]           dig: addressed a memory leak in the sigchase code
775                         that could cause a shutdown crash.  [RT #33733]
776
777 3587.   [func]          'named -g' now checks the logging configuration but
778                         does not use it. [RT #33473]
779
780 3586.   [bug]           Handle errors in xmlDocDumpFormatMemoryEnc. [RT #33706]
781
782 3584.   [security]      Caching data from an incompletely signed zone could
783                         trigger an assertion failure in resolver.c
784                         (CVE-2013-3919). [RT #33690]
785
786 3583.   [bug]           Address memory leak in GSS-API processing [RT #33574]
787
788 3582.   [bug]           Silence false positive warning regarding missing file
789                         directive for inline slave zones.  [RT #33662]
790
791 3581.   [bug]           Changed the tcp-listen-queue default to 10. [RT #33029]
792
793 3580.   [bug]           Addressed a possible race in acache.c [RT #33602]
794
795 3579.   [maint]         Updates to PKCS#11 openssl patches, supporting
796                         versions 0.9.8y, 1.0.0k, 1.0.1e [RT #33463]
797
798 3578.   [bug]           'rndc -c file' now fails if 'file' does not exist.
799                         [RT #33571]
800
801 3577.   [bug]           Handle zero TTL values better. [RT #33411]
802
803 3576.   [bug]           Address a shutdown race when validating. [RT #33573]
804
805 3575.   [func]          Changed the logging category for RRL events from
806                         'queries' to 'query-errors'. [RT #33540]
807
808 3574.   [doc]           The 'hostname' keyword was missing from server-id
809                         description in the named.conf man page. [RT #33476]
810
811 3573.   [bug]           "rndc addzone" and "rndc delzone" incorrectly handled
812                         zone names containing punctuation marks and other
813                         nonstandard characters. [RT #33419]
814
815 3571.   [bug]           Address race condition in dns_client_startresolve().
816                         [RT #33234]
817
818 3566.   [func]          Log when forwarding updates to master. [RT #33240]
819
820 3554.   [bug]           RRL failed to correctly rate-limit upward
821                         referrals and failed to count dropped error
822                         responses in the statistics. [RT #33225]
823
824 3545.   [bug]           RRL slip behavior was incorrect when set to 1.
825                         [RT #33111]
826
827 3518.   [bug]           Increase the size of dns_rrl_key.s.rtype by one bit
828                         so that all dns_rrl_rtype_t enum values fit regardless
829                         of whether it is teated as signed or unsigned by
830                         the compiler. [RT #32792]
831
832 3494.   [func]          DNS RRL: Blunt the impact of DNS reflection and
833                         amplification attacks by rate-limiting substantially-
834                         identical responses. To enable, use "configure
835                         --enable-rrl". [RT #28130]
836
837         --- 9.9.3 released ---
838
839 3568.   [cleanup]       Add a product description line to the version file,
840                         to be reported by named -v/-V. [RT #33366]
841
842 3567.   [bug]           Silence clang static analyzer warnings. [RT #33365]
843
844 3563.   [contrib]       zone2sqlite failed with some table names. [RT #33375]
845
846 3561.   [bug]           dig: issue a warning if an EDNS query returns FORMERR
847                         or NOTIMP.  Adjust usage message. [RT #33363]
848
849         --- 9.9.3rc2 released ---
850
851 3560.   [bug]           isc-config.sh did not honor includedir and libdir
852                         when set via configure. [RT #33345]
853
854 3559.   [func]          Check that both forms of Sender Policy Framework
855                         records exist or do not exist. [RT #33355]
856
857 3558.   [bug]           IXFR of a DLZ stored zone was broken. [RT #33331]
858
859 3557.   [bug]           Reloading redirect zones was broken. [RT #33292]
860
861 3556.   [maint]         Added AAAA for D.ROOT-SERVERS.NET.
862
863 3555.   [bug]           Address theoretical race conditions in acache.c
864                         (change #3553 was incomplete). [RT #33252]
865
866 3553.   [bug]           Address suspected double free in acache. [RT #33252]
867
868 3552.   [bug]           Wrong getopt option string for 'nsupdate -r'.
869                         [RT #33280]
870
871 3549.   [doc]           Documentation for "request-nsid" was missing.
872                         [RT #33153]
873
874 3548.   [bug]           The NSID request code in resolver.c was broken
875                         resulting in invalid EDNS options being sent.
876                         [RT #33153]
877
878 3547.   [bug]           Some malformed unknown rdata records were not properly
879                         detected and rejected. [RT #33129]
880
881         --- 9.9.3rc1 released ---
882
883 3546.   [func]          Add EUI48 and EUI64 types. [RT #33082]
884
885 3544.   [contrib]       check5011.pl: Script to report the status of
886                         managed keys as recorded in managed-keys.bind.
887                         Contributed by Tony Finch <dot@dotat.at>
888
889 3543.   [bug]           Update socket structure before attaching to socket
890                         manager after accept. [RT #33084]
891
892 3541.   [bug]           Parts of libdns were not properly initialized when
893                         built in libexport mode. [RT #33028]
894
895 3540.   [test]          libt_api: t_info and t_assert were not thread safe.
896
897 3539.   [port]          win32: timestamp format didn't match other platforms.
898
899 3538.   [test]          Running "make test" now requires loopback interfaces
900                         to be set up. [RT #32452]
901
902 3537.   [tuning]        Slave zones, when updated, now send NOTIFY messages
903                         to peers before being dumped to disk rather than
904                         after. [RT #27242]
905
906 3535.   [bug]           Minor win32 cleanups. [RT #32962]
907
908 3534.   [bug]           Extra text after an embedded NULL was ignored when
909                         parsing zone files. [RT #32699]
910
911 3533.   [contrib]       query-loc-0.4.0: memory leaks. [RT #32960]
912
913 3532.   [contrib]       zkt: fixed buffer overrun, resource leaks. [RT #32960]
914
915 3531.   [bug]           win32: A uninitialized value could be returned on out
916                         of memory. [RT #32960]
917
918 3530.   [contrib]       Better RTT tracking in queryperf. [RT #30128]
919
920 3528.   [func]          New "dnssec-coverage" command scans the timing
921                         metadata for a set of DNSSEC keys and reports if a
922                         lapse in signing coverage has been scheduled
923                         inadvertently. (Note: This tool depends on python;
924                         it will not be built or installed on systems that
925                         do not have a python interpreter.) [RT #28098]
926
927 3527.   [compat]        Add a URI to allow applications to explicitly
928                         request a particular XML schema from the statistics
929                         channel, returning 404 if not supported. [RT #32481]
930
931 3526.   [cleanup]       Set up dependencies for unit tests correctly during
932                         build. [RT #32803]
933
934 3521.   [bug]           Address memory leak in opensslecdsa_link.c. [RT #32249]
935
936 3520.   [bug]           'mctx' was not being referenced counted in some places
937                         where it should have been.  [RT #32794]
938
939         --- 9.9.3b2 released ---
940
941 3517.   [bug]           Reorder destruction to avoid shutdown race. [RT #32777]
942
943 3515.   [port]          '%T' is not portable in strftime(). [RT #32763]
944
945 3514.   [bug]           The ranges for valid key sizes in ddns-confgen and
946                         rndc-confgen were too constrained. Keys up to 512
947                         bits are now allowed for most algorithms, and up
948                         to 1024 bits for hmac-sha384 and hmac-sha512.
949                         [RT #32753]
950
951 3511.   [doc]           Improve documentation of redirect zones. [RT #32756]
952
953 3509.   [cleanup]       Added a product line to version file to allow for
954                         easy naming of different products (BIND
955                         vs BIND ESV, for example). [RT #32755]
956
957 3508.   [contrib]       queryperf was incorrectly rejecting the -T option.
958                         [RT #32338]
959
960 3507.   [bug]           Statistics channel XSL (when built with
961                         --enable-newstats) had a glitch when attempting
962                         to chart query data before any queries had been
963                         received. [RT #32620]
964
965 3505.   [bug]           When setting "max-cache-size" and "max-acache-size",
966                         larger values than 4 gigabytes could not be set
967                         explicitly, though larger sizes were available
968                         when setting cache size to 0. This has been
969                         corrected; the full range is now available.
970                         [RT #32358]
971
972 3503.   [doc]           Clarify size_spec syntax. [RT #32449]
973
974 3501.   [func]          zone-statistics now takes three options: full,
975                         terse, and none. "yes" and "no" are retained as
976                         synonyms for full and terse, respectively. [RT #29165]
977
978 3500.   [security]      Support NAPTR regular expression validation on
979                         all platforms without using libregex, which
980                         can be vulnerable to memory exhaustion attack
981                         (CVE-2013-2266). [RT #32688]
982
983 3499.   [doc]           Corrected ARM documentation of built-in zones.
984                         [RT #32694]
985
986 3498.   [bug]           zone statistics for zones which matched a potential
987                         empty zone could have their zone-statistics setting
988                         overridden.
989
990 3496.   [func]          Improvements to RPZ performance. The "response-policy"
991                         syntax now includes a "min-ns-dots" clause, with
992                         default 1, to exclude top-level domains from
993                         NSIP and NSDNAME checking. --enable-rpz-nsip and
994                         --enable-rpz-nsdname are now the default. [RT #32251]
995
996 3493.   [contrib]       Added BDBHPT dynamically-lodable DLZ module,
997                         contributed by Mark Goldfinch. [RT #32549]
998
999 3492.   [bug]           Fixed a regression in zone loading performance
1000                         due to lock contention. [RT #30399]
1001
1002 3491.   [bug]           Slave zones using inline-signing must specify a
1003                         file name. [RT #31946]
1004
1005 3489.   [bug]           --enable-developer now turns on ISC_LIST_CHECKINIT.
1006                         When cloning a rdataset do not copy the link contents.
1007                         [RT #32651]
1008
1009 3488.   [bug]           Use after free error with DH generated keys. [RT #32649]
1010
1011 3487.   [bug]           Change 3444 was not complete.  There was a additional
1012                         place where the NOQNAME proof needed to be saved.
1013                         [RT #32629]
1014
1015 3486.   [bug]           named could crash when using TKEY-negotiated keys
1016                         that had been deleted and then recreated. [RT #32506]
1017
1018 3485.   [cleanup]       Only compile openssl_gostlink.c if we support GOST.
1019
1020 3483.   [bug]           Corrected XSL code in use with --enable-newstats.
1021                         [RT #32587]
1022
1023 3481.   [cleanup]       Removed use of const const in atf.
1024
1025 3480.   [bug]           Silence logging noise when setting up zone
1026                         statistics. [RT #32525]
1027
1028 3479.   [bug]           Address potential memory leaks in gssapi support
1029                         code. [RT #32405]
1030
1031 3478.   [port]          Fix a build failure in strict C99 environments
1032                         [RT #32475]
1033
1034 3474.   [bug]           nsupdate could assert when the local and remote
1035                         address families didn't match. [RT #22897]
1036
1037 3473.   [bug]           dnssec-signzone/verify could incorrectly report
1038                         an error condition due to an empty node above an
1039                         opt-out delegation lacking an NSEC3. [RT #32072]
1040
1041 3471.   [bug]           The number of UDP dispatches now defaults to
1042                         the number of CPUs even if -n has been set to
1043                         a higher value. [RT #30964]
1044
1045 3470.   [bug]           Slave zones could fail to dump when successfully
1046                         refreshing after an initial failure. [RT #31276]
1047
1048         --- 9.9.3b1 released ---
1049
1050 3468.   [security]      RPZ rules to generate A records (but not AAAA records)
1051                         could trigger an assertion failure when used in
1052                         conjunction with DNS64 (CVE-2012-5689). [RT #32141]
1053
1054 3467.   [bug]           Added checks in dnssec-keygen and dnssec-settime
1055                         to check for delete date < inactive date. [RT #31719]
1056
1057 3466.   [contrib]       Corrected the DNS_CLIENTINFOMETHODS_VERSION check
1058                         in DLZ example driver. [RT #32275]
1059
1060 3465.   [bug]           Handle isolated reserved ports. [RT #31778]
1061
1062 3464.   [maint]         Updates to PKCS#11 openssl patches, supporting
1063                         versions 0.9.8x, 1.0.0j, 1.0.1c [RT #29749]
1064
1065 3463.   [doc]           Clarify managed-keys syntax in ARM. [RT #32232]
1066
1067 3462.   [doc]           Clarify server selection behavior of dig when using
1068                         -4 or -6 options. [RT #32181]
1069
1070 3461.   [bug]           Negative responses could incorrectly have AD=1
1071                         set. [RT #32237]
1072
1073 3460.   [bug]           Only link against readline where needed. [RT #29810]
1074
1075 3458.   [bug]           Return FORMERR when presented with a overly long
1076                         domain named in a request. [RT #29682]
1077
1078 3457.   [protocol]      Add ILNP records (NID, LP, L32, L64). [RT #31836]
1079
1080 3456.   [port]          g++47: ATF failed to compile. [RT #32012]
1081
1082 3455.   [contrib]       queryperf: fix getopt option list. [RT #32338]
1083
1084 3454.   [port]          sparc64: improve atomic support. [RT #25182]
1085
1086 3453.   [bug]           'rndc addzone' of a zone with 'inline-signing yes;'
1087                         failed. [RT #31960]
1088
1089 3452.   [bug]           Accept duplicate singleton records. [RT #32329]
1090
1091 3451.   [port]          Increase per thread stack size from 64K to 1M.
1092                         [RT #32230]
1093
1094 3450.   [bug]           Stop logfileconfig system test spam system logs.
1095                         [RT #32315]
1096
1097 3449.   [bug]           gen.c: use the pre-processor to construct format
1098                         strings so that compiler can perform sanity checks;
1099                         check the snprintf results. [RT #17576]
1100
1101 3448.   [bug]           The allow-query-on ACL was not processed correctly.
1102                         [RT #29486]
1103
1104 3447.   [port]          Add support for libxml2-2.9.x [RT #32231]
1105
1106 3446.   [port]          win32: Add source ID (see change #3400) to build.
1107                         [RT #31683]
1108
1109 3445.   [bug]           Warn about zone files with blank owner names
1110                         immediately after $ORIGIN directives. [RT #31848]
1111
1112 3444.   [bug]           The NOQNAME proof was not being returned from cached
1113                         insecure responses. [RT #21409]
1114
1115 3443.   [bug]           ddns-confgen: Some TSIG algorithms were incorrectly
1116                         rejected when generating keys. [RT #31927]
1117
1118 3442.   [port]          Net::DNS 0.69 introduced a non backwards compatible
1119                         change. [RT #32216]
1120
1121 3441.   [maint]         D.ROOT-SERVERS.NET is now 199.7.91.13.
1122
1123 3440.   [bug]           Reorder get_key_struct to not trigger a assertion when
1124                         cleaning up due to out of memory error. [RT #32131]
1125
1126 3439.   [bug]           contrib/dlz error checking fixes. [RT #32102]
1127
1128 3438.   [bug]           Don't accept unknown data escape in quotes. [RT #32031]
1129
1130 3437.   [bug]           isc_buffer_init -> isc_buffer_constinit to initialize
1131                         buffers with constant data. [RT #32064]
1132
1133 3436.   [bug]           Check malloc/calloc return values. [RT #32088]
1134
1135 3435.   [bug]           Cross compilation support in configure was broken.
1136                         [RT #32078]
1137
1138 3431.   [bug]           ddns-confgen: Some valid key algorithms were
1139                         not accepted. [RT #31927]
1140
1141 3430.   [bug]           win32: isc_time_formatISO8601 was missing the
1142                         'T' between the date and time. [RT #32044]
1143
1144 3429.   [bug]           dns_zone_getserial2 could a return success without
1145                         returning a valid serial. [RT #32007]
1146
1147 3428.   [cleanup]       dig: Add timezone to date output. [RT #2269]
1148
1149 3427.   [bug]           dig +trace incorrectly displayed name server
1150                         addresses instead of names. [RT #31641]
1151
1152 3426.   [bug]           dnssec-checkds: Clearer output when records are not
1153                         found. [RT #31968]
1154
1155 3425.   [bug]           "acacheentry" reference counting was broken resulting
1156                         in use after free. [RT #31908]
1157
1158 3424.   [func]          dnssec-dsfromkey now emits the hash without spaces.
1159                         [RT #31951]
1160
1161 3423.   [bug]           "rndc signing -nsec3param" didn't accept the full
1162                         range of possible values.  Address portability issues.
1163                         [RT #31938]
1164
1165 3422.   [bug]           Added a clear error message for when the SOA does not
1166                         match the referral. [RT #31281]
1167
1168 3421.   [bug]           Named loops when re-signing if all keys are offline.
1169                         [RT #31916]
1170
1171 3420.   [bug]           Address VPATH compilation issues. [RT #31879]
1172
1173 3419.   [bug]           Memory leak on validation cancel. [RT #31869]
1174
1175 3417.   [func]          Optional new XML schema (version 3.0) for the
1176                         statistics channel adds query type statistics at the
1177                         zone level, and flattens the XML tree and uses
1178                         compressed format to optimize parsing. Includes new XSL
1179                         that permits charting via the Google Charts API on
1180                         browsers that support javascript in XSL.  To enable,
1181                         build with "configure --enable-newstats". [RT #30023]
1182
1183 3416.   [bug]           Named could die on shutdown if running with 128 UDP
1184                         dispatches per interface. [RT #31743]
1185
1186 3415.   [bug]           named could die with a REQUIRE failure if a validation
1187                         was canceled. [RT #31804]
1188
1189 3414.   [bug]           Address locking issues found by Coverity. [RT #31626]
1190
1191 3412.   [bug]           Copy timeval structure from control message data.
1192                         [RT #31548]
1193
1194 3411.   [tuning]        Use IPV6_USE_MIN_MTU or equivalent with TCP in addition
1195                         to UDP. [RT #31690]
1196
1197 3410.   [bug]           Addressed Coverity warnings. [RT #31626]
1198
1199 3409.   [contrib]       contrib/dane/mkdane.sh: Tool to generate TLSA RR's
1200                         from X.509 certificates, for use with DANE
1201                         (DNS-based Authentication of Named Entities).
1202                         [RT #30513]
1203
1204 3408.   [bug]           Some DNSSEC-related options (update-check-ksk,
1205                         dnssec-loadkeys-interval, dnssec-dnskey-kskonly)
1206                         are now legal in slave zones as long as
1207                         inline-signing is in use. [RT #31078]
1208
1209 3406.   [bug]           mem.c: Fix compilation errors when building with
1210                         ISC_MEM_TRACKLINES or ISC_MEMPOOL_NAMES disabled.
1211                         Also, ISC_MEM_DEBUG is no longer optional. [RT #31559]
1212
1213 3405.   [bug]           Handle time going backwards in acache. [RT #31253]
1214
1215 3404.   [bug]           dnssec-signzone: When re-signing a zone, remove
1216                         RRSIG and NSEC records from nodes that used to be
1217                         in-zone but are now below a zone cut. [RT #31556]
1218
1219 3403.   [bug]           Silence noisy OpenSSL logging. [RT #31497]
1220
1221 3402.   [test]          The IPv6 interface numbers used for system
1222                         tests were incorrect on some platforms. [RT #25085]
1223
1224 3401.   [bug]           Addressed Coverity warnings. [RT #31484]
1225
1226 3400.   [cleanup]       "named -V" can now report a source ID string, defined
1227                         in the "srcid" file in the build tree and normally set
1228                         to the most recent git hash.  [RT #31494]
1229
1230 3399.   [port]          netbsd: rename 'bool' parameter to avoid namespace
1231                         clash.  [RT #31515]
1232
1233 3398.   [bug]           SOA parameters were not being updated with inline
1234                         signed zones if the zone was modified while the
1235                         server was offline. [RT #29272]
1236
1237 3397.   [bug]           dig crashed when using +nssearch with +tcp. [RT #25298]
1238
1239 3396.   [bug]           OPT records were incorrectly removed from signed,
1240                         truncated responses. [RT #31439]
1241
1242 3395.   [protocol]      Add RFC 6598 reverse zones to built in empty zones
1243                         list, 64.100.IN-ADDR.ARPA ... 127.100.IN-ADDR.ARPA.
1244                         [RT #31336]
1245
1246 3394.   [bug]           Adjust 'successfully validated after lower casing
1247                         signer' log level and category. [RT #31414]
1248
1249 3393.   [bug]           'host -C' could core dump if REFUSED was received.
1250                         [RT #31381]
1251
1252 3391.   [bug]           A DNSKEY lookup that encountered a CNAME failed.
1253                         [RT #31262]
1254
1255 3390.   [bug]           Silence clang compiler warnings. [RT #30417]
1256
1257 3389.   [bug]           Always return NOERROR (not 0) in TSIG. [RT #31275]
1258
1259 3388.   [bug]           Fixed several Coverity warnings.
1260                         Note: This change includes a fix for a bug that
1261                         was subsequently determined to be an exploitable
1262                         security vulnerability, CVE-2012-5688: named could
1263                         die on specific queries with dns64 enabled.
1264                         [RT #30996]
1265
1266 3386.   [bug]           Address locking violation when generating new NSEC /
1267                         NSEC3 chains. [RT #31224]
1268
1269 3385.   [bug]           named-checkconf didn't detect missing master lists
1270                         in also-notify clauses. [RT #30810]
1271
1272 3384.   [bug]           Improved logging of crypto errors. [RT #30963]
1273
1274 3382.   [bug]           SOA query from slave used use-v6-udp-ports range,
1275                         if set, regardless of the address family in use.
1276                         [RT #24173]
1277
1278 3381.   [contrib]       Update queryperf to support more RR types.
1279                         [RT #30762]
1280
1281 3380.   [bug]           named could die if a nonexistent master list was
1282                         referenced in a also-notify. [RT #31004]
1283
1284 3379.   [bug]           isc_interval_zero and isc_time_epoch should be
1285                         "const (type)* const". [RT #31069]
1286
1287 3378.   [bug]           Handle missing 'managed-keys-directory' better.
1288                         [RT #30625]
1289
1290 3377.   [bug]           Removed spurious newline from NSEC3 multiline
1291                         output. [RT #31044]
1292
1293 3376.   [bug]           Lack of EDNS support was being recorded without a
1294                         successful response. [RT #30811]
1295
1296 3375.   [func]          Check that 'rndc dumpdb' works on a empty cache.
1297                         [RT #30808]
1298
1299 3374.   [bug]           isc_parse_uint32 failed to return a range error on
1300                         systems with 64 bit longs. [RT #30232]
1301
1302 3372.   [bug]           Silence spurious "deleted from unreachable cache"
1303                         messages.  [RT #30501]
1304
1305 3371.   [bug]           AD=1 should behave like DO=1 when deciding whether to
1306                         add NS RRsets to the additional section or not.
1307                         [RT #30479]
1308
1309 3316.   [tuning]        Improved locking performance when recursing.
1310                         [RT #28836]
1311
1312 3315.   [tuning]        Use multiple dispatch objects for sending upstream
1313                         queries; this can improve performance on busy
1314                         multiprocessor systems by reducing lock contention.
1315                         [RT #28605]
1316
1317         --- 9.9.2 released ---
1318
1319 3383.   [security]      A certain combination of records in the RBT could
1320                         cause named to hang while populating the additional
1321                         section of a response. [RT #31090]
1322
1323 3373.   [bug]           win32: open raw files in binary mode. [RT #30944]
1324
1325 3364.   [security]      Named could die on specially crafted record.
1326                         [RT #30416]
1327
1328         --- 9.9.2rc1 released ---
1329
1330 3370.   [bug]           Address use after free while shutting down. [RT #30241]
1331
1332 3369.   [bug]           nsupdate terminated unexpectedly in interactive mode
1333                         if built with readline support. [RT #29550]
1334
1335 3368.   [bug]           <dns/iptable.h>, <dns/private.h> and <dns/zone.h>
1336                         were not C++ safe.
1337
1338 3367.   [bug]           dns_dnsseckey_create() result was not being checked.
1339                         [RT #30685]
1340
1341 3366.   [bug]           Fixed Read-After-Write dependency violation for IA64
1342                         atomic operations. [RT #25181]
1343
1344 3365.   [bug]           Removed spurious newlines from log messages in
1345                         zone.c [RT #30675]
1346
1347 3363.   [bug]           Need to allow "forward" and "fowarders" options
1348                         in static-stub zones; this had been overlooked.
1349                         [RT #30482]
1350
1351 3362.   [bug]           Setting some option values to 0 in named.conf
1352                         could trigger an assertion failure on startup.
1353                         [RT #27730]
1354
1355 3361.   [bug]           "rndc signing -nsec3param" didn't work correctly
1356                         when salt was set to '-' (no salt). [RT #30099]
1357
1358 3360.   [bug]           'host -w' could die.  [RT #18723]
1359
1360 3359.   [bug]           An improperly-formed TSIG secret could cause a
1361                         memory leak. [RT #30607]
1362
1363 3357.   [port]          Add support for libxml2-2.8.x [RT #30440]
1364
1365 3356.   [bug]           Cap the TTL of signed RRsets when RRSIGs are
1366                         approaching their expiry, so they don't remain
1367                         in caches after expiry. [RT #26429]
1368
1369 3355.   [port]          Use more portable awk in verify system test.
1370
1371 3354.   [func]          Improve OpenSSL error logging. [RT #29932]
1372
1373         --- 9.9.2b1 released ---
1374
1375 3353.   [bug]           Use a single task for task exclusive operations.
1376                         [RT #29872]
1377
1378 3352.   [bug]           Ensure that learned server attributes timeout of the
1379                         adb cache. [RT #29856]
1380
1381 3351.   [bug]           isc_mem_put and isc_mem_putanddetach didn't report
1382                         caller if either ISC_MEM_DEBUGSIZE or ISC_MEM_DEBUGCTX
1383                         memory debugging flags are set. [RT #30243]
1384
1385 3350.   [bug]           Memory read overrun in isc___mem_reallocate if
1386                         ISC_MEM_DEBUGCTX memory debugging flag is set.
1387                         [RT #30240]
1388
1389 3349.   [bug]           Change #3345 was incomplete. [RT #30233]
1390
1391 3348.   [bug]           Prevent RRSIG data from being cached if a negative
1392                         record matching the covering type exists at a higher
1393                         trust level. Such data already can't be retrieved from
1394                         the cache since change 3218 -- this prevents it
1395                         being inserted into the cache as well. [RT #26809]
1396
1397 3347.   [bug]           dnssec-settime: Issue a warning when writing a new
1398                         private key file would cause a change in the
1399                         permissions of the existing file. [RT #27724]
1400
1401 3346.   [security]      Bad-cache data could be used before it was
1402                         initialized, causing an assert. [RT #30025]
1403
1404 3345.   [bug]           Addressed race condition when removing the last item
1405                         or inserting the first item in an ISC_QUEUE.
1406                         [RT #29539]
1407
1408 3344.   [func]          New "dnssec-checkds" command checks a zone to
1409                         determine which DS records should be published
1410                         in the parent zone, or which DLV records should be
1411                         published in a DLV zone, and queries the DNS to
1412                         ensure that it exists. (Note: This tool depends
1413                         on python; it will not be built or installed on
1414                         systems that do not have a python interpreter.)
1415                         [RT #28099]
1416
1417 3342.   [bug]           Change #3314 broke saving of stub zones to disk
1418                         resulting in excessive cpu usage in some cases.
1419                         [RT #29952]
1420
1421 3341.   [func]          New "dnssec-verify" command checks a signed zone
1422                         to ensure correctness of signatures and of NSEC/NSEC3
1423                         chains. [RT #23673]
1424
1425 3339.   [func]          Allow the maximum supported rsa exponent size to be
1426                         specified: "max-rsa-exponent-size <value>;" [RT #29228]
1427
1428 3338.   [bug]           Address race condition in units tests: asyncload_zone
1429                         and asyncload_zt. [RT #26100]
1430
1431 3337.   [bug]           Change #3294 broke support for the multiple keys
1432                         in controls. [RT #29694]
1433
1434 3335.   [func]          nslookup: return a nonzero exit code when unable
1435                         to get an answer. [RT #29492]
1436
1437 3334.   [bug]           Hold a zone table reference while performing a
1438                         asynchronous load of a zone. [RT #28326]
1439
1440 3333.   [bug]           Setting resolver-query-timeout too low can cause
1441                         named to not recover if it loses connectivity.
1442                         [RT #29623]
1443
1444 3332.   [bug]           Re-use cached DS rrsets if possible. [RT #29446]
1445
1446 3331.   [security]      dns_rdataslab_fromrdataset could produce bad
1447                         rdataslabs. [RT #29644]
1448
1449 3330.   [func]          Fix missing signatures on NOERROR results despite
1450                         RPZ rewriting.  Also
1451                          - add optional "recursive-only yes|no" to the
1452                            response-policy statement
1453                          - add optional "max-policy-ttl" to the response-policy
1454                             statement to limit the false data that
1455                             "recursive-only no" can introduce into
1456                             resolvers' caches
1457                          - add a RPZ performance test to bin/tests/system/rpz
1458                              when queryperf is available.
1459                          - the encoding of PASSTHRU action to "rpz-passthru".
1460                              (The old encoding is still accepted.)
1461                         [RT #26172]
1462
1463
1464 3329.   [bug]           Handle RRSIG signer-name case consistently: We
1465                         generate RRSIG records with the signer-name in
1466                         lower case.  We accept them with any case, but if
1467                         they fail to validate, we try again in lower case.
1468                         [RT #27451]
1469
1470 3328.   [bug]           Fixed inconsistent data checking in dst_parse.c.
1471                         [RT #29401]
1472
1473 3317.   [func]          Add ECDSA support (RFC 6605). [RT #21918]
1474
1475         --- 9.9.1 released ---
1476
1477 3318.   [tuning]        Reduce the amount of work performed while holding a
1478                         bucket lock when finished with a fetch context.
1479                         [RT #29239]
1480
1481 3314.   [bug]           The masters list could be updated while stub_callback
1482                         or refresh_callback were using it. [RT #26732]
1483
1484 3313.   [protocol]      Add TLSA record type. [RT #28989]
1485
1486 3312.   [bug]           named-checkconf didn't detect a bad dns64 clients acl.
1487                         [RT #27631]
1488
1489 3311.   [bug]           Abort the zone dump if zone->db is NULL in
1490                         zone.c:zone_gotwritehandle. [RT #29028]
1491
1492 3310.   [test]          Increase table size for mutex profiling. [RT #28809]
1493
1494 3309.   [bug]           resolver.c:fctx_finddone() was not thread safe.
1495                         [RT #27995]
1496
1497 3307.   [bug]           Add missing ISC_LANG_BEGINDECLS and ISC_LANG_ENDDECLS.
1498                         [RT #28956]
1499
1500 3306.   [bug]           Improve DNS64 reverse zone performance. [RT #28563]
1501
1502 3305.   [func]          Add wire format lookup method to sdb. [RT #28563]
1503
1504 3304.   [bug]           Use hmctx, not mctx when freeing rbtdb->heaps.
1505                         [RT #28571]
1506
1507 3303.   [bug]           named could die when reloading. [RT #28606]
1508
1509 3302.   [bug]           dns_dnssec_findmatchingkeys could fail to find
1510                         keys if the zone name contained character that
1511                         required special mappings. [RT #28600]
1512
1513 3301.   [contrib]       Update queryperf to build on darwin.  Add -R flag
1514                         for non-recursive queries. [RT #28565]
1515
1516 3300.   [bug]           Named could die if gssapi was enabled in named.conf
1517                         but was not compiled in. [RT #28338]
1518
1519 3299.   [bug]           Make SDB handle errors from database drivers better.
1520                         [RT #28534]
1521
1522 3298.   [bug]           Named could dereference a NULL pointer in
1523                         zmgr_start_xfrin_ifquota if the zone was being removed.
1524                         [RT #28419]
1525
1526 3297.   [bug]           Named could die on a malformed master file. [RT #28467]
1527
1528 3296.   [bug]           Named could die with a INSIST failure in
1529                         client.c:exit_check. [RT #28346]
1530
1531 3295.   [bug]           Adjust isc_time_secondsastimet range check to be more
1532                         portable. [RT # 26542]
1533
1534 3294.   [bug]           isccc/cc.c:table_fromwire failed to free alist on
1535                         error. [RT #28265]
1536
1537 3291.   [port]          Fixed a build error on systems without ENOTSUP.
1538                         [RT #28200]
1539
1540 3290.   [bug]           <isc/hmacsha.h> was not being installed. [RT #28169]
1541
1542 3273.   [bug]           AAAA responses could be returned in the additional
1543                         section even when filter-aaaa-on-v4 was in use.
1544                         [RT #27292]
1545
1546         --- 9.9.0 released ---
1547
1548         --- 9.9.0rc4 released ---
1549
1550 3289.   [bug]           'rndc retransfer' failed for inline zones. [RT #28036]
1551
1552 3288.   [bug]           dlz_destroy() function wasn't correctly registered
1553                         by the DLZ dlopen driver. [RT #28056]
1554
1555 3287.   [port]          Update ans.pl to work with Net::DNS 0.68. [RT #28028]
1556
1557 3286.   [bug]           Managed key maintenance timer could fail to start
1558                         after 'rndc reconfig'. [RT #26786]
1559
1560         --- 9.9.0rc3 released ---
1561
1562 3285.   [bug]           val-frdataset was incorrectly disassociated in
1563                         proveunsecure after calling startfinddlvsep.
1564                         [RT #27928]
1565
1566 3284.   [bug]           Address race conditions with the handling of
1567                         rbtnode.deadlink. [RT #27738]
1568
1569 3283.   [bug]           Raw zones with with more than 512 records in a RRset
1570                         failed to load. [RT #27863]
1571
1572 3282.   [bug]           Restrict the TTL of NS RRset to no more than that
1573                         of the old NS RRset when replacing it.
1574                         [RT #27792] [RT #27884]
1575
1576 3281.   [bug]           SOA refresh queries could be treated as cancelled
1577                         despite succeeding over the loopback interface.
1578                         [RT #27782]
1579
1580 3280.   [bug]           Potential double free of a rdataset on out of memory
1581                         with DNS64. [RT #27762]
1582
1583 3279.   [bug]           Hold a internal reference to the zone while performing
1584                         a asynchronous load.  Address potential memory leak
1585                         if the asynchronous is cancelled. [RT #27750]
1586
1587 3278.   [bug]           Make sure automatic key maintenance is started
1588                         when "auto-dnssec maintain" is turned on during
1589                         "rndc reconfig". [RT #26805]
1590
1591 3277.   [bug]           win32: isc_socket_dup is not implemented. [RT #27696]
1592
1593 3276.   [bug]           win32: ns_os_openfile failed to return NULL on
1594                         safe_open failure. [RT #27696]
1595
1596 3275.   [bug]           Corrected rndc -h output; the 'rndc sync -clean'
1597                         option had been misspelled as '-clear'.  (To avoid
1598                         future confusion, both options now work.) [RT #27173]
1599
1600 3271.   [port]          darwin: mksymtbl is not always stable, loop several
1601                         times before giving up.  mksymtbl was using non
1602                         portable perl to covert 64 bit hex strings. [RT #27653]
1603
1604         --- 9.9.0rc2 released ---
1605
1606 3270.   [bug]           "rndc reload" didn't reuse existing zones correctly
1607                         when inline-signing was in use. [RT #27650]
1608
1609 3269.   [port]          darwin 11 and later now built threaded by default.
1610
1611 3268.   [bug]           Convert RRSIG expiry times to 64 timestamps to work
1612                         out the earliest expiry time. [RT #23311]
1613
1614 3267.   [bug]           Memory allocation failures could be mis-reported as
1615                         unexpected error.  New ISC_R_UNSET result code.
1616                         [RT #27336]
1617
1618 3266.   [bug]           The maximum number of NSEC3 iterations for a
1619                         DNSKEY RRset was not being properly computed.
1620                         [RT #26543]
1621
1622 3265.   [bug]           Corrected a problem with lock ordering in the
1623                         inline-signing code. [RT #27557]
1624
1625 3264.   [bug]           Automatic regeneration of signatures in an
1626                         inline-signing zone could stall when the server
1627                         was restarted. [RT #27344]
1628
1629 3263.   [bug]           "rndc sync" did not affect the unsigned side of an
1630                         inline-signing zone. [RT #27337]
1631
1632 3262.   [bug]           Signed responses were handled incorrectly by RPZ.
1633                         [RT #27316]
1634
1635 3261.   [func]          RRset ordering now defaults to random. [RT #27174]
1636
1637 3260.   [bug]           "rrset-order cyclic" could appear not to rotate
1638                         for some query patterns.  [RT #27170/27185]
1639
1640         --- 9.9.0rc1 released ---
1641
1642 3259.   [bug]           named-compilezone: Suppress "dump zone to <file>"
1643                         message when writing to stdout. [RT #27109]
1644
1645 3258.   [test]          Add "forcing full sign with unreadable keys" test.
1646                         [RT #27153]
1647
1648 3257.   [bug]           Do not generate a error message when calling fsync()
1649                         in a pipe or socket. [RT #27109]
1650
1651 3256.   [bug]           Disable empty zones for lwresd -C. [RT #27139]
1652
1653 3255.   [func]          No longer require that a empty zones be explicitly
1654                         enabled or that a empty zone is disabled for
1655                         RFC 1918 empty zones to be configured. [RT #27139]
1656
1657 3254.   [bug]           Set isc_socket_ipv6only() on the IPv6 control channels.
1658                         [RT #22249]
1659
1660 3253.   [bug]           Return DNS_R_SYNTAX when the input to a text field is
1661                         too long. [RT #26956]
1662
1663 3252.   [bug]           When master zones using inline-signing were
1664                         updated while the server was offline, the source
1665                         zone could fall out of sync with the signed
1666                         copy. They can now resynchronize. [RT #26676]
1667
1668 3251.   [bug]           Enforce a upper bound (65535 bytes) on the amount of
1669                         memory dns_sdlz_putrr() can allocate per record to
1670                         prevent run away memory consumption on ISC_R_NOSPACE.
1671                         [RT #26956]
1672
1673 3250.   [func]          'configure --enable-developer'; turn on various
1674                         configure options, normally off by default, that
1675                         we want developers to build and test with. [RT #27103]
1676
1677 3249.   [bug]           Update log message when saving slave zones files for
1678                         analysis after load failures. [RT #27087]
1679
1680 3248.   [bug]           Configure options --enable-fixed-rrset and
1681                         --enable-exportlib were incompatible with each
1682                         other. [RT #27087]
1683
1684 3247.   [bug]           'raw' format zones failed to preserve load order
1685                         breaking 'fixed' sort order. [RT #27087]
1686
1687 3246.   [bug]           Named failed to start with a empty also-notify list.
1688                         [RT #27087]
1689
1690 3245.   [bug]           Don't report a error unchanged serials unless there
1691                         were other changes when thawing a zone with
1692                         ixfr-fromdifferences. [RT #26845]
1693
1694 3244.   [func]          Added readline support to nslookup and nsupdate.
1695                         Also simplified nsupdate syntax to make "update"
1696                         and "prereq" optional. [RT #24659]
1697
1698 3243.   [port]          freebsd,netbsd,bsdi: the thread defaults were not
1699                         being properly set.
1700
1701 3242.   [func]          Extended the header of raw-format master files to
1702                         include the serial number of the zone from which
1703                         they were generated, if different (as in the case
1704                         of inline-signing zones).  This is to be used in
1705                         inline-signing zones, to track changes between the
1706                         unsigned and signed versions of the zone, which may
1707                         have different serial numbers.
1708
1709                         (Note: raw zonefiles generated by this version of
1710                         BIND are no longer compatible with prior versions.
1711                         To generate a backward-compatible raw zonefile
1712                         using dnssec-signzone or named-compilezone, specify
1713                         output format "raw=0" instead of simply "raw".)
1714                         [RT #26587]
1715
1716 3241.   [bug]           Address race conditions in the resolver code.
1717                         [RT #26889]
1718
1719 3240.   [bug]           DNSKEY state change events could be missed. [RT #26874]
1720
1721 3239.   [bug]           dns_dnssec_findmatchingkeys needs to use a consistent
1722                         timestamp. [RT #26883]
1723
1724 3238.   [bug]           keyrdata was not being reinitialized in
1725                         lib/dns/rbtdb.c:iszonesecure. [RT #26913]
1726
1727 3237.   [bug]           dig -6 didn't work with +trace. [RT #26906]
1728
1729 3236.   [bug]           Backed out changes #3182 and #3202, related to
1730                         EDNS(0) fallback behavior. [RT #26416]
1731
1732 3235.   [func]          dns_db_diffx, a extended dns_db_diff which returns
1733                         the generated diff and optionally writes it to a
1734                         journal. [RT #26386]
1735
1736 3234.   [bug]           'make depend' produced invalid makefiles. [RT #26830]
1737
1738 3233.   [bug]           'rndc freeze/thaw' didn't work for inline zones.
1739                         [RT #26632]
1740
1741 3232.   [bug]           Zero zone->curmaster before return in
1742                         dns_zone_setmasterswithkeys(). [RT #26732]
1743
1744 3231.   [bug]           named could fail to send a incompressible zone.
1745                         [RT #26796]
1746
1747 3230.   [bug]           'dig axfr' failed to properly handle a multi-message
1748                         axfr with a serial of 0. [RT #26796]
1749
1750 3229.   [bug]           Fix local variable to struct var assignment
1751                         found by CLANG warning.
1752
1753 3228.   [tuning]        Dynamically grow symbol table to improve zone
1754                         loading performance. [RT #26523]
1755
1756 3227.   [bug]           Interim fix to make WKS's use of getprotobyname()
1757                         and getservbyname() self thread safe. [RT #26232]
1758
1759 3226.   [bug]           Address minor resource leakages. [RT #26624]
1760
1761 3225.   [bug]           Silence spurious "setsockopt(517, IPV6_V6ONLY) failed"
1762                         messages. [RT #26507]
1763
1764 3224.   [bug]           'rndc signing' argument parsing was broken. [RT #26684]
1765
1766 3223.   [bug]           'task_test privilege_drop' generated false positives.
1767                         [RT #26766]
1768
1769 3222.   [cleanup]       Replace dns_journal_{get,set}_bitws with
1770                         dns_journal_{get,set}_sourceserial. [RT #26634]
1771
1772 3221.   [bug]           Fixed a potential core dump on shutdown due to
1773                         referencing fetch context after it's been freed.
1774                         [RT #26720]
1775
1776         --- 9.9.0b2 released ---
1777
1778 3220.   [bug]           Change #3186 was incomplete; dns_db_rpz_findips()
1779                         could fail to set the database version correctly,
1780                         causing an assertion failure. [RT #26180]
1781
1782 3219.   [bug]           Disable NOEDNS caching following a timeout.
1783
1784 3218.   [security]      Cache lookup could return RRSIG data associated with
1785                         nonexistent records, leading to an assertion
1786                         failure. [RT #26590]
1787
1788 3217.   [cleanup]       Fix build problem with --disable-static. [RT #26476]
1789
1790 3216.   [bug]           resolver.c:validated() was not thread-safe. [RT #26478]
1791
1792 3215.   [bug]           'rndc recursing' could cause a core dump. [RT #26495]
1793
1794 3214.   [func]          Add 'named -U' option to set the number of UDP
1795                         listener threads per interface. [RT #26485]
1796
1797 3213.   [doc]           Clarify ixfr-from-differences behavior. [RT #25188]
1798
1799 3212.   [bug]           rbtdb.c: failed to remove a node from the deadnodes
1800                         list prior to adding a reference to it leading a
1801                         possible assertion failure. [RT #23219]
1802
1803 3211.   [func]          dnssec-signzone: "-f -" prints to stdout; "-O full"
1804                         option prints in single-line-per-record format.
1805                         [RT #20287]
1806
1807 3210.   [bug]           Canceling the oldest query due to recursive-client
1808                         overload could trigger an assertion failure. [RT #26463]
1809
1810 3209.   [func]          Add "dnssec-lookaside 'no'".  [RT #24858]
1811
1812 3208.   [bug]           'dig -y' handle unknown tsig algorithm better.
1813                         [RT #25522]
1814
1815 3207.   [contrib]       Fixed build error in Berkeley DB DLZ module. [RT #26444]
1816
1817 3206.   [cleanup]       Add ISC information to log at start time. [RT #25484]
1818
1819 3205.   [func]          Upgrade dig's defaults to better reflect modern
1820                         nameserver behavior.  Enable "dig +adflag" and
1821                         "dig +edns=0" by default.  Enable "+dnssec" when
1822                         running "dig +trace". [RT #23497]
1823
1824 3204.   [bug]           When a master server that has been marked as
1825                         unreachable sends a NOTIFY, mark it reachable
1826                         again. [RT #25960]
1827
1828 3203.   [bug]           Increase log level to 'info' for validation failures
1829                         from expired or not-yet-valid RRSIGs. [RT #21796]
1830
1831 3202.   [bug]           NOEDNS caching on timeout was too aggressive.
1832                         [RT #26416]
1833
1834 3201.   [func]          'rndc querylog' can now be given an on/off parameter
1835                         instead of only being used as a toggle. [RT #18351]
1836
1837 3200.   [doc]           Some rndc functions were undocumented or were
1838                         missing from 'rndc -h' output. [RT #25555]
1839
1840 3199.   [func]          When logging client information, include the name
1841                         being queried. [RT #25944]
1842
1843 3198.   [doc]           Clarified that dnssec-settime can alter keyfile
1844                         permissions. [RT #24866]
1845
1846 3197.   [bug]           Don't try to log the filename and line number when
1847                         the config parser can't open a file. [RT #22263]
1848
1849 3196.   [bug]           nsupdate: return nonzero exit code when target zone
1850                         doesn't exist. [RT #25783]
1851
1852 3195.   [cleanup]       Silence "file not found" warnings when loading
1853                         managed-keys zone. [RT #26340]
1854
1855 3194.   [doc]           Updated RFC references in the 'empty-zones-enable'
1856                         documentation. [RT #25203]
1857
1858 3193.   [cleanup]       Changed MAXZONEKEYS to DNS_MAXZONEKEYS, moved to
1859                         dnssec.h. [RT #26415]
1860
1861 3192.   [bug]           A query structure could be used after being freed.
1862                         [RT #22208]
1863
1864 3191.   [bug]           Print NULL records using "unknown" format. [RT #26392]
1865
1866 3190.   [bug]           Underflow in error handling in isc_mutexblock_init.
1867                         [RT #26397]
1868
1869 3189.   [test]          Added a summary report after system tests. [RT #25517]
1870
1871 3188.   [bug]           zone.c:zone_refreshkeys() could fail to detach
1872                         references correctly when errors occurred, causing
1873                         a hang on shutdown. [RT #26372]
1874
1875 3187.   [port]          win32: support for Visual Studio 2008.  [RT #26356]
1876
1877         --- 9.9.0b1 released ---
1878
1879 3186.   [bug]           Version/db mis-match in rpz code. [RT #26180]
1880
1881 3185.   [func]          New 'rndc signing' option for auto-dnssec zones:
1882                          - 'rndc signing -list' displays the current
1883                            state of signing operations
1884                          - 'rndc signing -clear' clears the signing state
1885                            records for keys that have fully signed the zone
1886                          - 'rndc signing -nsec3param' sets the NSEC3
1887                            parameters for the zone
1888                         The 'rndc keydone' syntax is removed. [RT #23729]
1889
1890 3184.   [bug]           named had excessive cpu usage when a redirect zone was
1891                         configured. [RT #26013]
1892
1893 3183.   [bug]           Added RTLD_GLOBAL flag to dlopen call. [RT #26301]
1894
1895 3182.   [bug]           Auth servers behind firewalls which block packets
1896                         greater than 512 bytes may cause other servers to
1897                         perform poorly. Now, adb retains edns information
1898                         and caches noedns servers. [RT #23392/24964]
1899
1900 3181.   [func]          Inline-signing is now supported for master zones.
1901                         [RT #26224]
1902
1903 3180.   [func]          Local copies of slave zones are now saved in raw
1904                         format by default, to improve startup performance.
1905                         'masterfile-format text;' can be used to override
1906                         the default, if desired. [RT #25867]
1907
1908 3179.   [port]          kfreebsd: build issues. [RT #26273]
1909
1910 3178.   [bug]           A race condition introduced by change #3163 could
1911                         cause an assertion failure on shutdown. [RT #26271]
1912
1913 3177.   [func]          'rndc keydone', remove the indicator record that
1914                         named has finished signing the zone with the
1915                         corresponding key.  [RT #26206]
1916
1917 3176.   [doc]           Corrected example code and added a README to the
1918                         sample external DLZ module in contrib/dlz/example.
1919                         [RT #26215]
1920
1921 3175.   [bug]           Fix how DNSSEC positive wildcard responses from a
1922                         NSEC3 signed zone are validated.  Stop sending a
1923                         unnecessary NSEC3 record when generating such
1924                         responses. [RT #26200]
1925
1926 3174.   [bug]           Always compute to revoked key tag from scratch.
1927                         [RT #26186]
1928
1929 3173.   [port]          Correctly validate root DS responses. [RT #25726]
1930
1931 3172.   [port]          darwin 10.* and freebsd [89] are now built threaded by
1932                         default.
1933
1934 3171.   [bug]           Exclusively lock the task when adding a zone using
1935                         'rndc addzone'.  [RT #25600]
1936
1937         --- 9.9.0a3 released ---
1938
1939 3170.   [func]          RPZ update:
1940                         - fix precedence among competing rules
1941                         - improve ARM text including documenting rule precedence
1942                         - try to rewrite CNAME chains until first hit
1943                         - new "rpz" logging channel
1944                         - RDATA for CNAME rules can include wildcards
1945                         - replace "NO-OP" named.conf policy override with
1946                           "PASSTHRU" and add "DISABLED" override ("NO-OP"
1947                           is still recognized)
1948                         [RT #25172]
1949
1950 3169.   [func]          Catch db/version mis-matches when calling dns_db_*().
1951                         [RT #26017]
1952
1953 3168.   [bug]           Nxdomain redirection could trigger an assert with
1954                         a ANY query. [RT #26017]
1955
1956 3167.   [bug]           Negative answers from forwarders were not being
1957                         correctly tagged making them appear to not be cached.
1958                         [RT #25380]
1959
1960 3166.   [bug]           Upgrading a zone to support inline-signing failed.
1961                         [RT #26014]
1962
1963 3165.   [bug]           dnssec-signzone could generate new signatures when
1964                         resigning, even when valid signatures were already
1965                         present. [RT #26025]
1966
1967 3164.   [func]          Enable DLZ modules to retrieve client information,
1968                         so that responses can be changed depending on the
1969                         source address of the query. [RT #25768]
1970
1971 3163.   [bug]           Use finer-grained locking in client.c to address
1972                         concurrency problems with large numbers of threads.
1973                         [RT #26044]
1974
1975 3162.   [test]          start.pl: modified to allow for "named.args" in
1976                         ns*/ subdirectory to override stock arguments to
1977                         named. Largely from RT #26044, but no separate ticket.
1978
1979 3161.   [bug]           zone.c:del_sigs failed to always reset rdata leading
1980                         assertion failures. [RT #25880]
1981
1982 3160.   [bug]           When printing out a NSEC3 record in multiline form
1983                         the newline was not being printed causing type codes
1984                         to be run together. [RT #25873]
1985
1986 3159.   [bug]           On some platforms, named could assert on startup
1987                         when running in a chrooted environment without
1988                         /proc. [RT #25863]
1989
1990 3158.   [bug]           Recursive servers would prefer a particular UDP
1991                         socket instead of using all available sockets.
1992                         [RT #26038]
1993
1994 3157.   [tuning]        Reduce the time spent in "rndc reconfig" by parsing
1995                         the config file before pausing the server. [RT #21373]
1996
1997 3156.   [placeholder]
1998
1999         --- 9.9.0a2 released ---
2000
2001 3155.   [bug]           Fixed a build failure when using contrib DLZ
2002                         drivers (e.g., mysql, postgresql, etc). [RT #25710]
2003
2004 3154.   [bug]           Attempting to print an empty rdataset could trigger
2005                         an assert. [RT #25452]
2006
2007 3153.   [func]          Extend request-ixfr to zone level and remove the
2008                         side effect of forcing an AXFR. [RT #25156]
2009
2010 3152.   [cleanup]       Some versions of gcc and clang failed due to
2011                         incorrect use of __builtin_expect. [RT #25183]
2012
2013 3151.   [bug]           Queries for type RRSIG or SIG could be handled
2014                         incorrectly.  [RT #21050]
2015
2016 3150.   [func]          Improved startup and reconfiguration time by
2017                         enabling zones to load in multiple threads. [RT #25333]
2018
2019 3149.   [placeholder]
2020
2021 3148.   [bug]           Processing of normal queries could be stalled when
2022                         forwarding a UPDATE message. [RT #24711]
2023
2024 3147.   [func]          Initial inline signing support.  [RT #23657]
2025
2026         --- 9.9.0a1 released ---
2027
2028 3146.   [test]          Fixed gcc4.6.0 errors in ATF. [RT #25598]
2029
2030 3145.   [test]          Capture output of ATF unit tests in "./atf.out" if
2031                         there were any errors while running them. [RT #25527]
2032
2033 3144.   [bug]           dns_dbiterator_seek() could trigger an assert when
2034                         used with a nonexistent database node. [RT #25358]
2035
2036 3143.   [bug]           Silence clang compiler warnings. [RT #25174]
2037
2038 3142.   [bug]           NAPTR is class agnostic. [RT #25429]
2039
2040 3141.   [bug]           Silence spurious "zone serial (0) unchanged" messages
2041                         associated with empty zones. [RT #25079]
2042
2043 3140.   [func]          New command "rndc flushtree <name>" clears the
2044                         specified name from the server cache along with
2045                         all names under it. [RT #19970]
2046
2047 3139.   [test]          Added tests from RFC 6234, RFC 2202, and RFC 1321
2048                         for the hashing algorithms (md5, sha1 - sha512, and
2049                         their hmac counterparts).  [RT #25067]
2050
2051 3138.   [bug]           Address memory leaks and out-of-order operations when
2052                         shutting named down. [RT #25210]
2053
2054 3137.   [func]          Improve hardware scalability by allowing multiple
2055                         worker threads to process incoming UDP packets.
2056                         This can significantly increase query throughput
2057                         on some systems.  [RT #22992]
2058
2059 3136.   [func]          Add RFC 1918 reverse zones to the list of built-in
2060                         empty zones switched on by the 'empty-zones-enable'
2061                         option. [RT #24990]
2062
2063 3135.   [port]          FreeBSD: workaround broken IPV6_USE_MIN_MTU processing.
2064                         See http://www.freebsd.org/cgi/query-pr.cgi?pr=158307
2065                         [RT #24950]
2066
2067 3134.   [bug]           Improve the accuracy of dnssec-signzone's signing
2068                         statistics. [RT #16030]
2069
2070 3133.   [bug]           Change #3114 was incomplete. [RT #24577]
2071
2072 3132.   [placeholder]
2073
2074 3131.   [tuning]        Improve scalability by allocating one zone task
2075                         per 100 zones at startup time, rather than using a
2076                         fixed-size task table. [RT #24406]
2077
2078 3130.   [func]          Support alternate methods for managing a dynamic
2079                         zone's serial number.  Two methods are currently
2080                         defined using serial-update-method, "increment"
2081                         (default) and "unixtime".  [RT #23849]
2082
2083 3129.   [bug]           Named could crash on 'rndc reconfig' when
2084                         allow-new-zones was set to yes and named ACLs
2085                         were used. [RT #22739]
2086
2087 3128.   [func]          Inserting an NSEC3PARAM via dynamic update in an
2088                         auto-dnssec zone that has not been signed yet
2089                         will cause it to be signed with the specified NSEC3
2090                         parameters when keys are activated.  The
2091                         NSEC3PARAM record will not appear in the zone until
2092                         it is signed, but the parameters will be stored.
2093                         [RT #23684]
2094
2095 3127.   [bug]           'rndc thaw' will now remove a zone's journal file
2096                         if the zone serial number has been changed and
2097                         ixfr-from-differences is not in use.  [RT #24687]
2098
2099 3126.   [security]      Using DNAME record to generate replacements caused
2100                         RPZ to exit with a assertion failure. [RT #24766]
2101
2102 3125.   [security]      Using wildcard CNAME records as a replacement with
2103                         RPZ caused named to exit with a assertion failure.
2104                         [RT #24715]
2105
2106 3124.   [bug]           Use an rdataset attribute flag to indicate
2107                         negative-cache records rather than using rrtype 0;
2108                         this will prevent problems when that rrtype is
2109                         used in actual DNS packets. [RT #24777]
2110
2111 3123.   [security]      Change #2912 exposed a latent flaw in
2112                         dns_rdataset_totext() that could cause named to
2113                         crash with an assertion failure. [RT #24777]
2114
2115 3122.   [cleanup]       dnssec-settime: corrected usage message. [RT #24664]
2116
2117 3121.   [security]      An authoritative name server sending a negative
2118                         response containing a very large RRset could
2119                         trigger an off-by-one error in the ncache code
2120                         and crash named. [RT #24650]
2121
2122 3120.   [bug]           Named could fail to validate zones listed in a DLV
2123                         that validated insecure without using DLV and had
2124                         DS records in the parent zone. [RT #24631]
2125
2126 3119.   [bug]           When rolling to a new DNSSEC key, a private-type
2127                         record could be created and never marked complete.
2128                         [RT #23253]
2129
2130 3118.   [bug]           nsupdate could dump core on shutdown when using
2131                         SIG(0) keys. [RT #24604]
2132
2133 3117.   [cleanup]       Remove doc and parser references to the
2134                         never-implemented 'auto-dnssec create' option.
2135                         [RT #24533]
2136
2137 3116.   [func]          New 'dnssec-update-mode' option controls updates
2138                         of DNSSEC records in signed dynamic zones.  Set to
2139                         'no-resign' to disable automatic RRSIG regeneration
2140                         while retaining the ability to sign new or changed
2141                         data. [RT #24533]
2142
2143 3115.   [bug]           Named could fail to return requested data when
2144                         following a CNAME that points into the same zone.
2145                         [RT #24455]
2146
2147 3114.   [bug]           Retain expired RRSIGs in dynamic zones if key is
2148                         inactive and there is no replacement key. [RT #23136]
2149
2150 3113.   [doc]           Document the relationship between serial-query-rate
2151                         and NOTIFY messages.
2152
2153 3112.   [doc]           Add missing descriptions of the update policy name
2154                         types "ms-self", "ms-subdomain", "krb5-self" and
2155                         "krb5-subdomain", which allow machines to update
2156                         their own records, to the BIND 9 ARM.
2157
2158 3111.   [bug]           Improved consistency checks for dnssec-enable and
2159                         dnssec-validation, added test cases to the
2160                         checkconf system test. [RT #24398]
2161
2162 3110.   [bug]           dnssec-signzone: Wrong error message could appear
2163                         when attempting to sign with no KSK. [RT #24369]
2164
2165 3109.   [func]          The also-notify option now uses the same syntax
2166                         as a zone's masters clause.  This means it is
2167                         now possible to specify a TSIG key to use when
2168                         sending notifies to a given server, or to include
2169                         an explicit named masters list in an also-notfiy
2170                         statement.  [RT #23508]
2171
2172 3108.   [cleanup]       dnssec-signzone: Clarified some error and
2173                         warning messages; removed #ifdef ALLOW_KSKLESS_ZONES
2174                         code (use -P instead). [RT #20852]
2175
2176 3107.   [bug]           dnssec-signzone: Report the correct number of ZSKs
2177                         when using -x. [RT #20852]
2178
2179 3106.   [func]          When logging client requests, include the name of
2180                         the TSIG key if any. [RT #23619]
2181
2182 3105.   [bug]           GOST support can be suppressed by "configure
2183                         --without-gost" [RT #24367]
2184
2185 3104.   [bug]           Better support for cross-compiling. [RT #24367]
2186
2187 3103.   [bug]           Configuring 'dnssec-validation auto' in a view
2188                         instead of in the options statement could trigger
2189                         an assertion failure in named-checkconf. [RT #24382]
2190
2191 3102.   [func]          New 'dnssec-loadkeys-interval' option configures
2192                         how often, in minutes, to check the key repository
2193                         for updates when using automatic key maintenance.
2194                         Default is every 60 minutes (formerly hard-coded
2195                         to 12 hours). [RT #23744]
2196
2197 3101.   [bug]           Zones using automatic key maintenance could fail
2198                         to check the key repository for updates. [RT #23744]
2199
2200 3100.   [security]      Certain response policy zone configurations could
2201                         trigger an INSIST when receiving a query of type
2202                         RRSIG. [RT #24280]
2203
2204 3099.   [test]          "dlz" system test now runs but gives R:SKIPPED if
2205                         not compiled with --with-dlz-filesystem.  [RT #24146]
2206
2207 3098.   [bug]           DLZ zones were answering without setting the AA bit.
2208                         [RT #24146]
2209
2210 3097.   [test]          Add a tool to test handling of malformed packets.
2211                         [RT #24096]
2212
2213 3096.   [bug]           Set KRB5_KTNAME before calling log_cred() in
2214                         dst_gssapi_acceptctx(). [RT #24004]
2215
2216 3095.   [bug]           Handle isolated reserved ports in the port range.
2217                         [RT #23957]
2218
2219 3094.   [doc]           Expand dns64 documentation.
2220
2221 3093.   [bug]           Fix gssapi/kerberos dependencies [RT #23836]
2222
2223 3092.   [bug]           Signatures for records at the zone apex could go
2224                         stale due to an incorrect timer setting. [RT #23769]
2225
2226 3091.   [bug]           Fixed a bug in which zone keys that were published
2227                         and then subsequently activated could fail to trigger
2228                         automatic signing. [RT #22911]
2229
2230 3090.   [func]          Make --with-gssapi default [RT #23738]
2231
2232 3089.   [func]          dnssec-dsfromkey now supports reading keys from
2233                         standard input "dnssec-dsfromkey -f -". [RT #20662]
2234
2235 3088.   [bug]           Remove bin/tests/system/logfileconfig/ns1/named.conf
2236                         and add setup.sh in order to resolve changing
2237                         named.conf issue.  [RT #23687]
2238
2239 3087.   [bug]           DDNS updates using SIG(0) with update-policy match
2240                         type "external" could cause a crash. [RT #23735]
2241
2242 3086.   [bug]           Running dnssec-settime -f on an old-style key will
2243                         now force an update to the new key format even if no
2244                         other change has been specified, using "-P now -A now"
2245                         as default values.  [RT #22474]
2246
2247 3085.   [func]          New '-R' option in dnssec-signzone forces removal
2248                         of signatures which have not yet expired but
2249                         were generated by a key that no longer exists.
2250                         [RT #22471]
2251
2252 3084.   [func]          A new command "rndc sync" dumps pending changes in
2253                         a dynamic zone to disk; "rndc sync -clean" also
2254                         removes the journal file after syncing.  Also,
2255                         "rndc freeze" no longer removes journal files.
2256                         [RT #22473]
2257
2258 3083.   [bug]           NOTIFY messages were not being sent when generating
2259                         a NSEC3 chain incrementally. [RT #23702]
2260
2261 3082.   [port]          strtok_r is threads only. [RT #23747]
2262
2263 3081.   [bug]           Failure of DNAME substitution did not return
2264                         YXDOMAIN. [RT #23591]
2265
2266 3080.   [cleanup]       Replaced compile time constant by STDTIME_ON_32BITS.
2267                         [RT #23587]
2268
2269 3079.   [bug]           Handle isc_event_allocate failures in t_tasks.
2270                         [RT #23572]
2271
2272 3078.   [func]          Added a new include file with function typedefs
2273                         for the DLZ "dlopen" driver. [RT #23629]
2274
2275 3077.   [bug]           zone.c:zone_refreshkeys() incorrectly called
2276                         dns_zone_attach(), use zone->irefs instead. [RT #23303]
2277
2278 3076.   [func]          New '-L' option in dnssec-keygen, dnsset-settime, and
2279                         dnssec-keyfromlabel sets the default TTL of the
2280                         key.  When possible, automatic signing will use that
2281                         TTL when the key is published.  [RT #23304]
2282
2283 3075.   [bug]           dns_dnssec_findzonekeys{2} used a inconsistent
2284                         timestamp when determining which keys are active.
2285                         [RT #23642]
2286
2287 3074.   [bug]           Make the adb cache read through for zone data and
2288                         glue learn for zone named is authoritative for.
2289                         [RT #22842]
2290
2291 3073.   [bug]           managed-keys changes were not properly being recorded.
2292                         [RT #20256]
2293
2294 3072.   [bug]           dns_dns64_aaaaok() potential NULL pointer dereference.
2295                         [RT #20256]
2296
2297 3071.   [bug]           has_nsec could be used uninitialized in
2298                         update.c:next_active. [RT #20256]
2299
2300 3070.   [bug]           dnssec-signzone potential NULL pointer dereference.
2301                         [RT #20256]
2302
2303 3069.   [cleanup]       Silence warnings messages from clang static analysis.
2304                         [RT #20256]
2305
2306 3068.   [bug]           Named failed to build with a OpenSSL without engine
2307                         support. [RT #23473]
2308
2309 3067.   [bug]           ixfr-from-differences {master|slave}; failed to
2310                         select the master/slave zones.  [RT #23580]
2311
2312 3066.   [func]          The DLZ "dlopen" driver is now built by default,
2313                         no longer requiring a configure option.  To
2314                         disable it, use "configure --without-dlopen".
2315                         Driver also supported on win32.  [RT #23467]
2316
2317 3065.   [bug]           RRSIG could have time stamps too far in the future.
2318                         [RT #23356]
2319
2320 3064.   [bug]           powerpc: add sync instructions to the end of atomic
2321                         operations. [RT #23469]
2322
2323 3063.   [contrib]       More verbose error reporting from DLZ LDAP. [RT #23402]
2324
2325 3062.   [func]          Made several changes to enhance human readability
2326                         of DNSSEC data in dig output and in generated
2327                         zone files:
2328                          - DNSKEY record comments are more verbose, no
2329                            longer used in multiline mode only
2330                          - multiline RRSIG records reformatted
2331                          - multiline output mode for NSEC3PARAM records
2332                          - "dig +norrcomments" suppresses DNSKEY comments
2333                          - "dig +split=X" breaks hex/base64 records into
2334                            fields of width X; "dig +nosplit" disables this.
2335                         [RT #22820]
2336
2337 3061.   [func]          New option "dnssec-signzone -D", only write out
2338                         generated DNSSEC records. [RT #22896]
2339
2340 3060.   [func]          New option "dnssec-signzone -X <date>" allows
2341                         specification of a separate expiration date
2342                         for DNSKEY RRSIGs and other RRSIGs. [RT #22141]
2343
2344 3059.   [test]          Added a regression test for change #3023.
2345
2346 3058.   [bug]           Cause named to terminate at startup or rndc reconfig/
2347                         reload to fail, if a log file specified in the conf
2348                         file isn't a plain file. [RT #22771]
2349
2350 3057.   [bug]           "rndc secroots" would abort after the first error
2351                         and so could miss some views. [RT #23488]
2352
2353 3056.   [func]          Added support for URI resource record. [RT #23386]
2354
2355 3055.   [placeholder]
2356
2357 3054.   [bug]           Added elliptic curve support check in
2358                         GOST OpenSSL engine detection. [RT #23485]
2359
2360 3053.   [bug]           Under a sustained high query load with a finite
2361                         max-cache-size, it was possible for cache memory
2362                         to be exhausted and not recovered. [RT #23371]
2363
2364 3052.   [test]          Fixed last autosign test report. [RT #23256]
2365
2366 3051.   [bug]           NS records obscure DNAME records at the bottom of the
2367                         zone if both are present. [RT #23035]
2368
2369 3050.   [bug]           The autosign system test was timing dependent.
2370                         Wait for the initial autosigning to complete
2371                         before running the rest of the test. [RT #23035]
2372
2373 3049.   [bug]           Save and restore the gid when creating creating
2374                         named.pid at startup. [RT #23290]
2375
2376 3048.   [bug]           Fully separate view key management. [RT #23419]
2377
2378 3047.   [bug]           DNSKEY NODATA responses not cached fixed in
2379                         validator.c. Tests added to dnssec system test.
2380                         [RT #22908]
2381
2382 3046.   [bug]           Use RRSIG original TTL to compute validated RRset
2383                         and RRSIG TTL. [RT #23332]
2384
2385 3045.   [removed]       Replaced by change #3050.
2386
2387 3044.   [bug]           Hold the socket manager lock while freeing the socket.
2388                         [RT #23333]
2389
2390 3043.   [test]          Merged in the NetBSD ATF test framework (currently
2391                         version 0.12) for development of future unit tests.
2392                         Use configure --with-atf to build ATF internally
2393                         or configure --with-atf=prefix to use an external
2394                         copy.  [RT #23209]
2395
2396 3042.   [bug]           dig +trace could fail attempting to use IPv6
2397                         addresses on systems with only IPv4 connectivity.
2398                         [RT #23297]
2399
2400 3041.   [bug]           dnssec-signzone failed to generate new signatures on
2401                         ttl changes. [RT #23330]
2402
2403 3040.   [bug]           Named failed to validate insecure zones where a node
2404                         with a CNAME existed between the trust anchor and the
2405                         top of the zone. [RT #23338]
2406
2407 3039.   [func]          Redirect on NXDOMAIN support. [RT #23146]
2408
2409 3038.   [bug]           Install <dns/rpz.h>.  [RT #23342]
2410
2411 3037.   [doc]           Update COPYRIGHT to contain all the individual
2412                         copyright notices that cover various parts.
2413
2414 3036.   [bug]           Check built-in zone arguments to see if the zone
2415                         is re-usable or not. [RT #21914]
2416
2417 3035.   [cleanup]       Simplify by using strlcpy. [RT #22521]
2418
2419 3034.   [cleanup]       nslookup: use strlcpy instead of safecopy. [RT #22521]
2420
2421 3033.   [cleanup]       Add two INSIST(bucket != DNS_ADB_INVALIDBUCKET).
2422                         [RT #22521]
2423
2424 3032.   [bug]           rdatalist.c: add missing REQUIREs. [RT #22521]
2425
2426 3031.   [bug]           dns_rdataclass_format() handle a zero sized buffer.
2427                         [RT #22521]
2428
2429 3030.   [bug]           dns_rdatatype_format() handle a zero sized buffer.
2430                         [RT #22521]
2431
2432 3029.   [bug]           isc_netaddr_format() handle a zero sized buffer.
2433                         [RT #22521]
2434
2435 3028.   [bug]           isc_sockaddr_format() handle a zero sized buffer.
2436                         [RT #22521]
2437
2438 3027.   [bug]           Add documented REQUIREs to cfg_obj_asnetprefix() to
2439                         catch NULL pointer dereferences before they happen.
2440                         [RT #22521]
2441
2442 3026.   [bug]           lib/isc/httpd.c: check that we have enough space
2443                         after calling grow_headerspace() and if not
2444                         re-call grow_headerspace() until we do. [RT #22521]
2445
2446 3025.   [bug]           Fixed a possible deadlock due to zone resigning.
2447                         [RT #22964]
2448
2449 3024.   [func]          RTT Banding removed due to minor security increase
2450                         but major impact on resolver latency. [RT #23310]
2451
2452 3023.   [bug]           Named could be left in an inconsistent state when
2453                         receiving multiple AXFR response messages that were
2454                         not all TSIG-signed. [RT #23254]
2455
2456 3022.   [bug]           Fixed rpz SERVFAILs after failed zone transfers
2457                         [RT #23246]
2458
2459 3021.   [bug]           Change #3010 was incomplete. [RT #22296]
2460
2461 3020.   [bug]           auto-dnssec failed to correctly update the zone when
2462                         changing the DNSKEY RRset. [RT #23232]
2463
2464 3019.   [test]          Test: check apex NSEC3 records after adding DNSKEY
2465                         record via UPDATE. [RT #23229]
2466
2467 3018.   [bug]           Named failed to check for the "none;" acl when deciding
2468                         if a zone may need to be re-signed. [RT #23120]
2469
2470 3017.   [doc]           dnssec-keyfromlabel -I was not properly documented.
2471                         [RT #22887]
2472
2473 3016.   [bug]           rndc usage missing '-b'. [RT #22937]
2474
2475 3015.   [port]          win32: fix IN6_IS_ADDR_LINKLOCAL and
2476                         IN6_IS_ADDR_SITELOCAL macros. [RT #22724]
2477
2478 3014.   [placeholder]
2479
2480 3013.   [bug]           The DNS64 ttl was not always being set as expected.
2481                         [RT #23034]
2482
2483 3012.   [bug]           Remove DNSKEY TTL change pairs before generating
2484                         signing records for any remaining DNSKEY changes.
2485                         [RT #22590]
2486
2487 3011.   [func]          Change the default query timeout from 30 seconds
2488                         to 10.  Allow setting this in named.conf using the new
2489                         'resolver-query-timeout' option, which specifies a max
2490                         time in seconds.  0 means 'default' and anything longer
2491                         than 30 will be silently set to 30. [RT #22852]
2492
2493 3010.   [bug]           Fixed a bug where "rndc reconfig" stopped the timer
2494                         for refreshing managed-keys. [RT #22296]
2495
2496 3009.   [bug]           clients-per-query code didn't work as expected with
2497                         particular query patterns. [RT #22972]
2498
2499         --- 9.8.0b1 released ---
2500
2501 3008.   [func]          Response policy zones (RPZ) support. [RT #21726]
2502
2503 3007.   [bug]           Named failed to preserve the case of domain names in
2504                         rdata which is not compressible when writing master
2505                         files.  [RT #22863]
2506
2507 3006.   [func]          Allow dynamically generated TSIG keys to be preserved
2508                         across restarts of named.  Initially this is for
2509                         TSIG keys generated using GSSAPI. [RT #22639]
2510
2511 3005.   [port]          Solaris: Work around the lack of
2512                         gsskrb5_register_acceptor_identity() by setting
2513                         the KRB5_KTNAME environment variable to the
2514                         contents of tkey-gssapi-keytab.  Also fixed
2515                         test errors on MacOSX.  [RT #22853]
2516
2517 3004.   [func]          DNS64 reverse support. [RT #22769]
2518
2519 3003.   [experimental]  Added update-policy match type "external",
2520                         enabling named to defer the decision of whether to
2521                         allow a dynamic update to an external daemon.
2522                         (Contributed by Andrew Tridgell.) [RT #22758]
2523
2524 3002.   [bug]           isc_mutex_init_errcheck() failed to destroy attr.
2525                         [RT #22766]
2526
2527 3001.   [func]          Added a default trust anchor for the root zone, which
2528                         can be switched on by setting "dnssec-validation auto;"
2529                         in the named.conf options. [RT #21727]
2530
2531 3000.   [bug]           More TKEY/GSS fixes:
2532                          - nsupdate can now get the default realm from
2533                            the user's Kerberos principal
2534                          - corrected gsstest compilation flags
2535                          - improved documentation
2536                          - fixed some NULL dereferences
2537                         [RT #22795]
2538
2539 2999.   [func]          Add GOST support (RFC 5933). [RT #20639]
2540
2541 2998.   [func]          Add isc_task_beginexclusive and isc_task_endexclusive
2542                         to the task api. [RT #22776]
2543
2544 2997.   [func]          named -V now reports the OpenSSL and libxml2 verions
2545                         it was compiled against. [RT #22687]
2546
2547 2996.   [security]      Temporarily disable SO_ACCEPTFILTER support.
2548                         [RT #22589]
2549
2550 2995.   [bug]           The Kerberos realm was not being correctly extracted
2551                         from the signer's identity. [RT #22770]
2552
2553 2994.   [port]          NetBSD: use pthreads by default on NetBSD >= 5.0, and
2554                         do not use threads on earlier versions.  Also kill
2555                         the unproven-pthreads, mit-pthreads, and ptl2 support.
2556
2557 2993.   [func]          Dynamically grow adb hash tables. [RT #21186]
2558
2559 2992.   [contrib]       contrib/check-secure-delegation.pl:  A simple tool
2560                         for looking at a secure delegation. [RT #22059]
2561
2562 2991.   [contrib]       contrib/zone-edit.sh: A simple zone editing tool for
2563                         dynamic zones. [RT #22365]
2564
2565 2990.   [bug]           'dnssec-settime -S' no longer tests prepublication
2566                         interval validity when the interval is set to 0.
2567                         [RT #22761]
2568
2569 2989.   [func]          Added support for writable DLZ zones. (Contributed
2570                         by Andrew Tridgell of the Samba project.) [RT #22629]
2571
2572 2988.   [experimental]  Added a "dlopen" DLZ driver, allowing the creation
2573                         of external DLZ drivers that can be loaded as
2574                         shared objects at runtime rather than linked with
2575                         named.  Currently this is switched on via a
2576                         compile-time option, "configure --with-dlz-dlopen".
2577                         Note: the syntax for configuring DLZ zones
2578                         is likely to be refined in future releases.
2579                         (Contributed by Andrew Tridgell of the Samba
2580                         project.) [RT #22629]
2581
2582 2987.   [func]          Improve ease of configuring TKEY/GSS updates by
2583                         adding a "tkey-gssapi-keytab" option.  If set,
2584                         updates will be allowed with any key matching
2585                         a principal in the specified keytab file.
2586                         "tkey-gssapi-credential" is no longer required
2587                         and is expected to be deprecated.  (Contributed
2588                         by Andrew Tridgell of the Samba project.)
2589                         [RT #22629]
2590
2591 2986.   [func]          Add new zone type "static-stub".  It's like a stub
2592                         zone, but the nameserver names and/or their IP
2593                         addresses are statically configured. [RT #21474]
2594
2595 2985.   [bug]           Add a regression test for change #2896. [RT #21324]
2596
2597 2984.   [bug]           Don't run MX checks when the target of the MX record
2598                         is ".".  [RT #22645]
2599
2600 2983.   [bug]           Include "loadkeys" in rndc help output. [RT #22493]
2601
2602         --- 9.8.0a1 released ---
2603
2604 2982.   [bug]           Reference count dst keys.  dst_key_attach() can be used
2605                         increment the reference count.
2606
2607                         Note: dns_tsigkey_createfromkey() callers should now
2608                         always call dst_key_free() rather than setting it
2609                         to NULL on success. [RT #22672]
2610
2611 2981.   [func]          Partial DNS64 support (AAAA synthesis). [RT #21991]
2612
2613 2980.   [bug]           named didn't properly handle UPDATES that changed the
2614                         TTL of the NSEC3PARAM RRset. [RT #22363]
2615
2616 2979.   [bug]           named could deadlock during shutdown if two
2617                         "rndc stop" commands were issued at the same
2618                         time. [RT #22108]
2619
2620 2978.   [port]          hpux: look for <devpoll.h> [RT #21919]
2621
2622 2977.   [bug]           'nsupdate -l' report if the session key is missing.
2623                         [RT #21670]
2624
2625 2976.   [bug]           named could die on exit after negotiating a GSS-TSIG
2626                         key. [RT #22573]
2627
2628 2975.   [bug]           rbtdb.c:cleanup_dead_nodes_callback() acquired the
2629                         wrong lock which could lead to server deadlock.
2630                         [RT #22614]
2631
2632 2974.   [bug]           Some valid UPDATE requests could fail due to a
2633                         consistency check examining the existing version
2634                         of the zone rather than the new version resulting
2635                         from the UPDATE. [RT #22413]
2636
2637 2973.   [bug]           bind.keys.h was being removed by the "make clean"
2638                         at the end of configure resulting in build failures
2639                         where there is very old version of perl installed.
2640                         Move it to "make maintainer-clean". [RT #22230]
2641
2642 2972.   [bug]           win32: address windows socket errors. [RT #21906]
2643
2644 2971.   [bug]           Fixed a bug that caused journal files not to be
2645                         compacted on Windows systems as a result of
2646                         non-POSIX-compliant rename() semantics. [RT #22434]
2647
2648 2970.   [security]      Adding a NO DATA negative cache entry failed to clear
2649                         any matching RRSIG records.  A subsequent lookup of
2650                         of NO DATA cache entry could trigger a INSIST when the
2651                         unexpected RRSIG was also returned with the NO DATA
2652                         cache entry.
2653
2654                         CVE-2010-3613, VU#706148. [RT #22288]
2655
2656 2969.   [security]      Fix acl type processing so that allow-query works
2657                         in options and view statements.  Also add a new
2658                         set of tests to verify proper functioning.
2659
2660                         CVE-2010-3615, VU#510208. [RT #22418]
2661
2662 2968.   [security]      Named could fail to prove a data set was insecure
2663                         before marking it as insecure.  One set of conditions
2664                         that can trigger this occurs naturally when rolling
2665                         DNSKEY algorithms.
2666
2667                         CVE-2010-3614, VU#837744. [RT #22309]
2668
2669 2967.   [bug]           'host -D' now turns on debugging messages earlier.
2670                         [RT #22361]
2671
2672 2966.   [bug]           isc_print_vsnprintf() failed to check if there was
2673                         space available in the buffer when adding a left
2674                         justified character with a non zero width,
2675                         (e.g. "%-1c"). [RT #22270]
2676
2677 2965.   [func]          Test HMAC functions using test data from RFC 2104 and
2678                         RFC 4634. [RT #21702]
2679
2680 2964.   [placeholder]
2681
2682 2963.   [security]      The allow-query acl was being applied instead of the
2683                         allow-query-cache acl to cache lookups. [RT #22114]
2684
2685 2962.   [port]          win32: add more dependencies to BINDBuild.dsw.
2686                         [RT #22062]
2687
2688 2961.   [bug]           Be still more selective about the non-authoritative
2689                         answers we apply change 2748 to. [RT #22074]
2690
2691 2960.   [func]          Check that named accepts non-authoritative answers.
2692                         [RT #21594]
2693
2694 2959.   [func]          Check that named starts with a missing masterfile.
2695                         [RT #22076]
2696
2697 2958.   [bug]           named failed to start with a missing master file.
2698                         [RT #22076]
2699
2700 2957.   [bug]           entropy_get() and entropy_getpseudo() failed to match
2701                         the API for RAND_bytes() and RAND_pseudo_bytes()
2702                         respectively. [RT #21962]
2703
2704 2956.   [port]          Enable atomic operations on the PowerPC64. [RT #21899]
2705
2706 2955.   [func]          Provide more detail in the recursing log. [RT #22043]
2707
2708 2954.   [bug]           contrib: dlz_mysql_driver.c bad error handling on
2709                         build_sqldbinstance failure. [RT #21623]
2710
2711 2953.   [bug]           Silence spurious "expected covering NSEC3, got an
2712                         exact match" message when returning a wildcard
2713                         no data response. [RT #21744]
2714
2715 2952.   [port]          win32: named-checkzone and named-checkconf failed
2716                         to initialize winsock. [RT #21932]
2717
2718 2951.   [bug]           named failed to generate a correct signed response
2719                         in a optout, delegation only zone with no secure
2720                         delegations. [RT #22007]
2721
2722 2950.   [bug]           named failed to perform a SOA up to date check when
2723                         falling back to TCP on UDP timeouts when
2724                         ixfr-from-differences was set. [RT #21595]
2725
2726 2949.   [bug]           dns_view_setnewzones() contained a memory leak if
2727                         it was called multiple times. [RT #21942]
2728
2729 2948.   [port]          MacOS: provide a mechanism to configure the test
2730                         interfaces at reboot. See bin/tests/system/README
2731                         for details.
2732
2733 2947.   [placeholder]
2734
2735 2946.   [doc]           Document the default values for the minimum and maximum
2736                         zone refresh and retry values in the ARM. [RT #21886]
2737
2738 2945.   [doc]           Update empty-zones list in ARM. [RT #21772]
2739
2740 2944.   [maint]         Remove ORCHID prefix from built in empty zones.
2741                         [RT #21772]
2742
2743 2943.   [func]          Add support to load new keys into managed zones
2744                         without signing immediately with "rndc loadkeys".
2745                         Add support to link keys with "dnssec-keygen -S"
2746                         and "dnssec-settime -S".  [RT #21351]
2747
2748 2942.   [contrib]       zone2sqlite failed to setup the entropy sources.
2749                         [RT #21610]
2750
2751 2941.   [bug]           sdb and sdlz (dlz's zone database) failed to support
2752                         DNAME at the zone apex.  [RT #21610]
2753
2754 2940.   [port]          Remove connection aborted error message on
2755                         Windows. [RT #21549]
2756
2757 2939.   [func]          Check that named successfully skips NSEC3 records
2758                         that fail to match the NSEC3PARAM record currently
2759                         in use. [RT #21868]
2760
2761 2938.   [bug]           When generating signed responses, from a signed zone
2762                         that uses NSEC3, named would use a uninitialized
2763                         pointer if it needed to skip a NSEC3 record because
2764                         it didn't match the selected NSEC3PARAM record for
2765                         zone. [RT #21868]
2766
2767 2937.   [bug]           Worked around an apparent race condition in over
2768                         memory conditions.  Without this fix a DNS cache DB or
2769                         ADB could incorrectly stay in an over memory state,
2770                         effectively refusing further caching, which
2771                         subsequently made a BIND 9 caching server unworkable.
2772                         This fix prevents this problem from happening by
2773                         polling the state of the memory context, rather than
2774                         making a copy of the state, which appeared to cause
2775                         a race.  This is a "workaround" in that it doesn't
2776                         solve the possible race per se, but several experiments
2777                         proved this change solves the symptom.  Also, the
2778                         polling overhead hasn't been reported to be an issue.
2779                         This bug should only affect a caching server that
2780                         specifies a finite max-cache-size.  It's also quite
2781                         likely that the bug happens only when enabling threads,
2782                         but it's not confirmed yet. [RT #21818]
2783
2784 2936.   [func]          Improved configuration syntax and multiple-view
2785                         support for addzone/delzone feature (see change
2786                         #2930).  Removed "new-zone-file" option, replaced
2787                         with "allow-new-zones (yes|no)".  The new-zone-file
2788                         for each view is now created automatically, with
2789                         a filename generated from a hash of the view name.
2790                         It is no longer necessary to "include" the
2791                         new-zone-file in named.conf; this happens
2792                         automatically.  Zones that were not added via
2793                         "rndc addzone" can no longer be removed with
2794                         "rndc delzone". [RT #19447]
2795
2796 2935.   [bug]           nsupdate: improve 'file not found' error message.
2797                         [RT #21871]
2798
2799 2934.   [bug]           Use ANSI C compliant shift range in lib/isc/entropy.c.
2800                         [RT #21871]
2801
2802 2933.   [bug]           'dig +nsid' used stack memory after it went out of
2803                         scope.  This could potentially result in a unknown,
2804                         potentially malformed, EDNS option being sent instead
2805                         of the desired NSID option. [RT #21781]
2806
2807 2932.   [cleanup]       Corrected a numbering error in the "dnssec" test.
2808                         [RT #21597]
2809
2810 2931.   [bug]           Temporarily and partially disable change 2864
2811                         because it would cause infinite attempts of RRSIG
2812                         queries.  This is an urgent care fix; we'll
2813                         revisit the issue and complete the fix later.
2814                         [RT #21710]
2815
2816 2930.   [experimental]  New "rndc addzone" and "rndc delzone" commands
2817                         allow dynamic addition and deletion of zones.
2818                         To enable this feature, specify a "new-zone-file"
2819                         option at the view or options level in named.conf.
2820                         Zone configuration information for the new zones
2821                         will be written into that file.  To make the new
2822                         zones persist after a restart, "include" the file
2823                         into named.conf in the appropriate view.  (Note:
2824                         This feature is not yet documented, and its syntax
2825                         is expected to change.) [RT #19447]
2826
2827 2929.   [bug]           Improved handling of GSS security contexts:
2828                          - added LRU expiration for generated TSIGs
2829                          - added the ability to use a non-default realm
2830                          - added new "realm" keyword in nsupdate
2831                          - limited lifetime of generated keys to 1 hour
2832                            or the lifetime of the context (whichever is
2833                            smaller)
2834                         [RT #19737]
2835
2836 2928.   [bug]           Be more selective about the non-authoritative
2837                         answer we apply change 2748 to. [RT #21594]
2838
2839 2927.   [placeholder]
2840
2841 2926.   [placeholder]
2842
2843 2925.   [bug]           Named failed to accept uncachable negative responses
2844                         from insecure zones. [RT #21555]
2845
2846 2924.   [func]          'rndc  secroots'  dump a combined summary of the
2847                         current managed keys combined with trusted keys.
2848                         [RT #20904]
2849
2850 2923.   [bug]           'dig +trace' could drop core after "connection
2851                         timeout". [RT #21514]
2852
2853 2922.   [contrib]       Update zkt to version 1.0.
2854
2855 2921.   [bug]           The resolver could attempt to destroy a fetch context
2856                         too soon.  [RT #19878]
2857
2858 2920.   [func]          Allow 'filter-aaaa-on-v4' to be applied selectively
2859                         to IPv4 clients.  New acl 'filter-aaaa' (default any).
2860
2861 2919.   [func]          Add autosign-ksk and autosign-zsk virtual time tests.
2862                         [RT #20840]
2863
2864 2918.   [maint]         Add AAAA address for I.ROOT-SERVERS.NET.
2865
2866 2917.   [func]          Virtual time test framework. [RT #20801]
2867
2868 2916.   [func]          Add framework to use IPv6 in tests.
2869                         fd92:7065:b8e:ffff::1 ... fd92:7065:b8e:ffff::7
2870
2871 2915.   [cleanup]       Be smarter about which objects we attempt to compile
2872                         based on configure options. [RT #21444]
2873
2874 2914.   [bug]           Make the "autosign" system test more portable.
2875                         [RT #20997]
2876
2877 2913.   [func]          Add pkcs#11 system tests. [RT #20784]
2878
2879 2912.   [func]          Windows clients don't like UPDATE responses that clear
2880                         the zone section. [RT #20986]
2881
2882 2911.   [bug]           dnssec-signzone didn't handle out of zone records well.
2883                         [RT #21367]
2884
2885 2910.   [func]          Sanity check Kerberos credentials. [RT #20986]
2886
2887 2909.   [bug]           named-checkconf -p could die if "update-policy local;"
2888                         was specified in named.conf. [RT #21416]
2889
2890 2908.   [bug]           It was possible for re-signing to stop after removing
2891                         a DNSKEY. [RT #21384]
2892
2893 2907.   [bug]           The export version of libdns had undefined references.
2894                         [RT #21444]
2895
2896 2906.   [bug]           Address RFC 5011 implementation issues. [RT #20903]
2897
2898 2905.   [port]          aix: set use_atomic=yes with native compiler.
2899                         [RT #21402]
2900
2901 2904.   [bug]           When using DLV, sub-zones of the zones in the DLV,
2902                         could be incorrectly marked as insecure instead of
2903                         secure leading to negative proofs failing.  This was
2904                         a unintended outcome from change 2890. [RT #21392]
2905
2906 2903.   [bug]           managed-keys-directory missing from namedconf.c.
2907                         [RT #21370]
2908
2909 2902.   [func]          Add regression test for change 2897. [RT #21040]
2910
2911 2901.   [port]          Use AC_C_FLEXIBLE_ARRAY_MEMBER. [RT #21316]
2912
2913 2900.   [bug]           The placeholder negative caching element was not
2914                         properly constructed triggering a INSIST in
2915                         dns_ncache_towire(). [RT #21346]
2916
2917 2899.   [port]          win32: Support linking against OpenSSL 1.0.0.
2918
2919 2898.   [bug]           nslookup leaked memory when -domain=value was
2920                         specified. [RT #21301]
2921
2922 2897.   [bug]           NSEC3 chains could be left behind when transitioning
2923                         to insecure. [RT #21040]
2924
2925 2896.   [bug]           "rndc sign" failed to properly update the zone
2926                         when adding a DNSKEY for publication only. [RT #21045]
2927
2928 2895.   [func]          genrandom: add support for the generation of multiple
2929                         files.  [RT #20917]
2930
2931 2894.   [contrib]       DLZ LDAP support now use '$' not '%'. [RT #21294]
2932
2933 2893.   [bug]           Improve managed keys support.  New named.conf option
2934                         managed-keys-directory. [RT #20924]
2935
2936 2892.   [bug]           Handle REVOKED keys better. [RT #20961]
2937
2938 2891.   [maint]         Update empty-zones list to match
2939                         draft-ietf-dnsop-default-local-zones-13. [RT #21099]
2940
2941 2890.   [bug]           Handle the introduction of new trusted-keys and
2942                         DS, DLV RRsets better. [RT #21097]
2943
2944 2889.   [bug]           Elements of the grammar where not properly reported.
2945                         [RT #21046]
2946
2947 2888.   [bug]           Only the first EDNS option was displayed. [RT #21273]
2948
2949 2887.   [bug]           Report the keytag times in UTC in the .key file,
2950                         local time is presented as a comment within the
2951                         comment.  [RT #21223]
2952
2953 2886.   [bug]           ctime() is not thread safe. [RT #21223]
2954
2955 2885.   [bug]           Improve -fno-strict-aliasing support probing in
2956                         configure. [RT #21080]
2957
2958 2884.   [bug]           Insufficient validation in dns_name_getlabelsequence().
2959                         [RT #21283]
2960
2961 2883.   [bug]           'dig +short' failed to handle really large datasets.
2962                         [RT #21113]
2963
2964 2882.   [bug]           Remove memory context from list of active contexts
2965                         before clearing 'magic'. [RT #21274]
2966
2967 2881.   [bug]           Reduce the amount of time the rbtdb write lock
2968                         is held when closing a version. [RT #21198]
2969
2970 2880.   [cleanup]       Make the output of dnssec-keygen and dnssec-revoke
2971                         consistent. [RT #21078]
2972
2973 2879.   [contrib]       DLZ bdbhpt driver fails to close correct cursor.
2974                         [RT #21106]
2975
2976 2878.   [func]          Incrementally write the master file after performing
2977                         a AXFR.  [RT #21010]
2978
2979 2877.   [bug]           The validator failed to skip obviously mismatching
2980                         RRSIGs. [RT #21138]
2981
2982 2876.   [bug]           Named could return SERVFAIL for negative responses
2983                         from unsigned zones. [RT #21131]
2984
2985 2875.   [bug]           dns_time64_fromtext() could accept non digits.
2986                         [RT #21033]
2987
2988 2874.   [bug]           Cache lack of EDNS support only after the server
2989                         successfully responds to the query using plain DNS.
2990                         [RT #20930]
2991
2992 2873.   [bug]           Canceling a dynamic update via the dns/client module
2993                         could trigger an assertion failure. [RT #21133]
2994
2995 2872.   [bug]           Modify dns/client.c:dns_client_createx() to only
2996                         require one of IPv4 or IPv6 rather than both.
2997                         [RT #21122]
2998
2999 2871.   [bug]           Type mismatch in mem_api.c between the definition and
3000                         the header file, causing build failure with
3001                         --enable-exportlib. [RT #21138]
3002
3003 2870.   [maint]         Add AAAA address for L.ROOT-SERVERS.NET.
3004
3005 2869.   [bug]           Fix arguments to dns_keytable_findnextkeynode() call.
3006                         [RT #20877]
3007
3008 2868.   [cleanup]       Run "make clean" at the end of configure to ensure
3009                         any changes made by configure are integrated.
3010                         Use --with-make-clean=no to disable.  [RT #20994]
3011
3012 2867.   [bug]           Don't set GSS_C_SEQUENCE_FLAG as Windows DNS servers
3013                         don't like it.  [RT #20986]
3014
3015 2866.   [bug]           Windows does not like the TSIG name being compressed.
3016                         [RT #20986]
3017
3018 2865.   [bug]           memset to zero event.data.  [RT #20986]
3019
3020 2864.   [bug]           Direct SIG/RRSIG queries were not handled correctly.
3021                         [RT #21050]
3022
3023 2863.   [port]          linux: disable IPv6 PMTUD and use network minimum MTU.
3024                         [RT #21056]
3025
3026 2862.   [bug]           nsupdate didn't default to the parent zone when
3027                         updating DS records. [RT #20896]
3028
3029 2861.   [doc]           dnssec-settime man pages didn't correctly document the
3030                         inactivation time. [RT #21039]
3031
3032 2860.   [bug]           named-checkconf's usage was out of date. [RT #21039]
3033
3034 2859.   [bug]           When canceling validation it was possible to leak
3035                         memory. [RT #20800]
3036
3037 2858.   [bug]           RTT estimates were not being adjusted on ICMP errors.
3038                         [RT #20772]
3039
3040 2857.   [bug]           named-checkconf did not fail on a bad trusted key.
3041                         [RT #20705]
3042
3043 2856.   [bug]           The size of a memory allocation was not always properly
3044                         recorded. [RT #20927]
3045
3046 2855.   [func]          nsupdate will now preserve the entered case of domain
3047                         names in update requests it sends. [RT #20928]
3048
3049 2854.   [func]          dig: allow the final soa record in a axfr response to
3050                         be suppressed, dig +onesoa. [RT #20929]
3051
3052 2853.   [bug]           add_sigs() could run out of scratch space. [RT #21015]
3053
3054 2852.   [bug]           Handle broken DNSSEC trust chains better. [RT #15619]
3055
3056 2851.   [doc]           nslookup.1, removed <informalexample> from the docbook
3057                         source as it produced bad nroff.  [RT #21007]
3058
3059 2850.   [bug]           If isc_heap_insert() failed due to memory shortage
3060                         the heap would have corrupted entries. [RT #20951]
3061
3062 2849.   [bug]           Don't treat errors from the xml2 library as fatal.
3063                         [RT #20945]
3064
3065 2848.   [doc]           Moved README.dnssec, README.libdns, README.pkcs11 and
3066                         README.rfc5011 into the ARM. [RT #20899]
3067
3068 2847.   [cleanup]       Corrected usage message in dnssec-settime. [RT #20921]
3069
3070 2846.   [bug]           EOF on unix domain sockets was not being handled
3071                         correctly. [RT #20731]
3072
3073 2845.   [bug]           RFC 5011 client could crash on shutdown. [RT #20903]
3074
3075 2844.   [doc]           notify-delay default in ARM was wrong.  It should have
3076                         been five (5) seconds.
3077
3078 2843.   [func]          Prevent dnssec-keygen and dnssec-keyfromlabel from
3079                         creating key files if there is a chance that the new
3080                         key ID will collide with an existing one after
3081                         either of the keys has been revoked.  (To override
3082                         this in the case of dnssec-keyfromlabel, use the -y
3083                         option.  dnssec-keygen will simply create a
3084                         different, non-colliding key, so an override is
3085                         not necessary.) [RT #20838]
3086
3087 2842.   [func]          Added "smartsign" and improved "autosign" and
3088                         "dnssec" regression tests. [RT #20865]
3089
3090 2841.   [bug]           Change 2836 was not complete. [RT #20883]
3091
3092 2840.   [bug]           Temporary fixed pkcs11-destroy usage check.
3093                         [RT #20760]
3094
3095 2839.   [bug]           A KSK revoked by named could not be deleted.
3096                         [RT #20881]
3097
3098 2838.   [placeholder]
3099
3100 2837.   [port]          Prevent Linux spurious warnings about fwrite().
3101                         [RT #20812]
3102
3103 2836.   [bug]           Keys that were scheduled to become active could
3104                         be delayed. [RT #20874]
3105
3106 2835.   [bug]           Key inactivity dates were inadvertently stored in
3107                         the private key file with the outdated tag
3108                         "Unpublish" rather than "Inactive".  This has been
3109                         fixed; however, any existing keys that had Inactive
3110                         dates set will now need to have them reset, using
3111                         'dnssec-settime -I'. [RT #20868]
3112
3113 2834.   [bug]           HMAC-SHA* keys that were longer than the algorithm
3114                         digest length were used incorrectly, leading to
3115                         interoperability problems with other DNS
3116                         implementations.  This has been corrected.
3117                         (Note: If an oversize key is in use, and
3118                         compatibility is needed with an older release of
3119                         BIND, the new tool "isc-hmac-fixup" can convert
3120                         the key secret to a form that will work with all
3121                         versions.) [RT #20751]
3122
3123 2833.   [cleanup]       Fix usage messages in dnssec-keygen and dnssec-settime.
3124                         [RT #20851]
3125
3126 2832.   [bug]           Modify "struct stat" in lib/export/samples/nsprobe.c
3127                         to avoid redefinition in some OSs [RT 20831]
3128
3129 2831.   [security]      Do not attempt to validate or cache
3130                         out-of-bailiwick data returned with a secure
3131                         answer; it must be re-fetched from its original
3132                         source and validated in that context. [RT #20819]
3133
3134 2830.   [bug]           Changing the OPTOUT setting could take multiple
3135                         passes. [RT #20813]
3136
3137 2829.   [bug]           Fixed potential node inconsistency in rbtdb.c.
3138                         [RT #20808]
3139
3140 2828.   [security]      Cached CNAME or DNAME RR could be returned to clients
3141                         without DNSSEC validation. [RT #20737]
3142
3143 2827.   [security]      Bogus NXDOMAIN could be cached as if valid. [RT #20712]
3144
3145 2826.   [bug]           NSEC3->NSEC transitions could fail due to a lock not
3146                         being released.  [RT #20740]
3147
3148 2825.   [bug]           Changing the setting of OPTOUT in a NSEC3 chain that
3149                         was in the process of being created was not properly
3150                         recorded in the zone. [RT #20786]
3151
3152 2824.   [bug]           "rndc sign" was not being run by the correct task.
3153                         [RT #20759]
3154
3155 2823.   [bug]           rbtdb.c:getsigningtime() was missing locks. [RT #20781]
3156
3157 2822.   [bug]           rbtdb.c:loadnode() could return the wrong result.
3158                         [RT #20802]
3159
3160 2821.   [doc]           Add note that named-checkconf doesn't automatically
3161                         read rndc.key and bind.keys [RT #20758]
3162
3163 2820.   [func]          Handle read access failure of OpenSSL configuration
3164                         file more user friendly (PKCS#11 engine patch).
3165                         [RT #20668]
3166
3167 2819.   [cleanup]       Removed unnecessary DNS_POINTER_MAXHOPS define.
3168                         [RT #20771]
3169
3170 2818.   [cleanup]       rndc could return an incorrect error code
3171                         when a zone was not found. [RT #20767]
3172
3173 2817.   [cleanup]       Removed unnecessary isc_task_endexclusive() calls.
3174                         [RT #20768]
3175
3176 2816.   [bug]           previous_closest_nsec() could fail to return
3177                         data for NSEC3 nodes [RT #29730]
3178
3179 2815.   [bug]           Exclusively lock the task when freezing a zone.
3180                         [RT #19838]
3181
3182 2814.   [func]          Provide a definitive error message when a master
3183                         zone is not loaded. [RT #20757]
3184
3185 2813.   [bug]           Better handling of unreadable DNSSEC key files.
3186                         [RT #20710]
3187
3188 2812.   [bug]           Make sure updates can't result in a zone with
3189                         NSEC-only keys and NSEC3 records. [RT #20748]
3190
3191 2811.   [cleanup]       Add "rndc sign" to list of commands in rndc usage
3192                         output. [RT #20733]
3193
3194 2810.   [doc]           Clarified the process of transitioning an NSEC3 zone
3195                         to insecure. [RT #20746]
3196
3197 2809.   [cleanup]       Restored accidentally-deleted text in usage output
3198                         in dnssec-settime and dnssec-revoke [RT #20739]
3199
3200 2808.   [bug]           Remove the attempt to install atomic.h from lib/isc.
3201                         atomic.h is correctly installed by the architecture
3202                         specific subdirectories.  [RT #20722]
3203
3204 2807.   [bug]           Fixed a possible ASSERT when reconfiguring zone
3205                         keys. [RT #20720]
3206
3207         --- 9.7.0rc1 released ---
3208
3209 2806.   [bug]           "rdnc sign" could delay re-signing the DNSKEY
3210                         when it had changed. [RT #20703]
3211
3212 2805.   [bug]           Fixed namespace problems encountered when building
3213                         external programs using non-exported BIND9 libraries
3214                         (i.e., built without --enable-exportlib). [RT #20679]
3215
3216 2804.   [bug]           Send notifies when a zone is signed with "rndc sign"
3217                         or as a result of a scheduled key change. [RT #20700]
3218
3219 2803.   [port]          win32: Install named-journalprint, nsec3hash, arpaname
3220                         and genrandom under windows. [RT #20670]
3221
3222 2802.   [cleanup]       Rename journalprint to named-journalprint. [RT #20670]
3223
3224 2801.   [func]          Detect and report records that are different according
3225                         to DNSSEC but are semantically equal according to plain
3226                         DNS.  Apply plain DNS comparisons rather than DNSSEC
3227                         comparisons when processing UPDATE requests.
3228                         dnssec-signzone now removes such semantically duplicate
3229                         records prior to signing the RRset.
3230
3231                         named-checkzone -r {ignore|warn|fail} (default warn)
3232                         named-compilezone -r {ignore|warn|fail} (default warn)
3233
3234                         named.conf: check-dup-records {ignore|warn|fail};
3235
3236 2800.   [func]          Reject zones which have NS records which refer to
3237                         CNAMEs, DNAMEs or don't have address record (class IN
3238                         only).  Reject UPDATEs which would cause the zone
3239                         to fail the above checks if committed. [RT #20678]
3240
3241 2799.   [cleanup]       Changed the "secure-to-insecure" option to
3242                         "dnssec-secure-to-insecure", and "dnskey-ksk-only"
3243                         to "dnssec-dnskey-kskonly", for clarity. [RT #20586]
3244
3245 2798.   [bug]           Addressed bugs in managed-keys initialization
3246                         and rollover. [RT #20683]
3247
3248 2797.   [bug]           Don't decrement the dispatch manager's maxbuffers.
3249                         [RT #20613]
3250
3251 2796.   [bug]           Missing dns_rdataset_disassociate() call in
3252                         dns_nsec3_delnsec3sx(). [RT #20681]
3253
3254 2795.   [cleanup]       Add text to differentiate "update with no effect"
3255                         log messages. [RT #18889]
3256
3257 2794.   [bug]           Install <isc/namespace.h>.  [RT #20677]
3258
3259 2793.   [func]          Add "autosign" and "metadata" tests to the
3260                         automatic tests. [RT #19946]
3261
3262 2792.   [func]          "filter-aaaa-on-v4" can now be set in view
3263                         options (if compiled in).  [RT #20635]
3264
3265 2791.   [bug]           The installation of isc-config.sh was broken.
3266                         [RT #20667]
3267
3268 2790.   [bug]           Handle DS queries to stub zones. [RT #20440]
3269
3270 2789.   [bug]           Fixed an INSIST in dispatch.c [RT #20576]
3271
3272 2788.   [bug]           dnssec-signzone could sign with keys that were
3273                         not requested [RT #20625]
3274
3275 2787.   [bug]           Spurious log message when zone keys were
3276                         dynamically reconfigured. [RT #20659]
3277
3278 2786.   [bug]           Additional could be promoted to answer. [RT #20663]
3279
3280         --- 9.7.0b3 released ---
3281
3282 2785.   [bug]           Revoked keys could fail to self-sign [RT #20652]
3283
3284 2784.   [bug]           TC was not always being set when required glue was
3285                         dropped. [RT #20655]
3286
3287 2783.   [func]          Return minimal responses to EDNS/UDP queries with a UDP
3288                         buffer size of 512 or less.  [RT #20654]
3289
3290 2782.   [port]          win32: use getaddrinfo() for hostname lookups.
3291                         [RT #20650]
3292
3293 2781.   [bug]           Inactive keys could be used for signing. [RT #20649]
3294
3295 2780.   [bug]           dnssec-keygen -A none didn't properly unset the
3296                         activation date in all cases. [RT #20648]
3297
3298 2779.   [bug]           Dynamic key revocation could fail. [RT #20644]
3299
3300 2778.   [bug]           dnssec-signzone could fail when a key was revoked
3301                         without deleting the unrevoked version. [RT #20638]
3302
3303 2777.   [contrib]       DLZ MYSQL auto reconnect support discovery was wrong.
3304
3305 2776.   [bug]           Change #2762 was not correct. [RT #20647]
3306
3307 2775.   [bug]           Accept RSASHA256 and RSASHA512 as NSEC3 compatible
3308                         in dnssec-keyfromlabel. [RT #20643]
3309
3310 2774.   [bug]           Existing cache DB wasn't being reused after
3311                         reconfiguration. [RT #20629]
3312
3313 2773.   [bug]           In autosigned zones, the SOA could be signed
3314                         with the KSK. [RT #20628]
3315
3316 2772.   [security]      When validating, track whether pending data was from
3317                         the additional section or not and only return it if
3318                         validates as secure. [RT #20438]
3319
3320 2771.   [bug]           dnssec-signzone: DNSKEY records could be
3321                         corrupted when importing from key files [RT #20624]
3322
3323 2770.   [cleanup]       Add log messages to resolver.c to indicate events
3324                         causing FORMERR responses. [RT #20526]
3325
3326 2769.   [cleanup]       Change #2742 was incomplete. [RT #19589]
3327
3328 2768.   [bug]           dnssec-signzone: -S no longer implies -g [RT #20568]
3329
3330 2767.   [bug]           named could crash on startup if a zone was
3331                         configured with auto-dnssec and there was no
3332                         key-directory. [RT #20615]
3333
3334 2766.   [bug]           isc_socket_fdwatchpoke() should only update the
3335                         socketmgr state if the socket is not pending on a
3336                         read or write.  [RT #20603]
3337
3338 2765.   [bug]           Skip masters for which the TSIG key cannot be found.
3339                         [RT #20595]
3340
3341 2764.   [bug]           "rndc-confgen -a" could trigger a REQUIRE. [RT #20610]
3342
3343 2763.   [bug]           "rndc sign" didn't create an NSEC chain. [RT #20591]
3344
3345 2762.   [bug]           DLV validation failed with a local slave DLV zone.
3346                         [RT #20577]
3347
3348 2761.   [cleanup]       Enable internal symbol table for backtrace only for
3349                         systems that are known to work.  Currently, BSD
3350                         variants, Linux and Solaris are supported. [RT #20202]
3351
3352 2760.   [cleanup]       Corrected named-compilezone usage summary. [RT #20533]
3353
3354 2759.   [doc]           Add information about .jbk/.jnw files to
3355                         the ARM. [RT #20303]
3356
3357 2758.   [bug]           win32: Added a workaround for a windows 2008 bug
3358                         that could cause the UDP client handler to shut
3359                         down. [RT #19176]
3360
3361 2757.   [bug]           dig: assertion failure could occur in connect
3362                         timeout. [RT #20599]
3363
3364 2756.   [bug]           Fixed corrupt logfile message in update.c. [RT #20597]
3365
3366 2755.   [placeholder]
3367
3368 2754.   [bug]           Secure-to-insecure transitions failed when zone
3369                         was signed with NSEC3. [RT #20587]
3370
3371 2753.   [bug]           Removed an unnecessary warning that could appear when
3372                         building an NSEC chain. [RT #20589]
3373
3374 2752.   [bug]           Locking violation. [RT #20587]
3375
3376 2751.   [bug]           Fixed a memory leak in dnssec-keyfromlabel. [RT #20588]
3377
3378 2750.   [bug]           dig: assertion failure could occur when a server
3379                         didn't have an address. [RT #20579]
3380
3381 2749.   [bug]           ixfr-from-differences generated a non-minimal ixfr
3382                         for NSEC3 signed zones. [RT #20452]
3383
3384 2748.   [func]          Identify bad answers from GTLD servers and treat them
3385                         as referrals. [RT #18884]
3386
3387 2747.   [bug]           Journal roll forwards failed to set the re-signing
3388                         time of RRSIGs correctly. [RT #20541]
3389
3390 2746.   [port]          hpux: address signed/unsigned expansion mismatch of
3391                         dns_rbtnode_t.nsec. [RT #20542]
3392
3393 2745.   [bug]           configure script didn't probe the return type of
3394                         gai_strerror(3) correctly. [RT #20573]
3395
3396 2744.   [func]          Log if a query was over TCP. [RT #19961]
3397
3398 2743.   [bug]           RRSIG could be incorrectly set in the NSEC3 record
3399                         for a insecure delegation.
3400
3401         --- 9.7.0b2 released ---
3402
3403 2742.   [cleanup]       Clarify some DNSSEC-related log messages in
3404                         validator.c. [RT #19589]
3405
3406 2741.   [func]          Allow the dnssec-keygen progress messages to be
3407                         suppressed (dnssec-keygen -q).  Automatically
3408                         suppress the progress messages when stdin is not
3409                         a tty. [RT #20474]
3410
3411 2740.   [placeholder]
3412
3413 2739.   [cleanup]       Clean up API for initializing and clearing trust
3414                         anchors for a view. [RT #20211]
3415
3416 2738.   [func]          Add RSASHA256 and RSASHA512 tests to the dnssec system
3417                         test. [RT #20453]
3418
3419 2737.   [func]          UPDATE requests can leak existence information.
3420                         [RT #17261]
3421
3422 2736.   [func]          Improve the performance of NSEC signed zones with
3423                         more than a normal amount of glue below a delegation.
3424                         [RT #20191]
3425
3426 2735.   [bug]           dnssec-signzone could fail to read keys
3427                         that were specified on the command line with
3428                         full paths, but weren't in the current
3429                         directory. [RT #20421]
3430
3431 2734.   [port]          cygwin: arpaname did not compile. [RT #20473]
3432
3433 2733.   [cleanup]       Clean up coding style in pkcs11-* tools. [RT #20355]
3434
3435 2732.   [func]          Add optional filter-aaaa-on-v4 option, available
3436                         if built with './configure --enable-filter-aaaa'.
3437                         Filters out AAAA answers to clients connecting
3438                         via IPv4.  (This is NOT recommended for general
3439                         use.) [RT #20339]
3440
3441 2731.   [func]          Additional work on change 2709.  The key parser
3442                         will now ignore unrecognized fields when the
3443                         minor version number of the private key format
3444                         has been increased.  It will reject any key with
3445                         the major version number increased. [RT #20310]
3446
3447 2730.   [func]          Have dnssec-keygen display a progress indication
3448                         a la 'openssl genrsa' on standard error. Note
3449                         when the first '.' is followed by a long stop
3450                         one has the choice between slow generation vs.
3451                         poor random quality, i.e., '-r /dev/urandom'.
3452                         [RT #20284]
3453
3454 2729.   [func]          When constructing a CNAME from a DNAME use the DNAME
3455                         TTL. [RT #20451]
3456
3457 2728.   [bug]           dnssec-keygen, dnssec-keyfromlabel and
3458                         dnssec-signzone now warn immediately if asked to
3459                         write into a nonexistent directory. [RT #20278]
3460
3461 2727.   [func]          The 'key-directory' option can now specify a relative
3462                         path. [RT #20154]
3463
3464 2726.   [func]          Added support for SHA-2 DNSSEC algorithms,
3465                         RSASHA256 and RSASHA512. [RT #20023]
3466
3467 2725.   [doc]           Added information about the file "managed-keys.bind"
3468                         to the ARM. [RT #20235]
3469
3470 2724.   [bug]           Updates to a existing node in secure zone using NSEC
3471                         were failing. [RT #20448]
3472
3473 2723.   [bug]           isc_base32_totext(), isc_base32hex_totext(), and
3474                         isc_base64_totext(), didn't always mark regions of
3475                         memory as fully consumed after conversion.  [RT #20445]
3476
3477 2722.   [bug]           Ensure that the memory associated with the name of
3478                         a node in a rbt tree is not altered during the life
3479                         of the node. [RT #20431]
3480
3481 2721.   [port]          Have dst__entropy_status() prime the random number
3482                         generator. [RT #20369]
3483
3484 2720.   [bug]           RFC 5011 trust anchor updates could trigger an
3485                         assert if the DNSKEY record was unsigned. [RT #20406]
3486
3487 2719.   [func]          Skip trusted/managed keys for unsupported algorithms.
3488                         [RT #20392]
3489
3490 2718.   [bug]           The space calculations in opensslrsa_todns() were
3491                         incorrect. [RT #20394]
3492
3493 2717.   [bug]           named failed to update the NSEC/NSEC3 record when
3494                         the last private type record was removed as a result
3495                         of completing the signing the zone with a key.
3496                         [RT #20399]
3497
3498 2716.   [bug]           nslookup debug mode didn't return the ttl. [RT #20414]
3499
3500         --- 9.7.0b1 released ---
3501
3502 2715.   [bug]           Require OpenSSL support to be explicitly disabled.
3503                         [RT #20288]
3504
3505 2714.   [port]          aix/powerpc: 'asm("ics");' needs non standard assembler
3506                         flags.
3507
3508 2713.   [bug]           powerpc: atomic operations missing asm("ics") /
3509                         __isync() calls.
3510
3511 2712.   [func]          New 'auto-dnssec' zone option allows zone signing
3512                         to be fully automated in zones configured for
3513                         dynamic DNS.  'auto-dnssec allow;' permits a zone
3514                         to be signed by creating keys for it in the
3515                         key-directory and using 'rndc sign <zone>'.
3516                         'auto-dnssec maintain;' allows that too, plus it
3517                         also keeps the zone's DNSSEC keys up to date
3518                         according to their timing metadata. [RT #19943]
3519
3520 2711.   [port]          win32: Add the bin/pkcs11 tools into the full
3521                         build. [RT #20372]
3522
3523 2710.   [func]          New 'dnssec-signzone -x' flag and 'dnskey-ksk-only'
3524                         zone option cause a zone to be signed with only KSKs
3525                         signing the DNSKEY RRset, not ZSKs.  This reduces
3526                         the size of a DNSKEY answer.  [RT #20340]
3527
3528 2709.   [func]          Added some data fields, currently unused, to the
3529                         private key file format, to allow implementation
3530                         of explicit key rollover in a future release
3531                         without impairing backward or forward compatibility.
3532                         [RT #20310]
3533
3534 2708.   [func]          Insecure to secure and NSEC3 parameter changes via
3535                         update are now fully supported and no longer require
3536                         defines to enable.  We now no longer overload the
3537                         NSEC3PARAM flag field, nor the NSEC OPT bit at the
3538                         apex.  Secure to insecure changes are controlled by
3539                         by the named.conf option 'secure-to-insecure'.
3540
3541                         Warning: If you had previously enabled support by
3542                         adding defines at compile time to BIND 9.6 you should
3543                         ensure that all changes that are in progress have
3544                         completed prior to upgrading to BIND 9.7.  BIND 9.7
3545                         is not backwards compatible.
3546
3547 2707.   [func]          dnssec-keyfromlabel no longer require engine name
3548                         to be specified in the label if there is a default
3549                         engine or the -E option has been used.  Also, it
3550                         now uses default algorithms as dnssec-keygen does
3551                         (i.e., RSASHA1, or NSEC3RSASHA1 if -3 is used).
3552                         [RT #20371]
3553
3554 2706.   [bug]           Loading a zone with a very large NSEC3 salt could
3555                         trigger an assert. [RT #20368]
3556
3557 2705.   [placeholder]
3558
3559 2704.   [bug]           Serial of dynamic and stub zones could be inconsistent
3560                         with their SOA serial.  [RT #19387]
3561
3562 2703.   [func]          Introduce an OpenSSL "engine" argument with -E
3563                         for all binaries which can take benefit of
3564                         crypto hardware. [RT #20230]
3565
3566 2702.   [func]          Update PKCS#11 tools (bin/pkcs11) [RT #20225 & all]
3567
3568 2701.   [doc]           Correction to ARM: hmac-md5 is no longer the only
3569                         supported TSIG key algorithm. [RT #18046]
3570
3571 2700.   [doc]           The match-mapped-addresses option is discouraged.
3572                         [RT #12252]
3573
3574 2699.   [bug]           Missing lock in rbtdb.c. [RT #20037]
3575
3576 2698.   [placeholder]
3577
3578 2697.   [port]          win32: ensure that S_IFMT, S_IFDIR, S_IFCHR and
3579                         S_IFREG are defined after including <isc/stat.h>.
3580                         [RT #20309]
3581
3582 2696.   [bug]           named failed to successfully process some valid
3583                         acl constructs. [RT #20308]
3584
3585 2695.   [func]          DHCP/DDNS - update fdwatch code for use by
3586                         DHCP.  Modify the api to isc_sockfdwatch_t (the
3587                         callback function for isc_socket_fdwatchcreate)
3588                         to include information about the direction (read
3589                         or write) and add isc_socket_fdwatchpoke.
3590                         [RT #20253]
3591
3592 2694.   [bug]           Reduce default NSEC3 iterations from 100 to 10.
3593                         [RT #19970]
3594
3595 2693.   [port]          Add some noreturn attributes. [RT #20257]
3596
3597 2692.   [port]          win32: 32/64 bit cleanups. [RT #20335]
3598
3599 2691.   [func]          dnssec-signzone: retain the existing NSEC or NSEC3
3600                         chain when re-signing a previously-signed zone.
3601                         Use -u to modify NSEC3 parameters or switch
3602                         between NSEC and NSEC3. [RT #20304]
3603
3604 2690.   [bug]           win32: fix isc_thread_key_getspecific() prototype.
3605                         [RT #20315]
3606
3607 2689.   [bug]           Correctly handle snprintf result. [RT #20306]
3608
3609 2688.   [bug]           Use INTERFACE_F_POINTTOPOINT, not IFF_POINTOPOINT,
3610                         to decide to fetch the destination address. [RT #20305]
3611
3612 2687.   [bug]           Fixed dnssec-signzone -S handling of revoked keys.
3613                         Also, added warnings when revoking a ZSK, as this is
3614                         not defined by protocol (but is legal).  [RT #19943]
3615
3616 2686.   [bug]           dnssec-signzone should clean the old NSEC chain when
3617                         signing with NSEC3 and vice versa. [RT #20301]
3618
3619 2685.   [contrib]       Update contrib/zkt to version 0.99c. [RT #20054]
3620
3621 2684.   [cleanup]       dig: formalize +ad and +cd as synonyms for
3622                         +adflag and +cdflag.  [RT #19305]
3623
3624 2683.   [bug]           dnssec-signzone should clean out old NSEC3 chains when
3625                         the NSEC3 parameters used to sign the zone change.
3626                         [RT #20246]
3627
3628 2682.   [bug]           "configure --enable-symtable=all" failed to
3629                         build. [RT #20282]
3630
3631 2681.   [bug]           IPSECKEY RR of gateway type 3 was not correctly
3632                         decoded. [RT #20269]
3633
3634 2680.   [func]          Move contrib/pkcs11-keygen to bin/pkcs11. [RT #20067]
3635
3636 2679.   [func]          dig -k can now accept TSIG keys in named.conf
3637                         format.  [RT #20031]
3638
3639 2678.   [func]          Treat DS queries as if "minimal-response yes;"
3640                         was set. [RT #20258]
3641
3642 2677.   [func]          Changes to key metadata behavior:
3643                         - Keys without "publish" or "active" dates set will
3644                           no longer be used for smart signing.  However,
3645                           those dates will be set to "now" by default when
3646                           a key is created; to generate a key but not use
3647                           it yet, use dnssec-keygen -G.
3648                         - New "inactive" date (dnssec-keygen/settime -I)
3649                           sets the time when a key is no longer used for
3650                           signing but is still published.
3651                         - The "unpublished" date (-U) is deprecated in
3652                           favor of "deleted" (-D).
3653                         [RT #20247]
3654
3655 2676.   [bug]           --with-export-installdir should have been
3656                         --with-export-includedir. [RT #20252]
3657
3658 2675.   [bug]           dnssec-signzone could crash if the key directory
3659                         did not exist. [RT #20232]
3660
3661         --- 9.7.0a3 released ---
3662
3663 2674.   [bug]           "dnssec-lookaside auto;" crashed if named was built
3664                         without openssl. [RT #20231]
3665
3666 2673.   [bug]           The managed-keys.bind zone file could fail to
3667                         load due to a spurious result from sync_keyzone()
3668                         [RT #20045]
3669
3670 2672.   [bug]           Don't enable searching in 'host' when doing reverse
3671                         lookups. [RT #20218]
3672
3673 2671.   [bug]           Add support for PKCS#11 providers not returning
3674                         the public exponent in RSA private keys
3675                         (OpenCryptoki for instance) in
3676                         dnssec-keyfromlabel. [RT #19294]
3677
3678 2670.   [bug]           Unexpected connect failures failed to log enough
3679                         information to be useful. [RT #20205]
3680
3681 2669.   [func]          Update PKCS#11 support to support Keyper HSM.
3682                         Update PKCS#11 patch to be against openssl-0.9.8i.
3683
3684 2668.   [func]          Several improvements to dnssec-* tools, including:
3685                         - dnssec-keygen and dnssec-settime can now set key
3686                           metadata fields 0 (to unset a value, use "none")
3687                         - dnssec-revoke sets the revocation date in
3688                           addition to the revoke bit
3689                         - dnssec-settime can now print individual metadata
3690                           fields instead of always printing all of them,
3691                           and can print them in unix epoch time format for
3692                           use by scripts
3693                         [RT #19942]
3694
3695 2667.   [func]          Add support for logging stack backtrace on assertion
3696                         failure (not available for all platforms). [RT #19780]
3697
3698 2666.   [func]          Added an 'options' argument to dns_name_fromstring()
3699                         (API change from 9.7.0a2). [RT #20196]
3700
3701 2665.   [func]          Clarify syntax for managed-keys {} statement, add
3702                         ARM documentation about RFC 5011 support. [RT #19874]
3703
3704 2664.   [bug]           create_keydata() and minimal_update() in zone.c
3705                         didn't properly check return values for some
3706                         functions.  [RT #19956]
3707
3708 2663.   [func]          win32:  allow named to run as a service using
3709                         "NT AUTHORITY\LocalService" as the account. [RT #19977]
3710
3711 2662.   [bug]           lwres_getipnodebyname() and lwres_getipnodebyaddr()
3712                         returned a misleading error code when lwresd was
3713                         down. [RT #20028]
3714
3715 2661.   [bug]           Check whether socket fd exceeds FD_SETSIZE when
3716                         creating lwres context. [RT #20029]
3717
3718 2660.   [func]          Add a new set of DNS libraries for non-BIND9
3719                         applications.  See README.libdns. [RT #19369]
3720
3721 2659.   [doc]           Clarify dnssec-keygen doc: key name must match zone
3722                         name for DNSSEC keys. [RT #19938]
3723
3724 2658.   [bug]           dnssec-settime and dnssec-revoke didn't process
3725                         key file paths correctly. [RT #20078]
3726
3727 2657.   [cleanup]       Lower "journal file <path> does not exist, creating it"
3728                         log level to debug 1. [RT #20058]
3729
3730 2656.   [func]          win32: add a "tools only" check box to the installer
3731                         which causes it to only install dig, host, nslookup,
3732                         nsupdate and relevant DLLs.  [RT #19998]
3733
3734 2655.   [doc]           Document that key-directory does not affect
3735                         bind.keys, rndc.key or session.key.  [RT #20155]
3736
3737 2654.   [bug]           Improve error reporting on duplicated names for
3738                         deny-answer-xxx. [RT #20164]
3739
3740 2653.   [bug]           Treat ENGINE_load_private_key() failures as key
3741                         not found rather than out of memory.  [RT #18033]
3742
3743 2652.   [func]          Provide more detail about what record is being
3744                         deleted. [RT #20061]
3745
3746 2651.   [bug]           Dates could print incorrectly in K*.key files on
3747                         64-bit systems. [RT #20076]
3748
3749 2650.   [bug]           Assertion failure in dnssec-signzone when trying
3750                         to read keyset-* files. [RT #20075]
3751
3752 2649.   [bug]           Set the domain for forward only zones. [RT #19944]
3753
3754 2648.   [port]          win32: isc_time_seconds() was broken. [RT #19900]
3755
3756 2647.   [bug]           Remove unnecessary SOA updates when a new KSK is
3757                         added. [RT #19913]
3758
3759 2646.   [bug]           Incorrect cleanup on error in socket.c. [RT #19987]
3760
3761 2645.   [port]          "gcc -m32" didn't work on amd64 and x86_64 platforms
3762                         which default to 64 bits. [RT #19927]
3763
3764         --- 9.7.0a2 released ---
3765
3766 2644.   [bug]           Change #2628 caused a regression on some systems;
3767                         named was unable to write the PID file and would
3768                         fail on startup. [RT #20001]
3769
3770 2643.   [bug]           Stub zones interacted badly with NSEC3 support.
3771                         [RT #19777]
3772
3773 2642.   [bug]           nsupdate could dump core on solaris when reading
3774                         improperly formatted key files.  [RT #20015]
3775
3776 2641.   [bug]           Fixed an error in parsing update-policy syntax,
3777                         added a regression test to check it. [RT #20007]
3778
3779 2640.   [security]      A specially crafted update packet will cause named
3780                         to exit. [RT #20000]
3781
3782 2639.   [bug]           Silence compiler warnings in gssapi code. [RT #19954]
3783
3784 2638.   [bug]           Install arpaname. [RT #19957]
3785
3786 2637.   [func]          Rationalize dnssec-signzone's signwithkey() calling.
3787                         [RT #19959]
3788
3789 2636.   [func]          Simplify zone signing and key maintenance with the
3790                         dnssec-* tools.  Major changes:
3791                         - all dnssec-* tools now take a -K option to
3792                           specify a directory in which key files will be
3793                           stored
3794                         - DNSSEC can now store metadata indicating when
3795                           they are scheduled to be published, activated,
3796                           revoked or removed; these values can be set by
3797                           dnssec-keygen or overwritten by the new
3798                           dnssec-settime command
3799                         - dnssec-signzone -S (for "smart") option reads key
3800                           metadata and uses it to determine automatically
3801                           which keys to publish to the zone, use for
3802                           signing, revoke, or remove from the zone
3803                         [RT #19816]
3804
3805 2635.   [bug]           isc_inet_ntop() incorrectly handled 0.0/16 addresses.
3806                         [RT #19716]
3807
3808 2634.   [port]          win32: Add support for libxml2, enable
3809                         statschannel. [RT #19773]
3810
3811 2633.   [bug]           Handle 15 bit rand() functions. [RT #19783]
3812
3813 2632.   [func]          util/kit.sh: warn if documentation appears to be out of
3814                         date.  [RT #19922]
3815
3816 2631.   [bug]           Handle "//", "/./" and "/../" in mkdirpath().
3817                         [RT #19926 ]
3818
3819 2630.   [func]          Improved syntax for DDNS autoconfiguration:  use
3820                         "update-policy local;" to switch on local DDNS in a
3821                         zone. (The "ddns-autoconf" option has been removed.)
3822                         [RT #19875]
3823
3824 2629.   [port]          Check for seteuid()/setegid(), use setresuid()/
3825                         setresgid() if not present. [RT #19932]
3826
3827 2628.   [port]          linux: Allow /var/run/named/named.pid to be opened
3828                         at startup with reduced capabilities in operation.
3829                         [RT #19884]
3830
3831 2627.   [bug]           Named aborted if the same key was included in
3832                         trusted-keys more than once. [RT #19918]
3833
3834 2626.   [bug]           Multiple trusted-keys could trigger an assertion
3835                         failure. [RT #19914]
3836
3837 2625.   [bug]           Missing UNLOCK in rbtdb.c. [RT #19865]
3838
3839 2624.   [func]          'named-checkconf -p' will print out the parsed
3840                         configuration. [RT #18871]
3841
3842 2623.   [bug]           Named started searches for DS non-optimally. [RT #19915]
3843
3844 2622.   [bug]           Printing of named.conf grammar was broken. [RT #19919]
3845
3846 2621.   [doc]           Made copyright boilerplate consistent.  [RT #19833]
3847
3848 2620.   [bug]           Delay thawing the zone until the reload of it has
3849                         completed successfully.  [RT #19750]
3850
3851 2619.   [func]          Add support for RFC 5011, automatic trust anchor
3852                         maintenance.  The new "managed-keys" statement can
3853                         be used in place of "trusted-keys" for zones which
3854                         support this protocol.  (Note: this syntax is
3855                         expected to change prior to 9.7.0 final.) [RT #19248]
3856
3857 2618.   [bug]           The sdb and sdlz db_interator_seek() methods could
3858                         loop infinitely. [RT #19847]
3859
3860 2617.   [bug]           ifconfig.sh failed to emit an error message when
3861                         run from the wrong location. [RT #19375]
3862
3863 2616.   [bug]           'host' used the nameservers from resolv.conf even
3864                         when a explicit nameserver was specified. [RT #19852]
3865
3866 2615.   [bug]           "__attribute__((unused))" was in the wrong place
3867                         for ia64 gcc builds. [RT #19854]
3868
3869 2614.   [port]          win32: 'named -v' should automatically be executed
3870                         in the foreground. [RT #19844]
3871
3872 2613.   [placeholder]
3873
3874         --- 9.7.0a1 released ---
3875
3876 2612.   [func]          Add default values for the arguments to
3877                         dnssec-keygen.  Without arguments, it will now
3878                         generate a 1024-bit RSASHA1 zone-signing key,
3879                         or with the -f KSK option, a 2048-bit RSASHA1
3880                         key-signing key. [RT #19300]
3881
3882 2611.   [func]          Add -l option to dnssec-dsfromkey to generate
3883                         DLV records instead of DS records. [RT #19300]
3884
3885 2610.   [port]          sunos: Change #2363 was not complete. [RT #19796]
3886
3887 2609.   [func]          Simplify the configuration of dynamic zones:
3888                         - add ddns-confgen command to generate
3889                           configuration text for named.conf
3890                         - add zone option "ddns-autoconf yes;", which
3891                           causes named to generate a TSIG session key
3892                           and allow updates to the zone using that key
3893                         - add '-l' (localhost) option to nsupdate, which
3894                           causes nsupdate to connect to a locally-running
3895                           named process using the session key generated
3896                           by named
3897                         [RT #19284]
3898
3899 2608.   [func]          Perform post signing verification checks in
3900                         dnssec-signzone.  These can be disabled with -P.
3901
3902                         The post sign verification test ensures that for each
3903                         algorithm in use there is at least one non revoked
3904                         self signed KSK key.  That all revoked KSK keys are
3905                         self signed.  That all records in the zone are signed
3906                         by the algorithm.  [RT #19653]
3907
3908 2607.   [bug]           named could incorrectly delete NSEC3 records for
3909                         empty nodes when processing a update request.
3910                         [RT #19749]
3911
3912 2606.   [bug]           "delegation-only" was not being accepted in
3913                         delegation-only type zones. [RT #19717]
3914
3915 2605.   [bug]           Accept DS responses from delegation only zones.
3916                         [RT # 19296]
3917
3918 2604.   [func]          Add support for DNS rebinding attack prevention through
3919                         new options, deny-answer-addresses and
3920                         deny-answer-aliases.  Based on contributed code from
3921                         JD Nurmi, Google. [RT #18192]
3922
3923 2603.   [port]          win32: handle .exe extension of named-checkzone and
3924                         named-comilezone argv[0] names under windows.
3925                         [RT #19767]
3926
3927 2602.   [port]          win32: fix debugging command line build of libisccfg.
3928                         [RT #19767]
3929
3930 2601.   [doc]           Mention file creation mode mask in the
3931                         named manual page.
3932
3933 2600.   [doc]           ARM: miscellaneous reformatting for different
3934                         page widths. [RT #19574]
3935
3936 2599.   [bug]           Address rapid memory growth when validation fails.
3937                         [RT #19654]
3938
3939 2598.   [func]          Reserve the -F flag. [RT #19657]
3940
3941 2597.   [bug]           Handle a validation failure with a insecure delegation
3942                         from a NSEC3 signed master/slave zone.  [RT #19464]
3943
3944 2596.   [bug]           Stale tree nodes of cache/dynamic rbtdb could stay
3945                         long, leading to inefficient memory usage or rejecting
3946                         newer cache entries in the worst case. [RT #19563]
3947
3948 2595.   [bug]           Fix unknown extended rcodes in dig. [RT #19625]
3949
3950 2594.   [func]          Have rndc warn if using its default configuration
3951                         file when the key file also exists. [RT #19424]
3952
3953 2593.   [bug]           Improve a corner source of SERVFAILs [RT #19632]
3954
3955 2592.   [bug]           Treat "any" as a type in nsupdate. [RT #19455]
3956
3957 2591.   [bug]           named could die when processing a update in
3958                         removed_orphaned_ds(). [RT #19507]
3959
3960 2590.   [func]          Report zone/class of "update with no effect".
3961                         [RT #19542]
3962
3963 2589.   [bug]           dns_db_unregister() failed to clear '*dbimp'.
3964                         [RT #19626]
3965
3966 2588.   [bug]           SO_REUSEADDR could be set unconditionally after failure
3967                         of bind(2) call.  This should be rare and mostly
3968                         harmless, but may cause interference with other
3969                         processes that happen to use the same port. [RT #19642]
3970
3971 2587.   [func]          Improve logging by reporting serial numbers for
3972                         when zone serial has gone backwards or unchanged.
3973                         [RT #19506]
3974
3975 2586.   [bug]           Missing cleanup of SIG rdataset in searching a DLZ DB
3976                         or SDB. [RT #19577]
3977
3978 2585.   [bug]           Uninitialized socket name could be referenced via a
3979                         statistics channel, triggering an assertion failure in
3980                         XML rendering. [RT #19427]
3981
3982 2584.   [bug]           alpha: gcc optimization could break atomic operations.
3983                         [RT #19227]
3984
3985 2583.   [port]          netbsd: provide a control to not add the compile
3986                         date to the version string, -DNO_VERSION_DATE.
3987
3988 2582.   [bug]           Don't emit warning log message when we attempt to
3989                         remove non-existent journal. [RT #19516]
3990
3991 2581.   [contrib]       dlz/mysql set MYSQL_OPT_RECONNECT option on connection.
3992                         Requires MySQL 5.0.19 or later. [RT #19084]
3993
3994 2580.   [bug]           UpdateRej statistics counter could be incremented twice
3995                         for one rejection. [RT #19476]
3996
3997 2579.   [bug]           DNSSEC lookaside validation failed to handle unknown
3998                         algorithms. [RT #19479]
3999
4000 2578.   [bug]           Changed default sig-signing-type to 65534, because
4001                         65535 turns out to be reserved.  [RT #19477]
4002
4003 2577.   [doc]           Clarified some statistics counters. [RT #19454]
4004
4005 2576.   [bug]           NSEC record were not being correctly signed when
4006                         a zone transitions from insecure to secure.
4007                         Handle such incorrectly signed zones. [RT #19114]
4008
4009 2575.   [func]          New functions dns_name_fromstring() and
4010                         dns_name_tostring(), to simplify conversion
4011                         of a string to a dns_name structure and vice
4012                         versa. [RT #19451]
4013
4014 2574.   [doc]           Document nsupdate -g and -o. [RT #19351]
4015
4016 2573.   [bug]           Replacing a non-CNAME record with a CNAME record in a
4017                         single transaction in a signed zone failed. [RT #19397]
4018
4019 2572.   [func]          Simplify DLV configuration, with a new option
4020                         "dnssec-lookaside auto;"  This is the equivalent
4021                         of "dnssec-lookaside . trust-anchor dlv.isc.org;"
4022                         plus setting a trusted-key for dlv.isc.org.
4023
4024                         Note: The trusted key is hard-coded into named,
4025                         but is also stored in (and can be overridden
4026                         by) $sysconfdir/bind.keys.  As the ISC DLV key
4027                         rolls over it can be kept up to date by replacing
4028                         the bind.keys file with a key downloaded from
4029                         https://www.isc.org/solutions/dlv. [RT #18685]
4030
4031 2571.   [func]          Add a new tool "arpaname" which translates IP addresses
4032                         to the corresponding IN-ADDR.ARPA or IP6.ARPA name.
4033                         [RT #18976]
4034
4035 2570.   [func]          Log the destination address the query was sent to.
4036                         [RT #19209]
4037
4038 2569.   [func]          Move journalprint, nsec3hash, and genrandom
4039                         commands from bin/tests into bin/tools;
4040                         "make install" will put them in $sbindir. [RT #19301]
4041
4042 2568.   [bug]           Report when the write to indicate a otherwise
4043                         successful start fails. [RT #19360]
4044
4045 2567.   [bug]           dst__privstruct_writefile() could miss write errors.
4046                         write_public_key() could miss write errors.
4047                         dnssec-dsfromkey could miss write errors.
4048                         [RT #19360]
4049
4050 2566.   [cleanup]       Clarify logged message when an insecure DNSSEC
4051                         response arrives from a zone thought to be secure:
4052                         "insecurity proof failed" instead of "not
4053                         insecure". [RT #19400]
4054
4055 2565.   [func]          Add support for HIP record.  Includes new functions
4056                         dns_rdata_hip_first(), dns_rdata_hip_next()
4057                         and dns_rdata_hip_current().  [RT #19384]
4058
4059 2564.   [bug]           Only take EDNS fallback steps when processing timeouts.
4060                         [RT #19405]
4061
4062 2563.   [bug]           Dig could leak a socket causing it to wait forever
4063                         to exit. [RT #19359]
4064
4065 2562.   [doc]           ARM: miscellaneous improvements, reorganization,
4066                         and some new content.
4067
4068 2561.   [doc]           Add isc-config.sh(1) man page. [RT #16378]
4069
4070 2560.   [bug]           Add #include <config.h> to iptable.c. [RT #18258]
4071
4072 2559.   [bug]           dnssec-dsfromkey could compute bad DS records when
4073                         reading from a K* files.  [RT #19357]
4074
4075 2558.   [func]          Set the ownership of missing directories created
4076                         for pid-file if -u has been specified on the command
4077                         line. [RT #19328]
4078
4079 2557.   [cleanup]       PCI compliance:
4080                         * new libisc log module file
4081                         * isc_dir_chroot() now also changes the working
4082                           directory to "/".
4083                         * additional INSISTs
4084                         * additional logging when files can't be removed.
4085
4086 2556.   [port]          Solaris: mkdir(2) on tmpfs filesystems does not do the
4087                         error checks in the correct order resulting in the
4088                         wrong error code sometimes being returned. [RT #19249]
4089
4090 2555.   [func]          dig: when emitting a hex dump also display the
4091                         corresponding characters. [RT #19258]
4092
4093 2554.   [bug]           Validation of uppercase queries from NSEC3 zones could
4094                         fail. [RT #19297]
4095
4096 2553.   [bug]           Reference leak on DNSSEC validation errors. [RT #19291]
4097
4098 2552.   [bug]           zero-no-soa-ttl-cache was not being honored.
4099                         [RT #19340]
4100
4101 2551.   [bug]           Potential Reference leak on return. [RT #19341]
4102
4103 2550.   [bug]           Check --with-openssl=<path> finds <openssl/opensslv.h>.
4104                         [RT #19343]
4105
4106 2549.   [port]          linux: define NR_OPEN if not currently defined.
4107                         [RT #19344]
4108
4109 2548.   [bug]           Install iterated_hash.h. [RT #19335]
4110
4111 2547.   [bug]           openssl_link.c:mem_realloc() could reference an
4112                         out-of-range area of the source buffer.  New public
4113                         function isc_mem_reallocate() was introduced to address
4114                         this bug. [RT #19313]
4115
4116 2546.   [func]          Add --enable-openssl-hash configure flag to use
4117                         OpenSSL (in place of internal routine) for hash
4118                         functions (MD5, SHA[12] and HMAC). [RT #18815]
4119
4120 2545.   [doc]           ARM: Legal hostname checking (check-names) is
4121                         for SRV RDATA too. [RT #19304]
4122
4123 2544.   [cleanup]       Removed unused structure members in adb.c. [RT #19225]
4124
4125 2543.   [contrib]       Update contrib/zkt to version 0.98. [RT #19113]
4126
4127 2542.   [doc]           Update the description of dig +adflag. [RT #19290]
4128
4129 2541.   [bug]           Conditionally update dispatch manager statistics.
4130                         [RT #19247]
4131
4132 2540.   [func]          Add a nibble mode to $GENERATE. [RT #18872]
4133
4134 2539.   [security]      Update the interaction between recursion, allow-query,
4135                         allow-query-cache and allow-recursion.  [RT #19198]
4136
4137 2538.   [bug]           cache/ADB memory could grow over max-cache-size,
4138                         especially with threads and smaller max-cache-size
4139                         values. [RT #19240]
4140
4141 2537.   [func]          Added more statistics counters including those on socket
4142                         I/O events and query RTT histograms. [RT #18802]
4143
4144 2536.   [cleanup]       Silence some warnings when -Werror=format-security is
4145                         specified. [RT #19083]
4146
4147 2535.   [bug]           dig +showsearch and +trace interacted badly. [RT #19091]
4148
4149 2534.   [func]          Check NAPTR records regular expressions and
4150                         replacement strings to ensure they are syntactically
4151                         valid and consistent. [RT #18168]
4152
4153 2533.   [doc]           ARM: document @ (at-sign). [RT #17144]
4154
4155 2532.   [bug]           dig: check the question section of the response to
4156                         see if it matches the asked question. [RT #18495]
4157
4158 2531.   [bug]           Change #2207 was incomplete. [RT #19098]
4159
4160 2530.   [bug]           named failed to reject insecure to secure transitions
4161                         via UPDATE. [RT #19101]
4162
4163 2529.   [cleanup]       Upgrade libtool to silence complaints from recent
4164                         version of autoconf. [RT #18657]
4165
4166 2528.   [cleanup]       Silence spurious configure warning about
4167                         --datarootdir [RT #19096]
4168
4169 2527.   [placeholder]
4170
4171 2526.   [func]          New named option "attach-cache" that allows multiple
4172                         views to share a single cache to save memory and
4173                         improve lookup efficiency.  Based on contributed code
4174                         from Barclay Osborn, Google. [RT #18905]
4175
4176 2525.   [func]          New logging category "query-errors" to provide detailed
4177                         internal information about query failures, especially
4178                         about server failures. [RT #19027]
4179
4180 2524.   [port]          sunos: dnssec-signzone needs strtoul(). [RT #19129]
4181
4182 2523.   [bug]           Random type rdata freed by dns_nsec_typepresent().
4183                         [RT #19112]
4184
4185 2522.   [security]      Handle -1 from DSA_do_verify() and EVP_VerifyFinal().
4186
4187 2521.   [bug]           Improve epoll cross compilation support. [RT #19047]
4188
4189 2520.   [bug]           Update xml statistics version number to 2.0 as change
4190                         #2388 made the schema incompatible to the previous
4191                         version. [RT #19080]
4192
4193 2519.   [bug]           dig/host with -4 or -6 didn't work if more than two
4194                         nameserver addresses of the excluded address family
4195                         preceded in resolv.conf. [RT #19081]
4196
4197 2518.   [func]          Add support for the new CERT types from RFC 4398.
4198                         [RT #19077]
4199
4200 2517.   [bug]           dig +trace with -4 or -6 failed when it chose a
4201                         nameserver address of the excluded address type.
4202                         [RT #18843]
4203
4204 2516.   [bug]           glue sort for responses was performed even when not
4205                         needed. [RT #19039]
4206
4207 2515.   [port]          win32: build dnssec-dsfromkey and dnssec-keyfromlabel.
4208                         [RT #19063]
4209
4210 2514.   [bug]           dig/host failed with -4 or -6 when resolv.conf contains
4211                         a nameserver of the excluded address family.
4212                         [RT #18848]
4213
4214 2513.   [bug]           Fix windows cli build. [RT #19062]
4215
4216 2512.   [func]          Print a summary of the cached records which make up
4217                         the negative response.  [RT #18885]
4218
4219 2511.   [cleanup]       dns_rdata_tofmttext() add const to linebreak.
4220                         [RT #18885]
4221
4222 2510.   [bug]           "dig +sigchase" could trigger REQUIRE failures.
4223                         [RT #19033]
4224
4225 2509.   [bug]           Specifying a fixed query source port was broken.
4226                         [RT #19051]
4227
4228 2508.   [placeholder]
4229
4230 2507.   [func]          Log the recursion quota values when killing the
4231                         oldest query or refusing to recurse due to quota.
4232                         [RT #19022]
4233
4234 2506.   [port]          solaris: Check at configure time if
4235                         hack_shutup_pthreadonceinit is needed. [RT #19037]
4236
4237 2505.   [port]          Treat amd64 similarly to x86_64 when determining
4238                         atomic operation support. [RT #19031]
4239
4240 2504.   [bug]           Address race condition in the socket code. [RT #18899]
4241
4242 2503.   [port]          linux: improve compatibility with Linux Standard
4243                         Base. [RT #18793]
4244
4245 2502.   [cleanup]       isc_radix: Improve compliance with coding style,
4246                         document function in <isc/radix.h>. [RT #18534]
4247
4248 2501.   [func]          $GENERATE now supports all rdata types.  Multi-field
4249                         rdata types need to be quoted.  See the ARM for
4250                         details. [RT #18368]
4251
4252 2500.   [contrib]       contrib/sdb/pgsql/zonetodb.c called non-existent
4253                         function. [RT #18582]
4254
4255 2499.   [port]          solaris: lib/lwres/getaddrinfo.c namespace clash.
4256                         [RT #18837]
4257
4258         --- 9.6.0rc1 released ---
4259
4260 2498.   [bug]           Removed a bogus function argument used with
4261                         ISC_SOCKET_USE_POLLWATCH: it could cause compiler
4262                         warning or crash named with the debug 1 level
4263                         of logging. [RT #18917]
4264
4265 2497.   [bug]           Don't add RRSIG bit to NSEC3 bit map for insecure
4266                         delegation.
4267
4268 2496.   [bug]           Add sanity length checks to NSID option. [RT #18813]
4269
4270 2495.   [bug]           Tighten RRSIG checks. [RT #18795]
4271
4272 2494.   [bug]           isc/radix.h, dns/sdlz.h and dns/dlz.h were not being
4273                         installed. [RT #18826]
4274
4275 2493.   [bug]           The linux capabilities code was not correctly cleaning
4276                         up after itself. [RT #18767]
4277
4278 2492.   [func]          Rndc status now reports the number of cpus discovered
4279                         and the number of worker threads when running
4280                         multi-threaded. [RT #18273]
4281
4282 2491.   [func]          Attempt to re-use a local port if we are already using
4283                         the port. [RT #18548]
4284
4285 2490.   [port]          aix: work around a kernel bug where IPV6_RECVPKTINFO
4286                         is cleared when IPV6_V6ONLY is set. [RT #18785]
4287
4288 2489.   [port]          solaris: Workaround Solaris's kernel bug about
4289                         /dev/poll:
4290                         http://bugs.opensolaris.org/view_bug.do?bug_id=6724237
4291                         Define ISC_SOCKET_USE_POLLWATCH at build time to enable
4292                         this workaround. [RT #18870]
4293
4294 2488.   [func]          Added a tool, dnssec-dsfromkey, to generate DS records
4295                         from keyset and .key files. [RT #18694]
4296
4297 2487.   [bug]           Give TCP connections longer to complete. [RT #18675]
4298
4299 2486.   [func]          The default locations for named.pid and lwresd.pid
4300                         are now /var/run/named/named.pid and
4301                         /var/run/lwresd/lwresd.pid respectively.
4302
4303                         This allows the owner of the containing directory
4304                         to be set, for "named -u" support, and allows there
4305                         to be a permanent symbolic link in the path, for
4306                         "named -t" support.  [RT #18306]
4307
4308 2485.   [bug]           Change update's the handling of obscured RRSIG
4309                         records.  Not all orphaned DS records were being
4310                         removed. [RT #18828]
4311
4312 2484.   [bug]           It was possible to trigger a REQUIRE failure when
4313                         adding NSEC3 proofs to the response in
4314                         query_addwildcardproof().  [RT #18828]
4315
4316 2483.   [port]          win32: chroot() is not supported. [RT #18805]
4317
4318 2482.   [port]          libxml2: support versions 2.7.* in addition
4319                         to 2.6.*. [RT #18806]
4320
4321         --- 9.6.0b1 released ---
4322
4323 2481.   [bug]           rbtdb.c:matchparams() failed to handle NSEC3 chain
4324                         collisions.  [RT #18812]
4325
4326 2480.   [bug]           named could fail to emit all the required NSEC3
4327                         records.  [RT #18812]
4328
4329 2479.   [bug]           xfrout:covers was not properly initialized. [RT #18801]
4330
4331 2478.   [bug]           'addresses' could be used uninitialized in
4332                         configure_forward(). [RT #18800]
4333
4334 2477.   [bug]           dig: the global option to print the command line is
4335                         +cmd not print_cmd.  Update the output to reflect
4336                         this. [RT #17008]
4337
4338 2476.   [doc]           ARM: improve documentation for max-journal-size and
4339                         ixfr-from-differences. [RT #15909] [RT #18541]
4340
4341 2475.   [bug]           LRU cache cleanup under overmem condition could purge
4342                         particular entries more aggressively. [RT #17628]
4343
4344 2474.   [bug]           ACL structures could be allocated with insufficient
4345                         space, causing an array overrun. [RT #18765]
4346
4347 2473.   [port]          linux: raise the limit on open files to the possible
4348                         maximum value before spawning threads; 'files'
4349                         specified in named.conf doesn't seem to work with
4350                         threads as expected. [RT #18784]
4351
4352 2472.   [port]          linux: check the number of available cpu's before
4353                         calling chroot as it depends on "/proc". [RT #16923]
4354
4355 2471.   [bug]           named-checkzone was not reporting missing mandatory
4356                         glue when sibling checks were disabled. [RT #18768]
4357
4358 2470.   [bug]           Elements of the isc_radix_node_t could be incorrectly
4359                         overwritten.  [RT #18719]
4360
4361 2469.   [port]          solaris: Work around Solaris's select() limitations.
4362                         [RT #18769]
4363
4364 2468.   [bug]           Resolver could try unreachable servers multiple times.
4365                         [RT #18739]
4366
4367 2467.   [bug]           Failure of fcntl(F_DUPFD) wasn't logged. [RT #18740]
4368
4369 2466.   [doc]           ARM: explain max-cache-ttl 0 SERVFAIL issue.
4370                         [RT #18302]
4371
4372 2465.   [bug]           Adb's handling of lame addresses was different
4373                         for IPv4 and IPv6. [RT #18738]
4374
4375 2464.   [port]          linux: check that a capability is present before
4376                         trying to set it. [RT #18135]
4377
4378 2463.   [port]          linux: POSIX doesn't include the IPv6 Advanced Socket
4379                         API and glibc hides parts of the IPv6 Advanced Socket
4380                         API as a result.  This is stupid as it breaks how the
4381                         two halves (Basic and Advanced) of the IPv6 Socket API
4382                         were designed to be used but we have to live with it.
4383                         Define _GNU_SOURCE to pull in the IPv6 Advanced Socket
4384                         API. [RT #18388]
4385
4386 2462.   [doc]           Document -m (enable memory usage debugging)
4387                         option for dig. [RT #18757]
4388
4389 2461.   [port]          sunos: Change #2363 was not complete. [RT #17513]
4390
4391         --- 9.6.0a1 released ---
4392
4393 2460.   [bug]           Don't call dns_db_getnsec3parameters() on the cache.
4394                         [RT #18697]
4395
4396 2459.   [contrib]       Import dnssec-zkt to contrib/zkt. [RT #18448]
4397
4398 2458.   [doc]           ARM: update and correction for max-cache-size.
4399                         [RT #18294]
4400
4401 2457.   [tuning]        max-cache-size is reverted to 0, the previous
4402                         default.  It should be safe because expired cache
4403                         entries are also purged. [RT #18684]
4404
4405 2456.   [bug]           In ACLs, ::/0 and 0.0.0.0/0 would both match any
4406                         address, regardless of family.  They now correctly
4407                         distinguish IPv4 from IPv6.  [RT #18559]
4408
4409 2455.   [bug]           Stop metadata being transferred via axfr/ixfr.
4410                         [RT #18639]
4411
4412 2454.   [func]          nsupdate: you can now set a default ttl. [RT #18317]
4413
4414 2453.   [bug]           Remove NULL pointer dereference in dns_journal_print().
4415                         [RT #18316]
4416
4417 2452.   [func]          Improve bin/test/journalprint. [RT #18316]
4418
4419 2451.   [port]          solaris: handle runtime linking better. [RT #18356]
4420
4421 2450.   [doc]           Fix lwresd docbook problem for manual page.
4422                         [RT #18672]
4423
4424 2449.   [placeholder]
4425
4426 2448.   [func]          Add NSEC3 support. [RT #15452]
4427
4428 2447.   [cleanup]       libbind has been split out as a separate product.
4429
4430 2446.   [func]          Add a new log message about build options on startup.
4431                         A new command-line option '-V' for named is also
4432                         provided to show this information. [RT #18645]
4433
4434 2445.   [doc]           ARM out-of-date on empty reverse zones (list includes
4435                         RFC1918 address, but these are not yet compiled in).
4436                         [RT #18578]
4437
4438 2444.   [port]          Linux, FreeBSD, AIX: Turn off path mtu discovery
4439                         (clear DF) for UDP responses and requests.
4440
4441 2443.   [bug]           win32: UDP connect() would not generate an event,
4442                         and so connected UDP sockets would never clean up.
4443                         Fix this by doing an immediate WSAConnect() rather
4444                         than an io completion port type for UDP.
4445
4446 2442.   [bug]           A lock could be destroyed twice. [RT #18626]
4447
4448 2441.   [bug]           isc_radix_insert() could copy radix tree nodes
4449                         incompletely. [RT #18573]
4450
4451 2440.   [bug]           named-checkconf used an incorrect test to determine
4452                         if an ACL was set to none.
4453
4454 2439.   [bug]           Potential NULL dereference in dns_acl_isanyornone().
4455                         [RT #18559]
4456
4457 2438.   [bug]           Timeouts could be logged incorrectly under win32.
4458
4459 2437.   [bug]           Sockets could be closed too early, leading to
4460                         inconsistent states in the socket module. [RT #18298]
4461
4462 2436.   [security]      win32: UDP client handler can be shutdown. [RT #18576]
4463
4464 2435.   [bug]           Fixed an ACL memory leak affecting win32.
4465
4466 2434.   [bug]           Fixed a minor error-reporting bug in
4467                         lib/isc/win32/socket.c.
4468
4469 2433.   [tuning]        Set initial timeout to 800ms.
4470
4471 2432.   [bug]           More Windows socket handling improvements.  Stop
4472                         using I/O events and use IO Completion Ports
4473                         throughout.  Rewrite the receive path logic to make
4474                         it easier to support multiple simultaneous
4475                         requesters in the future.  Add stricter consistency
4476                         checking as a compile-time option (define
4477                         ISC_SOCKET_CONSISTENCY_CHECKS; defaults to off).
4478
4479 2431.   [bug]           Acl processing could leak memory. [RT #18323]
4480
4481 2430.   [bug]           win32: isc_interval_set() could round down to
4482                         zero if the input was less than NS_INTERVAL
4483                         nanoseconds.  Round up instead. [RT #18549]
4484
4485 2429.   [doc]           nsupdate should be in section 1 of the man pages.
4486                         [RT #18283]
4487
4488 2428.   [bug]           dns_iptable_merge() mishandled merges of negative
4489                         tables. [RT #18409]
4490
4491 2427.   [func]          Treat DNSKEY queries as if "minimal-response yes;"
4492                         was set. [RT #18528]
4493
4494 2426.   [bug]           libbind: inet_net_pton() can sometimes return the
4495                         wrong value if excessively large net masks are
4496                         supplied. [RT #18512]
4497
4498 2425.   [bug]           named didn't detect unavailable query source addresses
4499                         at load time. [RT #18536]
4500
4501 2424.   [port]          configure now probes for a working epoll
4502                         implementation.  Allow the use of kqueue,
4503                         epoll and /dev/poll to be selected at compile
4504                         time. [RT #18277]
4505
4506 2423.   [security]      Randomize server selection on queries, so as to
4507                         make forgery a little more difficult.  Instead of
4508                         always preferring the server with the lowest RTT,
4509                         pick a server with RTT within the same 128
4510                         millisecond band.  [RT #18441]
4511
4512 2422.   [bug]           Handle the special return value of a empty node as
4513                         if it was a NXRRSET in the validator. [RT #18447]
4514
4515 2421.   [func]          Add new command line option '-S' for named to specify
4516                         the max number of sockets. [RT #18493]
4517                         Use caution: this option may not work for some
4518                         operating systems without rebuilding named.
4519
4520 2420.   [bug]           Windows socket handling cleanup.  Let the io
4521                         completion event send out canceled read/write
4522                         done events, which keeps us from writing to memory
4523                         we no longer have ownership of.  Add debugging
4524                         socket_log() function.  Rework TCP socket handling
4525                         to not leak sockets.
4526
4527 2419.   [cleanup]       Document that isc_socket_create() and isc_socket_open()
4528                         should not be used for isc_sockettype_fdwatch sockets.
4529                         [RT #18521]
4530
4531 2418.   [bug]           AXFR request on a DLZ could trigger a REQUIRE failure
4532                         [RT #18430]
4533
4534 2417.   [bug]           Connecting UDP sockets for outgoing queries could
4535                         unexpectedly fail with an 'address already in use'
4536                         error. [RT #18411]
4537
4538 2416.   [func]          Log file descriptors that cause exceeding the
4539                         internal maximum. [RT #18460]
4540
4541 2415.   [bug]           'rndc dumpdb' could trigger various assertion failures
4542                         in rbtdb.c. [RT #18455]
4543
4544 2414.   [bug]           A masterdump context held the database lock too long,
4545                         causing various troubles such as dead lock and
4546                         recursive lock acquisition. [RT #18311, #18456]
4547
4548 2413.   [bug]           Fixed an unreachable code path in socket.c. [RT #18442]
4549
4550 2412.   [bug]           win32: address a resource leak. [RT #18374]
4551
4552 2411.   [bug]           Allow using a larger number of sockets than FD_SETSIZE
4553                         for select().  To enable this, set ISC_SOCKET_MAXSOCKETS
4554                         at compilation time.  [RT #18433]
4555
4556                         Note: with changes #2469 and #2421 above, there is no
4557                         need to tweak ISC_SOCKET_MAXSOCKETS at compilation time
4558                         any more.
4559
4560 2410.   [bug]           Correctly delete m_versionInfo. [RT #18432]
4561
4562 2409.   [bug]           Only log that we disabled EDNS processing if we were
4563                         subsequently successful.  [RT #18029]
4564
4565 2408.   [bug]           A duplicate TCP dispatch event could be sent, which
4566                         could then trigger an assertion failure in
4567                         resquery_response().  [RT #18275]
4568
4569 2407.   [port]          hpux: test for sys/dyntune.h. [RT #18421]
4570
4571 2406.   [placeholder]
4572
4573 2405.   [cleanup]       The default value for dnssec-validation was changed to
4574                         "yes" in 9.5.0-P1 and all subsequent releases; this
4575                         was inadvertently omitted from CHANGES at the time.
4576
4577 2404.   [port]          hpux: files unlimited support.
4578
4579 2403.   [bug]           TSIG context leak. [RT #18341]
4580
4581 2402.   [port]          Support Solaris 2.11 and over. [RT #18362]
4582
4583 2401.   [bug]           Expect to get E[MN]FILE errno internal_accept()
4584                         (from accept() or fcntl() system calls). [RT #18358]
4585
4586 2400.   [bug]           Log if kqueue()/epoll_create()/open(/dev/poll) fails.
4587                         [RT #18297]
4588
4589 2399.   [placeholder]
4590
4591 2398.   [bug]           Improve file descriptor management.  New,
4592                         temporary, named.conf option reserved-sockets,
4593                         default 512. [RT #18344]
4594
4595 2397.   [bug]           gssapi_functions had too many elements. [RT #18355]
4596
4597 2396.   [bug]           Don't set SO_REUSEADDR for randomized ports.
4598                         [RT #18336]
4599
4600 2395.   [port]          Avoid warning and no effect from "files unlimited"
4601                         on Linux when running as root. [RT #18335]
4602
4603 2394.   [bug]           Default configuration options set the limit for
4604                         open files to 'unlimited' as described in the
4605                         documentation. [RT #18331]
4606
4607 2393.   [bug]           nested acls containing keys could trigger an
4608                         assertion in acl.c. [RT #18166]
4609
4610 2392.   [bug]           remove 'grep -q' from acl test script, some platforms
4611                         don't support it. [RT #18253]
4612
4613 2391.   [port]          hpux: cover additional recvmsg() error codes.
4614                         [RT #18301]
4615
4616 2390.   [bug]           dispatch.c could make a false warning on 'odd socket'.
4617                         [RT #18301].
4618
4619 2389.   [bug]           Move the "working directory writable" check to after
4620                         the ns_os_changeuser() call. [RT #18326]
4621
4622 2388.   [bug]           Avoid using tables for layout purposes in
4623                         statistics XSL [RT #18159].
4624
4625 2387.   [bug]           Silence compiler warnings in lib/isc/radix.c.
4626                         [RT #18147] [RT #18258]
4627
4628 2386.   [func]          Add warning about too small 'open files' limit.
4629                         [RT #18269]
4630
4631 2385.   [bug]           A condition variable in socket.c could leak in
4632                         rare error handling [RT #17968].
4633
4634 2384.   [security]      Fully randomize UDP query ports to improve
4635                         forgery resilience. [RT #17949, #18098]
4636
4637 2383.   [bug]           named could double queries when they resulted in
4638                         SERVFAIL due to overkilling EDNS0 failure detection.
4639                         [RT #18182]
4640
4641 2382.   [doc]           Add descriptions of DHCID, IPSECKEY, SPF and SSHFP
4642                         to ARM.
4643
4644 2381.   [port]          dlz/mysql: support multiple install layouts for
4645                         mysql.  <prefix>/include/{,mysql/}mysql.h and
4646                         <prefix>/lib/{,mysql/}. [RT #18152]
4647
4648 2380.   [bug]           dns_view_find() was not returning NXDOMAIN/NXRRSET
4649                         proofs which, in turn, caused validation failures
4650                         for insecure zones immediately below a secure zone
4651                         the server was authoritative for. [RT #18112]
4652
4653 2379.   [contrib]       queryperf/gen-data-queryperf.py: removed redundant
4654                         TLDs and supported RRs with TTLs [RT #17972]
4655
4656 2378.   [bug]           gssapi_functions{} had a redundant member in BIND 9.5.
4657                         [RT #18169]
4658
4659 2377.   [bug]           Address race condition in dnssec-signzone. [RT #18142]
4660
4661 2376.   [bug]           Change #2144 was not complete.
4662
4663 2375.   [placeholder]
4664
4665 2374.   [bug]           "blackhole" ACLs could cause named to segfault due
4666                         to some uninitialized memory. [RT #18095]
4667
4668 2373.   [bug]           Default values of zone ACLs were re-parsed each time a
4669                         new zone was configured, causing an overconsumption
4670                         of memory. [RT #18092]
4671
4672 2372.   [bug]           Fixed incorrect TAG_HMACSHA256_BITS value [RT #18047]
4673
4674 2371.   [doc]           Add +nsid option to dig man page. [RT #18039]
4675
4676 2370.   [bug]           "rndc freeze" could trigger an assertion in named
4677                         when called on a nonexistent zone. [RT #18050]
4678
4679 2369.   [bug]           libbind: Array bounds overrun on read in bitncmp().
4680                         [RT #18054]
4681
4682 2368.   [port]          Linux: use libcap for capability management if
4683                         possible. [RT #18026]
4684
4685 2367.   [bug]           Improve counting of dns_resstatscounter_retry
4686                         [RT #18030]
4687
4688 2366.   [bug]           Adb shutdown race. [RT #18021]
4689
4690 2365.   [bug]           Fix a bug that caused dns_acl_isany() to return
4691                         spurious results. [RT #18000]
4692
4693 2364.   [bug]           named could trigger a assertion when serving a
4694                         malformed signed zone. [RT #17828]
4695
4696 2363.   [port]          sunos: pre-set "lt_cv_sys_max_cmd_len=4096;".
4697                         [RT #17513]
4698
4699 2362.   [cleanup]       Make "rrset-order fixed" a compile-time option.
4700                         settable by "./configure --enable-fixed-rrset".
4701                         Disabled by default. [RT #17977]
4702
4703 2361.   [bug]           "recursion" statistics counter could be counted
4704                         multiple times for a single query.  [RT #17990]
4705
4706 2360.   [bug]           Fix a condition where we release a database version
4707                         (which may acquire a lock) while holding the lock.
4708
4709 2359.   [bug]           Fix NSID bug. [RT #17942]
4710
4711 2358.   [doc]           Update host's default query description. [RT #17934]
4712
4713 2357.   [port]          Don't use OpenSSL's engine support in versions before
4714                         OpenSSL 0.9.7f. [RT #17922]
4715
4716 2356.   [bug]           Built in mutex profiler was not scalable enough.
4717                         [RT #17436]
4718
4719 2355.   [func]          Extend the number statistics counters available.
4720                         [RT #17590]
4721
4722 2354.   [bug]           Failed to initialize some rdatasetheader_t elements.
4723                         [RT #17927]
4724
4725 2353.   [func]          Add support for Name Server ID (RFC 5001).
4726                         'dig +nsid' requests NSID from server.
4727                         'request-nsid yes;' causes recursive server to send
4728                         NSID requests to upstream servers.  Server responds
4729                         to NSID requests with the string configured by
4730                         'server-id' option.  [RT #17091]
4731
4732 2352.   [bug]           Various GSS_API fixups. [RT #17729]
4733
4734 2351.   [bug]           convertxsl.pl generated very long lines. [RT #17906]
4735
4736 2350.   [port]          win32: IPv6 support. [RT #17797]
4737
4738 2349.   [func]          Provide incremental re-signing support for secure
4739                         dynamic zones. [RT #1091]
4740
4741 2348.   [func]          Use the EVP interface to OpenSSL. Add PKCS#11 support.
4742                         Documentation is in the new README.pkcs11 file.
4743                         New tool, dnssec-keyfromlabel, which takes the
4744                         label of a key pair in a HSM and constructs a DNS
4745                         key pair for use by named and dnssec-signzone.
4746                         [RT #16844]
4747
4748 2347.   [bug]           Delete now traverses the RB tree in the canonical
4749                         order. [RT #17451]
4750
4751 2346.   [func]          Memory statistics now cover all active memory contexts
4752                         in increased detail. [RT #17580]
4753
4754 2345.   [bug]           named-checkconf failed to detect when forwarders
4755                         were set at both the options/view level and in
4756                         a root zone. [RT #17671]
4757
4758 2344.   [bug]           Improve "logging{ file ...; };" documentation.
4759                         [RT #17888]
4760
4761 2343.   [bug]           (Seemingly) duplicate IPv6 entries could be
4762                         created in ADB. [RT #17837]
4763
4764 2342.   [func]          Use getifaddrs() if available under Linux. [RT #17224]
4765
4766 2341.   [bug]           libbind: add missing -I../include for off source
4767                         tree builds. [RT #17606]
4768
4769 2340.   [port]          openbsd: interface configuration. [RT #17700]
4770
4771 2339.   [port]          tru64: support for libbind. [RT #17589]
4772
4773 2338.   [bug]           check_ds() could be called with a non DS rdataset.
4774                         [RT #17598]
4775
4776 2337.   [bug]           BUILD_LDFLAGS was not being correctly set.  [RT #17614]
4777
4778 2336.   [func]          If "named -6" is specified then listen on all IPv6
4779                         interfaces if there are not listen-on-v6 clauses in
4780                         named.conf.  [RT #17581]
4781
4782 2335.   [port]          sunos:  libbind and *printf() support for long long.
4783                         [RT #17513]
4784
4785 2334.   [bug]           Bad REQUIRES in fromstruct_in_naptr(),  off by one
4786                         bug in fromstruct_txt(). [RT #17609]
4787
4788 2333.   [bug]           Fix off by one error in isc_time_nowplusinterval().
4789                         [RT #17608]
4790
4791 2332.   [contrib]       query-loc-0.4.0. [RT #17602]
4792
4793 2331.   [bug]           Failure to regenerate any signatures was not being
4794                         reported nor being past back to the UPDATE client.
4795                         [RT #17570]
4796
4797 2330.   [bug]           Remove potential race condition when handling
4798                         over memory events. [RT #17572]
4799
4800                         WARNING: API CHANGE: over memory callback
4801                         function now needs to call isc_mem_waterack().
4802                         See <isc/mem.h> for details.
4803
4804 2329.   [bug]           Clearer help text for dig's '-x' and '-i' options.
4805
4806 2328.   [maint]         Add AAAA addresses for A.ROOT-SERVERS.NET,
4807                         F.ROOT-SERVERS.NET, H.ROOT-SERVERS.NET,
4808                         J.ROOT-SERVERS.NET, K.ROOT-SERVERS.NET and
4809                         M.ROOT-SERVERS.NET.
4810
4811 2327.   [bug]           It was possible to dereference a NULL pointer in
4812                         rbtdb.c.  Implement dead node processing in zones as
4813                         we do for caches. [RT #17312]
4814
4815 2326.   [bug]           It was possible to trigger a INSIST in the acache
4816                         processing.
4817
4818 2325.   [port]          Linux: use capset() function if available. [RT #17557]
4819
4820 2324.   [bug]           Fix IPv6 matching against "any;". [RT #17533]
4821
4822 2323.   [port]          tru64: namespace clash. [RT #17547]
4823
4824 2322.   [port]          MacOS: work around the limitation of setrlimit()
4825                         for RLIMIT_NOFILE. [RT #17526]
4826
4827 2321.   [placeholder]
4828
4829 2320.   [func]          Make statistics counters thread-safe for platforms
4830                         that support certain atomic operations. [RT #17466]
4831
4832 2319.   [bug]           Silence Coverity warnings in
4833                         lib/dns/rdata/in_1/apl_42.c. [RT #17469]
4834
4835 2318.   [port]          sunos fixes for libbind.  [RT #17514]
4836
4837 2317.   [bug]           "make distclean" removed bind9.xsl.h. [RT #17518]
4838
4839 2316.   [port]          Missing #include <isc/print.h> in lib/dns/gssapictx.c.
4840                         [RT #17513]
4841
4842 2315.   [bug]           Used incorrect address family for mapped IPv4
4843                         addresses in acl.c. [RT #17519]
4844
4845 2314.   [bug]           Uninitialized memory use on error path in
4846                         bin/named/lwdnoop.c.  [RT #17476]
4847
4848 2313.   [cleanup]       Silence Coverity warnings. Handle private stacks.
4849                         [RT #17447] [RT #17478]
4850
4851 2312.   [cleanup]       Silence Coverity warning in lib/isc/unix/socket.c.
4852                         [RT #17458]
4853
4854 2311.   [bug]           IPv6 addresses could match IPv4 ACL entries and
4855                         vice versa. [RT #17462]
4856
4857 2310.   [bug]           dig, host, nslookup: flush stdout before emitting
4858                         debug/fatal messages.  [RT #17501]
4859
4860 2309.   [cleanup]       Fix Coverity warnings in lib/dns/acl.c and iptable.c.
4861                         [RT #17455]
4862
4863 2308.   [cleanup]       Silence Coverity warning in bin/named/controlconf.c.
4864                         [RT #17495]
4865
4866 2307.   [bug]           Remove infinite loop from lib/dns/sdb.c. [RT #17496]
4867
4868 2306.   [bug]           Remove potential race from lib/dns/resolver.c.
4869                         [RT #17470]
4870
4871 2305.   [security]      inet_network() buffer overflow. CVE-2008-0122.
4872
4873 2304.   [bug]           Check returns from all dns_rdata_tostruct() calls.
4874                         [RT #17460]
4875
4876 2303.   [bug]           Remove unnecessary code from bin/named/lwdgnba.c.
4877                         [RT #17471]
4878
4879 2302.   [bug]           Fix memset() calls in lib/tests/t_api.c. [RT #17472]
4880
4881 2301.   [bug]           Remove resource leak and fix error messages in
4882                         bin/tests/system/lwresd/lwtest.c. [RT #17474]
4883
4884 2300.   [bug]           Fixed failure to close open file in
4885                         bin/tests/names/t_names.c. [RT #17473]
4886
4887 2299.   [bug]           Remove unnecessary NULL check in
4888                         bin/nsupdate/nsupdate.c. [RT #17475]
4889
4890 2298.   [bug]           isc_mutex_lock() failure not caught in
4891                         bin/tests/timers/t_timers.c. [RT #17468]
4892
4893 2297.   [bug]           isc_entropy_createfilesource() failure not caught in
4894                         bin/tests/dst/t_dst.c. [RT #17467]
4895
4896 2296.   [port]          Allow docbook stylesheet location to be specified to
4897                         configure. [RT #17457]
4898
4899 2295.   [bug]           Silence static overrun error in bin/named/lwaddr.c.
4900                         [RT #17459]
4901
4902 2294.   [func]          Allow the experimental statistics channels to have
4903                         multiple connections and ACL.
4904                         Note: the stats-server and stats-server-v6 options
4905                         available in the previous beta releases are replaced
4906                         with the generic statistics-channels statement.
4907
4908 2293.   [func]          Add ACL regression test. [RT #17375]
4909
4910 2292.   [bug]           Log if the working directory is not writable.
4911                         [RT #17312]
4912
4913 2291.   [bug]           PR_SET_DUMPABLE may be set too late.  Also report
4914                         failure to set PR_SET_DUMPABLE. [RT #17312]
4915
4916 2290.   [bug]           Let AD in the query signal that the client wants AD
4917                         set in the response. [RT #17301]
4918
4919 2289.   [func]          named-checkzone now reports the out-of-zone CNAME
4920                         found. [RT #17309]
4921
4922 2288.   [port]          win32: mark service as running when we have finished
4923                         loading.  [RT #17441]
4924
4925 2287.   [bug]           Use 'volatile' if the compiler supports it. [RT #17413]
4926
4927 2286.   [func]          Allow a TCP connection to be used as a weak
4928                         authentication method for reverse zones.
4929                         New update-policy methods tcp-self and 6to4-self.
4930                         [RT #17378]
4931
4932 2285.   [func]          Test framework for client memory context management.
4933                         [RT #17377]
4934
4935 2284.   [bug]           Memory leak in UPDATE prerequisite processing.
4936                         [RT #17377]
4937
4938 2283.   [bug]           TSIG keys were not attaching to the memory
4939                         context.  TSIG keys should use the rings
4940                         memory context rather than the clients memory
4941                         context. [RT #17377]
4942
4943 2282.   [bug]           Acl code fixups. [RT #17346] [RT #17374]
4944
4945 2281.   [bug]           Attempts to use undefined acls were not being logged.
4946                         [RT #17307]
4947
4948 2280.   [func]          Allow the experimental http server to be reached
4949                         over IPv6 as well as IPv4. [RT #17332]
4950
4951 2279.   [bug]           Use setsockopt(SO_NOSIGPIPE), when available,
4952                         to protect applications from receiving spurious
4953                         SIGPIPE signals when using the resolver.
4954
4955 2278.   [bug]           win32: handle the case where Windows returns no
4956                         search list or DNS suffix. [RT #17354]
4957
4958 2277.   [bug]           Empty zone names were not correctly being caught at
4959                         in the post parse checks. [RT #17357]
4960
4961 2276.   [bug]           Install <dst/gssapi.h>.  [RT #17359]
4962
4963 2275.   [func]          Add support to dig to perform IXFR queries over UDP.
4964                         [RT #17235]
4965
4966 2274.   [func]          Log zone transfer statistics. [RT #17336]
4967
4968 2273.   [bug]           Adjust log level to WARNING when saving inconsistent
4969                         stub/slave master and journal files. [RT #17279]
4970
4971 2272.   [bug]           Handle illegal dnssec-lookaside trust-anchor names.
4972                         [RT #17262]
4973
4974 2271.   [bug]           Fix a memory leak in http server code [RT #17100]
4975
4976 2270.   [bug]           dns_db_closeversion() version->writer could be reset
4977                         before it is tested. [RT #17290]
4978
4979 2269.   [contrib]       dbus memory leaks and missing va_end calls. [RT #17232]
4980
4981 2268.   [bug]           0.IN-ADDR.ARPA was missing from the empty zones
4982                         list.
4983
4984         --- 9.5.0b1 released ---
4985
4986 2267.   [bug]           Radix tree node_num value could be set incorrectly,
4987                         causing positive ACL matches to look like negative
4988                         ones.  [RT #17311]
4989
4990 2266.   [bug]           client.c:get_clientmctx() returned the same mctx
4991                         once the pool of mctx's was filled. [RT #17218]
4992
4993 2265.   [bug]           Test that the memory context's basic_table is non NULL
4994                         before freeing.  [RT #17265]
4995
4996 2264.   [bug]           Server prefix length was being ignored. [RT #17308]
4997
4998 2263.   [bug]           "named-checkconf -z" failed to set default value
4999                         for "check-integrity".  [RT #17306]
5000
5001 2262.   [bug]           Error status from all but the last view could be
5002                         lost. [RT #17292]
5003
5004 2261.   [bug]           Fix memory leak with "any" and "none" ACLs [RT #17272]
5005
5006 2260.   [bug]           Reported wrong clients-per-query when increasing the
5007                         value. [RT #17236]
5008
5009 2259.   [placeholder]
5010
5011         --- 9.5.0a7 released ---
5012
5013 2258.   [bug]           Fallback from IXFR/TSIG to SOA/AXFR/TSIG broken.
5014                         [RT #17241]
5015
5016 2257.   [bug]           win32: Use the full path to vcredist_x86.exe when
5017                         calling it. [RT #17222]
5018
5019 2256.   [bug]           win32: Correctly register the installation location of
5020                         bindevt.dll. [RT #17159]
5021
5022 2255.   [maint]         L.ROOT-SERVERS.NET is now 199.7.83.42.
5023
5024 2254.   [bug]           timer.c:dispatch() failed to lock timer->lock
5025                         when reading timer->idle allowing it to see
5026                         intermediate values as timer->idle was reset by
5027                         isc_timer_touch(). [RT #17243]
5028
5029 2253.   [func]          "max-cache-size" defaults to 32M.
5030                         "max-acache-size" defaults to 16M.
5031
5032 2252.   [bug]           Fixed errors in sortlist code [RT #17216]
5033
5034 2251.   [placeholder]
5035
5036 2250.   [func]          New flag 'memstatistics' to state whether the
5037                         memory statistics file should be written or not.
5038                         Additionally named's -m option will cause the
5039                         statistics file to be written. [RT #17113]
5040
5041 2249.   [bug]           Only set Authentic Data bit if client requested
5042                         DNSSEC, per RFC 3655 [RT #17175]
5043
5044 2248.   [cleanup]       Fix several errors reported by Coverity. [RT #17160]
5045
5046 2247.   [doc]           Sort doc/misc/options. [RT #17067]
5047
5048 2246.   [bug]           Make the startup of test servers (ans.pl) more
5049                         robust. [RT #17147]
5050
5051 2245.   [bug]           Validating lack of DS records at trust anchors wasn't
5052                         working. [RT #17151]
5053
5054 2244.   [func]          Allow the check of nameserver names against the
5055                         SOA MNAME field to be disabled by specifying
5056                         'notify-to-soa yes;'.  [RT #17073]
5057
5058 2243.   [func]          Configuration files without a newline at the end now
5059                         parse without error. [RT #17120]
5060
5061 2242.   [bug]           nsupdate: GSS-TSIG support using the Heimdal Kerberos
5062                         library could require a source of random data.
5063                         [RT #17127]
5064
5065 2241.   [func]          nsupdate: add a interactive 'help' command. [RT #17099]
5066
5067 2240.   [bug]           Cleanup nsupdates GSS-TSIG support.  Convert
5068                         a number of INSIST()s into plain fatal() errors
5069                         which report the triggering result code.
5070                         The 'key' command wasn't disabling GSS-TSIG.
5071                         [RT #17099]
5072
5073 2239.   [func]          Ship a pre built bin/named/bind9.xsl.h. [RT #17114]
5074
5075 2238.   [bug]           It was possible to trigger a REQUIRE when a
5076                         validation was canceled. [RT #17106]
5077
5078 2237.   [bug]           libbind: res_init() was not thread aware. [RT #17123]
5079
5080 2236.   [bug]           dnssec-signzone failed to preserve the case of
5081                         of wildcard owner names. [RT #17085]
5082
5083 2235.   [bug]           <isc/atomic.h> was not being installed. [RT #17135]
5084
5085 2234.   [port]          Correct some compiler warnings on SCO OSr5 [RT #17134]
5086
5087 2233.   [func]          Add support for O(1) ACL processing, based on
5088                         radix tree code originally written by Kevin
5089                         Brintnall. [RT #16288]
5090
5091 2232.   [bug]           dns_adb_findaddrinfo() could fail and return
5092                         ISC_R_SUCCESS. [RT #17137]
5093
5094 2231.   [bug]           Building dlzbdb (contrib/dlz/bin/dlzbdb) was broken.
5095                         [RT #17088]
5096
5097 2230.   [bug]           We could INSIST reading a corrupted journal.
5098                         [RT #17132]
5099
5100 2229.   [bug]           Null pointer dereference on query pool creation
5101                         failure. [RT #17133]
5102
5103 2228.   [contrib]       contrib: Change 2188 was incomplete.
5104
5105 2227.   [cleanup]       Tidied up the FAQ. [RT #17121]
5106
5107 2226.   [placeholder]
5108
5109 2225.   [bug]           More support for systems with no IPv4 addresses.
5110                         [RT #17111]
5111
5112 2224.   [bug]           Defer journal compaction if a xfrin is in progress.
5113                         [RT #17119]
5114
5115 2223.   [bug]           Make a new journal when compacting. [RT #17119]
5116
5117 2222.   [func]          named-checkconf now checks server key references.
5118                         [RT #17097]
5119
5120 2221.   [bug]           Set the event result code to reflect the actual
5121                         record turned to caller when a cache update is
5122                         rejected due to a more credible answer existing.
5123                         [RT #17017]
5124
5125 2220.   [bug]           win32: Address a race condition in final shutdown of
5126                         the Windows socket code. [RT #17028]
5127
5128 2219.   [bug]           Apply zone consistency checks to additions, not
5129                         removals, when updating. [RT #17049]
5130
5131 2218.   [bug]           Remove unnecessary REQUIRE from dns_validator_create().
5132                         [RT #16976]
5133
5134 2217.   [func]          Adjust update log levels. [RT #17092]
5135
5136 2216.   [cleanup]       Fix a number of errors reported by Coverity.
5137                         [RT #17094]
5138
5139 2215.   [bug]           Bad REQUIRE check isc_hmacsha1_verify(). [RT #17094]
5140
5141 2214.   [bug]           Deregister OpenSSL lock callback when cleaning
5142                         up.  Reorder OpenSSL cleanup so that RAND_cleanup()
5143                         is called before the locks are destroyed. [RT #17098]
5144
5145 2213.   [bug]           SIG0 diagnostic failure messages were looking at the
5146                         wrong status code. [RT #17101]
5147
5148 2212.   [func]          'host -m' now causes memory statistics and active
5149                         memory to be printed at exit. [RT 17028]
5150
5151 2211.   [func]          Update "dynamic update temporarily disabled" message.
5152                         [RT #17065]
5153
5154 2210.   [bug]           Deleting class specific records via UPDATE could
5155                         fail.  [RT #17074]
5156
5157 2209.   [port]          osx: linking against user supplied static OpenSSL
5158                         libraries failed as the system ones were still being
5159                         found. [RT #17078]
5160
5161 2208.   [port]          win32: make sure both build methods produce the
5162                         same output. [RT #17058]
5163
5164 2207.   [port]          Some implementations of getaddrinfo() fail to set
5165                         ai_canonname correctly. [RT #17061]
5166
5167         --- 9.5.0a6 released ---
5168
5169 2206.   [security]      "allow-query-cache" and "allow-recursion" now
5170                         cross inherit from each other.
5171
5172                         If allow-query-cache is not set in named.conf then
5173                         allow-recursion is used if set, otherwise allow-query
5174                         is used if set, otherwise the default (localnets;
5175                         localhost;) is used.
5176
5177                         If allow-recursion is not set in named.conf then
5178                         allow-query-cache is used if set, otherwise allow-query
5179                         is used if set, otherwise the default (localnets;
5180                         localhost;) is used.
5181
5182                         [RT #16987]
5183
5184 2205.   [bug]           libbind: change #2119 broke thread support. [RT #16982]
5185
5186 2204.   [bug]           "rndc flushanme name unknown-view" caused named
5187                         to crash. [RT #16984]
5188
5189 2203.   [security]      Query id generation was cryptographically weak.
5190                         [RT # 16915]
5191
5192 2202.   [security]      The default acls for allow-query-cache and
5193                         allow-recursion were not being applied. [RT #16960]
5194
5195 2201.   [bug]           The build failed in a separate object directory.
5196                         [RT #16943]
5197
5198 2200.   [bug]           The search for cached NSEC records was stopping to
5199                         early leading to excessive DLV queries. [RT #16930]
5200
5201 2199.   [bug]           win32: don't call WSAStartup() while loading dlls.
5202                         [RT #16911]
5203
5204 2198.   [bug]           win32: RegCloseKey() could be called when
5205                         RegOpenKeyEx() failed. [RT #16911]
5206
5207 2197.   [bug]           Add INSIST to catch negative responses which are
5208                         not setting the event result code appropriately.
5209                         [RT #16909]
5210
5211 2196.   [port]          win32: yield processor while waiting for once to
5212                         to complete. [RT #16958]
5213
5214 2195.   [func]          dnssec-keygen now defaults to nametype "ZONE"
5215                         when generating DNSKEYs. [RT #16954]
5216
5217 2194.   [bug]           Close journal before calling 'done' in xfrin.c.
5218
5219         --- 9.5.0a5 released ---
5220
5221 2193.   [port]          win32: BINDInstall.exe is now linked statically.
5222                         [RT #16906]
5223
5224 2192.   [port]          win32: use vcredist_x86.exe to install Visual
5225                         Studio's redistributable dlls if building with
5226                         Visual Stdio 2005 or later.
5227
5228 2191.   [func]          named-checkzone now allows dumping to stdout (-).
5229                         named-checkconf now has -h for help.
5230                         named-checkzone now has -h for help.
5231                         rndc now has -h for help.
5232                         Better handling of '-?' for usage summaries.
5233                         [RT #16707]
5234
5235 2190.   [func]          Make fallback to plain DNS from EDNS due to timeouts
5236                         more visible.  New logging category "edns-disabled".
5237                         [RT #16871]
5238
5239 2189.   [bug]           Handle socket() returning EINTR. [RT #15949]
5240
5241 2188.   [contrib]       queryperf: autoconf changes to make the search for
5242                         libresolv or libbind more robust. [RT #16299]
5243
5244 2187.   [bug]           query_addds(), query_addwildcardproof() and
5245                         query_addnxrrsetnsec() should take a version
5246                         argument. [RT #16368]
5247
5248 2186.   [port]          cygwin: libbind: check for struct sockaddr_storage
5249                         independently of IPv6. [RT #16482]
5250
5251 2185.   [port]          sunos: libbind: check for ssize_t, memmove() and
5252                         memchr(). [RT #16463]
5253
5254 2184.   [bug]           bind9.xsl.h didn't build out of the source tree.
5255                         [RT #16830]
5256
5257 2183.   [bug]           dnssec-signzone didn't handle offline private keys
5258                         well.  [RT #16832]
5259
5260 2182.   [bug]           dns_dispatch_createtcp() and dispatch_createudp()
5261                         could return ISC_R_SUCCESS when they ran out of
5262                         memory. [RT #16365]
5263
5264 2181.   [port]          sunos: libbind: add paths.h from BIND 8. [RT #16462]
5265
5266 2180.   [cleanup]       Remove bit test from 'compress_test' as they
5267                         are no longer needed. [RT #16497]
5268
5269 2179.   [func]          'rndc command zone' will now find 'zone' if it is
5270                         unique to all the views. [RT #16821]
5271
5272 2178.   [bug]           'rndc reload' of a slave or stub zone resulted in
5273                         a reference leak. [RT #16867]
5274
5275 2177.   [bug]           Array bounds overrun on read (rcodetext) at
5276                         debug level 10+. [RT #16798]
5277
5278 2176.   [contrib]       dbus update to handle race condition during
5279                         initialization (Bugzilla 235809). [RT #16842]
5280
5281 2175.   [bug]           win32: windows broadcast condition variable support
5282                         was broken. [RT #16592]
5283
5284 2174.   [bug]           I/O errors should always be fatal when reading
5285                         master files. [RT #16825]
5286
5287 2173.   [port]          win32: When compiling with MSVS 2005 SP1 we also
5288                         need to ship Microsoft.VC80.MFCLOC.
5289
5290         --- 9.5.0a4 released ---
5291
5292 2172.   [bug]           query_addsoa() was being called with a non zone db.
5293                         [RT #16834]
5294
5295 2171.   [bug]           Handle breaks in DNSSEC trust chains where the parent
5296                         servers are not DS aware (DS queries to the parent
5297                         return a referral to the child).
5298
5299 2170.   [func]          Add acache processing to test suite. [RT #16711]
5300
5301 2169.   [bug]           host, nslookup: when reporting NXDOMAIN report the
5302                         given name and not the last name searched for.
5303                         [RT #16763]
5304
5305 2168.   [bug]           nsupdate: in non-interactive mode treat syntax errors
5306                         as fatal errors. [RT #16785]
5307
5308 2167.   [bug]           When re-using a automatic zone named failed to
5309                         attach it to the new view. [RT #16786]
5310
5311         --- 9.5.0a3 released ---
5312
5313 2166.   [bug]           When running in batch mode, dig could misinterpret
5314                         a server address as a name to be looked up, causing
5315                         unexpected output. [RT #16743]
5316
5317 2165.   [func]          Allow the destination address of a query to determine
5318                         if we will answer the query or recurse.
5319                         allow-query-on, allow-recursion-on and
5320                         allow-query-cache-on. [RT #16291]
5321
5322 2164.   [bug]           The code to determine how named-checkzone /
5323                         named-compilezone was called failed under windows.
5324                         [RT #16764]
5325
5326 2163.   [bug]           If only one of query-source and query-source-v6
5327                         specified a port the query pools code broke (change
5328                         2129).  [RT #16768]
5329
5330 2162.   [func]          Allow "rrset-order fixed" to be disabled at compile
5331                         time. [RT #16665]
5332
5333 2161.   [bug]           Fix which log messages are emitted for 'rndc flush'.
5334                         [RT #16698]
5335
5336 2160.   [bug]           libisc wasn't handling NULL ifa_addr pointers returned
5337                         from getifaddrs(). [RT #16708]
5338
5339         --- 9.5.0a2 released ---
5340
5341 2159.   [bug]           Array bounds overrun in acache processing. [RT #16710]
5342
5343 2158.   [bug]           ns_client_isself() failed to initialize key
5344                         leading to a REQUIRE failure. [RT #16688]
5345
5346 2157.   [func]          dns_db_transfernode() created. [RT #16685]
5347
5348 2156.   [bug]           Fix node reference leaks in lookup.c:lookup_find(),
5349                         resolver.c:validated() and resolver.c:cache_name().
5350                         Fix a memory leak in rbtdb.c:free_noqname().
5351                         Make lookup.c:lookup_find() robust against
5352                         event leaks. [RT #16685]
5353
5354 2155.   [contrib]       SQLite sdb module from jaboydjr@netwalk.com.
5355                         [RT #16694]
5356
5357 2154.   [func]          Scoped (e.g. IPv6 link-local) addresses may now be
5358                         matched in acls by omitting the scope. [RT #16599]
5359
5360 2153.   [bug]           nsupdate could leak memory. [RT #16691]
5361
5362 2152.   [cleanup]       Use sizeof(buf) instead of fixed number in
5363                         dighost.c:get_trusted_key(). [RT #16678]
5364
5365 2151.   [bug]           Missing newline in usage message for journalprint.
5366                         [RT #16679]
5367
5368 2150.   [bug]           'rrset-order cyclic' uniformly distribute the
5369                         starting point for the first response for a given
5370                         RRset. [RT #16655]
5371
5372 2149.   [bug]           isc_mem_checkdestroyed() failed to abort on
5373                         if there were still active memory contexts.
5374                         [RT #16672]
5375
5376 2148.   [func]          Add positive logging for rndc commands. [RT #14623]
5377
5378 2147.   [bug]           libbind: remove potential buffer overflow from
5379                         hmac_link.c. [RT #16437]
5380
5381 2146.   [cleanup]       Silence Linux's spurious "obsolete setsockopt
5382                         SO_BSDCOMPAT" message. [RT #16641]
5383
5384 2145.   [bug]           Check DS/DLV digest lengths for known digests.
5385                         [RT #16622]
5386
5387 2144.   [cleanup]       Suppress logging of SERVFAIL from forwarders.
5388                         [RT #16619]
5389
5390 2143.   [bug]           We failed to restart the IPv6 client when the
5391                         kernel failed to return the destination the
5392                         packet was sent to. [RT #16613]
5393
5394 2142.   [bug]           Handle master files with a modification time that
5395                         matches the epoch. [RT #16612]
5396
5397 2141.   [bug]           dig/host should not be setting IDN_ASCCHECK (IDN
5398                         equivalent of LDH checks).  [RT #16609]
5399
5400 2140.   [bug]           libbind: missing unlock on pthread_key_create()
5401                         failures. [RT #16654]
5402
5403 2139.   [bug]           dns_view_find() was being called with wrong type
5404                         in adb.c. [RT #16670]
5405
5406 2138.   [bug]           Lock order reversal in resolver.c. [RT #16653]
5407
5408 2137.   [port]          Mips little endian and/or mips 64 bit are now
5409                         supported for atomic operations. [RT #16648]
5410
5411 2136.   [bug]           nslookup/host looped if there was no search list
5412                         and the host didn't exist. [RT #16657]
5413
5414 2135.   [bug]           Uninitialized rdataset in sdlz.c. [RT #16656]
5415
5416 2134.   [func]          Additional statistics support. [RT #16666]
5417
5418 2133.   [port]          powerpc:  Support both IBM and MacOS Power PC
5419                         assembler syntaxes. [RT #16647]
5420
5421 2132.   [bug]           Missing unlock on out of memory in
5422                         dns_dispatchmgr_setudp().
5423
5424 2131.   [contrib]       dlz/mysql: AXFR was broken. [RT #16630]
5425
5426 2130.   [func]          Log if CD or DO were set. [RT #16640]
5427
5428 2129.   [func]          Provide a pool of UDP sockets for queries to be
5429                         made over. See use-queryport-pool, queryport-pool-ports
5430                         and queryport-pool-updateinterval.  [RT #16415]
5431
5432 2128.   [doc]           xsltproc --nonet, update DTD versions.  [RT #16635]
5433
5434 2127.   [port]          Improved OpenSSL 0.9.8 support. [RT #16563]
5435
5436 2126.   [security]      Serialize validation of type ANY responses. [RT #16555]
5437
5438 2125.   [bug]           dns_zone_getzeronosoattl() REQUIRE failure if DLZ
5439                         was defined. [RT #16574]
5440
5441 2124.   [security]      It was possible to dereference a freed fetch
5442                         context. [RT #16584]
5443
5444         --- 9.5.0a1 released ---
5445
5446 2123.   [func]          Use Doxygen to generate internal documentation.
5447                         [RT #11398]
5448
5449 2122.   [func]          Experimental http server and statistics support
5450                         for named via xml.
5451
5452 2121.   [func]          Add a 10 slot dead masters cache (LRU) with a 600
5453                         second timeout. [RT #16553]
5454
5455 2120.   [doc]           Fix markup on nsupdate man page. [RT #16556]
5456
5457 2119.   [compat]        libbind: allow res_init() to succeed enough to
5458                         return the default domain even if it was unable
5459                         to allocate memory.
5460
5461 2118.   [bug]           Handle response with long chains of domain name
5462                         compression pointers which point to other compression
5463                         pointers. [RT #16427]
5464
5465 2117.   [bug]           DNSSEC fixes: named could fail to cache NSEC records
5466                         which could lead to validation failures.  named didn't
5467                         handle negative DS responses that were in the process
5468                         of being validated.  Check CNAME bit before accepting
5469                         NODATA proof. To be able to ignore a child NSEC there
5470                         must be SOA (and NS) set in the bitmap. [RT #16399]
5471
5472 2116.   [bug]           'rndc reload' could cause the cache to continually
5473                         be cleaned. [RT #16401]
5474
5475 2115.   [bug]           'rndc reconfig' could trigger a INSIST if the
5476                         number of masters for a zone was reduced. [RT #16444]
5477
5478 2114.   [bug]           dig/host/nslookup: searches for names with multiple
5479                         labels were failing. [RT #16447]
5480
5481 2113.   [bug]           nsupdate: if a zone is specified it should be used
5482                         for server discover. [RT #16455]
5483
5484 2112.   [security]      Warn if weak RSA exponent is used. [RT #16460]
5485
5486 2111.   [bug]           Fix a number of errors reported by Coverity.
5487                         [RT #16507]
5488
5489 2110.   [bug]           "minimal-responses yes;" interacted badly with BIND 8
5490                         priming queries. [RT #16491]
5491
5492 2109.   [port]          libbind: silence aix 5.3 compiler warnings. [RT #16502]
5493
5494 2108.   [func]          DHCID support. [RT #16456]
5495
5496 2107.   [bug]           dighost.c: more cleanup of buffers. [RT #16499]
5497
5498 2106.   [func]          'rndc status' now reports named's version. [RT #16426]
5499
5500 2105.   [func]          GSS-TSIG support (RFC 3645).
5501
5502 2104.   [port]          Fix Solaris SMF error message.
5503
5504 2103.   [port]          Add /usr/sfw to list of locations for OpenSSL
5505                         under Solaris.
5506
5507 2102.   [port]          Silence Solaris 10 warnings.
5508
5509 2101.   [bug]           OpenSSL version checks were not quite right.
5510                         [RT #16476]
5511
5512 2100.   [port]          win32: copy libeay32.dll to Build\Debug.
5513                         Copy Debug\named-checkzone to Debug\named-compilezone.
5514
5515 2099.   [port]          win32: more manifest issues.
5516
5517 2098.   [bug]           Race in rbtdb.c:no_references(), which occasionally
5518                         triggered an INSIST failure about the node lock
5519                         reference.  [RT #16411]
5520
5521 2097.   [bug]           named could reference a destroyed memory context
5522                         after being reloaded / reconfigured. [RT #16428]
5523
5524 2096.   [bug]           libbind: handle applications that fail to detect
5525                         res_init() failures better.
5526
5527 2095.   [port]          libbind: alway prototype inet_cidr_ntop_ipv6() and
5528                         net_cidr_ntop_ipv6(). [RT #16388]
5529
5530 2094.   [contrib]       Update named-bootconf.  [RT #16404]
5531
5532 2093.   [bug]           named-checkzone -s was broken.
5533
5534 2092.   [bug]           win32: dig, host, nslookup.  Use registry config
5535                         if resolv.conf does not exist or no nameservers
5536                         listed. [RT #15877]
5537
5538 2091.   [port]          dighost.c: race condition on cleanup. [RT #16417]
5539
5540 2090.   [port]          win32: Visual C++ 2005 command line manifest support.
5541                         [RT #16417]
5542
5543 2089.   [security]      Raise the minimum safe OpenSSL versions to
5544                         OpenSSL 0.9.7l and OpenSSL 0.9.8d.  Versions
5545                         prior to these have known security flaws which
5546                         are (potentially) exploitable in named. [RT #16391]
5547
5548 2088.   [security]      Change the default RSA exponent from 3 to 65537.
5549                         [RT #16391]
5550
5551 2087.   [port]          libisc failed to compile on OS's w/o a vsnprintf.
5552                         [RT #16382]
5553
5554 2086.   [port]          libbind: FreeBSD now has get*by*_r() functions.
5555                         [RT #16403]
5556
5557 2085.   [doc]           win32: added index.html and README to zip. [RT #16201]
5558
5559 2084.   [contrib]       dbus update for 9.3.3rc2.
5560
5561 2083.   [port]          win32: Visual C++ 2005 support.
5562
5563 2082.   [doc]           Document 'cache-file' as a test only option.
5564
5565 2081.   [port]          libbind: minor 64-bit portability fix in memcluster.c.
5566                         [RT #16360]
5567
5568 2080.   [port]          libbind: res_init.c did not compile on older versions
5569                         of Solaris. [RT #16363]
5570
5571 2079.   [bug]           The lame cache was not handling multiple types
5572                         correctly. [RT #16361]
5573
5574 2078.   [bug]           dnssec-checkzone output style "default" was badly
5575                         named.  It is now called "relative". [RT #16326]
5576
5577 2077.   [bug]           'dnssec-signzone -O raw' wasn't outputting the
5578                         complete signed zone. [RT #16326]
5579
5580 2076.   [bug]           Several files were missing #include <config.h>
5581                         causing build failures on OSF. [RT #16341]
5582
5583 2075.   [bug]           The spillat timer event hander could leak memory.
5584                         [RT #16357]
5585
5586 2074.   [bug]           dns_request_createvia2(), dns_request_createvia3(),
5587                         dns_request_createraw2() and dns_request_createraw3()
5588                         failed to send multiple UDP requests. [RT #16349]
5589
5590 2073.   [bug]           Incorrect semantics check for update policy "wildcard".
5591                         [RT #16353]
5592
5593 2072.   [bug]           We were not generating valid HMAC SHA digests.
5594                         [RT #16320]
5595
5596 2071.   [port]          Test whether gcc accepts -fno-strict-aliasing.
5597                         [RT #16324]
5598
5599 2070.   [bug]           The remote address was not always displayed when
5600                         reporting dispatch failures. [RT #16315]
5601
5602 2069.   [bug]           Cross compiling was not working. [RT #16330]
5603
5604 2068.   [cleanup]       Lower incremental tuning message to debug 1.
5605                         [RT #16319]
5606
5607 2067.   [bug]           'rndc' could close the socket too early triggering
5608                         a INSIST under Windows. [RT #16317]
5609
5610 2066.   [security]      Handle SIG queries gracefully. [RT #16300]
5611
5612 2065.   [bug]           libbind: probe for HPUX prototypes for
5613                         endprotoent_r() and endservent_r().  [RT 16313]
5614
5615 2064.   [bug]           libbind: silence AIX compiler warnings. [RT #16218]
5616
5617 2063.   [bug]           Change #1955 introduced a bug which caused the first
5618                         'rndc flush' call to not free memory. [RT #16244]
5619
5620 2062.   [bug]           'dig +nssearch' was reusing a buffer before it had
5621                         been returned by the socket code. [RT #16307]
5622
5623 2061.   [bug]           Accept expired wildcard message reversed. [RT #16296]
5624
5625 2060.   [bug]           Enabling DLZ support could leave views partially
5626                         configured. [RT #16295]
5627
5628 2059.   [bug]           Search into cache rbtdb could trigger an INSIST
5629                         failure while cleaning up a stale rdataset.
5630                         [RT #16292]
5631
5632 2058.   [bug]           Adjust how we calculate rtt estimates in the presence
5633                         of authoritative servers that drop EDNS and/or CD
5634                         requests.  Also fallback to EDNS/512 and plain DNS
5635                         faster for zones with less than 3 servers.  [RT #16187]
5636
5637 2057.   [bug]           Make setting "ra" dependent on both allow-query-cache
5638                         and allow-recursion. [RT #16290]
5639
5640 2056.   [bug]           dig: ixfr= was not being treated case insensitively
5641                         at all times. [RT #15955]
5642
5643 2055.   [bug]           Missing goto after dropping multicast query.
5644                         [RT #15944]
5645
5646 2054.   [port]          freebsd: do not explicitly link against -lpthread.
5647                         [RT #16170]
5648
5649 2053.   [port]          netbsd:libbind: silence compiler warnings. [RT #16220]
5650
5651 2052.   [bug]           'rndc' improve connect failed message to report
5652                         the failing address. [RT #15978]
5653
5654 2051.   [port]          More strtol() fixes. [RT #16249]
5655
5656 2050.   [bug]           Parsing of NSAP records was not case insensitive.
5657                         [RT #16287]
5658
5659 2049.   [bug]           Restore SOA before AXFR when falling back from
5660                         a attempted IXFR when transferring in a zone.
5661                         Allow a initial SOA query before attempting
5662                         a AXFR to be requested. [RT #16156]
5663
5664 2048.   [bug]           It was possible to loop forever when using
5665                         avoid-v4-udp-ports / avoid-v6-udp-ports when
5666                         the OS always returned the same local port.
5667                         [RT #16182]
5668
5669 2047.   [bug]           Failed to initialize the interface flags to zero.
5670                         [RT #16245]
5671
5672 2046.   [bug]           rbtdb.c:rdataset_setadditional() could cause duplicate
5673                         cleanup [RT #16247].
5674
5675 2045.   [func]          Use lock buckets for acache entries to limit memory
5676                         consumption. [RT #16183]
5677
5678 2044.   [port]          Add support for atomic operations for Itanium.
5679                         [RT #16179]
5680
5681 2043.   [port]          nsupdate/nslookup: Force the flushing of the prompt
5682                         for interactive sessions. [RT #16148]
5683
5684 2042.   [bug]           named-checkconf was incorrectly rejecting the
5685                         logging category "config". [RT #16117]
5686
5687 2041.   [bug]           "configure --with-dlz-bdb=yes" produced a bad
5688                         set of libraries to be linked. [RT #16129]
5689
5690 2040.   [bug]           rbtdb no_references() could trigger an INSIST
5691                         failure with --enable-atomic.  [RT #16022]
5692
5693 2039.   [func]          Check that all buffers passed to the socket code
5694                         have been retrieved when the socket event is freed.
5695                         [RT #16122]
5696
5697 2038.   [bug]           dig/nslookup/host was unlinking from wrong list
5698                         when handling errors. [RT #16122]
5699
5700 2037.   [func]          When unlinking the first or last element in a list
5701                         check that the list head points to the element to
5702                         be unlinked. [RT #15959]
5703
5704 2036.   [bug]           'rndc recursing' could cause trigger a REQUIRE.
5705                         [RT #16075]
5706
5707 2035.   [func]          Make falling back to TCP on UDP refresh failure
5708                         optional. Default "try-tcp-refresh yes;" for BIND 8
5709                         compatibility. [RT #16123]
5710
5711 2034.   [bug]           gcc: set -fno-strict-aliasing. [RT #16124]
5712
5713 2033.   [bug]           We weren't creating multiple client memory contexts
5714                         on demand as expected. [RT #16095]
5715
5716 2032.   [bug]           Remove a INSIST in query_addadditional2(). [RT #16074]
5717
5718 2031.   [bug]           Emit a error message when "rndc refresh" is called on
5719                         a non slave/stub zone. [RT # 16073]
5720
5721 2030.   [bug]           We were being overly conservative when disabling
5722                         openssl engine support. [RT #16030]
5723
5724 2029.   [bug]           host printed out the server multiple times when
5725                         specified on the command line. [RT #15992]
5726
5727 2028.   [port]          linux: socket.c compatibility for old systems.
5728                         [RT #16015]
5729
5730 2027.   [port]          libbind: Solaris x86 support. [RT #16020]
5731
5732 2026.   [bug]           Rate limit the two recursive client exceeded messages.
5733                         [RT #16044]
5734
5735 2025.   [func]          Update "zone serial unchanged" message. [RT #16026]
5736
5737 2024.   [bug]           named emitted spurious "zone serial unchanged"
5738                         messages on reload. [RT #16027]
5739
5740 2023.   [bug]           "make install" should create ${localstatedir}/run and
5741                         ${sysconfdir} if they do not exist. [RT #16033]
5742
5743 2022.   [bug]           If dnssec validation is disabled only assert CD if
5744                         CD was requested. [RT #16037]
5745
5746 2021.   [bug]           dnssec-enable no; triggered a REQUIRE. [RT #16037]
5747
5748 2020.   [bug]           rdataset_setadditional() could leak memory. [RT #16034]
5749
5750 2019.   [tuning]        Reduce the amount of work performed per quantum
5751                         when cleaning the cache. [RT #15986]
5752
5753 2018.   [bug]           Checking if the HMAC MD5 private file was broken.
5754                         [RT #15960]
5755
5756 2017.   [bug]           allow-query default was not correct. [RT #15946]
5757
5758 2016.   [bug]           Return a partial answer if recursion is not
5759                         allowed but requested and we had the answer
5760                         to the original qname. [RT #15945]
5761
5762 2015.   [cleanup]       use-additional-cache is now acache-enable for
5763                         consistency.  Default acache-enable off in BIND 9.4
5764                         as it requires memory usage to be configured.
5765                         It may be enabled by default in BIND 9.5 once we
5766                         have more experience with it.
5767
5768 2014.   [func]          Statistics about acache now recorded and sent
5769                         to log. [RT #15976]
5770
5771 2013.   [bug]           Handle unexpected TSIGs on unsigned AXFR/IXFR
5772                         responses more gracefully. [RT #15941]
5773
5774 2012.   [func]          Don't insert new acache entries if acache is full.
5775                         [RT #15970]
5776
5777 2011.   [func]          dnssec-signzone can now update the SOA record of
5778                         the signed zone, either as an increment or as the
5779                         system time(). [RT #15633]
5780
5781 2010.   [placeholder]   rt15958
5782
5783 2009.   [bug]           libbind: Coverity fixes. [RT #15808]
5784
5785 2008.   [func]          It is now possible to enable/disable DNSSEC
5786                         validation from rndc.  This is useful for the
5787                         mobile hosts where the current connection point
5788                         breaks DNSSEC (firewall/proxy).  [RT #15592]
5789
5790                                 rndc validation newstate [view]
5791
5792 2007.   [func]          It is now possible to explicitly enable DNSSEC
5793                         validation.  default dnssec-validation no; to
5794                         be changed to yes in 9.5.0.  [RT #15674]
5795
5796 2006.   [security]      Allow-query-cache and allow-recursion now default
5797                         to the built in acls "localnets" and "localhost".
5798
5799                         This is being done to make caching servers less
5800                         attractive as reflective amplifying targets for
5801                         spoofed traffic.  This still leave authoritative
5802                         servers exposed.
5803
5804                         The best fix is for full BCP 38 deployment to
5805                         remove spoofed traffic.
5806
5807 2005.   [bug]           libbind: Retransmission timeouts should be
5808                         based on which attempt it is to the nameserver
5809                         and not the nameserver itself. [RT #13548]
5810
5811 2004.   [bug]           dns_tsig_sign() could pass a NULL pointer to
5812                         dst_context_destroy() when cleaning up after a
5813                         error. [RT #15835]
5814
5815 2003.   [bug]           libbind: The DNS name/address lookup functions could
5816                         occasionally follow a random pointer due to
5817                         structures not being completely zeroed. [RT #15806]
5818
5819 2002.   [bug]           libbind: tighten the constraints on when
5820                         struct addrinfo._ai_pad exists.  [RT #15783]
5821
5822 2001.   [func]          Check the KSK flag when updating a secure dynamic zone.
5823                         New zone option "update-check-ksk yes;".  [RT #15817]
5824
5825 2000.   [bug]           memmove()/strtol() fix was incomplete. [RT #15812]
5826
5827 1999.   [func]          Implement "rrset-order fixed". [RT #13662]
5828
5829 1998.   [bug]           Restrict handling of fifos as sockets to just SunOS.
5830                         This allows named to connect to entropy gathering
5831                         daemons that use fifos instead of sockets. [RT #15840]
5832
5833 1997.   [bug]           Named was failing to replace negative cache entries
5834                         when a positive one for the type was learnt.
5835                         [RT #15818]
5836
5837 1996.   [bug]           nsupdate: if a zone has been specified it should
5838                         appear in the output of 'show'. [RT #15797]
5839
5840 1995.   [bug]           'host' was reporting multiple "is an alias" messages.
5841                         [RT #15702]
5842
5843 1994.   [port]          OpenSSL 0.9.8 support. [RT #15694]
5844
5845 1993.   [bug]           Log messages, via syslog, were missing the space
5846                         after the timestamp if "print-time yes" was specified.
5847                         [RT #15844]
5848
5849 1992.   [bug]           Not all incoming zone transfer messages included the
5850                         view.  [RT #15825]
5851
5852 1991.   [cleanup]       The configuration data, once read, should be treated
5853                         as read only.  Expand the use of const to enforce this
5854                         at compile time. [RT #15813]
5855
5856 1990.   [bug]           libbind:  isc's override of broken gettimeofday()
5857                         implementations was not always effective.
5858                         [RT #15709]
5859
5860 1989.   [bug]           win32: don't check the service password when
5861                         re-installing. [RT #15882]
5862
5863 1988.   [bug]           Remove a bus error from the SHA256/SHA512 support.
5864                         [RT #15878]
5865
5866 1987.   [func]          DS/DLV SHA256 digest algorithm support. [RT #15608]
5867
5868 1986.   [func]          Report when a zone is removed. [RT #15849]
5869
5870 1985.   [protocol]      DLV has now been assigned a official type code of
5871                         32769. [RT #15807]
5872
5873                         Note: care should be taken to ensure you upgrade
5874                         both named and dnssec-signzone at the same time for
5875                         zones with DLV records where named is the master
5876                         server for the zone.  Also any zones that contain
5877                         DLV records should be removed when upgrading a slave
5878                         zone.  You do not however have to upgrade all
5879                         servers for a zone with DLV records simultaneously.
5880
5881 1984.   [func]          dig, nslookup and host now advertise a 4096 byte
5882                         EDNS UDP buffer size by default. [RT #15855]
5883
5884 1983.   [func]          Two new update policies.  "selfsub" and "selfwild".
5885                         [RT #12895]
5886
5887 1982.   [bug]           DNSKEY was being accepted on the parent side of
5888                         a delegation.  KEY is still accepted there for
5889                         RFC 3007 validated updates. [RT #15620]
5890
5891 1981.   [bug]           win32: condition.c:wait() could fail to reattain
5892                         the mutex lock.
5893
5894 1980.   [func]          dnssec-signzone: output the SOA record as the
5895                         first record in the signed zone. [RT #15758]
5896
5897 1979.   [port]          linux: allow named to drop core after changing
5898                         user ids. [RT #15753]
5899
5900 1978.   [port]          Handle systems which have a broken recvmsg().
5901                         [RT #15742]
5902
5903 1977.   [bug]           Silence noisy log message. [RT #15704]
5904
5905 1976.   [bug]           Handle systems with no IPv4 addresses. [RT #15695]
5906
5907 1975.   [bug]           libbind: isc_gethexstring() could misparse multi-line
5908                         hex strings with comments. [RT #15814]
5909
5910 1974.   [doc]           List each of the zone types and associated zone
5911                         options separately in the ARM.
5912
5913 1973.   [func]          TSIG HMACSHA1, HMACSHA224, HMACSHA256, HMACSHA384 and
5914                         HMACSHA512 support. [RT #13606]
5915
5916 1972.   [contrib]       DBUS dynamic forwarders integration from
5917                         Jason Vas Dias <jvdias@redhat.com>.
5918
5919 1971.   [port]          linux: make detection of missing IF_NAMESIZE more
5920                         robust. [RT #15443]
5921
5922 1970.   [bug]           nsupdate: adjust UDP timeout when falling back to
5923                         unsigned SOA query. [RT #15775]
5924
5925 1969.   [bug]           win32: the socket code was freeing the socket
5926                         structure too early. [RT #15776]
5927
5928 1968.   [bug]           Missing lock in resolver.c:validated(). [RT #15739]
5929
5930 1967.   [func]          dig/nslookup/host: warn about missing "QR". [RT #15779]
5931
5932 1966.   [bug]           Don't set CD when we have fallen back to plain DNS.
5933                         [RT #15727]
5934
5935 1965.   [func]          Suppress spurious "recursion requested but not
5936                         available" warning with 'dig +qr'. [RT #15780].
5937
5938 1964.   [func]          Separate out MX and SRV to CNAME checks. [RT #15723]
5939
5940 1963.   [port]          Tru64 4.0E doesn't support send() and recv().
5941                         [RT #15586]
5942
5943 1962.   [bug]           Named failed to clear old update-policy when it
5944                         was removed. [RT #15491]
5945
5946 1961.   [bug]           Check the port and address of responses forwarded
5947                         to dispatch. [RT #15474]
5948
5949 1960.   [bug]           Update code should set NSEC ttls from SOA MINIMUM.
5950                         [RT #15465]
5951
5952 1959.   [func]          Control the zeroing of the negative response TTL to
5953                         a soa query.  Defaults "zero-no-soa-ttl yes;" and
5954                         "zero-no-soa-ttl-cache no;". [RT #15460]
5955
5956 1958.   [bug]           Named failed to update the zone's secure state
5957                         until the zone was reloaded. [RT #15412]
5958
5959 1957.   [bug]           Dig mishandled responses to class ANY queries.
5960                         [RT #15402]
5961
5962 1956.   [bug]           Improve cross compile support, 'gen' is now built
5963                         by native compiler.  See README for additional
5964                         cross compile support information. [RT #15148]
5965
5966 1955.   [bug]           Pre-allocate the cache cleaning iterator. [RT #14998]
5967
5968 1954.   [func]          Named now falls back to advertising EDNS with a
5969                         512 byte receive buffer if the initial EDNS queries
5970                         fail.  [RT #14852]
5971
5972 1953.   [func]          The maximum EDNS UDP response named will send can
5973                         now be set in named.conf (max-udp-size).  This is
5974                         independent of the advertised receive buffer
5975                         (edns-udp-size). [RT #14852]
5976
5977 1952.   [port]          hpux: tell the linker to build a runtime link
5978                         path "-Wl,+b:". [RT #14816].
5979
5980 1951.   [security]      Drop queries from particular well known ports.
5981                         Don't return FORMERR to queries from particular
5982                         well known ports.  [RT #15636]
5983
5984 1950.   [port]          Solaris 2.5.1 and earlier cannot bind() then connect()
5985                         a TCP socket. This prevents the source address being
5986                         set for TCP connections. [RT #15628]
5987
5988 1949.   [func]          Addition memory leakage checks. [RT #15544]
5989
5990 1948.   [bug]           If was possible to trigger a REQUIRE failure in
5991                         xfrin.c:maybe_free() if named ran out of memory.
5992                         [RT #15568]
5993
5994 1947.   [func]          It is now possible to configure named to accept
5995                         expired RRSIGs.  Default "dnssec-accept-expired no;".
5996                         Setting "dnssec-accept-expired yes;" leaves named
5997                         vulnerable to replay attacks.  [RT #14685]
5998
5999 1946.   [bug]           resume_dslookup() could trigger a REQUIRE failure
6000                         when using forwarders. [RT #15549]
6001
6002 1945.   [cleanup]       dnssec-keygen: RSA (RSAMD5) is no longer recommended.
6003                         To generate a RSAMD5 key you must explicitly request
6004                         RSAMD5. [RT #13780]
6005
6006 1944.   [cleanup]       isc_hash_create() does not need a read/write lock.
6007                         [RT #15522]
6008
6009 1943.   [bug]           Set the loadtime after rolling forward the journal.
6010                         [RT #15647]
6011
6012 1942.   [bug]           If the name of a DNSKEY match that of one in
6013                         trusted-keys do not attempt to validate the DNSKEY
6014                         using the parents DS RRset. [RT #15649]
6015
6016 1941.   [bug]           ncache_adderesult() should set eresult even if no
6017                         rdataset is passed to it. [RT #15642]
6018
6019 1940.   [bug]           Fixed a number of error conditions reported by
6020                         Coverity.
6021
6022 1939.   [bug]           The resolver could dereference a null pointer after
6023                         validation if all the queries have timed out.
6024                         [RT #15528]
6025
6026 1938.   [bug]           The validator was not correctly handling unsecure
6027                         negative responses at or below a SEP. [RT #15528]
6028
6029 1937.   [bug]           sdlz doesn't handle RRSIG records. [RT #15564]
6030
6031 1936.   [bug]           The validator could leak memory. [RT #15544]
6032
6033 1935.   [bug]           'acache' was DO sensitive. [RT #15430]
6034
6035 1934.   [func]          Validate pending NS RRsets, in the authority section,
6036                         prior to returning them if it can be done without
6037                         requiring DNSKEYs to be fetched.  [RT #15430]
6038
6039 1933.   [bug]           dump_rdataset_raw() had a incorrect INSIST. [RT #15534]
6040
6041 1932.   [bug]           hpux: LDFLAGS was getting corrupted. [RT #15530]
6042
6043 1931.   [bug]           Per-client mctx could require a huge amount of memory,
6044                         particularly for a busy caching server. [RT #15519]
6045
6046 1930.   [port]          HPUX: ia64 support. [RT #15473]
6047
6048 1929.   [port]          FreeBSD: extend use of PTHREAD_SCOPE_SYSTEM.
6049
6050 1928.   [bug]           Race in rbtdb.c:currentversion(). [RT #15517]
6051
6052 1927.   [bug]           Access to soanode or nsnode in rbtdb violated the
6053                         lock order rule and could cause a dead lock.
6054                         [RT #15518]
6055
6056 1926.   [bug]           The Windows installer did not check for empty
6057                         passwords.  BINDinstall was being installed in
6058                         the wrong place. [RT #15483]
6059
6060 1925.   [port]          All outer level AC_TRY_RUNs need cross compiling
6061                         defaults. [RT #15469]
6062
6063 1924.   [port]          libbind: hpux ia64 support. [RT #15473]
6064
6065 1923.   [bug]           ns_client_detach() called too early. [RT #15499]
6066
6067 1922.   [bug]           check-tool.c:setup_logging() missing call to
6068                         dns_log_setcontext().
6069
6070 1921.   [bug]           Client memory contexts were not using internal
6071                         malloc. [RT #15434]
6072
6073 1920.   [bug]           The cache rbtdb lock array was too small to
6074                         have the desired performance characteristics.
6075                         [RT #15454]
6076
6077 1919.   [contrib]       queryperf: a set of new features: collecting/printing
6078                         response delays, printing intermediate results, and
6079                         adjusting query rate for the "target" qps.
6080
6081 1918.   [bug]           Memory leak when checking acls. [RT #15391]
6082
6083 1917.   [doc]           funcsynopsisinfo wasn't being treated as verbatim
6084                         when generating man pages. [RT #15385]
6085
6086 1916.   [func]          Integrate contributed IDN code from JPNIC. [RT #15383]
6087
6088 1915.   [bug]           dig +ndots was broken. [RT #15215]
6089
6090 1914.   [protocol]      DS is required to accept mnemonic algorithms
6091                         (RFC 4034).  Still emit numeric algorithms for
6092                         compatibility with RFC 3658. [RT #15354]
6093
6094 1913.   [func]          Integrate contributed DLZ code into named. [RT #11382]
6095
6096 1912.   [port]          aix: atomic locking for powerpc. [RT #15020]
6097
6098 1911.   [bug]           Update windows socket code. [RT #14965]
6099
6100 1910.   [bug]           dig's +sigchase code overhauled. [RT #14933]
6101
6102 1909.   [bug]           The DLV code has been re-worked to make no longer
6103                         query order sensitive. [RT #14933]
6104
6105 1908.   [func]          dig now warns if 'RA' is not set in the answer when
6106                         'RD' was set in the query.  host/nslookup skip servers
6107                         that fail to set 'RA' when 'RD' is set unless a server
6108                         is explicitly set.  [RT #15005]
6109
6110 1907.   [func]          host/nslookup now continue (default)/fail on SERVFAIL.
6111                         [RT #15006]
6112
6113 1906.   [func]          dig now has a '-q queryname' and '+showsearch' options.
6114                         [RT #15034]
6115
6116 1905.   [bug]           Strings returned from cfg_obj_asstring() should be
6117                         treated as read-only.  The prototype for
6118                         cfg_obj_asstring() has been updated to reflect this.
6119                         [RT #15256]
6120
6121 1904.   [func]          Automatic empty zone creation for D.F.IP6.ARPA and
6122                         friends.  Note: RFC 1918 zones are not yet covered by
6123                         this but are likely to be in a future release.
6124
6125                         New options: empty-server, empty-contact,
6126                         empty-zones-enable and disable-empty-zone.
6127
6128 1903.   [func]          ISC string copy API.
6129
6130 1902.   [func]          Attempt to make the amount of work performed in a
6131                         iteration self tuning.  The covers nodes clean from
6132                         the cache per iteration, nodes written to disk when
6133                         rewriting a master file and nodes destroyed per
6134                         iteration when destroying a zone or a cache.
6135                         [RT #14996]
6136
6137 1901.   [cleanup]       Don't add DNSKEY records to the additional section.
6138
6139 1900.   [bug]           ixfr-from-differences failed to ensure that the
6140                         serial number increased. [RT #15036]
6141
6142 1899.   [func]          named-checkconf now validates update-policy entries.
6143                         [RT #14963]
6144
6145 1898.   [bug]           Extend ISC_SOCKADDR_FORMATSIZE and
6146                         ISC_NETADDR_FORMATSIZE to allow for scope details.
6147
6148 1897.   [func]          x86 and x86_64 now have separate atomic locking
6149                         implementations.
6150
6151 1896.   [bug]           Recursive clients soft quota support wasn't working
6152                         as expected. [RT #15103]
6153
6154 1895.   [bug]           A escaped character is, potentially, converted to
6155                         the output character set too early. [RT #14666]
6156
6157 1894.   [doc]           Review ARM for BIND 9.4.
6158
6159 1893.   [port]          Use uintptr_t if available. [RT #14606]
6160
6161 1892.   [func]          Support for SPF rdata type. [RT #15033]
6162
6163 1891.   [port]          freebsd: pthread_mutex_init can fail if it runs out
6164                         of memory. [RT #14995]
6165
6166 1890.   [func]          Raise the UDP receive buffer size to 32k if it is
6167                         less than 32k. [RT #14953]
6168
6169 1889.   [port]          sunos: non blocking i/o support. [RT #14951]
6170
6171 1888.   [func]          Support for IPSECKEY rdata type. [RT #14967]
6172
6173 1887.   [bug]           The cache could delete expired records too fast for
6174                         clients with a virtual time in the past. [RT #14991]
6175
6176 1886.   [bug]           fctx_create() could return success even though it
6177                         failed. [RT #14993]
6178
6179 1885.   [func]          dig: report the number of extra bytes still left in
6180                         the packet after processing all the records.
6181
6182 1884.   [cleanup]       dighost.c: move external declarations into <dig/dig.h>.
6183
6184 1883.   [bug]           dnssec-signzone, dnssec-keygen: handle negative debug
6185                         levels. [RT #14962]
6186
6187 1882.   [func]          Limit the number of recursive clients that can be
6188                         waiting for a single query (<qname,qtype,qclass>) to
6189                         resolve.  New options clients-per-query and
6190                         max-clients-per-query.
6191
6192 1881.   [func]          Add a system test for named-checkconf. [RT #14931]
6193
6194 1880.   [func]          The lame cache is now done on a <qname,qclass,qtype>
6195                         basis as some servers only appear to be lame for
6196                         certain query types.  [RT #14916]
6197
6198 1879.   [func]          "USE INTERNAL MALLOC" is now runtime selectable.
6199                         [RT #14892]
6200
6201 1878.   [func]          Detect duplicates of UDP queries we are recursing on
6202                         and drop them.  New stats category "duplicate".
6203                         [RT #2471]
6204
6205 1877.   [bug]           Fix unreasonably low quantum on call to
6206                         dns_rbt_destroy2().  Remove unnecessary unhash_node()
6207                         call. [RT #14919]
6208
6209 1876.   [func]          Additional memory debugging support to track size
6210                         and mctx arguments. [RT #14814]
6211
6212 1875.   [bug]           process_dhtkey() was using the wrong memory context
6213                         to free some memory. [RT #14890]
6214
6215 1874.   [port]          sunos: portability fixes. [RT #14814]
6216
6217 1873.   [port]          win32: isc__errno2result() now reports its caller.
6218                         [RT #13753]
6219
6220 1872.   [port]          win32: Handle ERROR_NETNAME_DELETED.  [RT #13753]
6221
6222 1871.   [placeholder]
6223
6224 1870.   [func]          Added framework for handling multiple EDNS versions.
6225                         [RT #14873]
6226
6227 1869.   [func]          dig can now specify the EDNS version when making
6228                         a query. [RT #14873]
6229
6230 1868.   [func]          edns-udp-size can now be overridden on a per
6231                         server basis. [RT #14851]
6232
6233 1867.   [bug]           It was possible to trigger a INSIST in
6234                         dlv_validatezonekey(). [RT #14846]
6235
6236 1866.   [bug]           resolv.conf parse errors were being ignored by
6237                         dig/host/nslookup. [RT #14841]
6238
6239 1865.   [bug]           Silently ignore nameservers in /etc/resolv.conf with
6240                         bad addresses. [RT #14841]
6241
6242 1864.   [bug]           Don't try the alternative transfer source if you
6243                         got a answer / transfer with the main source
6244                         address. [RT #14802]
6245
6246 1863.   [bug]           rrset-order "fixed" error messages not complete.
6247
6248 1862.   [func]          Add additional zone data constancy checks.
6249                         named-checkzone has extended checking of NS, MX and
6250                         SRV record and the hosts they reference.
6251                         named has extended post zone load checks.
6252                         New zone options: check-mx and integrity-check.
6253                         [RT #4940]
6254
6255 1861.   [bug]           dig could trigger a INSIST on certain malformed
6256                         responses. [RT #14801]
6257
6258 1860.   [port]          solaris 2.8: hack_shutup_pthreadmutexinit was
6259                         incorrectly set. [RT #14775]
6260
6261 1859.   [func]          Add support for CH A record. [RT #14695]
6262
6263 1858.   [bug]           The flush-zones-on-shutdown option wasn't being
6264                         parsed. [RT #14686]
6265
6266 1857.   [bug]           named could trigger a INSIST() if reconfigured /
6267                         reloaded too fast.  [RT #14673]
6268
6269 1856.   [doc]           Switch Docbook toolchain from DSSSL to XSL.
6270                         [RT #11398]
6271
6272 1855.   [bug]           ixfr-from-differences was failing to detect changes
6273                         of ttl due to dns_diff_subtract() was ignoring the ttl
6274                         of records.  [RT #14616]
6275
6276 1854.   [bug]           lwres also needs to know the print format for
6277                         (long long).  [RT #13754]
6278
6279 1853.   [bug]           Rework how DLV interacts with proveunsecure().
6280                         [RT #13605]
6281
6282 1852.   [cleanup]       Remove last vestiges of dnssec-signkey and
6283                         dnssec-makekeyset (removed from Makefile years ago).
6284
6285 1851.   [doc]           Doxygen comment markup. [RT #11398]
6286
6287 1850.   [bug]           Memory leak in lwres_getipnodebyaddr(). [RT #14591]
6288
6289 1849.   [doc]           All forms of the man pages (docbook, man, html) should
6290                         have consistent copyright dates.
6291
6292 1848.   [bug]           Improve SMF integration. [RT #13238]
6293
6294 1847.   [bug]           isc_ondestroy_init() is called too late in
6295                         dns_rbtdb_create()/dns_rbtdb64_create().
6296                         [RT #13661]
6297
6298 1846.   [contrib]       query-loc-0.3.0 from Stephane Bortzmeyer
6299                         <bortzmeyer@nic.fr>.
6300
6301 1845.   [bug]           Improve error reporting to distinguish between
6302                         accept()/fcntl() and socket()/fcntl() errors.
6303                         [RT #13745]
6304
6305 1844.   [bug]           inet_pton() accepted more that 4 hexadecimal digits
6306                         for each 16 bit piece of the IPv6 address.  The text
6307                         representation of a IPv6 address has been tightened
6308                         to disallow this (draft-ietf-ipv6-addr-arch-v4-02.txt).
6309                         [RT #5662]
6310
6311 1843.   [cleanup]       CINCLUDES takes precedence over CFLAGS.  This helps
6312                         when CFLAGS contains "-I /usr/local/include"
6313                         resulting in old header files being used.
6314
6315 1842.   [port]          cmsg_len() could produce incorrect results on
6316                         some platform. [RT #13744]
6317
6318 1841.   [bug]           "dig +nssearch" now makes a recursive query to
6319                         find the list of nameservers to query. [RT #13694]
6320
6321 1840.   [func]          dnssec-signzone can now randomize signature end times
6322                         (dnssec-signzone -j jitter). [RT #13609]
6323
6324 1839.   [bug]           <isc/hash.h> was not being installed.
6325
6326 1838.   [cleanup]       Don't allow Linux capabilities to be inherited.
6327                         [RT #13707]
6328
6329 1837.   [bug]           Compile time option ISC_FACILITY was not effective
6330                         for 'named -u <user>'.  [RT #13714]
6331
6332 1836.   [cleanup]       Silence compiler warnings in hash_test.c.
6333
6334 1835.   [bug]           Update dnssec-signzone's usage message. [RT #13657]
6335
6336 1834.   [bug]           Bad memset in rdata_test.c. [RT #13658]
6337
6338 1833.   [bug]           Race condition in isc_mutex_lock_profile(). [RT #13660]
6339
6340 1832.   [bug]           named fails to return BADKEY on unknown TSIG algorithm.
6341                         [RT #13620]
6342
6343 1831.   [doc]           Update named-checkzone documentation. [RT #13604]
6344
6345 1830.   [bug]           adb lame cache has sence of test reversed. [RT #13600]
6346
6347 1829.   [bug]           win32: "pid-file none;" broken. [RT #13563]
6348
6349 1828.   [bug]           isc_rwlock_init() failed to properly cleanup if it
6350                         encountered a error. [RT #13549]
6351
6352 1827.   [bug]           host: update usage message for '-a'. [RT #37116]
6353
6354 1826.   [bug]           Missing DESTROYLOCK() in isc_mem_createx() on out
6355                         of memory error. [RT #13537]
6356
6357 1825.   [bug]           Missing UNLOCK() on out of memory error from in
6358                         rbtdb.c:subtractrdataset(). [RT #13519]
6359
6360 1824.   [bug]           Memory leak on dns_zone_setdbtype() failure.
6361                         [RT #13510]
6362
6363 1823.   [bug]           Wrong macro used to check for point to point interface.
6364                         [RT #13418]
6365
6366 1822.   [bug]           check-names test for RT was reversed. [RT #13382]
6367
6368 1821.   [placeholder]
6369
6370 1820.   [bug]           Gracefully handle acl loops. [RT #13659]
6371
6372 1819.   [bug]           The validator needed to check both the algorithm and
6373                         digest types of the DS to determine if it could be
6374                         used to introduce a secure zone. [RT #13593]
6375
6376 1818.   [bug]           'named-checkconf -z' triggered an INSIST. [RT #13599]
6377
6378 1817.   [func]          Add support for additional zone file formats for
6379                         improving loading performance.  The masterfile-format
6380                         option in named.conf can be used to specify a
6381                         non-default format.  A separate command
6382                         named-compilezone was provided to generate zone files
6383                         in the new format.  Additionally, the -I and -O options
6384                         for dnssec-signzone specify the input and output
6385                         formats.
6386
6387 1816.   [port]          UnixWare: failed to compile lib/isc/unix/net.c.
6388                         [RT #13597]
6389
6390 1815.   [bug]           nsupdate triggered a REQUIRE if the server was set
6391                         without also setting the zone and it encountered
6392                         a CNAME and was using TSIG.  [RT #13086]
6393
6394 1814.   [func]          UNIX domain controls are now supported.
6395
6396 1813.   [func]          Restructured the data locking framework using
6397                         architecture dependent atomic operations (when
6398                         available), improving response performance on
6399                         multi-processor machines significantly.
6400                         x86, x86_64, alpha, powerpc, and mips are currently
6401                         supported.
6402
6403 1812.   [port]          win32: IN6_IS_ADDR_UNSPECIFIED macro is incorrect.
6404                         [RT #13453]
6405
6406 1811.   [func]          Preserve the case of domain names in rdata during
6407                         zone transfers. [RT #13547]
6408
6409 1810.   [bug]           configure, lib/bind/configure make different default
6410                         decisions about whether to do a threaded build.
6411                         [RT #13212]
6412
6413 1809.   [bug]           "make distclean" failed for libbind if the platform
6414                         is not supported.
6415
6416 1808.   [bug]           zone.c:notify_zone() contained a race condition,
6417                         zone->db could change underneath it.  [RT #13511]
6418
6419 1807.   [bug]           When forwarding (forward only) set the active domain
6420                         from the forward zone name. [RT #13526]
6421
6422 1806.   [bug]           The resolver returned the wrong result when a CNAME /
6423                         DNAME was encountered when fetching glue from a
6424                         secure namespace. [RT #13501]
6425
6426 1805.   [bug]           Pending status was not being cleared when DLV was
6427                         active. [RT #13501]
6428
6429 1804.   [bug]           Ensure that if we are queried for glue that it fits
6430                         in the additional section or TC is set to tell the
6431                         client to retry using TCP. [RT #10114]
6432
6433 1803.   [bug]           dnssec-signzone sometimes failed to remove old
6434                         RRSIGs. [RT #13483]
6435
6436 1802.   [bug]           Handle connection resets better. [RT #11280]
6437
6438 1801.   [func]          Report differences between hints and real NS rrset
6439                         and associated address records.
6440
6441 1800.   [bug]           Changes #1719 allowed a INSIST to be triggered.
6442                         [RT #13428]
6443
6444 1799.   [bug]           'rndc flushname' failed to flush negative cache
6445                         entries. [RT #13438]
6446
6447 1798.   [func]          The server syntax has been extended to support a
6448                         range of servers.  [RT #11132]
6449
6450 1797.   [func]          named-checkconf now check acls to verify that they
6451                         only refer to existing acls. [RT #13101]
6452
6453 1796.   [func]          "rndc freeze/thaw" now freezes/thaws all zones.
6454
6455 1795.   [bug]           "rndc dumpdb" was not fully documented.  Minor
6456                         formating issues with "rndc dumpdb -all".  [RT #13396]
6457
6458 1794.   [func]          Named and named-checkzone can now both check for
6459                         non-terminal wildcard records.
6460
6461 1793.   [func]          Extend adjusting TTL warning messages. [RT #13378]
6462
6463 1792.   [func]          New zone option "notify-delay".  Specify a minimum
6464                         delay between sets of NOTIFY messages.
6465
6466 1791.   [bug]           'host -t a' still printed out AAAA and MX records.
6467                         [RT #13230]
6468
6469 1790.   [cleanup]       Move lib/dns/sec/dst up into lib/dns.  This should
6470                         allow parallel make to succeed.
6471
6472 1789.   [bug]           Prerequisite test for tkey and dnssec could fail
6473                         with "configure --with-libtool".
6474
6475 1788.   [bug]           libbind9.la/libbind9.so needs to link against
6476                         libisccfg.la/libisccfg.so.
6477
6478 1787.   [port]          HPUX: both "cc" and "gcc" need -Wl,+vnocompatwarnings.
6479
6480 1786.   [port]          AIX: libt_api needs to be taught to look for
6481                         T_testlist in the main executable (--with-libtool).
6482                         [RT #13239]
6483
6484 1785.   [bug]           libbind9.la/libbind9.so needs to link against
6485                         libisc.la/libisc.so.
6486
6487 1784.   [cleanup]       "libtool -allow-undefined" is the default.
6488                         Leave hooks in configure to allow it to be set
6489                         if needed in the future.
6490
6491 1783.   [cleanup]       We only need one copy of libtool.m4, ltmain.sh in the
6492                         source tree.
6493
6494 1782.   [port]          OSX: --with-libtool + --enable-libbind broke on
6495                         __evOptMonoTime.  [RT #13219]
6496
6497 1781.   [port]          FreeBSD 5.3: set PTHREAD_SCOPE_SYSTEM. [RT #12810]
6498
6499 1780.   [bug]           Update libtool to 1.5.10.
6500
6501 1779.   [port]          OSF 5.1: libtool didn't handle -pthread correctly.
6502
6503 1778.   [port]          HUX 11.11: fix broken IN6ADDR_ANY_INIT and
6504                         IN6ADDR_LOOPBACK_INIT macros.
6505
6506 1777.   [port]          OSF 5.1: fix broken IN6ADDR_ANY_INIT and
6507                         IN6ADDR_LOOPBACK_INIT macros.
6508
6509 1776.   [port]          Solaris 2.9: fix broken IN6ADDR_ANY_INIT and
6510                         IN6ADDR_LOOPBACK_INIT macros.
6511
6512 1775.   [bug]           Only compile getnetent_r.c when threaded. [RT #13205]
6513
6514 1774.   [port]          Aix: Silence compiler warnings / build failures.
6515                         [RT #13154]
6516
6517 1773.   [bug]           Fast retry on host / net unreachable. [RT #13153]
6518
6519 1772.   [placeholder]
6520
6521 1771.   [placeholder]
6522
6523 1770.   [bug]           named-checkconf failed to report missing a missing
6524                         file clause for rbt{64} master/hint zones. [RT #13009]
6525
6526 1769.   [port]          win32: change compiler flags /MTd ==> /MDd,
6527                         /MT ==> /MD.
6528
6529 1768.   [bug]           nsecnoexistnodata() could be called with a non-NSEC
6530                         rdataset. [RT #12907]
6531
6532 1767.   [port]          Builds on IPv6 platforms without IPv6 Advanced API
6533                         support for (struct in6_pktinfo) failed.  [RT #13077]
6534
6535 1766.   [bug]           Update the master file timestamp on successful refresh
6536                         as well as the journal's timestamp. [RT #13062]
6537
6538 1765.   [bug]           configure --with-openssl=auto failed. [RT #12937]
6539
6540 1764.   [bug]           dns_zone_replacedb failed to emit a error message
6541                         if there was no SOA record in the replacement db.
6542                         [RT #13016]
6543
6544 1763.   [func]          Perform sanity checks on NS records which refer to
6545                         'in zone' names. [RT #13002]
6546
6547 1762.   [bug]           isc_interfaceiter_create() could return ISC_R_SUCCESS
6548                         even when it failed. [RT #12995]
6549
6550 1761.   [bug]           'rndc dumpdb' didn't report unassociated entries.
6551                         [RT #12971]
6552
6553 1760.   [bug]           Host / net unreachable was not penalising rtt
6554                         estimates. [RT #12970]
6555
6556 1759.   [bug]           Named failed to startup if the OS supported IPv6
6557                         but had no IPv6 interfaces configured. [RT #12942]
6558
6559 1758.   [func]          Don't send notify messages to self. [RT #12933]
6560
6561 1757.   [func]          host now can turn on memory debugging flags with '-m'.
6562
6563 1756.   [func]          named-checkconf now checks the logging configuration.
6564                         [RT #12352]
6565
6566 1755.   [func]          allow-update is now settable at the options / view
6567                         level. [RT #6636]
6568
6569 1754.   [bug]           We weren't always attempting to query the parent
6570                         server for the DS records at the zone cut.
6571                         [RT #12774]
6572
6573 1753.   [bug]           Don't serve a slave zone which has no NS records.
6574                         [RT #12894]
6575
6576 1752.   [port]          Move isc_app_start() to after ns_os_daemonise()
6577                         as some fork() implementations unblock the signals
6578                         that are blocked by isc_app_start(). [RT #12810]
6579
6580 1751.   [bug]           --enable-getifaddrs failed under linux. [RT #12867]
6581
6582 1750.   [port]          lib/bind/make/rules.in:subdirs was not bash friendly.
6583                         [RT #12864]
6584
6585 1749.   [bug]           'check-names response ignore;' failed to ignore.
6586                         [RT #12866]
6587
6588 1748.   [func]          dig now returns the byte count for axfr/ixfr.
6589
6590 1747.   [bug]           BIND 8 compatibility: named/named-checkconf failed
6591                         to parse "host-statistics-max" in named.conf.
6592
6593 1746.   [func]          Make public the function to read a key file,
6594                         dst_key_read_public(). [RT #12450]
6595
6596 1745.   [bug]           Dig/host/nslookup accept replies from link locals
6597                         regardless of scope if no scope was specified when
6598                         query was sent. [RT #12745]
6599
6600 1744.   [bug]           If tuple2msgname() failed to convert a tuple to
6601                         a name a REQUIRE could be triggered. [RT #12796]
6602
6603 1743.   [bug]           If isc_taskmgr_create() was not able to create the
6604                         requested number of worker threads then destruction
6605                         of the manager would trigger an INSIST() failure.
6606                         [RT #12790]
6607
6608 1742.   [bug]           Deleting all records at a node then adding a
6609                         previously existing record, in a single UPDATE
6610                         transaction, failed to leave / regenerate the
6611                         associated RRSIG records. [RT #12788]
6612
6613 1741.   [bug]           Deleting all records at a node in a secure zone
6614                         using a update-policy grant failed. [RT #12787]
6615
6616 1740.   [bug]           Replace rbt's hash algorithm as it performed badly
6617                         with certain zones. [RT #12729]
6618
6619                         NOTE: a hash context now needs to be established
6620                         via isc_hash_create() if the application was not
6621                         already doing this.
6622
6623 1739.   [bug]           dns_rbt_deletetree() could incorrectly return
6624                         ISC_R_QUOTA.  [RT #12695]
6625
6626 1738.   [bug]           Enable overrun checking by default. [RT #12695]
6627
6628 1737.   [bug]           named failed if more than 16 masters were specified.
6629                         [RT #12627]
6630
6631 1736.   [bug]           dst_key_fromnamedfile() could fail to read a
6632                         public key. [RT #12687]
6633
6634 1735.   [bug]           'dig +sigtrace' could die with a REQUIRE failure.
6635                         [RE #12688]
6636
6637 1734.   [cleanup]       'rndc-confgen -a -t' remove extra '/' in path.
6638                         [RT #12588]
6639
6640 1733.   [bug]           Return non-zero exit status on initial load failure.
6641                         [RT #12658]
6642
6643 1732.   [bug]           'rrset-order name "*"' wasn't being applied to ".".
6644                         [RT #12467]
6645
6646 1731.   [port]          darwin: relax version test in ifconfig.sh.
6647                         [RT #12581]
6648
6649 1730.   [port]          Determine the length type used by the socket API.
6650                         [RT #12581]
6651
6652 1729.   [func]          Improve check-names error messages.
6653
6654 1728.   [doc]           Update check-names documentation.
6655
6656 1727.   [bug]           named-checkzone: check-names support didn't match
6657                         documentation.
6658
6659 1726.   [port]          aix5: add support for aix5.
6660
6661 1725.   [port]          linux: update error message on interaction of threads,
6662                         capabilities and setuid support (named -u). [RT #12541]
6663
6664 1724.   [bug]           Look for DNSKEY records with "dig +sigtrace".
6665                         [RT #12557]
6666
6667 1723.   [cleanup]       Silence compiler warnings from t_tasks.c. [RT #12493]
6668
6669 1722.   [bug]           Don't commit the journal on malformed ixfr streams.
6670                         [RT #12519]
6671
6672 1721.   [bug]           Error message from the journal processing were not
6673                         always identifying the relevant journal. [RT #12519]
6674
6675 1720.   [bug]           'dig +chase' did not terminate on a RFC 2308 Type 1
6676                         negative response. [RT #12506]
6677
6678 1719.   [bug]           named was not correctly caching a RFC 2308 Type 1
6679                         negative response. [RT #12506]
6680
6681 1718.   [bug]           nsupdate was not handling RFC 2308 Type 3 negative
6682                         responses when looking for the zone / master server.
6683                         [RT #12506]
6684
6685 1717.   [port]          solaris: ifconfig.sh did not support Solaris 10.
6686                         "ifconfig.sh down" didn't work for Solaris 9.
6687
6688 1716.   [doc]           named.conf(5) was being installed in the wrong
6689                         location.  [RT #12441]
6690
6691 1715.   [func]          'dig +trace' now randomly selects the next servers
6692                         to try.  Report if there is a bad delegation.
6693
6694 1714.   [bug]           dig/host/nslookup were only trying the first
6695                         address when a nameserver was specified by name.
6696                         [RT #12286]
6697
6698 1713.   [port]          linux: extend capset failure message to say:
6699                         please ensure that the capset kernel module is
6700                         loaded.  see insmod(8)
6701
6702 1712.   [bug]           Missing FULLCHECK for "trusted-key" in dig.
6703
6704 1711.   [func]          'rndc unfreeze' has been deprecated by 'rndc thaw'.
6705
6706 1710.   [func]          'rndc notify zone [class [view]]' resend the NOTIFY
6707                         messages for the specified zone. [RT #9479]
6708
6709 1709.   [port]          solaris: add SMF support from Sun.
6710
6711 1708.   [cleanup]       Replaced dns_fullname_hash() with dns_name_fullhash()
6712                         for conformance to the name space convention.  Binary
6713                         backward compatibility to the old function name is
6714                         provided. [RT #12376]
6715
6716 1707.   [contrib]       sdb/ldap updated to version 1.0-beta.
6717
6718 1706.   [bug]           'rndc stop' failed to cause zones to be flushed
6719                         sometimes. [RT #12328]
6720
6721 1705.   [func]          Allow the journal's name to be changed via named.conf.
6722
6723 1704.   [port]          lwres needed a snprintf() implementation for
6724                         platforms without snprintf().  Add missing
6725                         "#include <isc/print.h>". [RT #12321]
6726
6727 1703.   [bug]           named would loop sending NOTIFY messages when it
6728                         failed to receive a response. [RT #12322]
6729
6730 1702.   [bug]           also-notify should not be applied to built in zones.
6731                         [RT #12323]
6732
6733 1701.   [doc]           A minimal named.conf man page.
6734
6735 1700.   [func]          nslookup is no longer to be treated as deprecated.
6736                         Remove "deprecated" warning message.  Add man page.
6737
6738 1699.   [bug]           dnssec-signzone can generate "not exact" errors
6739                         when resigning. [RT #12281]
6740
6741 1698.   [doc]           Use reserved IPv6 documentation prefix.
6742
6743 1697.   [bug]           xxx-source{,-v6} was not effective when it
6744                         specified one of listening addresses and a
6745                         different port than the listening port. [RT #12257]
6746
6747 1696.   [bug]           dnssec-signzone failed to clean out nodes that
6748                         consisted of only NSEC and RRSIG records.
6749                         [RT #12154]
6750
6751 1695.   [bug]           DS records when forwarding require special handling.
6752                         [RT #12133]
6753
6754 1694.   [bug]           Report if the builtin views of "_default" / "_bind"
6755                         are defined in named.conf. [RT #12023]
6756
6757 1693.   [bug]           max-journal-size was not effective for master zones
6758                         with ixfr-from-differences set. [RT #12024]
6759
6760 1692.   [bug]           Don't set -I, -L and -R flags when libcrypto is in
6761                         /usr/lib. [RT #11971]
6762
6763 1691.   [bug]           sdb's attachversion was not complete. [RT #11990]
6764
6765 1690.   [bug]           Delay detaching view from the client until UPDATE
6766                         processing completes when shutting down. [RT #11714]
6767
6768 1689.   [bug]           DNS_NAME_TOREGION() and DNS_NAME_SPLIT() macros
6769                         contained gratuitous semicolons. [RT #11707]
6770
6771 1688.   [bug]           LDFLAGS was not supported.
6772
6773 1687.   [bug]           Race condition in dispatch. [RT #10272]
6774
6775 1686.   [bug]           Named sent a extraneous NOTIFY when it received a
6776                         redundant UPDATE request. [RT #11943]
6777
6778 1685.   [bug]           Change #1679 loop tests weren't quite right.
6779
6780 1684.   [func]          ixfr-from-differences now takes master and slave in
6781                         addition to yes and no at the options and view levels.
6782
6783 1683.   [bug]           dig +sigchase could leak memory. [RT #11445]
6784
6785 1682.   [port]          Update configure test for (long long) printf format.
6786                         [RT #5066]
6787
6788 1681.   [bug]           Only set SO_REUSEADDR when a port is specified in
6789                         isc_socket_bind(). [RT #11742]
6790
6791 1680.   [func]          rndc: the source address can now be specified.
6792
6793 1679.   [bug]           When there was a single nameserver with multiple
6794                         addresses for a zone not all addresses were tried.
6795                         [RT #11706]
6796
6797 1678.   [bug]           RRSIG should use TYPEXXXXX for unknown types.
6798
6799 1677.   [bug]           dig: +aaonly didn't work, +aaflag undocumented.
6800
6801 1676.   [func]          New option "allow-query-cache".  This lets
6802                         allow-query be used to specify the default zone
6803                         access level rather than having to have every
6804                         zone override the global value.  allow-query-cache
6805                         can be set at both the options and view levels.
6806                         If allow-query-cache is not set allow-query applies.
6807
6808 1675.   [bug]           named would sometimes add extra NSEC records to
6809                         the authority section.
6810
6811 1674.   [port]          linux: increase buffer size used to scan
6812                         /proc/net/if_inet6.
6813
6814 1673.   [port]          linux: issue a error messages if IPv6 interface
6815                         scans fails.
6816
6817 1672.   [cleanup]       Tests which only function in a threaded build
6818                         now return R:THREADONLY (rather than R:UNTESTED)
6819                         in a non-threaded build.
6820
6821 1671.   [contrib]       queryperf: add NAPTR to the list of known types.
6822
6823 1670.   [func]          Log UPDATE requests to slave zones without an acl as
6824                         "disabled" at debug level 3. [RT #11657]
6825
6826 1669.   [placeholder]
6827
6828 1668.   [bug]           DIG_SIGCHASE was making bin/dig/host dump core.
6829
6830 1667.   [port]          linux: not all versions have IF_NAMESIZE.
6831
6832 1666.   [bug]           The optional port on hostnames in dual-stack-servers
6833                         was being ignored.
6834
6835 1665.   [func]          rndc now allows addresses to be set in the
6836                         server clauses.
6837
6838 1664.   [bug]           nsupdate needed KEY for SIG(0), not DNSKEY.
6839
6840 1663.   [func]          Look for OpenSSL by default.
6841
6842 1662.   [bug]           Change #1658 failed to change one use of 'type'
6843                         to 'keytype'.
6844
6845 1661.   [bug]           Restore dns_name_concatenate() call in
6846                         adb.c:set_target().  [RT #11582]
6847
6848 1660.   [bug]           win32: connection_reset_fix() was being called
6849                         unconditionally.  [RT #11595]
6850
6851 1659.   [cleanup]       Cleanup some messages that were referring to KEY vs
6852                         DNSKEY, NXT vs NSEC and SIG vs RRSIG.
6853
6854 1658.   [func]          Update dnssec-keygen to default to KEY for HMAC-MD5
6855                         and DH.  Tighten which options apply to KEY and
6856                         DNSKEY records.
6857
6858 1657.   [doc]           ARM: document query log output.
6859
6860 1656.   [doc]           Update DNSSEC description in ARM to cover DS, NSEC
6861                         DNSKEY and RRSIG.  [RT #11542]
6862
6863 1655.   [bug]           Logging multiple versions w/o a size was broken.
6864                         [RT #11446]
6865
6866 1654.   [bug]           isc_result_totext() contained array bounds read
6867                         error.
6868
6869 1653.   [func]          Add key type checking to dst_key_fromfilename(),
6870                         DST_TYPE_KEY should be used to read TSIG, TKEY and
6871                         SIG(0) keys.
6872
6873 1652.   [bug]           TKEY still uses KEY.
6874
6875 1651.   [bug]           dig: process multiple dash options.
6876
6877 1650.   [bug]           dig, nslookup: flush standard out after each command.
6878
6879 1649.   [bug]           Silence "unexpected non-minimal diff" message.
6880                         [RT #11206]
6881
6882 1648.   [func]          Update dnssec-lookaside named.conf syntax to support
6883                         multiple dnssec-lookaside namespaces (not yet
6884                         implemented).
6885
6886 1647.   [bug]           It was possible trigger a INSIST when chasing a DS
6887                         record that required walking back over a empty node.
6888                         [RT #11445]
6889
6890 1646.   [bug]           win32: logging file versions didn't work with
6891                         non-UNC filenames.  [RT #11486]
6892
6893 1645.   [bug]           named could trigger a REQUIRE failure if multiple
6894                         masters with keys are specified.
6895
6896 1644.   [bug]           Update the journal modification time after a
6897                         successful refresh query. [RT #11436]
6898
6899 1643.   [bug]           dns_db_closeversion() could leak memory / node
6900                         references. [RT #11163]
6901
6902 1642.   [port]          Support OpenSSL implementations which don't have
6903                         DSA support. [RT #11360]
6904
6905 1641.   [bug]           Update the check-names description in ARM. [RT #11389]
6906
6907 1640.   [bug]           win32: isc_socket_cancel(ISC_SOCKCANCEL_ACCEPT) was
6908                         incorrectly closing the socket.  [RT #11291]
6909
6910 1639.   [func]          Initial dlv system test.
6911
6912 1638.   [bug]           "ixfr-from-differences" could generate a REQUIRE
6913                         failure if the journal open failed. [RT #11347]
6914
6915 1637.   [bug]           Node reference leak on error in addnoqname().
6916
6917 1636.   [bug]           The dump done callback could get ISC_R_SUCCESS even if
6918                         a error had occurred.  The database version no longer
6919                         matched the version of the database that was dumped.
6920
6921 1635.   [bug]           Memory leak on error in query_addds().
6922
6923 1634.   [bug]           named didn't supply a useful error message when it
6924                         detected duplicate views.  [RT #11208]
6925
6926 1633.   [bug]           named should return NOTIMP to update requests to a
6927                         slaves without a allow-update-forwarding acl specified.
6928                         [RT #11331]
6929
6930 1632.   [bug]           nsupdate failed to send prerequisite only UPDATE
6931                         messages. [RT #11288]
6932
6933 1631.   [bug]           dns_journal_compact() could sometimes corrupt the
6934                         journal. [RT #11124]
6935
6936 1630.   [contrib]       queryperf: add support for IPv6 transport.
6937
6938 1629.   [func]          dig now supports IPv6 scoped addresses with the
6939                         extended format in the local-server part. [RT #8753]
6940
6941 1628.   [bug]           Typo in Compaq Trucluster support. [RT #11264]
6942
6943 1627.   [bug]           win32: sockets were not being closed when the
6944                         last external reference was removed. [RT #11179]
6945
6946 1626.   [bug]           --enable-getifaddrs was broken. [RT #11259]
6947
6948 1625.   [bug]           named failed to load/transfer RFC2535 signed zones
6949                         which contained CNAMES. [RT #11237]
6950
6951 1624.   [bug]           zonemgr_putio() call should be locked. [RT #11163]
6952
6953 1623.   [bug]           A serial number of zero was being displayed in the
6954                         "sending notifies" log message when also-notify was
6955                         used. [RT #11177]
6956
6957 1622.   [func]          probe the system to see if IPV6_(RECV)PKTINFO is
6958                         available, and suppress wildcard binding if not.
6959
6960 1621.   [bug]           match-destinations did not work for IPv6 TCP queries.
6961                         [RT #11156]
6962
6963 1620.   [func]          When loading a zone report if it is signed. [RT #11149]
6964
6965 1619.   [bug]           Missing ISC_LIST_UNLINK in end_reserved_dispatches().
6966                         [RT #11118]
6967
6968 1618.   [bug]           Fencepost errors in dns_name_ishostname() and
6969                         dns_name_ismailbox() could trigger a INSIST().
6970
6971 1617.   [port]          win32: VC++ 6.0 support.
6972
6973 1616.   [compat]        Ensure that named's version is visible in the core
6974                         dump. [RT #11127]
6975
6976 1615.   [port]          Define ISC_SOCKADDR_LEN_T based on _BSD_SOCKLEN_T_ if
6977                         it is defined.
6978
6979 1614.   [port]          win32: silence resource limit messages. [RT #11101]
6980
6981 1613.   [bug]           Builds would fail on machines w/o a if_nametoindex().
6982                         Missing #ifdef ISC_PLATFORM_HAVEIFNAMETOINDEX/#endif.
6983                         [RT #11119]
6984
6985 1612.   [bug]           check-names at the option/view level could trigger
6986                         an INSIST. [RT #11116]
6987
6988 1611.   [bug]           solaris: IPv6 interface scanning failed to cope with
6989                         no active IPv6 interfaces.
6990
6991 1610.   [bug]           On dual stack machines "dig -b" failed to set the
6992                         address type to be looked up with "@server".
6993                         [RT #11069]
6994
6995 1609.   [func]          dig now has support to chase DNSSEC signature chains.
6996                         Requires -DDIG_SIGCHASE=1 to be set in STD_CDEFINES.
6997
6998                         DNSSEC validation code in dig coded by Olivier Courtay
6999                         (olivier.courtay@irisa.fr) for the IDsA project
7000                         (http://idsa.irisa.fr).
7001
7002 1608.   [func]          dig and host now accept -4/-6 to select IP transport
7003                         to use when making queries.
7004
7005 1607.   [bug]           dig, host and nslookup were still using random()
7006                         to generate query ids. [RT #11013]
7007
7008 1606.   [bug]           DLV insecurity proof was failing.
7009
7010 1605.   [func]          New dns_db_find() option DNS_DBFIND_COVERINGNSEC.
7011
7012 1604.   [bug]           A xfrout_ctx_create() failure would result in
7013                         xfrout_ctx_destroy() being called with a
7014                         partially initialized structure.
7015
7016 1603.   [bug]           nsupdate: set interactive based on isatty().
7017                         [RT #10929]
7018
7019 1602.   [bug]           Logging to a file failed unless a size was specified.
7020                         [RT #10925]
7021
7022 1601.   [bug]           Silence spurious warning 'both "recursion no;" and
7023                         "allow-recursion" active' warning from view "_bind".
7024                         [RT #10920]
7025
7026 1600.   [bug]           Duplicate zone pre-load checks were not case
7027                         insensitive.
7028
7029 1599.   [bug]           Fix memory leak on error path when checking named.conf.
7030
7031 1598.   [func]          Specify that certain parts of the namespace must
7032                         be secure (dnssec-must-be-secure).
7033
7034 1597.   [func]          Allow notify-source and query-source to be specified
7035                         on a per server basis similar to transfer-source.
7036                         [RT #6496]
7037
7038 1596.   [func]          Accept 'notify-source' style syntax for query-source.
7039
7040 1595.   [func]          New notify type 'master-only'.  Enable notify for
7041                         master zones only.
7042
7043 1594.   [bug]           'rndc dumpdb' could prevent named from answering
7044                         queries while the dump was in progress.  [RT #10565]
7045
7046 1593.   [bug]           rndc should return "unknown command" to unknown
7047                         commands. [RT #10642]
7048
7049 1592.   [bug]           configure_view() could leak a dispatch. [RT #10675]
7050
7051 1591.   [bug]           libbind: updated to BIND 8.4.5.
7052
7053 1590.   [port]          netbsd: update thread support.
7054
7055 1589.   [func]          DNSSEC lookaside validation.
7056
7057 1588.   [bug]           win32: TCP sockets could become blocked. [RT #10115]
7058
7059 1587.   [bug]           dns_message_settsigkey() failed to clear existing key.
7060                         [RT #10590]
7061
7062 1586.   [func]          "check-names" is now implemented.
7063
7064 1585.   [placeholder]
7065
7066 1584.   [bug]           "make test" failed with a read only source tree.
7067                         [RT #10461]
7068
7069 1583.   [bug]           Records add via UPDATE failed to get the correct trust
7070                         level. [RT #10452]
7071
7072 1582.   [bug]           rrset-order failed to work on RRsets with more
7073                         than 32 elements. [RT #10381]
7074
7075 1581.   [func]          Disable DNSSEC support by default.  To enable
7076                         DNSSEC specify "dnssec-enable yes;" in named.conf.
7077
7078 1580.   [bug]           Zone destruction on final detach takes a long time.
7079                         [RT #3746]
7080
7081 1579.   [bug]           Multiple task managers could not be created.
7082
7083 1578.   [bug]           Don't use CLASS E IPv4 addresses when resolving.
7084                         [RT #10346]
7085
7086 1577.   [bug]           Use isc_uint32_t in ultrasparc optimizer bug
7087                         workaround code. [RT #10331]
7088
7089 1576.   [bug]           Race condition in dns_dispatch_addresponse().
7090                         [RT #10272]
7091
7092 1575.   [func]          Log TSIG name on TSIG verify failure. [RT #4404]
7093
7094 1574.   [bug]           Don't attempt to open the controls socket(s) when
7095                         running tests. [RT #9091]
7096
7097 1573.   [port]          linux: update to libtool 1.5.2 so that
7098                         "make install DESTDIR=/xx" works with
7099                         "configure --with-libtool".  [RT #9941]
7100
7101 1572.   [bug]           nsupdate: sign the soa query to find the enclosing
7102                         zone if the server is specified. [RT #10148]
7103
7104 1571.   [bug]           rbt:hash_node() could fail leaving the hash table
7105                         in an inconsistent state.  [RT #10208]
7106
7107 1570.   [bug]           nsupdate failed to handle classes other than IN.
7108                         New keyword 'class' which sets the default class.
7109                         [RT #10202]
7110
7111 1569.   [func]          nsupdate new command 'answer' which displays the
7112                         complete answer message to the last update.
7113
7114 1568.   [bug]           nsupdate now reports that the update failed in
7115                         interactive mode. [RT #10236]
7116
7117 1567.   [maint]         B.ROOT-SERVERS.NET is now 192.228.79.201.
7118
7119 1566.   [port]          Support for the cmsg framework on Solaris and HP/UX.
7120                         This also solved the problem that match-destinations
7121                         for IPv6 addresses did not work on these systems.
7122                         [RT #10221]
7123
7124 1565.   [bug]           CD flag should be copied to outgoing queries unless
7125                         the query is under a secure entry point in which case
7126                         CD should be set.
7127
7128 1564.   [func]          Attempt to provide a fallback entropy source to be
7129                         used if named is running chrooted and named is unable
7130                         to open entropy source within the chroot area.
7131                         [RT #10133]
7132
7133 1563.   [bug]           Gracefully fail when unable to obtain neither an IPv4
7134                         nor an IPv6 dispatch. [RT #10230]
7135
7136 1562.   [bug]           isc_socket_create() and isc_socket_accept() could
7137                         leak memory under error conditions. [RT #10230]
7138
7139 1561.   [bug]           It was possible to release the same name twice if
7140                         named ran out of memory. [RT #10197]
7141
7142 1560.   [port]          FreeBSD: work around FreeBSD 5.2 mapping EAI_NODATA
7143                         and EAI_NONAME to the same value.
7144
7145 1559.   [port]          named should ignore SIGFSZ.
7146
7147 1558.   [func]          New DNSSEC 'disable-algorithms'.  Support entry into
7148                         child zones for which we don't have a supported
7149                         algorithm.  Such child zones are treated as unsigned.
7150
7151 1557.   [func]          Implement missing DNSSEC tests for
7152                         * NOQNAME proof with wildcard answers.
7153                         * NOWILDARD proof with NXDOMAIN.
7154                         Cache and return NOQNAME with wildcard answers.
7155
7156 1556.   [bug]           nsupdate now treats all names as fully qualified.
7157                         [RT #6427]
7158
7159 1555.   [func]          'rrset-order cyclic' no longer has a random starting
7160                         point per query. [RT #7572]
7161
7162 1554.   [bug]           dig, host, nslookup failed when no nameservers
7163                         were specified in /etc/resolv.conf. [RT #8232]
7164
7165 1553.   [bug]           The windows socket code could stop accepting
7166                         connections. [RT #10115]
7167
7168 1552.   [bug]           Accept NOTIFY requests from mapped masters if
7169                         matched-mapped is set. [RT #10049]
7170
7171 1551.   [port]          Open "/dev/null" before calling chroot().
7172
7173 1550.   [port]          Call tzset(), if available, before calling chroot().
7174
7175 1549.   [func]          named-checkzone can now write out the zone contents
7176                         in a easily parsable format (-D and -o).
7177
7178 1548.   [bug]           When parsing APL records it was possible to silently
7179                         accept out of range ADDRESSFAMILY values. [RT #9979]
7180
7181 1547.   [bug]           Named wasted memory recording duplicate lame zone
7182                         entries. [RT #9341]
7183
7184 1546.   [bug]           We were rejecting valid secure CNAME to negative
7185                         answers.
7186
7187 1545.   [bug]           It was possible to leak memory if named was unable to
7188                         bind to the specified transfer source and TSIG was
7189                         being used. [RT #10120]
7190
7191 1544.   [bug]           Named would logged a single entry to a file despite it
7192                         being over the specified size limit.
7193
7194 1543.   [bug]           Logging using "versions unlimited" did not work.
7195
7196 1542.   [placeholder]
7197
7198 1541.   [func]          NSEC now uses new bitmap format.
7199
7200 1540.   [bug]           "rndc reload <dynamiczone>" was silently accepted.
7201                         [RT #8934]
7202
7203 1539.   [bug]           Open UDP sockets for notify-source and transfer-source
7204                         that use reserved ports at startup. [RT #9475]
7205
7206 1538.   [placeholder]   rt9997
7207
7208 1537.   [func]          New option "querylog".  If set specify whether query
7209                         logging is to be enabled or disabled at startup.
7210
7211 1536.   [bug]           Windows socket code failed to log a error description
7212                         when returning ISC_R_UNEXPECTED. [RT #9998]
7213
7214 1535.   [placeholder]
7215
7216 1534.   [bug]           Race condition when priming cache. [RT #9940]
7217
7218 1533.   [func]          Warn if both "recursion no;" and "allow-recursion"
7219                         are active. [RT #4389]
7220
7221 1532.   [port]          netbsd: the configure test for <sys/sysctl.h>
7222                         requires <sys/param.h>.
7223
7224 1531.   [port]          AIX more libtool fixes.
7225
7226 1530.   [bug]           It was possible to trigger a INSIST() failure if a
7227                         slave master file was removed at just the correct
7228                         moment. [RT #9462]
7229
7230 1529.   [bug]           "notify explicit;" failed to log that NOTIFY messages
7231                         were being sent for the zone. [RT #9442]
7232
7233 1528.   [cleanup]       Simplify some dns_name_ functions based on the
7234                         deprecation of bitstring labels.
7235
7236 1527.   [cleanup]       Reduce the number of gettimeofday() calls without
7237                         losing necessary timer granularity.
7238
7239 1526.   [func]          Implemented "additional section caching (or acache)",
7240                         an internal cache framework for additional section
7241                         content to improve response performance.  Several
7242                         configuration options were provided to control the
7243                         behavior.
7244
7245 1525.   [bug]           dns_cache_create() could trigger a REQUIRE
7246                         failure in isc_mem_put() during error cleanup.
7247                         [RT #9360]
7248
7249 1524.   [port]          AIX needs to be able to resolve all symbols when
7250                         creating shared libraries (--with-libtool).
7251
7252 1523.   [bug]           Fix race condition in rbtdb. [RT #9189]
7253
7254 1522.   [bug]           dns_db_findnode() relax the requirements on 'name'.
7255                         [RT #9286]
7256
7257 1521.   [bug]           dns_view_createresolver() failed to check the
7258                         result from isc_mem_create(). [RT #9294]
7259
7260 1520.   [protocol]      Add SSHFP (SSH Finger Print) type.
7261
7262 1519.   [bug]           dnssec-signzone:nsec_setbit() computed the wrong
7263                         length of the new bitmap.
7264
7265 1518.   [bug]           dns_nsec_buildrdata(), and hence dns_nsec_build(),
7266                         contained a off-by-one error when working out the
7267                         number of octets in the bitmap.
7268
7269 1517.   [port]          Support for IPv6 interface scanning on HP/UX and
7270                         TrueUNIX 5.1.
7271
7272 1516.   [func]          Roll the DNSSEC types to RRSIG, NSEC and DNSKEY.
7273
7274 1515.   [func]          Allow transfer source to be set in a server statement.
7275                         [RT #6496]
7276
7277 1514.   [bug]           named: isc_hash_destroy() was being called too early.
7278                         [RT #9160]
7279
7280 1513.   [doc]           Add "US" to root-delegation-only exclude list.
7281
7282 1512.   [bug]           Extend the delegation-only logging to return query
7283                         type, class and responding nameserver.
7284
7285 1511.   [bug]           delegation-only was generating false positives
7286                         on negative answers from sub-zones.
7287
7288 1510.   [func]          New view option "root-delegation-only".  Apply
7289                         delegation-only check to all TLDs and root.
7290                         Note there are some TLDs that are NOT delegation
7291                         only (e.g. DE, LV, US and MUSEUM) these can be excluded
7292                         from the checks by using exclude.
7293
7294                         root-delegation-only exclude {
7295                                 "DE"; "LV"; "US"; "MUSEUM";
7296                         };
7297
7298 1509.   [bug]           Hint zones should accept delegation-only.  Forward
7299                         zone should not accept delegation-only.
7300
7301 1508.   [bug]           Don't apply delegation-only checks to answers from
7302                         forwarders.
7303
7304 1507.   [bug]           Handle BIND 8 style returns to NS queries to parents
7305                         when making delegation-only checks.
7306
7307 1506.   [bug]           Wrong return type for dns_view_isdelegationonly().
7308
7309 1505.   [bug]           Uninitialized rdataset in sdb. [RT #8750]
7310
7311 1504.   [func]          New zone type "delegation-only".
7312
7313 1503.   [port]          win32: install libeay32.dll outside of system32.
7314
7315 1502.   [bug]           nsupdate: adjust timeouts for UPDATE requests over TCP.
7316
7317 1501.   [func]          Allow TCP queue length to be specified via
7318                         named.conf, tcp-listen-queue.
7319
7320 1500.   [bug]           host failed to lookup MX records.  Also look up
7321                         AAAA records.
7322
7323 1499.   [bug]           isc_random need to be seeded better if arc4random()
7324                         is not used.
7325
7326 1498.   [port]          bsdos: 5.x support.
7327
7328 1497.   [placeholder]
7329
7330 1496.   [port]          test for pthread_attr_setstacksize().
7331
7332 1495.   [cleanup]       Replace hash functions with universal hash.
7333
7334 1494.   [security]      Turn on RSA BLINDING as a precaution.
7335
7336 1493.   [placeholder]
7337
7338 1492.   [cleanup]       Preserve rwlock quota context when upgrading /
7339                         downgrading. [RT #5599]
7340
7341 1491.   [bug]           dns_master_dump*() would produce extraneous $ORIGIN
7342                         lines. [RT #6206]
7343
7344 1490.   [bug]           Accept reading state as well as working state in
7345                         ns_client_next(). [RT #6813]
7346
7347 1489.   [compat]        Treat 'allow-update' on slave zones as a warning.
7348                         [RT #3469]
7349
7350 1488.   [bug]           Don't override trust levels for glue addresses.
7351                         [RT #5764]
7352
7353 1487.   [bug]           A REQUIRE() failure could be triggered if a zone was
7354                         queued for transfer and the zone was then removed.
7355                         [RT #6189]
7356
7357 1486.   [bug]           isc_print_snprintf() '%%' consumed one too many format
7358                         characters. [RT #8230]
7359
7360 1485.   [bug]           gen failed to handle high type values. [RT #6225]
7361
7362 1484.   [bug]           The number of records reported after a AXFR was wrong.
7363                         [RT #6229]
7364
7365 1483.   [bug]           dig axfr failed if the message id in the answer failed
7366                         to match that in the request.  Only the id in the first
7367                         message is required to match. [RT #8138]
7368
7369 1482.   [bug]           named could fail to start if the kernel supports
7370                         IPv6 but no interfaces are configured.  Similarly
7371                         for IPv4. [RT #6229]
7372
7373 1481.   [bug]           Refresh and stub queries failed to use masters keys
7374                         if specified. [RT #7391]
7375
7376 1480.   [bug]           Provide replay protection for rndc commands.  Full
7377                         replay protection requires both rndc and named to
7378                         be updated.  Partial replay protection (limited
7379                         exposure after restart) is provided if just named
7380                         is updated.
7381
7382 1479.   [bug]           cfg_create_tuple() failed to handle out of
7383                         memory cleanup.  parse_list() would leak memory
7384                         on syntax errors.
7385
7386 1478.   [port]          ifconfig.sh didn't account for other virtual
7387                         interfaces.  It now takes a optional argument
7388                         to specify the first interface number. [RT #3907]
7389
7390 1477.   [bug]           memory leak using stub zones and TSIG.
7391
7392 1476.   [placeholder]
7393
7394 1475.   [port]          Probe for old sprintf().
7395
7396 1474.   [port]          Provide strtoul() and memmove() for platforms
7397                         without them.
7398
7399 1473.   [bug]           create_map() and create_string() failed to handle out
7400                         of memory cleanup.  [RT #6813]
7401
7402 1472.   [contrib]       idnkit-1.0 from JPNIC, replaces mdnkit.
7403
7404 1471.   [bug]           libbind: updated to BIND 8.4.0.
7405
7406 1470.   [bug]           Incorrect length passed to snprintf. [RT #5966]
7407
7408 1469.   [func]          Log end of outgoing zone transfer at same level
7409                         as the start of transfer is logged. [RT #4441]
7410
7411 1468.   [func]          Internal zones are no longer counted for
7412                         'rndc status'.  [RT #4706]
7413
7414 1467.   [func]          $GENERATES now supports optional class and ttl.
7415
7416 1466.   [bug]           lwresd configuration errors resulted in memory
7417                         and lock leaks.  [RT #5228]
7418
7419 1465.   [bug]           isc_base64_decodestring() and isc_base64_tobuffer()
7420                         failed to check that trailing bits were zero allowing
7421                         some invalid base64 strings to be accepted.  [RT #5397]
7422
7423 1464.   [bug]           Preserve "out of zone" data for outgoing zone
7424                         transfers. [RT #5192]
7425
7426 1463.   [bug]           dns_rdata_from{wire,struct}() failed to catch bad
7427                         NXT bit maps. [RT #5577]
7428
7429 1462.   [bug]           parse_sizeval() failed to check the token type.
7430                         [RT #5586]
7431
7432 1461.   [bug]           Remove deadlock from rbtdb code. [RT #5599]
7433
7434 1460.   [bug]           inet_pton() failed to reject certain malformed
7435                         IPv6 literals.
7436
7437 1459.   [placeholder]
7438
7439 1458.   [cleanup]       sprintf() -> snprintf().
7440
7441 1457.   [port]          Provide strlcat() and strlcpy() for platforms without
7442                         them.
7443
7444 1456.   [contrib]       gen-data-queryperf.py from Stephane Bortzmeyer.
7445
7446 1455.   [bug]           <netaddr> missing from server grammar in
7447                         doc/misc/options. [RT #5616]
7448
7449 1454.   [port]          Use getifaddrs() if available for interface scanning.
7450                         --disable-getifaddrs to override.  Glibc currently
7451                         has a getifaddrs() that does not support IPv6.
7452                         Use --enable-getifaddrs=glibc to force the use of
7453                         this version under linux machines.
7454
7455 1453.   [doc]           ARM: $GENERATE example wasn't accurate. [RT #5298]
7456
7457 1452.   [placeholder]
7458
7459 1451.   [bug]           rndc-confgen didn't exit with a error code for all
7460                         failures. [RT #5209]
7461
7462 1450.   [bug]           Fetching expired glue failed under certain
7463                         circumstances.  [RT #5124]
7464
7465 1449.   [bug]           query_addbestns() didn't handle running out of memory
7466                         gracefully.
7467
7468 1448.   [bug]           Handle empty wildcards labels.
7469
7470 1447.   [bug]           We were casting (unsigned int) to and from (void *).
7471                         rdataset->private4 is now rdataset->privateuint4
7472                         to reflect a type change.
7473
7474 1446.   [func]          Implemented undocumented alternate transfer sources
7475                         from BIND 8.  See use-alt-transfer-source,
7476                         alt-transfer-source and alt-transfer-source-v6.
7477
7478                         SECURITY: use-alt-transfer-source is ENABLED unless
7479                         you are using views.  This may cause a security risk
7480                         resulting in accidental disclosure of wrong zone
7481                         content if the master supplying different source
7482                         content based on IP address.  If you are not certain
7483                         ISC recommends setting use-alt-transfer-source no;
7484
7485 1445.   [bug]           DNS_ADBFIND_STARTATROOT broke stub zones.  This has
7486                         been replaced with DNS_ADBFIND_STARTATZONE which
7487                         causes the search to start using the closest zone.
7488
7489 1444.   [func]          dns_view_findzonecut2() allows you to specify if the
7490                         cache should be searched for zone cuts.
7491
7492 1443.   [func]          Masters lists can now be specified and referenced
7493                         in zone masters clauses and other masters lists.
7494
7495 1442.   [func]          New functions for manipulating port lists:
7496                         dns_portlist_create(), dns_portlist_add(),
7497                         dns_portlist_remove(), dns_portlist_match(),
7498                         dns_portlist_attach() and dns_portlist_detach().
7499
7500 1441.   [func]          It is now possible to tell dig to bind to a specific
7501                         source port.
7502
7503 1440.   [func]          It is now possible to tell named to avoid using
7504                         certain source ports (avoid-v4-udp-ports,
7505                         avoid-v6-udp-ports).
7506
7507 1439.   [bug]           Named could return NOERROR with certain NOTIFY
7508                         failures.  Return NOTAUTH if the NOTIFY zone is
7509                         not being served.
7510
7511 1438.   [func]          Log TSIG (if any) when logging NOTIFY requests.
7512
7513 1437.   [bug]           Leave space for stdio to work in. [RT #5033]
7514
7515 1436.   [func]          dns_zonemgr_resumexfrs() can be used to restart
7516                         stalled transfers.
7517
7518 1435.   [bug]           zmgr_resume_xfrs() was being called read locked
7519                         rather than write locked.  zmgr_resume_xfrs()
7520                         was not being called if the zone was being
7521                         shutdown.
7522
7523 1434.   [bug]           "rndc reconfig" failed to initiate the initial
7524                         zone transfer of new slave zones.
7525
7526 1433.   [bug]           named could trigger a REQUIRE failure if it could
7527                         not get a file descriptor when attempting to write
7528                         a master file. [RT #4347]
7529
7530 1432.   [func]          The advertised EDNS UDP buffer size can now be set
7531                         via named.conf (edns-udp-size).
7532
7533 1431.   [bug]           isc_print_snprintf() "%s" with precision could walk off
7534                         end of argument. [RT #5191]
7535
7536 1430.   [port]          linux: IPv6 interface scanning support.
7537
7538 1429.   [bug]           Prevent the cache getting locked to old servers.
7539
7540 1428.   [placeholder]
7541
7542 1427.   [bug]           Race condition in adb with threaded build.
7543
7544 1426.   [placeholder]
7545
7546 1425.   [port]          linux/libbind: define __USE_MISC when testing *_r()
7547                         function prototypes in netdb.h.  [RT #4921]
7548
7549 1424.   [bug]           EDNS version not being correctly printed.
7550
7551 1423.   [contrib]       queryperf: added A6 and SRV.
7552
7553 1422.   [func]          Log name/type/class when denying a query.  [RT #4663]
7554
7555 1421.   [func]          Differentiate updates that don't succeed due to
7556                         prerequisites (unsuccessful) vs other reasons
7557                         (failed).
7558
7559 1420.   [port]          solaris: work around gcc optimizer bug.
7560
7561 1419.   [port]          openbsd: use /dev/arandom. [RT #4950]
7562
7563 1418.   [bug]           'rndc reconfig' did not cause new slaves to load.
7564
7565 1417.   [func]          ID.SERVER/CHAOS is now a built in zone.
7566                         See "server-id" for how to configure.
7567
7568 1416.   [bug]           Empty node should return NOERROR NODATA, not NXDOMAIN.
7569                         [RT #4715]
7570
7571 1415.   [func]          DS TTL now derived from NS ttl.  NXT TTL now derived
7572                         from SOA MINIMUM.
7573
7574 1414.   [func]          Support for KSK flag.
7575
7576 1413.   [func]          Explicitly request the (re-)generation of DS records
7577                         from keysets (dnssec-signzone -g).
7578
7579 1412.   [func]          You can now specify servers to be tried if a nameserver
7580                         has IPv6 address and you only support IPv4 or the
7581                         reverse. See dual-stack-servers.
7582
7583 1411.   [bug]           empty nodes should stop wildcard matches. [RT #4802]
7584
7585 1410.   [func]          Handle records that live in the parent zone, e.g. DS.
7586
7587 1409.   [bug]           DS should have attribute DNS_RDATATYPEATTR_DNSSEC.
7588
7589 1408.   [bug]           "make distclean" was not complete. [RT #4700]
7590
7591 1407.   [bug]           lfsr incorrectly implements the shift register.
7592                         [RT #4617]
7593
7594 1406.   [bug]           dispatch initializes one of the LFSR's with a incorrect
7595                         polynomial.  [RT #4617]
7596
7597 1405.   [func]          Use arc4random() if available.
7598
7599 1404.   [bug]           libbind: ns_name_ntol() could overwrite a zero length
7600                         buffer.
7601
7602 1403.   [func]          dnssec-signzone, dnssec-keygen, dnssec-makekeyset
7603                         dnssec-signkey now report their version in the
7604                         usage message.
7605
7606 1402.   [cleanup]       A6 has been moved to experimental and is no longer
7607                         fully supported.
7608
7609 1401.   [bug]           adb wasn't clearing state when the timer expired.
7610
7611 1400.   [bug]           Block the addition of wildcard NS records by IXFR
7612                         or UPDATE. [RT #3502]
7613
7614 1399.   [bug]           Use serial number arithmetic when testing SIG
7615                         timestamps. [RT #4268]
7616
7617 1398.   [doc]           ARM: notify-also should have been also-notify.
7618                         [RT #4345]
7619
7620 1397.   [maint]         J.ROOT-SERVERS.NET is now 192.58.128.30.
7621
7622 1396.   [func]          dnssec-signzone: adjust the default signing time by
7623                         1 hour to allow for clock skew.
7624
7625 1395.   [port]          OpenSSL 0.9.7 defines CRYPTO_LOCK_ENGINE but doesn't
7626                         have a working implementation.  [RT #4079]
7627
7628 1394.   [func]          It is now possible to check if a particular element is
7629                         in a acl.  Remove duplicate entries from the localnets
7630                         acl.
7631
7632 1393.   [port]          Bind to individual IPv6 interfaces if IPV6_IPV6ONLY
7633                         is not available in the kernel to prevent accidently
7634                         listening on IPv4 interfaces.
7635
7636 1392.   [bug]           named-checkzone: update usage.
7637
7638 1391.   [func]          Add support for IPv6 scoped addresses in named.
7639
7640 1390.   [func]          host now supports ixfr.
7641
7642 1389.   [bug]           named could fail to rotate long log files.  [RT #3666]
7643
7644 1388.   [port]          irix: check for sys/sysctl.h and NET_RT_IFLIST before
7645                         defining HAVE_IFLIST_SYSCTL. [RT #3770]
7646
7647 1387.   [bug]           named could crash due to an access to invalid memory
7648                         space (which caused an assertion failure) in
7649                         incremental cleaning.  [RT #3588]
7650
7651 1386.   [bug]           named-checkzone -z stopped on errors in a zone.
7652                         [RT #3653]
7653
7654 1385.   [bug]           Setting serial-query-rate to 10 would trigger a
7655                         REQUIRE failure.
7656
7657 1384.   [bug]           host was incompatible with BIND 8 in its exit code and
7658                         in the output with the -l option.  [RT #3536]
7659
7660 1383.   [func]          Track the serial number in a IXFR response and log if
7661                         a mismatch occurs.  This is a more specific error than
7662                         "not exact". [RT #3445]
7663
7664 1382.   [bug]           make install failed with --enable-libbind. [RT #3656]
7665
7666 1381.   [bug]           named failed to correctly process answers that
7667                         contained DNAME records where the resulting CNAME
7668                         resulted in a negative answer.
7669
7670 1380.   [func]          'rndc recursing' dump recursing queries to
7671                         'recursing-file = "named.recursing";'.
7672
7673 1379.   [func]          'rndc status' now reports tcp and recursion quota
7674                         states.
7675
7676 1378.   [func]          Improved positive feedback for 'rndc {reload|refresh}.
7677
7678 1377.   [func]          dns_zone_load{new}() now reports if the zone was
7679                         loaded, queued for loading to up to date.
7680
7681 1376.   [func]          New function dns_zone_logc() to log to specified
7682                         category.
7683
7684 1375.   [func]          'rndc dumpdb' now dumps the adb cache along with the
7685                         data cache.
7686
7687 1374.   [func]          dns_adb_dump() now logs the lame zones associated
7688                         with each server.
7689
7690 1373.   [bug]           Recovery from expired glue failed under certain
7691                         circumstances.
7692
7693 1372.   [bug]           named crashes with an assertion failure on exit when
7694                         sharing the same port for listening and querying, and
7695                         changing listening addresses several times. [RT #3509]
7696
7697 1371.   [bug]           notify-source-v6, transfer-source-v6 and
7698                         query-source-v6 with explicit addresses and using the
7699                         same ports as named was listening on could interfere
7700                         with named's ability to answer queries sent to those
7701                         addresses.
7702
7703 1370.   [bug]           dig '+[no]recurse' was incorrectly documented.
7704
7705 1369.   [bug]           Adding an NS record as the lexicographically last
7706                         record in a secure zone didn't work.
7707
7708 1368.   [func]          remove support for bitstring labels.
7709
7710 1367.   [func]          Use response times to select forwarders.
7711
7712 1366.   [contrib]       queryperf usage was incomplete.  Add '-h' for help.
7713
7714 1365.   [func]          "localhost" and "localnets" acls now include IPv6
7715                         addresses / prefixes.
7716
7717 1364.   [func]          Log file name when unable to open memory statistics
7718                         and dump database files. [RT #3437]
7719
7720 1363.   [func]          Listen-on-v6 now supports specific addresses.
7721
7722 1362.   [bug]           remove IFF_RUNNING test when scanning interfaces.
7723
7724 1361.   [func]          log the reason for rejecting a server when resolving
7725                         queries.
7726
7727 1360.   [bug]           --enable-libbind would fail when not built in the
7728                         source tree for certain OS's.
7729
7730 1359.   [security]      Support patches OpenSSL libraries.
7731                         http://www.cert.org/advisories/CA-2002-23.html
7732
7733 1358.   [bug]           It was possible to trigger a INSIST when debugging
7734                         large dynamic updates. [RT #3390]
7735
7736 1357.   [bug]           nsupdate was extremely wasteful of memory.
7737
7738 1356.   [tuning]        Reduce the number of events / quantum for zone tasks.
7739
7740 1355.   [bug]           Fix DNSSEC wildcard proof for CNAME/DNAME.
7741
7742 1354.   [doc]           lwres man pages had illegal nroff.
7743
7744 1353.   [contrib]       sdb/ldap to version 0.9.
7745
7746 1352.   [bug]           dig, host, nslookup when falling back to TCP use the
7747                         current search entry (if any). [RT #3374]
7748
7749 1351.   [bug]           lwres_getipnodebyname() returned the wrong name
7750                         when given a IPv4 literal, af=AF_INET6 and AI_MAPPED
7751                         was set.
7752
7753 1350.   [bug]           dns_name_fromtext() failed to handle too many labels
7754                         gracefully.
7755
7756 1349.   [security]      Minimum OpenSSL version now 0.9.6e (was 0.9.5a).
7757                         http://www.cert.org/advisories/CA-2002-23.html
7758
7759 1348.   [port]          win32: Rewrote code to use I/O Completion Ports
7760                         in socket.c and eliminating a host of socket
7761                         errors. Performance is enhanced.
7762
7763 1347.   [placeholder]
7764
7765 1346.   [placeholder]
7766
7767 1345.   [port]          Use a explicit -Wformat with gcc.  Not all versions
7768                         include it in -Wall.
7769
7770 1344.   [func]          Log if the serial number on the master has gone
7771                         backwards.
7772                         If you have multiple machines specified in the masters
7773                         clause you may want to set 'multi-master yes;' to
7774                         suppress this warning.
7775
7776 1343.   [func]          Log successful notifies received (info).  Adjust log
7777                         level for failed notifies to notice.
7778
7779 1342.   [func]          Log remote address with TCP dispatch failures.
7780
7781 1341.   [func]          Allow a rate limiter to be stalled.
7782
7783 1340.   [bug]           Delay and spread out the startup refresh load.
7784
7785 1339.   [func]          dig, host and nslookup now use IP6.ARPA for nibble
7786                         lookups.  Bit string lookups are no longer attempted.
7787
7788 1338.   [placeholder]
7789
7790 1337.   [placeholder]
7791
7792 1336.   [func]          Nibble lookups under IP6.ARPA are now supported by
7793                         dns_byaddr_create().  dns_byaddr_createptrname() is
7794                         deprecated, use dns_byaddr_createptrname2() instead.
7795
7796 1335.   [bug]           When performing a nonexistence proof, the validator
7797                         should discard parent NXTs from higher in the DNS.
7798
7799 1334.   [bug]           When signing/verifying rdatasets, duplicate rdatas
7800                         need to be suppressed.
7801
7802 1333.   [contrib]       queryperf now reports a summary of returned
7803                         rcodes (-c), rcodes are printed in mnemonic form (-v).
7804
7805 1332.   [func]          Report the current serial with periodic commits when
7806                         rolling forward the journal.
7807
7808 1331.   [func]          Generate DNSSEC wildcard proofs.
7809
7810 1330.   [bug]           When processing events (non-threaded) only allow
7811                         the task one chance to use to use its quantum.
7812
7813 1329.   [func]          named-checkzone will now check if nameservers that
7814                         appear to be IP addresses.  Available modes "fail",
7815                         "warn" (default) and "ignore" the results of the
7816                         check.
7817
7818 1328.   [bug]           The validator could incorrectly verify an invalid
7819                         negative proof.
7820
7821 1327.   [bug]           The validator would incorrectly mark data as insecure
7822                         when seeing a bogus signature before a correct
7823                         signature.
7824
7825 1326.   [bug]           DNAME/CNAME signatures were not being cached when
7826                         validation was not being performed. [RT #3284]
7827
7828 1325.   [bug]           If the tcpquota was exhausted it was possible to
7829                         to trigger a INSIST() failure.
7830
7831 1324.   [port]          darwin: ifconfig.sh now supports darwin.
7832
7833 1323.   [port]          linux: Slackware 4.0 needs <asm/unistd.h>. [RT #3205]
7834
7835 1322.   [bug]           dnssec-signzone usage message was misleading.
7836
7837 1321.   [bug]           If the last RRset in a zone is glue, dnssec-signzone
7838                         would incorrectly duplicate its output and sign it.
7839
7840 1320.   [doc]           query-source-v6 was missing from options section.
7841                         [RT #3218]
7842
7843 1319.   [func]          libbind: log attempts to exploit #1318.
7844
7845 1318.   [bug]           libbind: Remote buffer overrun.
7846
7847 1317.   [port]          libbind: TrueUNIX 5.1 does not like __align as a
7848                         element name.
7849
7850 1316.   [bug]           libbind: gethostans() could get out of sync parsing
7851                         the response if there was a very long CNAME chain.
7852
7853 1315.   [bug]           Options should apply to the internal _bind view.
7854
7855 1314.   [port]          Handle ECONNRESET from sendmsg() [unix].
7856
7857 1313.   [func]          Query log now says if the query was signed (S) or
7858                         if EDNS was used (E).
7859
7860 1312.   [func]          Log TSIG key used w/ outgoing zone transfers.
7861
7862 1311.   [bug]           lwres_getrrsetbyname leaked memory.  [RT #3159]
7863
7864 1310.   [bug]           'rndc stop' failed to cause zones to be flushed
7865                         sometimes. [RT #3157]
7866
7867 1309.   [func]          Log that a zone transfer was covered by a TSIG.
7868
7869 1308.   [func]          DS (delegation signer) support.
7870
7871 1307.   [bug]           nsupdate: allow white space base64 key data.
7872
7873 1306.   [bug]           Badly encoded LOC record when the size, horizontal
7874                         precision or vertical precision was 0.1m.
7875
7876 1305.   [bug]           Document that internal zones are included in the
7877                         rndc status results.
7878
7879 1304.   [func]          New function: dns_zone_name().
7880
7881 1303.   [func]          Option 'flush-zones-on-shutdown <boolean>;'.
7882
7883 1302.   [func]          Extended rndc dumpdb to support dumping of zones and
7884                         view selection: 'dumpdb [-all|-zones|-cache] [view]'.
7885
7886 1301.   [func]          New category 'update-security'.
7887
7888 1300.   [port]          Compaq Trucluster support.
7889
7890 1299.   [bug]           Set AI_ADDRCONFIG when looking up addresses
7891                         via getaddrinfo() (affects dig, host, nslookup, rndc
7892                         and nsupdate).
7893
7894 1298.   [bug]           The CINCLUDES macro in lib/dns/sec/dst/Makefile
7895                         could be left with a trailing "\" after configure
7896                         has been run.
7897
7898 1297.   [port]          linux: make handling EINVAL from socket() no longer
7899                         conditional on #ifdef LINUX.
7900
7901 1296.   [bug]           isc_log_closefilelogs() needed to lock the log
7902                         context.
7903
7904 1295.   [bug]           isc_log_setdebuglevel() needed to lock the log
7905                         context.
7906
7907 1294.   [func]          libbind: no longer attempts bit string labels for
7908                         IPv6 reverse resolution.  Try IP6.ARPA then IP6.INT
7909                         for nibble style resolution.
7910
7911 1293.   [func]          Entropy can now be retrieved from EGDs. [RT #2438]
7912
7913 1292.   [func]          Enable IPv6 support when using ioctl style interface
7914                         scanning and OS supports SIOCGLIFADDR using struct
7915                         if_laddrreq.
7916
7917 1291.   [func]          Enable IPv6 support when using sysctl style interface
7918                         scanning.
7919
7920 1290.   [func]          "dig axfr" now reports the number of messages
7921                         as well as the number of records.
7922
7923 1289.   [port]          See if -ldl is required for OpenSSL? [RT #2672]
7924
7925 1288.   [bug]           Adjusted REQUIRE's in lib/dns/name.c to better
7926                         reflect written requirements.
7927
7928 1287.   [bug]           REQUIRE that DNS_DBADD_MERGE only be set when adding
7929                         a rdataset to a zone db in the rbtdb implementation of
7930                         addrdataset.
7931
7932 1286.   [bug]           dns_name_downcase() enforce requirement that
7933                         target != NULL or name->buffer != NULL.
7934
7935 1285.   [func]          lwres: probe the system to see what address families
7936                         are currently in use.
7937
7938 1284.   [bug]           The RTT estimate on unused servers was not aged.
7939                         [RT #2569]
7940
7941 1283.   [func]          Use "dataready" accept filter if available.
7942
7943 1282.   [port]          libbind: hpux 11.11 interface scanning.
7944
7945 1281.   [func]          Log zone when unable to get private keys to update
7946                         zone.  Log zone when NXT records are missing from
7947                         secure zone.
7948
7949 1280.   [bug]           libbind: escape '(' and ')' when converting to
7950                         presentation form.
7951
7952 1279.   [port]          Darwin uses (unsigned long) for size_t. [RT #2590]
7953
7954 1278.   [func]          dig: now supports +[no]cl +[no]ttlid.
7955
7956 1277.   [func]          You can now create your own customized printing
7957                         styles: dns_master_stylecreate() and
7958                         dns_master_styledestroy().
7959
7960 1276.   [bug]           libbind: const pointer conflicts in res_debug.c.
7961
7962 1275.   [port]          libbind: hpux: treat all hpux systems as BIG_ENDIAN.
7963
7964 1274.   [bug]           Memory leak in lwres_gnbarequest_parse().
7965
7966 1273.   [port]          libbind: solaris: 64 bit binary compatibility.
7967
7968 1272.   [contrib]       Berkeley DB 4.0 sdb implementation from
7969                         Nuno Miguel Rodrigues <nmr@co.sapo.pt>.
7970
7971 1271.   [bug]           "recursion available: {denied,approved}" was too
7972                         confusing.
7973
7974 1270.   [bug]           Check that system inet_pton() and inet_ntop() support
7975                         AF_INET6.
7976
7977 1269.   [port]          Openserver: ifconfig.sh support.
7978
7979 1268.   [port]          Openserver: the value FD_SETSIZE depends on whether
7980                         <sys/param.h> is included or not.  Be consistent.
7981
7982 1267.   [func]          isc_file_openunique() now creates file using mode
7983                         0666 rather than 0600.
7984
7985 1266.   [bug]           ISC_LINK_INIT, ISC_LINK_UNLINK, ISC_LIST_DEQUEUE,
7986                         __ISC_LINK_UNLINKUNSAFE and __ISC_LIST_DEQUEUEUNSAFE
7987                         are not C++ compatible, use *_TYPE versions instead.
7988
7989 1265.   [bug]           libbind: LINK_INIT and UNLINK were not compatible with
7990                         C++, use LINK_INIT_TYPE and UNLINK_TYPE instead.
7991
7992 1264.   [placeholder]
7993
7994 1263.   [bug]           Reference after free error if dns_dispatchmgr_create()
7995                         failed.
7996
7997 1262.   [bug]           ns_server_destroy() failed to set *serverp to NULL.
7998
7999 1261.   [func]          libbind: ns_sign2() and ns_sign_tcp() now provide
8000                         support for compressed TSIG owner names.
8001
8002 1260.   [func]          libbind: res_update can now update IPv6 servers,
8003                         new function res_findzonecut2().
8004
8005 1259.   [bug]           libbind: get_salen() IPv6 support was broken for OSs
8006                         w/o sa_len.
8007
8008 1258.   [bug]           libbind: res_nametotype() and res_nametoclass() were
8009                         broken.
8010
8011 1257.   [bug]           Failure to write pid-file should not be fatal on
8012                         reload. [RT #2861]
8013
8014 1256.   [contrib]       'queryperf' now has EDNS (-e) + DNSSEC DO (-D) support.
8015
8016 1255.   [bug]           When verifying that an NXT proves nonexistence, check
8017                         the rcode of the message and only do the matching NXT
8018                         check.  That is, for NXDOMAIN responses, check that
8019                         the name is in the range between the NXT owner and
8020                         next name, and for NOERROR NODATA responses, check
8021                         that the type is not present in the NXT bitmap.
8022
8023 1254.   [func]          preferred-glue option from BIND 8.3.
8024
8025 1253.   [bug]           The dnssec system test failed to remove the correct
8026                         files.
8027
8028 1252.   [bug]           Dig, host and nslookup were not checking the address
8029                         the answer was coming from against the address it was
8030                         sent to. [RT #2692]
8031
8032 1251.   [port]          win32: a make file contained absolute version specific
8033                         references.
8034
8035 1250.   [func]          Nsupdate will report the address the update was
8036                         sent to.
8037
8038 1249.   [bug]           Missing masters clause was not handled gracefully.
8039                         [RT #2703]
8040
8041 1248.   [bug]           DESTDIR was not being propagated between makes.
8042
8043 1247.   [bug]           Don't reset the interface index for link/site local
8044                         addresses. [RT #2576]
8045
8046 1246.   [func]          New functions isc_sockaddr_issitelocal(),
8047                         isc_sockaddr_islinklocal(), isc_netaddr_issitelocal()
8048                         and isc_netaddr_islinklocal().
8049
8050 1245.   [bug]           Treat ENOBUFS, ENOMEM and ENFILE as soft errors for
8051                         accept().
8052
8053 1244.   [bug]           Receiving a TCP message from a blackhole address would
8054                         prevent further messages being received over that
8055                         interface.
8056
8057 1243.   [bug]           It was possible to trigger a REQUIRE() in
8058                         dns_message_findtype(). [RT #2659]
8059
8060 1242.   [bug]           named-checkzone failed if a journal existed. [RT #2657]
8061
8062 1241.   [bug]           Drop received UDP messages with a zero source port
8063                         as these are invariably forged. [RT #2621]
8064
8065 1240.   [bug]           It was possible to leak zone references by
8066                         specifying an incorrect zone to rndc.
8067
8068 1239.   [bug]           Under certain circumstances named could continue to
8069                         use a name after it had been freed triggering
8070                         INSIST() failures.  [RT #2614]
8071
8072 1238.   [bug]           It is possible to lockup the server when shutting down
8073                         if notifies were being processed. [RT #2591]
8074
8075 1237.   [bug]           nslookup: "set q=type" failed.
8076
8077 1236.   [bug]           dns_rdata{class,type}_fromtext() didn't handle non
8078                         NULL terminated text regions. [RT #2588]
8079
8080 1235.   [func]          Report 'out of memory' errors from openssl.
8081
8082 1234.   [bug]           contrib/sdb: 'zonetodb' failed to call
8083                         dns_result_register().  DNS_R_SEENINCLUDE should not
8084                         be fatal.
8085
8086 1233.   [bug]           The flags field of a KEY record can be expressed in
8087                         hex as well as decimal.
8088
8089 1232.   [bug]           unix/errno2result() didn't handle EADDRNOTAVAIL.
8090
8091 1231.   [port]          HPUX 11.11 recvmsg() can return spurious EADDRNOTAVAIL.
8092
8093 1230.   [bug]           isccc_cc_isreply() and isccc_cc_isack() were broken.
8094
8095 1229.   [bug]           named would crash if it received a TSIG signed
8096                         query as part of an AXFR response. [RT #2570]
8097
8098 1228.   [bug]           'make install' did not depend on 'make all'. [RT #2559]
8099
8100 1227.   [bug]           dns_lex_getmastertoken() now returns ISC_R_BADNUMBER
8101                         if a number was expected and some other token was
8102                         found. [RT #2532]
8103
8104 1226.   [func]          Use EDNS for zone refresh queries. [RT #2551]
8105
8106 1225.   [func]          dns_message_setopt() no longer requires that
8107                         dns_message_renderbegin() to have been called.
8108
8109 1224.   [bug]           'rrset-order' and 'sortlist' should be additive
8110                         not exclusive.
8111
8112 1223.   [func]          'rrset-order' partially works 'cyclic' and 'random'
8113                         are supported.
8114
8115 1222.   [bug]           Specifying 'port *' did not always result in a system
8116                         selected (non-reserved) port being used. [RT #2537]
8117
8118 1221.   [bug]           Zone types 'master', 'slave' and 'stub' were not being
8119                         compared case insensitively. [RT #2542]
8120
8121 1220.   [func]          Support for APL rdata type.
8122
8123 1219.   [func]          Named now reports the TSIG extended error code when
8124                         signature verification fails. [RT #1651]
8125
8126 1218.   [bug]           Named incorrectly returned SERVFAIL rather than
8127                         NOTAUTH when there was a TSIG BADTIME error. [RT #2519]
8128
8129 1217.   [func]          Report locations of previous key definition when a
8130                         duplicate is detected.
8131
8132 1216.   [bug]           Multiple server clauses for the same server were not
8133                         reported.  [RT #2514]
8134
8135 1215.   [port]          solaris: add support to ifconfig.sh for x86 2.5.1
8136
8137 1214.   [bug]           Win32: isc_file_renameunique() could leave zero length
8138                         files behind.
8139
8140 1213.   [func]          Report view associated with client if it is not a
8141                         standard view (_default or _bind).
8142
8143 1212.   [port]          libbind: 64k answer buffers were causing stack space
8144                         to be exceeded for certain OS.  Use heap space instead.
8145
8146 1211.   [bug]           dns_name_fromtext() incorrectly handled certain
8147                         valid octal bitlabels. [RT #2483]
8148
8149 1210.   [bug]           libbind: getnameinfo() failed to lookup IPv4 mapped /
8150                         compatible addresses. [RT #2461]
8151
8152 1209.   [bug]           Dig, host, nslookup were not checking the message ids
8153                         on the responses. [RT #2454]
8154
8155 1208.   [bug]           dns_master_load*() failed to log a error message if
8156                         an error was detected when parsing the ownername of
8157                         a record.  [RT #2448]
8158
8159 1207.   [bug]           libbind: getaddrinfo() could call freeaddrinfo() with
8160                         an invalid pointer.
8161
8162 1206.   [bug]           SERVFAIL and NOTIMP responses to an EDNS query should
8163                         trigger a non-EDNS retry.
8164
8165 1205.   [bug]           OPT, TSIG and TKEY cannot be used to set the "class"
8166                         of the message. [RT #2449]
8167
8168 1204.   [bug]           libbind: res_nupdate() failed to update the name
8169                         server addresses before sending the update.
8170
8171 1203.   [func]          Report locations of previous acl and zone definitions
8172                         when a duplicate is detected.
8173
8174 1202.   [func]          New functions: cfg_obj_line() and cfg_obj_file().
8175
8176 1201.   [bug]           Require that if 'callbacks' is passed to
8177                         dns_rdata_fromtext(), callbacks->error and
8178                         callbacks->warn are initialized.
8179
8180 1200.   [bug]           Log 'errno' that we are unable to convert to
8181                         isc_result_t. [RT #2404]
8182
8183 1199.   [doc]           ARM reference to RFC 2157 should have been RFC 1918.
8184                         [RT #2436]
8185
8186 1198.   [bug]           OPT printing style was not consistent with the way the
8187                         header fields are printed.  The DO bit was not reported
8188                         if set.  Report if any of the MBZ bits are set.
8189
8190 1197.   [bug]           Attempts to define the same acl multiple times were not
8191                         detected.
8192
8193 1196.   [contrib]       update mdnkit to 2.2.3.
8194
8195 1195.   [bug]           Attempts to redefine builtin acls should be caught.
8196                         [RT #2403]
8197
8198 1194.   [bug]           Not all duplicate zone definitions were being detected
8199                         at the named.conf checking stage. [RT #2431]
8200
8201 1193.   [bug]           dig +besteffort parsing didn't handle packet
8202                         truncation.  dns_message_parse() has new flag
8203                         DNS_MESSAGE_IGNORETRUNCATION.
8204
8205 1192.   [bug]           The seconds fields in LOC records were restricted
8206                         to three decimal places.  More decimal places should
8207                         be allowed but warned about.
8208
8209 1191.   [bug]           A dynamic update removing the last non-apex name in
8210                         a secure zone would fail. [RT #2399]
8211
8212 1190.   [func]          Add the "rndc freeze" and "rndc unfreeze" commands.
8213                         [RT #2394]
8214
8215 1189.   [bug]           On some systems, malloc(0) returns NULL, which
8216                         could cause the caller to report an out of memory
8217                         error. [RT #2398]
8218
8219 1188.   [bug]           Dynamic updates of a signed zone would fail if
8220                         some of the zone private keys were unavailable.
8221
8222 1187.   [bug]           named was incorrectly returning DNSSEC records
8223                         in negative responses when the DO bit was not set.
8224
8225 1186.   [bug]           isc_hex_tobuffer(,,length = 0) failed to unget the
8226                         EOL token when reading to end of line.
8227
8228 1185.   [bug]           libbind: don't assume statp->_u._ext.ext is valid
8229                         unless RES_INIT is set when calling res_*init().
8230
8231 1184.   [bug]           libbind: call res_ndestroy() if RES_INIT is set
8232                         when res_*init() is called.
8233
8234 1183.   [bug]           Handle ENOSR error when writing to the internal
8235                         control pipe. [RT #2395]
8236
8237 1182.   [bug]           The server could throw an assertion failure when
8238                         constructing a negative response packet.
8239
8240 1181.   [func]          Add the "key-directory" configuration statement,
8241                         which allows the server to look for online signing
8242                         keys in alternate directories.
8243
8244 1180.   [func]          dnssec-keygen should always generate keys with
8245                         protocol 3 (DNSSEC), since it's less confusing
8246                         that way.
8247
8248 1179.   [func]          Add SIG(0) support to nsupdate.
8249
8250 1178.   [bug]           Follow and cache (if appropriate) A6 and other
8251                         data chains to completion in the additional section.
8252
8253 1177.   [func]          Report view when loading zones if it is not a
8254                         standard view (_default or _bind). [RT #2270]
8255
8256 1176.   [doc]           Document that allow-v6-synthesis is only performed
8257                         for clients that are supplied recursive service.
8258                         [RT #2260]
8259
8260 1175.   [bug]           named-checkzone and named-checkconf failed to call
8261                         dns_result_register() at startup which could
8262                         result in runtime exceptions when printing
8263                         "out of memory" errors. [RT #2335]
8264
8265 1174.   [bug]           Win32: add WSAECONNRESET to the expected errors
8266                         from connect(). [RT #2308]
8267
8268 1173.   [bug]           Potential memory leaks in isc_log_create() and
8269                         isc_log_settag(). [RT #2336]
8270
8271 1172.   [doc]           Add CERT, GPOS, KX, NAPTR, NSAP, PX and TXT to
8272                         table of RR types in ARM.
8273
8274 1171.   [func]          Added function isc_region_compare(), updated files in
8275                         lib/dns to use this function instead of local one.
8276
8277 1170.   [bug]           Don't attempt to print the token when a I/O error
8278                         occurs when parsing named.conf. [RT #2275]
8279
8280 1169.   [func]          Identify recursive queries in the query log.
8281
8282 1168.   [bug]           Empty also-notify clauses were not handled. [RT #2309]
8283
8284 1167.   [contrib]       nslint-2.1a3 (from author).
8285
8286 1166.   [bug]           "Not Implemented" should be reported as NOTIMP,
8287                         not NOTIMPL. [RT #2281]
8288
8289 1165.   [bug]           We were rejecting notify-source{-v6} in zone clauses.
8290
8291 1164.   [bug]           Empty masters clauses in slave / stub zones were not
8292                         handled gracefully. [RT #2262]
8293
8294 1163.   [func]          isc_time_formattimestamp() now includes the year.
8295
8296 1162.   [bug]           The allow-notify option was not accepted in slave
8297                         zone statements.
8298
8299 1161.   [bug]           named-checkzone looped on unbalanced brackets.
8300                         [RT #2248]
8301
8302 1160.   [bug]           Generating Diffie-Hellman keys longer than 1024
8303                         bits could fail. [RT #2241]
8304
8305 1159.   [bug]           MD and MF are not permitted to be loaded by RFC1123.
8306
8307 1158.   [func]          Report the client's address when logging notify
8308                         messages.
8309
8310 1157.   [func]          match-clients and match-destinations now accept
8311                         keys. [RT #2045]
8312
8313 1156.   [port]          The configure test for strsep() incorrectly
8314                         succeeded on certain patched versions of
8315                         AIX 4.3.3. [RT #2190]
8316
8317 1155.   [func]          Recover from master files being removed from under
8318                         us.
8319
8320 1154.   [bug]           Don't attempt to obtain the netmask of a interface
8321                         if there is no address configured. [RT #2176]
8322
8323 1153.   [func]          'rndc {stop|halt} -p' now reports the process id
8324                         of the instance of named being shutdown.
8325
8326 1152.   [bug]           libbind: read buffer overflows.
8327
8328 1151.   [bug]           nslookup failed to check that the arguments to
8329                         the port, timeout, and retry options were
8330                         valid integers and in range. [RT #2099]
8331
8332 1150.   [bug]           named incorrectly accepted TTL values
8333                         containing plus or minus signs, such as
8334                         1d+1h-1s.
8335
8336 1149.   [func]          New function isc_parse_uint32().
8337
8338 1148.   [func]          'rndc-confgen -a' now provides positive feedback.
8339
8340 1147.   [func]          Set IPV6_V6ONLY on IPv6 sockets if supported by
8341                         the OS.  listen-on-v6 { any; }; should no longer
8342                         result in IPv4 queries be accepted.  Similarly
8343                         control { inet :: ... }; should no longer result
8344                         in IPv4 connections being accepted.  This can be
8345                         overridden at compile time by defining
8346                         ISC_ALLOW_MAPPED=1.
8347
8348 1146.   [func]          Allow IPV6_IPV6ONLY to be set/cleared on a socket if
8349                         supported by the OS by a new function
8350                         isc_socket_ipv6only().
8351
8352 1145.   [func]          "host" no longer reports a NOERROR/NODATA response
8353                         by printing nothing. [RT #2065]
8354
8355 1144.   [bug]           rndc-confgen would crash if both the -a and -t
8356                         options were specified. [RT #2159]
8357
8358 1143.   [bug]           When a trusted-keys statement was present and named
8359                         was built without crypto support, it would leak memory.
8360
8361 1142.   [bug]           dnssec-signzone would fail to delete temporary files
8362                         in some failure cases. [RT #2144]
8363
8364 1141.   [bug]           When named rejected a control message, it would
8365                         leak a file descriptor and memory.  It would also
8366                         fail to respond, causing rndc to hang.
8367                         [RT #2139, #2164]
8368
8369 1140.   [bug]           rndc-confgen did not accept IPv6 addresses as arguments
8370                         to the -s option. [RT #2138]
8371
8372 1139.   [func]          It is now possible to flush a given name from the
8373                         cache(s) via 'rndc flushname name [view]'. [RT #2051]
8374
8375 1138.   [func]          It is now possible to flush a given name from the
8376                         cache by calling the new function
8377                         dns_cache_flushname().
8378
8379 1137.   [func]          It is now possible to flush a given name from the
8380                         ADB by calling the new function dns_adb_flushname().
8381
8382 1136.   [bug]           CNAME records synthesized from DNAMEs did not
8383                         have a TTL of zero as required by RFC2672.
8384                         [RT #2129]
8385
8386 1135.   [func]          You can now override the default syslog() facility for
8387                         named/lwresd at compile time. [RT #1982]
8388
8389 1134.   [bug]           Multi-threaded servers could deadlock in ferror()
8390                         when reloading zone files. [RT #1951, #1998]
8391
8392 1133.   [bug]           IN6_IS_ADDR_LOOPBACK was not portably defined on
8393                         platforms without IN6_IS_ADDR_LOOPBACK. [RT #2106]
8394
8395 1132.   [func]          Improve UPDATE prerequisite failure diagnostic messages.
8396
8397 1131.   [bug]           The match-destinations view option did not work with
8398                         IPv6 destinations. [RT #2073, #2074]
8399
8400 1130.   [bug]           Log messages reporting an out-of-range serial number
8401                         did not include the out-of-range number but the
8402                         following token. [RT #2076]
8403
8404 1129.   [bug]           Multi-threaded servers could crash under heavy
8405                         resolution load due to a race condition. [RT #2018]
8406
8407 1128.   [func]          sdb drivers can now provide RR data in either text
8408                         or wire format, the latter using the new functions
8409                         dns_sdb_putrdata() and dns_sdb_putnamedrdata().
8410
8411 1127.   [func]          rndc: If the server to contact has multiple addresses,
8412                         try all of them.
8413
8414 1126.   [bug]           The server could access a freed event if shut
8415                         down while a client start event was pending
8416                         delivery. [RT #2061]
8417
8418 1125.   [bug]           rndc: -k option was missing from usage message.
8419                         [RT #2057]
8420
8421 1124.   [doc]           dig: +[no]dnssec, +[no]besteffort and +[no]fail
8422                         are now documented. [RT #2052]
8423
8424 1123.   [bug]           dig +[no]fail did not match description. [RT #2052]
8425
8426 1122.   [tuning]        Resolution timeout reduced from 90 to 30 seconds.
8427                         [RT #2046]
8428
8429 1121.   [bug]           The server could attempt to access a NULL zone
8430                         table if shut down while resolving.
8431                         [RT #1587, #2054]
8432
8433 1120.   [bug]           Errors in options were not fatal. [RT #2002]
8434
8435 1119.   [func]          Added support in Win32 for NTFS file/directory ACL's
8436                         for access control.
8437
8438 1118.   [bug]           On multi-threaded servers, a race condition
8439                         could cause an assertion failure in resolver.c
8440                         during resolver shutdown. [RT #2029]
8441
8442 1117.   [port]          The configure check for in6addr_loopback incorrectly
8443                         succeeded on AIX 4.3 when compiling with -O2
8444                         because the test code was optimized away.
8445                         [RT #2016]
8446
8447 1116.   [bug]           Setting transfers in a server clause, transfers-in,
8448                         or transfers-per-ns to a value greater than
8449                         2147483647 disabled transfers. [RT #2002]
8450
8451 1115.   [func]          Set maximum values for cleaning-interval,
8452                         heartbeat-interval, interface-interval,
8453                         max-transfer-idle-in, max-transfer-idle-out,
8454                         max-transfer-time-in, max-transfer-time-out,
8455                         statistics-interval of 28 days and
8456                         sig-validity-interval of 3660 days. [RT #2002]
8457
8458 1114.   [port]          Ignore more accept() errors. [RT #2021]
8459
8460 1113.   [bug]           The allow-update-forwarding option was ignored
8461                         when specified in a view. [RT #2014]
8462
8463 1112.   [placeholder]
8464
8465 1111.   [bug]           Multi-threaded servers could deadlock processing
8466                         recursive queries due to a locking hierarchy
8467                         violation in adb.c. [RT #2017]
8468
8469 1110.   [bug]           dig should only accept valid abbreviations of +options.
8470                         [RT #2003]
8471
8472 1109.   [bug]           nsupdate accepted illegal ttl values.
8473
8474 1108.   [bug]           On Win32, rndc was hanging when named was not running
8475                         due to failure to select for exceptional conditions
8476                         in select(). [RT #1870]
8477
8478 1107.   [bug]           nsupdate could catch an assertion failure if an
8479                         invalid domain name was given as the argument to
8480                         the "zone" command.
8481
8482 1106.   [bug]           After seeing an out of range TTL, nsupdate would
8483                         treat all TTLs as out of range. [RT #2001]
8484
8485 1105.   [port]          OpenUNIX 8 enable threads by default. [RT #1970]
8486
8487 1104.   [bug]           Invalid arguments to the transfer-format option
8488                         could cause an assertion failure. [RT #1995]
8489
8490 1103.   [port]          OpenUNIX 8 support (ifconfig.sh). [RT #1970]
8491
8492 1102.   [doc]           Note that query logging is enabled by directing the
8493                         queries category to a channel.
8494
8495 1101.   [bug]           Array bounds read error in lwres_gai_strerror.
8496
8497 1100.   [bug]           libbind: DNSSEC key ids were computed incorrectly.
8498
8499 1099.   [cleanup]       libbind: defining REPORT_ERRORS in lib/bind/dst caused
8500                         compile time errors.
8501
8502 1098.   [bug]           libbind: HMAC-MD5 key files are now mode 0600.
8503
8504 1097.   [func]          libbind: RES_PRF_TRUNC for dig.
8505
8506 1096.   [func]          libbind: "DNSSEC OK" (DO) support.
8507
8508 1095.   [func]          libbind: resolver option: no-tld-query.  disables
8509                         trying unqualified as a tld.  no_tld_query is also
8510                         supported for FreeBSD compatibility.
8511
8512 1094.   [func]          libbind: add support gcc's format string checking.
8513
8514 1093.   [doc]           libbind: miscellaneous nroff fixes.
8515
8516 1092.   [bug]           libbind: get*by*() failed to check if res_init() had
8517                         been called.
8518
8519 1091.   [bug]           libbind: misplaced va_end().
8520
8521 1090.   [bug]           libbind: dns_ho.c:add_hostent() was not returning
8522                         the amount of memory consumed resulting in garbage
8523                         address being returned.  Alignment calculations were
8524                         wasting space.  We weren't suppressing duplicate
8525                         addresses.
8526
8527 1089.   [func]          libbind: inet_{cidr,net}_{pton,ntop}() now have IPv6
8528                         support.
8529
8530 1088.   [port]          libbind: MPE/iX C.70 (incomplete)
8531
8532 1087.   [bug]           libbind: struct __res_state too large on 64 bit arch.
8533
8534 1086.   [port]          libbind: sunos: old sprintf.
8535
8536 1085.   [port]          libbind: solaris: sys_nerr and sys_errlist do not
8537                         exist when compiling in 64 bit mode.
8538
8539 1084.   [cleanup]       libbind: gai_strerror() rewritten.
8540
8541 1083.   [bug]           The default control channel listened on the
8542                         wildcard address, not the loopback as documented.
8543                         [RT #1975]
8544
8545 1082.   [bug]           The -g option to named incorrectly caused logging
8546                         to be sent to syslog in addition to stderr.
8547                         [RT #1974]
8548
8549 1081.   [bug]           Multicast queries were incorrectly identified
8550                         based on the source address, not the destination
8551                         address.
8552
8553 1080.   [bug]           BIND 8 compatibility: accept bare IP prefixes
8554                         as the second element of a two-element top level
8555                         sort list statement. [RT #1964]
8556
8557 1079.   [bug]           BIND 8 compatibility: accept bare elements at top
8558                         level of sort list treating them as if they were
8559                         a single element list. [RT #1963]
8560
8561 1078.   [bug]           We failed to correct bad tv_usec values in one case.
8562                         [RT #1966]
8563
8564 1077.   [func]          Do not accept further recursive clients when
8565                         the total number of recursive lookups being
8566                         processed exceeds max-recursive-clients, even
8567                         if some of the lookups are internally generated.
8568                         [RT #1915, #1938]
8569
8570 1076.   [bug]           A badly defined global key could trigger an assertion
8571                         on load/reload if views were used. [RT #1947]
8572
8573 1075.   [bug]           Out-of-range network prefix lengths were not
8574                         reported. [RT #1954]
8575
8576 1074.   [bug]           Running out of memory in dump_rdataset() could
8577                         cause an assertion failure. [RT #1946]
8578
8579 1073.   [bug]           The ADB cache cleaning should also be space driven.
8580                         [RT #1915, #1938]
8581
8582 1072.   [bug]           The TCP client quota could be exceeded when
8583                         recursion occurred. [RT #1937]
8584
8585 1071.   [bug]           Sockets listening for TCP DNS connections
8586                         specified an excessive listen backlog. [RT #1937]
8587
8588 1070.   [bug]           Copy DNSSEC OK (DO) to response as specified by
8589                         draft-ietf-dnsext-dnssec-okbit-03.txt.
8590
8591 1069.   [placeholder]
8592
8593 1068.   [bug]           errno could be overwritten by catgets(). [RT #1921]
8594
8595 1067.   [func]          Allow quotas to be soft, isc_quota_soft().
8596
8597 1066.   [bug]           Provide a thread safe wrapper for strerror().
8598                         [RT #1689]
8599
8600 1065.   [func]          Runtime support to select new / old style interface
8601                         scanning using ioctls.
8602
8603 1064.   [bug]           Do not shut down active network interfaces if we
8604                         are unable to scan the interface list. [RT #1921]
8605
8606 1063.   [bug]           libbind: "make install" was failing on IRIX.
8607                         [RT #1919]
8608
8609 1062.   [bug]           If the control channel listener socket was shut
8610                         down before server exit, the listener object could
8611                         be freed twice. [RT #1916]
8612
8613 1061.   [bug]           If periodic cache cleaning happened to start
8614                         while cleaning due to reaching the configured
8615                         maximum cache size was in progress, the server
8616                         could catch an assertion failure. [RT #1912]
8617
8618 1060.   [func]          Move refresh, stub and notify UDP retry processing
8619                         into dns_request.
8620
8621 1059.   [func]          dns_request now support will now retry UDP queries,
8622                         dns_request_createvia2() and dns_request_createraw2().
8623
8624 1058.   [func]          Limited lifetime ticker timers are now available,
8625                         isc_timertype_limited.
8626
8627 1057.   [bug]           Reloading the server after adding a "file" clause
8628                         to a zone statement could cause the server to
8629                         crash due to a typo in change 1016.
8630
8631 1056.   [bug]           Rndc could catch an assertion failure on SIGINT due
8632                         to an uninitialized variable. [RT #1908]
8633
8634 1055.   [func]          Version and hostname queries can now be disabled
8635                         using "version none;" and "hostname none;",
8636                         respectively.
8637
8638 1054.   [bug]           On Win32, cfg_categories and cfg_modules need to be
8639                         exported from the libisccfg DLL.
8640
8641 1053.   [bug]           Dig did not increase its timeout when receiving
8642                         AXFRs unless the +time option was used. [RT #1904]
8643
8644 1052.   [bug]           Journals were not being created in binary mode
8645                         resulting in "journal format not recognized" error
8646                         under Win32. [RT #1889]
8647
8648 1051.   [bug]           Do not ignore a network interface completely just
8649                         because it has a noncontiguous netmask.  Instead,
8650                         omit it from the localnets ACL and issue a warning.
8651                         [RT #1891]
8652
8653 1050.   [bug]           Log messages reporting malformed IP addresses in
8654                         address lists such as that of the forwarders option
8655                         failed to include the correct error code, file
8656                         name, and line number. [RT #1890]
8657
8658 1049.   [func]          "pid-file none;" will disable writing a pid file.
8659                         [RT #1848]
8660
8661 1048.   [bug]           Servers built with -DISC_MEM_USE_INTERNAL_MALLOC=1
8662                         didn't work.
8663
8664 1047.   [bug]           named was incorrectly refusing all requests signed
8665                         with a TSIG key derived from an unsigned TKEY
8666                         negotiation with a NOERROR response. [RT #1886]
8667
8668 1046.   [bug]           The help message for the --with-openssl configure
8669                         option was inaccurate. [RT #1880]
8670
8671 1045.   [bug]           It was possible to skip saving glue for a nameserver
8672                         for a stub zone.
8673
8674 1044.   [bug]           Specifying allow-transfer, notify-source, or
8675                         notify-source-v6 in a stub zone was not treated
8676                         as an error.
8677
8678 1043.   [bug]           Specifying a transfer-source or transfer-source-v6
8679                         option in the zone statement for a master zone was
8680                         not treated as an error. [RT #1876]
8681
8682 1042.   [bug]           The "config" logging category did not work properly.
8683                         [RT #1873]
8684
8685 1041.   [bug]           Dig/host/nslookup could catch an assertion failure
8686                         on SIGINT due to an uninitialized variable. [RT #1867]
8687
8688 1040.   [bug]           Multiple listen-on-v6 options with different ports
8689                         were not accepted. [RT #1875]
8690
8691 1039.   [bug]           Negative responses with CNAMEs in the answer section
8692                         were cached incorrectly. [RT #1862]
8693
8694 1038.   [bug]           In servers configured with a tkey-domain option,
8695                         TKEY queries with an owner name other than the root
8696                         could cause an assertion failure. [RT #1866, #1869]
8697
8698 1037.   [bug]           Negative responses whose authority section contain
8699                         SOA or NS records whose owner names are not equal
8700                         equal to or parents of the query name should be
8701                         rejected. [RT #1862]
8702
8703 1036.   [func]          Silently drop requests received via multicast as
8704                         long as there is no final multicast DNS standard.
8705
8706 1035.   [bug]           If we respond to multicast queries (which we
8707                         currently do not), respond from a unicast address
8708                         as specified in RFC 1123. [RT #137]
8709
8710 1034.   [bug]           Ignore the RD bit on multicast queries as specified
8711                         in RFC 1123. [RT #137]
8712
8713 1033.   [bug]           Always respond to requests with an unsupported opcode
8714                         with NOTIMP, even if we don't have a matching view
8715                         or cannot determine the class.
8716
8717 1032.   [func]          hostname.bind/txt/chaos now returns the name of
8718                         the machine hosting the nameserver.  This is useful
8719                         in diagnosing problems with anycast servers.
8720
8721 1031.   [bug]           libbind.a: isc__gettimeofday() infinite recursion.
8722                         [RT #1858]
8723
8724 1030.   [bug]           On systems with no resolv.conf file, nsupdate
8725                         exited with an error rather than defaulting
8726                         to using the loopback address. [RT #1836]
8727
8728 1029.   [bug]           Some named.conf errors did not cause the loading
8729                         of the configuration file to return a failure
8730                         status even though they were logged. [RT #1847]
8731
8732 1028.   [bug]           On Win32, dig/host/nslookup looked for resolv.conf
8733                         in the wrong directory. [RT #1833]
8734
8735 1027.   [bug]           RRs having the reserved type 0 should be rejected.
8736                         [RT #1471]
8737
8738 1026.   [placeholder]
8739
8740 1025.   [bug]           Don't use multicast addresses to resolve iterative
8741                         queries. [RT #101]
8742
8743 1024.   [port]          Compilation failed on HP-UX 11.11 due to
8744                         incompatible use of the SIOCGLIFCONF macro
8745                         name. [RT #1831]
8746
8747 1023.   [func]          Accept hints without TTLs.
8748
8749 1022.   [bug]           Don't report empty root hints as "extra data".
8750                         [RT #1802]
8751
8752 1021.   [bug]           On Win32, log message timestamps were one month
8753                         later than they should have been, and the server
8754                         would exhibit unspecified behavior in December.
8755
8756 1020.   [bug]           IXFR log messages did not distinguish between
8757                         true IXFRs, AXFR-style IXFRs, and mere version
8758                         polls. [RT #1811]
8759
8760 1019.   [bug]           The value of the lame-ttl option was limited to 18000
8761                         seconds, not 1800 seconds as documented. [RT #1803]
8762
8763 1018.   [bug]           The default log channel was not always initialized
8764                         correctly. [RT #1813]
8765
8766 1017.   [bug]           When specifying TSIG keys to dig and nsupdate using
8767                         the -k option, they must be HMAC-MD5 keys. [RT #1810]
8768
8769 1016.   [bug]           Slave zones with no backup file were re-transferred
8770                         on every server reload.
8771
8772 1015.   [bug]           Log channels that had a "versions" option but no
8773                         "size" option failed to create numbered log
8774                         files. [RT #1783]
8775
8776 1014.   [bug]           Some queries would cause statistics counters to
8777                         increment more than once or not at all. [RT #1321]
8778
8779 1013.   [bug]           It was possible to cancel a query twice when marking
8780                         a server as bogus or by having a blackhole acl.
8781                         [RT #1776]
8782
8783 1012.   [bug]           The -p option to named did not behave as documented.
8784
8785 1011.   [cleanup]       Removed isc_dir_current().
8786
8787 1010.   [bug]           The server could attempt to execute a command channel
8788                         command after initiating server shutdown, causing
8789                         an assertion failure. [RT #1766]
8790
8791 1009.   [port]          OpenUNIX 8 support. [RT #1728]
8792
8793 1008.   [port]          libtool.m4, ltmain.sh from libtool-1.4.2.
8794
8795 1007.   [port]          config.guess, config.sub from autoconf-2.52.
8796
8797 1006.   [bug]           If a KEY RR was found missing during DNSSEC validation,
8798                         an assertion failure could subsequently be triggered
8799                         in the resolver. [RT #1763]
8800
8801 1005.   [bug]           Don't copy nonzero RCODEs from request to response.
8802                         [RT #1765]
8803
8804 1004.   [port]          Deal with recvfrom() returning EHOSTDOWN. [RT #1770]
8805
8806 1003.   [func]          Add the +retry option to dig.
8807
8808 1002.   [bug]           When reporting an unknown class name in named.conf,
8809                         including the file name and line number. [RT #1759]
8810
8811 1001.   [bug]           win32 socket code doio_recv was not catching a
8812                         WSACONNRESET error when a client was timing out
8813                         the request and closing its socket. [RT #1745]
8814
8815 1000.   [bug]           BIND 8 compatibility: accept "HESIOD" as an alias
8816                         for class "HS". [RT #1759]
8817
8818  999.   [func]          "rndc retransfer zone [class [view]]" added.
8819                         [RT #1752]
8820
8821  998.   [func]          named-checkzone now has arguments to specify the
8822                         chroot directory (-t) and working directory (-w).
8823                         [RT #1755]
8824
8825  997.   [func]          Add support for RSA-SHA1 keys (RFC3110).
8826
8827  996.   [func]          Issue warning if the configuration filename contains
8828                         the chroot path.
8829
8830  995.   [bug]           dig, host, nslookup: using a raw IPv6 address as a
8831                         target address should be fatal on a IPv4 only system.
8832
8833  994.   [func]          Treat non-authoritative responses to queries for type
8834                         NS as referrals even if the NS records are in the
8835                         answer section, because BIND 8 servers incorrectly
8836                         send them that way.  This is necessary for DNSSEC
8837                         validation of the NS records of a secure zone to
8838                         succeed when the parent is a BIND 8 server. [RT #1706]
8839
8840  993.   [func]          dig: -v now reports the version.
8841
8842  992.   [doc]           dig: ~/.digrc is now documented.
8843
8844  991.   [func]          Lower UDP refresh timeout messages to level
8845                         debug 1.
8846
8847  990.   [bug]           The rndc-confgen man page was not installed.
8848
8849  989.   [bug]           Report filename if $INCLUDE fails for file related
8850                         errors. [RT #1736]
8851
8852  988.   [bug]           'additional-from-auth no;' did not work reliably
8853                         in the case of queries answered from the cache.
8854                         [RT #1436]
8855
8856  987.   [bug]           "dig -help" didn't show "+[no]stats".
8857
8858  986.   [bug]           "dig +noall" failed to clear stats and command
8859                         printing.
8860
8861  985.   [func]          Consider network interfaces to be up iff they have
8862                         a nonzero IP address rather than based on the
8863                         IFF_UP flag. [RT #1160]
8864
8865  984.   [bug]           Multi-threading should be enabled by default on
8866                         Solaris 2.7 and newer, but it wasn't.
8867
8868  983.   [func]          The server now supports generating IXFR difference
8869                         sequences for non-dynamic zones by comparing zone
8870                         versions, when enabled using the new config
8871                         option "ixfr-from-differences". [RT #1727]
8872
8873  982.   [func]          If "memstatistics-file" is set in options the memory
8874                         statistics will be written to it.
8875
8876  981.   [func]          The dnssec tools can now take multiple '-r randomfile'
8877                         arguments.
8878
8879  980.   [bug]           Incoming zone transfers restarting after an error
8880                         could trigger an assertion failure. [RT #1692]
8881
8882  979.   [func]          Incremental master file dumping.  dns_master_dumpinc(),
8883                         dns_master_dumptostreaminc(), dns_dumpctx_attach(),
8884                         dns_dumpctx_detach(), dns_dumpctx_cancel(),
8885                         dns_dumpctx_db() and dns_dumpctx_version().
8886
8887  978.   [bug]           dns_db_attachversion() had an invalid REQUIRE()
8888                         condition.
8889
8890  977.   [bug]           Improve "not at top of zone" error message.
8891
8892  976.   [func]          named-checkconf can now test load master zones
8893                         (named-checkconf -z). [RT #1468]
8894
8895  975.   [bug]           "max-cache-size default;" as a view option
8896                         caused an assertion failure.
8897
8898  974.   [bug]           "max-cache-size unlimited;" as a global option
8899                         was not accepted.
8900
8901  973.   [bug]           Failed to log the question name when logging:
8902                         "bad zone transfer request: non-authoritative zone
8903                         (NOTAUTH)".
8904
8905  972.   [bug]           The file modification time code in zone.c was using the
8906                         wrong epoch. [RT #1667]
8907
8908  971.   [placeholder]
8909
8910  970.   [func]          'max-journal-size' can now be used to set a target
8911                         size for a journal.
8912
8913  969.   [func]          dig now supports the undocumented dig 8 feature
8914                         of allowing arbitrary labels, not just dotted
8915                         decimal quads, with the -x option.  This can be
8916                         used to conveniently look up RFC2317 names as in
8917                         "dig -x 10.0.0.0-127". [RT #827, #1576, #1598]
8918
8919  968.   [bug]           On win32, the isc_time_now() function was unnecessarily
8920                         calling strtime(). [RT #1671]
8921
8922  967.   [bug]           On win32, the link for bindevt was not including the
8923                         required resource file to enable the event viewer
8924                         to interpret the error messages in the event log,
8925                         [RT #1668]
8926
8927  966.   [placeholder]
8928
8929  965.   [bug]           Including data other than root server NS and A
8930                         records in the root hint file could cause a rbtdb
8931                         node reference leak. [RT #1581, #1618]
8932
8933  964.   [func]          Warn if data other than root server NS and A records
8934                         are found in the root hint file. [RT #1581, #1618]
8935
8936  963.   [bug]           Bad ISC_LANG_ENDDECLS. [RT #1645]
8937
8938  962.   [bug]           libbind: bad "#undef", don't attempt to install
8939                         non-existent nlist.h. [RT #1640]
8940
8941  961.   [bug]           Tried to use a IPV6 feature when ISC_PLATFORM_HAVEIPV6
8942                         was not defined. [RT #1482]
8943
8944  960.   [port]          liblwres failed to build on systems with support for
8945                         getrrsetbyname() in the OS. [RT #1592]
8946
8947  959.   [port]          On FreeBSD, determine the number of CPUs by calling
8948                         sysctlbyname(). [RT #1584]
8949
8950  958.   [port]          ssize_t is not available on all platforms. [RT #1607]
8951
8952  957.   [bug]           sys/select.h inclusion was broken on older platforms.
8953                         [RT #1607]
8954
8955  956.   [bug]           ns_g_autorndcfile changed to ns_g_keyfile
8956                         in named/win32/os.c due to code changes in
8957                         change #953. win32 .make file for rndc-confgen
8958                         updated to add include path for os.h header.
8959
8960         --- 9.2.0rc1 released ---
8961
8962  955.   [bug]           When using views, the zone's class was not being
8963                         inherited from the view's class. [RT #1583]
8964
8965  954.   [bug]           When requesting AXFRs or IXFRs using dig, host, or
8966                         nslookup, the RD bit should not be set as zone
8967                         transfers are inherently non-recursive. [RT #1575]
8968
8969  953.   [func]          The /var/run/named.key file from change #843
8970                         has been replaced by /etc/rndc.key.  Both
8971                         named and rndc will look for this file and use
8972                         it to configure a default control channel key
8973                         if not already configured using a different
8974                         method (rndc.conf / controls).  Unlike
8975                         named.key, rndc.key is not created automatically;
8976                         it must be created by manually running
8977                         "rndc-confgen -a".
8978
8979  952.   [bug]           The server required manual intervention to serve the
8980                         affected zones if it died between creating a journal
8981                         and committing the first change to it.
8982
8983  951.   [bug]           CFLAGS was not passed to the linker when
8984                         linking some of the test programs under
8985                         bin/tests. [RT #1555].
8986
8987  950.   [bug]           Explicit TTLs did not properly override $TTL
8988                         due to a bug in change 834. [RT #1558]
8989
8990  949.   [bug]           host was unable to print records larger than 512
8991                         bytes. [RT #1557]
8992
8993         --- 9.2.0b2 released ---
8994
8995  948.   [port]          Integrated support for building on Windows NT /
8996                         Windows 2000.
8997
8998  947.   [bug]           dns_rdata_soa_t had a badly named element "mname" which
8999                         was really the RNAME field from RFC1035.  To avoid
9000                         confusion and silent errors that would occur it the
9001                         "origin" and "mname" elements were given their correct
9002                         names "mname" and "rname" respectively, the "mname"
9003                         element is renamed to "contact".
9004
9005  946.   [cleanup]       doc/misc/options is now machine-generated from the
9006                         configuration parser syntax tables, and therefore
9007                         more likely to be correct.
9008
9009  945.   [func]          Add the new view-specific options
9010                         "match-destinations" and "match-recursive-only".
9011
9012  944.   [func]          Check for expired signatures on load.
9013
9014  943.   [bug]           The server could crash when receiving a command
9015                         via rndc if the configuration file listed only
9016                         nonexistent keys in the controls statement. [RT #1530]
9017
9018  942.   [port]          libbind: GETNETBYADDR_ADDR_T was not correctly
9019                         defined on some platforms.
9020
9021  941.   [bug]           The configuration checker crashed if a slave
9022                         zone didn't contain a masters statement. [RT #1514]
9023
9024  940.   [bug]           Double zone locking failure on error path. [RT #1510]
9025
9026         --- 9.2.0b1 released ---
9027
9028  939.   [port]          Add the --disable-linux-caps option to configure for
9029                         systems that manage capabilities outside of named.
9030                         [RT #1503]
9031
9032  938.   [placeholder]
9033
9034  937.   [bug]           A race when shutting down a zone could trigger a
9035                         INSIST() failure. [RT #1034]
9036
9037  936.   [func]          Warn about IPv4 addresses that are not complete
9038                         dotted quads. [RT #1084]
9039
9040  935.   [bug]           inet_pton failed to reject leading zeros.
9041
9042  934.   [port]          Deal with systems where accept() spuriously returns
9043                         ECONNRESET.
9044
9045  933.   [bug]           configure failed doing libbind on platforms not
9046                         supported by BIND 8. [RT #1496]
9047
9048         --- 9.2.0a3 released ---
9049
9050  932.   [bug]           Use INSTALL_SCRIPT, not INSTALL_PROGRAM,
9051                         when installing isc-config.sh.
9052                         [RT #198, #1466]
9053
9054  931.   [bug]           The controls statement only attempted to verify
9055                         messages using the first key in the key list.
9056                         (9.2.0a1/a2 only).
9057
9058  930.   [func]          Query performance testing tool added as
9059                         contrib/queryperf.
9060
9061  929.   [placeholder]
9062
9063  928.   [bug]           nsupdate would send empty update packets if the
9064                         send (or empty line) command was run after
9065                         another send but before any new updates or
9066                         prerequisites were specified.  It should simply
9067                         ignore this command.
9068
9069  927.   [bug]           Don't hold the zone lock for the entire dump to disk.
9070                         [RT #1423]
9071
9072  926.   [bug]           The resolver could deadlock with the ADB when
9073                         shutting down (multi-threaded builds only).
9074                         [RT #1324]
9075
9076  925.   [cleanup]       Remove openssl from the distribution; require that
9077                         --with-openssl be specified if DNSSEC is needed.
9078
9079  924.   [port]          Extend support for pre-RFC2133 IPv6 implementation.
9080                         [RT #987]
9081
9082  923.   [bug]           Multiline TSIG secrets (and other multiline strings)
9083                         were not accepted in named.conf. [RT #1469]
9084
9085  922.   [func]          Added two new lwres_getrrsetbyname() result codes,
9086                         ERR_NONAME and ERR_NODATA.
9087
9088  921.   [bug]           lwres returned an incorrect error code if it received
9089                         a truncated message.
9090
9091  920.   [func]          Increase the lwres receive buffer size to 16K.
9092                         [RT #1451]
9093
9094  919.   [placeholder]
9095
9096  918.   [func]          In nsupdate, TSIG errors are no longer treated as
9097                         fatal errors.
9098
9099  917.   [func]          New nsupdate command 'key', allowing TSIG keys to
9100                         be specified in the nsupdate command stream rather
9101                         than the command line.
9102
9103  916.   [bug]           Specifying type ixfr to dig without specifying
9104                         a serial number failed in unexpected ways.
9105
9106  915.   [func]          The named-checkconf and named-checkzone programs
9107                         now have a '-v' option for printing their version.
9108                         [RT #1151]
9109
9110  914.   [bug]           Global 'server' statements were rejected when
9111                         using views, even though they were accepted
9112                         in 9.1. [RT #1368]
9113
9114  913.   [bug]           Cache cleaning was not sufficiently aggressive.
9115                         [RT #1441, #1444]
9116
9117  912.   [bug]           Attempts to set the 'additional-from-cache' or
9118                         'additional-from-auth' option to 'no' in a
9119                         server with recursion enabled will now
9120                         be ignored and cause a warning message.
9121                         [RT #1145]
9122
9123  911.   [placeholder]
9124
9125  910.   [port]          Some pre-RFC2133 IPv6 implementations do not define
9126                         IN6ADDR_ANY_INIT. [RT #1416]
9127
9128  909.   [placeholder]
9129
9130  908.   [func]          New program, rndc-confgen, to simplify setting up rndc.
9131
9132  907.   [func]          The ability to get entropy from either the
9133                         random device, a user-provided file or from
9134                         the keyboard was migrated from the DNSSEC tools
9135                         to libisc as isc_entropy_usebestsource().
9136
9137  906.   [port]          Separated the system independent portion of
9138                         lib/isc/unix/entropy.c into lib/isc/entropy.c
9139                         and added lib/isc/win32/entropy.c.
9140
9141  905.   [bug]           Configuring a forward "zone" for the root domain
9142                         did not work. [RT #1418]
9143
9144  904.   [bug]           The server would leak memory if attempting to use
9145                         an expired TSIG key. [RT #1406]
9146
9147  903.   [bug]           dig should not crash when receiving a TCP packet
9148                         of length 0.
9149
9150  902.   [bug]           The -d option was ignored if both -t and -g were also
9151                         specified.
9152
9153  901.   [placeholder]
9154
9155  900.   [bug]           A config.guess update changed the system identification
9156                         string of FreeBSD systems; configure and
9157                         bin/tests/system/ifconfig.sh now recognize the new
9158                         string.
9159
9160         --- 9.2.0a2 released ---
9161
9162  899.   [bug]           lib/dns/soa.c failed to compile on many platforms
9163                         due to inappropriate use of a void value.
9164                         [RT #1372, #1373, #1386, #1387, #1395]
9165
9166  898.   [bug]           "dig" failed to set a nonzero exit status
9167                         on UDP query timeout. [RT #1323]
9168
9169  897.   [bug]           A config.guess update changed the system identification
9170                         string of UnixWare systems; configure now recognizes
9171                         the new string.
9172
9173  896.   [bug]           If a configuration file is set on named's command line
9174                         and it has a relative pathname, the current directory
9175                         (after any possible jailing resulting from named -t)
9176                         will be prepended to it so that reloading works
9177                         properly even when a directory option is present.
9178
9179  895.   [func]          New function, isc_dir_current(), akin to POSIX's
9180                         getcwd().
9181
9182  894.   [bug]           When using the DNSSEC tools, a message intended to warn
9183                         when the keyboard was being used because of the lack
9184                         of a suitable random device was not being printed.
9185
9186  893.   [func]          Removed isc_file_test() and added isc_file_exists()
9187                         for the basic functionality that was being added
9188                         with isc_file_test().
9189
9190  892.   [placeholder]
9191
9192  891.   [bug]           Return an error when a SIG(0) signed response to
9193                         an unsigned query is seen.  This should actually
9194                         do the verification, but it's not currently
9195                         possible. [RT #1391]
9196
9197  890.   [cleanup]       The man pages no longer require the mandoc macros
9198                         and should now format cleanly using most versions of
9199                         nroff, and HTML versions of the man pages have been
9200                         added.  Both are generated from DocBook source.
9201
9202  889.   [port]          Eliminated blank lines before .TH in nroff man
9203                         pages since they cause problems with some versions
9204                         of nroff. [RT #1390]
9205
9206  888.   [bug]           Don't die when using TKEY to delete a nonexistent
9207                         TSIG key. [RT #1392]
9208
9209  887.   [port]          Detect broken compilers that can't call static
9210                         functions from inline functions. [RT #1212]
9211
9212  886.   [placeholder]
9213
9214  885.   [placeholder]
9215
9216  884.   [placeholder]
9217
9218  883.   [placeholder]
9219
9220  882.   [placeholder]
9221
9222  881.   [placeholder]
9223
9224  880.   [placeholder]
9225
9226  879.   [placeholder]
9227
9228  878.   [placeholder]
9229
9230  877.   [placeholder]
9231
9232  876.   [placeholder]
9233
9234  875.   [placeholder]
9235
9236  874.   [placeholder]
9237
9238  873.   [placeholder]
9239
9240  872.   [placeholder]
9241
9242  871.   [placeholder]
9243
9244  870.   [placeholder]
9245
9246  869.   [placeholder]
9247
9248  868.   [placeholder]
9249
9250  867.   [placeholder]
9251
9252  866.   [func]          Close debug only file channels when debug is set to
9253                         zero. [RT #1246]
9254
9255  865.   [bug]           The new configuration parser did not allow
9256                         the optional debug level in a "severity debug"
9257                         clause of a logging channel to be omitted.
9258                         This is now allowed and treated as "severity
9259                         debug 1;" like it does in BIND 8.2.4, not as
9260                         "severity debug 0;" like it did in BIND 9.1.
9261                         [RT #1367]
9262
9263  864.   [cleanup]       Multi-threading is now enabled by default on
9264                         OSF1, Solaris 2.7 and newer, AIX, IRIX, and HP-UX.
9265
9266  863.   [bug]           If an error occurred while an outgoing zone transfer
9267                         was starting up, the server could access a domain
9268                         name that had already been freed when logging a
9269                         message saying that the transfer was starting.
9270                         [RT #1383]
9271
9272  862.   [bug]           Use after realloc(), non portable pointer arithmetic in
9273                         grmerge().
9274
9275  861.   [port]          Add support for Mac OS X, by making it equivalent
9276                         to Darwin.  This was derived from the config.guess
9277                         file shipped with Mac OS X. [RT #1355]
9278
9279  860.   [func]          Drop cross class glue in zone transfers.
9280
9281  859.   [bug]           Cache cleaning now won't swamp the CPU if there
9282                         is a persistent over limit condition.
9283
9284  858.   [func]          isc_mem_setwater() no longer requires that when the
9285                         callback function is non-NULL then its hi_water
9286                         argument must be greater than its lo_water argument
9287                         (they can now be equal) or that they be non-zero.
9288
9289  857.   [cleanup]       Use ISC_MAGIC() to define all magic numbers for
9290                         structs, for our friends in EBCDIC-land.
9291
9292  856.   [func]          Allow partial rdatasets to be returned in answer and
9293                         authority sections to help non-TCP capable clients
9294                         recover from truncation. [RT #1301]
9295
9296  855.   [bug]           Stop spurious "using RFC 1035 TTL semantics" warnings.
9297
9298  854.   [bug]           The config parser didn't properly handle config
9299                         options that were specified in units of time other
9300                         than seconds. [RT #1372]
9301
9302  853.   [bug]           configure_view_acl() failed to detach existing acls.
9303                         [RT #1374]
9304
9305  852.   [bug]           Handle responses from servers which do not know
9306                         about IXFR.
9307
9308  851.   [cleanup]       The obsolete support-ixfr option was not properly
9309                         ignored.
9310
9311         --- 9.2.0a1 released ---
9312
9313  850.   [bug]           dns_rbt_findnode() would not find nodes that were
9314                         split on a bitstring label somewhere other than in
9315                         the last label of the node. [RT #1351]
9316
9317  849.   [func]          <isc/net.h> will ensure INADDR_LOOPBACK is defined.
9318
9319  848.   [func]          A minimum max-cache-size of two megabytes is enforced
9320                         by the cache cleaner.
9321
9322  847.   [func]          Added isc_file_test(), which currently only has
9323                         some very basic functionality to test for the
9324                         existence of a file, whether a pathname is absolute,
9325                         or whether a pathname is the fundamental representation
9326                         of the current directory.  It is intended that this
9327                         function can be expanded to test other things a
9328                         programmer might want to know about a file.
9329
9330  846.   [func]          A non-zero 'param' to dst_key_generate() when making an
9331                         hmac-md5 key means that good entropy is not required.
9332
9333  845.   [bug]           The access rights on the public file of a symmetric
9334                         key are now restricted as soon as the file is opened,
9335                         rather than after it has been written and closed.
9336
9337  844.   [func]          <isc/net.h> will ensure INADDR_LOOPBACK is defined,
9338                         just as <lwres/net.h> does.
9339
9340  843.   [func]          If no controls statement is present in named.conf,
9341                         or if any inet phrase of a controls statement is
9342                         lacking a keys clause, then a key will be automatically
9343                         generated by named and an rndc.conf-style file
9344                         named named.key will be written that uses it.  rndc
9345                         will use this file only if its normal configuration
9346                         file, or one provided on the command line, does not
9347                         exist.
9348
9349  842.   [func]          'rndc flush' now takes an optional view.
9350
9351  841.   [bug]           When sdb modules were not declared threadsafe, their
9352                         create and destroy functions were not serialized.
9353
9354  840.   [bug]           The config file parser could print the wrong file
9355                         name if an error was detected after an included file
9356                         was parsed. [RT #1353]
9357
9358  839.   [func]          Dump packets for which there was no view or that the
9359                         class could not be determined to category "unmatched".
9360
9361  838.   [port]          UnixWare 7.x.x is now suported by
9362                         bin/tests/system/ifconfig.sh.
9363
9364  837.   [cleanup]       Multi-threading is now enabled by default only on
9365                         OSF1, Solaris 2.7 and newer, and AIX.
9366
9367  836.   [func]          Upgraded libtool to 1.4.
9368
9369  835.   [bug]           The dispatcher could enter a busy loop if
9370                         it got an I/O error receiving on a UDP socket.
9371                         [RT #1293]
9372
9373  834.   [func]          Accept (but warn about) master files beginning with
9374                         an SOA record without an explicit TTL field and
9375                         lacking a $TTL directive, by using the SOA MINTTL
9376                         as a default TTL.  This is for backwards compatibility
9377                         with old versions of BIND 8, which accepted such
9378                         files without warning although they are illegal
9379                         according to RFC1035.
9380
9381  833.   [cleanup]       Moved dns_soa_*() from <dns/journal.h> to
9382                         <dns/soa.h>, and extended them to support
9383                         all the integer-valued fields of the SOA RR.
9384
9385  832.   [bug]           The default location for named.conf in named-checkconf
9386                         should depend on --sysconfdir like it does in named.
9387                         [RT #1258]
9388
9389  831.   [placeholder]
9390
9391  830.   [func]          Implement 'rndc status'.
9392
9393  829.   [bug]           The DNS_R_ZONECUT result code should only be returned
9394                         when an ANY query is made with DNS_DBFIND_GLUEOK set.
9395                         In all other ANY query cases, returning the delegation
9396                         is better.
9397
9398  828.   [bug]           The errno value from recvfrom() could be overwritten
9399                         by logging code. [RT #1293]
9400
9401  827.   [bug]           When an IXFR protocol error occurs, the slave
9402                         should retry with AXFR.
9403
9404  826.   [bug]           Some IXFR protocol errors were not detected.
9405
9406  825.   [bug]           zone.c:ns_query() detached from the wrong zone
9407                         reference. [RT #1264]
9408
9409  824.   [bug]           Correct line numbers reported by dns_master_load().
9410                         [RT #1263]
9411
9412  823.   [func]          The output of "dig -h" now goes to stdout so that it
9413                         can easily be piped through "more". [RT #1254]
9414
9415  822.   [bug]           Sending nxrrset prerequisites would crash nsupdate.
9416                         [RT #1248]
9417
9418  821.   [bug]           The program name used when logging to syslog should
9419                         be stripped of leading path components.
9420                         [RT #1178, #1232]
9421
9422  820.   [bug]           Name server address lookups failed to follow
9423                         A6 chains into the glue of local authoritative
9424                         zones.
9425
9426  819.   [bug]           In certain cases, the resolver's attempts to
9427                         restart an address lookup at the root could cause
9428                         the fetch to deadlock (with itself) instead of
9429                         restarting. [RT #1225]
9430
9431  818.   [bug]           Certain pathological responses to ANY queries could
9432                         cause an assertion failure. [RT #1218]
9433
9434  817.   [func]          Adjust timeouts for dialup zone queries.
9435
9436  816.   [bug]           Report potential problems with log file accessibility
9437                         at configuration time, since such problems can't
9438                         reliably be reported at the time they actually occur.
9439
9440  815.   [bug]           If a log file was specified with a path separator
9441                         character (i.e. "/") in its name and the directory
9442                         did not exist, the log file's name was treated as
9443                         though it were the directory name. [RT #1189]
9444
9445  814.   [bug]           Socket objects left over from accept() failures
9446                         were incorrectly destroyed, causing corruption
9447                         of socket manager data structures.
9448
9449  813.   [bug]           File descriptors exceeding FD_SETSIZE were handled
9450                         badly. [RT #1192]
9451
9452  812.   [bug]           dig sometimes printed incomplete IXFR responses
9453                         due to an uninitialized variable. [RT #1188]
9454
9455  811.   [bug]           Parentheses were not quoted in zone dumps. [RT #1194]
9456
9457  810.   [bug]           The signer name in SIG records was not properly
9458                         down-cased when signing/verifying records. [RT #1186]
9459
9460  809.   [bug]           Configuring a non-local address as a transfer-source
9461                         could cause an assertion failure during load.
9462
9463  808.   [func]          Add 'rndc flush' to flush the server's cache.
9464
9465  807.   [bug]           When setting up TCP connections for incoming zone
9466                         transfers, the transfer-source port was not
9467                         ignored like it should be.
9468
9469  806.   [bug]           DNS_R_SEENINCLUDE was failing to propagate back up
9470                         the calling stack to the zone maintenance level,
9471                         causing zones to not reload when an included file was
9472                         touched but the top-level zone file was not.
9473
9474  805.   [bug]           When using "forward only", missing root hints should
9475                         not cause queries to fail. [RT #1143]
9476
9477  804.   [bug]           Attempting to obtain entropy could fail in some
9478                         situations.  This would be most common on systems
9479                         with user-space threads. [RT #1131]
9480
9481  803.   [bug]           Treat all SIG queries as if they have the CD bit set,
9482                         otherwise no data will be returned [RT #749]
9483
9484  802.   [bug]           DNSSEC key tags were computed incorrectly in almost
9485                         all cases. [RT #1146]
9486
9487  801.   [bug]           nsupdate should treat lines beginning with ';' as
9488                         comments. [RT #1139]
9489
9490  800.   [bug]           dnssec-signzone produced incorrect statistics for
9491                         large zones. [RT #1133]
9492
9493  799.   [bug]           The ADB didn't find AAAA glue in a zone unless A6
9494                         glue was also present.
9495
9496  798.   [bug]           nsupdate should be able to reject bad input lines
9497                         and continue. [RT #1130]
9498
9499  797.   [func]          Issue a warning if the 'directory' option contains
9500                         a relative path. [RT #269]
9501
9502  796.   [func]          When a size limit is associated with a log file,
9503                         only roll it when the size is reached, not every
9504                         time the log file is opened. [RT #1096]
9505
9506  795.   [func]          Add the +multiline option to dig. [RT #1095]
9507
9508  794.   [func]          Implement the "port" and "default-port" statements
9509                         in rndc.conf.
9510
9511  793.   [cleanup]       The DNSSEC tools could create filenames that were
9512                         illegal or contained shell meta-characters.  They
9513                         now use a different text encoding of names that
9514                         doesn't have these problems. [RT #1101]
9515
9516  792.   [cleanup]       Replace the OMAPI command channel protocol with a
9517                         simpler one.
9518
9519  791.   [bug]           The command channel now works over IPv6.
9520
9521  790.   [bug]           Wildcards created using dynamic update or IXFR
9522                         could fail to match. [RT #1111]
9523
9524  789.   [bug]           The "localhost" and "localnets" ACLs did not match
9525                         when used as the second element of a two-element
9526                         sortlist item.
9527
9528  788.   [func]          Add the "match-mapped-addresses" option, which
9529                         causes IPv6 v4mapped addresses to be treated as
9530                         IPv4 addresses for the purpose of acl matching.
9531
9532  787.   [bug]           The DNSSEC tools failed to downcase domain
9533                         names when mapping them into file names.
9534
9535  786.   [bug]           When DNSSEC signing/verifying data, owner names were
9536                         not properly down-cased.
9537
9538  785.   [bug]           A race condition in the resolver could cause
9539                         an assertion failure. [RT #673, #872, #1048]
9540
9541  784.   [bug]           nsupdate and other programs would not quit properly
9542                         if some signals were blocked by the caller. [RT #1081]
9543
9544  783.   [bug]           Following CNAMEs could cause an assertion failure
9545                         when either using an sdb database or under very
9546                         rare conditions.
9547
9548  782.   [func]          Implement the "serial-query-rate" option.
9549
9550  781.   [func]          Avoid error packet loops by dropping duplicate FORMERR
9551                         responses. [RT #1006]
9552
9553  780.   [bug]           Error handling code dealing with out of memory or
9554                         other rare errors could lead to assertion failures
9555                         by calling functions on uninitialized names. [RT #1065]
9556
9557  779.   [func]          Added the "minimal-responses" option.
9558
9559  778.   [bug]           When starting cache cleaning, cleaning_timer_action()
9560                         returned without first pausing the iterator, which
9561                         could cause deadlock. [RT #998]
9562
9563  777.   [bug]           An empty forwarders list in a zone failed to override
9564                         global forwarders. [RT #995]
9565
9566  776.   [func]          Improved error reporting in denied messages. [RT #252]
9567
9568  775.   [placeholder]
9569
9570  774.   [func]          max-cache-size is implemented.
9571
9572  773.   [func]          Added isc_rwlock_trylock() to attempt to lock without
9573                         blocking.
9574
9575  772.   [bug]           Owner names could be incorrectly omitted from cache
9576                         dumps in the presence of negative caching entries.
9577                         [RT #991]
9578
9579  771.   [cleanup]       TSIG errors related to unsynchronized clocks
9580                         are logged better. [RT #919]
9581
9582  770.   [func]          Add the "edns yes_or_no" statement to the server
9583                         clause. [RT #524]
9584
9585  769.   [func]          Improved error reporting when parsing rdata. [RT #740]
9586
9587  768.   [bug]           The server did not emit an SOA when a CNAME
9588                         or DNAME chain ended in NXDOMAIN in an
9589                         authoritative zone.
9590
9591  767.   [placeholder]
9592
9593  766.   [bug]           A few cases in query_find() could leak fname.
9594                         This would trigger the mpctx->allocated == 0
9595                         assertion when the server exited.
9596                         [RT #739, #776, #798, #812, #818, #821, #845,
9597                         #892, #935, #966]
9598
9599  765.   [func]          ACL names are once again case insensitive, like
9600                         in BIND 8. [RT #252]
9601
9602  764.   [func]          Configuration files now allow "include" directives
9603                         in more places, such as inside the "view" statement.
9604                         [RT #377, #728, #860]
9605
9606  763.   [func]          Configuration files no longer have reserved words.
9607                         [RT #731, #753]
9608
9609  762.   [cleanup]       The named.conf and rndc.conf file parsers have
9610                         been completely rewritten.
9611
9612  761.   [bug]           _REENTRANT was still defined when building with
9613                         --disable-threads.
9614
9615  760.   [contrib]       Significant enhancements to the pgsql sdb driver.
9616
9617  759.   [bug]           The resolver didn't turn off "avoid fetches" mode
9618                         when restarting, possibly causing resolution
9619                         to fail when it should not.  This bug only affected
9620                         platforms which support both IPv4 and IPv6. [RT #927]
9621
9622  758.   [bug]           The "avoid fetches" code did not treat negative
9623                         cache entries correctly, causing fetches that would
9624                         be useful to be avoided.  This bug only affected
9625                         platforms which support both IPv4 and IPv6. [RT #927]
9626
9627  757.   [func]          Log zone transfers.
9628
9629  756.   [bug]           dns_zone_load() could "return" success when no master
9630                         file was configured.
9631
9632  755.   [bug]           Fix incorrectly formatted log messages in zone.c.
9633
9634  754.   [bug]           Certain failure conditions sending UDP packets
9635                         could cause the server to retry the transmission
9636                         indefinitely. [RT #902]
9637
9638  753.   [bug]           dig, host, and nslookup would fail to contact a
9639                         remote server if getaddrinfo() returned an IPv6
9640                         address on a system that doesn't support IPv6.
9641                         [RT #917]
9642
9643  752.   [func]          Correct bad tv_usec elements returned by
9644                         gettimeofday().
9645
9646  751.   [func]          Log successful zone loads / transfers.  [RT #898]
9647
9648  750.   [bug]           A query should not match a DNAME whose trust level
9649                         is pending. [RT #916]
9650
9651  749.   [bug]           When a query matched a DNAME in a secure zone, the
9652                         server did not return the signature of the DNAME.
9653                         [RT #915]
9654
9655  748.   [doc]           List supported RFCs in doc/misc/rfc-compliance.
9656                         [RT #781]
9657
9658  747.   [bug]           The code to determine whether an IXFR was possible
9659                         did not properly check for a database that could
9660                         not have a journal. [RT #865, #908]
9661
9662  746.   [bug]           The sdb didn't clone rdatasets properly, causing
9663                         a crash when the server followed delegations. [RT #905]
9664
9665  745.   [func]          Report the owner name of records that fail
9666                         semantic checks while loading.
9667
9668  744.   [bug]           When returning DNS_R_CNAME or DNS_R_DNAME as the
9669                         result of an ANY or SIG query, the resolver failed
9670                         to setup the return event's rdatasets, causing an
9671                         assertion failure in the query code. [RT #881]
9672
9673  743.   [bug]           Receiving a large number of certain malformed
9674                         answers could cause named to stop responding.
9675                         [RT #861]
9676
9677  742.   [placeholder]
9678
9679  741.   [port]          Support openssl-engine. [RT #709]
9680
9681  740.   [port]          Handle openssl library mismatches slightly better.
9682
9683  739.   [port]          Look for /dev/random in configure, rather than
9684                         assuming it will be there for only a predefined
9685                         set of OSes.
9686
9687  738.   [bug]           If a non-threadsafe sdb driver supported AXFR and
9688                         received an AXFR request, it would deadlock or die
9689                         with an assertion failure. [RT #852]
9690
9691  737.   [port]          stdtime.c failed to compile on certain platforms.
9692
9693  736.   [func]          New functions isc_task_{begin,end}exclusive().
9694
9695  735.   [doc]           Add BIND 4 migration notes.
9696
9697  734.   [bug]           An attempt to re-lock the zone lock could occur if
9698                         the server was shutdown during a zone transfer.
9699                         [RT #830]
9700
9701  733.   [bug]           Reference counts of dns_acl_t objects need to be
9702                         locked but were not. [RT #801, #821]
9703
9704  732.   [bug]           Glue with 0 TTL could also cause SERVFAIL. [RT #828]
9705
9706  731.   [bug]           Certain zone errors could cause named-checkzone to
9707                         fail ungracefully. [RT #819]
9708
9709  730.   [bug]           lwres_getaddrinfo() returns the correct result when
9710                         it fails to contact a server. [RT #768]
9711
9712  729.   [port]          pthread_setconcurrency() needs to be called on Solaris.
9713
9714  728.   [bug]           Fix comment processing on master file directives.
9715                         [RT #757]
9716
9717  727.   [port]          Work around OS bug where accept() succeeds but
9718                         fails to fill in the peer address of the accepted
9719                         connection, by treating it as an error rather than
9720                         an assertion failure. [RT #809]
9721
9722  726.   [func]          Implement the "trace" and "notrace" commands in rndc.
9723
9724  725.   [bug]           Installing man pages could fail.
9725
9726  724.   [func]          New libisc functions isc_netaddr_any(),
9727                         isc_netaddr_any6().
9728
9729  723.   [bug]           Referrals whose NS RRs had a 0 TTL caused the resolver
9730                         to return DNS_R_SERVFAIL. [RT #783]
9731
9732  722.   [func]          Allow incremental loads to be canceled.
9733
9734  721.   [cleanup]       Load manager and dns_master_loadfilequota() are no
9735                         more.
9736
9737  720.   [bug]           Server could enter infinite loop in
9738                         dispatch.c:do_cancel(). [RT #733]
9739
9740  719.   [bug]           Rapid reloads could trigger an assertion failure.
9741                         [RT #743, #763]
9742
9743  718.   [cleanup]       "internal" is no longer a reserved word in named.conf.
9744                         [RT #753, #731]
9745
9746  717.   [bug]           Certain TKEY processing failure modes could
9747                         reference an uninitialized variable, causing the
9748                         server to crash. [RT #750]
9749
9750  716.   [bug]           The first line of a $INCLUDE master file was lost if
9751                         an origin was specified. [RT #744]
9752
9753  715.   [bug]           Resolving some A6 chains could cause an assertion
9754                         failure in adb.c. [RT #738]
9755
9756  714.   [bug]           Preserve interval timers across reloads unless changed.
9757                         [RT #729]
9758
9759  713.   [func]          named-checkconf takes '-t directory' similar to named.
9760                         [RT #726]
9761
9762  712.   [bug]           Sending a large signed update message caused an
9763                         assertion failure. [RT #718]
9764
9765  711.   [bug]           The libisc and liblwres implementations of
9766                         inet_ntop contained an off by one error.
9767
9768  710.   [func]          The forwarders statement now takes an optional
9769                         port. [RT #418]
9770
9771  709.   [bug]           ANY or SIG queries for data with a TTL of 0
9772                         would return SERVFAIL. [RT #620]
9773
9774  708.   [bug]           When building with --with-openssl, the openssl headers
9775                         included with BIND 9 should not be used. [RT #702]
9776
9777  707.   [func]          The "filename" argument to named-checkzone is no
9778                         longer optional, to reduce confusion. [RT #612]
9779
9780  706.   [bug]           Zones with an explicit "allow-update { none; };"
9781                         were considered dynamic and therefore not reloaded
9782                         on SIGHUP or "rndc reload".
9783
9784  705.   [port]          Work out resource limit type for use where rlim_t is
9785                         not available. [RT #695]
9786
9787  704.   [port]          RLIMIT_NOFILE is not available on all platforms.
9788                         [RT #695]
9789
9790  703.   [port]          sys/select.h is needed on older platforms. [RT #695]
9791
9792  702.   [func]          If the address 0.0.0.0 is seen in resolv.conf,
9793                         use 127.0.0.1 instead. [RT #693]
9794
9795  701.   [func]          Root hints are now fully optional.  Class IN
9796                         views use compiled-in hints by default, as
9797                         before.  Non-IN views with no root hints now
9798                         provide authoritative service but not recursion.
9799                         A warning is logged if a view has neither root
9800                         hints nor authoritative data for the root. [RT #696]
9801
9802  700.   [bug]           $GENERATE range check was wrong. [RT #688]
9803
9804  699.   [bug]           The lexer mishandled empty quoted strings. [RT #694]
9805
9806  698.   [bug]           Aborting nsupdate with ^C would lead to several
9807                         race conditions.
9808
9809  697.   [bug]           nsupdate was not compatible with the undocumented
9810                         BIND 8 behavior of ignoring TTLs in "update delete"
9811                         commands. [RT #693]
9812
9813  696.   [bug]           lwresd would die with an assertion failure when passed
9814                         a zero-length name. [RT #692]
9815
9816  695.   [bug]           If the resolver attempted to query a blackholed or
9817                         bogus server, the resolution would fail immediately.
9818
9819  694.   [bug]           $GENERATE did not produce the last entry.
9820                         [RT #682, #683]
9821
9822  693.   [bug]           An empty lwres statement in named.conf caused
9823                         the server to crash while loading.
9824
9825  692.   [bug]           Deal with systems that have getaddrinfo() but not
9826                         gai_strerror(). [RT #679]
9827
9828  691.   [bug]           Configuring per-view forwarders caused an assertion
9829                         failure. [RT #675, #734]
9830
9831  690.   [func]          $GENERATE now supports DNAME. [RT #654]
9832
9833  689.   [doc]           man pages are now installed. [RT #210]
9834
9835  688.   [func]          "make tags" now works on systems with the
9836                         "Exuberant Ctags" etags.
9837
9838  687.   [bug]           Only say we have IPv6, with sufficient functionality,
9839                         if it has actually been tested. [RT #586]
9840
9841  686.   [bug]           dig and nslookup can now be properly aborted during
9842                         blocking operations. [RT #568]
9843
9844  685.   [bug]           nslookup should use the search list/domain options
9845                         from resolv.conf by default. [RT #405, #630]
9846
9847  684.   [bug]           Memory leak with view forwarders. [RT #656]
9848
9849  683.   [bug]           File descriptor leak in isc_lex_openfile().
9850
9851  682.   [bug]           nslookup displayed SOA records incorrectly. [RT #665]
9852
9853  681.   [bug]           $GENERATE specifying output format was broken. [RT #653]
9854
9855  680.   [bug]           dns_rdata_fromstruct() mishandled options bigger
9856                         than 255 octets.
9857
9858  679.   [bug]           $INCLUDE could leak memory and file descriptors on
9859                         reload. [RT #639]
9860
9861  678.   [bug]           "transfer-format one-answer;" could trigger an assertion
9862                         failure. [RT #646]
9863
9864  677.   [bug]           dnssec-signzone would occasionally use the wrong ttl
9865                         for database operations and fail. [RT #643]
9866
9867  676.   [bug]           Log messages about lame servers to category
9868                         'lame-servers' rather than 'resolver', so as not
9869                         to be gratuitously incompatible with BIND 8.
9870
9871  675.   [bug]           TKEY queries could cause the server to leak
9872                         memory.
9873
9874  674.   [func]          Allow messages to be TSIG signed / verified using
9875                         a offset from the current time.
9876
9877  673.   [func]          The server can now convert RFC1886-style recursive
9878                         lookup requests into RFC2874-style lookups, when
9879                         enabled using the new option "allow-v6-synthesis".
9880
9881  672.   [bug]           The wrong time was in the "time signed" field when
9882                         replying with BADTIME error.
9883
9884  671.   [bug]           The message code was failing to parse a message with
9885                         no question section and a TSIG record. [RT #628]
9886
9887  670.   [bug]           The lwres replacements for getaddrinfo and
9888                         getipnodebyname didn't properly check for the
9889                         existence of the sockaddr sa_len field.
9890
9891  669.   [bug]           dnssec-keygen now makes the public key file
9892                         non-world-readable for symmetric keys. [RT #403]
9893
9894  668.   [func]          named-checkzone now reports multiple errors in master
9895                         files.
9896
9897  667.   [bug]           On Linux, running named with the -u option and a
9898                         non-world-readable configuration file didn't work.
9899                         [RT #626]
9900
9901  666.   [bug]           If a request sent by dig is longer than 512 bytes,
9902                         use TCP.
9903
9904  665.   [bug]           Signed responses were not sent when the size of the
9905                         TSIG + question exceeded the maximum message size.
9906                         [RT #628]
9907
9908  664.   [bug]           The t_tasks and t_timers module tests are now skipped
9909                         when building without threads, since they require
9910                         threads.
9911
9912  663.   [func]          Accept a size_spec, not just an integer, in the
9913                         (unimplemented and ignored) max-ixfr-log-size option
9914                         for compatibility with recent versions of BIND 8.
9915                         [RT #613]
9916
9917  662.   [bug]           dns_rdata_fromtext() failed to log certain errors.
9918
9919  661.   [bug]           Certain UDP IXFR requests caused an assertion failure
9920                         (mpctx->allocated == 0). [RT #355, #394, #623]
9921
9922  660.   [port]          Detect multiple CPUs on HP-UX and IRIX.
9923
9924  659.   [performance]   Rewrite the name compression code to be much faster.
9925
9926  658.   [cleanup]       Remove all vestiges of 16 bit global compression.
9927
9928  657.   [bug]           When a listen-on statement in an lwres block does not
9929                         specify a port, use 921, not 53.  Also update the
9930                         listen-on documentation. [RT #616]
9931
9932  656.   [func]          Treat an unescaped newline in a quoted string as
9933                         an error.  This means that TXT records with missing
9934                         close quotes should have meaningful errors printed.
9935
9936  655.   [bug]           Improve error reporting on unexpected eof when loading
9937                         zones. [RT #611]
9938
9939  654.   [bug]           Origin was being forgotten in TCP retries in dig.
9940                         [RT #574]
9941
9942  653.   [bug]           +defname option in dig was reversed in sense.
9943                         [RT #549]
9944
9945  652.   [bug]           zone_saveunique() did not report the new name.
9946
9947  651.   [func]          The AD bit in responses now has the meaning
9948                         specified in <draft-ietf-dnsext-ad-is-secure>.
9949
9950  650.   [bug]           SIG(0) records were being generated and verified
9951                         incorrectly. [RT #606]
9952
9953  649.   [bug]           It was possible to join to an already running fctx
9954                         after it had "cloned" its events, but before it sent
9955                         them.  In this case, the event of the newly joined
9956                         fetch would not contain the answer, and would
9957                         trigger the INSIST() in fctx_sendevents().  In
9958                         BIND 9.0, this bug did not trigger an INSIST(), but
9959                         caused the fetch to fail with a SERVFAIL result.
9960                         [RT #588, #597, #605, #607]
9961
9962  648.   [port]          Add support for pre-RFC2133 IPv6 implementations.
9963
9964  647.   [bug]           Resolver queries sent after following multiple
9965                         referrals had excessively long retransmission
9966                         timeouts due to incorrectly counting the referrals
9967                         as "restarts".
9968
9969  646.   [bug]           The UnixWare ISC_PLATFORM_FIXIN6INADDR fix in isc/net.h
9970                         didn't _cleanly_ fix the problem it was trying to fix.
9971
9972  645.   [port]          BSD/OS 3.0 needs pthread_init(). [RT #603]
9973
9974  644.   [bug]           #622 needed more work. [RT #562]
9975
9976  643.   [bug]           xfrin error messages made more verbose, added class
9977                         of the zone. [RT #599]
9978
9979  642.   [bug]           Break the exit_check() race in the zone module.
9980                         [RT #598]
9981
9982         --- 9.1.0b2 released ---
9983
9984  641.   [bug]           $GENERATE caused a uninitialized link to be used.
9985                         [RT #595]
9986
9987  640.   [bug]           Memory leak in error path could cause
9988                         "mpctx->allocated == 0" failure. [RT #584]
9989
9990  639.   [bug]           Reading entropy from the keyboard would sometimes fail.
9991                         [RT #591]
9992
9993  638.   [port]          lib/isc/random.c needed to explicitly include time.h
9994                         to get a prototype for time() when pthreads was not
9995                         being used. [RT #592]
9996
9997  637.   [port]          Use isc_u?int64_t instead of (unsigned) long long in
9998                         lib/isc/print.c.  Also allow lib/isc/print.c to
9999                         be compiled even if the platform does not need it.
10000                         [RT #592]
10001
10002  636.   [port]          Shut up MSVC++ about a possible loss of precision
10003                         in the ISC__BUFFER_PUTUINT*() macros. [RT #592]
10004
10005  635.   [bug]           Reloading a server with a configured blackhole list
10006                         would cause an assertion. [RT #590]
10007
10008  634.   [bug]           A log file will completely stop being written when
10009                         it reaches the maximum size in all cases, not just
10010                         when versioning is also enabled. [RT #570]
10011
10012  633.   [port]          Cope with rlim_t missing on BSD/OS systems. [RT #575]
10013
10014  632.   [bug]           The index array of the journal file was
10015                         corrupted as it was written to disk.
10016
10017  631.   [port]          Build without thread support on systems without
10018                         pthreads.
10019
10020  630.   [bug]           Locking failure in zone code. [RT #582]
10021
10022  629.   [bug]           9.1.0b1 dereferenced a null pointer and crashed
10023                         when responding to a UDP IXFR request.
10024
10025  628.   [bug]           If the root hints contained only AAAA addresses,
10026                         named would be unable to perform resolution.
10027
10028  627.   [bug]           The EDNS0 blackhole detection code of change 324
10029                         waited for three retransmissions to each server,
10030                         which takes much too long when a domain has many
10031                         name servers and all of them drop EDNS0 queries.
10032                         Now we retry without EDNS0 after three consecutive
10033                         timeouts, even if they are all from different
10034                         servers. [RT #143]
10035
10036  626.   [bug]           The lightweight resolver daemon no longer crashes
10037                         when asked for a SIG rrset. [RT #558]
10038
10039  625.   [func]          Zones now inherit their class from the enclosing view.
10040
10041  624.   [bug]           The zone object could get timer events after it had
10042                         been destroyed, causing a server crash. [RT #571]
10043
10044  623.   [func]          Added "named-checkconf" and "named-checkzone" program
10045                         for syntax checking named.conf files and zone files,
10046                         respectively.
10047
10048  622.   [bug]           A canceled request could be destroyed before
10049                         dns_request_destroy() was called. [RT #562]
10050
10051  621.   [port]          Disable IPv6 at runtime if IPv6 sockets are unusable.
10052                         This mostly affects Red Hat Linux 7.0, which has
10053                         conflicts between libc and the kernel.
10054
10055  620.   [bug]           dns_master_load*inc() now require 'task' and 'load'
10056                         to be non-null.  Also 'done' will not be called if
10057                         dns_master_load*inc() fails immediately. [RT #565]
10058
10059  619.   [placeholder]
10060
10061  618.   [bug]           Queries to a signed zone could sometimes cause
10062                         an assertion failure.
10063
10064  617.   [bug]           When using dynamic update to add a new RR to an
10065                         existing RRset with a different TTL, the journal
10066                         entries generated from the update did not include
10067                         explicit deletions and re-additions of the existing
10068                         RRs to update their TTL to the new value.
10069
10070  616.   [func]          dnssec-signzone -t output now includes performance
10071                         statistics.
10072
10073  615.   [bug]           dnssec-signzone did not like child keysets signed
10074                         by multiple keys.
10075
10076  614.   [bug]           Checks for uninitialized link fields were prone
10077                         to false positives, causing assertion failures.
10078                         The checks are now disabled by default and may
10079                         be re-enabled by defining ISC_LIST_CHECKINIT.
10080
10081  613.   [bug]           "rndc reload zone" now reloads primary zones.
10082                         It previously only updated slave and stub zones,
10083                         if an SOA query indicated an out of date serial.
10084
10085  612.   [cleanup]       Shutup a ridiculously noisy HP-UX compiler that
10086                         complains relentlessly about how its treatment
10087                         of 'const' has changed as well as how casting
10088                         sometimes tightens alignment constraints.
10089
10090  611.   [func]          allow-notify can be used to permit processing of
10091                         notify messages from hosts other than a slave's
10092                         masters.
10093
10094  610.   [func]          rndc dumpdb is now supported.
10095
10096  609.   [bug]           getrrsetbyname() would crash lwresd if the server
10097                         found more SIGs than answers. [RT #554]
10098
10099  608.   [func]          dnssec-signzone now adds a comment to the zone
10100                         with the time the file was signed.
10101
10102  607.   [bug]           nsupdate would fail if it encountered a CNAME or
10103                         DNAME in a response to an SOA query. [RT #515]
10104
10105  606.   [bug]           Compiling with --disable-threads failed due
10106                         to isc_thread_self() being incorrectly defined
10107                         as an integer rather than a function.
10108
10109  605.   [func]          New function isc_lex_getlasttokentext().
10110
10111  604.   [bug]           The named.conf parser could print incorrect line
10112                         numbers when long comments were present.
10113
10114  603.   [bug]           Make dig handle multiple types or classes on the same
10115                         query more correctly.
10116
10117  602.   [func]          Cope automatically with UnixWare's broken
10118                         IN6_IS_ADDR_* macros. [RT #539]
10119
10120  601.   [func]          Return a non-zero exit code if an update fails
10121                         in nsupdate.
10122
10123  600.   [bug]           Reverse lookups sometimes failed in dig, etc...
10124
10125  599.   [func]          Added four new functions to the libisc log API to
10126                         support i18n messages.  isc_log_iwrite(),
10127                         isc_log_ivwrite(), isc_log_iwrite1() and
10128                         isc_log_ivwrite1() were added.
10129
10130  598.   [bug]           An update-policy statement would cause the server
10131                         to assert while loading. [RT #536]
10132
10133  597.   [func]          dnssec-signzone is now multi-threaded.
10134
10135  596.   [bug]           DNS_RDATASLAB_FORCE and DNS_RDATASLAB_EXACT are
10136                         not mutually exclusive.
10137
10138  595.   [port]          On Linux 2.2, socket() returns EINVAL when it
10139                         should return EAFNOSUPPORT.  Work around this.
10140                         [RT #531]
10141
10142  594.   [func]          sdb drivers are now assumed to not be thread-safe
10143                         unless the DNS_SDBFLAG_THREADSAFE flag is supplied.
10144
10145  593.   [bug]           If a secure zone was missing all its NXTs and
10146                         a dynamic update was attempted, the server entered
10147                         an infinite loop.
10148
10149  592.   [bug]           The sig-validity-interval option now specifies a
10150                         number of days, not seconds.  This matches the
10151                         documentation. [RT #529]
10152
10153         --- 9.1.0b1 released ---
10154
10155  591.   [bug]           Work around non-reentrancy in openssl by disabling
10156                         pre-computation in keys.
10157
10158  590.   [doc]           There are now man pages for the lwres library in
10159                         doc/man/lwres.
10160
10161  589.   [bug]           The server could deadlock if a zone was updated
10162                         while being transferred out.
10163
10164  588.   [bug]           ctx->in_use was not being correctly initialized when
10165                         when pushing a file for $INCLUDE. [RT #523]
10166
10167  587.   [func]          A warning is now printed if the "allow-update"
10168                         option allows updates based on the source IP
10169                         address, to alert users to the fact that this
10170                         is insecure and becoming increasingly so as
10171                         servers capable of update forwarding are being
10172                         deployed.
10173
10174  586.   [bug]           multiple views with the same name were fatal. [RT #516]
10175
10176  585.   [func]          dns_db_addrdataset() and and dns_rdataslab_merge()
10177                         now support 'exact' additions in a similar manner to
10178                         dns_db_subtractrdataset() and dns_rdataslab_subtract().
10179
10180  584.   [func]          You can now say 'notify explicit'; to suppress
10181                         notification of the servers listed in NS records
10182                         and notify only those servers listed in the
10183                         'also-notify' option.
10184
10185  583.   [func]          "rndc querylog" will now toggle logging of
10186                         queries, like "ndc querylog" in BIND 8.
10187
10188  582.   [bug]           dns_zone_idetach() failed to lock the zone.
10189                         [RT #199, #463]
10190
10191  581.   [bug]           log severity was not being correctly processed.
10192                         [RT #485]
10193
10194  580.   [func]          Ignore trailing garbage on incoming DNS packets,
10195                         for interoperability with broken server
10196                         implementations. [RT #491]
10197
10198  579.   [bug]           nsupdate did not take a filename to read update from.
10199                         [RT #492]
10200
10201  578.   [func]          New config option "notify-source", to specify the
10202                         source address for notify messages.
10203
10204  577.   [func]          Log illegal RDATA combinations. e.g. multiple
10205                         singleton types, cname and other data.
10206
10207  576.   [doc]           isc_log_create() description did not match reality.
10208
10209  575.   [bug]           isc_log_create() was not setting internal state
10210                         correctly to reflect the default channels created.
10211
10212  574.   [bug]           TSIG signed queries sent by the resolver would fail to
10213                         have their responses validated and would leak memory.
10214
10215  573.   [bug]           The journal files of IXFRed slave zones were
10216                         inadvertently discarded on server reload, causing
10217                         "journal out of sync with zone" errors on subsequent
10218                         reloads. [RT #482]
10219
10220  572.   [bug]           Quoted strings were not accepted as key names in
10221                         address match lists.
10222
10223  571.   [bug]           It was possible to create an rdataset of singleton
10224                         type which had more than one rdata. [RT #154]
10225                         [RT #279]
10226
10227  570.   [bug]           rbtdb.c allowed zones containing nodes which had
10228                         both a CNAME and "other data". [RT #154]
10229
10230  569.   [func]          The DNSSEC AD bit will not be set on queries which
10231                         have not requested a DNSSEC response.
10232
10233  568.   [func]          Add sample simple database drivers in contrib/sdb.
10234
10235  567.   [bug]           Setting the zone transfer timeout to zero caused an
10236                         assertion failure. [RT #302]
10237
10238  566.   [func]          New public function dns_timer_setidle().
10239
10240  565.   [func]          Log queries more like BIND 8: query logging is now
10241                         done to category "queries", level "info". [RT #169]
10242
10243  564.   [func]          Add sortlist support to lwresd.
10244
10245  563.   [func]          New public functions dns_rdatatype_format() and
10246                         dns_rdataclass_format(), for convenient formatting
10247                         of rdata type/class mnemonics in log messages.
10248
10249  562.   [cleanup]       Moved lib/dns/*conf.c to bin/named where they belong.
10250
10251  561.   [func]          The 'datasize', 'stacksize', 'coresize' and 'files'
10252                         clauses of the options{} statement are now implemented.
10253
10254  560.   [bug]           dns_name_split did not properly the resulting prefix
10255                         when a maximal length bitstring label was split which
10256                         was preceded by another bitstring label. [RT #429]
10257
10258  559.   [bug]           dns_name_split did not properly create the suffix
10259                         when splitting within a maximal length bitstring label.
10260
10261  558.   [func]          New functions, isc_resource_getlimit and
10262                         isc_resource_setlimit.
10263
10264  557.   [func]          Symbolic constants for libisc integral types.
10265
10266  556.   [func]          The DNSSEC OK bit in the EDNS extended flags
10267                         is now implemented.  Responses to queries without
10268                         this bit set will not contain any DNSSEC records.
10269
10270  555.   [bug]           A slave server attempting a zone transfer could
10271                         crash with an assertion failure on certain
10272                         malformed responses from the master. [RT #457]
10273
10274  554.   [bug]           In some cases, not all of the dnssec tools were
10275                         properly installed.
10276
10277  553.   [bug]           Incoming zone transfers deferred due to quota
10278                         were not started when quota was increased but
10279                         only when a transfer in progress finished. [RT #456]
10280
10281  552.   [bug]           We were not correctly detecting the end of all c-style
10282                         comments. [RT #455]
10283
10284  551.   [func]          Implemented the 'sortlist' option.
10285
10286  550.   [func]          Support unknown rdata types and classes.
10287
10288  549.   [bug]           "make" did not immediately abort the build when a
10289                         subdirectory make failed [RT #450].
10290
10291  548.   [func]          The lexer now ungets tokens more correctly.
10292
10293  547.   [placeholder]
10294
10295  546.   [func]          Option 'lame-ttl' is now implemented.
10296
10297  545.   [func]          Name limit and counting options removed from dig;
10298                         they didn't work properly, and cannot be correctly
10299                         implemented without significant changes.
10300
10301  544.   [func]          Add statistics option, enable statistics-file option,
10302                         add RNDC option "dump-statistics" to write out a
10303                         query statistics file.
10304
10305  543.   [doc]           The 'port' option is now documented.
10306
10307  542.   [func]          Add support for update forwarding as required for
10308                         full compliance with RFC2136.  It is turned off
10309                         by default and can be enabled using the
10310                         'allow-update-forwarding' option.
10311
10312  541.   [func]          Add bogus server support.
10313
10314  540.   [func]          Add dialup support.
10315
10316  539.   [func]          Support the blackhole option.
10317
10318  538.   [bug]           fix buffer overruns by 1 in lwres_getnameinfo().
10319
10320  537.   [placeholder]
10321
10322  536.   [func]          Use transfer-source{-v6} when sending refresh queries.
10323                         Transfer-source{-v6} now take a optional port
10324                         parameter for setting the UDP source port.  The port
10325                         parameter is ignored for TCP.
10326
10327  535.   [func]          Use transfer-source{-v6} when forwarding update
10328                         requests.
10329
10330  534.   [func]          Ancestors have been removed from RBT chains.  Ancestor
10331                         information can be discerned via node parent pointers.
10332
10333  533.   [func]          Incorporated name hashing into the RBT database to
10334                         improve search speed.
10335
10336  532.   [func]          Implement DNS UPDATE pseudo records using
10337                         DNS_RDATA_UPDATE flag.
10338
10339  531.   [func]          Rdata really should be initialized before being assigned
10340                         to (dns_rdata_fromwire(), dns_rdata_fromtext(),
10341                         dns_rdata_clone(), dns_rdata_fromregion()),
10342                         check that it is.
10343
10344  530.   [func]          New function dns_rdata_invalidate().
10345
10346  529.   [bug]           521 contained a bug which caused zones to always
10347                         reload.  [RT #410]
10348
10349  528.   [func]          The ISC_LIST_XXXX macros now perform sanity checks
10350                         on their arguments.  ISC_LIST_XXXXUNSAFE can be use
10351                         to skip the checks however use with caution.
10352
10353  527.   [func]          New function dns_rdata_clone().
10354
10355  526.   [bug]           nsupdate incorrectly refused to add RRs with a TTL
10356                         of 0.
10357
10358  525.   [func]          New arguments 'options' for dns_db_subtractrdataset(),
10359                         and 'flags' for dns_rdataslab_subtract() allowing you
10360                         to request that the RR's must exist prior to deletion.
10361                         DNS_R_NOTEXACT is returned if the condition is not met.
10362
10363  524.   [func]          The 'forward' and 'forwarders' statement in
10364                         non-forward zones should work now.
10365
10366  523.   [doc]           The source to the Administrator Reference Manual is
10367                         now an XML file using the DocBook DTD, and is included
10368                         in the distribution.  The plain text version of the
10369                         ARM is temporarily unavailable while we figure out
10370                         how to generate readable plain text from the XML.
10371
10372  522.   [func]          The lightweight resolver daemon can now use
10373                         a real configuration file, and its functionality
10374                         can be provided by a name server.  Also, the -p and -P
10375                         options to lwresd have been reversed.
10376
10377  521.   [bug]           Detect master files which contain $INCLUDE and always
10378                         reload. [RT #196]
10379
10380  520.   [bug]           Upgraded libtool to 1.3.5, which makes shared
10381                         library builds almost work on AIX (and possibly
10382                         others).
10383
10384  519.   [bug]           dns_name_split() would improperly split some bitstring
10385                         labels, zeroing a few of the least significant bits in
10386                         the prefix part.  When such an improperly created
10387                         prefix was returned to the RBT database, the bogus
10388                         label was dutifully stored, corrupting the tree.
10389                         [RT #369]
10390
10391  518.   [bug]           The resolver did not realize that a DNAME which was
10392                         "the answer" to the client's query was "the answer",
10393                         and such queries would fail. [RT #399]
10394
10395  517.   [bug]           The resolver's DNAME code would trigger an assertion
10396                         if there was more than one DNAME in the chain.
10397                         [RT #399]
10398
10399  516.   [bug]           Cache lookups which had a NULL node pointer, e.g.
10400                         those by dns_view_find(), and which would match a
10401                         DNAME, would trigger an INSIST(!search.need_cleanup)
10402                         assertion. [RT #399]
10403
10404  515.   [bug]           The ssu table was not being attached / detached
10405                         by dns_zone_[sg]etssutable. [RT #397]
10406
10407  514.   [func]          Retry refresh and notify queries if they timeout.
10408                         [RT #388]
10409
10410  513.   [func]          New functionality added to rdnc and server to allow
10411                         individual zones to be refreshed or reloaded.
10412
10413  512.   [bug]           The zone transfer code could throw an exception with
10414                         an invalid IXFR stream.
10415
10416  511.   [bug]           The message code could throw an assertion on an
10417                         out of memory failure. [RT #392]
10418
10419  510.   [bug]           Remove spurious view notify warning. [RT #376]
10420
10421  509.   [func]          Add support for write of zone files on shutdown.
10422
10423  508.   [func]          dns_message_parse() can now do a best-effort
10424                         attempt, which should allow dig to print more invalid
10425                         messages.
10426
10427  507.   [func]          New functions dns_zone_flush(), dns_zt_flushanddetach()
10428                         and dns_view_flushanddetach().
10429
10430  506.   [func]          Do not fail to start on errors in zone files.
10431
10432  505.   [bug]           nsupdate was printing "unknown result code". [RT #373]
10433
10434  504.   [bug]           The zone was not being marked as dirty when updated via
10435                         IXFR.
10436
10437  503.   [bug]           dumptime was not being set along with
10438                         DNS_ZONEFLG_NEEDDUMP.
10439
10440  502.   [func]          On a SERVFAIL reply, DiG will now try the next server
10441                         in the list, unless the +fail option is specified.
10442
10443  501.   [bug]           Incorrect port numbers were being displayed by
10444                         nslookup. [RT #352]
10445
10446  500.   [func]          Nearly useless +details option removed from DiG.
10447
10448  499.   [func]          In DiG, specifying a class with -c or type with -t
10449                         changes command-line parsing so that classes and
10450                         types are only recognized if following -c or -t.
10451                         This allows hosts with the same name as a class or
10452                         type to be looked up.
10453
10454  498.   [doc]           There is now a man page for "dig"
10455                         in doc/man/bin/dig.1.
10456
10457  497.   [bug]           The error messages printed when an IP match list
10458                         contained a network address with a nonzero host
10459                         part where not sufficiently detailed. [RT #365]
10460
10461  496.   [bug]           named didn't sanity check numeric parameters. [RT #361]
10462
10463  495.   [bug]           nsupdate was unable to handle large records. [RT #368]
10464
10465  494.   [func]          Do not cache NXDOMAIN responses for SOA queries.
10466
10467  493.   [func]          Return non-cachable (ttl = 0) NXDOMAIN responses
10468                         for SOA queries.  This makes it easier to locate
10469                         the containing zone without polluting intermediate
10470                         caches.
10471
10472  492.   [bug]           attempting to reload a zone caused the server fail
10473                         to shutdown cleanly. [RT #360]
10474
10475  491.   [bug]           nsupdate would segfault when sending certain
10476                         prerequisites with empty RDATA. [RT #356]
10477
10478  490.   [func]          When a slave/stub zone has not yet successfully
10479                         obtained an SOA containing the zone's configured
10480                         retry time, perform the SOA query retries using
10481                         exponential backoff. [RT #337]
10482
10483  489.   [func]          The zone manager now has a "i/o" queue.
10484
10485  488.   [bug]           Locks weren't properly destroyed in some cases.
10486
10487  487.   [port]          flockfile() is not defined on all systems.
10488
10489  486.   [bug]           nslookup: "set all" and "server" commands showed
10490                         the incorrect port number if a port other than 53
10491                         was specified. [RT #352]
10492
10493  485.   [func]          When dig had more than one server to query, it would
10494                         send all of the messages at the same time.  Add
10495                         rate limiting of the transmitted messages.
10496
10497  484.   [bug]           When the server was reloaded after removing addresses
10498                         from the named.conf "listen-on" statement, sockets
10499                         were still listening on the removed addresses due
10500                         to reference count loops. [RT #325]
10501
10502  483.   [bug]           nslookup: "set all" showed a "search" option but it
10503                         was not settable.
10504
10505  482.   [bug]           nslookup: a plain "server" or "lserver" should be
10506                         treated as a lookup.
10507
10508  481.   [bug]           nslookup:get_next_command() stack size could exceed
10509                         per thread limit.
10510
10511  480.   [bug]           strtok() is not thread safe. [RT #349]
10512
10513  479.   [func]          The test suite can now be run by typing "make check"
10514                         or "make test" at the top level.
10515
10516  478.   [bug]           "make install" failed if the directory specified with
10517                         --prefix did not already exist.
10518
10519  477.   [bug]           The the isc-config.sh script could be installed before
10520                         its directory was created. [RT #324]
10521
10522  476.   [bug]           A zone could expire while a zone transfer was in
10523                         progress triggering a INSIST failure. [RT #329]
10524
10525  475.   [bug]           query_getzonedb() sometimes returned a non-null version
10526                         on failure.  This caused assertion failures when
10527                         generating query responses where names subject to
10528                         additional section processing pointed to a zone
10529                         to which access had been denied by means of the
10530                         allow-query option. [RT #336]
10531
10532  474.   [bug]           The mnemonic of the CHAOS class is CH according to
10533                         RFC1035, but it was printed and read only as CHAOS.
10534                         We now accept both forms as input, and print it
10535                         as CH. [RT #305]
10536
10537  473.   [bug]           nsupdate overran the end of the list of name servers
10538                         when no servers could be reached, typically causing
10539                         it to print the error message "dns_request_create:
10540                         not implemented".
10541
10542  472.   [bug]           Off-by-one error caused isc_time_add() to sometimes
10543                         produce invalid time values.
10544
10545  471.   [bug]           nsupdate didn't compile on HP/UX 10.20
10546
10547  470.   [func]          $GENERATE is now supported.  See also
10548                         doc/misc/migration.
10549
10550  469.   [bug]           "query-source address * port 53;" now works.
10551
10552  468.   [bug]           dns_master_load*() failed to report file and line
10553                         number in certain error conditions.
10554
10555  467.   [bug]           dns_master_load*() failed to log an error if
10556                         pushfile() failed.
10557
10558  466.   [bug]           dns_master_load*() could return success when it failed.
10559
10560  465.   [cleanup]       Allow 0 to be set as an omapi_value_t value by
10561                         omapi_value_storeint().
10562
10563  464.   [cleanup]       Build with openssl's RSA code instead of dnssafe.
10564
10565  463.   [bug]           nsupdate sent malformed SOA queries to the second
10566                         and subsequent name servers in resolv.conf if the
10567                         query sent to the first one failed.
10568
10569  462.   [bug]           --disable-ipv6 should work now.
10570
10571  461.   [bug]           Specifying an unknown key in the "keys" clause of the
10572                         "controls" statement caused a NULL pointer dereference.
10573                         [RT #316]
10574
10575  460.   [bug]           Much of the DNSSEC code only worked with class IN.
10576
10577  459.   [bug]           Nslookup processed the "set" command incorrectly.
10578
10579  458.   [bug]           Nslookup didn't properly check class and type values.
10580                         [RT #305]
10581
10582  457.   [bug]           Dig/host/hslookup didn't properly handle connect
10583                         timeouts in certain situations, causing an
10584                         unnecessary warning message to be printed.
10585
10586  456.   [bug]           Stub zones were not resetting the refresh and expire
10587                         counters, loadtime or clearing the DNS_ZONE_REFRESH
10588                         (refresh in progress) flag upon successful update.
10589                         This disabled further refreshing of the stub zone,
10590                         causing it to eventually expire. [RT #300]
10591
10592  455.   [doc]           Document IPv4 prefix notation does not require a
10593                         dotted decimal quad but may be just dotted decimal.
10594
10595  454.   [bug]           Enforce dotted decimal and dotted decimal quad where
10596                         documented as such in named.conf. [RT #304, RT #311]
10597
10598  453.   [bug]           Warn if the obsolete option "maintain-ixfr-base"
10599                         is specified in named.conf. [RT #306]
10600
10601  452.   [bug]           Warn if the unimplemented option "statistics-file"
10602                         is specified in named.conf. [RT #301]
10603
10604  451.   [func]          Update forwarding implemented.
10605
10606  450.   [func]          New function ns_client_sendraw().
10607
10608  449.   [bug]           isc_bitstring_copy() only works correctly if the
10609                         two bitstrings have the same lsb0 value, but this
10610                         requirement was not documented, nor was there a
10611                         REQUIRE for it.
10612
10613  448.   [bug]           Host output formatting change, to match v8. [RT #255]
10614
10615  447.   [bug]           Dig didn't properly retry in TCP mode after
10616                         a truncated reply. [RT #277]
10617
10618  446.   [bug]           Confusing notify log message. [RT #298]
10619
10620  445.   [bug]           Doing a 0 bit isc_bitstring_copy() of an lsb0
10621                         bitstring triggered a REQUIRE statement.  The REQUIRE
10622                         statement was incorrect. [RT #297]
10623
10624  444.   [func]          "recursion denied" messages are always logged at
10625                         debug level 1, now, rather than sometimes at ERROR.
10626                         This silences these warnings in the usual case, where
10627                         some clients set the RD bit in all queries.
10628
10629  443.   [bug]           When loading a master file failed because of an
10630                         unrecognized RR type name, the error message
10631                         did not include the file name and line number.
10632                         [RT #285]
10633
10634  442.   [bug]           TSIG signed messages that did not match any view
10635                         crashed the server. [RT #290]
10636
10637  441.   [bug]           Nodes obscured by a DNAME were inaccessible even
10638                         when DNS_DBFIND_GLUEOK was set.
10639
10640  440.   [func]          New function dns_zone_forwardupdate().
10641
10642  439.   [func]          New function dns_request_createraw().
10643
10644  438.   [func]          New function dns_message_getrawmessage().
10645
10646  437.   [func]          Log NOTIFY activity to the notify channel.
10647
10648  436.   [bug]           If recvmsg() returned EHOSTUNREACH or ENETUNREACH,
10649                         which sometimes happens on Linux, named would enter
10650                         a busy loop.  Also, unexpected socket errors were
10651                         not logged at a high enough logging level to be
10652                         useful in diagnosing this situation. [RT #275]
10653
10654  435.   [bug]           dns_zone_dump() overwrote existing zone files
10655                         rather than writing to a temporary file and
10656                         renaming.  This could lead to empty or partial
10657                         zone files being left around in certain error
10658                         conditions involving the initial transfer of a
10659                         slave zone, interfering with subsequent server
10660                         startup. [RT #282]
10661
10662  434.   [func]          New function isc_file_isabsolute().
10663
10664  433.   [func]          isc_base64_decodestring() now accepts newlines
10665                         within the base64 data.  This makes it possible
10666                         to break up the key data in a "trusted-keys"
10667                         statement into multiple lines. [RT #284]
10668
10669  432.   [func]          Added refresh/retry jitter.  The actual refresh/
10670                         retry time is now a random value between 75% and
10671                         100% of the configured value.
10672
10673  431.   [func]          Log at ISC_LOG_INFO when a zone is successfully
10674                         loaded.
10675
10676  430.   [bug]           Rewrote the lightweight resolver client management
10677                         code to handle shutdown correctly and general
10678                         cleanup.
10679
10680  429.   [bug]           The space reserved for a TSIG record in a response
10681                         was 2 bytes too short, leading to message
10682                         generation failures.
10683
10684  428.   [bug]           rbtdb.c:find_closest_nxt() erroneously returned
10685                         DNS_R_BADDB for nodes which had neither NXT nor SIG NXT
10686                         (e.g. glue).  This could cause SERVFAILs when
10687                         generating negative responses in a secure zone.
10688
10689  427.   [bug]           Avoid going into an infinite loop when the validator
10690                         gets a negative response to a key query where the
10691                         records are signed by the missing key.
10692
10693  426.   [bug]           Attempting to generate an oversized RSA key could
10694                         cause dnssec-keygen to dump core.
10695
10696  425.   [bug]           Warn about the auth-nxdomain default value change
10697                         if there is no auth-nxdomain statement in the
10698                         config file. [RT #287]
10699
10700  424.   [bug]           notify_createmessage() could trigger an assertion
10701                         failure when creating the notify message failed,
10702                         e.g. due to corrupt zones with multiple SOA records.
10703                         [RT #279]
10704
10705  423.   [bug]           When responding to a recursive query, errors that occur
10706                         after following a CNAME should cause the query to fail.
10707                         [RT #274]
10708
10709  422.   [func]          get rid of isc_random_t, and make isc_random_get()
10710                         and isc_random_jitter() use rand() internally
10711                         instead of local state.  Note that isc_random_*()
10712                         functions are only for weak, non-critical "randomness"
10713                         such as timing jitter and such.
10714
10715  421.   [bug]           nslookup would exit when given a blank line as input.
10716
10717  420.   [bug]           nslookup failed to implement the "exit" command.
10718
10719  419.   [bug]           The certificate type PKIX was misspelled as SKIX.
10720
10721  418.   [bug]           At debug levels >= 10, getting an unexpected
10722                         socket receive error would crash the server
10723                         while trying to log the error message.
10724
10725  417.   [func]          Add isc_app_block() and isc_app_unblock(), which
10726                         allow an application to handle signals while
10727                         blocking.
10728
10729  416.   [bug]           Slave zones with no master file tried to use a
10730                         NULL pointer for a journal file name when they
10731                         received an IXFR. [RT #273]
10732
10733  415.   [bug]           The logging code leaked file descriptors.
10734
10735  414.   [bug]           Server did not shut down until all incoming zone
10736                         transfers were finished.
10737
10738  413.   [bug]           Notify could attempt to use the zone database after
10739                         it had been unloaded. [RT #267]
10740
10741  412.   [bug]           named -v didn't print the version.
10742
10743  411.   [bug]           A typo in the HS A code caused an assertion failure.
10744
10745  410.   [bug]           lwres_gethostbyname() and company set lwres_h_errno
10746                         to a random value on success.
10747
10748  409.   [bug]           If named was shut down early in the startup
10749                         process, ns_omapi_shutdown() would attempt to lock
10750                         an uninitialized mutex. [RT #262]
10751
10752  408.   [bug]           stub zones could leak memory and reference counts if
10753                         all the masters were unreachable.
10754
10755  407.   [bug]           isc_rwlock_lock() would needlessly block
10756                         readers when it reached the read quota even
10757                         if no writers were waiting.
10758
10759  406.   [bug]           Log messages were occasionally lost or corrupted
10760                         due to a race condition in isc_log_doit().
10761
10762  405.   [func]          Add support for selective forwarding (forward zones)
10763
10764  404.   [bug]           The request library didn't completely work with IPv6.
10765
10766  403.   [bug]           "host" did not use the search list.
10767
10768  402.   [bug]           Treat undefined acls as errors, rather than
10769                         warning and then later throwing an assertion.
10770                         [RT #252]
10771
10772  401.   [func]          Added simple database API.
10773
10774  400.   [bug]           SIG(0) signing and verifying was done incorrectly.
10775                         [RT #249]
10776
10777  399.   [bug]           When reloading the server with a config file
10778                         containing a syntax error, it could catch an
10779                         assertion failure trying to perform zone
10780                         maintenance on, or sending notifies from,
10781                         tentatively created zones whose views were
10782                         never fully configured and lacked an address
10783                         database and request manager.
10784
10785  398.   [bug]           "dig" sometimes caught an assertion failure when
10786                         using TSIG, depending on the key length.
10787
10788  397.   [func]          Added utility functions dns_view_gettsig() and
10789                         dns_view_getpeertsig().
10790
10791  396.   [doc]           There is now a man page for "nsupdate"
10792                         in doc/man/bin/nsupdate.8.
10793
10794  395.   [bug]           nslookup printed incorrect RR type mnemonics
10795                         for RRs of type >= 21 [RT #237].
10796
10797  394.   [bug]           Current name was not propagated via $INCLUDE.
10798
10799  393.   [func]          Initial answer while loading (awl) support.
10800                         Entry points: dns_master_loadfileinc(),
10801                         dns_master_loadstreaminc(), dns_master_loadbufferinc().
10802                         Note: calls to dns_master_load*inc() should be rate
10803                         be rate limited so as to not use up all file
10804                         descriptors.
10805
10806  392.   [func]          Add ISC_R_FAMILYNOSUPPORT.  Returned when OS does
10807                         not support the given address family requested.
10808
10809  391.   [clarity]       ISC_R_FAMILY -> ISC_R_FAMILYMISMATCH.
10810
10811  390.   [func]          The function dns_zone_setdbtype() now takes
10812                         an argc/argv style vector of words and sets
10813                         both the zone database type and its arguments,
10814                         making the functions dns_zone_adddbarg()
10815                         and dns_zone_cleardbargs() unnecessary.
10816
10817  389.   [bug]           Attempting to send a request over IPv6 using
10818                         dns_request_create() on a system without IPv6
10819                         support caused an assertion failure [RT #235].
10820
10821  388.   [func]          dig and host can now do reverse ipv6 lookups.
10822
10823  387.   [func]          Add dns_byaddr_createptrname(), which converts
10824                         an address into the name used by a PTR query.
10825
10826  386.   [bug]           Missing strdup() of ACL name caused random
10827                         ACL matching failures [RT #228].
10828
10829  385.   [cleanup]       Removed functions dns_zone_equal(), dns_zone_print(),
10830                         and dns_zt_print().
10831
10832  384.   [bug]           nsupdate was incorrectly limiting TTLs to 65535 instead
10833                         of 2147483647.
10834
10835  383.   [func]          When writing a master file, print the SOA and NS
10836                         records (and their SIGs) before other records.
10837
10838  382.   [bug]           named -u failed on many Linux systems where the
10839                         libc provided kernel headers do not match
10840                         the current kernel.
10841
10842  381.   [bug]           Check for IPV6_RECVPKTINFO and use it instead of
10843                         IPV6_PKTINFO if found. [RT #229]
10844
10845  380.   [bug]           nsupdate didn't work with IPv6.
10846
10847  379.   [func]          New library function isc_sockaddr_anyofpf().
10848
10849  378.   [func]          named and lwresd will log the command line arguments
10850                         they were started with in the "starting ..." message.
10851
10852  377.   [bug]           When additional data lookups were refused due to
10853                         "allow-query", the databases were still being
10854                         attached causing reference leaks.
10855
10856  376.   [bug]           The server should always use good entropy when
10857                         performing cryptographic functions needing entropy.
10858
10859  375.   [bug]           Per-zone "allow-query" did not properly override the
10860                         view/global one for CNAME targets and additional
10861                         data [RT #220].
10862
10863  374.   [bug]           SOA in authoritative negative responses had wrong TTL.
10864
10865  373.   [func]          nslookup is now installed by "make install".
10866
10867  372.   [bug]           Deal with Microsoft DNS servers appending two bytes of
10868                         garbage to zone transfer requests.
10869
10870  371.   [bug]           At high debug levels, doing an outgoing zone transfer
10871                         of a very large RRset could cause an assertion failure
10872                         during logging.
10873
10874  370.   [bug]           The error messages for roll-forward failures were
10875                         overly terse.
10876
10877  369.   [func]          Support new named.conf options, view and zone
10878                         statements:
10879
10880                                 max-retry-time, min-retry-time,
10881                                 max-refresh-time, min-refresh-time.
10882
10883  368.   [func]          Restructure the internal ".bind" view so that more
10884                         zones can be added to it.
10885
10886  367.   [bug]           Allow proper selection of server on nslookup command
10887                         line.
10888
10889  366.   [func]          Allow use of '-' batch file in dig for stdin.
10890
10891  365.   [bug]           nsupdate -k leaked memory.
10892
10893  364.   [func]          Added additional-from-{cache,auth}
10894
10895  363.   [placeholder]
10896
10897  362.   [bug]           rndc no longer aborts if the configuration file is
10898                         missing an options statement. [RT #209]
10899
10900  361.   [func]          When the RBT find or chain functions set the name and
10901                         origin for a node that stores the root label
10902                         the name is now set to an empty name, instead of ".",
10903                         to simplify later use of the name and origin by
10904                         dns_name_concatenate(), dns_name_totext() or
10905                         dns_name_format().
10906
10907  360.   [func]          dns_name_totext() and dns_name_format() now allow
10908                         an empty name to be passed, which is formatted as "@".
10909
10910  359.   [bug]           dnssec-signzone occasionally signed glue records.
10911
10912  358.   [cleanup]       Rename the intermediate files used by the dnssec
10913                         programs.
10914
10915  357.   [bug]           The zone file parser crashed if the argument
10916                         to $INCLUDE was a quoted string.
10917
10918  356.   [cleanup]       isc_task_send no longer requires event->sender to
10919                         be non-null.
10920
10921  355.   [func]          Added isc_dir_createunique(), similar to mkdtemp().
10922
10923  354.   [doc]           Man pages for the dnssec tools are now included in
10924                         the distribution, in doc/man/dnssec.
10925
10926  353.   [bug]           double increment in lwres/gethost.c:copytobuf().
10927                         [RT #187]
10928
10929  352.   [bug]           Race condition in dns_client_t startup could cause
10930                         an assertion failure.
10931
10932  351.   [bug]           Constructing a response with rcode SERVFAIL to a TSIG
10933                         signed query could crash the server.
10934
10935  350.   [bug]           Also-notify lists specified in the global options
10936                         block were not correctly reference counted, causing
10937                         a memory leak.
10938
10939  349.   [bug]           Processing a query with the CD bit set now works
10940                         as expected.
10941
10942  348.   [func]          New boolean named.conf options 'additional-from-auth'
10943                         and 'additional-from-cache' now supported in view and
10944                         global options statement.
10945
10946  347.   [bug]           Don't crash if an argument is left off options in dig.
10947
10948  346.   [placeholder]
10949
10950  345.   [bug]           Large-scale changes/cleanups to dig:
10951                         * Significantly improve structure handling
10952                         * Don't pre-load entire batch files
10953                         * Add name/rr counting/limiting
10954                         * Fix SIGINT handling
10955                         * Shorten timeouts to match v8's behavior
10956
10957  344.   [bug]           When shutting down, lwresd sometimes tried
10958                         to shut down its client tasks twice,
10959                         triggering an assertion.
10960
10961  343.   [bug]           Although zone maintenance SOA queries and
10962                         notify requests were signed with TSIG keys
10963                         when configured for the server in case,
10964                         the TSIG was not verified on the response.
10965
10966  342.   [bug]           The wrong name was being passed to
10967                         dns_name_dup() when generating a TSIG
10968                         key using TKEY.
10969
10970  341.   [func]          Support 'key' clause in named.conf zone masters
10971                         statement to allow authentication via TSIG keys:
10972
10973                                 masters {
10974                                         10.0.0.1 port 5353 key "foo";
10975                                         10.0.0.2 ;
10976                                 };
10977
10978  340.   [bug]           The top-level COPYRIGHT file was missing from
10979                         the distribution.
10980
10981  339.   [bug]           DNSSEC validation of the response to an ANY
10982                         query at a name with a CNAME RR in a secure
10983                         zone triggered an assertion failure.
10984
10985  338.   [bug]           lwresd logged to syslog as named, not lwresd.
10986
10987  337.   [bug]           "dig" did not recognize "nsap-ptr" as an RR type
10988                         on the command line.
10989
10990  336.   [bug]           "dig -f" used 64 k of memory for each line in
10991                         the file.  It now uses much less, though still
10992                         proportionally to the file size.
10993
10994  335.   [bug]           named would occasionally attempt recursion when
10995                         it was disallowed or undesired.
10996
10997  334.   [func]          Added hmac-md5 to libisc.
10998
10999  333.   [bug]           The resolver incorrectly accepted referrals to
11000                         domains that were not parents of the query name,
11001                         causing assertion failures.
11002
11003  332.   [func]          New function dns_name_reset().
11004
11005  331.   [bug]           Only log "recursion denied" if RD is set. [RT #178]
11006
11007  330.   [bug]           Many debugging messages were partially formatted
11008                         even when debugging was turned off, causing a
11009                         significant decrease in query performance.
11010
11011  329.   [func]          omapi_auth_register() now takes a size_t argument for
11012                         the length of a key's secret data.  Previously
11013                         OMAPI only stored secrets up to the first NUL byte.
11014
11015  328.   [func]          Added isc_base64_decodestring().
11016
11017  327.   [bug]           rndc.conf parser wasn't correctly recognizing an IP
11018                         address where a host specification was required.
11019
11020  326.   [func]          'keys' in an 'inet' control statement is now
11021                         required and must have at least one item in it.
11022                         A "not supported" warning is now issued if a 'unix'
11023                         control channel is defined.
11024
11025  325.   [bug]           isc_lex_gettoken was processing octal strings when
11026                         ISC_LEXOPT_CNUMBER was not set.
11027
11028  324.   [func]          In the resolver, turn EDNS0 off if there is no
11029                         response after a number of retransmissions.
11030                         This is to allow queries some chance of succeeding
11031                         even if all the authoritative servers of a zone
11032                         silently discard EDNS0 requests instead of
11033                         sending an error response like they ought to.
11034
11035  323.   [bug]           dns_rbt_findname() did not ignore empty rbt nodes.
11036                         Because of this, servers authoritative for a parent
11037                         and grandchild zone but not authoritative for the
11038                         intervening child zone did not correctly issue
11039                         referrals to the servers of the child zone.
11040
11041  322.   [bug]           Queries for KEY RRs are now sent to the parent
11042                         server before the authoritative one, making
11043                         DNSSEC insecurity proofs work in many cases
11044                         where they previously didn't.
11045
11046  321.   [bug]           When synthesizing a CNAME RR for a DNAME
11047                         response, query_addcname() failed to initialize
11048                         the type and class of the CNAME dns_rdata_t,
11049                         causing random failures.
11050
11051  320.   [func]          Multiple rndc changes: parses an rndc.conf file,
11052                         uses authentication to talk to named, command
11053                         line syntax changed.  This will all be described
11054                         in the ARM.
11055
11056  319.   [func]          The named.conf "controls" statement is now used
11057                         to configure the OMAPI command channel.
11058
11059  318.   [func]          dns_c_ndcctx_destroy() could never return anything
11060                         except ISC_R_SUCCESS; made it have void return instead.
11061
11062  317.   [func]          Use callbacks from libomapi to determine if a
11063                         new connection is valid, and if a key requested
11064                         to be used with that connection is valid.
11065
11066  316.   [bug]           Generate a warning if we detect an unexpected <eof>
11067                         but treat as <eol><eof>.
11068
11069  315.   [bug]           Handle non-empty blanks lines. [RT #163]
11070
11071  314.   [func]          The named.conf controls statement can now have
11072                         more than one key specified for the inet clause.
11073
11074  313.   [bug]           When parsing resolv.conf, don't terminate on an
11075                         error.  Instead, parse as much as possible, but
11076                         still return an error if one was found.
11077
11078  312.   [bug]           Increase the number of allowed elements in the
11079                         resolv.conf search path from 6 to 8.  If there
11080                         are more than this, ignore the remainder rather
11081                         than returning a failure in lwres_conf_parse.
11082
11083  311.   [bug]           lwres_conf_parse failed when the first line of
11084                         resolv.conf was empty or a comment.
11085
11086  310.   [func]          Changes to named.conf "controls" statement (inet
11087                         subtype only)
11088
11089                           - support "keys" clause
11090
11091                                 controls {
11092                                    inet * port 1024
11093                                         allow { any; } keys { "foo"; }
11094                                 }
11095
11096                           - allow "port xxx" to be left out of statement,
11097                             in which case it defaults to omapi's default port
11098                             of 953.
11099
11100  309.   [bug]           When sending a referral, the server did not look
11101                         for name server addresses as glue in the zone
11102                         holding the NS RRset in the case where this zone
11103                         was not the same as the one where it looked for
11104                         name server addresses as authoritative data.
11105
11106  308.   [bug]           Treat a SOA record not at top of zone as an error
11107                         when loading a zone. [RT #154]
11108
11109  307.   [bug]           When canceling a query, the resolver didn't check for
11110                         isc_socket_sendto() calls that did not yet have their
11111                         completion events posted, so it could (rarely) end up
11112                         destroying the query context and then want to use
11113                         it again when the send event posted, triggering an
11114                         assertion as it tried to cancel an already-canceled
11115                         query.  [RT #77]
11116
11117  306.   [bug]           Reading HMAC-MD5 private key files didn't work.
11118
11119  305.   [bug]           When reloading the server with a config file
11120                         containing a syntax error, it could catch an
11121                         assertion failure trying to perform zone
11122                         maintenance on tentatively created zones whose
11123                         views were never fully configured and lacked
11124                         an address database.
11125
11126  304.   [bug]           If more than LWRES_CONFMAXNAMESERVERS servers
11127                         are listed in resolv.conf, silently ignore them
11128                         instead of returning failure.
11129
11130  303.   [bug]           Add additional sanity checks to differentiate a AXFR
11131                         response vs a IXFR response. [RT #157]
11132
11133  302.   [bug]           In dig, host, and nslookup, MXNAME should be large
11134                         enough to hold any legal domain name in presentation
11135                         format + terminating NULL.
11136
11137  301.   [bug]           Uninitialized pointer in host:printmessage(). [RT #159]
11138
11139  300.   [bug]           Using both <isc/net.h> and <lwres/net.h> didn't work
11140                         on platforms lacking IPv6 because each included their
11141                         own ipv6 header file for the missing definitions.  Now
11142                         each library's ipv6.h defines the wrapper symbol of
11143                         the other (ISC_IPV6_H and LWRES_IPV6_H).
11144
11145  299.   [cleanup]       Get the user and group information before changing the
11146                         root directory, so the administrator does not need to
11147                         keep a copy of the user and group databases in the
11148                         chroot'ed environment.  Suggested by Hakan Olsson.
11149
11150  298.   [bug]           A mutex deadlock occurred during shutdown of the
11151                         interface manager under certain conditions.
11152                         Digital Unix systems were the most affected.
11153
11154  297.   [bug]           Specifying a key name that wasn't fully qualified
11155                         in certain parts of the config file could cause
11156                         an assertion failure.
11157
11158  296.   [bug]           "make install" from a separate build directory
11159                         failed unless configure had been run in the source
11160                         directory, too.
11161
11162  295.   [bug]           When invoked with type==CNAME and a message
11163                         not constructed by dns_message_parse(),
11164                         dns_message_findname() failed to find anything
11165                         due to checking for attribute bits that are set
11166                         only in dns_message_parse().  This caused an
11167                         infinite loop when constructing the response to
11168                         an ANY query at a CNAME in a secure zone.
11169
11170  294.   [bug]           If we run out of space in while processing glue
11171                         when reading a master file and commit "current name"
11172                         reverts to "name_current" instead of staying as
11173                         "name_glue".
11174
11175  293.   [port]          Add support for FreeBSD 4.0 system tests.
11176
11177  292.   [bug]           Due to problems with the way some operating systems
11178                         handle simultaneous listening on IPv4 and IPv6
11179                         addresses, the server no longer listens on IPv6
11180                         addresses by default.  To revert to the previous
11181                         behavior, specify "listen-on-v6 { any; };" in
11182                         the config file.
11183
11184  291.   [func]          Caching servers no longer send outgoing queries
11185                         over TCP just because the incoming recursive query
11186                         was a TCP one.
11187
11188  290.   [cleanup]       +twiddle option to dig (for testing only) removed.
11189
11190  289.   [cleanup]       dig is now installed in $bindir instead of $sbindir.
11191                         host is now installed in $bindir.  (Be sure to remove
11192                         any $sbindir/dig from a previous release.)
11193
11194  288.   [func]          rndc is now installed by "make install" into $sbindir.
11195
11196  287.   [bug]           rndc now works again as "rndc 127.1 reload" (for
11197                         only that task).  Parsing its configuration file and
11198                         using digital signatures for authentication has been
11199                         disabled until named supports the "controls" statement,
11200                         post-9.0.0.
11201
11202  286.   [bug]           On Solaris 2, when named inherited a signal state
11203                         where SIGHUP had the SIG_IGN action, SIGHUP would
11204                         be ignored rather than causing the server to reload
11205                         its configuration.
11206
11207  285.   [bug]           A change made to the dst API for beta4 inadvertently
11208                         broke OMAPI's creation of a dst key from an incoming
11209                         message, causing an assertion to be triggered.  Fixed.
11210
11211  284.   [func]          The DNSSEC key generation and signing tools now
11212                         generate randomness from keyboard input on systems
11213                         that lack /dev/random.
11214
11215  283.   [cleanup]       The 'lwresd' program is now a link to 'named'.
11216
11217  282.   [bug]           The lexer now returns ISC_R_RANGE if parsed integer is
11218                         too big for an unsigned long.
11219
11220  281.   [bug]           Fixed list of recognized config file category names.
11221
11222  280.   [func]          Add isc-config.sh, which can be used to more
11223                         easily build applications that link with
11224                         our libraries.
11225
11226  279.   [bug]           Private omapi function symbols shared between
11227                         two or more files in libomapi.a were not namespace
11228                         protected using the ISC convention of starting with
11229                         the library name and two underscores ("omapi__"...)
11230
11231  278.   [bug]           bin/named/logconf.c:category_fromconf() didn't take
11232                         note of when isc_log_categorybyname() wasn't able
11233                         to find the category name and would then apply the
11234                         channel list of the unknown category to all categories.
11235
11236  277.   [bug]           isc_log_categorybyname() and isc_log_modulebyname()
11237                         would fail to find the first member of any category
11238                         or module array apart from the internal defaults.
11239                         Thus, for example, the "notify" category was improperly
11240                         configured by named.
11241
11242  276.   [bug]           dig now supports maximum sized TCP messages.
11243
11244  275.   [bug]           The definition of lwres_gai_strerror() was missing
11245                         the lwres_ prefix.
11246
11247  274.   [bug]           TSIG AXFR verify failed when talking to a BIND 8
11248                         server.
11249
11250  273.   [func]          The default for the 'transfer-format' option is
11251                         now 'many-answers'.  This will break zone transfers
11252                         to BIND 4.9.5 and older unless there is an explicit
11253                         'one-answer' configuration.
11254
11255  272.   [bug]           The sending of large TCP responses was canceled
11256                         in mid-transmission due to a race condition
11257                         caused by the failure to set the client object's
11258                         "newstate" variable correctly when transitioning
11259                         to the "working" state.
11260
11261  271.   [func]          Attempt to probe the number of cpus in named
11262                         if unspecified rather than defaulting to 1.
11263
11264  270.   [func]          Allow maximum sized TCP answers.
11265
11266  269.   [bug]           Failed DNSSEC validations could cause an assertion
11267                         failure by causing clone_results() to be called with
11268                         with hevent->node == NULL.
11269
11270  268.   [doc]           A plain text version of the Administrator
11271                         Reference Manual is now included in the distribution,
11272                         as doc/arm/Bv9ARM.txt.
11273
11274  267.   [func]          Nsupdate is now provided in the distribution.
11275
11276  266.   [bug]           zone.c:save_nsrrset() node was not initialized.
11277
11278  265.   [bug]           dns_request_create() now works for TCP.
11279
11280  264.   [func]          Dispatch can not take TCP sockets in connecting
11281                         state.  Set DNS_DISPATCHATTR_CONNECTED when calling
11282                         dns_dispatch_createtcp() for connected TCP sockets
11283                         or call dns_dispatch_starttcp() when the socket is
11284                         connected.
11285
11286  263.   [func]          New logging channel type 'stderr'
11287
11288                                 channel some-name {
11289                                         stderr;
11290                                         severity error;
11291                                 }
11292
11293  262.   [bug]           'master' was not initialized in zone.c:stub_callback().
11294
11295  261.   [func]          Add dns_zone_markdirty().
11296
11297  260.   [bug]           Running named as a non-root user failed on Linux
11298                         kernels new enough to support retaining capabilities
11299                         after setuid().
11300
11301  259.   [func]          New random-device and random-seed-file statements
11302                         for global options block of named.conf. Both accept
11303                         a single string argument.
11304
11305  258.   [bug]           Fixed printing of lwres_addr_t.address field.
11306
11307  257.   [bug]           The server detached the last zone manager reference
11308                         too early, while it could still be in use by queries.
11309                         This manifested itself as assertion failures during the
11310                         shutdown process for busy name servers. [RT #133]
11311
11312  256.   [func]          isc_ratelimiter_t now has attach/detach semantics, and
11313                         isc_ratelimiter_shutdown guarantees that the rate
11314                         limiter is detached from its task.
11315
11316  255.   [func]          New function dns_zonemgr_attach().
11317
11318  254.   [bug]           Suppress "query denied" messages on additional data
11319                         lookups.
11320
11321         --- 9.0.0b4 released ---
11322
11323  253.   [func]          resolv.conf parser now recognizes ';' and '#' as
11324                         comments (anywhere in line, not just as the beginning).
11325
11326  252.   [bug]           resolv.conf parser mishandled masks on sortlists.
11327                         It also aborted when an unrecognized keyword was seen,
11328                         now it silently ignores the entire line.
11329
11330  251.   [bug]           lwresd caught an assertion failure on startup.
11331
11332  250.   [bug]           fixed handling of size+unit when value would be too
11333                         large for internal representation.
11334
11335  249.   [cleanup]       max-cache-size config option now takes a size-spec
11336                         like 'datasize', except 'default' is not allowed.
11337
11338  248.   [bug]           global lame-ttl option was not being printed when
11339                         config structures were written out.
11340
11341  247.   [cleanup]       Rename cache-size config option to max-cache-size.
11342
11343  246.   [func]          Rename global option cachesize to cache-size and
11344                         add corresponding option to view statement.
11345
11346  245.   [bug]           If an uncompressed name will take more than 255
11347                         bytes and the buffer is sufficiently long,
11348                         dns_name_fromwire should return DNS_R_FORMERR,
11349                         not ISC_R_NOSPACE.  This bug caused cause the
11350                         server to catch an assertion failure when it
11351                         received a query for a name longer than 255
11352                         bytes.
11353
11354  244.   [bug]           empty named.conf file and empty options statement are
11355                         now parsed properly.
11356
11357  243.   [func]          new cachesize option for named.conf
11358
11359  242.   [cleanup]       fixed incorrect warning about auth-nxdomain usage.
11360
11361  241.   [cleanup]       nscount and soacount have been removed from the
11362                         dns_master_*() argument lists.
11363
11364  240.   [func]          databases now come in three flavours: zone, cache
11365                         and stub.
11366
11367  239.   [func]          If ISC_MEM_DEBUG is enabled, the variable
11368                         isc_mem_debugging controls whether messages
11369                         are printed or not.
11370
11371  238.   [cleanup]       A few more compilation warnings have been quieted:
11372                         + missing sigwait prototype on BSD/OS 4.0/4.0.1.
11373                         + PTHREAD_ONCE_INIT unbraced initializer warnings on
11374                                 Solaris 2.8.
11375                         + IN6ADDR_ANY_INIT unbraced initializer warnings on
11376                                 BSD/OS 4.*, Linux and Solaris 2.8.
11377
11378  237.   [bug]           If connect() returned ENOBUFS when the resolver was
11379                         initiating a TCP query, the socket didn't get
11380                         destroyed, and the server did not shut down cleanly.
11381
11382  236.   [func]          Added new listen-on-v6 config file statement.
11383
11384  235.   [func]          Consider it a config file error if a listen-on
11385                         statement has an IPv6 address in it, or a
11386                         listen-on-v6 statement has an IPv4 address in it.
11387
11388  234.   [bug]           Allow a trusted-key's first field (domain-name) be
11389                         either a quoted or an unquoted string, instead of
11390                         requiring a quoted string.
11391
11392  233.   [cleanup]       Convert all config structure integer values to unsigned
11393                         integer (isc_uint32_t) to match grammar.
11394
11395  232.   [bug]           Allow slave zones to not have a file.
11396
11397  231.   [func]          Support new 'port' clause in config file options
11398                         section. Causes 'listen-on', 'masters' and
11399                         'also-notify' statements to use its value instead of
11400                         default (53).
11401
11402  230.   [func]          Replace the dst sign/verify API with a cleaner one.
11403
11404  229.   [func]          Support config file sig-validity-interval statement
11405                         in options, views and zone statements (master
11406                         zones only).
11407
11408  228.   [cleanup]       Logging messages in config module stripped of
11409                         trailing period.
11410
11411  227.   [cleanup]       The enumerated identifiers dns_rdataclass_*,
11412                         dns_rcode_*, dns_opcode_*, and dns_trust_* are
11413                         also now cast to their appropriate types, as with
11414                         dns_rdatatype_* in item number 225 below.
11415
11416  226.   [func]          dns_name_totext() now always prints the root name as
11417                         '.', even when omit_final_dot is true.
11418
11419  225.   [cleanup]       The enumerated dns_rdatatype_* identifiers are now
11420                         cast to dns_rdatatype_t via macros of their same name
11421                         so that they are of the proper integral type wherever
11422                         a dns_rdatatype_t is needed.
11423
11424  224.   [cleanup]       The entire project builds cleanly with gcc's
11425                         -Wcast-qual and -Wwrite-strings warnings enabled,
11426                         which is now the default when using gcc.  (Warnings
11427                         from confparser.c, because of yacc's code, are
11428                         unfortunately to be expected.)
11429
11430  223.   [func]          Several functions were re-prototyped to qualify one
11431                         or more of their arguments with "const".  Similarly,
11432                         several functions that return pointers now have
11433                         those pointers qualified with const.
11434
11435  222.   [bug]           The global 'also-notify' option was ignored.
11436
11437  221.   [bug]           An uninitialized variable was sometimes passed to
11438                         dns_rdata_freestruct() when loading a zone, causing
11439                         an assertion failure.
11440
11441  220.   [cleanup]       Set the default outgoing port in the view, and
11442                         set it in sockaddrs returned from the ADB.
11443                         [31-May-2000 explorer]
11444
11445  219.   [bug]           Signed truncated messages more correctly follow
11446                         the respective specs.
11447
11448  218.   [func]          When an rdataset is signed, its ttl is normalized
11449                         based on the signature validity period.
11450
11451  217.   [func]          Also-notify and trusted-keys can now be used in
11452                         the 'view' statement.
11453
11454  216.   [func]          The 'max-cache-ttl' and 'max-ncache-ttl' options
11455                         now work.
11456
11457  215.   [bug]           Failures at certain points in request processing
11458                         could cause the assertion INSIST(client->lockview
11459                         == NULL) to be triggered.
11460
11461  214.   [func]          New public function isc_netaddr_format(), for
11462                         formatting network addresses in log messages.
11463
11464  213.   [bug]           Don't leak memory when reloading the zone if
11465                         an update-policy clause was present in the old zone.
11466
11467  212.   [func]          Added dns_message_get/settsigkey, to make TSIG
11468                         key management reasonable.
11469
11470  211.   [func]          The 'key' and 'server' statements can now occur
11471                         inside 'view' statements.
11472
11473  210.   [bug]           The 'allow-transfer' option was ignored for slave
11474                         zones, and the 'transfers-per-ns' option was
11475                         was ignored for all zones.
11476
11477  209.   [cleanup]       Upgraded openssl files to new version 0.9.5a
11478
11479  208.   [func]          Added ISC_OFFSET_MAXIMUM for the maximum value
11480                         of an isc_offset_t.
11481
11482  207.   [func]          The dnssec tools properly use the logging subsystem.
11483
11484  206.   [cleanup]       dst now stores the key name as a dns_name_t, not
11485                         a char *.
11486
11487  205.   [cleanup]       On IRIX, turn off the mostly harmless warnings 1692
11488                         ("prototyped function redeclared without prototype")
11489                         and 1552 ("variable ... set but not used") when
11490                         compiling in the lib/dns/sec/{dnssafe,openssl}
11491                         directories, which contain code imported from outside
11492                         sources.
11493
11494  204.   [cleanup]       On HP/UX, pass +vnocompatwarnings to the linker
11495                         to quiet the warnings that "The linked output may not
11496                         run on a PA 1.x system."
11497
11498  203.   [func]          notify and zone soa queries are now tsig signed when
11499                         appropriate.
11500
11501  202.   [func]          isc_lex_getsourceline() changed from returning int
11502                         to returning unsigned long, the type of its underlying
11503                         counter.
11504
11505  201.   [cleanup]       Removed the test/sdig program, it has been
11506                         replaced by bin/dig/dig.
11507
11508         --- 9.0.0b3 released ---
11509
11510  200.   [bug]           Failures in sending query responses to clients
11511                         (e.g., running out of network buffers) were
11512                         not logged.
11513
11514  199.   [bug]           isc_heap_delete() sometimes violated the heap
11515                         invariant, causing timer events not to be posted
11516                         when due.
11517
11518  198.   [func]          Dispatch managers hold memory pools which
11519                         any managed dispatcher may use.  This allows
11520                         us to avoid dipping into the memory context for
11521                         most allocations. [19-May-2000 explorer]
11522
11523  197.   [bug]           When an incoming AXFR or IXFR completes, the
11524                         zone's internal state is refreshed from the
11525                         SOA data. [19-May-2000 explorer]
11526
11527  196.   [func]          Dispatchers can be shared easily between views
11528                         and/or interfaces. [19-May-2000 explorer]
11529
11530  195.   [bug]           Including the NXT record of the root domain
11531                         in a negative response caused an assertion
11532                         failure.
11533
11534  194.   [doc]           The PDF version of the Administrator's Reference
11535                         Manual is no longer included in the ISC BIND9
11536                         distribution.
11537
11538  193.   [func]          changed dst_key_free() prototype.
11539
11540  192.   [bug]           Zone configuration validation is now done at end
11541                         of config file parsing, and before loading
11542                         callbacks.
11543
11544  191.   [func]          Patched to compile on UnixWare 7.x.  This platform
11545                         is not directly supported by the ISC.
11546
11547  190.   [cleanup]       The DNSSEC tools have been moved to a separate
11548                         directory dnssec/ and given the following new,
11549                         more descriptive names:
11550
11551                               dnssec-keygen
11552                               dnssec-signzone
11553                               dnssec-signkey
11554                               dnssec-makekeyset
11555
11556                         Their command line arguments have also been changed to
11557                         be more consistent.  dnssec-keygen now prints the
11558                         name of the generated key files (sans extension)
11559                         on standard output to simplify its use in automated
11560                         scripts.
11561
11562  189.   [func]          isc_time_secondsastimet(), a new function, will ensure
11563                         that the number of seconds in an isc_time_t does not
11564                         exceed the range of a time_t, or return ISC_R_RANGE.
11565                         Similarly, isc_time_now(), isc_time_nowplusinterval(),
11566                         isc_time_add() and isc_time_subtract() now check the
11567                         range for overflow/underflow.  In the case of
11568                         isc_time_subtract, this changed a calling requirement
11569                         (ie, something that could generate an assertion)
11570                         into merely a condition that returns an error result.
11571                         isc_time_add() and isc_time_subtract() were void-
11572                         valued before but now return isc_result_t.
11573
11574  188.   [func]          Log a warning message when an incoming zone transfer
11575                         contains out-of-zone data.
11576
11577  187.   [func]          isc_ratelimiter_enqueue() has an additional argument
11578                         'task'.
11579
11580  186.   [func]          dns_request_getresponse() has an additional argument
11581                         'preserve_order'.
11582
11583  185.   [bug]           Fixed up handling of ISC_MEMCLUSTER_LEGACY.  Several
11584                         public functions did not have an isc__ prefix, and
11585                         referred to functions that had previously been
11586                         renamed.
11587
11588  184.   [cleanup]       Variables/functions which began with two leading
11589                         underscores were made to conform to the ANSI/ISO
11590                         standard, which says that such names are reserved.
11591
11592  183.   [func]          ISC_LOG_PRINTTAG option for log channels.  Useful
11593                         for logging the program name or other identifier.
11594
11595  182.   [cleanup]       New command-line parameters for dnssec tools
11596
11597  181.   [func]          Added dst_key_buildfilename and dst_key_parsefilename
11598
11599  180.   [func]          New isc_result_t ISC_R_RANGE.  Supersedes DNS_R_RANGE.
11600
11601  179.   [func]          options named.conf statement *must* now come
11602                         before any zone or view statements.
11603
11604  178.   [func]          Post-load of named.conf check verifies a slave zone
11605                         has non-empty list of masters defined.
11606
11607  177.   [func]          New per-zone boolean:
11608
11609                                 enable-zone yes | no ;
11610
11611                         intended to let a zone be disabled without having
11612                         to comment out the entire zone statement.
11613
11614  176.   [func]          New global and per-view option:
11615
11616                                 max-cache-ttl number
11617
11618  175.   [func]          New global and per-view option:
11619
11620                                 additional-data internal | minimal | maximal;
11621
11622  174.   [func]          New public function isc_sockaddr_format(), for
11623                         formatting socket addresses in log messages.
11624
11625  173.   [func]          Keep a queue of zones waiting for zone transfer
11626                         quota so that a new transfer can be dispatched
11627                         immediately whenever quota becomes available.
11628
11629  172.   [bug]           $TTL directive was sometimes missing from dumped
11630                         master files because totext_ctx_init() failed to
11631                         initialize ctx->current_ttl_valid.
11632
11633  171.   [cleanup]       On NetBSD systems, the mit-pthreads or
11634                         unproven-pthreads library is now always used
11635                         unless --with-ptl2 is explicitly specified on
11636                         the configure command line.  The
11637                         --with-mit-pthreads option is no longer needed
11638                         and has been removed.
11639
11640  170.   [cleanup]       Remove inter server consistency checks from zone,
11641                         these should return as a separate module in 9.1.
11642                         dns_zone_checkservers(), dns_zone_checkparents(),
11643                         dns_zone_checkchildren(), dns_zone_checkglue().
11644
11645                         Remove dns_zone_setadb(), dns_zone_setresolver(),
11646                         dns_zone_setrequestmgr() these should now be found
11647                         via the view.
11648
11649  169.   [func]          ratelimiter can now process N events per interval.
11650
11651  168.   [bug]           include statements in named.conf caused syntax errors
11652                         due to not consuming the semicolon ending the include
11653                         statement before switching input streams.
11654
11655  167.   [bug]           Make lack of masters for a slave zone a soft error.
11656
11657  166.   [bug]           Keygen was overwriting existing keys if key_id
11658                         conflicted, now it will retry, and non-null keys
11659                         with key_id == 0 are not generated anymore.  Key
11660                         was not able to generate NOAUTHCONF DSA key,
11661                         increased RSA key size to 2048 bits.
11662
11663  165.   [cleanup]       Silence "end-of-loop condition not reached" warnings
11664                         from Solaris compiler.
11665
11666  164.   [func]          Added functions isc_stdio_open(), isc_stdio_close(),
11667                         isc_stdio_seek(), isc_stdio_read(), isc_stdio_write(),
11668                         isc_stdio_flush(), isc_stdio_sync(), isc_file_remove()
11669                         to encapsulate nonportable usage of errno and sync.
11670
11671  163.   [func]          Added result codes ISC_R_FILENOTFOUND and
11672                         ISC_R_FILEEXISTS.
11673
11674  162.   [bug]           Ensure proper range for arguments to ctype.h functions.
11675
11676  161.   [cleanup]       error in yyparse prototype that only HPUX caught.
11677
11678  160.   [cleanup]       getnet*() are not going to be implemented at this
11679                         stage.
11680
11681  159.   [func]          Redefinition of config file elements is now an
11682                         error (instead of a warning).
11683
11684  158.   [bug]           Log channel and category list copy routines
11685                         weren't assigning properly to output parameter.
11686
11687  157.   [port]          Fix missing prototype for getopt().
11688
11689  156.   [func]          Support new 'database' statement in zone.
11690
11691                                 database "quoted-string";
11692
11693  155.   [bug]           ns_notify_start() was not detaching the found zone.
11694
11695  154.   [func]          The signer now logs libdns warnings to stderr even when
11696                         not verbose, and in a nicer format.
11697
11698  153.   [func]          dns_rdata_tostruct() 'mctx' is now optional.  If 'mctx'
11699                         is NULL then you need to preserve the 'rdata' until
11700                         you have finished using the structure as there may be
11701                         references to the associated memory.  If 'mctx' is
11702                         non-NULL it is guaranteed that there are no references
11703                         to memory associated with 'rdata'.
11704
11705                         dns_rdata_freestruct() must be called if 'mctx' was
11706                         non-NULL and may safely be called if 'mctx' was NULL.
11707
11708  152.   [bug]           keygen dumped core if domain name argument was omitted
11709                         from command line.
11710
11711  151.   [func]          Support 'disabled' statement in zone config (causes
11712                         zone to be parsed and then ignored). Currently must
11713                         come after the 'type' clause.
11714
11715  150.   [func]          Support optional ports in masters and also-notify
11716                         statements:
11717
11718                                 masters [ port xxx ] { y.y.y.y [ port zzz ] ; }
11719
11720  149.   [cleanup]       Removed unused argument 'olist' from
11721                         dns_c_view_unsetordering().
11722
11723  148.   [cleanup]       Stop issuing some warnings about some configuration
11724                         file statements that were not implemented, but now are.
11725
11726  147.   [bug]           Changed yacc union size to be smaller for yaccs that
11727                         put yacc-stack on the real stack.
11728
11729  146.   [cleanup]       More general redundant header file cleanup.  Rather
11730                         than continuing to itemize every header which changed,
11731                         this changelog entry just notes that if a header file
11732                         did not need another header file that it was including
11733                         in order to provide its advertised functionality, the
11734                         inclusion of the other header file was removed.  See
11735                         util/check-includes for how this was tested.
11736
11737  145.   [cleanup]       Added <isc/lang.h> and ISC_LANG_BEGINDECLS/
11738                         ISC_LANG_ENDDECLS to header files that had function
11739                         prototypes, and removed it from those that did not.
11740
11741  144.   [cleanup]       libdns header files too numerous to name were made
11742                         to conform to the same style for multiple inclusion
11743                         protection.
11744
11745  143.   [func]          Added function dns_rdatatype_isknown().
11746
11747  142.   [cleanup]       <isc/stdtime.h> does not need <time.h> or
11748                         <isc/result.h>.
11749
11750  141.   [bug]           Corrupt requests with multiple questions could
11751                         cause an assertion failure.
11752
11753  140.   [cleanup]       <isc/time.h> does not need <time.h> or <isc/result.h>.
11754
11755  139.   [cleanup]       <isc/net.h> now includes <isc/types.h> instead of
11756                         <isc/int.h> and <isc/result.h>.
11757
11758  138.   [cleanup]       isc_strtouq moved from str.[ch] to string.[ch] and
11759                         renamed isc_string_touint64.  isc_strsep moved from
11760                         strsep.c to string.c and renamed isc_string_separate.
11761
11762  137.   [cleanup]       <isc/commandline.h>, <isc/mem.h>, <isc/print.h>
11763                         <isc/serial.h>, <isc/string.h> and <isc/offset.h>
11764                         made to conform to the same style for multiple
11765                         inclusion protection.
11766
11767  136.   [cleanup]       <isc/commandline.h>, <isc/interfaceiter.h>,
11768                         <isc/net.h> and Win32's <isc/thread.h> needed
11769                         ISC_LANG_BEGINDECLS/ISC_LANG_ENDDECLS.
11770
11771  135.   [cleanup]       Win32's <isc/condition.h> did not need <isc/result.h>
11772                         or <isc/boolean.h>, now uses <isc/types.h> in place
11773                         of <isc/time.h>, and needed ISC_LANG_BEGINDECLS
11774                         and ISC_LANG_ENDDECLS.
11775
11776  134.   [cleanup]       <isc/dir.h> does not need <limits.h>.
11777
11778  133.   [cleanup]       <isc/ipv6.h> needs <isc/platform.h>.
11779
11780  132.   [cleanup]       <isc/app.h> does not need <isc/task.h>, but does
11781                         need <isc/eventclass.h>.
11782
11783  131.   [cleanup]       <isc/mutex.h> and <isc/util.h> need <isc/result.h>
11784                         for ISC_R_* codes used in macros.
11785
11786  130.   [cleanup]       <isc/condition.h> does not need <pthread.h> or
11787                         <isc/boolean.h>, and now includes <isc/types.h>
11788                         instead of <isc/time.h>.
11789
11790  129.   [bug]           The 'default_debug' log channel was not set up when
11791                         'category default' was present in the config file
11792
11793  128.   [cleanup]       <isc/dir.h> had ISC_LANG_BEGINDECLS instead of
11794                         ISC_LANG_ENDDECLS at end of header.
11795
11796  127.   [cleanup]       The contracts for the comparison routines
11797                         dns_name_fullcompare(), dns_name_compare(),
11798                         dns_name_rdatacompare(), and dns_rdata_compare() now
11799                         specify that the order value returned is < 0, 0, or > 0
11800                         instead of -1, 0, or 1.
11801
11802  126.   [cleanup]       <isc/quota.h> and <isc/taskpool.h> need <isc/lang.h>.
11803
11804  125.   [cleanup]       <isc/eventclass.h>, <isc/ipv6.h>, <isc/magic.h>,
11805                         <isc/mutex.h>, <isc/once.h>, <isc/region.h>, and
11806                         <isc/resultclass.h> do not need <isc/lang.h>.
11807
11808  124.   [func]          signer now imports parent's zone key signature
11809                         and creates null keys/sets zone status bit for
11810                         children when necessary
11811
11812  123.   [cleanup]       <isc/event.h> does not need <stddef.h>.
11813
11814  122.   [cleanup]       <isc/task.h> does not need <isc/mem.h> or
11815                         <isc/result.h>.
11816
11817  121.   [cleanup]       <isc/symtab.h> does not need <isc/mem.h> or
11818                         <isc/result.h>.  Multiple inclusion protection
11819                         symbol fixed from ISC_SYMBOL_H to ISC_SYMTAB_H.
11820                         isc_symtab_t moved to <isc/types.h>.
11821
11822  120.   [cleanup]       <isc/socket.h> does not need <isc/boolean.h>,
11823                         <isc/bufferlist.h>, <isc/task.h>, <isc/mem.h> or
11824                         <isc/net.h>.
11825
11826  119.   [cleanup]       structure definitions for generic rdata structures do
11827                         not have _generic_ in their names.
11828
11829  118.   [cleanup]       libdns.a is now namespace-clean, on NetBSD, excepting
11830                         YACC crust (yyparse, etc) [2000-apr-27 explorer]
11831
11832  117.   [cleanup]       libdns.a changes:
11833                         dns_zone_clearnotify() and dns_zone_addnotify()
11834                         are replaced by dns_zone_setnotifyalso().
11835                         dns_zone_clearmasters() and dns_zone_addmaster()
11836                         are replaced by dns_zone_setmasters().
11837
11838  116.   [func]          Added <isc/offset.h> for isc_offset_t (aka off_t
11839                         on Unix systems).
11840
11841  115.   [port]          Shut up the -Wmissing-declarations warning about
11842                         <stdio.h>'s __sputaux on BSD/OS pre-4.1.
11843
11844  114.   [cleanup]       <isc/sockaddr.h> does not need <isc/buffer.h> or
11845                         <isc/list.h>.
11846
11847  113.   [func]          Utility programs dig and host added.
11848
11849  112.   [cleanup]       <isc/serial.h> does not need <isc/boolean.h>.
11850
11851  111.   [cleanup]       <isc/rwlock.h> does not need <isc/result.h> or
11852                         <isc/mutex.h>.
11853
11854  110.   [cleanup]       <isc/result.h> does not need <isc/boolean.h> or
11855                         <isc/list.h>.
11856
11857  109.   [bug]           "make depend" did nothing for
11858                         bin/tests/{db,mem,sockaddr,tasks,timers}/.
11859
11860  108.   [cleanup]       DNS_SETBIT/DNS_GETBIT/DNS_CLEARBIT moved from
11861                         <dns/types.h> to <dns/bit.h> and renamed to
11862                         DNS_BIT_SET/DNS_BIT_GET/DNS_BIT_CLEAR.
11863
11864  107.   [func]          Add keysigner and keysettool.
11865
11866  106.   [func]          Allow dnssec verifications to ignore the validity
11867                         period.  Used by several of the dnssec tools.
11868
11869  105.   [doc]           doc/dev/coding.html expanded with other
11870                         implicit conventions the developers have used.
11871
11872  104.   [bug]           Made compress_add and compress_find static to
11873                         lib/dns/compress.c.
11874
11875  103.   [func]          libisc buffer API changes for <isc/buffer.h>:
11876                         Added:
11877                                 isc_buffer_base(b)          (pointer)
11878                                 isc_buffer_current(b)       (pointer)
11879                                 isc_buffer_active(b)        (pointer)
11880                                 isc_buffer_used(b)          (pointer)
11881                                 isc_buffer_length(b)            (int)
11882                                 isc_buffer_usedlength(b)        (int)
11883                                 isc_buffer_consumedlength(b)    (int)
11884                                 isc_buffer_remaininglength(b)   (int)
11885                                 isc_buffer_activelength(b)      (int)
11886                                 isc_buffer_availablelength(b)   (int)
11887                         Removed:
11888                                 ISC_BUFFER_USEDCOUNT(b)
11889                                 ISC_BUFFER_AVAILABLECOUNT(b)
11890                                 isc_buffer_type(b)
11891                         Changed names:
11892                                 isc_buffer_used(b, r) ->
11893                                         isc_buffer_usedregion(b, r)
11894                                 isc_buffer_available(b, r) ->
11895                                         isc_buffer_available_region(b, r)
11896                                 isc_buffer_consumed(b, r) ->
11897                                         isc_buffer_consumedregion(b, r)
11898                                 isc_buffer_active(b, r) ->
11899                                         isc_buffer_activeregion(b, r)
11900                                 isc_buffer_remaining(b, r) ->
11901                                         isc_buffer_remainingregion(b, r)
11902
11903                         Buffer types were removed, so the ISC_BUFFERTYPE_*
11904                         macros are no more, and the type argument to
11905                         isc_buffer_init and isc_buffer_allocate were removed.
11906                         isc_buffer_putstr is now void (instead of isc_result_t)
11907                         and requires that the caller ensure that there
11908                         is enough available buffer space for the string.
11909
11910  102.   [port]          Correctly detect inet_aton, inet_pton and inet_ptop
11911                         on BSD/OS 4.1.
11912
11913  101.   [cleanup]       Quieted EGCS warnings from lib/isc/print.c.
11914
11915  100.   [cleanup]       <isc/random.h> does not need <isc/int.h> or
11916                         <isc/mutex.h>.  isc_random_t moved to <isc/types.h>.
11917
11918   99.   [cleanup]       Rate limiter now has separate shutdown() and
11919                         destroy() functions, and it guarantees that all
11920                         queued events are delivered even in the shutdown case.
11921
11922   98.   [cleanup]       <isc/print.h> does not need <stdarg.h> or <stddef.h>
11923                         unless ISC_PLATFORM_NEEDVSNPRINTF is defined.
11924
11925   97.   [cleanup]       <isc/ondestroy.h> does not need <stddef.h> or
11926                         <isc/event.h>.
11927
11928   96.   [cleanup]       <isc/mutex.h> does not need <isc/result.h>.
11929
11930   95.   [cleanup]       <isc/mutexblock.h> does not need <isc/result.h>.
11931
11932   94.   [cleanup]       Some installed header files did not compile as C++.
11933
11934   93.   [cleanup]       <isc/msgcat.h> does not need <isc/result.h>.
11935
11936   92.   [cleanup]       <isc/mem.h> does not need <stddef.h>, <isc/boolean.h>,
11937                         or <isc/result.h>.
11938
11939   91.   [cleanup]       <isc/log.h> does not need <sys/types.h> or
11940                         <isc/result.h>.
11941
11942   90.   [cleanup]       Removed unneeded ISC_LANG_BEGINDECLS/ISC_LANG_ENDDECLS
11943                         from <named/listenlist.h>.
11944
11945   89.   [cleanup]       <isc/lex.h> does not need <stddef.h>.
11946
11947   88.   [cleanup]       <isc/interfaceiter.h> does not need <isc/result.h> or
11948                         <isc/mem.h>.  isc_interface_t and isc_interfaceiter_t
11949                         moved to <isc/types.h>.
11950
11951   87.   [cleanup]       <isc/heap.h> does not need <isc/boolean.h>,
11952                         <isc/mem.h> or <isc/result.h>.
11953
11954   86.   [cleanup]       isc_bufferlist_t moved from <isc/bufferlist.h> to
11955                         <isc/types.h>.
11956
11957   85.   [cleanup]       <isc/bufferlist.h> does not need <isc/buffer.h>,
11958                         <isc/list.h>, <isc/mem.h>, <isc/region.h> or
11959                         <isc/int.h>.
11960
11961   84.   [func]          allow-query ACL checks now apply to all data
11962                         added to a response.
11963
11964   83.   [func]          If the server is authoritative for both a
11965                         delegating zone and its (nonsecure) delegatee, and
11966                         a query is made for a KEY RR at the top of the
11967                         delegatee, then the server will look for a KEY
11968                         in the delegator if it is not found in the delegatee.
11969
11970   82.   [cleanup]       <isc/buffer.h> does not need <isc/list.h>.
11971
11972   81.   [cleanup]       <isc/int.h> and <isc/boolean.h> do not need
11973                         <isc/lang.h>.
11974
11975   80.   [cleanup]       <isc/print.h> does not need <stdio.h> or <stdlib.h>.
11976
11977   79.   [cleanup]       <dns/callbacks.h> does not need <stdio.h>.
11978
11979   78.   [cleanup]       lwres_conftest renamed to lwresconf_test for
11980                         consistency with other *_test programs.
11981
11982   77.   [cleanup]       typedef of isc_time_t and isc_interval_t moved from
11983                         <isc/time.h> to <isc/types.h>.
11984
11985   76.   [cleanup]       Rewrote keygen.
11986
11987   75.   [func]          Don't load a zone if its database file is older
11988                         than the last time the zone was loaded.
11989
11990   74.   [cleanup]       Removed mktemplate.o and ufile.o from libisc.a,
11991                         subsumed by file.o.
11992
11993   73.   [func]          New "file" API in libisc, including new function
11994                         isc_file_getmodtime, isc_mktemplate renamed to
11995                         isc_file_mktemplate and isc_ufile renamed to
11996                         isc_file_openunique.  By no means an exhaustive API,
11997                         it is just what's needed for now.
11998
11999   72.   [func]          DNS_RBTFIND_NOPREDECESSOR and DNS_RBTFIND_NOOPTIONS
12000                         added for dns_rbt_findnode, the former to disable the
12001                         setting of the chain to the predecessor, and the
12002                         latter to make clear when no options are set.
12003
12004   71.   [cleanup]       Made explicit the implicit REQUIREs of
12005                         isc_time_seconds, isc_time_nanoseconds, and
12006                         isc_time_subtract.
12007
12008   70.   [func]          isc_time_set() added.
12009
12010   69.   [bug]           The zone object's master and also-notify lists grew
12011                         longer with each server reload.
12012
12013   68.   [func]          Partial support for SIG(0) on incoming messages.
12014
12015   67.   [performance]   Allow use of alternate (compile-time supplied)
12016                         OpenSSL libraries/headers.
12017
12018   66.   [func]          Data in authoritative zones should have a trust level
12019                         beyond secure.
12020
12021   65.   [cleanup]       Removed obsolete typedef of dns_zone_callbackarg_t
12022                         from <dns/types.h>.
12023
12024   64.   [func]          The RBT, DB, and zone table APIs now allow the
12025                         caller find the most-enclosing superdomain of
12026                         a name.
12027
12028   63.   [func]          Generate NOTIFY messages.
12029
12030   62.   [func]          Add UDP refresh support.
12031
12032   61.   [cleanup]       Use single quotes consistently in log messages.
12033
12034   60.   [func]          Catch and disallow singleton types on message
12035                         parse.
12036
12037   59.   [bug]           Cause net/host unreachable to be a hard error
12038                         when sending and receiving.
12039
12040   58.   [bug]           bin/named/query.c could sometimes trigger the
12041                         (client->query.attributes & NS_QUERYATTR_NAMEBUFUSED)
12042                         == 0 assertion in query_newname().
12043
12044   57.   [func]          Added dns_nxt_typepresent()
12045
12046   56.   [bug]           SIG records were not properly returned in cached
12047                         negative answers.
12048
12049   55.   [bug]           Responses containing multiple names in the authority
12050                         section were not negatively cached.
12051
12052   54.   [bug]           If a fetch with sigrdataset==NULL joined one with
12053                         sigrdataset!=NULL or vice versa, the resolver
12054                         could catch an assertion or lose signature data,
12055                         respectively.
12056
12057   53.   [port]          freebsd 4.0: lib/isc/unix/socket.c requires
12058                         <sys/param.h>.
12059
12060   52.   [bug]           rndc: taskmgr and socketmgr were not initialized
12061                         to NULL.
12062
12063   51.   [cleanup]       dns/compress.h and dns/zt.h did not need to include
12064                         dns/rbt.h; it was needed only by compress.c and zt.c.
12065
12066   50.   [func]          RBT deletion no longer requires a valid chain to work,
12067                         and dns_rbt_deletenode was added.
12068
12069   49.   [func]          Each cache now has its own mctx.
12070
12071   48.   [func]          isc_task_create() no longer takes an mctx.
12072                         isc_task_mem() has been eliminated.
12073
12074   47.   [func]          A number of modules now use memory context reference
12075                         counting.
12076
12077   46.   [func]          Memory contexts are now reference counted.
12078                         Added isc_mem_inuse() and isc_mem_preallocate().
12079                         Renamed isc_mem_destroy_check() to
12080                         isc_mem_setdestroycheck().
12081
12082   45.   [bug]           The trusted-key statement incorrectly loaded keys.
12083
12084   44.   [bug]           Don't include authority data if it would force us
12085                         to unset the AD bit in the message.
12086
12087   43.   [bug]           DNSSEC verification of cached rdatasets was failing.
12088
12089   42.   [cleanup]       Simplified logging of messages with embedded domain
12090                         names by introducing a new convenience function
12091                         dns_name_format().
12092
12093   41.   [func]          Use PR_SET_KEEPCAPS on Linux 2.3.99-pre3 and later
12094                         to allow 'named' to run as a non-root user while
12095                         retaining the ability to bind() to privileged
12096                         ports.
12097
12098   40.   [func]          Introduced new logging category "dnssec" and
12099                         logging module "dns/validator".
12100
12101   39.   [cleanup]       Moved the typedefs for isc_region_t, isc_textregion_t,
12102                         and isc_lex_t to <isc/types.h>.
12103
12104   38.   [bug]           TSIG signed incoming zone transfers work now.
12105
12106   37.   [bug]           If the first RR in an incoming zone transfer was
12107                         not an SOA, the server died with an assertion failure
12108                         instead of just reporting an error.
12109
12110   36.   [cleanup]       Change DNS_R_SUCCESS (and others) to ISC_R_SUCCESS
12111
12112   35.   [performance]   Log messages which are of a level too high to be
12113                         logged by any channel in the logging configuration
12114                         will not cause the log mutex to be locked.
12115
12116   34.   [bug]           Recursion was allowed even with 'recursion no'.
12117
12118   33.   [func]          The RBT now maintains a parent pointer at each node.
12119
12120   32.   [cleanup]       bin/lwresd/client.c needs <string.h> for memset()
12121                         prototype.
12122
12123   31.   [bug]           Use ${LIBTOOL} to compile bin/named/main.@O@.
12124
12125   30.   [func]          config file grammar change to support optional
12126                         class type for a view.
12127
12128   29.   [func]          support new config file view options:
12129
12130                                 auth-nxdomain recursion query-source
12131                                 query-source-v6 transfer-source
12132                                 transfer-source-v6 max-transfer-time-out
12133                                 max-transfer-idle-out transfer-format
12134                                 request-ixfr provide-ixfr cleaning-interval
12135                                 fetch-glue notify rfc2308-type1 lame-ttl
12136                                 max-ncache-ttl min-roots
12137
12138   28.   [func]          support lame-ttl, min-roots and serial-queries
12139                         config global options.
12140
12141   27.   [bug]           Only include <netinet6/in6.h> on BSD/OS 4.[01]*.
12142                         Including it on other platforms (eg, NetBSD) can
12143                         cause a forced #error from the C preprocessor.
12144
12145   26.   [func]          new match-clients statement in config file view.
12146
12147   25.   [bug]           make install failed to install <isc/log.h> and
12148                         <isc/ondestroy.h>.
12149
12150   24.   [cleanup]       Eliminate some unnecessary #includes of header
12151                         files from header files.
12152
12153   23.   [cleanup]       Provide more context in log messages about client
12154                         requests, using a new function ns_client_log().
12155
12156   22.   [bug]           SIGs weren't returned in the answer section when
12157                         the query resulted in a fetch.
12158
12159   21.   [port]          Look at STD_CINCLUDES after CINCLUDES during
12160                         compilation, so additional system include directories
12161                         can be searched but header files in the bind9 source
12162                         tree with conflicting names take precedence.  This
12163                         avoids issues with installed versions of dnssafe and
12164                         openssl.
12165
12166   20.   [func]          Configuration file post-load validation of zones
12167                         failed if there were no zones.
12168
12169   19.   [bug]           dns_zone_notifyreceive() failed to unlock the zone
12170                         lock in certain error cases.
12171
12172   18.   [bug]           Use AC_TRY_LINK rather than AC_TRY_COMPILE in
12173                         configure.in to check for presence of in6addr_any.
12174
12175   17.   [func]          Do configuration file post-load validation of zones.
12176
12177   16.   [bug]           put quotes around key names on config file
12178                         output to avoid possible keyword clashes.
12179
12180   15.   [func]          Add dns_name_dupwithoffsets().  This function is
12181                         improves comparison performance for duped names.
12182
12183   14.   [bug]           free_rbtdb() could have 'put' unallocated memory in
12184                         an unlikely error path.
12185
12186   13.   [bug]           lib/dns/master.c and lib/dns/xfrin.c didn't ignore
12187                         out-of-zone data.
12188
12189   12.   [bug]           Fixed possible uninitialized variable error.
12190
12191   11.   [bug]           axfr_rrstream_first() didn't check the result code of
12192                         db_rr_iterator_first(), possibly causing an assertion
12193                         to be triggered later.
12194
12195   10.   [bug]           A bug in the code which makes EDNS0 OPT records in
12196                         bin/named/client.c and lib/dns/resolver.c could
12197                         trigger an assertion.
12198
12199    9.   [cleanup]       replaced bit-setting code in confctx.c and replaced
12200                         repeated code with macro calls.
12201
12202    8.   [bug]           Shutdown of incoming zone transfer accessed
12203                         freed memory.
12204
12205    7.   [cleanup]       removed 'listen-on' from view statement.
12206
12207    6.   [bug]           quote RR names when generating config file to
12208                         prevent possible clash with config file keywords
12209                         (such as 'key').
12210
12211    5.   [func]          syntax change to named.conf file: new ssu grant/deny
12212                         statements must now be enclosed by an 'update-policy'
12213                         block.
12214
12215    4.   [port]          bin/named/unix/os.c didn't compile on systems with
12216                         linux 2.3 kernel includes due to conflicts between
12217                         C library includes and the kernel includes.  We now
12218                         get only what we need from <linux/capability.h>, and
12219                         avoid pulling in other linux kernel .h files.
12220
12221    3.   [bug]           TKEYs go in the answer section of responses, not
12222                         the additional section.
12223
12224    2.   [bug]           Generating cryptographic randomness failed on
12225                         systems without /dev/random.
12226
12227    1.   [bug]           The installdirs rule in
12228                         lib/isc/unix/include/isc/Makefile.in had a typo which
12229                         prevented the isc directory from being created if it
12230                         didn't exist.
12231
12232         --- 9.0.0b2 released ---
12233
12234 # This tells Emacs to use hard tabs in this file.
12235 # Local Variables:
12236 # indent-tabs-mode: t
12237 # End: