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