]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - contrib/bind9/CHANGES
MFC r326362:
[FreeBSD/stable/9.git] / contrib / bind9 / CHANGES
1         --- 9.9.9-P4 released ---
2
3 4489.   [security]      It was possible to trigger assertions when processing
4                         a response. (CVE-2016-8864) [RT #43465]
5
6         --- 9.9.9-P3 released ---
7
8 4467.   [security]      It was possible to trigger a assertion when rendering
9                         a message. (CVE-2016-2776) [RT #43139]
10
11         --- 9.9.9-P2 released ---
12
13 4406.   [bug]           getrrsetbyname with a non absolute name could
14                         trigger an infinite recursion bug in lwresd
15                         and named with lwres configured if when combined
16                         with a search list entry the resulting name is
17                         too long. (CVE-2016-2775) [RT #42694]
18
19 4405.   [bug]           Change 4342 introduced a regression where you could
20                         not remove a delegation in a NSEC3 signed zone using
21                         OPTOUT via nsupdate. [RT #42702]
22
23 4387.   [bug]           Change 4336 was not complete leading to SERVFAIL
24                         being return as NS records expired. [RT #42683]
25
26         --- 9.9.9-P1 released ---
27
28 4366.   [bug]           Address race condition when updating rbtnode bit
29                         fields. [RT #42379]
30
31 4363.   [port]          win32: Disable explicit triggering UAC when running
32                         BINDInstall.
33
34         --- 9.9.9 released ---
35
36         --- 9.9.9rc1 released ---
37
38 4347.   [port]          Corrected a build error on x86_64 Solaris. [RT #42150]
39
40 4346.   [bug]           Fixed a regression introduced in change #4337 which
41                         caused signed domains with revoked KSKs to fail
42                         validation. [RT #42147]
43
44 4345.   [contrib]       perftcpdns mishandled the return values from
45                         clock_nanosleep. [RT #42131]
46
47 4344.   [port]          Address openssl version differences. [RT #42059]
48
49         --- 9.9.9b2 released ---
50
51 4342.   [bug]           'rndc flushtree' could fail to clean the tree if there
52                         wasn't a node at the specified name. [RT #41846]
53
54 4338.   [bug]           Reimplement change 4324 as it wasn't properly doing
55                         all the required book keeping. [RT #41941]
56
57 4337.   [bug]           The previous change exposed a latent flaw in
58                         key refresh queries for managed-keys when
59                         a cached DNSKEY had TTL 0. [RT #41986]
60
61 4336.   [bug]           Don't emit records with zero ttl unless the records
62                         were learnt with a zero ttl. [RT #41687]
63
64 4335.   [bug]           zone->view could be detached too early. [RT #41942]
65
66 4333.   [maint]         L.ROOT-SERVERS.NET is now 199.7.83.42 and
67                         2001:500:9f::42.
68
69 4331.   [func]          When loading managed signed zones detect if the
70                         RRSIG's inception time is in the future and regenerate
71                         the RRSIG immediately. [RT #41808]
72
73 4330.   [protocol]      Identify the PAD option as "PAD" when printing out
74                         a message.
75
76         --- 9.9.9b1 released ---
77
78 4329.   [func]          Warn about a common misconfiguration when forwarding
79                         RFC 1918 zones. [RT #41441]
80
81 4328.   [performance]   Add dns_name_fromwire() benchmark test. [RT #41694]
82
83 4327.   [func]          Log query and depth counters during fetches when
84                         querytrace (./configure --enable-querytrace) is
85                         enabled (helps in diagnosing).  [RT #41787]
86
87 4326.   [protocol]      Add support for AVC. [RT #41819]
88
89 4324.   [bug]           When deleting records from a zone database, interior
90                         nodes could be left empty but not deleted, damaging
91                         search performance afterward. [RT #40997]
92
93 4323.   [bug]           Improve HTTP header processing on statschannel.
94                         [RT #41674]
95
96 4320.   [bug]           Insufficient memory allocation when handling
97                         "none" ACL could cause an assertion failure in
98                         named when parsing ACL configuration. [RT #41745]
99
100 4319.   [security]      Fix resolver assertion failure due to improper
101                         DNAME handling when parsing fetch reply messages.
102                         (CVE-2016-1286) [RT #41753]
103
104 4318.   [security]      Malformed control messages can trigger assertions
105                         in named and rndc. (CVE-2016-1285) [RT #41666]
106
107 4317.   [bug]           Age all unused servers on fetch timeout. [RT #41597]
108
109 4315.   [bug]           Check that configured view class isn't a meta class.
110                         [RT #41572].
111
112 4314.   [contrib]       Added 'dnsperf-2.1.0.0-1', a set of performance
113                         testing tools provided by Nominum, Inc.
114
115 4313.   [bug]           Handle ns_client_replace failures in test mode.
116                         [RT #41190]
117
118 4312.   [bug]           dig's unknown DNS and EDNS flags (MBZ value) logging
119                         was not consistent. [RT #41600]
120
121 4311.   [bug]           Prevent "rndc delzone" from being used on
122                         response-policy zones. [RT #41593]
123
124 4310.   [performance]   Use __builtin_expect() where available to annotate
125                         conditions with known behavior. [RT #41411]
126
127 4308.   [func]          Added operating system details to "named -V"
128                         output. [RT #41452]
129
130 4306.   [maint]         Added a PKCS#11 openssl patch supporting
131                         version 1.0.2f [RT #38312]
132
133 4305.   [bug]           dnssec-signzone was not removing unnecessary rrsigs
134                         from the zone's apex. [RT #41483]
135
136 4304.   [port]          xfer system test failed as 'tail -n +value' is not
137                         portable. [RT #41315]
138
139 4302.   [port]          win32: fixed a build error in VS 2015. [RT #41426]
140
141 4300.   [cleanup]       Added new querytrace logging. [RT #41155]
142
143 4299.   [bug]           Check that exactly totallen bytes are read when
144                         reading a RRset from raw files in both single read
145                         and incremental modes. [RT #41402]
146
147 4297.   [bug]           RPZ zones with errors could cause a crash when a
148                         pointer was cleaned up twice. [RT #41518]
149
150 4295.   [bug]           An unchecked result in dns_message_pseudosectiontotext()
151                         could allow incorrect text formatting of EDNS EXPIRE
152                         options. [RT #41437]
153
154 4294.   [bug]           Fixed a regression in which "rndc stop -p" failed
155                         to print the PID. [RT #41513]
156
157 4293.   [bug]           Address memory leak on priming query creation failure.
158                         [RT #41512]
159
160 4292.   [bug]           Build lib/export/dns/gen with native compiler.
161                         [RT #41502]
162
163 4291.   [cleanup]       Added a required include to dns/forward.h. [RT #41474]
164
165 4289.   [bug]           The server could crash due to memory being used
166                         after it was freed if a zone transfer timed out.
167                         [RT #41297]
168
169 4288.   [bug]           Fixed a regression in resolver.c:possibly_mark()
170                         which caused known-bogus servers to be queried
171                         anyway. [RT #41321]
172
173 4287.   [bug]           Silence an overly noisy log message when message
174                         parsing fails. [RT #41374]
175
176 4285.   [security]      Specific APL data could trigger a INSIST.
177                         (CVE-2015-8704) [RT #41396]
178
179 4283.   [bug]           OPENSSL_config is no longer re-callable. [RT #41348]
180
181 4281.   [bug]           Teach dns_message_totext about BADCOOKIE. [RT #41257]
182
183 4280.   [performance]   Use optimal message sizes to improve compression
184                         in AXFRs. This reduces network traffic. [RT #40996]
185
186 4277.   [performance]   Improve performance of the RBT, the central zone
187                         datastructure: The aux hashtable was improved,
188                         hash function was updated to perform more
189                         uniform mapping, uppernode was added to
190                         dns_rbtnode, and other cleanups and performance
191                         improvements were made. [RT #41165]
192
193 4276.   [protocol]      Add support for SMIMEA. [RT #40513]
194
195 4274.   [performance]   Speed up typemap processing from text. [RT #41196]
196
197 4272.   [bug]           dig: the +norrcomments option didn't work with +multi.
198                         [RT #41234]
199
200 4271.   [test]          Unit tests could deadlock in isc__taskmgr_pause().
201                         [RT #41235]
202
203 4270.   [security]      Update allowed OpenSSL versions as named is
204                         potentially vulnerable to CVE-2015-3193.
205
206 4267.   [test]          Check sdlz error handling. [RT #41142]
207
208 4266.   [bug]           The sdlz driver failed to pass some errors back to
209                         the caller. [RT #41142]
210
211 4265.   [bug]           Address unchecked isc_mem_get calls. [RT #41187]
212
213 4264.   [bug]           Check const of strchr/strrchr assignments match
214                         argument's const status. [RT #41150]
215
216 4262.   [bug]           Fixed a bug in epoll socket code that caused
217                         sockets to not be registered for ready
218                         notification in some cases, causing named to not
219                         read from or write to them, resulting in what
220                         appear to the user as blocked connections.
221                         [RT #41067]
222
223 4261.   [maint]         H.ROOT-SERVERS.NET is 198.97.190.53 and 2001:500:1::53.
224                         [RT #40556]
225
226 4260.   [security]      Insufficient testing when parsing a message allowed
227                         records with an incorrect class to be be accepted,
228                         triggering a REQUIRE failure when those records
229                         were subsequently cached. (CVE-2015-8000) [RT #40987]
230
231 4258.   [bug]           Limit rndc query message sizes to 32 KiB. This should
232                         not break any legitimate rndc commands, but will
233                         prevent a rogue rndc query from allocating too
234                         much memory. [RT #41073]
235
236 4257.   [cleanup]       Python scripts reported incorrect version. [RT #41080]
237
238 4256.   [bug]           Allow rndc command arguments to be quoted so as
239                         to allow spaces. [RT #36665]
240
241 4254.   [bug]           Address missing lock when getting zone's serial.
242                         [RT #41072]
243
244 4253.   [security]      Address fetch context reference count handling error
245                         on socket error. (CVE-2015-8461)  [RT#40945]
246
247 4248.   [performance]   Add an isc_atomic_storeq() function, use it in
248                         stats counters to improve performance.
249                         [RT #39972] [RT #39979]
250
251 4244.   [bug]           The parser was not reporting that use-ixfr is obsolete.
252                         [RT #41010]
253
254 4241.   [doc]           Improved the TSIG, TKEY, and SIG(0) sections in
255                         the ARM. [RT #40955]
256
257 4240.   [port]          Fix LibreSSL compatibility. [RT #40977]
258
259 4238.   [bug]           Don't send to servers on net zero (0.0.0.0/8).
260                         [RT #40947]
261
262 4237.   [doc]           Upgraded documentation toolchain to use DocBook 5
263                         and dblatex. [RT #40766]
264
265 4236.   [performance]   On machines with 2 or more processors (CPU), the
266                         default value for the number of UDP listeners
267                         has been changed to the number of detected
268                         processors minus one. [RT #40761]
269
270 4233.   [test]          Add tests for CDS and CDNSKEY with delegation-only.
271                         [RT #40597]
272
273 4232.   [contrib]       Address unchecked memory allocation calls in
274                         query-loc and zone2ldap. [RT #40789]
275
276 4229.   [bug]           A variable could be used uninitialized in
277                         dns_update_signaturesinc. [RT #40784]
278
279 4228.   [bug]           Address race condition in dns_client_destroyrestrans.
280                         [RT #40605]
281
282 4227.   [bug]           Silence static analysis warnings. [RT #40828]
283
284 4226.   [bug]           Address a theoretical shutdown race in
285                         zone.c:notify_send_queue(). [RT #38958]
286
287 4225.   [port]          freebsd/openbsd:  Use '${CC} -shared' for building
288                         shared libraries. [RT #39557]
289
290 4221.   [bug]           Resource leak on DNS_R_NXDOMAIN in fctx_create.
291                         [RT #40583]
292
293 4220.   [doc]           Improve documentation for zone-statistics.
294                         [RT #36955]
295
296 4219.   [bug]           Set event->result to ISC_R_WOULDBLOCK on EWOULDBLOCK,
297                         EGAIN when these soft error are not retried for
298                         isc_socket_send*().
299
300 4217.   [protocol]      Add support for CSYNC. [RT #40532]
301
302 4216.   [cleanup]       Silence static analysis warnings. [RT #40649]
303
304 4215.   [bug]           nsupdate: skip to next request on GSSTKEY create
305                         failure. [RT #40685]
306
307 4214.   [protocol]      Add support for TALINK.  [RT #40544]
308
309 4213.   [bug]           Don't reuse a cache across multiple classes.
310                         [RT #40205]
311
312 4210.   [cleanup]       Silence use after free false positive. [RT #40743]
313
314 4208.   [bug]           Address null pointer dereferences on out of memory.
315                         [RT #40764]
316
317 4207.   [bug]           Handle class mismatches with raw zone files.
318                         [RT #40746]
319
320 4205.   [bug]           'named-checkconf -p' could include unwanted spaces
321                         when printing tuples with unset optional fields.
322                         [RT #40731]
323
324 4204.   [bug]           'dig +trace' failed to lookup the correct type if
325                         the initial root NS query was retried. [RT #40296]
326
327 4202.   [bug]           isccc_cc_fromwire() could return an incorrect
328                         result. [RT #40614]
329
330 4201.   [func]          The default preferred-glue is now the address record
331                         type of the transport the query was received
332                         over.  [RT #40468]
333
334 4200.   [cleanup]       win32: update BINDinstall to be BIND release
335                         independent. [RT #38915]
336
337 4199.   [protocol]      Add support for NINFO, RKEY, SINK, TA.
338                         [RT #40545] [RT #40547] [RT #40561] [RT #40563]
339
340 4198.   [doc]           Add fetch-quota-params, fetches-per-server, and
341                         fetches-per-zone to doc/misc/options. [RT #40601]
342
343 4196.   [doc]           Improve how "enum + other" types are documented.
344                         [RT #40608]
345
346 4194.   [bug]           named-checkconf -p failed to properly print a port
347                         range.  [RT #40634]
348
349         --- 9.9.8 released ---
350
351         --- 9.9.8rc1 released ---
352
353 4193.   [bug]           Handle broken servers that return BADVERS incorrectly.
354                         [RT #40427]
355
356 4192.   [bug]           The default rrset-order of random was not always being
357                         applied. [RT #40456]
358
359 4191.   [protocol]      Accept DNS-SD non LDH PTR records in reverse zones
360                         as per RFC 6763. [RT #37889]
361
362 4190.   [protocol]      Accept Active Directory gc._msdcs.<forest> name as
363                         valid with check-names.  <forest> still needs to be
364                         LDH. [RT #40399]
365
366 4189.   [cleanup]       Don't exit on overly long tokens in named.conf.
367                         [RT #40418]
368
369 4188.   [bug]           Support HTTP/1.0 client properly on the statistics
370                         channel. [RT #40261]
371
372 4187.   [func]          When any RR type implementation doesn't
373                         implement totext() for the RDATA's wire
374                         representation and returns ISC_R_NOTIMPLEMENTED,
375                         such RDATA is now printed in unknown
376                         presentation format (RFC 3597). RR types affected
377                         include LOC(29) and APL(42). [RT #40317].
378
379 4183.   [cleanup]       Use timing-safe memory comparisons in cryptographic
380                         code. Also, the timing-safe comparison functions have
381                         been renamed to avoid possible confusion with
382                         memcmp(). Thanks to Loganaden Velvindron of
383                         AFRINIC. [RT #40148]
384
385 4182.   [cleanup]       Use mnemonics for RR class and type comparisons.
386                         [RT #40297]
387
388 4181.   [bug]           Queued notify messages could be dequeued from the
389                         wrong rate limiter queue. [RT #40350]
390
391 4179.   [bug]           Fix double frees in getaddrinfo() in libirs.
392                         [RT #40209]
393
394 4178.   [bug]           Fix assertion failure in parsing UNSPEC(103) RR from
395                         text. [RT #40274]
396
397 4177.   [bug]           Fix assertion failure in parsing NSAP records from
398                         text. [RT #40285]
399
400 4176.   [bug]           Address race issues with lwresd. [RT #40284]
401
402 4175.   [bug]           TKEY with GSS-API keys needed bigger buffers.
403                         [RT #40333]
404
405 4174.   [bug]           "dnssec-coverage -r" didn't handle time unit
406                         suffixes correctly. [RT #38444]
407
408 4173.   [bug]           dig +sigchase was not properly matching the trusted
409                         key. [RT #40188]
410
411 4172.   [bug]           Named / named-checkconf didn't handle a view of CLASS0.
412                         [RT #40265]
413
414 4171.   [bug]           Fixed incorrect class checks in TSIG RR
415                         implementation. [RT #40287]
416
417 4170.   [security]      An incorrect boundary check in the OPENPGPKEY
418                         rdatatype could trigger an assertion failure.
419                         (CVE-2015-5986) [RT #40286]
420
421 4169.   [test]          Added a 'wire_test -d' option to read input as
422                         raw binary data, for use as a fuzzing harness.
423                         [RT #40312]
424
425 4168.   [security]      A buffer accounting error could trigger an
426                         assertion failure when parsing certain malformed
427                         DNSSEC keys. (CVE-2015-5722) [RT #40212]
428
429         --- 9.9.8b1 released ---
430
431 4165.   [security]      A failure to reset a value to NULL in tkey.c could
432                         result in an assertion failure. (CVE-2015-5477)
433                         [RT #40046]
434
435 4164.   [bug]           Don't rename slave files and journals on out of memory.
436                         [RT #40033]
437
438 4163.   [bug]           Address compiler warnings. [RT #40024]
439
440 4162.   [bug]           httpdmgr->flags was not being initialized. [RT #40017]
441
442 4159.   [cleanup]       Alphabetize dig's help output. [RT #39966]
443
444 4158.   [protocol]      Support the printing of EDNS COOKIE and EXPIRE options.
445                         [RT #39928]
446
447 4154.   [bug]           A OPT record should be included with the FORMERR
448                         response when there is a malformed EDNS option.
449                         [RT #39647]
450
451 4153.   [bug]           Check that non significant ECS bits are zero on
452                         receipt. [RT #39647]
453
454 4151.   [bug]           'rndc flush' could cause a deadlock. [RT #39835]
455
456 4150.   [bug]           win32: listen-on-v6 { any; }; was not working.  Apply
457                         minimal fix.  [RT #39667]
458
459 4149.   [bug]           Fixed a race condition in the getaddrinfo()
460                         implementation in libirs. [RT #39899]
461
462 4148.   [bug]           Fix a bug when printing zone names with '/' character
463                         in XML and JSON statistics output. [RT #39873]
464
465 4147.   [bug]           Filter-aaaa / filter-aaaa-on-v4 / filter-aaaa-on-v6
466                         was returning referrals rather than nodata responses
467                         when the AAAA records were filtered.  [RT #39843]
468
469 4146.   [bug]           Address reference leak that could prevent a clean
470                         shutdown. [RT #37125]
471
472 4145.   [bug]           Not all unassociated adb entries where being printed.
473                         [RT #37125]
474
475 4143.   [bug]           serial-query-rate was not effective for notify.
476                         [RT #39858]
477
478 4142.   [bug]           rndc addzone with view specified saved NZF config
479                         that could not be read back by named. This has now
480                         been fixed. [RT #39845]
481
482 4138.   [security]      An uninitialized value in validator.c could result
483                         in an assertion failure. (CVE-2015-4620) [RT #39795]
484
485 4137.   [bug]           Make rndc reconfig report configuration errors the
486                         same way rndc reload does. [RT #39635]
487
488 4132.   [cleanup]       dig: added +rd as a synonym for +recurse,
489                         added +class as an unabbreviated alternative
490                         to +cl. [RT #39686]
491
492 4130.   [bug]           The compatibility shim for *printf() misprinted some
493                         large numbers. [RT #39586]
494
495 4129.   [port]          Address API changes in OpenSSL 1.1.0. [RT #39532]
496
497 4128.   [bug]           Address issues raised by Coverity 7.6. [RT #39537]
498
499 4127.   [protocol]      CDS and CDNSKEY need to be signed by the key signing
500                         key as per RFC 7344, Section 4.1. [RT #37215]
501
502 4123.   [port]          Added %z (size_t) format options to the portable
503                         internal printf/sprintf implementation. [RT #39586]
504
505 4118.   [bug]           Teach isc-config.sh about irs. [RT #39213]
506
507 4117.   [protocol]      Add EMPTY.AS112.ARPA as per RFC 7534.
508
509 4113.   [test]          Check for Net::DNS is some system test
510                         prerequisites. [RT #39369]
511
512 4112.   [bug]           Named failed to load when "root-delegation-only"
513                         was used without a list of domains to exclude.
514                         [RT #39380]
515
516 4111.   [doc]           Alphabetize rndc man page. [RT #39360]
517
518 4110.   [bug]           Address memory leaks / null pointer dereferences
519                         on out of memory. [RT #39310]
520
521 4109.   [port]          linux: support reading the local port range from
522                         net.ipv4.ip_local_port_range. [RT # 39379]
523
524 4107.   [bug]           Address potential deadlock when updating zone content.
525                         [RT #39269]
526
527 4106.   [port]          Improve readline support. [RT #38938]
528
529 4105.   [port]          Misc fixes for Microsoft Visual Studio
530                         2015 CTP6 in 64 bit mode. [RT #39308]
531
532 4104.   [bug]           Address uninitialized elements. [RT #39252]
533
534 4102.   [bug]           Fix a use after free bug introduced in change
535                         #4094.  [RT #39281]
536
537 4101.   [bug]           dig: the +split option didn't work with +short.
538                         [RT #39291]
539
540 4100.   [bug]           Inherited owernames on the line immediately following
541                         a $INCLUDE were not working.  [RT #39268]
542
543 4099.   [port]          clang: make unknown commandline options hard errors
544                         when determining what options are supported.
545                         [RT #39273]
546
547 4098.   [bug]           Address use-after-free issue when using a
548                         predecessor key with dnssec-settime. [RT #39272]
549
550 4097.   [func]          Add additional logging about xfrin transfer status.
551                         [RT #39170]
552
553 4096.   [bug]           Fix a use after free of query->sendevent.
554                         [RT #39132]
555
556 4094.   [bug]           A race during shutdown or reconfiguration could
557                         cause an assertion in mem.c. [RT #38979]
558
559 4091.   [cleanup]       Some cleanups in isc mem code. [RT #38896]
560
561 4090.   [bug]           Fix a crash while parsing malformed CAA RRs in
562                         presentation format, i.e., from text such as
563                         from master files. Thanks to John Van de
564                         Meulebrouck Brendgard for discovering and
565                         reporting this problem. [RT #39003]
566
567 4089.   [bug]           Send notifies immediately for slave zones during
568                         startup. [RT #38843]
569
570 4088.   [port]          Fixed errors when building with libressl. [RT #38899]
571
572 4087.   [bug]           Fix a crash due to use-after-free due to sequencing
573                         of tasks actions. [RT #38495]
574
575 4085.   [bug]           ISC_PLATFORM_HAVEXADDQ could be inconsistently set.
576                         [RT #38828]
577
578 4084.   [bug]           Fix a possible race in updating stats counters.
579                         [RT #38826]
580
581 4082.   [bug]           Incrementally sign large inline zone deltas.
582                         [RT #37927]
583
584 4081.   [cleanup]       Use dns_rdatalist_init consistently. [RT #38759]
585
586 4077.   [test]          Add static-stub regression test for DS NXDOMAIN
587                         return making the static stub disappear. [RT #38564]
588
589 4076.   [bug]           Named could crash on shutdown with outstanding
590                         reload / reconfig events. [RT #38622]
591
592 4075.   [bug]           Increase nsupdate's input buffer to accomodate
593                         very large RRs. [RT #38689]
594
595 4074.   [cleanup]       Cleaned up more warnings from gcc -Wshadow. [RT #38708]
596
597 4073.   [cleanup]       Add libjson-c version number reporting to
598                         "named -V"; normalize version number formatting.
599                         [RT #38056]
600
601 4072.   [func]          Add a --enable-querytrace configure switch for
602                         very verbose query trace logging. (This option
603                         has a negative performance impact and should be
604                         used only for debugging.) [RT #37520]
605
606 4070.   [bug]           Fix a segfault in nslookup in a query such as
607                         "nslookup isc.org AMS.SNS-PB.ISC.ORG -all".
608                         [RT #38548]
609
610 4069.   [doc]           Reorganize options in the nsupdate man page.
611                         [RT #38515]
612
613 4067.   [cleanup]       Reduce noise from RRL when query logging is
614                         disabled. [RT #38648]
615
616 4066.   [doc]           Reorganize options in the dig man page. [RT #38516]
617
618 4064.   [contrib]       dnssec-keyset.sh: Generates a specified number
619                         of DNSSEC keys with timing set to implement a
620                         pre-publication key rollover strategy. Thanks
621                         to Jeffry A. Spain. [RT #38459]
622
623 4063.   [bug]           Asynchronous zone loads were not handled
624                         correctly when the zone load was already in
625                         progress; this could trigger a crash in zt.c.
626                         [RT #37573]
627
628 4062.   [bug]           Fix an out-of-bounds read in RPZ code. If the
629                         read succeeded, it doesn't result in a bug
630                         during operation. If the read failed, named
631                         could segfault. [RT #38559]
632
633 3938.   [func]          Added quotas to be used in recursive resolvers
634                         that are under high query load for names in zones
635                         whose authoritative servers are nonresponsive or
636                         are experiencing a denial of service attack.
637
638                         - "fetches-per-server" limits the number of
639                           simultaneous queries that can be sent to any
640                           single authoritative server.  The configured
641                           value is a starting point; it is automatically
642                           adjusted downward if the server is partially or
643                           completely non-responsive. The algorithm used to
644                           adjust the quota can be configured via the
645                           "fetch-quota-params" option.
646                         - "fetches-per-zone" limits the number of
647                           simultaneous queries that can be sent for names
648                           within a single domain.  (Note: Unlike
649                           "fetches-per-server", this value is not
650                           self-tuning.)
651                         - New stats counters have been added to count
652                           queries spilled due to these quotas.
653
654                         These options are not available by default;
655                         use "configure --enable-fetchlimit" (or
656                         --enable-developer) to include them in the build.
657
658                         See the ARM for details of these options. [RT #37125]
659
660 3937.   [func]          Added some debug logging to better indicate the
661                         conditions causing SERVFAILs when resolving.
662                         [RT #35538]
663
664         --- 9.9.7 released ---
665
666         --- 9.9.7rc2 released ---
667
668 4061.   [bug]           Handle timeout in legacy system test. [RT #38573]
669
670 4060.   [bug]           dns_rdata_freestruct could be called on a
671                         uninitialized structure when handling a error.
672                         [RT #38568]
673
674 4059.   [bug]           Addressed valgrind warnings. [RT #38549]
675
676 4058.   [bug]           UDP dispatches could use the wrong pseudorandom
677                         number generator context. [RT #38578]
678
679 4056.   [bug]           Fixed several small bugs in automatic trust anchor
680                         management, including a memory leak and a possible
681                         loss of key state information. [RT #38458]
682
683 4057.   [bug]           'dnssec-dsfromkey -T 0' failed to add ttl field.
684                         [RT #38565]
685
686 4053.   [security]      Revoking a managed trust anchor and supplying
687                         an untrusted replacement could cause named
688                         to crash with an assertion failure.
689                         (CVE-2015-1349) [RT #38344]
690
691 4052.   [bug]           Fix a leak of query fetchlock. [RT #38454]
692
693 4050.   [bug]           RPZ could send spurious SERVFAILs in response
694                         to duplicate queries. [RT #38510]
695
696 4049.   [bug]           CDS and CDNSKEY had the wrong attributes. [RT #38491]
697
698 4048.   [bug]           adb hash table was not being grown. [RT #38470]
699
700         --- 9.9.7rc1 released ---
701
702 4047.   [cleanup]       "named -V" now reports the current running versions
703                         of OpenSSL and the libxml2 libraries, in addition to
704                         the versions that were in use at build time.
705
706 4046.   [bug]           Accounting of "total use" in memory context
707                         statistics was not correct. [RT #38370]
708
709 4045.   [bug]           Skip to next master on dns_request_createvia4 failure.
710                         [RT #25185]
711
712 4044.   [bug]           Change 3955 was not complete, resulting in an assertion
713                         failure if the timing was just right. [RT #38352]
714
715 4039.   [cleanup]       Cleaned up warnings from gcc -Wshadow. [RT #37381]
716
717 4038.   [bug]           Add 'rpz' flag to node and use it to determine whether
718                         to call dns_rpz_delete.  This should prevent unbalanced
719                         add / delete calls. [RT #36888]
720
721 4037.   [bug]           also-notify was ignoring the tsig key when checking
722                         for duplicates resulting in some expected notify
723                         messages not being sent. [RT #38369]
724
725 4035.   [bug]           Close temporary and NZF FILE pointers before moving
726                         the former into the latter's place, as required on
727                         Windows. [RT #38332]
728
729 4032.   [bug]           Built-in "empty" zones did not correctly inherit the
730                         "allow-transfer" ACL from the options or view.
731                         [RT #38310]
732
733 4031.   [bug]           named-checkconf -z failed to report a missing file
734                         with a hint zone. [RT #38294]
735
736 4028.   [bug]           $GENERATE with a zero step was not being caught as a
737                         error.  A $GENERATE with a / but no step was not being
738                         caught as a error. [RT #38262]
739
740 3973.   [test]          Added hooks for Google Performance Tools CPU profiler,
741                         including real-time/wall-clock profiling. Use
742                         "configure --with-gperftools-profiler" to enable.
743                         [RT #37339]
744
745         --- 9.9.7b1 released ---
746
747 4027.   [port]          Net::DNS 0.81 compatibility. [RT #38165]
748
749 4026.   [bug]           Fix RFC 3658 reference in dig +sigchase. [RT #38173]
750
751 4025.   [port]          bsdi: failed to build. [RT #38047]
752
753 4024.   [bug]           dns_rdata_opt_first, dns_rdata_opt_next,
754                         dns_rdata_opt_current, dns_rdata_txt_first,
755                         dns_rdata_txt_next and dns_rdata_txt_current were
756                         documented but not implemented.  These have now been
757                         implemented.
758
759                         dns_rdata_spf_first, dns_rdata_spf_next and
760                         dns_rdata_spf_current were documented but not
761                         implemented.  The prototypes for these
762                         functions have been removed. [RT #38068]
763
764 4023.   [bug]           win32: socket handling with explicit ports and
765                         invoking named with -4 was broken for some
766                         configurations. [RT #38068]
767
768 4021.   [bug]           Adjust max-recursion-queries to accommodate
769                         the need for more queries when the cache is
770                         empty. [RT #38104]
771
772 4020.   [bug]           Change 3736 broke nsupdate's SOA MNAME discovery
773                         resulting in updates being sent to the wrong server.
774                         [RT #37925]
775
776 4019.   [func]          If named is not configured to validate the answer
777                         then allow fallback to plain DNS on timeout even
778                         when we know the server supports EDNS. [RT #37978]
779
780 4018.   [bug]           Fall back to plain DNS when EDNS queries are being
781                         dropped was failing. [RT #37965]
782
783 4017.   [test]          Add system test to check lookups to legacy servers
784                         with broken DNS behavior. [RT #37965]
785
786 4016.   [bug]           Fix a dig segfault due to bad linked list usage.
787                         [RT #37591]
788
789 4015.   [bug]           Nameservers that are skipped due to them being
790                         CNAMEs were not being logged. They are now logged
791                         to category 'cname' as per BIND 8. [RT #37935]
792
793 4014.   [bug]           When including a master file origin_changed was
794                         not being properly set leading to a potentially
795                         spurious 'inherited owner' warning. [RT #37919]
796
797 4012.   [bug]           Check returned status of OpenSSL digest and HMAC
798                         functions when they return one. Note this applies
799                         only to FIPS capable OpenSSL libraries put in
800                         FIPS mode and MD5. [RT #37944]
801
802 4011.   [bug]           master's list port inheritance was not properly
803                         implemented. [RT #37792]
804
805 4007.   [doc]           Remove acl forward reference restriction. [RT #37772]
806
807 4006.   [security]      A flaw in delegation handling could be exploited
808                         to put named into an infinite loop.  This has
809                         been addressed by placing limits on the number
810                         of levels of recursion named will allow (default 7),
811                         and the number of iterative queries that it will
812                         send (default 50) before terminating a recursive
813                         query (CVE-2014-8500).
814
815                         The recursion depth limit is configured via the
816                         "max-recursion-depth" option, and the query limit
817                         via the "max-recursion-queries" option.  [RT #37580]
818
819 4004.   [bug]           When delegations had AAAA glue but not A, a
820                         reference could be leaked causing an assertion
821                         failure on shutdown. [RT #37796]
822
823 4000.   [bug]           NXDOMAIN redirection incorrectly handled NXRRSET
824                         from the redirect zone. [RT #37722]
825
826 3998.   [bug]           isc_radix_search was returning matches that were
827                         too precise. [RT #37680]
828
829 3997.   [protocol]      Add OPENGPGKEY record. [RT# 37671]
830
831 3996.   [bug]           Address use after free on out of memory error in
832                         keyring_add. [RT #37639]
833
834 3995.   [bug]           receive_secure_serial holds the zone lock for too
835                         long. [RT #37626]
836
837 3990.   [testing]       Add tests for unknown DNSSEC algorithm handling.
838                         [RT #37541]
839
840 3989.   [cleanup]       Remove redundant dns_db_resigned calls. [RT #35748]
841
842 3987.   [func]          Handle future Visual Studio 14 incompatible changes.
843                         [RT #37380]
844
845 3986.   [doc]           Add the BIND version number to page footers
846                         in the ARM. [RT #37398]
847
848 3985.   [doc]           Describe how +ndots and +search interact in dig.
849                         [RT #37529]
850
851 3982.   [doc]           Include release notes in product documentation.
852                         [RT #37272]
853
854 3981.   [bug]           Cache DS/NXDOMAIN independently of other query types.
855                         [RT #37467]
856
857 3978.   [test]          Added a unit test for Diffie-Hellman key
858                         computation, completing change #3974. [RT #37477]
859
860 3976.   [bug]           When refreshing managed-key trust anchors, clear
861                         any cached trust so that they will always be
862                         revalidated with the current set of secure
863                         roots. [RT #37506]
864
865 3974.   [bug]           Handle DH_compute_key() failure correctly in
866                         openssldh_link.c. [RT #37477]
867
868 3972.   [bug]           Fix host's usage statement. [RT #37397]
869
870 3971.   [bug]           Reduce the cascading failures due to a bad $TTL line
871                         in named-checkconf / named-checkzone. [RT #37138]
872
873 3970.   [contrib]       Fixed a use after free bug in the SDB LDAP driver.
874                         [RT #37237]
875
876 3968.   [bug]           Silence spurious log messages when using 'named -[46]'.
877                         [RT #37308]
878
879 3967.   [test]          Add test for inlined signed zone in multiple views
880                         with different DNSKEY sets. [RT #35759]
881
882 3966.   [bug]           Missing dns_db_closeversion call in receive_secure_db.
883                         [RT #35746]
884
885 3962.   [bug]           'dig +topdown +trace +sigchase' address unhandled error
886                         conditions. [RT #34663]
887
888 3961.   [bug]           Forwarding of SIG(0) signed UPDATE messages failed with
889                         BADSIG.  [RT #37216]
890
891 3960.   [bug]           'dig +sigchase' could loop forever. [RT #37220]
892
893 3959.   [bug]           Updates could be lost if they arrived immediately
894                         after a rndc thaw. [RT #37233]
895
896 3958.   [bug]           Detect when writeable files have multiple references
897                         in named.conf. [RT #37172]
898
899 3957.   [bug]           "dnssec-keygen -S" failed for ECCGOST, ECDSAP256SHA256
900                         and ECDSAP384SHA384. [RT #37183]
901
902 3955.   [bug]           Notify messages due to changes are no longer queued
903                         behind startup notify messages. [RT #24454]
904
905 3954.   [bug]           Unchecked mutex init in dlz_dlopen_driver.c [RT #37112]
906
907 3953.   [bug]           Don't escape semi-colon in TXT fields. [RT #37159]
908
909 3952.   [bug]           dns_name_fullcompare failed to set *nlabelsp when the
910                         two name pointers were the same. [RT #37176]
911
912         --- 9.9.6 released ---
913
914 3950.   [port]          Changed the bin/python Makefile to work around a
915                         bmake bug in FreeBSD 10 and NetBSD 6. [RT #36993]
916
917         --- 9.9.6rc2 released ---
918
919 3947.   [cleanup]       Set the executable bit on libraries when using
920                         libtool. [RT #36786]
921
922 3946.   [cleanup]       Improved "configure" search for a python interpreter.
923                         [RT #36992]
924
925 3945.   [bug]           Invalid wildcard expansions could be incorrectly
926                         accepted by the validator. [RT #37093]
927
928 3944.   [test]          Added a regression test for "server-id". [RT #37057]
929
930 3942.   [bug]           Wildcard responses from a optout range should be
931                         marked as insecure. [RT #37072]
932
933 3941.   [doc]           Include the BIND version number in the ARM. [RT #37067]
934
935         --- 9.9.6rc1 released ---
936
937 3933.   [bug]           Corrected the implementation of dns_rdata_casecompare()
938                         for the HIP rdata type.  [RT #36911]
939
940 3932.   [test]          Improved named-checkconf tests. [RT #36911]
941
942 3931.   [cleanup]       Cleanup how dlz grammar is defined. [RT #36879]
943
944 3929.   [bug]           'host -a' needed to clear idnoptions. [RT #36963]
945
946 3928.   [test]          Improve rndc system test. [RT #36898]
947
948 3925.   [bug]           DS lookup of RFC 1918 empty zones failed. [RT #36917]
949
950 3924.   [bug]           Improve 'rndc addzone' error reporting. [RT #35187]
951
952 3923.   [bug]           Sanity check the xml2-config output. [RT #22246]
953
954 3922.   [bug]           When resigning, dnssec-signzone was removing
955                         all signatures from delegation nodes. It now
956                         retains DS and (if applicable) NSEC signatures.
957                         [RT #36946]
958
959 3921.   [bug]           AD was inappropriately set on RPZ responses. [RT #36833]
960
961 3919.   [bug]           dig: continue to next line if a address lookup fails
962                         in batch mode. [RT #36755]
963
964 3918.   [doc]           Update check-spf documentation. [RT #36910]
965
966 3917.   [bug]           dig, nslookup and host now continue on names that are
967                         too long after applying a search list elements.
968                         [RT #36892]
969
970 3916.   [contrib]       zone2sqlite checked wrong result code.  Address
971                         compiler warnings. [RT #36931]
972
973         --- 9.9.6b2 released ---
974
975 3914.   [bug]           Allow the URI target and CAA value fields to
976                         be zero length. [RT #36737]
977
978 3913.   [bug]           Address race issue in dispatch. [RT #36731]
979
980 3910.   [bug]           Fix races to free event during shutdown. [RT #36720]
981
982 3909.   [bug]           When computing the number of elements required for a
983                         acl count_acl_elements could have a short count leading
984                         to a assertion failure.  Also zero out new acl elements
985                         in dns_acl_merge.  [RT #36675]
986
987 3908.   [bug]           rndc now differentiates between a zone in multiple
988                         views and a zone that doesn't exist at all. [RT #36691]
989
990 3907.   [cleanup]       Alphabetize rndc help. [RT #36683]
991
992 3906.   [protocol]      Update URI record format to comply with
993                         draft-faltstrom-uri-08. [RT #36642]
994
995 3905.   [bug]           Address deadlock between view.c and adb.c. [RT #36341]
996
997 3904.   [func]          Add the RPZ SOA to the additional section. [RT36507]
998
999 3903.   [bug]           Improve the accuracy of DiG's reported round trip
1000                         time. [RT 36611]
1001
1002 3902.   [bug]           liblwres wasn't handling link-local addresses in
1003                         nameserver clauses in resolv.conf. [RT #36039]
1004
1005 3901.   [protocol]      Added support for CAA record type (RFC 6844).
1006                         [RT #36625]
1007
1008 3900.   [bug]           Fix a crash in PostgreSQL DLZ driver. [RT #36637]
1009
1010 3899.   [bug]           "request-ixfr" is only applicable to slave and redirect
1011                         zones. [RT #36608]
1012
1013 3898.   [bug]           Too small a buffer in tohexstr() calls in test code.
1014                         [RT #36598]
1015
1016 3894.   [bug]           Buffers in isc_print_vsnprintf were not properly
1017                         initialized leading to potential overflows when
1018                         printing out quad values. [RT #36505]
1019
1020 3892.   [bug]           Setting '-t aaaa' in .digrc had unintended side
1021                         effects. [RT #36452]
1022
1023 3891.   [bug]           Use ${INSTALL_SCRIPT} rather than ${INSTALL_PROGRAM}
1024                         to install python programs.
1025
1026 3890.   [bug]           RRSIG sets that were not loaded in a single transaction
1027                         at start up where not being correctly added to
1028                         re-signing heaps.  [RT #36302]
1029
1030 3889.   [port]          hurd: configure fixes as per:
1031                         https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746540
1032
1033 3887.   [cleanup]       Make all static symbols in rbtdb64 end in "64" so
1034                         they are easier to use in a debugger. [RT #36373]
1035
1036         --- 9.9.6b1 released ---
1037
1038 3885.   [port]          Use 'open()' rather than 'file()' to open files in
1039                         python.
1040
1041 3884.   [protocol]      Add CDS and CDNSKEY record types. [RT #36333]
1042
1043 3881.   [bug]           Address memory leak with UPDATE error handling.
1044                         [RT #36303]
1045
1046 3880.   [test]          Update ans.pl to work with new TSIG support in
1047                         Net::DNS; add additional Net::DNS version prerequisite
1048                         checks. [RT #36327]
1049
1050 3879.   [func]          Add version printing option to various BIND utilities.
1051                         [RT #10686]
1052
1053 3878.   [bug]           Using the incorrect filename for a DLZ module
1054                         caused a segmentation fault on startup. [RT #36286]
1055
1056 3874.   [test]          Check that only "check-names master" is needed for
1057                         updates to be accepted.
1058
1059 3873.   [protocol]      Only warn for SPF without TXT spf record. [RT #36210]
1060
1061 3872.   [bug]           Address issues found by static analysis. [RT #36209]
1062
1063 3871.   [bug]           Don't publish an activated key automatically before
1064                         its publish time. [RT #35063]
1065
1066 3870.   [placeholder]
1067
1068 3869.   [placeholder]
1069
1070 3868.   [bug]           isc_mem_setwater incorrectly cleared hi_called
1071                         potentially leaving over memory cleaner running.
1072                         [RT #35270]
1073
1074 3866.   [bug]           Named could die on disk full in generate_session_key.
1075                         [RT #36119]
1076
1077 3864.   [bug]           RPZ didn't work well when being used as forwarder.
1078                         [RT #36060]
1079
1080 3862.   [cleanup]       Return immediately if we are not going to log the
1081                         message in ns_client_dumpmessage.
1082
1083 3861.   [bug]           Benign missing isc_buffer_availablelength check in
1084                         dns_message_pseudosectiontotext.  [RT #36078]
1085
1086 3860.   [bug]           ioctl(DP_POLL) array size needs to be determined
1087                         at run time as it is limited to {OPEN_MAX}.
1088                         [RT #35878]
1089
1090 3858.   [bug]           Disable GCC 4.9 "delete null pointer check".
1091                         [RT #35968]
1092
1093 3857.   [bug]           Make it harder for a incorrect NOEDNS classification
1094                         to be made. [RT #36020]
1095
1096 3855.   [bug]           Limit smoothed round trip time aging to no more than
1097                         once a second. [RT #32909]
1098
1099 3854.   [cleanup]       Report unrecognized options, if any, in the final
1100                         configure summary. [RT #36014]
1101
1102 3853.   [cleanup]       Refactor dns_rdataslab_fromrdataset to separate out
1103                         the handling of a rdataset with no records. [RT #35968]
1104
1105 3849.   [doc]           Alphabetized dig's +options. [RT #35992]
1106
1107 3847.   [bug]           'configure --with-dlz-postgres' failed to fail when
1108                         there is not support available.
1109
1110 3846.   [bug]           "dig +notcp ixfr=<serial>" should result in a UDP
1111                         ixfr query. [RT #35980]
1112
1113 3844.   [bug]           Use the x64 version of the Microsoft Visual C++
1114                         Redistributable when built for 64 bit Windows.
1115                         [RT #35973]
1116
1117 3843.   [protocol]      Check EDNS EXPIRE option in dns_rdata_fromwire.
1118                         [RT #35969]
1119
1120 3842.   [bug]           Adjust RRL log-only logging category. [RT #35945]
1121
1122 3841.   [cleanup]       Refactor zone.c:add_opt to use dns_message_buildopt.
1123                         [RT #35924]
1124
1125 3840.   [port]          Check for arc4random_addrandom() before using it;
1126                         it's been removed from OpenBSD 5.5. [RT #35907]
1127
1128 3839.   [test]          Use only posix-compatible shell in system tests.
1129                         [RT #35625]
1130
1131 3838.   [protocol]      EDNS EXPIRE as been assigned a code point of 9.
1132
1133 3836.   [bug]           Address C++ keyword usage in header file.
1134
1135 3834.   [bug]           The re-signing heaps were not being updated soon enough
1136                         leading to multiple re-generations of the same RRSIG
1137                         when a zone transfer was in progress. [RT #35273]
1138
1139 3833.   [bug]           Cross compiling was broken due to calling genrandom at
1140                         build time. [RT #35869]
1141
1142 3827.   [contrib]       The example DLZ driver (a version of which is
1143                         also used in the dlzexternal system test) could
1144                         use absolute names as relative. [RT #35802]
1145
1146 3826.   [bug]           Corrected bad INSIST logic in isc_radix_remove().
1147                         [RT #35870]
1148
1149 3825.   [bug]           Address sign extension bug in isc_regex_validate.
1150                         [RT #35758]
1151
1152 3824.   [bug]           A collision between two flag values could cause
1153                         problems with cache cleaning. [RT #35858]
1154
1155 3822.   [bug]           Log the correct type of static-stub zones when
1156                         removing them. [RT #35842]
1157
1158 3819.   [bug]           NSEC3 hashes need to be able to be entered and
1159                         displayed without padding.  This is not a issue for
1160                         currently defined algorithms but may be for future
1161                         hash algorithms. [RT #27925]
1162
1163 3818.   [bug]           Stop lying to the optimizer that 'void *arg' is a
1164                         constant in isc_event_allocate.
1165
1166 3815.   [doc]           Clarify "nsupdate -y" usage in man page. [RT #35808]
1167
1168 3809.   [doc]           Fix NSID documentation.
1169
1170 3807.   [bug]           Fix sign extension bug in dns_name_fromtext when
1171                         lowercase is set. [RT #35743]
1172
1173 3806.   [test]          Improved system test portability. [RT #35625]
1174
1175 3805.   [contrib]       Added contrib/perftcpdns, a performance testing tool
1176                         for DNS over TCP. [RT #35710]
1177
1178 3804.   [bug]           Corrected a race condition in dispatch.c in which
1179                         portentry could be reset leading to an assertion
1180                         failure in socket_search(). (Change #3708
1181                         addressed the same issue but was incomplete.)
1182                         [RT #35128]
1183
1184 3803.   [bug]           "named-checkconf -z" incorrectly rejected zones
1185                         using alternate data sources for not having a "file"
1186                         option. [RT #35685]
1187
1188 3802.   [bug]           Various header files were not being installed.
1189
1190 3801.   [port]          Fix probing for gssapi support on FreeBSD. [RT #35615]
1191
1192 3799.   [bug]           Improve named's command line error reporting.
1193                         [RT #35603]
1194
1195 3796.   [bug]           Register dns error codes. [RT #35629]
1196
1197 3795.   [bug]           Make named-checkconf detect raw masterfiles for
1198                         hint zones and reject them. [RT #35268]
1199
1200 3794.   [maint]         Added AAAA for C.ROOT-SERVERS.NET.
1201
1202 3793.   [bug]           zone.c:save_nsec3param() could assert when out of
1203                         memory. [RT #35621]
1204
1205 3792.   [func]          Provide links to the alternate statistics views when
1206                         displaying in a browser.  [RT #35605]
1207
1208 3791.   [bug]           solaris: remove extraneous return. [RT #35589]
1209
1210 3787.   [bug]           The code that checks whether "auto-dnssec" is
1211                         allowed was ignoring "allow-update" ACLs set at
1212                         the options or view level. [RT #29536]
1213
1214 3780.   [bug]           $GENERATE handled negative numbers incorrectly.
1215                         [RT #25528]
1216
1217 3779.   [cleanup]       Clarify the error message when using an option
1218                         that was not enabled at compile time. [RT #35504]
1219
1220 3778.   [bug]           Log a warning when the wrong address family is
1221                         used in "listen-on" or "listen-on-v6". [RT #17848]
1222
1223 3775.   [bug]           dlz_dlopen driver could return the wrong error
1224                         code on API version mismatch, leading to a segfault.
1225                         [RT #35495]
1226
1227 3773.   [func]          "host", "nslookup" and "nsupdate" now have
1228                         options to print the version number and exit.
1229                         [RT #26057]
1230
1231 3770.   [bug]           "dig +trace" could fail with an assertion when it
1232                         needed to fall back to TCP due to a truncated
1233                         response. [RT #24660]
1234
1235 3769.   [doc]           Improved documentation of "rndc signing -list".
1236                         [RT #30652]
1237
1238 3768.   [bug]           "dnssec-checkds" was missing the SHA-384 digest
1239                         algorithm. [RT #34000]
1240
1241 3767.   [func]          Log explicitly when using rndc.key to configure
1242                         command channel. [RT #35316]
1243
1244 3765.   [bug]           Fixed a bug in "rndc secroots" that could crash
1245                         named when dumping an empty keynode. [RT #35469]
1246
1247 3764.   [bug]           The dnssec-keygen/settime -S and -i options
1248                         (to set up a successor key and set the prepublication
1249                         interval) were missing from dnssec-keyfromlabel.
1250                         [RT #35394]
1251
1252 3761.   [bug]           Address dangling reference bug in dns_keytable_add.
1253                         [RT #35471]
1254
1255 3757.   [port]          Enable Python tools (dnssec-coverage,
1256                         dnssec-checkds) to run on Windows. [RT #34355]
1257
1258 3756.   [bug]           GSSAPI Kerberos realm checking was broken in
1259                         check_config leading to spurious messages being
1260                         logged.  [RT #35443]
1261
1262 3754.   [cleanup]       win32: Installer now places files in the
1263                         Program Files area rather than system services.
1264                         [RT #35361]
1265
1266 3753.   [bug]           allow-notify was ignoring keys. [RT #35425]
1267
1268 3751.   [tuning]        The default setting for the -U option (setting
1269                         the number of UDP listeners per interface) has
1270                         been adjusted to improve performance. [RT #35417]
1271
1272 3747.   [bug]           A race condition could lead to a core dump when
1273                         destroying a resolver fetch object. [RT #35385]
1274
1275 3743.   [bug]           delegation-only flag wasn't working in forward zone
1276                         declarations despite being documented.  This is
1277                         needed to support turning off forwarding and turning
1278                         on delegation only at the same name.  [RT #35392]
1279
1280 3742.   [port]          linux: libcap support: declare curval at start of
1281                         block. [RT #35387]
1282
1283 3740.   [contrib]       Minor fixes to configure --with-dlz-bdb,
1284                         --with-dlz-postgres and --with-dlz-odbc. [RT #35340]
1285
1286 3737.   [bug]           'rndc retransfer' could trigger a assertion failure
1287                         with inline zones. [RT #35353]
1288
1289 3736.   [bug]           nsupdate: When specifying a server by name,
1290                         fall back to alternate addresses if the first
1291                         address for that name is not reachable. [RT #25784]
1292
1293 3734.   [bug]           Improve building with libtool. [RT #35314]
1294
1295 3732.   [contrib]       Fixed a type mismatch causing the ODBC DLZ
1296                         driver to dump core on 64-bit systems. [RT #35324]
1297
1298 3731.   [func]          Added a "no-case-compress" ACL, which causes
1299                         named to use case-insensitive compression
1300                         (disabling change #3645) for specified
1301                         clients. (This is useful when dealing
1302                         with broken client implementations that
1303                         use case-sensitive name comparisons,
1304                         rejecting responses that fail to match the
1305                         capitalization of the query that was sent.)
1306                         [RT #35300]
1307
1308 3730.   [cleanup]       Added "never" as a synonym for "none" when
1309                         configuring key event dates in the dnssec tools.
1310                         [RT #35277]
1311
1312 3729.   [bug]           dnssec-keygen could set the publication date
1313                         incorrectly when only the activation date was
1314                         specified on the command line. [RT #35278]
1315
1316 3724.   [bug]           win32: Fixed a bug that prevented dig and
1317                         host from exiting properly after completing
1318                         a UDP query. [RT #35288]
1319
1320 3720.   [bug]           Address compiler warnings. [RT #35261]
1321
1322 3719.   [bug]           Address memory leak in in peer.c. [RT #35255]
1323
1324 3718.   [bug]           A missing ISC_LINK_INIT in log.c. [RT #35260]
1325
1326 3714.   [test]          System tests that need to test for cryptography
1327                         support before running can now use a common
1328                         "testcrypto.sh" script to do so. [RT #35213]
1329
1330 3713.   [bug]           Save memory by not storing "also-notify" addresses
1331                         in zone objects that are configured not to send
1332                         notify requests. [RT #35195]
1333
1334         --- 9.9.5 released ---
1335
1336         --- 9.9.5rc2 released ---
1337
1338 3710.   [bug]           Address double dns_zone_detach when switching to
1339                         using automatic empty zones from regular zones.
1340                         [RT #35177]
1341
1342 3709.   [port]          Use built-in versions of strptime() and timegm()
1343                         on all platforms to avoid portability issues.
1344                         [RT #35183]
1345
1346 3708.   [bug]           Address a portentry locking issue in dispatch.c.
1347                         [RT #35128]
1348
1349 3707.   [bug]           irs_resconf_load now returns ISC_R_FILENOTFOUND
1350                         on a missing resolv.conf file and initializes the
1351                         structure as if it had been configured with:
1352
1353                                 nameserver ::1
1354                                 nameserver 127.0.0.1
1355
1356                         Note: Callers will need to be updated to treat
1357                         ISC_R_FILENOTFOUND as a qualified success or else
1358                         they will leak memory. The following code fragment
1359                         will work with both old and new versions without
1360                         changing the behaviour of the existing code.
1361
1362                         resconf = NULL;
1363                         result = irs_resconf_load(mctx, "/etc/resolv.conf",
1364                                                   &resconf);
1365                         if (result != ISC_SUCCESS) {
1366                                 if (resconf != NULL)
1367                                         irs_resconf_destroy(&resconf);
1368                                 ....
1369                         }
1370
1371                         [RT #35194]
1372
1373 3706.   [contrib]       queryperf: Fixed a possible integer overflow when
1374                         printing results. [RT #35182]
1375
1376 3704.   [protocol]      Accept integer timestamps in RRSIG records. [RT #35185]
1377
1378         --- 9.9.5rc1 released ---
1379
1380 3701.   [func]          named-checkconf can now obscure shared secrets
1381                         when printing by specifying '-x'. [RT #34465]
1382
1383 3699.   [bug]           Improvements to statistics channel XSL stylesheet:
1384                         the stylesheet can now be cached by the browser;
1385                         section headers are omitted from the stats display
1386                         when there is no data in those sections to be
1387                         displayed; counters are now right-justified for
1388                         easier readability. (Only available with
1389                         configure --enable-newstats.) [RT #35117]
1390
1391 3698.   [cleanup]       Replaced all uses of memcpy() with memmove().
1392                         [RT #35120]
1393
1394 3697.   [bug]           Handle "." as a search list element when IDN support
1395                         is enabled. [RT #35133]
1396
1397 3696.   [bug]           dig failed to handle AXFR style IXFR responses which
1398                         span multiple messages. [RT #35137]
1399
1400 3695.   [bug]           Address a possible race in dispatch.c. [RT #35107]
1401
1402 3694.   [bug]           Warn when a key-directory is configured for a zone,
1403                         but does not exist or is not a directory. [RT #35108]
1404
1405 3693.   [security]      memcpy was incorrectly called with overlapping
1406                         ranges resulting in malformed names being generated
1407                         on some platforms.  This could cause INSIST failures
1408                         when serving NSEC3 signed zones (CVE-2014-0591).
1409                         [RT #35120]
1410
1411 3692.   [bug]           Two calls to dns_db_getoriginnode were fatal if there
1412                         was no data at the node. [RT #35080]
1413
1414 3690.   [bug]           Iterative responses could be missed when the source
1415                         port for an upstream query was the same as the
1416                         listener port (53). [RT #34925]
1417
1418 3689.   [bug]           Fixed a bug causing an insecure delegation from one
1419                         static-stub zone to another to fail with a broken
1420                         trust chain. [RT #35081]
1421
1422         --- 9.9.5b1 released ---
1423
1424 3688.   [bug]           loadnode could return a freed node on out of memory.
1425                         [RT #35106]
1426
1427 3687.   [bug]           Address null pointer dereference in zone_xfrdone.
1428                         [RT #35042]
1429
1430 3686.   [func]          "dnssec-signzone -Q" drops signatures from keys
1431                         that are still published but no longer active.
1432                         [RT #34990]
1433
1434 3685.   [bug]           "rndc refresh" didn't work correctly with slave
1435                         zones using inline-signing. [RT #35105]
1436
1437 3683.   [cleanup]       Add a more detailed "not found" message to rndc
1438                         commands which specify a zone name. [RT #35059]
1439
1440 3682.   [bug]           Correct the behavior of rndc retransfer to allow
1441                         inline-signing slave zones to retain NSEC3 parameters
1442                         instead of reverting to NSEC. [RT #34745]
1443
1444 3681.   [port]          Update the Windows build system to support feature
1445                         selection and WIN64 builds.  This is a work in
1446                         progress. [RT #34160]
1447
1448 3679.   [bug]           dig could fail to clean up TCP sockets still
1449                         waiting on connect(). [RT #35074]
1450
1451 3678.   [port]          Update config.guess and config.sub. [RT #35060]
1452
1453 3677.   [bug]           'nsupdate' leaked memory if 'realm' was used multiple
1454                         times.  [RT #35073]
1455
1456 3676.   [bug]           "named-checkconf -z" now checks zones of type
1457                         hint and redirect as well as master. [RT #35046]
1458
1459 3675.   [misc]          Provide a place for third parties to add version
1460                         information for their extensions in the version
1461                         file by setting the EXTENSIONS variable.
1462
1463 3674.   [bug]           RPZ zeroed ttls if the query type was '*'. [RT #35026]
1464
1465 3672.   [func]          Local address can now be specified when using
1466                         dns_client API. [RT #34811]
1467
1468 3671.   [bug]           Don't allow dnssec-importkey overwrite a existing
1469                         non-imported private key.
1470
1471 3670.   [bug]           Address read after free in server side of
1472                         lwres_getrrsetbyname. [RT #29075]
1473
1474 3669.   [port]          freebsd: --with-gssapi needs -lhx509. [RT #35001]
1475
1476 3668.   [bug]           Fix cast in lex.c which could see 0xff treated as eof.
1477                         [RT #34993]
1478
1479 3667.   [test]          dig: add support to keep the TCP socket open between
1480                         successive queries (+[no]keepopen).  [RT #34918]
1481
1482 3665.   [bug]           Failure to release lock on error in receive_secure_db.
1483                         [RT #34944]
1484
1485 3664.   [bug]           Updated OpenSSL PKCS#11 patches to fix active list
1486                         locking and other bugs. [RT #34855]
1487
1488 3663.   [bug]           Address bugs in dns_rdata_fromstruct and
1489                         dns_rdata_tostruct for WKS and ISDN types. [RT #34910]
1490
1491 3662.   [bug]           'host' could die if a UDP query timed out. [RT #34870]
1492
1493 3661.   [bug]           Address lock order reversal deadlock with inline zones.
1494                         [RT #34856]
1495
1496 3660.   [cleanup]       Changed the name of "isc-config.sh" to "bind9-config".
1497                         [RT #23825]
1498
1499 3659.   [port]          solaris: don't add explicit dependencies/rules for
1500                         python programs as make won't use the implicit rules.
1501                         [RT #34835]
1502
1503 3658.   [port]          linux: Address platform specific compilation issue
1504                         when libcap-devel is installed. [RT #34838]
1505
1506 3657.   [port]          Some readline clones don't accept NULL pointers when
1507                         calling add_history. [RT #34842]
1508
1509 3656.   [security]      Treat an all zero netmask as invalid when generating
1510                         the localnets acl. (The prior behavior could
1511                         allow unexpected matches when using some versions
1512                         of Winsock: CVE-2013-6320.) [RT #34687]
1513
1514 3655.   [cleanup]       Simplify TCP message processing when requesting a
1515                         zone transfer.  [RT #34825]
1516
1517 3654.   [bug]           Address race condition with manual notify requests.
1518                         [RT #34806]
1519
1520 3653.   [func]          Create delegations for all "children" of empty zones
1521                         except "forward first". [RT #34826]
1522
1523 3651.   [tuning]        Adjust when a master server is deemed unreachable.
1524                         [RT #27075]
1525
1526 3650.   [tuning]        Use separate rate limiting queues for refresh and
1527                         notify requests. [RT #30589]
1528
1529 3649.   [cleanup]       Include a comment in .nzf files, giving the name of
1530                         the associated view. [RT #34765]
1531
1532 3648.   [test]          Updated the ATF test framework to version 0.17.
1533                         [RT #25627]
1534
1535 3647.   [bug]           Address a race condition when shutting down a zone.
1536                         [RT #34750]
1537
1538 3646.   [bug]           Journal filename string could be set incorrectly,
1539                         causing garbage in log messages. [RT #34738]
1540
1541 3645.   [protocol]      Use case sensitive compression when responding to
1542                         queries. [RT #34737]
1543
1544 3644.   [protocol]      Check that EDNS subnet client options are well formed.
1545                         [RT #34718]
1546
1547 3642.   [func]          Allow externally generated DNSKEY to be imported
1548                         into the DNSKEY management framework.  A new tool
1549                         dnssec-importkey is used to do this. [RT #34698]
1550
1551 3641.   [bug]           Handle changes to sig-validity-interval settings
1552                         better. [RT #34625]
1553
1554 3640.   [bug]           ndots was not being checked when searching.  Only
1555                         continue searching on NXDOMAIN responses.  Add the
1556                         ability to specify ndots to nslookup. [RT #34711]
1557
1558 3639.   [bug]           Treat type 65533 (KEYDATA) as opaque except when used
1559                         in a key zone. [RT #34238]
1560
1561         --- 9.9.4 released ---
1562
1563 3643.   [doc]           Clarify RRL "slip" documentation.
1564
1565 3638.   [cleanup]       Add the ability to handle ENOPROTOOPT in case it is
1566                         encountered. [RT #34668]
1567
1568         --- 9.9.4rc2 released ---
1569
1570 3637.   [bug]           'allow-query-on' was checking the source address
1571                         rather than the destination address. [RT #34590]
1572
1573 3636.   [bug]           Automatic empty zones now behave better with
1574                         forward only "zones" beneath them. [RT #34583]
1575
1576 3635.   [bug]           Signatures were not being removed from a zone with
1577                         only KSK keys for a algorithm. [RT #34439]
1578
1579 3634.   [func]          Report build-id in rndc status. Report build-id
1580                         when building from a git repository. [RT #20422]
1581
1582 3633.   [cleanup]       Refactor OPT processing in named to make it easier
1583                         to support new EDNS options. [RT #34414]
1584
1585 3632.   [bug]           Signature from newly inactive keys were not being
1586                         removed. [RT #32178]
1587
1588 3631.   [bug]           Remove spurious warning about missing signatures when
1589                         qtype is SIG. [RT #34600]
1590
1591 3630.   [bug]           Ensure correct ID computation for MD5 keys. [RT #33033]
1592
1593 3627.   [bug]           RPZ changes were not effective on slaves. [RT #34450]
1594
1595 3625.   [bug]           Don't send notify messages to machines outside of the
1596                         test setup.
1597
1598 3623.   [bug]           zone-statistics was only effective in new statistics.
1599                         [RT #34466]
1600
1601         --- 9.9.4rc1 released ---
1602
1603 3621.   [security]      Incorrect bounds checking on private type 'keydata'
1604                         can lead to a remotely triggerable REQUIRE failure
1605                         (CVE-2013-4854). [RT #34238]
1606
1607 3617.   [bug]           Named was failing to answer queries during
1608                         "rndc reload" [RT #34098]
1609
1610 3616.   [bug]           Change #3613 was incomplete. [RT #34177]
1611
1612 3615.   [cleanup]       "configure" now finishes by printing a summary
1613                         of optional BIND features and whether they are
1614                         active or inactive. ("configure --enable-full-report"
1615                         increases the verbosity of the summary.) [RT #31777]
1616
1617 3614.   [port]          Check for <linux/types.h>. [RT #34162]
1618
1619 3613.   [bug]           named could crash when deleting inline-signing
1620                         zones with "rndc delzone". [RT #34066]
1621
1622 3611.   [bug]           Improved resistance to a theoretical authentication
1623                         attack based on differential timing.  [RT #33939]
1624
1625 3610.   [cleanup]       win32: Some executables had been omitted from the
1626                         installer. [RT #34116]
1627
1628 3608.   [port]          win32: added todos.pl script to ensure all text files
1629                         the win32 build depends on are converted to DOS
1630                         newline format. [RT #22067]
1631
1632 3607.   [bug]           dnssec-keygen had broken 'Invalid keyfile' error
1633                         message. [RT #34045]
1634
1635         --- 9.9.4b1 released ---
1636
1637 3605.   [port]          win32: Addressed several compatibility issues
1638                         with newer versions of Visual Studio. [RT #33916]
1639
1640 3603.   [bug]           Install <isc/stat.h>. [RT #33956]
1641
1642 3601.   [bug]           Added to PKCS#11 openssl patches a value len
1643                         attribute in DH derive key. [RT #33928]
1644
1645 3600.   [cleanup]       dig: Fixed a typo in the warning output when receiving
1646                         an oversized response. [RT #33910]
1647
1648 3599.   [tuning]        Check for pointer equivalence in name comparisons.
1649                         [RT #18125]
1650
1651 3596.   [port]          Updated win32 build documentation, added
1652                         dnssec-verify. [RT #22067]
1653
1654 3594.   [maint]         Update config.guess and config.sub. [RT #33816]
1655
1656 3592.   [doc]           Moved documentation of rndc command options to the
1657                         rndc man page. [RT #33506]
1658
1659 3590.   [bug]           When using RRL on recursive servers, defer
1660                         rate-limiting until after recursion is complete;
1661                         also, use correct rcode for slipped NXDOMAIN
1662                         responses.  [RT #33604]
1663
1664 3588.   [bug]           dig: addressed a memory leak in the sigchase code
1665                         that could cause a shutdown crash.  [RT #33733]
1666
1667 3587.   [func]          'named -g' now checks the logging configuration but
1668                         does not use it. [RT #33473]
1669
1670 3586.   [bug]           Handle errors in xmlDocDumpFormatMemoryEnc. [RT #33706]
1671
1672 3584.   [security]      Caching data from an incompletely signed zone could
1673                         trigger an assertion failure in resolver.c
1674                         (CVE-2013-3919). [RT #33690]
1675
1676 3583.   [bug]           Address memory leak in GSS-API processing [RT #33574]
1677
1678 3582.   [bug]           Silence false positive warning regarding missing file
1679                         directive for inline slave zones.  [RT #33662]
1680
1681 3581.   [bug]           Changed the tcp-listen-queue default to 10. [RT #33029]
1682
1683 3580.   [bug]           Addressed a possible race in acache.c [RT #33602]
1684
1685 3579.   [maint]         Updates to PKCS#11 openssl patches, supporting
1686                         versions 0.9.8y, 1.0.0k, 1.0.1e [RT #33463]
1687
1688 3578.   [bug]           'rndc -c file' now fails if 'file' does not exist.
1689                         [RT #33571]
1690
1691 3577.   [bug]           Handle zero TTL values better. [RT #33411]
1692
1693 3576.   [bug]           Address a shutdown race when validating. [RT #33573]
1694
1695 3575.   [func]          Changed the logging category for RRL events from
1696                         'queries' to 'query-errors'. [RT #33540]
1697
1698 3574.   [doc]           The 'hostname' keyword was missing from server-id
1699                         description in the named.conf man page. [RT #33476]
1700
1701 3573.   [bug]           "rndc addzone" and "rndc delzone" incorrectly handled
1702                         zone names containing punctuation marks and other
1703                         nonstandard characters. [RT #33419]
1704
1705 3571.   [bug]           Address race condition in dns_client_startresolve().
1706                         [RT #33234]
1707
1708 3566.   [func]          Log when forwarding updates to master. [RT #33240]
1709
1710 3554.   [bug]           RRL failed to correctly rate-limit upward
1711                         referrals and failed to count dropped error
1712                         responses in the statistics. [RT #33225]
1713
1714 3545.   [bug]           RRL slip behavior was incorrect when set to 1.
1715                         [RT #33111]
1716
1717 3518.   [bug]           Increase the size of dns_rrl_key.s.rtype by one bit
1718                         so that all dns_rrl_rtype_t enum values fit regardless
1719                         of whether it is teated as signed or unsigned by
1720                         the compiler. [RT #32792]
1721
1722 3494.   [func]          DNS RRL: Blunt the impact of DNS reflection and
1723                         amplification attacks by rate-limiting substantially-
1724                         identical responses. To enable, use "configure
1725                         --enable-rrl". [RT #28130]
1726
1727         --- 9.9.3 released ---
1728
1729 3568.   [cleanup]       Add a product description line to the version file,
1730                         to be reported by named -v/-V. [RT #33366]
1731
1732 3567.   [bug]           Silence clang static analyzer warnings. [RT #33365]
1733
1734 3563.   [contrib]       zone2sqlite failed with some table names. [RT #33375]
1735
1736 3561.   [bug]           dig: issue a warning if an EDNS query returns FORMERR
1737                         or NOTIMP.  Adjust usage message. [RT #33363]
1738
1739         --- 9.9.3rc2 released ---
1740
1741 3560.   [bug]           isc-config.sh did not honor includedir and libdir
1742                         when set via configure. [RT #33345]
1743
1744 3559.   [func]          Check that both forms of Sender Policy Framework
1745                         records exist or do not exist. [RT #33355]
1746
1747 3558.   [bug]           IXFR of a DLZ stored zone was broken. [RT #33331]
1748
1749 3557.   [bug]           Reloading redirect zones was broken. [RT #33292]
1750
1751 3556.   [maint]         Added AAAA for D.ROOT-SERVERS.NET.
1752
1753 3555.   [bug]           Address theoretical race conditions in acache.c
1754                         (change #3553 was incomplete). [RT #33252]
1755
1756 3553.   [bug]           Address suspected double free in acache. [RT #33252]
1757
1758 3552.   [bug]           Wrong getopt option string for 'nsupdate -r'.
1759                         [RT #33280]
1760
1761 3549.   [doc]           Documentation for "request-nsid" was missing.
1762                         [RT #33153]
1763
1764 3548.   [bug]           The NSID request code in resolver.c was broken
1765                         resulting in invalid EDNS options being sent.
1766                         [RT #33153]
1767
1768 3547.   [bug]           Some malformed unknown rdata records were not properly
1769                         detected and rejected. [RT #33129]
1770
1771         --- 9.9.3rc1 released ---
1772
1773 3546.   [func]          Add EUI48 and EUI64 types. [RT #33082]
1774
1775 3544.   [contrib]       check5011.pl: Script to report the status of
1776                         managed keys as recorded in managed-keys.bind.
1777                         Contributed by Tony Finch <dot@dotat.at>
1778
1779 3543.   [bug]           Update socket structure before attaching to socket
1780                         manager after accept. [RT #33084]
1781
1782 3541.   [bug]           Parts of libdns were not properly initialized when
1783                         built in libexport mode. [RT #33028]
1784
1785 3540.   [test]          libt_api: t_info and t_assert were not thread safe.
1786
1787 3539.   [port]          win32: timestamp format didn't match other platforms.
1788
1789 3538.   [test]          Running "make test" now requires loopback interfaces
1790                         to be set up. [RT #32452]
1791
1792 3537.   [tuning]        Slave zones, when updated, now send NOTIFY messages
1793                         to peers before being dumped to disk rather than
1794                         after. [RT #27242]
1795
1796 3535.   [bug]           Minor win32 cleanups. [RT #32962]
1797
1798 3534.   [bug]           Extra text after an embedded NULL was ignored when
1799                         parsing zone files. [RT #32699]
1800
1801 3533.   [contrib]       query-loc-0.4.0: memory leaks. [RT #32960]
1802
1803 3532.   [contrib]       zkt: fixed buffer overrun, resource leaks. [RT #32960]
1804
1805 3531.   [bug]           win32: A uninitialized value could be returned on out
1806                         of memory. [RT #32960]
1807
1808 3530.   [contrib]       Better RTT tracking in queryperf. [RT #30128]
1809
1810 3528.   [func]          New "dnssec-coverage" command scans the timing
1811                         metadata for a set of DNSSEC keys and reports if a
1812                         lapse in signing coverage has been scheduled
1813                         inadvertently. (Note: This tool depends on python;
1814                         it will not be built or installed on systems that
1815                         do not have a python interpreter.) [RT #28098]
1816
1817 3527.   [compat]        Add a URI to allow applications to explicitly
1818                         request a particular XML schema from the statistics
1819                         channel, returning 404 if not supported. [RT #32481]
1820
1821 3526.   [cleanup]       Set up dependencies for unit tests correctly during
1822                         build. [RT #32803]
1823
1824 3521.   [bug]           Address memory leak in opensslecdsa_link.c. [RT #32249]
1825
1826 3520.   [bug]           'mctx' was not being referenced counted in some places
1827                         where it should have been.  [RT #32794]
1828
1829         --- 9.9.3b2 released ---
1830
1831 3517.   [bug]           Reorder destruction to avoid shutdown race. [RT #32777]
1832
1833 3515.   [port]          '%T' is not portable in strftime(). [RT #32763]
1834
1835 3514.   [bug]           The ranges for valid key sizes in ddns-confgen and
1836                         rndc-confgen were too constrained. Keys up to 512
1837                         bits are now allowed for most algorithms, and up
1838                         to 1024 bits for hmac-sha384 and hmac-sha512.
1839                         [RT #32753]
1840
1841 3511.   [doc]           Improve documentation of redirect zones. [RT #32756]
1842
1843 3509.   [cleanup]       Added a product line to version file to allow for
1844                         easy naming of different products (BIND
1845                         vs BIND ESV, for example). [RT #32755]
1846
1847 3508.   [contrib]       queryperf was incorrectly rejecting the -T option.
1848                         [RT #32338]
1849
1850 3507.   [bug]           Statistics channel XSL (when built with
1851                         --enable-newstats) had a glitch when attempting
1852                         to chart query data before any queries had been
1853                         received. [RT #32620]
1854
1855 3505.   [bug]           When setting "max-cache-size" and "max-acache-size",
1856                         larger values than 4 gigabytes could not be set
1857                         explicitly, though larger sizes were available
1858                         when setting cache size to 0. This has been
1859                         corrected; the full range is now available.
1860                         [RT #32358]
1861
1862 3503.   [doc]           Clarify size_spec syntax. [RT #32449]
1863
1864 3501.   [func]          zone-statistics now takes three options: full,
1865                         terse, and none. "yes" and "no" are retained as
1866                         synonyms for full and terse, respectively. [RT #29165]
1867
1868 3500.   [security]      Support NAPTR regular expression validation on
1869                         all platforms without using libregex, which
1870                         can be vulnerable to memory exhaustion attack
1871                         (CVE-2013-2266). [RT #32688]
1872
1873 3499.   [doc]           Corrected ARM documentation of built-in zones.
1874                         [RT #32694]
1875
1876 3498.   [bug]           zone statistics for zones which matched a potential
1877                         empty zone could have their zone-statistics setting
1878                         overridden.
1879
1880 3496.   [func]          Improvements to RPZ performance. The "response-policy"
1881                         syntax now includes a "min-ns-dots" clause, with
1882                         default 1, to exclude top-level domains from
1883                         NSIP and NSDNAME checking. --enable-rpz-nsip and
1884                         --enable-rpz-nsdname are now the default. [RT #32251]
1885
1886 3493.   [contrib]       Added BDBHPT dynamically-lodable DLZ module,
1887                         contributed by Mark Goldfinch. [RT #32549]
1888
1889 3492.   [bug]           Fixed a regression in zone loading performance
1890                         due to lock contention. [RT #30399]
1891
1892 3491.   [bug]           Slave zones using inline-signing must specify a
1893                         file name. [RT #31946]
1894
1895 3489.   [bug]           --enable-developer now turns on ISC_LIST_CHECKINIT.
1896                         When cloning a rdataset do not copy the link contents.
1897                         [RT #32651]
1898
1899 3488.   [bug]           Use after free error with DH generated keys. [RT #32649]
1900
1901 3487.   [bug]           Change 3444 was not complete.  There was a additional
1902                         place where the NOQNAME proof needed to be saved.
1903                         [RT #32629]
1904
1905 3486.   [bug]           named could crash when using TKEY-negotiated keys
1906                         that had been deleted and then recreated. [RT #32506]
1907
1908 3485.   [cleanup]       Only compile openssl_gostlink.c if we support GOST.
1909
1910 3483.   [bug]           Corrected XSL code in use with --enable-newstats.
1911                         [RT #32587]
1912
1913 3481.   [cleanup]       Removed use of const const in atf.
1914
1915 3480.   [bug]           Silence logging noise when setting up zone
1916                         statistics. [RT #32525]
1917
1918 3479.   [bug]           Address potential memory leaks in gssapi support
1919                         code. [RT #32405]
1920
1921 3478.   [port]          Fix a build failure in strict C99 environments
1922                         [RT #32475]
1923
1924 3474.   [bug]           nsupdate could assert when the local and remote
1925                         address families didn't match. [RT #22897]
1926
1927 3473.   [bug]           dnssec-signzone/verify could incorrectly report
1928                         an error condition due to an empty node above an
1929                         opt-out delegation lacking an NSEC3. [RT #32072]
1930
1931 3471.   [bug]           The number of UDP dispatches now defaults to
1932                         the number of CPUs even if -n has been set to
1933                         a higher value. [RT #30964]
1934
1935 3470.   [bug]           Slave zones could fail to dump when successfully
1936                         refreshing after an initial failure. [RT #31276]
1937
1938         --- 9.9.3b1 released ---
1939
1940 3468.   [security]      RPZ rules to generate A records (but not AAAA records)
1941                         could trigger an assertion failure when used in
1942                         conjunction with DNS64 (CVE-2012-5689). [RT #32141]
1943
1944 3467.   [bug]           Added checks in dnssec-keygen and dnssec-settime
1945                         to check for delete date < inactive date. [RT #31719]
1946
1947 3466.   [contrib]       Corrected the DNS_CLIENTINFOMETHODS_VERSION check
1948                         in DLZ example driver. [RT #32275]
1949
1950 3465.   [bug]           Handle isolated reserved ports. [RT #31778]
1951
1952 3464.   [maint]         Updates to PKCS#11 openssl patches, supporting
1953                         versions 0.9.8x, 1.0.0j, 1.0.1c [RT #29749]
1954
1955 3463.   [doc]           Clarify managed-keys syntax in ARM. [RT #32232]
1956
1957 3462.   [doc]           Clarify server selection behavior of dig when using
1958                         -4 or -6 options. [RT #32181]
1959
1960 3461.   [bug]           Negative responses could incorrectly have AD=1
1961                         set. [RT #32237]
1962
1963 3460.   [bug]           Only link against readline where needed. [RT #29810]
1964
1965 3458.   [bug]           Return FORMERR when presented with a overly long
1966                         domain named in a request. [RT #29682]
1967
1968 3457.   [protocol]      Add ILNP records (NID, LP, L32, L64). [RT #31836]
1969
1970 3456.   [port]          g++47: ATF failed to compile. [RT #32012]
1971
1972 3455.   [contrib]       queryperf: fix getopt option list. [RT #32338]
1973
1974 3454.   [port]          sparc64: improve atomic support. [RT #25182]
1975
1976 3453.   [bug]           'rndc addzone' of a zone with 'inline-signing yes;'
1977                         failed. [RT #31960]
1978
1979 3452.   [bug]           Accept duplicate singleton records. [RT #32329]
1980
1981 3451.   [port]          Increase per thread stack size from 64K to 1M.
1982                         [RT #32230]
1983
1984 3450.   [bug]           Stop logfileconfig system test spam system logs.
1985                         [RT #32315]
1986
1987 3449.   [bug]           gen.c: use the pre-processor to construct format
1988                         strings so that compiler can perform sanity checks;
1989                         check the snprintf results. [RT #17576]
1990
1991 3448.   [bug]           The allow-query-on ACL was not processed correctly.
1992                         [RT #29486]
1993
1994 3447.   [port]          Add support for libxml2-2.9.x [RT #32231]
1995
1996 3446.   [port]          win32: Add source ID (see change #3400) to build.
1997                         [RT #31683]
1998
1999 3445.   [bug]           Warn about zone files with blank owner names
2000                         immediately after $ORIGIN directives. [RT #31848]
2001
2002 3444.   [bug]           The NOQNAME proof was not being returned from cached
2003                         insecure responses. [RT #21409]
2004
2005 3443.   [bug]           ddns-confgen: Some TSIG algorithms were incorrectly
2006                         rejected when generating keys. [RT #31927]
2007
2008 3442.   [port]          Net::DNS 0.69 introduced a non backwards compatible
2009                         change. [RT #32216]
2010
2011 3441.   [maint]         D.ROOT-SERVERS.NET is now 199.7.91.13.
2012
2013 3440.   [bug]           Reorder get_key_struct to not trigger a assertion when
2014                         cleaning up due to out of memory error. [RT #32131]
2015
2016 3439.   [bug]           contrib/dlz error checking fixes. [RT #32102]
2017
2018 3438.   [bug]           Don't accept unknown data escape in quotes. [RT #32031]
2019
2020 3437.   [bug]           isc_buffer_init -> isc_buffer_constinit to initialize
2021                         buffers with constant data. [RT #32064]
2022
2023 3436.   [bug]           Check malloc/calloc return values. [RT #32088]
2024
2025 3435.   [bug]           Cross compilation support in configure was broken.
2026                         [RT #32078]
2027
2028 3431.   [bug]           ddns-confgen: Some valid key algorithms were
2029                         not accepted. [RT #31927]
2030
2031 3430.   [bug]           win32: isc_time_formatISO8601 was missing the
2032                         'T' between the date and time. [RT #32044]
2033
2034 3429.   [bug]           dns_zone_getserial2 could a return success without
2035                         returning a valid serial. [RT #32007]
2036
2037 3428.   [cleanup]       dig: Add timezone to date output. [RT #2269]
2038
2039 3427.   [bug]           dig +trace incorrectly displayed name server
2040                         addresses instead of names. [RT #31641]
2041
2042 3426.   [bug]           dnssec-checkds: Clearer output when records are not
2043                         found. [RT #31968]
2044
2045 3425.   [bug]           "acacheentry" reference counting was broken resulting
2046                         in use after free. [RT #31908]
2047
2048 3424.   [func]          dnssec-dsfromkey now emits the hash without spaces.
2049                         [RT #31951]
2050
2051 3423.   [bug]           "rndc signing -nsec3param" didn't accept the full
2052                         range of possible values.  Address portability issues.
2053                         [RT #31938]
2054
2055 3422.   [bug]           Added a clear error message for when the SOA does not
2056                         match the referral. [RT #31281]
2057
2058 3421.   [bug]           Named loops when re-signing if all keys are offline.
2059                         [RT #31916]
2060
2061 3420.   [bug]           Address VPATH compilation issues. [RT #31879]
2062
2063 3419.   [bug]           Memory leak on validation cancel. [RT #31869]
2064
2065 3417.   [func]          Optional new XML schema (version 3.0) for the
2066                         statistics channel adds query type statistics at the
2067                         zone level, and flattens the XML tree and uses
2068                         compressed format to optimize parsing. Includes new XSL
2069                         that permits charting via the Google Charts API on
2070                         browsers that support javascript in XSL.  To enable,
2071                         build with "configure --enable-newstats". [RT #30023]
2072
2073 3416.   [bug]           Named could die on shutdown if running with 128 UDP
2074                         dispatches per interface. [RT #31743]
2075
2076 3415.   [bug]           named could die with a REQUIRE failure if a validation
2077                         was canceled. [RT #31804]
2078
2079 3414.   [bug]           Address locking issues found by Coverity. [RT #31626]
2080
2081 3412.   [bug]           Copy timeval structure from control message data.
2082                         [RT #31548]
2083
2084 3411.   [tuning]        Use IPV6_USE_MIN_MTU or equivalent with TCP in addition
2085                         to UDP. [RT #31690]
2086
2087 3410.   [bug]           Addressed Coverity warnings. [RT #31626]
2088
2089 3409.   [contrib]       contrib/dane/mkdane.sh: Tool to generate TLSA RR's
2090                         from X.509 certificates, for use with DANE
2091                         (DNS-based Authentication of Named Entities).
2092                         [RT #30513]
2093
2094 3408.   [bug]           Some DNSSEC-related options (update-check-ksk,
2095                         dnssec-loadkeys-interval, dnssec-dnskey-kskonly)
2096                         are now legal in slave zones as long as
2097                         inline-signing is in use. [RT #31078]
2098
2099 3406.   [bug]           mem.c: Fix compilation errors when building with
2100                         ISC_MEM_TRACKLINES or ISC_MEMPOOL_NAMES disabled.
2101                         Also, ISC_MEM_DEBUG is no longer optional. [RT #31559]
2102
2103 3405.   [bug]           Handle time going backwards in acache. [RT #31253]
2104
2105 3404.   [bug]           dnssec-signzone: When re-signing a zone, remove
2106                         RRSIG and NSEC records from nodes that used to be
2107                         in-zone but are now below a zone cut. [RT #31556]
2108
2109 3403.   [bug]           Silence noisy OpenSSL logging. [RT #31497]
2110
2111 3402.   [test]          The IPv6 interface numbers used for system
2112                         tests were incorrect on some platforms. [RT #25085]
2113
2114 3401.   [bug]           Addressed Coverity warnings. [RT #31484]
2115
2116 3400.   [cleanup]       "named -V" can now report a source ID string, defined
2117                         in the "srcid" file in the build tree and normally set
2118                         to the most recent git hash.  [RT #31494]
2119
2120 3399.   [port]          netbsd: rename 'bool' parameter to avoid namespace
2121                         clash.  [RT #31515]
2122
2123 3398.   [bug]           SOA parameters were not being updated with inline
2124                         signed zones if the zone was modified while the
2125                         server was offline. [RT #29272]
2126
2127 3397.   [bug]           dig crashed when using +nssearch with +tcp. [RT #25298]
2128
2129 3396.   [bug]           OPT records were incorrectly removed from signed,
2130                         truncated responses. [RT #31439]
2131
2132 3395.   [protocol]      Add RFC 6598 reverse zones to built in empty zones
2133                         list, 64.100.IN-ADDR.ARPA ... 127.100.IN-ADDR.ARPA.
2134                         [RT #31336]
2135
2136 3394.   [bug]           Adjust 'successfully validated after lower casing
2137                         signer' log level and category. [RT #31414]
2138
2139 3393.   [bug]           'host -C' could core dump if REFUSED was received.
2140                         [RT #31381]
2141
2142 3391.   [bug]           A DNSKEY lookup that encountered a CNAME failed.
2143                         [RT #31262]
2144
2145 3390.   [bug]           Silence clang compiler warnings. [RT #30417]
2146
2147 3389.   [bug]           Always return NOERROR (not 0) in TSIG. [RT #31275]
2148
2149 3388.   [bug]           Fixed several Coverity warnings.
2150                         Note: This change includes a fix for a bug that
2151                         was subsequently determined to be an exploitable
2152                         security vulnerability, CVE-2012-5688: named could
2153                         die on specific queries with dns64 enabled.
2154                         [RT #30996]
2155
2156 3386.   [bug]           Address locking violation when generating new NSEC /
2157                         NSEC3 chains. [RT #31224]
2158
2159 3385.   [bug]           named-checkconf didn't detect missing master lists
2160                         in also-notify clauses. [RT #30810]
2161
2162 3384.   [bug]           Improved logging of crypto errors. [RT #30963]
2163
2164 3382.   [bug]           SOA query from slave used use-v6-udp-ports range,
2165                         if set, regardless of the address family in use.
2166                         [RT #24173]
2167
2168 3381.   [contrib]       Update queryperf to support more RR types.
2169                         [RT #30762]
2170
2171 3380.   [bug]           named could die if a nonexistent master list was
2172                         referenced in a also-notify. [RT #31004]
2173
2174 3379.   [bug]           isc_interval_zero and isc_time_epoch should be
2175                         "const (type)* const". [RT #31069]
2176
2177 3378.   [bug]           Handle missing 'managed-keys-directory' better.
2178                         [RT #30625]
2179
2180 3377.   [bug]           Removed spurious newline from NSEC3 multiline
2181                         output. [RT #31044]
2182
2183 3376.   [bug]           Lack of EDNS support was being recorded without a
2184                         successful response. [RT #30811]
2185
2186 3375.   [func]          Check that 'rndc dumpdb' works on a empty cache.
2187                         [RT #30808]
2188
2189 3374.   [bug]           isc_parse_uint32 failed to return a range error on
2190                         systems with 64 bit longs. [RT #30232]
2191
2192 3372.   [bug]           Silence spurious "deleted from unreachable cache"
2193                         messages.  [RT #30501]
2194
2195 3371.   [bug]           AD=1 should behave like DO=1 when deciding whether to
2196                         add NS RRsets to the additional section or not.
2197                         [RT #30479]
2198
2199 3316.   [tuning]        Improved locking performance when recursing.
2200                         [RT #28836]
2201
2202 3315.   [tuning]        Use multiple dispatch objects for sending upstream
2203                         queries; this can improve performance on busy
2204                         multiprocessor systems by reducing lock contention.
2205                         [RT #28605]
2206
2207         --- 9.9.2 released ---
2208
2209 3383.   [security]      A certain combination of records in the RBT could
2210                         cause named to hang while populating the additional
2211                         section of a response. [RT #31090]
2212
2213 3373.   [bug]           win32: open raw files in binary mode. [RT #30944]
2214
2215 3364.   [security]      Named could die on specially crafted record.
2216                         [RT #30416]
2217
2218         --- 9.9.2rc1 released ---
2219
2220 3370.   [bug]           Address use after free while shutting down. [RT #30241]
2221
2222 3369.   [bug]           nsupdate terminated unexpectedly in interactive mode
2223                         if built with readline support. [RT #29550]
2224
2225 3368.   [bug]           <dns/iptable.h>, <dns/private.h> and <dns/zone.h>
2226                         were not C++ safe.
2227
2228 3367.   [bug]           dns_dnsseckey_create() result was not being checked.
2229                         [RT #30685]
2230
2231 3366.   [bug]           Fixed Read-After-Write dependency violation for IA64
2232                         atomic operations. [RT #25181]
2233
2234 3365.   [bug]           Removed spurious newlines from log messages in
2235                         zone.c [RT #30675]
2236
2237 3363.   [bug]           Need to allow "forward" and "fowarders" options
2238                         in static-stub zones; this had been overlooked.
2239                         [RT #30482]
2240
2241 3362.   [bug]           Setting some option values to 0 in named.conf
2242                         could trigger an assertion failure on startup.
2243                         [RT #27730]
2244
2245 3361.   [bug]           "rndc signing -nsec3param" didn't work correctly
2246                         when salt was set to '-' (no salt). [RT #30099]
2247
2248 3360.   [bug]           'host -w' could die.  [RT #18723]
2249
2250 3359.   [bug]           An improperly-formed TSIG secret could cause a
2251                         memory leak. [RT #30607]
2252
2253 3357.   [port]          Add support for libxml2-2.8.x [RT #30440]
2254
2255 3356.   [bug]           Cap the TTL of signed RRsets when RRSIGs are
2256                         approaching their expiry, so they don't remain
2257                         in caches after expiry. [RT #26429]
2258
2259 3355.   [port]          Use more portable awk in verify system test.
2260
2261 3354.   [func]          Improve OpenSSL error logging. [RT #29932]
2262
2263         --- 9.9.2b1 released ---
2264
2265 3353.   [bug]           Use a single task for task exclusive operations.
2266                         [RT #29872]
2267
2268 3352.   [bug]           Ensure that learned server attributes timeout of the
2269                         adb cache. [RT #29856]
2270
2271 3351.   [bug]           isc_mem_put and isc_mem_putanddetach didn't report
2272                         caller if either ISC_MEM_DEBUGSIZE or ISC_MEM_DEBUGCTX
2273                         memory debugging flags are set. [RT #30243]
2274
2275 3350.   [bug]           Memory read overrun in isc___mem_reallocate if
2276                         ISC_MEM_DEBUGCTX memory debugging flag is set.
2277                         [RT #30240]
2278
2279 3349.   [bug]           Change #3345 was incomplete. [RT #30233]
2280
2281 3348.   [bug]           Prevent RRSIG data from being cached if a negative
2282                         record matching the covering type exists at a higher
2283                         trust level. Such data already can't be retrieved from
2284                         the cache since change 3218 -- this prevents it
2285                         being inserted into the cache as well. [RT #26809]
2286
2287 3347.   [bug]           dnssec-settime: Issue a warning when writing a new
2288                         private key file would cause a change in the
2289                         permissions of the existing file. [RT #27724]
2290
2291 3346.   [security]      Bad-cache data could be used before it was
2292                         initialized, causing an assert. [RT #30025]
2293
2294 3345.   [bug]           Addressed race condition when removing the last item
2295                         or inserting the first item in an ISC_QUEUE.
2296                         [RT #29539]
2297
2298 3344.   [func]          New "dnssec-checkds" command checks a zone to
2299                         determine which DS records should be published
2300                         in the parent zone, or which DLV records should be
2301                         published in a DLV zone, and queries the DNS to
2302                         ensure that it exists. (Note: This tool depends
2303                         on python; it will not be built or installed on
2304                         systems that do not have a python interpreter.)
2305                         [RT #28099]
2306
2307 3342.   [bug]           Change #3314 broke saving of stub zones to disk
2308                         resulting in excessive cpu usage in some cases.
2309                         [RT #29952]
2310
2311 3341.   [func]          New "dnssec-verify" command checks a signed zone
2312                         to ensure correctness of signatures and of NSEC/NSEC3
2313                         chains. [RT #23673]
2314
2315 3339.   [func]          Allow the maximum supported rsa exponent size to be
2316                         specified: "max-rsa-exponent-size <value>;" [RT #29228]
2317
2318 3338.   [bug]           Address race condition in units tests: asyncload_zone
2319                         and asyncload_zt. [RT #26100]
2320
2321 3337.   [bug]           Change #3294 broke support for the multiple keys
2322                         in controls. [RT #29694]
2323
2324 3335.   [func]          nslookup: return a nonzero exit code when unable
2325                         to get an answer. [RT #29492]
2326
2327 3334.   [bug]           Hold a zone table reference while performing a
2328                         asynchronous load of a zone. [RT #28326]
2329
2330 3333.   [bug]           Setting resolver-query-timeout too low can cause
2331                         named to not recover if it loses connectivity.
2332                         [RT #29623]
2333
2334 3332.   [bug]           Re-use cached DS rrsets if possible. [RT #29446]
2335
2336 3331.   [security]      dns_rdataslab_fromrdataset could produce bad
2337                         rdataslabs. [RT #29644]
2338
2339 3330.   [func]          Fix missing signatures on NOERROR results despite
2340                         RPZ rewriting.  Also
2341                          - add optional "recursive-only yes|no" to the
2342                            response-policy statement
2343                          - add optional "max-policy-ttl" to the response-policy
2344                             statement to limit the false data that
2345                             "recursive-only no" can introduce into
2346                             resolvers' caches
2347                          - add a RPZ performance test to bin/tests/system/rpz
2348                              when queryperf is available.
2349                          - the encoding of PASSTHRU action to "rpz-passthru".
2350                              (The old encoding is still accepted.)
2351                         [RT #26172]
2352
2353
2354 3329.   [bug]           Handle RRSIG signer-name case consistently: We
2355                         generate RRSIG records with the signer-name in
2356                         lower case.  We accept them with any case, but if
2357                         they fail to validate, we try again in lower case.
2358                         [RT #27451]
2359
2360 3328.   [bug]           Fixed inconsistent data checking in dst_parse.c.
2361                         [RT #29401]
2362
2363 3317.   [func]          Add ECDSA support (RFC 6605). [RT #21918]
2364
2365         --- 9.9.1 released ---
2366
2367 3318.   [tuning]        Reduce the amount of work performed while holding a
2368                         bucket lock when finished with a fetch context.
2369                         [RT #29239]
2370
2371 3314.   [bug]           The masters list could be updated while stub_callback
2372                         or refresh_callback were using it. [RT #26732]
2373
2374 3313.   [protocol]      Add TLSA record type. [RT #28989]
2375
2376 3312.   [bug]           named-checkconf didn't detect a bad dns64 clients acl.
2377                         [RT #27631]
2378
2379 3311.   [bug]           Abort the zone dump if zone->db is NULL in
2380                         zone.c:zone_gotwritehandle. [RT #29028]
2381
2382 3310.   [test]          Increase table size for mutex profiling. [RT #28809]
2383
2384 3309.   [bug]           resolver.c:fctx_finddone() was not thread safe.
2385                         [RT #27995]
2386
2387 3307.   [bug]           Add missing ISC_LANG_BEGINDECLS and ISC_LANG_ENDDECLS.
2388                         [RT #28956]
2389
2390 3306.   [bug]           Improve DNS64 reverse zone performance. [RT #28563]
2391
2392 3305.   [func]          Add wire format lookup method to sdb. [RT #28563]
2393
2394 3304.   [bug]           Use hmctx, not mctx when freeing rbtdb->heaps.
2395                         [RT #28571]
2396
2397 3303.   [bug]           named could die when reloading. [RT #28606]
2398
2399 3302.   [bug]           dns_dnssec_findmatchingkeys could fail to find
2400                         keys if the zone name contained character that
2401                         required special mappings. [RT #28600]
2402
2403 3301.   [contrib]       Update queryperf to build on darwin.  Add -R flag
2404                         for non-recursive queries. [RT #28565]
2405
2406 3300.   [bug]           Named could die if gssapi was enabled in named.conf
2407                         but was not compiled in. [RT #28338]
2408
2409 3299.   [bug]           Make SDB handle errors from database drivers better.
2410                         [RT #28534]
2411
2412 3298.   [bug]           Named could dereference a NULL pointer in
2413                         zmgr_start_xfrin_ifquota if the zone was being removed.
2414                         [RT #28419]
2415
2416 3297.   [bug]           Named could die on a malformed master file. [RT #28467]
2417
2418 3296.   [bug]           Named could die with a INSIST failure in
2419                         client.c:exit_check. [RT #28346]
2420
2421 3295.   [bug]           Adjust isc_time_secondsastimet range check to be more
2422                         portable. [RT # 26542]
2423
2424 3294.   [bug]           isccc/cc.c:table_fromwire failed to free alist on
2425                         error. [RT #28265]
2426
2427 3291.   [port]          Fixed a build error on systems without ENOTSUP.
2428                         [RT #28200]
2429
2430 3290.   [bug]           <isc/hmacsha.h> was not being installed. [RT #28169]
2431
2432 3273.   [bug]           AAAA responses could be returned in the additional
2433                         section even when filter-aaaa-on-v4 was in use.
2434                         [RT #27292]
2435
2436         --- 9.9.0 released ---
2437
2438         --- 9.9.0rc4 released ---
2439
2440 3289.   [bug]           'rndc retransfer' failed for inline zones. [RT #28036]
2441
2442 3288.   [bug]           dlz_destroy() function wasn't correctly registered
2443                         by the DLZ dlopen driver. [RT #28056]
2444
2445 3287.   [port]          Update ans.pl to work with Net::DNS 0.68. [RT #28028]
2446
2447 3286.   [bug]           Managed key maintenance timer could fail to start
2448                         after 'rndc reconfig'. [RT #26786]
2449
2450         --- 9.9.0rc3 released ---
2451
2452 3285.   [bug]           val-frdataset was incorrectly disassociated in
2453                         proveunsecure after calling startfinddlvsep.
2454                         [RT #27928]
2455
2456 3284.   [bug]           Address race conditions with the handling of
2457                         rbtnode.deadlink. [RT #27738]
2458
2459 3283.   [bug]           Raw zones with with more than 512 records in a RRset
2460                         failed to load. [RT #27863]
2461
2462 3282.   [bug]           Restrict the TTL of NS RRset to no more than that
2463                         of the old NS RRset when replacing it.
2464                         [RT #27792] [RT #27884]
2465
2466 3281.   [bug]           SOA refresh queries could be treated as cancelled
2467                         despite succeeding over the loopback interface.
2468                         [RT #27782]
2469
2470 3280.   [bug]           Potential double free of a rdataset on out of memory
2471                         with DNS64. [RT #27762]
2472
2473 3279.   [bug]           Hold a internal reference to the zone while performing
2474                         a asynchronous load.  Address potential memory leak
2475                         if the asynchronous is cancelled. [RT #27750]
2476
2477 3278.   [bug]           Make sure automatic key maintenance is started
2478                         when "auto-dnssec maintain" is turned on during
2479                         "rndc reconfig". [RT #26805]
2480
2481 3277.   [bug]           win32: isc_socket_dup is not implemented. [RT #27696]
2482
2483 3276.   [bug]           win32: ns_os_openfile failed to return NULL on
2484                         safe_open failure. [RT #27696]
2485
2486 3275.   [bug]           Corrected rndc -h output; the 'rndc sync -clean'
2487                         option had been misspelled as '-clear'.  (To avoid
2488                         future confusion, both options now work.) [RT #27173]
2489
2490 3271.   [port]          darwin: mksymtbl is not always stable, loop several
2491                         times before giving up.  mksymtbl was using non
2492                         portable perl to covert 64 bit hex strings. [RT #27653]
2493
2494         --- 9.9.0rc2 released ---
2495
2496 3270.   [bug]           "rndc reload" didn't reuse existing zones correctly
2497                         when inline-signing was in use. [RT #27650]
2498
2499 3269.   [port]          darwin 11 and later now built threaded by default.
2500
2501 3268.   [bug]           Convert RRSIG expiry times to 64 timestamps to work
2502                         out the earliest expiry time. [RT #23311]
2503
2504 3267.   [bug]           Memory allocation failures could be mis-reported as
2505                         unexpected error.  New ISC_R_UNSET result code.
2506                         [RT #27336]
2507
2508 3266.   [bug]           The maximum number of NSEC3 iterations for a
2509                         DNSKEY RRset was not being properly computed.
2510                         [RT #26543]
2511
2512 3265.   [bug]           Corrected a problem with lock ordering in the
2513                         inline-signing code. [RT #27557]
2514
2515 3264.   [bug]           Automatic regeneration of signatures in an
2516                         inline-signing zone could stall when the server
2517                         was restarted. [RT #27344]
2518
2519 3263.   [bug]           "rndc sync" did not affect the unsigned side of an
2520                         inline-signing zone. [RT #27337]
2521
2522 3262.   [bug]           Signed responses were handled incorrectly by RPZ.
2523                         [RT #27316]
2524
2525 3261.   [func]          RRset ordering now defaults to random. [RT #27174]
2526
2527 3260.   [bug]           "rrset-order cyclic" could appear not to rotate
2528                         for some query patterns.  [RT #27170/27185]
2529
2530         --- 9.9.0rc1 released ---
2531
2532 3259.   [bug]           named-compilezone: Suppress "dump zone to <file>"
2533                         message when writing to stdout. [RT #27109]
2534
2535 3258.   [test]          Add "forcing full sign with unreadable keys" test.
2536                         [RT #27153]
2537
2538 3257.   [bug]           Do not generate a error message when calling fsync()
2539                         in a pipe or socket. [RT #27109]
2540
2541 3256.   [bug]           Disable empty zones for lwresd -C. [RT #27139]
2542
2543 3255.   [func]          No longer require that a empty zones be explicitly
2544                         enabled or that a empty zone is disabled for
2545                         RFC 1918 empty zones to be configured. [RT #27139]
2546
2547 3254.   [bug]           Set isc_socket_ipv6only() on the IPv6 control channels.
2548                         [RT #22249]
2549
2550 3253.   [bug]           Return DNS_R_SYNTAX when the input to a text field is
2551                         too long. [RT #26956]
2552
2553 3252.   [bug]           When master zones using inline-signing were
2554                         updated while the server was offline, the source
2555                         zone could fall out of sync with the signed
2556                         copy. They can now resynchronize. [RT #26676]
2557
2558 3251.   [bug]           Enforce a upper bound (65535 bytes) on the amount of
2559                         memory dns_sdlz_putrr() can allocate per record to
2560                         prevent run away memory consumption on ISC_R_NOSPACE.
2561                         [RT #26956]
2562
2563 3250.   [func]          'configure --enable-developer'; turn on various
2564                         configure options, normally off by default, that
2565                         we want developers to build and test with. [RT #27103]
2566
2567 3249.   [bug]           Update log message when saving slave zones files for
2568                         analysis after load failures. [RT #27087]
2569
2570 3248.   [bug]           Configure options --enable-fixed-rrset and
2571                         --enable-exportlib were incompatible with each
2572                         other. [RT #27087]
2573
2574 3247.   [bug]           'raw' format zones failed to preserve load order
2575                         breaking 'fixed' sort order. [RT #27087]
2576
2577 3246.   [bug]           Named failed to start with a empty also-notify list.
2578                         [RT #27087]
2579
2580 3245.   [bug]           Don't report a error unchanged serials unless there
2581                         were other changes when thawing a zone with
2582                         ixfr-fromdifferences. [RT #26845]
2583
2584 3244.   [func]          Added readline support to nslookup and nsupdate.
2585                         Also simplified nsupdate syntax to make "update"
2586                         and "prereq" optional. [RT #24659]
2587
2588 3243.   [port]          freebsd,netbsd,bsdi: the thread defaults were not
2589                         being properly set.
2590
2591 3242.   [func]          Extended the header of raw-format master files to
2592                         include the serial number of the zone from which
2593                         they were generated, if different (as in the case
2594                         of inline-signing zones).  This is to be used in
2595                         inline-signing zones, to track changes between the
2596                         unsigned and signed versions of the zone, which may
2597                         have different serial numbers.
2598
2599                         (Note: raw zonefiles generated by this version of
2600                         BIND are no longer compatible with prior versions.
2601                         To generate a backward-compatible raw zonefile
2602                         using dnssec-signzone or named-compilezone, specify
2603                         output format "raw=0" instead of simply "raw".)
2604                         [RT #26587]
2605
2606 3241.   [bug]           Address race conditions in the resolver code.
2607                         [RT #26889]
2608
2609 3240.   [bug]           DNSKEY state change events could be missed. [RT #26874]
2610
2611 3239.   [bug]           dns_dnssec_findmatchingkeys needs to use a consistent
2612                         timestamp. [RT #26883]
2613
2614 3238.   [bug]           keyrdata was not being reinitialized in
2615                         lib/dns/rbtdb.c:iszonesecure. [RT #26913]
2616
2617 3237.   [bug]           dig -6 didn't work with +trace. [RT #26906]
2618
2619 3236.   [bug]           Backed out changes #3182 and #3202, related to
2620                         EDNS(0) fallback behavior. [RT #26416]
2621
2622 3235.   [func]          dns_db_diffx, a extended dns_db_diff which returns
2623                         the generated diff and optionally writes it to a
2624                         journal. [RT #26386]
2625
2626 3234.   [bug]           'make depend' produced invalid makefiles. [RT #26830]
2627
2628 3233.   [bug]           'rndc freeze/thaw' didn't work for inline zones.
2629                         [RT #26632]
2630
2631 3232.   [bug]           Zero zone->curmaster before return in
2632                         dns_zone_setmasterswithkeys(). [RT #26732]
2633
2634 3231.   [bug]           named could fail to send a incompressible zone.
2635                         [RT #26796]
2636
2637 3230.   [bug]           'dig axfr' failed to properly handle a multi-message
2638                         axfr with a serial of 0. [RT #26796]
2639
2640 3229.   [bug]           Fix local variable to struct var assignment
2641                         found by CLANG warning.
2642
2643 3228.   [tuning]        Dynamically grow symbol table to improve zone
2644                         loading performance. [RT #26523]
2645
2646 3227.   [bug]           Interim fix to make WKS's use of getprotobyname()
2647                         and getservbyname() self thread safe. [RT #26232]
2648
2649 3226.   [bug]           Address minor resource leakages. [RT #26624]
2650
2651 3225.   [bug]           Silence spurious "setsockopt(517, IPV6_V6ONLY) failed"
2652                         messages. [RT #26507]
2653
2654 3224.   [bug]           'rndc signing' argument parsing was broken. [RT #26684]
2655
2656 3223.   [bug]           'task_test privilege_drop' generated false positives.
2657                         [RT #26766]
2658
2659 3222.   [cleanup]       Replace dns_journal_{get,set}_bitws with
2660                         dns_journal_{get,set}_sourceserial. [RT #26634]
2661
2662 3221.   [bug]           Fixed a potential core dump on shutdown due to
2663                         referencing fetch context after it's been freed.
2664                         [RT #26720]
2665
2666         --- 9.9.0b2 released ---
2667
2668 3220.   [bug]           Change #3186 was incomplete; dns_db_rpz_findips()
2669                         could fail to set the database version correctly,
2670                         causing an assertion failure. [RT #26180]
2671
2672 3219.   [bug]           Disable NOEDNS caching following a timeout.
2673
2674 3218.   [security]      Cache lookup could return RRSIG data associated with
2675                         nonexistent records, leading to an assertion
2676                         failure. [RT #26590]
2677
2678 3217.   [cleanup]       Fix build problem with --disable-static. [RT #26476]
2679
2680 3216.   [bug]           resolver.c:validated() was not thread-safe. [RT #26478]
2681
2682 3215.   [bug]           'rndc recursing' could cause a core dump. [RT #26495]
2683
2684 3214.   [func]          Add 'named -U' option to set the number of UDP
2685                         listener threads per interface. [RT #26485]
2686
2687 3213.   [doc]           Clarify ixfr-from-differences behavior. [RT #25188]
2688
2689 3212.   [bug]           rbtdb.c: failed to remove a node from the deadnodes
2690                         list prior to adding a reference to it leading a
2691                         possible assertion failure. [RT #23219]
2692
2693 3211.   [func]          dnssec-signzone: "-f -" prints to stdout; "-O full"
2694                         option prints in single-line-per-record format.
2695                         [RT #20287]
2696
2697 3210.   [bug]           Canceling the oldest query due to recursive-client
2698                         overload could trigger an assertion failure. [RT #26463]
2699
2700 3209.   [func]          Add "dnssec-lookaside 'no'".  [RT #24858]
2701
2702 3208.   [bug]           'dig -y' handle unknown tsig algorithm better.
2703                         [RT #25522]
2704
2705 3207.   [contrib]       Fixed build error in Berkeley DB DLZ module. [RT #26444]
2706
2707 3206.   [cleanup]       Add ISC information to log at start time. [RT #25484]
2708
2709 3205.   [func]          Upgrade dig's defaults to better reflect modern
2710                         nameserver behavior.  Enable "dig +adflag" and
2711                         "dig +edns=0" by default.  Enable "+dnssec" when
2712                         running "dig +trace". [RT #23497]
2713
2714 3204.   [bug]           When a master server that has been marked as
2715                         unreachable sends a NOTIFY, mark it reachable
2716                         again. [RT #25960]
2717
2718 3203.   [bug]           Increase log level to 'info' for validation failures
2719                         from expired or not-yet-valid RRSIGs. [RT #21796]
2720
2721 3202.   [bug]           NOEDNS caching on timeout was too aggressive.
2722                         [RT #26416]
2723
2724 3201.   [func]          'rndc querylog' can now be given an on/off parameter
2725                         instead of only being used as a toggle. [RT #18351]
2726
2727 3200.   [doc]           Some rndc functions were undocumented or were
2728                         missing from 'rndc -h' output. [RT #25555]
2729
2730 3199.   [func]          When logging client information, include the name
2731                         being queried. [RT #25944]
2732
2733 3198.   [doc]           Clarified that dnssec-settime can alter keyfile
2734                         permissions. [RT #24866]
2735
2736 3197.   [bug]           Don't try to log the filename and line number when
2737                         the config parser can't open a file. [RT #22263]
2738
2739 3196.   [bug]           nsupdate: return nonzero exit code when target zone
2740                         doesn't exist. [RT #25783]
2741
2742 3195.   [cleanup]       Silence "file not found" warnings when loading
2743                         managed-keys zone. [RT #26340]
2744
2745 3194.   [doc]           Updated RFC references in the 'empty-zones-enable'
2746                         documentation. [RT #25203]
2747
2748 3193.   [cleanup]       Changed MAXZONEKEYS to DNS_MAXZONEKEYS, moved to
2749                         dnssec.h. [RT #26415]
2750
2751 3192.   [bug]           A query structure could be used after being freed.
2752                         [RT #22208]
2753
2754 3191.   [bug]           Print NULL records using "unknown" format. [RT #26392]
2755
2756 3190.   [bug]           Underflow in error handling in isc_mutexblock_init.
2757                         [RT #26397]
2758
2759 3189.   [test]          Added a summary report after system tests. [RT #25517]
2760
2761 3188.   [bug]           zone.c:zone_refreshkeys() could fail to detach
2762                         references correctly when errors occurred, causing
2763                         a hang on shutdown. [RT #26372]
2764
2765 3187.   [port]          win32: support for Visual Studio 2008.  [RT #26356]
2766
2767         --- 9.9.0b1 released ---
2768
2769 3186.   [bug]           Version/db mis-match in rpz code. [RT #26180]
2770
2771 3185.   [func]          New 'rndc signing' option for auto-dnssec zones:
2772                          - 'rndc signing -list' displays the current
2773                            state of signing operations
2774                          - 'rndc signing -clear' clears the signing state
2775                            records for keys that have fully signed the zone
2776                          - 'rndc signing -nsec3param' sets the NSEC3
2777                            parameters for the zone
2778                         The 'rndc keydone' syntax is removed. [RT #23729]
2779
2780 3184.   [bug]           named had excessive cpu usage when a redirect zone was
2781                         configured. [RT #26013]
2782
2783 3183.   [bug]           Added RTLD_GLOBAL flag to dlopen call. [RT #26301]
2784
2785 3182.   [bug]           Auth servers behind firewalls which block packets
2786                         greater than 512 bytes may cause other servers to
2787                         perform poorly. Now, adb retains edns information
2788                         and caches noedns servers. [RT #23392/24964]
2789
2790 3181.   [func]          Inline-signing is now supported for master zones.
2791                         [RT #26224]
2792
2793 3180.   [func]          Local copies of slave zones are now saved in raw
2794                         format by default, to improve startup performance.
2795                         'masterfile-format text;' can be used to override
2796                         the default, if desired. [RT #25867]
2797
2798 3179.   [port]          kfreebsd: build issues. [RT #26273]
2799
2800 3178.   [bug]           A race condition introduced by change #3163 could
2801                         cause an assertion failure on shutdown. [RT #26271]
2802
2803 3177.   [func]          'rndc keydone', remove the indicator record that
2804                         named has finished signing the zone with the
2805                         corresponding key.  [RT #26206]
2806
2807 3176.   [doc]           Corrected example code and added a README to the
2808                         sample external DLZ module in contrib/dlz/example.
2809                         [RT #26215]
2810
2811 3175.   [bug]           Fix how DNSSEC positive wildcard responses from a
2812                         NSEC3 signed zone are validated.  Stop sending a
2813                         unnecessary NSEC3 record when generating such
2814                         responses. [RT #26200]
2815
2816 3174.   [bug]           Always compute to revoked key tag from scratch.
2817                         [RT #26186]
2818
2819 3173.   [port]          Correctly validate root DS responses. [RT #25726]
2820
2821 3172.   [port]          darwin 10.* and freebsd [89] are now built threaded by
2822                         default.
2823
2824 3171.   [bug]           Exclusively lock the task when adding a zone using
2825                         'rndc addzone'.  [RT #25600]
2826
2827         --- 9.9.0a3 released ---
2828
2829 3170.   [func]          RPZ update:
2830                         - fix precedence among competing rules
2831                         - improve ARM text including documenting rule precedence
2832                         - try to rewrite CNAME chains until first hit
2833                         - new "rpz" logging channel
2834                         - RDATA for CNAME rules can include wildcards
2835                         - replace "NO-OP" named.conf policy override with
2836                           "PASSTHRU" and add "DISABLED" override ("NO-OP"
2837                           is still recognized)
2838                         [RT #25172]
2839
2840 3169.   [func]          Catch db/version mis-matches when calling dns_db_*().
2841                         [RT #26017]
2842
2843 3168.   [bug]           Nxdomain redirection could trigger an assert with
2844                         a ANY query. [RT #26017]
2845
2846 3167.   [bug]           Negative answers from forwarders were not being
2847                         correctly tagged making them appear to not be cached.
2848                         [RT #25380]
2849
2850 3166.   [bug]           Upgrading a zone to support inline-signing failed.
2851                         [RT #26014]
2852
2853 3165.   [bug]           dnssec-signzone could generate new signatures when
2854                         resigning, even when valid signatures were already
2855                         present. [RT #26025]
2856
2857 3164.   [func]          Enable DLZ modules to retrieve client information,
2858                         so that responses can be changed depending on the
2859                         source address of the query. [RT #25768]
2860
2861 3163.   [bug]           Use finer-grained locking in client.c to address
2862                         concurrency problems with large numbers of threads.
2863                         [RT #26044]
2864
2865 3162.   [test]          start.pl: modified to allow for "named.args" in
2866                         ns*/ subdirectory to override stock arguments to
2867                         named. Largely from RT #26044, but no separate ticket.
2868
2869 3161.   [bug]           zone.c:del_sigs failed to always reset rdata leading
2870                         assertion failures. [RT #25880]
2871
2872 3160.   [bug]           When printing out a NSEC3 record in multiline form
2873                         the newline was not being printed causing type codes
2874                         to be run together. [RT #25873]
2875
2876 3159.   [bug]           On some platforms, named could assert on startup
2877                         when running in a chrooted environment without
2878                         /proc. [RT #25863]
2879
2880 3158.   [bug]           Recursive servers would prefer a particular UDP
2881                         socket instead of using all available sockets.
2882                         [RT #26038]
2883
2884 3157.   [tuning]        Reduce the time spent in "rndc reconfig" by parsing
2885                         the config file before pausing the server. [RT #21373]
2886
2887 3156.   [placeholder]
2888
2889         --- 9.9.0a2 released ---
2890
2891 3155.   [bug]           Fixed a build failure when using contrib DLZ
2892                         drivers (e.g., mysql, postgresql, etc). [RT #25710]
2893
2894 3154.   [bug]           Attempting to print an empty rdataset could trigger
2895                         an assert. [RT #25452]
2896
2897 3153.   [func]          Extend request-ixfr to zone level and remove the
2898                         side effect of forcing an AXFR. [RT #25156]
2899
2900 3152.   [cleanup]       Some versions of gcc and clang failed due to
2901                         incorrect use of __builtin_expect. [RT #25183]
2902
2903 3151.   [bug]           Queries for type RRSIG or SIG could be handled
2904                         incorrectly.  [RT #21050]
2905
2906 3150.   [func]          Improved startup and reconfiguration time by
2907                         enabling zones to load in multiple threads. [RT #25333]
2908
2909 3149.   [placeholder]
2910
2911 3148.   [bug]           Processing of normal queries could be stalled when
2912                         forwarding a UPDATE message. [RT #24711]
2913
2914 3147.   [func]          Initial inline signing support.  [RT #23657]
2915
2916         --- 9.9.0a1 released ---
2917
2918 3146.   [test]          Fixed gcc4.6.0 errors in ATF. [RT #25598]
2919
2920 3145.   [test]          Capture output of ATF unit tests in "./atf.out" if
2921                         there were any errors while running them. [RT #25527]
2922
2923 3144.   [bug]           dns_dbiterator_seek() could trigger an assert when
2924                         used with a nonexistent database node. [RT #25358]
2925
2926 3143.   [bug]           Silence clang compiler warnings. [RT #25174]
2927
2928 3142.   [bug]           NAPTR is class agnostic. [RT #25429]
2929
2930 3141.   [bug]           Silence spurious "zone serial (0) unchanged" messages
2931                         associated with empty zones. [RT #25079]
2932
2933 3140.   [func]          New command "rndc flushtree <name>" clears the
2934                         specified name from the server cache along with
2935                         all names under it. [RT #19970]
2936
2937 3139.   [test]          Added tests from RFC 6234, RFC 2202, and RFC 1321
2938                         for the hashing algorithms (md5, sha1 - sha512, and
2939                         their hmac counterparts).  [RT #25067]
2940
2941 3138.   [bug]           Address memory leaks and out-of-order operations when
2942                         shutting named down. [RT #25210]
2943
2944 3137.   [func]          Improve hardware scalability by allowing multiple
2945                         worker threads to process incoming UDP packets.
2946                         This can significantly increase query throughput
2947                         on some systems.  [RT #22992]
2948
2949 3136.   [func]          Add RFC 1918 reverse zones to the list of built-in
2950                         empty zones switched on by the 'empty-zones-enable'
2951                         option. [RT #24990]
2952
2953 3135.   [port]          FreeBSD: workaround broken IPV6_USE_MIN_MTU processing.
2954                         See http://www.freebsd.org/cgi/query-pr.cgi?pr=158307
2955                         [RT #24950]
2956
2957 3134.   [bug]           Improve the accuracy of dnssec-signzone's signing
2958                         statistics. [RT #16030]
2959
2960 3133.   [bug]           Change #3114 was incomplete. [RT #24577]
2961
2962 3132.   [placeholder]
2963
2964 3131.   [tuning]        Improve scalability by allocating one zone task
2965                         per 100 zones at startup time, rather than using a
2966                         fixed-size task table. [RT #24406]
2967
2968 3130.   [func]          Support alternate methods for managing a dynamic
2969                         zone's serial number.  Two methods are currently
2970                         defined using serial-update-method, "increment"
2971                         (default) and "unixtime".  [RT #23849]
2972
2973 3129.   [bug]           Named could crash on 'rndc reconfig' when
2974                         allow-new-zones was set to yes and named ACLs
2975                         were used. [RT #22739]
2976
2977 3128.   [func]          Inserting an NSEC3PARAM via dynamic update in an
2978                         auto-dnssec zone that has not been signed yet
2979                         will cause it to be signed with the specified NSEC3
2980                         parameters when keys are activated.  The
2981                         NSEC3PARAM record will not appear in the zone until
2982                         it is signed, but the parameters will be stored.
2983                         [RT #23684]
2984
2985 3127.   [bug]           'rndc thaw' will now remove a zone's journal file
2986                         if the zone serial number has been changed and
2987                         ixfr-from-differences is not in use.  [RT #24687]
2988
2989 3126.   [security]      Using DNAME record to generate replacements caused
2990                         RPZ to exit with a assertion failure. [RT #24766]
2991
2992 3125.   [security]      Using wildcard CNAME records as a replacement with
2993                         RPZ caused named to exit with a assertion failure.
2994                         [RT #24715]
2995
2996 3124.   [bug]           Use an rdataset attribute flag to indicate
2997                         negative-cache records rather than using rrtype 0;
2998                         this will prevent problems when that rrtype is
2999                         used in actual DNS packets. [RT #24777]
3000
3001 3123.   [security]      Change #2912 exposed a latent flaw in
3002                         dns_rdataset_totext() that could cause named to
3003                         crash with an assertion failure. [RT #24777]
3004
3005 3122.   [cleanup]       dnssec-settime: corrected usage message. [RT #24664]
3006
3007 3121.   [security]      An authoritative name server sending a negative
3008                         response containing a very large RRset could
3009                         trigger an off-by-one error in the ncache code
3010                         and crash named. [RT #24650]
3011
3012 3120.   [bug]           Named could fail to validate zones listed in a DLV
3013                         that validated insecure without using DLV and had
3014                         DS records in the parent zone. [RT #24631]
3015
3016 3119.   [bug]           When rolling to a new DNSSEC key, a private-type
3017                         record could be created and never marked complete.
3018                         [RT #23253]
3019
3020 3118.   [bug]           nsupdate could dump core on shutdown when using
3021                         SIG(0) keys. [RT #24604]
3022
3023 3117.   [cleanup]       Remove doc and parser references to the
3024                         never-implemented 'auto-dnssec create' option.
3025                         [RT #24533]
3026
3027 3116.   [func]          New 'dnssec-update-mode' option controls updates
3028                         of DNSSEC records in signed dynamic zones.  Set to
3029                         'no-resign' to disable automatic RRSIG regeneration
3030                         while retaining the ability to sign new or changed
3031                         data. [RT #24533]
3032
3033 3115.   [bug]           Named could fail to return requested data when
3034                         following a CNAME that points into the same zone.
3035                         [RT #24455]
3036
3037 3114.   [bug]           Retain expired RRSIGs in dynamic zones if key is
3038                         inactive and there is no replacement key. [RT #23136]
3039
3040 3113.   [doc]           Document the relationship between serial-query-rate
3041                         and NOTIFY messages.
3042
3043 3112.   [doc]           Add missing descriptions of the update policy name
3044                         types "ms-self", "ms-subdomain", "krb5-self" and
3045                         "krb5-subdomain", which allow machines to update
3046                         their own records, to the BIND 9 ARM.
3047
3048 3111.   [bug]           Improved consistency checks for dnssec-enable and
3049                         dnssec-validation, added test cases to the
3050                         checkconf system test. [RT #24398]
3051
3052 3110.   [bug]           dnssec-signzone: Wrong error message could appear
3053                         when attempting to sign with no KSK. [RT #24369]
3054
3055 3109.   [func]          The also-notify option now uses the same syntax
3056                         as a zone's masters clause.  This means it is
3057                         now possible to specify a TSIG key to use when
3058                         sending notifies to a given server, or to include
3059                         an explicit named masters list in an also-notfiy
3060                         statement.  [RT #23508]
3061
3062 3108.   [cleanup]       dnssec-signzone: Clarified some error and
3063                         warning messages; removed #ifdef ALLOW_KSKLESS_ZONES
3064                         code (use -P instead). [RT #20852]
3065
3066 3107.   [bug]           dnssec-signzone: Report the correct number of ZSKs
3067                         when using -x. [RT #20852]
3068
3069 3106.   [func]          When logging client requests, include the name of
3070                         the TSIG key if any. [RT #23619]
3071
3072 3105.   [bug]           GOST support can be suppressed by "configure
3073                         --without-gost" [RT #24367]
3074
3075 3104.   [bug]           Better support for cross-compiling. [RT #24367]
3076
3077 3103.   [bug]           Configuring 'dnssec-validation auto' in a view
3078                         instead of in the options statement could trigger
3079                         an assertion failure in named-checkconf. [RT #24382]
3080
3081 3102.   [func]          New 'dnssec-loadkeys-interval' option configures
3082                         how often, in minutes, to check the key repository
3083                         for updates when using automatic key maintenance.
3084                         Default is every 60 minutes (formerly hard-coded
3085                         to 12 hours). [RT #23744]
3086
3087 3101.   [bug]           Zones using automatic key maintenance could fail
3088                         to check the key repository for updates. [RT #23744]
3089
3090 3100.   [security]      Certain response policy zone configurations could
3091                         trigger an INSIST when receiving a query of type
3092                         RRSIG. [RT #24280]
3093
3094 3099.   [test]          "dlz" system test now runs but gives R:SKIPPED if
3095                         not compiled with --with-dlz-filesystem.  [RT #24146]
3096
3097 3098.   [bug]           DLZ zones were answering without setting the AA bit.
3098                         [RT #24146]
3099
3100 3097.   [test]          Add a tool to test handling of malformed packets.
3101                         [RT #24096]
3102
3103 3096.   [bug]           Set KRB5_KTNAME before calling log_cred() in
3104                         dst_gssapi_acceptctx(). [RT #24004]
3105
3106 3095.   [bug]           Handle isolated reserved ports in the port range.
3107                         [RT #23957]
3108
3109 3094.   [doc]           Expand dns64 documentation.
3110
3111 3093.   [bug]           Fix gssapi/kerberos dependencies [RT #23836]
3112
3113 3092.   [bug]           Signatures for records at the zone apex could go
3114                         stale due to an incorrect timer setting. [RT #23769]
3115
3116 3091.   [bug]           Fixed a bug in which zone keys that were published
3117                         and then subsequently activated could fail to trigger
3118                         automatic signing. [RT #22911]
3119
3120 3090.   [func]          Make --with-gssapi default [RT #23738]
3121
3122 3089.   [func]          dnssec-dsfromkey now supports reading keys from
3123                         standard input "dnssec-dsfromkey -f -". [RT #20662]
3124
3125 3088.   [bug]           Remove bin/tests/system/logfileconfig/ns1/named.conf
3126                         and add setup.sh in order to resolve changing
3127                         named.conf issue.  [RT #23687]
3128
3129 3087.   [bug]           DDNS updates using SIG(0) with update-policy match
3130                         type "external" could cause a crash. [RT #23735]
3131
3132 3086.   [bug]           Running dnssec-settime -f on an old-style key will
3133                         now force an update to the new key format even if no
3134                         other change has been specified, using "-P now -A now"
3135                         as default values.  [RT #22474]
3136
3137 3085.   [func]          New '-R' option in dnssec-signzone forces removal
3138                         of signatures which have not yet expired but
3139                         were generated by a key that no longer exists.
3140                         [RT #22471]
3141
3142 3084.   [func]          A new command "rndc sync" dumps pending changes in
3143                         a dynamic zone to disk; "rndc sync -clean" also
3144                         removes the journal file after syncing.  Also,
3145                         "rndc freeze" no longer removes journal files.
3146                         [RT #22473]
3147
3148 3083.   [bug]           NOTIFY messages were not being sent when generating
3149                         a NSEC3 chain incrementally. [RT #23702]
3150
3151 3082.   [port]          strtok_r is threads only. [RT #23747]
3152
3153 3081.   [bug]           Failure of DNAME substitution did not return
3154                         YXDOMAIN. [RT #23591]
3155
3156 3080.   [cleanup]       Replaced compile time constant by STDTIME_ON_32BITS.
3157                         [RT #23587]
3158
3159 3079.   [bug]           Handle isc_event_allocate failures in t_tasks.
3160                         [RT #23572]
3161
3162 3078.   [func]          Added a new include file with function typedefs
3163                         for the DLZ "dlopen" driver. [RT #23629]
3164
3165 3077.   [bug]           zone.c:zone_refreshkeys() incorrectly called
3166                         dns_zone_attach(), use zone->irefs instead. [RT #23303]
3167
3168 3076.   [func]          New '-L' option in dnssec-keygen, dnsset-settime, and
3169                         dnssec-keyfromlabel sets the default TTL of the
3170                         key.  When possible, automatic signing will use that
3171                         TTL when the key is published.  [RT #23304]
3172
3173 3075.   [bug]           dns_dnssec_findzonekeys{2} used a inconsistent
3174                         timestamp when determining which keys are active.
3175                         [RT #23642]
3176
3177 3074.   [bug]           Make the adb cache read through for zone data and
3178                         glue learn for zone named is authoritative for.
3179                         [RT #22842]
3180
3181 3073.   [bug]           managed-keys changes were not properly being recorded.
3182                         [RT #20256]
3183
3184 3072.   [bug]           dns_dns64_aaaaok() potential NULL pointer dereference.
3185                         [RT #20256]
3186
3187 3071.   [bug]           has_nsec could be used uninitialized in
3188                         update.c:next_active. [RT #20256]
3189
3190 3070.   [bug]           dnssec-signzone potential NULL pointer dereference.
3191                         [RT #20256]
3192
3193 3069.   [cleanup]       Silence warnings messages from clang static analysis.
3194                         [RT #20256]
3195
3196 3068.   [bug]           Named failed to build with a OpenSSL without engine
3197                         support. [RT #23473]
3198
3199 3067.   [bug]           ixfr-from-differences {master|slave}; failed to
3200                         select the master/slave zones.  [RT #23580]
3201
3202 3066.   [func]          The DLZ "dlopen" driver is now built by default,
3203                         no longer requiring a configure option.  To
3204                         disable it, use "configure --without-dlopen".
3205                         Driver also supported on win32.  [RT #23467]
3206
3207 3065.   [bug]           RRSIG could have time stamps too far in the future.
3208                         [RT #23356]
3209
3210 3064.   [bug]           powerpc: add sync instructions to the end of atomic
3211                         operations. [RT #23469]
3212
3213 3063.   [contrib]       More verbose error reporting from DLZ LDAP. [RT #23402]
3214
3215 3062.   [func]          Made several changes to enhance human readability
3216                         of DNSSEC data in dig output and in generated
3217                         zone files:
3218                          - DNSKEY record comments are more verbose, no
3219                            longer used in multiline mode only
3220                          - multiline RRSIG records reformatted
3221                          - multiline output mode for NSEC3PARAM records
3222                          - "dig +norrcomments" suppresses DNSKEY comments
3223                          - "dig +split=X" breaks hex/base64 records into
3224                            fields of width X; "dig +nosplit" disables this.
3225                         [RT #22820]
3226
3227 3061.   [func]          New option "dnssec-signzone -D", only write out
3228                         generated DNSSEC records. [RT #22896]
3229
3230 3060.   [func]          New option "dnssec-signzone -X <date>" allows
3231                         specification of a separate expiration date
3232                         for DNSKEY RRSIGs and other RRSIGs. [RT #22141]
3233
3234 3059.   [test]          Added a regression test for change #3023.
3235
3236 3058.   [bug]           Cause named to terminate at startup or rndc reconfig/
3237                         reload to fail, if a log file specified in the conf
3238                         file isn't a plain file. [RT #22771]
3239
3240 3057.   [bug]           "rndc secroots" would abort after the first error
3241                         and so could miss some views. [RT #23488]
3242
3243 3056.   [func]          Added support for URI resource record. [RT #23386]
3244
3245 3055.   [placeholder]
3246
3247 3054.   [bug]           Added elliptic curve support check in
3248                         GOST OpenSSL engine detection. [RT #23485]
3249
3250 3053.   [bug]           Under a sustained high query load with a finite
3251                         max-cache-size, it was possible for cache memory
3252                         to be exhausted and not recovered. [RT #23371]
3253
3254 3052.   [test]          Fixed last autosign test report. [RT #23256]
3255
3256 3051.   [bug]           NS records obscure DNAME records at the bottom of the
3257                         zone if both are present. [RT #23035]
3258
3259 3050.   [bug]           The autosign system test was timing dependent.
3260                         Wait for the initial autosigning to complete
3261                         before running the rest of the test. [RT #23035]
3262
3263 3049.   [bug]           Save and restore the gid when creating creating
3264                         named.pid at startup. [RT #23290]
3265
3266 3048.   [bug]           Fully separate view key management. [RT #23419]
3267
3268 3047.   [bug]           DNSKEY NODATA responses not cached fixed in
3269                         validator.c. Tests added to dnssec system test.
3270                         [RT #22908]
3271
3272 3046.   [bug]           Use RRSIG original TTL to compute validated RRset
3273                         and RRSIG TTL. [RT #23332]
3274
3275 3045.   [removed]       Replaced by change #3050.
3276
3277 3044.   [bug]           Hold the socket manager lock while freeing the socket.
3278                         [RT #23333]
3279
3280 3043.   [test]          Merged in the NetBSD ATF test framework (currently
3281                         version 0.12) for development of future unit tests.
3282                         Use configure --with-atf to build ATF internally
3283                         or configure --with-atf=prefix to use an external
3284                         copy.  [RT #23209]
3285
3286 3042.   [bug]           dig +trace could fail attempting to use IPv6
3287                         addresses on systems with only IPv4 connectivity.
3288                         [RT #23297]
3289
3290 3041.   [bug]           dnssec-signzone failed to generate new signatures on
3291                         ttl changes. [RT #23330]
3292
3293 3040.   [bug]           Named failed to validate insecure zones where a node
3294                         with a CNAME existed between the trust anchor and the
3295                         top of the zone. [RT #23338]
3296
3297 3039.   [func]          Redirect on NXDOMAIN support. [RT #23146]
3298
3299 3038.   [bug]           Install <dns/rpz.h>.  [RT #23342]
3300
3301 3037.   [doc]           Update COPYRIGHT to contain all the individual
3302                         copyright notices that cover various parts.
3303
3304 3036.   [bug]           Check built-in zone arguments to see if the zone
3305                         is re-usable or not. [RT #21914]
3306
3307 3035.   [cleanup]       Simplify by using strlcpy. [RT #22521]
3308
3309 3034.   [cleanup]       nslookup: use strlcpy instead of safecopy. [RT #22521]
3310
3311 3033.   [cleanup]       Add two INSIST(bucket != DNS_ADB_INVALIDBUCKET).
3312                         [RT #22521]
3313
3314 3032.   [bug]           rdatalist.c: add missing REQUIREs. [RT #22521]
3315
3316 3031.   [bug]           dns_rdataclass_format() handle a zero sized buffer.
3317                         [RT #22521]
3318
3319 3030.   [bug]           dns_rdatatype_format() handle a zero sized buffer.
3320                         [RT #22521]
3321
3322 3029.   [bug]           isc_netaddr_format() handle a zero sized buffer.
3323                         [RT #22521]
3324
3325 3028.   [bug]           isc_sockaddr_format() handle a zero sized buffer.
3326                         [RT #22521]
3327
3328 3027.   [bug]           Add documented REQUIREs to cfg_obj_asnetprefix() to
3329                         catch NULL pointer dereferences before they happen.
3330                         [RT #22521]
3331
3332 3026.   [bug]           lib/isc/httpd.c: check that we have enough space
3333                         after calling grow_headerspace() and if not
3334                         re-call grow_headerspace() until we do. [RT #22521]
3335
3336 3025.   [bug]           Fixed a possible deadlock due to zone resigning.
3337                         [RT #22964]
3338
3339 3024.   [func]          RTT Banding removed due to minor security increase
3340                         but major impact on resolver latency. [RT #23310]
3341
3342 3023.   [bug]           Named could be left in an inconsistent state when
3343                         receiving multiple AXFR response messages that were
3344                         not all TSIG-signed. [RT #23254]
3345
3346 3022.   [bug]           Fixed rpz SERVFAILs after failed zone transfers
3347                         [RT #23246]
3348
3349 3021.   [bug]           Change #3010 was incomplete. [RT #22296]
3350
3351 3020.   [bug]           auto-dnssec failed to correctly update the zone when
3352                         changing the DNSKEY RRset. [RT #23232]
3353
3354 3019.   [test]          Test: check apex NSEC3 records after adding DNSKEY
3355                         record via UPDATE. [RT #23229]
3356
3357 3018.   [bug]           Named failed to check for the "none;" acl when deciding
3358                         if a zone may need to be re-signed. [RT #23120]
3359
3360 3017.   [doc]           dnssec-keyfromlabel -I was not properly documented.
3361                         [RT #22887]
3362
3363 3016.   [bug]           rndc usage missing '-b'. [RT #22937]
3364
3365 3015.   [port]          win32: fix IN6_IS_ADDR_LINKLOCAL and
3366                         IN6_IS_ADDR_SITELOCAL macros. [RT #22724]
3367
3368 3014.   [placeholder]
3369
3370 3013.   [bug]           The DNS64 ttl was not always being set as expected.
3371                         [RT #23034]
3372
3373 3012.   [bug]           Remove DNSKEY TTL change pairs before generating
3374                         signing records for any remaining DNSKEY changes.
3375                         [RT #22590]
3376
3377 3011.   [func]          Change the default query timeout from 30 seconds
3378                         to 10.  Allow setting this in named.conf using the new
3379                         'resolver-query-timeout' option, which specifies a max
3380                         time in seconds.  0 means 'default' and anything longer
3381                         than 30 will be silently set to 30. [RT #22852]
3382
3383 3010.   [bug]           Fixed a bug where "rndc reconfig" stopped the timer
3384                         for refreshing managed-keys. [RT #22296]
3385
3386 3009.   [bug]           clients-per-query code didn't work as expected with
3387                         particular query patterns. [RT #22972]
3388
3389         --- 9.8.0b1 released ---
3390
3391 3008.   [func]          Response policy zones (RPZ) support. [RT #21726]
3392
3393 3007.   [bug]           Named failed to preserve the case of domain names in
3394                         rdata which is not compressible when writing master
3395                         files.  [RT #22863]
3396
3397 3006.   [func]          Allow dynamically generated TSIG keys to be preserved
3398                         across restarts of named.  Initially this is for
3399                         TSIG keys generated using GSSAPI. [RT #22639]
3400
3401 3005.   [port]          Solaris: Work around the lack of
3402                         gsskrb5_register_acceptor_identity() by setting
3403                         the KRB5_KTNAME environment variable to the
3404                         contents of tkey-gssapi-keytab.  Also fixed
3405                         test errors on MacOSX.  [RT #22853]
3406
3407 3004.   [func]          DNS64 reverse support. [RT #22769]
3408
3409 3003.   [experimental]  Added update-policy match type "external",
3410                         enabling named to defer the decision of whether to
3411                         allow a dynamic update to an external daemon.
3412                         (Contributed by Andrew Tridgell.) [RT #22758]
3413
3414 3002.   [bug]           isc_mutex_init_errcheck() failed to destroy attr.
3415                         [RT #22766]
3416
3417 3001.   [func]          Added a default trust anchor for the root zone, which
3418                         can be switched on by setting "dnssec-validation auto;"
3419                         in the named.conf options. [RT #21727]
3420
3421 3000.   [bug]           More TKEY/GSS fixes:
3422                          - nsupdate can now get the default realm from
3423                            the user's Kerberos principal
3424                          - corrected gsstest compilation flags
3425                          - improved documentation
3426                          - fixed some NULL dereferences
3427                         [RT #22795]
3428
3429 2999.   [func]          Add GOST support (RFC 5933). [RT #20639]
3430
3431 2998.   [func]          Add isc_task_beginexclusive and isc_task_endexclusive
3432                         to the task api. [RT #22776]
3433
3434 2997.   [func]          named -V now reports the OpenSSL and libxml2 verions
3435                         it was compiled against. [RT #22687]
3436
3437 2996.   [security]      Temporarily disable SO_ACCEPTFILTER support.
3438                         [RT #22589]
3439
3440 2995.   [bug]           The Kerberos realm was not being correctly extracted
3441                         from the signer's identity. [RT #22770]
3442
3443 2994.   [port]          NetBSD: use pthreads by default on NetBSD >= 5.0, and
3444                         do not use threads on earlier versions.  Also kill
3445                         the unproven-pthreads, mit-pthreads, and ptl2 support.
3446
3447 2993.   [func]          Dynamically grow adb hash tables. [RT #21186]
3448
3449 2992.   [contrib]       contrib/check-secure-delegation.pl:  A simple tool
3450                         for looking at a secure delegation. [RT #22059]
3451
3452 2991.   [contrib]       contrib/zone-edit.sh: A simple zone editing tool for
3453                         dynamic zones. [RT #22365]
3454
3455 2990.   [bug]           'dnssec-settime -S' no longer tests prepublication
3456                         interval validity when the interval is set to 0.
3457                         [RT #22761]
3458
3459 2989.   [func]          Added support for writable DLZ zones. (Contributed
3460                         by Andrew Tridgell of the Samba project.) [RT #22629]
3461
3462 2988.   [experimental]  Added a "dlopen" DLZ driver, allowing the creation
3463                         of external DLZ drivers that can be loaded as
3464                         shared objects at runtime rather than linked with
3465                         named.  Currently this is switched on via a
3466                         compile-time option, "configure --with-dlz-dlopen".
3467                         Note: the syntax for configuring DLZ zones
3468                         is likely to be refined in future releases.
3469                         (Contributed by Andrew Tridgell of the Samba
3470                         project.) [RT #22629]
3471
3472 2987.   [func]          Improve ease of configuring TKEY/GSS updates by
3473                         adding a "tkey-gssapi-keytab" option.  If set,
3474                         updates will be allowed with any key matching
3475                         a principal in the specified keytab file.
3476                         "tkey-gssapi-credential" is no longer required
3477                         and is expected to be deprecated.  (Contributed
3478                         by Andrew Tridgell of the Samba project.)
3479                         [RT #22629]
3480
3481 2986.   [func]          Add new zone type "static-stub".  It's like a stub
3482                         zone, but the nameserver names and/or their IP
3483                         addresses are statically configured. [RT #21474]
3484
3485 2985.   [bug]           Add a regression test for change #2896. [RT #21324]
3486
3487 2984.   [bug]           Don't run MX checks when the target of the MX record
3488                         is ".".  [RT #22645]
3489
3490 2983.   [bug]           Include "loadkeys" in rndc help output. [RT #22493]
3491
3492         --- 9.8.0a1 released ---
3493
3494 2982.   [bug]           Reference count dst keys.  dst_key_attach() can be used
3495                         increment the reference count.
3496
3497                         Note: dns_tsigkey_createfromkey() callers should now
3498                         always call dst_key_free() rather than setting it
3499                         to NULL on success. [RT #22672]
3500
3501 2981.   [func]          Partial DNS64 support (AAAA synthesis). [RT #21991]
3502
3503 2980.   [bug]           named didn't properly handle UPDATES that changed the
3504                         TTL of the NSEC3PARAM RRset. [RT #22363]
3505
3506 2979.   [bug]           named could deadlock during shutdown if two
3507                         "rndc stop" commands were issued at the same
3508                         time. [RT #22108]
3509
3510 2978.   [port]          hpux: look for <devpoll.h> [RT #21919]
3511
3512 2977.   [bug]           'nsupdate -l' report if the session key is missing.
3513                         [RT #21670]
3514
3515 2976.   [bug]           named could die on exit after negotiating a GSS-TSIG
3516                         key. [RT #22573]
3517
3518 2975.   [bug]           rbtdb.c:cleanup_dead_nodes_callback() acquired the
3519                         wrong lock which could lead to server deadlock.
3520                         [RT #22614]
3521
3522 2974.   [bug]           Some valid UPDATE requests could fail due to a
3523                         consistency check examining the existing version
3524                         of the zone rather than the new version resulting
3525                         from the UPDATE. [RT #22413]
3526
3527 2973.   [bug]           bind.keys.h was being removed by the "make clean"
3528                         at the end of configure resulting in build failures
3529                         where there is very old version of perl installed.
3530                         Move it to "make maintainer-clean". [RT #22230]
3531
3532 2972.   [bug]           win32: address windows socket errors. [RT #21906]
3533
3534 2971.   [bug]           Fixed a bug that caused journal files not to be
3535                         compacted on Windows systems as a result of
3536                         non-POSIX-compliant rename() semantics. [RT #22434]
3537
3538 2970.   [security]      Adding a NO DATA negative cache entry failed to clear
3539                         any matching RRSIG records.  A subsequent lookup of
3540                         of NO DATA cache entry could trigger a INSIST when the
3541                         unexpected RRSIG was also returned with the NO DATA
3542                         cache entry.
3543
3544                         CVE-2010-3613, VU#706148. [RT #22288]
3545
3546 2969.   [security]      Fix acl type processing so that allow-query works
3547                         in options and view statements.  Also add a new
3548                         set of tests to verify proper functioning.
3549
3550                         CVE-2010-3615, VU#510208. [RT #22418]
3551
3552 2968.   [security]      Named could fail to prove a data set was insecure
3553                         before marking it as insecure.  One set of conditions
3554                         that can trigger this occurs naturally when rolling
3555                         DNSKEY algorithms.
3556
3557                         CVE-2010-3614, VU#837744. [RT #22309]
3558
3559 2967.   [bug]           'host -D' now turns on debugging messages earlier.
3560                         [RT #22361]
3561
3562 2966.   [bug]           isc_print_vsnprintf() failed to check if there was
3563                         space available in the buffer when adding a left
3564                         justified character with a non zero width,
3565                         (e.g. "%-1c"). [RT #22270]
3566
3567 2965.   [func]          Test HMAC functions using test data from RFC 2104 and
3568                         RFC 4634. [RT #21702]
3569
3570 2964.   [placeholder]
3571
3572 2963.   [security]      The allow-query acl was being applied instead of the
3573                         allow-query-cache acl to cache lookups. [RT #22114]
3574
3575 2962.   [port]          win32: add more dependencies to BINDBuild.dsw.
3576                         [RT #22062]
3577
3578 2961.   [bug]           Be still more selective about the non-authoritative
3579                         answers we apply change 2748 to. [RT #22074]
3580
3581 2960.   [func]          Check that named accepts non-authoritative answers.
3582                         [RT #21594]
3583
3584 2959.   [func]          Check that named starts with a missing masterfile.
3585                         [RT #22076]
3586
3587 2958.   [bug]           named failed to start with a missing master file.
3588                         [RT #22076]
3589
3590 2957.   [bug]           entropy_get() and entropy_getpseudo() failed to match
3591                         the API for RAND_bytes() and RAND_pseudo_bytes()
3592                         respectively. [RT #21962]
3593
3594 2956.   [port]          Enable atomic operations on the PowerPC64. [RT #21899]
3595
3596 2955.   [func]          Provide more detail in the recursing log. [RT #22043]
3597
3598 2954.   [bug]           contrib: dlz_mysql_driver.c bad error handling on
3599                         build_sqldbinstance failure. [RT #21623]
3600
3601 2953.   [bug]           Silence spurious "expected covering NSEC3, got an
3602                         exact match" message when returning a wildcard
3603                         no data response. [RT #21744]
3604
3605 2952.   [port]          win32: named-checkzone and named-checkconf failed
3606                         to initialize winsock. [RT #21932]
3607
3608 2951.   [bug]           named failed to generate a correct signed response
3609                         in a optout, delegation only zone with no secure
3610                         delegations. [RT #22007]
3611
3612 2950.   [bug]           named failed to perform a SOA up to date check when
3613                         falling back to TCP on UDP timeouts when
3614                         ixfr-from-differences was set. [RT #21595]
3615
3616 2949.   [bug]           dns_view_setnewzones() contained a memory leak if
3617                         it was called multiple times. [RT #21942]
3618
3619 2948.   [port]          MacOS: provide a mechanism to configure the test
3620                         interfaces at reboot. See bin/tests/system/README
3621                         for details.
3622
3623 2947.   [placeholder]
3624
3625 2946.   [doc]           Document the default values for the minimum and maximum
3626                         zone refresh and retry values in the ARM. [RT #21886]
3627
3628 2945.   [doc]           Update empty-zones list in ARM. [RT #21772]
3629
3630 2944.   [maint]         Remove ORCHID prefix from built in empty zones.
3631                         [RT #21772]
3632
3633 2943.   [func]          Add support to load new keys into managed zones
3634                         without signing immediately with "rndc loadkeys".
3635                         Add support to link keys with "dnssec-keygen -S"
3636                         and "dnssec-settime -S".  [RT #21351]
3637
3638 2942.   [contrib]       zone2sqlite failed to setup the entropy sources.
3639                         [RT #21610]
3640
3641 2941.   [bug]           sdb and sdlz (dlz's zone database) failed to support
3642                         DNAME at the zone apex.  [RT #21610]
3643
3644 2940.   [port]          Remove connection aborted error message on
3645                         Windows. [RT #21549]
3646
3647 2939.   [func]          Check that named successfully skips NSEC3 records
3648                         that fail to match the NSEC3PARAM record currently
3649                         in use. [RT #21868]
3650
3651 2938.   [bug]           When generating signed responses, from a signed zone
3652                         that uses NSEC3, named would use a uninitialized
3653                         pointer if it needed to skip a NSEC3 record because
3654                         it didn't match the selected NSEC3PARAM record for
3655                         zone. [RT #21868]
3656
3657 2937.   [bug]           Worked around an apparent race condition in over
3658                         memory conditions.  Without this fix a DNS cache DB or
3659                         ADB could incorrectly stay in an over memory state,
3660                         effectively refusing further caching, which
3661                         subsequently made a BIND 9 caching server unworkable.
3662                         This fix prevents this problem from happening by
3663                         polling the state of the memory context, rather than
3664                         making a copy of the state, which appeared to cause
3665                         a race.  This is a "workaround" in that it doesn't
3666                         solve the possible race per se, but several experiments
3667                         proved this change solves the symptom.  Also, the
3668                         polling overhead hasn't been reported to be an issue.
3669                         This bug should only affect a caching server that
3670                         specifies a finite max-cache-size.  It's also quite
3671                         likely that the bug happens only when enabling threads,
3672                         but it's not confirmed yet. [RT #21818]
3673
3674 2936.   [func]          Improved configuration syntax and multiple-view
3675                         support for addzone/delzone feature (see change
3676                         #2930).  Removed "new-zone-file" option, replaced
3677                         with "allow-new-zones (yes|no)".  The new-zone-file
3678                         for each view is now created automatically, with
3679                         a filename generated from a hash of the view name.
3680                         It is no longer necessary to "include" the
3681                         new-zone-file in named.conf; this happens
3682                         automatically.  Zones that were not added via
3683                         "rndc addzone" can no longer be removed with
3684                         "rndc delzone". [RT #19447]
3685
3686 2935.   [bug]           nsupdate: improve 'file not found' error message.
3687                         [RT #21871]
3688
3689 2934.   [bug]           Use ANSI C compliant shift range in lib/isc/entropy.c.
3690                         [RT #21871]
3691
3692 2933.   [bug]           'dig +nsid' used stack memory after it went out of
3693                         scope.  This could potentially result in a unknown,
3694                         potentially malformed, EDNS option being sent instead
3695                         of the desired NSID option. [RT #21781]
3696
3697 2932.   [cleanup]       Corrected a numbering error in the "dnssec" test.
3698                         [RT #21597]
3699
3700 2931.   [bug]           Temporarily and partially disable change 2864
3701                         because it would cause infinite attempts of RRSIG
3702                         queries.  This is an urgent care fix; we'll
3703                         revisit the issue and complete the fix later.
3704                         [RT #21710]
3705
3706 2930.   [experimental]  New "rndc addzone" and "rndc delzone" commands
3707                         allow dynamic addition and deletion of zones.
3708                         To enable this feature, specify a "new-zone-file"
3709                         option at the view or options level in named.conf.
3710                         Zone configuration information for the new zones
3711                         will be written into that file.  To make the new
3712                         zones persist after a restart, "include" the file
3713                         into named.conf in the appropriate view.  (Note:
3714                         This feature is not yet documented, and its syntax
3715                         is expected to change.) [RT #19447]
3716
3717 2929.   [bug]           Improved handling of GSS security contexts:
3718                          - added LRU expiration for generated TSIGs
3719                          - added the ability to use a non-default realm
3720                          - added new "realm" keyword in nsupdate
3721                          - limited lifetime of generated keys to 1 hour
3722                            or the lifetime of the context (whichever is
3723                            smaller)
3724                         [RT #19737]
3725
3726 2928.   [bug]           Be more selective about the non-authoritative
3727                         answer we apply change 2748 to. [RT #21594]
3728
3729 2927.   [placeholder]
3730
3731 2926.   [placeholder]
3732
3733 2925.   [bug]           Named failed to accept uncachable negative responses
3734                         from insecure zones. [RT #21555]
3735
3736 2924.   [func]          'rndc  secroots'  dump a combined summary of the
3737                         current managed keys combined with trusted keys.
3738                         [RT #20904]
3739
3740 2923.   [bug]           'dig +trace' could drop core after "connection
3741                         timeout". [RT #21514]
3742
3743 2922.   [contrib]       Update zkt to version 1.0.
3744
3745 2921.   [bug]           The resolver could attempt to destroy a fetch context
3746                         too soon.  [RT #19878]
3747
3748 2920.   [func]          Allow 'filter-aaaa-on-v4' to be applied selectively
3749                         to IPv4 clients.  New acl 'filter-aaaa' (default any).
3750
3751 2919.   [func]          Add autosign-ksk and autosign-zsk virtual time tests.
3752                         [RT #20840]
3753
3754 2918.   [maint]         Add AAAA address for I.ROOT-SERVERS.NET.
3755
3756 2917.   [func]          Virtual time test framework. [RT #20801]
3757
3758 2916.   [func]          Add framework to use IPv6 in tests.
3759                         fd92:7065:b8e:ffff::1 ... fd92:7065:b8e:ffff::7
3760
3761 2915.   [cleanup]       Be smarter about which objects we attempt to compile
3762                         based on configure options. [RT #21444]
3763
3764 2914.   [bug]           Make the "autosign" system test more portable.
3765                         [RT #20997]
3766
3767 2913.   [func]          Add pkcs#11 system tests. [RT #20784]
3768
3769 2912.   [func]          Windows clients don't like UPDATE responses that clear
3770                         the zone section. [RT #20986]
3771
3772 2911.   [bug]           dnssec-signzone didn't handle out of zone records well.
3773                         [RT #21367]
3774
3775 2910.   [func]          Sanity check Kerberos credentials. [RT #20986]
3776
3777 2909.   [bug]           named-checkconf -p could die if "update-policy local;"
3778                         was specified in named.conf. [RT #21416]
3779
3780 2908.   [bug]           It was possible for re-signing to stop after removing
3781                         a DNSKEY. [RT #21384]
3782
3783 2907.   [bug]           The export version of libdns had undefined references.
3784                         [RT #21444]
3785
3786 2906.   [bug]           Address RFC 5011 implementation issues. [RT #20903]
3787
3788 2905.   [port]          aix: set use_atomic=yes with native compiler.
3789                         [RT #21402]
3790
3791 2904.   [bug]           When using DLV, sub-zones of the zones in the DLV,
3792                         could be incorrectly marked as insecure instead of
3793                         secure leading to negative proofs failing.  This was
3794                         a unintended outcome from change 2890. [RT #21392]
3795
3796 2903.   [bug]           managed-keys-directory missing from namedconf.c.
3797                         [RT #21370]
3798
3799 2902.   [func]          Add regression test for change 2897. [RT #21040]
3800
3801 2901.   [port]          Use AC_C_FLEXIBLE_ARRAY_MEMBER. [RT #21316]
3802
3803 2900.   [bug]           The placeholder negative caching element was not
3804                         properly constructed triggering a INSIST in
3805                         dns_ncache_towire(). [RT #21346]
3806
3807 2899.   [port]          win32: Support linking against OpenSSL 1.0.0.
3808
3809 2898.   [bug]           nslookup leaked memory when -domain=value was
3810                         specified. [RT #21301]
3811
3812 2897.   [bug]           NSEC3 chains could be left behind when transitioning
3813                         to insecure. [RT #21040]
3814
3815 2896.   [bug]           "rndc sign" failed to properly update the zone
3816                         when adding a DNSKEY for publication only. [RT #21045]
3817
3818 2895.   [func]          genrandom: add support for the generation of multiple
3819                         files.  [RT #20917]
3820
3821 2894.   [contrib]       DLZ LDAP support now use '$' not '%'. [RT #21294]
3822
3823 2893.   [bug]           Improve managed keys support.  New named.conf option
3824                         managed-keys-directory. [RT #20924]
3825
3826 2892.   [bug]           Handle REVOKED keys better. [RT #20961]
3827
3828 2891.   [maint]         Update empty-zones list to match
3829                         draft-ietf-dnsop-default-local-zones-13. [RT #21099]
3830
3831 2890.   [bug]           Handle the introduction of new trusted-keys and
3832                         DS, DLV RRsets better. [RT #21097]
3833
3834 2889.   [bug]           Elements of the grammar where not properly reported.
3835                         [RT #21046]
3836
3837 2888.   [bug]           Only the first EDNS option was displayed. [RT #21273]
3838
3839 2887.   [bug]           Report the keytag times in UTC in the .key file,
3840                         local time is presented as a comment within the
3841                         comment.  [RT #21223]
3842
3843 2886.   [bug]           ctime() is not thread safe. [RT #21223]
3844
3845 2885.   [bug]           Improve -fno-strict-aliasing support probing in
3846                         configure. [RT #21080]
3847
3848 2884.   [bug]           Insufficient validation in dns_name_getlabelsequence().
3849                         [RT #21283]
3850
3851 2883.   [bug]           'dig +short' failed to handle really large datasets.
3852                         [RT #21113]
3853
3854 2882.   [bug]           Remove memory context from list of active contexts
3855                         before clearing 'magic'. [RT #21274]
3856
3857 2881.   [bug]           Reduce the amount of time the rbtdb write lock
3858                         is held when closing a version. [RT #21198]
3859
3860 2880.   [cleanup]       Make the output of dnssec-keygen and dnssec-revoke
3861                         consistent. [RT #21078]
3862
3863 2879.   [contrib]       DLZ bdbhpt driver fails to close correct cursor.
3864                         [RT #21106]
3865
3866 2878.   [func]          Incrementally write the master file after performing
3867                         a AXFR.  [RT #21010]
3868
3869 2877.   [bug]           The validator failed to skip obviously mismatching
3870                         RRSIGs. [RT #21138]
3871
3872 2876.   [bug]           Named could return SERVFAIL for negative responses
3873                         from unsigned zones. [RT #21131]
3874
3875 2875.   [bug]           dns_time64_fromtext() could accept non digits.
3876                         [RT #21033]
3877
3878 2874.   [bug]           Cache lack of EDNS support only after the server
3879                         successfully responds to the query using plain DNS.
3880                         [RT #20930]
3881
3882 2873.   [bug]           Canceling a dynamic update via the dns/client module
3883                         could trigger an assertion failure. [RT #21133]
3884
3885 2872.   [bug]           Modify dns/client.c:dns_client_createx() to only
3886                         require one of IPv4 or IPv6 rather than both.
3887                         [RT #21122]
3888
3889 2871.   [bug]           Type mismatch in mem_api.c between the definition and
3890                         the header file, causing build failure with
3891                         --enable-exportlib. [RT #21138]
3892
3893 2870.   [maint]         Add AAAA address for L.ROOT-SERVERS.NET.
3894
3895 2869.   [bug]           Fix arguments to dns_keytable_findnextkeynode() call.
3896                         [RT #20877]
3897
3898 2868.   [cleanup]       Run "make clean" at the end of configure to ensure
3899                         any changes made by configure are integrated.
3900                         Use --with-make-clean=no to disable.  [RT #20994]
3901
3902 2867.   [bug]           Don't set GSS_C_SEQUENCE_FLAG as Windows DNS servers
3903                         don't like it.  [RT #20986]
3904
3905 2866.   [bug]           Windows does not like the TSIG name being compressed.
3906                         [RT #20986]
3907
3908 2865.   [bug]           memset to zero event.data.  [RT #20986]
3909
3910 2864.   [bug]           Direct SIG/RRSIG queries were not handled correctly.
3911                         [RT #21050]
3912
3913 2863.   [port]          linux: disable IPv6 PMTUD and use network minimum MTU.
3914                         [RT #21056]
3915
3916 2862.   [bug]           nsupdate didn't default to the parent zone when
3917                         updating DS records. [RT #20896]
3918
3919 2861.   [doc]           dnssec-settime man pages didn't correctly document the
3920                         inactivation time. [RT #21039]
3921
3922 2860.   [bug]           named-checkconf's usage was out of date. [RT #21039]
3923
3924 2859.   [bug]           When canceling validation it was possible to leak
3925                         memory. [RT #20800]
3926
3927 2858.   [bug]           RTT estimates were not being adjusted on ICMP errors.
3928                         [RT #20772]
3929
3930 2857.   [bug]           named-checkconf did not fail on a bad trusted key.
3931                         [RT #20705]
3932
3933 2856.   [bug]           The size of a memory allocation was not always properly
3934                         recorded. [RT #20927]
3935
3936 2855.   [func]          nsupdate will now preserve the entered case of domain
3937                         names in update requests it sends. [RT #20928]
3938
3939 2854.   [func]          dig: allow the final soa record in a axfr response to
3940                         be suppressed, dig +onesoa. [RT #20929]
3941
3942 2853.   [bug]           add_sigs() could run out of scratch space. [RT #21015]
3943
3944 2852.   [bug]           Handle broken DNSSEC trust chains better. [RT #15619]
3945
3946 2851.   [doc]           nslookup.1, removed <informalexample> from the docbook
3947                         source as it produced bad nroff.  [RT #21007]
3948
3949 2850.   [bug]           If isc_heap_insert() failed due to memory shortage
3950                         the heap would have corrupted entries. [RT #20951]
3951
3952 2849.   [bug]           Don't treat errors from the xml2 library as fatal.
3953                         [RT #20945]
3954
3955 2848.   [doc]           Moved README.dnssec, README.libdns, README.pkcs11 and
3956                         README.rfc5011 into the ARM. [RT #20899]
3957
3958 2847.   [cleanup]       Corrected usage message in dnssec-settime. [RT #20921]
3959
3960 2846.   [bug]           EOF on unix domain sockets was not being handled
3961                         correctly. [RT #20731]
3962
3963 2845.   [bug]           RFC 5011 client could crash on shutdown. [RT #20903]
3964
3965 2844.   [doc]           notify-delay default in ARM was wrong.  It should have
3966                         been five (5) seconds.
3967
3968 2843.   [func]          Prevent dnssec-keygen and dnssec-keyfromlabel from
3969                         creating key files if there is a chance that the new
3970                         key ID will collide with an existing one after
3971                         either of the keys has been revoked.  (To override
3972                         this in the case of dnssec-keyfromlabel, use the -y
3973                         option.  dnssec-keygen will simply create a
3974                         different, non-colliding key, so an override is
3975                         not necessary.) [RT #20838]
3976
3977 2842.   [func]          Added "smartsign" and improved "autosign" and
3978                         "dnssec" regression tests. [RT #20865]
3979
3980 2841.   [bug]           Change 2836 was not complete. [RT #20883]
3981
3982 2840.   [bug]           Temporary fixed pkcs11-destroy usage check.
3983                         [RT #20760]
3984
3985 2839.   [bug]           A KSK revoked by named could not be deleted.
3986                         [RT #20881]
3987
3988 2838.   [placeholder]
3989
3990 2837.   [port]          Prevent Linux spurious warnings about fwrite().
3991                         [RT #20812]
3992
3993 2836.   [bug]           Keys that were scheduled to become active could
3994                         be delayed. [RT #20874]
3995
3996 2835.   [bug]           Key inactivity dates were inadvertently stored in
3997                         the private key file with the outdated tag
3998                         "Unpublish" rather than "Inactive".  This has been
3999                         fixed; however, any existing keys that had Inactive
4000                         dates set will now need to have them reset, using
4001                         'dnssec-settime -I'. [RT #20868]
4002
4003 2834.   [bug]           HMAC-SHA* keys that were longer than the algorithm
4004                         digest length were used incorrectly, leading to
4005                         interoperability problems with other DNS
4006                         implementations.  This has been corrected.
4007                         (Note: If an oversize key is in use, and
4008                         compatibility is needed with an older release of
4009                         BIND, the new tool "isc-hmac-fixup" can convert
4010                         the key secret to a form that will work with all
4011                         versions.) [RT #20751]
4012
4013 2833.   [cleanup]       Fix usage messages in dnssec-keygen and dnssec-settime.
4014                         [RT #20851]
4015
4016 2832.   [bug]           Modify "struct stat" in lib/export/samples/nsprobe.c
4017                         to avoid redefinition in some OSs [RT 20831]
4018
4019 2831.   [security]      Do not attempt to validate or cache
4020                         out-of-bailiwick data returned with a secure
4021                         answer; it must be re-fetched from its original
4022                         source and validated in that context. [RT #20819]
4023
4024 2830.   [bug]           Changing the OPTOUT setting could take multiple
4025                         passes. [RT #20813]
4026
4027 2829.   [bug]           Fixed potential node inconsistency in rbtdb.c.
4028                         [RT #20808]
4029
4030 2828.   [security]      Cached CNAME or DNAME RR could be returned to clients
4031                         without DNSSEC validation. [RT #20737]
4032
4033 2827.   [security]      Bogus NXDOMAIN could be cached as if valid. [RT #20712]
4034
4035 2826.   [bug]           NSEC3->NSEC transitions could fail due to a lock not
4036                         being released.  [RT #20740]
4037
4038 2825.   [bug]           Changing the setting of OPTOUT in a NSEC3 chain that
4039                         was in the process of being created was not properly
4040                         recorded in the zone. [RT #20786]
4041
4042 2824.   [bug]           "rndc sign" was not being run by the correct task.
4043                         [RT #20759]
4044
4045 2823.   [bug]           rbtdb.c:getsigningtime() was missing locks. [RT #20781]
4046
4047 2822.   [bug]           rbtdb.c:loadnode() could return the wrong result.
4048                         [RT #20802]
4049
4050 2821.   [doc]           Add note that named-checkconf doesn't automatically
4051                         read rndc.key and bind.keys [RT #20758]
4052
4053 2820.   [func]          Handle read access failure of OpenSSL configuration
4054                         file more user friendly (PKCS#11 engine patch).
4055                         [RT #20668]
4056
4057 2819.   [cleanup]       Removed unnecessary DNS_POINTER_MAXHOPS define.
4058                         [RT #20771]
4059
4060 2818.   [cleanup]       rndc could return an incorrect error code
4061                         when a zone was not found. [RT #20767]
4062
4063 2817.   [cleanup]       Removed unnecessary isc_task_endexclusive() calls.
4064                         [RT #20768]
4065
4066 2816.   [bug]           previous_closest_nsec() could fail to return
4067                         data for NSEC3 nodes [RT #29730]
4068
4069 2815.   [bug]           Exclusively lock the task when freezing a zone.
4070                         [RT #19838]
4071
4072 2814.   [func]          Provide a definitive error message when a master
4073                         zone is not loaded. [RT #20757]
4074
4075 2813.   [bug]           Better handling of unreadable DNSSEC key files.
4076                         [RT #20710]
4077
4078 2812.   [bug]           Make sure updates can't result in a zone with
4079                         NSEC-only keys and NSEC3 records. [RT #20748]
4080
4081 2811.   [cleanup]       Add "rndc sign" to list of commands in rndc usage
4082                         output. [RT #20733]
4083
4084 2810.   [doc]           Clarified the process of transitioning an NSEC3 zone
4085                         to insecure. [RT #20746]
4086
4087 2809.   [cleanup]       Restored accidentally-deleted text in usage output
4088                         in dnssec-settime and dnssec-revoke [RT #20739]
4089
4090 2808.   [bug]           Remove the attempt to install atomic.h from lib/isc.
4091                         atomic.h is correctly installed by the architecture
4092                         specific subdirectories.  [RT #20722]
4093
4094 2807.   [bug]           Fixed a possible ASSERT when reconfiguring zone
4095                         keys. [RT #20720]
4096
4097         --- 9.7.0rc1 released ---
4098
4099 2806.   [bug]           "rdnc sign" could delay re-signing the DNSKEY
4100                         when it had changed. [RT #20703]
4101
4102 2805.   [bug]           Fixed namespace problems encountered when building
4103                         external programs using non-exported BIND9 libraries
4104                         (i.e., built without --enable-exportlib). [RT #20679]
4105
4106 2804.   [bug]           Send notifies when a zone is signed with "rndc sign"
4107                         or as a result of a scheduled key change. [RT #20700]
4108
4109 2803.   [port]          win32: Install named-journalprint, nsec3hash, arpaname
4110                         and genrandom under windows. [RT #20670]
4111
4112 2802.   [cleanup]       Rename journalprint to named-journalprint. [RT #20670]
4113
4114 2801.   [func]          Detect and report records that are different according
4115                         to DNSSEC but are semantically equal according to plain
4116                         DNS.  Apply plain DNS comparisons rather than DNSSEC
4117                         comparisons when processing UPDATE requests.
4118                         dnssec-signzone now removes such semantically duplicate
4119                         records prior to signing the RRset.
4120
4121                         named-checkzone -r {ignore|warn|fail} (default warn)
4122                         named-compilezone -r {ignore|warn|fail} (default warn)
4123
4124                         named.conf: check-dup-records {ignore|warn|fail};
4125
4126 2800.   [func]          Reject zones which have NS records which refer to
4127                         CNAMEs, DNAMEs or don't have address record (class IN
4128                         only).  Reject UPDATEs which would cause the zone
4129                         to fail the above checks if committed. [RT #20678]
4130
4131 2799.   [cleanup]       Changed the "secure-to-insecure" option to
4132                         "dnssec-secure-to-insecure", and "dnskey-ksk-only"
4133                         to "dnssec-dnskey-kskonly", for clarity. [RT #20586]
4134
4135 2798.   [bug]           Addressed bugs in managed-keys initialization
4136                         and rollover. [RT #20683]
4137
4138 2797.   [bug]           Don't decrement the dispatch manager's maxbuffers.
4139                         [RT #20613]
4140
4141 2796.   [bug]           Missing dns_rdataset_disassociate() call in
4142                         dns_nsec3_delnsec3sx(). [RT #20681]
4143
4144 2795.   [cleanup]       Add text to differentiate "update with no effect"
4145                         log messages. [RT #18889]
4146
4147 2794.   [bug]           Install <isc/namespace.h>.  [RT #20677]
4148
4149 2793.   [func]          Add "autosign" and "metadata" tests to the
4150                         automatic tests. [RT #19946]
4151
4152 2792.   [func]          "filter-aaaa-on-v4" can now be set in view
4153                         options (if compiled in).  [RT #20635]
4154
4155 2791.   [bug]           The installation of isc-config.sh was broken.
4156                         [RT #20667]
4157
4158 2790.   [bug]           Handle DS queries to stub zones. [RT #20440]
4159
4160 2789.   [bug]           Fixed an INSIST in dispatch.c [RT #20576]
4161
4162 2788.   [bug]           dnssec-signzone could sign with keys that were
4163                         not requested [RT #20625]
4164
4165 2787.   [bug]           Spurious log message when zone keys were
4166                         dynamically reconfigured. [RT #20659]
4167
4168 2786.   [bug]           Additional could be promoted to answer. [RT #20663]
4169
4170         --- 9.7.0b3 released ---
4171
4172 2785.   [bug]           Revoked keys could fail to self-sign [RT #20652]
4173
4174 2784.   [bug]           TC was not always being set when required glue was
4175                         dropped. [RT #20655]
4176
4177 2783.   [func]          Return minimal responses to EDNS/UDP queries with a UDP
4178                         buffer size of 512 or less.  [RT #20654]
4179
4180 2782.   [port]          win32: use getaddrinfo() for hostname lookups.
4181                         [RT #20650]
4182
4183 2781.   [bug]           Inactive keys could be used for signing. [RT #20649]
4184
4185 2780.   [bug]           dnssec-keygen -A none didn't properly unset the
4186                         activation date in all cases. [RT #20648]
4187
4188 2779.   [bug]           Dynamic key revocation could fail. [RT #20644]
4189
4190 2778.   [bug]           dnssec-signzone could fail when a key was revoked
4191                         without deleting the unrevoked version. [RT #20638]
4192
4193 2777.   [contrib]       DLZ MYSQL auto reconnect support discovery was wrong.
4194
4195 2776.   [bug]           Change #2762 was not correct. [RT #20647]
4196
4197 2775.   [bug]           Accept RSASHA256 and RSASHA512 as NSEC3 compatible
4198                         in dnssec-keyfromlabel. [RT #20643]
4199
4200 2774.   [bug]           Existing cache DB wasn't being reused after
4201                         reconfiguration. [RT #20629]
4202
4203 2773.   [bug]           In autosigned zones, the SOA could be signed
4204                         with the KSK. [RT #20628]
4205
4206 2772.   [security]      When validating, track whether pending data was from
4207                         the additional section or not and only return it if
4208                         validates as secure. [RT #20438]
4209
4210 2771.   [bug]           dnssec-signzone: DNSKEY records could be
4211                         corrupted when importing from key files [RT #20624]
4212
4213 2770.   [cleanup]       Add log messages to resolver.c to indicate events
4214                         causing FORMERR responses. [RT #20526]
4215
4216 2769.   [cleanup]       Change #2742 was incomplete. [RT #19589]
4217
4218 2768.   [bug]           dnssec-signzone: -S no longer implies -g [RT #20568]
4219
4220 2767.   [bug]           named could crash on startup if a zone was
4221                         configured with auto-dnssec and there was no
4222                         key-directory. [RT #20615]
4223
4224 2766.   [bug]           isc_socket_fdwatchpoke() should only update the
4225                         socketmgr state if the socket is not pending on a
4226                         read or write.  [RT #20603]
4227
4228 2765.   [bug]           Skip masters for which the TSIG key cannot be found.
4229                         [RT #20595]
4230
4231 2764.   [bug]           "rndc-confgen -a" could trigger a REQUIRE. [RT #20610]
4232
4233 2763.   [bug]           "rndc sign" didn't create an NSEC chain. [RT #20591]
4234
4235 2762.   [bug]           DLV validation failed with a local slave DLV zone.
4236                         [RT #20577]
4237
4238 2761.   [cleanup]       Enable internal symbol table for backtrace only for
4239                         systems that are known to work.  Currently, BSD
4240                         variants, Linux and Solaris are supported. [RT #20202]
4241
4242 2760.   [cleanup]       Corrected named-compilezone usage summary. [RT #20533]
4243
4244 2759.   [doc]           Add information about .jbk/.jnw files to
4245                         the ARM. [RT #20303]
4246
4247 2758.   [bug]           win32: Added a workaround for a windows 2008 bug
4248                         that could cause the UDP client handler to shut
4249                         down. [RT #19176]
4250
4251 2757.   [bug]           dig: assertion failure could occur in connect
4252                         timeout. [RT #20599]
4253
4254 2756.   [bug]           Fixed corrupt logfile message in update.c. [RT #20597]
4255
4256 2755.   [placeholder]
4257
4258 2754.   [bug]           Secure-to-insecure transitions failed when zone
4259                         was signed with NSEC3. [RT #20587]
4260
4261 2753.   [bug]           Removed an unnecessary warning that could appear when
4262                         building an NSEC chain. [RT #20589]
4263
4264 2752.   [bug]           Locking violation. [RT #20587]
4265
4266 2751.   [bug]           Fixed a memory leak in dnssec-keyfromlabel. [RT #20588]
4267
4268 2750.   [bug]           dig: assertion failure could occur when a server
4269                         didn't have an address. [RT #20579]
4270
4271 2749.   [bug]           ixfr-from-differences generated a non-minimal ixfr
4272                         for NSEC3 signed zones. [RT #20452]
4273
4274 2748.   [func]          Identify bad answers from GTLD servers and treat them
4275                         as referrals. [RT #18884]
4276
4277 2747.   [bug]           Journal roll forwards failed to set the re-signing
4278                         time of RRSIGs correctly. [RT #20541]
4279
4280 2746.   [port]          hpux: address signed/unsigned expansion mismatch of
4281                         dns_rbtnode_t.nsec. [RT #20542]
4282
4283 2745.   [bug]           configure script didn't probe the return type of
4284                         gai_strerror(3) correctly. [RT #20573]
4285
4286 2744.   [func]          Log if a query was over TCP. [RT #19961]
4287
4288 2743.   [bug]           RRSIG could be incorrectly set in the NSEC3 record
4289                         for a insecure delegation.
4290
4291         --- 9.7.0b2 released ---
4292
4293 2742.   [cleanup]       Clarify some DNSSEC-related log messages in
4294                         validator.c. [RT #19589]
4295
4296 2741.   [func]          Allow the dnssec-keygen progress messages to be
4297                         suppressed (dnssec-keygen -q).  Automatically
4298                         suppress the progress messages when stdin is not
4299                         a tty. [RT #20474]
4300
4301 2740.   [placeholder]
4302
4303 2739.   [cleanup]       Clean up API for initializing and clearing trust
4304                         anchors for a view. [RT #20211]
4305
4306 2738.   [func]          Add RSASHA256 and RSASHA512 tests to the dnssec system
4307                         test. [RT #20453]
4308
4309 2737.   [func]          UPDATE requests can leak existence information.
4310                         [RT #17261]
4311
4312 2736.   [func]          Improve the performance of NSEC signed zones with
4313                         more than a normal amount of glue below a delegation.
4314                         [RT #20191]
4315
4316 2735.   [bug]           dnssec-signzone could fail to read keys
4317                         that were specified on the command line with
4318                         full paths, but weren't in the current
4319                         directory. [RT #20421]
4320
4321 2734.   [port]          cygwin: arpaname did not compile. [RT #20473]
4322
4323 2733.   [cleanup]       Clean up coding style in pkcs11-* tools. [RT #20355]
4324
4325 2732.   [func]          Add optional filter-aaaa-on-v4 option, available
4326                         if built with './configure --enable-filter-aaaa'.
4327                         Filters out AAAA answers to clients connecting
4328                         via IPv4.  (This is NOT recommended for general
4329                         use.) [RT #20339]
4330
4331 2731.   [func]          Additional work on change 2709.  The key parser
4332                         will now ignore unrecognized fields when the
4333                         minor version number of the private key format
4334                         has been increased.  It will reject any key with
4335                         the major version number increased. [RT #20310]
4336
4337 2730.   [func]          Have dnssec-keygen display a progress indication
4338                         a la 'openssl genrsa' on standard error. Note
4339                         when the first '.' is followed by a long stop
4340                         one has the choice between slow generation vs.
4341                         poor random quality, i.e., '-r /dev/urandom'.
4342                         [RT #20284]
4343
4344 2729.   [func]          When constructing a CNAME from a DNAME use the DNAME
4345                         TTL. [RT #20451]
4346
4347 2728.   [bug]           dnssec-keygen, dnssec-keyfromlabel and
4348                         dnssec-signzone now warn immediately if asked to
4349                         write into a nonexistent directory. [RT #20278]
4350
4351 2727.   [func]          The 'key-directory' option can now specify a relative
4352                         path. [RT #20154]
4353
4354 2726.   [func]          Added support for SHA-2 DNSSEC algorithms,
4355                         RSASHA256 and RSASHA512. [RT #20023]
4356
4357 2725.   [doc]           Added information about the file "managed-keys.bind"
4358                         to the ARM. [RT #20235]
4359
4360 2724.   [bug]           Updates to a existing node in secure zone using NSEC
4361                         were failing. [RT #20448]
4362
4363 2723.   [bug]           isc_base32_totext(), isc_base32hex_totext(), and
4364                         isc_base64_totext(), didn't always mark regions of
4365                         memory as fully consumed after conversion.  [RT #20445]
4366
4367 2722.   [bug]           Ensure that the memory associated with the name of
4368                         a node in a rbt tree is not altered during the life
4369                         of the node. [RT #20431]
4370
4371 2721.   [port]          Have dst__entropy_status() prime the random number
4372                         generator. [RT #20369]
4373
4374 2720.   [bug]           RFC 5011 trust anchor updates could trigger an
4375                         assert if the DNSKEY record was unsigned. [RT #20406]
4376
4377 2719.   [func]          Skip trusted/managed keys for unsupported algorithms.
4378                         [RT #20392]
4379
4380 2718.   [bug]           The space calculations in opensslrsa_todns() were
4381                         incorrect. [RT #20394]
4382
4383 2717.   [bug]           named failed to update the NSEC/NSEC3 record when
4384                         the last private type record was removed as a result
4385                         of completing the signing the zone with a key.
4386                         [RT #20399]
4387
4388 2716.   [bug]           nslookup debug mode didn't return the ttl. [RT #20414]
4389
4390         --- 9.7.0b1 released ---
4391
4392 2715.   [bug]           Require OpenSSL support to be explicitly disabled.
4393                         [RT #20288]
4394
4395 2714.   [port]          aix/powerpc: 'asm("ics");' needs non standard assembler
4396                         flags.
4397
4398 2713.   [bug]           powerpc: atomic operations missing asm("ics") /
4399                         __isync() calls.
4400
4401 2712.   [func]          New 'auto-dnssec' zone option allows zone signing
4402                         to be fully automated in zones configured for
4403                         dynamic DNS.  'auto-dnssec allow;' permits a zone
4404                         to be signed by creating keys for it in the
4405                         key-directory and using 'rndc sign <zone>'.
4406                         'auto-dnssec maintain;' allows that too, plus it
4407                         also keeps the zone's DNSSEC keys up to date
4408                         according to their timing metadata. [RT #19943]
4409
4410 2711.   [port]          win32: Add the bin/pkcs11 tools into the full
4411                         build. [RT #20372]
4412
4413 2710.   [func]          New 'dnssec-signzone -x' flag and 'dnskey-ksk-only'
4414                         zone option cause a zone to be signed with only KSKs
4415                         signing the DNSKEY RRset, not ZSKs.  This reduces
4416                         the size of a DNSKEY answer.  [RT #20340]
4417
4418 2709.   [func]          Added some data fields, currently unused, to the
4419                         private key file format, to allow implementation
4420                         of explicit key rollover in a future release
4421                         without impairing backward or forward compatibility.
4422                         [RT #20310]
4423
4424 2708.   [func]          Insecure to secure and NSEC3 parameter changes via
4425                         update are now fully supported and no longer require
4426                         defines to enable.  We now no longer overload the
4427                         NSEC3PARAM flag field, nor the NSEC OPT bit at the
4428                         apex.  Secure to insecure changes are controlled by
4429                         by the named.conf option 'secure-to-insecure'.
4430
4431                         Warning: If you had previously enabled support by
4432                         adding defines at compile time to BIND 9.6 you should
4433                         ensure that all changes that are in progress have
4434                         completed prior to upgrading to BIND 9.7.  BIND 9.7
4435                         is not backwards compatible.
4436
4437 2707.   [func]          dnssec-keyfromlabel no longer require engine name
4438                         to be specified in the label if there is a default
4439                         engine or the -E option has been used.  Also, it
4440                         now uses default algorithms as dnssec-keygen does
4441                         (i.e., RSASHA1, or NSEC3RSASHA1 if -3 is used).
4442                         [RT #20371]
4443
4444 2706.   [bug]           Loading a zone with a very large NSEC3 salt could
4445                         trigger an assert. [RT #20368]
4446
4447 2705.   [placeholder]
4448
4449 2704.   [bug]           Serial of dynamic and stub zones could be inconsistent
4450                         with their SOA serial.  [RT #19387]
4451
4452 2703.   [func]          Introduce an OpenSSL "engine" argument with -E
4453                         for all binaries which can take benefit of
4454                         crypto hardware. [RT #20230]
4455
4456 2702.   [func]          Update PKCS#11 tools (bin/pkcs11) [RT #20225 & all]
4457
4458 2701.   [doc]           Correction to ARM: hmac-md5 is no longer the only
4459                         supported TSIG key algorithm. [RT #18046]
4460
4461 2700.   [doc]           The match-mapped-addresses option is discouraged.
4462                         [RT #12252]
4463
4464 2699.   [bug]           Missing lock in rbtdb.c. [RT #20037]
4465
4466 2698.   [placeholder]
4467
4468 2697.   [port]          win32: ensure that S_IFMT, S_IFDIR, S_IFCHR and
4469                         S_IFREG are defined after including <isc/stat.h>.
4470                         [RT #20309]
4471
4472 2696.   [bug]           named failed to successfully process some valid
4473                         acl constructs. [RT #20308]
4474
4475 2695.   [func]          DHCP/DDNS - update fdwatch code for use by
4476                         DHCP.  Modify the api to isc_sockfdwatch_t (the
4477                         callback function for isc_socket_fdwatchcreate)
4478                         to include information about the direction (read
4479                         or write) and add isc_socket_fdwatchpoke.
4480                         [RT #20253]
4481
4482 2694.   [bug]           Reduce default NSEC3 iterations from 100 to 10.
4483                         [RT #19970]
4484
4485 2693.   [port]          Add some noreturn attributes. [RT #20257]
4486
4487 2692.   [port]          win32: 32/64 bit cleanups. [RT #20335]
4488
4489 2691.   [func]          dnssec-signzone: retain the existing NSEC or NSEC3
4490                         chain when re-signing a previously-signed zone.
4491                         Use -u to modify NSEC3 parameters or switch
4492                         between NSEC and NSEC3. [RT #20304]
4493
4494 2690.   [bug]           win32: fix isc_thread_key_getspecific() prototype.
4495                         [RT #20315]
4496
4497 2689.   [bug]           Correctly handle snprintf result. [RT #20306]
4498
4499 2688.   [bug]           Use INTERFACE_F_POINTTOPOINT, not IFF_POINTOPOINT,
4500                         to decide to fetch the destination address. [RT #20305]
4501
4502 2687.   [bug]           Fixed dnssec-signzone -S handling of revoked keys.
4503                         Also, added warnings when revoking a ZSK, as this is
4504                         not defined by protocol (but is legal).  [RT #19943]
4505
4506 2686.   [bug]           dnssec-signzone should clean the old NSEC chain when
4507                         signing with NSEC3 and vice versa. [RT #20301]
4508
4509 2685.   [contrib]       Update contrib/zkt to version 0.99c. [RT #20054]
4510
4511 2684.   [cleanup]       dig: formalize +ad and +cd as synonyms for
4512                         +adflag and +cdflag.  [RT #19305]
4513
4514 2683.   [bug]           dnssec-signzone should clean out old NSEC3 chains when
4515                         the NSEC3 parameters used to sign the zone change.
4516                         [RT #20246]
4517
4518 2682.   [bug]           "configure --enable-symtable=all" failed to
4519                         build. [RT #20282]
4520
4521 2681.   [bug]           IPSECKEY RR of gateway type 3 was not correctly
4522                         decoded. [RT #20269]
4523
4524 2680.   [func]          Move contrib/pkcs11-keygen to bin/pkcs11. [RT #20067]
4525
4526 2679.   [func]          dig -k can now accept TSIG keys in named.conf
4527                         format.  [RT #20031]
4528
4529 2678.   [func]          Treat DS queries as if "minimal-response yes;"
4530                         was set. [RT #20258]
4531
4532 2677.   [func]          Changes to key metadata behavior:
4533                         - Keys without "publish" or "active" dates set will
4534                           no longer be used for smart signing.  However,
4535                           those dates will be set to "now" by default when
4536                           a key is created; to generate a key but not use
4537                           it yet, use dnssec-keygen -G.
4538                         - New "inactive" date (dnssec-keygen/settime -I)
4539                           sets the time when a key is no longer used for
4540                           signing but is still published.
4541                         - The "unpublished" date (-U) is deprecated in
4542                           favor of "deleted" (-D).
4543                         [RT #20247]
4544
4545 2676.   [bug]           --with-export-installdir should have been
4546                         --with-export-includedir. [RT #20252]
4547
4548 2675.   [bug]           dnssec-signzone could crash if the key directory
4549                         did not exist. [RT #20232]
4550
4551         --- 9.7.0a3 released ---
4552
4553 2674.   [bug]           "dnssec-lookaside auto;" crashed if named was built
4554                         without openssl. [RT #20231]
4555
4556 2673.   [bug]           The managed-keys.bind zone file could fail to
4557                         load due to a spurious result from sync_keyzone()
4558                         [RT #20045]
4559
4560 2672.   [bug]           Don't enable searching in 'host' when doing reverse
4561                         lookups. [RT #20218]
4562
4563 2671.   [bug]           Add support for PKCS#11 providers not returning
4564                         the public exponent in RSA private keys
4565                         (OpenCryptoki for instance) in
4566                         dnssec-keyfromlabel. [RT #19294]
4567
4568 2670.   [bug]           Unexpected connect failures failed to log enough
4569                         information to be useful. [RT #20205]
4570
4571 2669.   [func]          Update PKCS#11 support to support Keyper HSM.
4572                         Update PKCS#11 patch to be against openssl-0.9.8i.
4573
4574 2668.   [func]          Several improvements to dnssec-* tools, including:
4575                         - dnssec-keygen and dnssec-settime can now set key
4576                           metadata fields 0 (to unset a value, use "none")
4577                         - dnssec-revoke sets the revocation date in
4578                           addition to the revoke bit
4579                         - dnssec-settime can now print individual metadata
4580                           fields instead of always printing all of them,
4581                           and can print them in unix epoch time format for
4582                           use by scripts
4583                         [RT #19942]
4584
4585 2667.   [func]          Add support for logging stack backtrace on assertion
4586                         failure (not available for all platforms). [RT #19780]
4587
4588 2666.   [func]          Added an 'options' argument to dns_name_fromstring()
4589                         (API change from 9.7.0a2). [RT #20196]
4590
4591 2665.   [func]          Clarify syntax for managed-keys {} statement, add
4592                         ARM documentation about RFC 5011 support. [RT #19874]
4593
4594 2664.   [bug]           create_keydata() and minimal_update() in zone.c
4595                         didn't properly check return values for some
4596                         functions.  [RT #19956]
4597
4598 2663.   [func]          win32:  allow named to run as a service using
4599                         "NT AUTHORITY\LocalService" as the account. [RT #19977]
4600
4601 2662.   [bug]           lwres_getipnodebyname() and lwres_getipnodebyaddr()
4602                         returned a misleading error code when lwresd was
4603                         down. [RT #20028]
4604
4605 2661.   [bug]           Check whether socket fd exceeds FD_SETSIZE when
4606                         creating lwres context. [RT #20029]
4607
4608 2660.   [func]          Add a new set of DNS libraries for non-BIND9
4609                         applications.  See README.libdns. [RT #19369]
4610
4611 2659.   [doc]           Clarify dnssec-keygen doc: key name must match zone
4612                         name for DNSSEC keys. [RT #19938]
4613
4614 2658.   [bug]           dnssec-settime and dnssec-revoke didn't process
4615                         key file paths correctly. [RT #20078]
4616
4617 2657.   [cleanup]       Lower "journal file <path> does not exist, creating it"
4618                         log level to debug 1. [RT #20058]
4619
4620 2656.   [func]          win32: add a "tools only" check box to the installer
4621                         which causes it to only install dig, host, nslookup,
4622                         nsupdate and relevant DLLs.  [RT #19998]
4623
4624 2655.   [doc]           Document that key-directory does not affect
4625                         bind.keys, rndc.key or session.key.  [RT #20155]
4626
4627 2654.   [bug]           Improve error reporting on duplicated names for
4628                         deny-answer-xxx. [RT #20164]
4629
4630 2653.   [bug]           Treat ENGINE_load_private_key() failures as key
4631                         not found rather than out of memory.  [RT #18033]
4632
4633 2652.   [func]          Provide more detail about what record is being
4634                         deleted. [RT #20061]
4635
4636 2651.   [bug]           Dates could print incorrectly in K*.key files on
4637                         64-bit systems. [RT #20076]
4638
4639 2650.   [bug]           Assertion failure in dnssec-signzone when trying
4640                         to read keyset-* files. [RT #20075]
4641
4642 2649.   [bug]           Set the domain for forward only zones. [RT #19944]
4643
4644 2648.   [port]          win32: isc_time_seconds() was broken. [RT #19900]
4645
4646 2647.   [bug]           Remove unnecessary SOA updates when a new KSK is
4647                         added. [RT #19913]
4648
4649 2646.   [bug]           Incorrect cleanup on error in socket.c. [RT #19987]
4650
4651 2645.   [port]          "gcc -m32" didn't work on amd64 and x86_64 platforms
4652                         which default to 64 bits. [RT #19927]
4653
4654         --- 9.7.0a2 released ---
4655
4656 2644.   [bug]           Change #2628 caused a regression on some systems;
4657                         named was unable to write the PID file and would
4658                         fail on startup. [RT #20001]
4659
4660 2643.   [bug]           Stub zones interacted badly with NSEC3 support.
4661                         [RT #19777]
4662
4663 2642.   [bug]           nsupdate could dump core on solaris when reading
4664                         improperly formatted key files.  [RT #20015]
4665
4666 2641.   [bug]           Fixed an error in parsing update-policy syntax,
4667                         added a regression test to check it. [RT #20007]
4668
4669 2640.   [security]      A specially crafted update packet will cause named
4670                         to exit. [RT #20000]
4671
4672 2639.   [bug]           Silence compiler warnings in gssapi code. [RT #19954]
4673
4674 2638.   [bug]           Install arpaname. [RT #19957]
4675
4676 2637.   [func]          Rationalize dnssec-signzone's signwithkey() calling.
4677                         [RT #19959]
4678
4679 2636.   [func]          Simplify zone signing and key maintenance with the
4680                         dnssec-* tools.  Major changes:
4681                         - all dnssec-* tools now take a -K option to
4682                           specify a directory in which key files will be
4683                           stored
4684                         - DNSSEC can now store metadata indicating when
4685                           they are scheduled to be published, activated,
4686                           revoked or removed; these values can be set by
4687                           dnssec-keygen or overwritten by the new
4688                           dnssec-settime command
4689                         - dnssec-signzone -S (for "smart") option reads key
4690                           metadata and uses it to determine automatically
4691                           which keys to publish to the zone, use for
4692                           signing, revoke, or remove from the zone
4693                         [RT #19816]
4694
4695 2635.   [bug]           isc_inet_ntop() incorrectly handled 0.0/16 addresses.
4696                         [RT #19716]
4697
4698 2634.   [port]          win32: Add support for libxml2, enable
4699                         statschannel. [RT #19773]
4700
4701 2633.   [bug]           Handle 15 bit rand() functions. [RT #19783]
4702
4703 2632.   [func]          util/kit.sh: warn if documentation appears to be out of
4704                         date.  [RT #19922]
4705
4706 2631.   [bug]           Handle "//", "/./" and "/../" in mkdirpath().
4707                         [RT #19926 ]
4708
4709 2630.   [func]          Improved syntax for DDNS autoconfiguration:  use
4710                         "update-policy local;" to switch on local DDNS in a
4711                         zone. (The "ddns-autoconf" option has been removed.)
4712                         [RT #19875]
4713
4714 2629.   [port]          Check for seteuid()/setegid(), use setresuid()/
4715                         setresgid() if not present. [RT #19932]
4716
4717 2628.   [port]          linux: Allow /var/run/named/named.pid to be opened
4718                         at startup with reduced capabilities in operation.
4719                         [RT #19884]
4720
4721 2627.   [bug]           Named aborted if the same key was included in
4722                         trusted-keys more than once. [RT #19918]
4723
4724 2626.   [bug]           Multiple trusted-keys could trigger an assertion
4725                         failure. [RT #19914]
4726
4727 2625.   [bug]           Missing UNLOCK in rbtdb.c. [RT #19865]
4728
4729 2624.   [func]          'named-checkconf -p' will print out the parsed
4730                         configuration. [RT #18871]
4731
4732 2623.   [bug]           Named started searches for DS non-optimally. [RT #19915]
4733
4734 2622.   [bug]           Printing of named.conf grammar was broken. [RT #19919]
4735
4736 2621.   [doc]           Made copyright boilerplate consistent.  [RT #19833]
4737
4738 2620.   [bug]           Delay thawing the zone until the reload of it has
4739                         completed successfully.  [RT #19750]
4740
4741 2619.   [func]          Add support for RFC 5011, automatic trust anchor
4742                         maintenance.  The new "managed-keys" statement can
4743                         be used in place of "trusted-keys" for zones which
4744                         support this protocol.  (Note: this syntax is
4745                         expected to change prior to 9.7.0 final.) [RT #19248]
4746
4747 2618.   [bug]           The sdb and sdlz db_interator_seek() methods could
4748                         loop infinitely. [RT #19847]
4749
4750 2617.   [bug]           ifconfig.sh failed to emit an error message when
4751                         run from the wrong location. [RT #19375]
4752
4753 2616.   [bug]           'host' used the nameservers from resolv.conf even
4754                         when a explicit nameserver was specified. [RT #19852]
4755
4756 2615.   [bug]           "__attribute__((unused))" was in the wrong place
4757                         for ia64 gcc builds. [RT #19854]
4758
4759 2614.   [port]          win32: 'named -v' should automatically be executed
4760                         in the foreground. [RT #19844]
4761
4762 2613.   [placeholder]
4763
4764         --- 9.7.0a1 released ---
4765
4766 2612.   [func]          Add default values for the arguments to
4767                         dnssec-keygen.  Without arguments, it will now
4768                         generate a 1024-bit RSASHA1 zone-signing key,
4769                         or with the -f KSK option, a 2048-bit RSASHA1
4770                         key-signing key. [RT #19300]
4771
4772 2611.   [func]          Add -l option to dnssec-dsfromkey to generate
4773                         DLV records instead of DS records. [RT #19300]
4774
4775 2610.   [port]          sunos: Change #2363 was not complete. [RT #19796]
4776
4777 2609.   [func]          Simplify the configuration of dynamic zones:
4778                         - add ddns-confgen command to generate
4779                           configuration text for named.conf
4780                         - add zone option "ddns-autoconf yes;", which
4781                           causes named to generate a TSIG session key
4782                           and allow updates to the zone using that key
4783                         - add '-l' (localhost) option to nsupdate, which
4784                           causes nsupdate to connect to a locally-running
4785                           named process using the session key generated
4786                           by named
4787                         [RT #19284]
4788
4789 2608.   [func]          Perform post signing verification checks in
4790                         dnssec-signzone.  These can be disabled with -P.
4791
4792                         The post sign verification test ensures that for each
4793                         algorithm in use there is at least one non revoked
4794                         self signed KSK key.  That all revoked KSK keys are
4795                         self signed.  That all records in the zone are signed
4796                         by the algorithm.  [RT #19653]
4797
4798 2607.   [bug]           named could incorrectly delete NSEC3 records for
4799                         empty nodes when processing a update request.
4800                         [RT #19749]
4801
4802 2606.   [bug]           "delegation-only" was not being accepted in
4803                         delegation-only type zones. [RT #19717]
4804
4805 2605.   [bug]           Accept DS responses from delegation only zones.
4806                         [RT # 19296]
4807
4808 2604.   [func]          Add support for DNS rebinding attack prevention through
4809                         new options, deny-answer-addresses and
4810                         deny-answer-aliases.  Based on contributed code from
4811                         JD Nurmi, Google. [RT #18192]
4812
4813 2603.   [port]          win32: handle .exe extension of named-checkzone and
4814                         named-comilezone argv[0] names under windows.
4815                         [RT #19767]
4816
4817 2602.   [port]          win32: fix debugging command line build of libisccfg.
4818                         [RT #19767]
4819
4820 2601.   [doc]           Mention file creation mode mask in the
4821                         named manual page.
4822
4823 2600.   [doc]           ARM: miscellaneous reformatting for different
4824                         page widths. [RT #19574]
4825
4826 2599.   [bug]           Address rapid memory growth when validation fails.
4827                         [RT #19654]
4828
4829 2598.   [func]          Reserve the -F flag. [RT #19657]
4830
4831 2597.   [bug]           Handle a validation failure with a insecure delegation
4832                         from a NSEC3 signed master/slave zone.  [RT #19464]
4833
4834 2596.   [bug]           Stale tree nodes of cache/dynamic rbtdb could stay
4835                         long, leading to inefficient memory usage or rejecting
4836                         newer cache entries in the worst case. [RT #19563]
4837
4838 2595.   [bug]           Fix unknown extended rcodes in dig. [RT #19625]
4839
4840 2594.   [func]          Have rndc warn if using its default configuration
4841                         file when the key file also exists. [RT #19424]
4842
4843 2593.   [bug]           Improve a corner source of SERVFAILs [RT #19632]
4844
4845 2592.   [bug]           Treat "any" as a type in nsupdate. [RT #19455]
4846
4847 2591.   [bug]           named could die when processing a update in
4848                         removed_orphaned_ds(). [RT #19507]
4849
4850 2590.   [func]          Report zone/class of "update with no effect".
4851                         [RT #19542]
4852
4853 2589.   [bug]           dns_db_unregister() failed to clear '*dbimp'.
4854                         [RT #19626]
4855
4856 2588.   [bug]           SO_REUSEADDR could be set unconditionally after failure
4857                         of bind(2) call.  This should be rare and mostly
4858                         harmless, but may cause interference with other
4859                         processes that happen to use the same port. [RT #19642]
4860
4861 2587.   [func]          Improve logging by reporting serial numbers for
4862                         when zone serial has gone backwards or unchanged.
4863                         [RT #19506]
4864
4865 2586.   [bug]           Missing cleanup of SIG rdataset in searching a DLZ DB
4866                         or SDB. [RT #19577]
4867
4868 2585.   [bug]           Uninitialized socket name could be referenced via a
4869                         statistics channel, triggering an assertion failure in
4870                         XML rendering. [RT #19427]
4871
4872 2584.   [bug]           alpha: gcc optimization could break atomic operations.
4873                         [RT #19227]
4874
4875 2583.   [port]          netbsd: provide a control to not add the compile
4876                         date to the version string, -DNO_VERSION_DATE.
4877
4878 2582.   [bug]           Don't emit warning log message when we attempt to
4879                         remove non-existent journal. [RT #19516]
4880
4881 2581.   [contrib]       dlz/mysql set MYSQL_OPT_RECONNECT option on connection.
4882                         Requires MySQL 5.0.19 or later. [RT #19084]
4883
4884 2580.   [bug]           UpdateRej statistics counter could be incremented twice
4885                         for one rejection. [RT #19476]
4886
4887 2579.   [bug]           DNSSEC lookaside validation failed to handle unknown
4888                         algorithms. [RT #19479]
4889
4890 2578.   [bug]           Changed default sig-signing-type to 65534, because
4891                         65535 turns out to be reserved.  [RT #19477]
4892
4893 2577.   [doc]           Clarified some statistics counters. [RT #19454]
4894
4895 2576.   [bug]           NSEC record were not being correctly signed when
4896                         a zone transitions from insecure to secure.
4897                         Handle such incorrectly signed zones. [RT #19114]
4898
4899 2575.   [func]          New functions dns_name_fromstring() and
4900                         dns_name_tostring(), to simplify conversion
4901                         of a string to a dns_name structure and vice
4902                         versa. [RT #19451]
4903
4904 2574.   [doc]           Document nsupdate -g and -o. [RT #19351]
4905
4906 2573.   [bug]           Replacing a non-CNAME record with a CNAME record in a
4907                         single transaction in a signed zone failed. [RT #19397]
4908
4909 2572.   [func]          Simplify DLV configuration, with a new option
4910                         "dnssec-lookaside auto;"  This is the equivalent
4911                         of "dnssec-lookaside . trust-anchor dlv.isc.org;"
4912                         plus setting a trusted-key for dlv.isc.org.
4913
4914                         Note: The trusted key is hard-coded into named,
4915                         but is also stored in (and can be overridden
4916                         by) $sysconfdir/bind.keys.  As the ISC DLV key
4917                         rolls over it can be kept up to date by replacing
4918                         the bind.keys file with a key downloaded from
4919                         https://www.isc.org/solutions/dlv. [RT #18685]
4920
4921 2571.   [func]          Add a new tool "arpaname" which translates IP addresses
4922                         to the corresponding IN-ADDR.ARPA or IP6.ARPA name.
4923                         [RT #18976]
4924
4925 2570.   [func]          Log the destination address the query was sent to.
4926                         [RT #19209]
4927
4928 2569.   [func]          Move journalprint, nsec3hash, and genrandom
4929                         commands from bin/tests into bin/tools;
4930                         "make install" will put them in $sbindir. [RT #19301]
4931
4932 2568.   [bug]           Report when the write to indicate a otherwise
4933                         successful start fails. [RT #19360]
4934
4935 2567.   [bug]           dst__privstruct_writefile() could miss write errors.
4936                         write_public_key() could miss write errors.
4937                         dnssec-dsfromkey could miss write errors.
4938                         [RT #19360]
4939
4940 2566.   [cleanup]       Clarify logged message when an insecure DNSSEC
4941                         response arrives from a zone thought to be secure:
4942                         "insecurity proof failed" instead of "not
4943                         insecure". [RT #19400]
4944
4945 2565.   [func]          Add support for HIP record.  Includes new functions
4946                         dns_rdata_hip_first(), dns_rdata_hip_next()
4947                         and dns_rdata_hip_current().  [RT #19384]
4948
4949 2564.   [bug]           Only take EDNS fallback steps when processing timeouts.
4950                         [RT #19405]
4951
4952 2563.   [bug]           Dig could leak a socket causing it to wait forever
4953                         to exit. [RT #19359]
4954
4955 2562.   [doc]           ARM: miscellaneous improvements, reorganization,
4956                         and some new content.
4957
4958 2561.   [doc]           Add isc-config.sh(1) man page. [RT #16378]
4959
4960 2560.   [bug]           Add #include <config.h> to iptable.c. [RT #18258]
4961
4962 2559.   [bug]           dnssec-dsfromkey could compute bad DS records when
4963                         reading from a K* files.  [RT #19357]
4964
4965 2558.   [func]          Set the ownership of missing directories created
4966                         for pid-file if -u has been specified on the command
4967                         line. [RT #19328]
4968
4969 2557.   [cleanup]       PCI compliance:
4970                         * new libisc log module file
4971                         * isc_dir_chroot() now also changes the working
4972                           directory to "/".
4973                         * additional INSISTs
4974                         * additional logging when files can't be removed.
4975
4976 2556.   [port]          Solaris: mkdir(2) on tmpfs filesystems does not do the
4977                         error checks in the correct order resulting in the
4978                         wrong error code sometimes being returned. [RT #19249]
4979
4980 2555.   [func]          dig: when emitting a hex dump also display the
4981                         corresponding characters. [RT #19258]
4982
4983 2554.   [bug]           Validation of uppercase queries from NSEC3 zones could
4984                         fail. [RT #19297]
4985
4986 2553.   [bug]           Reference leak on DNSSEC validation errors. [RT #19291]
4987
4988 2552.   [bug]           zero-no-soa-ttl-cache was not being honored.
4989                         [RT #19340]
4990
4991 2551.   [bug]           Potential Reference leak on return. [RT #19341]
4992
4993 2550.   [bug]           Check --with-openssl=<path> finds <openssl/opensslv.h>.
4994                         [RT #19343]
4995
4996 2549.   [port]          linux: define NR_OPEN if not currently defined.
4997                         [RT #19344]
4998
4999 2548.   [bug]           Install iterated_hash.h. [RT #19335]
5000
5001 2547.   [bug]           openssl_link.c:mem_realloc() could reference an
5002                         out-of-range area of the source buffer.  New public
5003                         function isc_mem_reallocate() was introduced to address
5004                         this bug. [RT #19313]
5005
5006 2546.   [func]          Add --enable-openssl-hash configure flag to use
5007                         OpenSSL (in place of internal routine) for hash
5008                         functions (MD5, SHA[12] and HMAC). [RT #18815]
5009
5010 2545.   [doc]           ARM: Legal hostname checking (check-names) is
5011                         for SRV RDATA too. [RT #19304]
5012
5013 2544.   [cleanup]       Removed unused structure members in adb.c. [RT #19225]
5014
5015 2543.   [contrib]       Update contrib/zkt to version 0.98. [RT #19113]
5016
5017 2542.   [doc]           Update the description of dig +adflag. [RT #19290]
5018
5019 2541.   [bug]           Conditionally update dispatch manager statistics.
5020                         [RT #19247]
5021
5022 2540.   [func]          Add a nibble mode to $GENERATE. [RT #18872]
5023
5024 2539.   [security]      Update the interaction between recursion, allow-query,
5025                         allow-query-cache and allow-recursion.  [RT #19198]
5026
5027 2538.   [bug]           cache/ADB memory could grow over max-cache-size,
5028                         especially with threads and smaller max-cache-size
5029                         values. [RT #19240]
5030
5031 2537.   [func]          Added more statistics counters including those on socket
5032                         I/O events and query RTT histograms. [RT #18802]
5033
5034 2536.   [cleanup]       Silence some warnings when -Werror=format-security is
5035                         specified. [RT #19083]
5036
5037 2535.   [bug]           dig +showsearch and +trace interacted badly. [RT #19091]
5038
5039 2534.   [func]          Check NAPTR records regular expressions and
5040                         replacement strings to ensure they are syntactically
5041                         valid and consistent. [RT #18168]
5042
5043 2533.   [doc]           ARM: document @ (at-sign). [RT #17144]
5044
5045 2532.   [bug]           dig: check the question section of the response to
5046                         see if it matches the asked question. [RT #18495]
5047
5048 2531.   [bug]           Change #2207 was incomplete. [RT #19098]
5049
5050 2530.   [bug]           named failed to reject insecure to secure transitions
5051                         via UPDATE. [RT #19101]
5052
5053 2529.   [cleanup]       Upgrade libtool to silence complaints from recent
5054                         version of autoconf. [RT #18657]
5055
5056 2528.   [cleanup]       Silence spurious configure warning about
5057                         --datarootdir [RT #19096]
5058
5059 2527.   [placeholder]
5060
5061 2526.   [func]          New named option "attach-cache" that allows multiple
5062                         views to share a single cache to save memory and
5063                         improve lookup efficiency.  Based on contributed code
5064                         from Barclay Osborn, Google. [RT #18905]
5065
5066 2525.   [func]          New logging category "query-errors" to provide detailed
5067                         internal information about query failures, especially
5068                         about server failures. [RT #19027]
5069
5070 2524.   [port]          sunos: dnssec-signzone needs strtoul(). [RT #19129]
5071
5072 2523.   [bug]           Random type rdata freed by dns_nsec_typepresent().
5073                         [RT #19112]
5074
5075 2522.   [security]      Handle -1 from DSA_do_verify() and EVP_VerifyFinal().
5076
5077 2521.   [bug]           Improve epoll cross compilation support. [RT #19047]
5078
5079 2520.   [bug]           Update xml statistics version number to 2.0 as change
5080                         #2388 made the schema incompatible to the previous
5081                         version. [RT #19080]
5082
5083 2519.   [bug]           dig/host with -4 or -6 didn't work if more than two
5084                         nameserver addresses of the excluded address family
5085                         preceded in resolv.conf. [RT #19081]
5086
5087 2518.   [func]          Add support for the new CERT types from RFC 4398.
5088                         [RT #19077]
5089
5090 2517.   [bug]           dig +trace with -4 or -6 failed when it chose a
5091                         nameserver address of the excluded address type.
5092                         [RT #18843]
5093
5094 2516.   [bug]           glue sort for responses was performed even when not
5095                         needed. [RT #19039]
5096
5097 2515.   [port]          win32: build dnssec-dsfromkey and dnssec-keyfromlabel.
5098                         [RT #19063]
5099
5100 2514.   [bug]           dig/host failed with -4 or -6 when resolv.conf contains
5101                         a nameserver of the excluded address family.
5102                         [RT #18848]
5103
5104 2513.   [bug]           Fix windows cli build. [RT #19062]
5105
5106 2512.   [func]          Print a summary of the cached records which make up
5107                         the negative response.  [RT #18885]
5108
5109 2511.   [cleanup]       dns_rdata_tofmttext() add const to linebreak.
5110                         [RT #18885]
5111
5112 2510.   [bug]           "dig +sigchase" could trigger REQUIRE failures.
5113                         [RT #19033]
5114
5115 2509.   [bug]           Specifying a fixed query source port was broken.
5116                         [RT #19051]
5117
5118 2508.   [placeholder]
5119
5120 2507.   [func]          Log the recursion quota values when killing the
5121                         oldest query or refusing to recurse due to quota.
5122                         [RT #19022]
5123
5124 2506.   [port]          solaris: Check at configure time if
5125                         hack_shutup_pthreadonceinit is needed. [RT #19037]
5126
5127 2505.   [port]          Treat amd64 similarly to x86_64 when determining
5128                         atomic operation support. [RT #19031]
5129
5130 2504.   [bug]           Address race condition in the socket code. [RT #18899]
5131
5132 2503.   [port]          linux: improve compatibility with Linux Standard
5133                         Base. [RT #18793]
5134
5135 2502.   [cleanup]       isc_radix: Improve compliance with coding style,
5136                         document function in <isc/radix.h>. [RT #18534]
5137
5138 2501.   [func]          $GENERATE now supports all rdata types.  Multi-field
5139                         rdata types need to be quoted.  See the ARM for
5140                         details. [RT #18368]
5141
5142 2500.   [contrib]       contrib/sdb/pgsql/zonetodb.c called non-existent
5143                         function. [RT #18582]
5144
5145 2499.   [port]          solaris: lib/lwres/getaddrinfo.c namespace clash.
5146                         [RT #18837]
5147
5148         --- 9.6.0rc1 released ---
5149
5150 2498.   [bug]           Removed a bogus function argument used with
5151                         ISC_SOCKET_USE_POLLWATCH: it could cause compiler
5152                         warning or crash named with the debug 1 level
5153                         of logging. [RT #18917]
5154
5155 2497.   [bug]           Don't add RRSIG bit to NSEC3 bit map for insecure
5156                         delegation.
5157
5158 2496.   [bug]           Add sanity length checks to NSID option. [RT #18813]
5159
5160 2495.   [bug]           Tighten RRSIG checks. [RT #18795]
5161
5162 2494.   [bug]           isc/radix.h, dns/sdlz.h and dns/dlz.h were not being
5163                         installed. [RT #18826]
5164
5165 2493.   [bug]           The linux capabilities code was not correctly cleaning
5166                         up after itself. [RT #18767]
5167
5168 2492.   [func]          Rndc status now reports the number of cpus discovered
5169                         and the number of worker threads when running
5170                         multi-threaded. [RT #18273]
5171
5172 2491.   [func]          Attempt to re-use a local port if we are already using
5173                         the port. [RT #18548]
5174
5175 2490.   [port]          aix: work around a kernel bug where IPV6_RECVPKTINFO
5176                         is cleared when IPV6_V6ONLY is set. [RT #18785]
5177
5178 2489.   [port]          solaris: Workaround Solaris's kernel bug about
5179                         /dev/poll:
5180                         http://bugs.opensolaris.org/view_bug.do?bug_id=6724237
5181                         Define ISC_SOCKET_USE_POLLWATCH at build time to enable
5182                         this workaround. [RT #18870]
5183
5184 2488.   [func]          Added a tool, dnssec-dsfromkey, to generate DS records
5185                         from keyset and .key files. [RT #18694]
5186
5187 2487.   [bug]           Give TCP connections longer to complete. [RT #18675]
5188
5189 2486.   [func]          The default locations for named.pid and lwresd.pid
5190                         are now /var/run/named/named.pid and
5191                         /var/run/lwresd/lwresd.pid respectively.
5192
5193                         This allows the owner of the containing directory
5194                         to be set, for "named -u" support, and allows there
5195                         to be a permanent symbolic link in the path, for
5196                         "named -t" support.  [RT #18306]
5197
5198 2485.   [bug]           Change update's the handling of obscured RRSIG
5199                         records.  Not all orphaned DS records were being
5200                         removed. [RT #18828]
5201
5202 2484.   [bug]           It was possible to trigger a REQUIRE failure when
5203                         adding NSEC3 proofs to the response in
5204                         query_addwildcardproof().  [RT #18828]
5205
5206 2483.   [port]          win32: chroot() is not supported. [RT #18805]
5207
5208 2482.   [port]          libxml2: support versions 2.7.* in addition
5209                         to 2.6.*. [RT #18806]
5210
5211         --- 9.6.0b1 released ---
5212
5213 2481.   [bug]           rbtdb.c:matchparams() failed to handle NSEC3 chain
5214                         collisions.  [RT #18812]
5215
5216 2480.   [bug]           named could fail to emit all the required NSEC3
5217                         records.  [RT #18812]
5218
5219 2479.   [bug]           xfrout:covers was not properly initialized. [RT #18801]
5220
5221 2478.   [bug]           'addresses' could be used uninitialized in
5222                         configure_forward(). [RT #18800]
5223
5224 2477.   [bug]           dig: the global option to print the command line is
5225                         +cmd not print_cmd.  Update the output to reflect
5226                         this. [RT #17008]
5227
5228 2476.   [doc]           ARM: improve documentation for max-journal-size and
5229                         ixfr-from-differences. [RT #15909] [RT #18541]
5230
5231 2475.   [bug]           LRU cache cleanup under overmem condition could purge
5232                         particular entries more aggressively. [RT #17628]
5233
5234 2474.   [bug]           ACL structures could be allocated with insufficient
5235                         space, causing an array overrun. [RT #18765]
5236
5237 2473.   [port]          linux: raise the limit on open files to the possible
5238                         maximum value before spawning threads; 'files'
5239                         specified in named.conf doesn't seem to work with
5240                         threads as expected. [RT #18784]
5241
5242 2472.   [port]          linux: check the number of available cpu's before
5243                         calling chroot as it depends on "/proc". [RT #16923]
5244
5245 2471.   [bug]           named-checkzone was not reporting missing mandatory
5246                         glue when sibling checks were disabled. [RT #18768]
5247
5248 2470.   [bug]           Elements of the isc_radix_node_t could be incorrectly
5249                         overwritten.  [RT #18719]
5250
5251 2469.   [port]          solaris: Work around Solaris's select() limitations.
5252                         [RT #18769]
5253
5254 2468.   [bug]           Resolver could try unreachable servers multiple times.
5255                         [RT #18739]
5256
5257 2467.   [bug]           Failure of fcntl(F_DUPFD) wasn't logged. [RT #18740]
5258
5259 2466.   [doc]           ARM: explain max-cache-ttl 0 SERVFAIL issue.
5260                         [RT #18302]
5261
5262 2465.   [bug]           Adb's handling of lame addresses was different
5263                         for IPv4 and IPv6. [RT #18738]
5264
5265 2464.   [port]          linux: check that a capability is present before
5266                         trying to set it. [RT #18135]
5267
5268 2463.   [port]          linux: POSIX doesn't include the IPv6 Advanced Socket
5269                         API and glibc hides parts of the IPv6 Advanced Socket
5270                         API as a result.  This is stupid as it breaks how the
5271                         two halves (Basic and Advanced) of the IPv6 Socket API
5272                         were designed to be used but we have to live with it.
5273                         Define _GNU_SOURCE to pull in the IPv6 Advanced Socket
5274                         API. [RT #18388]
5275
5276 2462.   [doc]           Document -m (enable memory usage debugging)
5277                         option for dig. [RT #18757]
5278
5279 2461.   [port]          sunos: Change #2363 was not complete. [RT #17513]
5280
5281         --- 9.6.0a1 released ---
5282
5283 2460.   [bug]           Don't call dns_db_getnsec3parameters() on the cache.
5284                         [RT #18697]
5285
5286 2459.   [contrib]       Import dnssec-zkt to contrib/zkt. [RT #18448]
5287
5288 2458.   [doc]           ARM: update and correction for max-cache-size.
5289                         [RT #18294]
5290
5291 2457.   [tuning]        max-cache-size is reverted to 0, the previous
5292                         default.  It should be safe because expired cache
5293                         entries are also purged. [RT #18684]
5294
5295 2456.   [bug]           In ACLs, ::/0 and 0.0.0.0/0 would both match any
5296                         address, regardless of family.  They now correctly
5297                         distinguish IPv4 from IPv6.  [RT #18559]
5298
5299 2455.   [bug]           Stop metadata being transferred via axfr/ixfr.
5300                         [RT #18639]
5301
5302 2454.   [func]          nsupdate: you can now set a default ttl. [RT #18317]
5303
5304 2453.   [bug]           Remove NULL pointer dereference in dns_journal_print().
5305                         [RT #18316]
5306
5307 2452.   [func]          Improve bin/test/journalprint. [RT #18316]
5308
5309 2451.   [port]          solaris: handle runtime linking better. [RT #18356]
5310
5311 2450.   [doc]           Fix lwresd docbook problem for manual page.
5312                         [RT #18672]
5313
5314 2449.   [placeholder]
5315
5316 2448.   [func]          Add NSEC3 support. [RT #15452]
5317
5318 2447.   [cleanup]       libbind has been split out as a separate product.
5319
5320 2446.   [func]          Add a new log message about build options on startup.
5321                         A new command-line option '-V' for named is also
5322                         provided to show this information. [RT #18645]
5323
5324 2445.   [doc]           ARM out-of-date on empty reverse zones (list includes
5325                         RFC1918 address, but these are not yet compiled in).
5326                         [RT #18578]
5327
5328 2444.   [port]          Linux, FreeBSD, AIX: Turn off path mtu discovery
5329                         (clear DF) for UDP responses and requests.
5330
5331 2443.   [bug]           win32: UDP connect() would not generate an event,
5332                         and so connected UDP sockets would never clean up.
5333                         Fix this by doing an immediate WSAConnect() rather
5334                         than an io completion port type for UDP.
5335
5336 2442.   [bug]           A lock could be destroyed twice. [RT #18626]
5337
5338 2441.   [bug]           isc_radix_insert() could copy radix tree nodes
5339                         incompletely. [RT #18573]
5340
5341 2440.   [bug]           named-checkconf used an incorrect test to determine
5342                         if an ACL was set to none.
5343
5344 2439.   [bug]           Potential NULL dereference in dns_acl_isanyornone().
5345                         [RT #18559]
5346
5347 2438.   [bug]           Timeouts could be logged incorrectly under win32.
5348
5349 2437.   [bug]           Sockets could be closed too early, leading to
5350                         inconsistent states in the socket module. [RT #18298]
5351
5352 2436.   [security]      win32: UDP client handler can be shutdown. [RT #18576]
5353
5354 2435.   [bug]           Fixed an ACL memory leak affecting win32.
5355
5356 2434.   [bug]           Fixed a minor error-reporting bug in
5357                         lib/isc/win32/socket.c.
5358
5359 2433.   [tuning]        Set initial timeout to 800ms.
5360
5361 2432.   [bug]           More Windows socket handling improvements.  Stop
5362                         using I/O events and use IO Completion Ports
5363                         throughout.  Rewrite the receive path logic to make
5364                         it easier to support multiple simultaneous
5365                         requesters in the future.  Add stricter consistency
5366                         checking as a compile-time option (define
5367                         ISC_SOCKET_CONSISTENCY_CHECKS; defaults to off).
5368
5369 2431.   [bug]           Acl processing could leak memory. [RT #18323]
5370
5371 2430.   [bug]           win32: isc_interval_set() could round down to
5372                         zero if the input was less than NS_INTERVAL
5373                         nanoseconds.  Round up instead. [RT #18549]
5374
5375 2429.   [doc]           nsupdate should be in section 1 of the man pages.
5376                         [RT #18283]
5377
5378 2428.   [bug]           dns_iptable_merge() mishandled merges of negative
5379                         tables. [RT #18409]
5380
5381 2427.   [func]          Treat DNSKEY queries as if "minimal-response yes;"
5382                         was set. [RT #18528]
5383
5384 2426.   [bug]           libbind: inet_net_pton() can sometimes return the
5385                         wrong value if excessively large net masks are
5386                         supplied. [RT #18512]
5387
5388 2425.   [bug]           named didn't detect unavailable query source addresses
5389                         at load time. [RT #18536]
5390
5391 2424.   [port]          configure now probes for a working epoll
5392                         implementation.  Allow the use of kqueue,
5393                         epoll and /dev/poll to be selected at compile
5394                         time. [RT #18277]
5395
5396 2423.   [security]      Randomize server selection on queries, so as to
5397                         make forgery a little more difficult.  Instead of
5398                         always preferring the server with the lowest RTT,
5399                         pick a server with RTT within the same 128
5400                         millisecond band.  [RT #18441]
5401
5402 2422.   [bug]           Handle the special return value of a empty node as
5403                         if it was a NXRRSET in the validator. [RT #18447]
5404
5405 2421.   [func]          Add new command line option '-S' for named to specify
5406                         the max number of sockets. [RT #18493]
5407                         Use caution: this option may not work for some
5408                         operating systems without rebuilding named.
5409
5410 2420.   [bug]           Windows socket handling cleanup.  Let the io
5411                         completion event send out canceled read/write
5412                         done events, which keeps us from writing to memory
5413                         we no longer have ownership of.  Add debugging
5414                         socket_log() function.  Rework TCP socket handling
5415                         to not leak sockets.
5416
5417 2419.   [cleanup]       Document that isc_socket_create() and isc_socket_open()
5418                         should not be used for isc_sockettype_fdwatch sockets.
5419                         [RT #18521]
5420
5421 2418.   [bug]           AXFR request on a DLZ could trigger a REQUIRE failure
5422                         [RT #18430]
5423
5424 2417.   [bug]           Connecting UDP sockets for outgoing queries could
5425                         unexpectedly fail with an 'address already in use'
5426                         error. [RT #18411]
5427
5428 2416.   [func]          Log file descriptors that cause exceeding the
5429                         internal maximum. [RT #18460]
5430
5431 2415.   [bug]           'rndc dumpdb' could trigger various assertion failures
5432                         in rbtdb.c. [RT #18455]
5433
5434 2414.   [bug]           A masterdump context held the database lock too long,
5435                         causing various troubles such as dead lock and
5436                         recursive lock acquisition. [RT #18311, #18456]
5437
5438 2413.   [bug]           Fixed an unreachable code path in socket.c. [RT #18442]
5439
5440 2412.   [bug]           win32: address a resource leak. [RT #18374]
5441
5442 2411.   [bug]           Allow using a larger number of sockets than FD_SETSIZE
5443                         for select().  To enable this, set ISC_SOCKET_MAXSOCKETS
5444                         at compilation time.  [RT #18433]
5445
5446                         Note: with changes #2469 and #2421 above, there is no
5447                         need to tweak ISC_SOCKET_MAXSOCKETS at compilation time
5448                         any more.
5449
5450 2410.   [bug]           Correctly delete m_versionInfo. [RT #18432]
5451
5452 2409.   [bug]           Only log that we disabled EDNS processing if we were
5453                         subsequently successful.  [RT #18029]
5454
5455 2408.   [bug]           A duplicate TCP dispatch event could be sent, which
5456                         could then trigger an assertion failure in
5457                         resquery_response().  [RT #18275]
5458
5459 2407.   [port]          hpux: test for sys/dyntune.h. [RT #18421]
5460
5461 2406.   [placeholder]
5462
5463 2405.   [cleanup]       The default value for dnssec-validation was changed to
5464                         "yes" in 9.5.0-P1 and all subsequent releases; this
5465                         was inadvertently omitted from CHANGES at the time.
5466
5467 2404.   [port]          hpux: files unlimited support.
5468
5469 2403.   [bug]           TSIG context leak. [RT #18341]
5470
5471 2402.   [port]          Support Solaris 2.11 and over. [RT #18362]
5472
5473 2401.   [bug]           Expect to get E[MN]FILE errno internal_accept()
5474                         (from accept() or fcntl() system calls). [RT #18358]
5475
5476 2400.   [bug]           Log if kqueue()/epoll_create()/open(/dev/poll) fails.
5477                         [RT #18297]
5478
5479 2399.   [placeholder]
5480
5481 2398.   [bug]           Improve file descriptor management.  New,
5482                         temporary, named.conf option reserved-sockets,
5483                         default 512. [RT #18344]
5484
5485 2397.   [bug]           gssapi_functions had too many elements. [RT #18355]
5486
5487 2396.   [bug]           Don't set SO_REUSEADDR for randomized ports.
5488                         [RT #18336]
5489
5490 2395.   [port]          Avoid warning and no effect from "files unlimited"
5491                         on Linux when running as root. [RT #18335]
5492
5493 2394.   [bug]           Default configuration options set the limit for
5494                         open files to 'unlimited' as described in the
5495                         documentation. [RT #18331]
5496
5497 2393.   [bug]           nested acls containing keys could trigger an
5498                         assertion in acl.c. [RT #18166]
5499
5500 2392.   [bug]           remove 'grep -q' from acl test script, some platforms
5501                         don't support it. [RT #18253]
5502
5503 2391.   [port]          hpux: cover additional recvmsg() error codes.
5504                         [RT #18301]
5505
5506 2390.   [bug]           dispatch.c could make a false warning on 'odd socket'.
5507                         [RT #18301].
5508
5509 2389.   [bug]           Move the "working directory writable" check to after
5510                         the ns_os_changeuser() call. [RT #18326]
5511
5512 2388.   [bug]           Avoid using tables for layout purposes in
5513                         statistics XSL [RT #18159].
5514
5515 2387.   [bug]           Silence compiler warnings in lib/isc/radix.c.
5516                         [RT #18147] [RT #18258]
5517
5518 2386.   [func]          Add warning about too small 'open files' limit.
5519                         [RT #18269]
5520
5521 2385.   [bug]           A condition variable in socket.c could leak in
5522                         rare error handling [RT #17968].
5523
5524 2384.   [security]      Fully randomize UDP query ports to improve
5525                         forgery resilience. [RT #17949, #18098]
5526
5527 2383.   [bug]           named could double queries when they resulted in
5528                         SERVFAIL due to overkilling EDNS0 failure detection.
5529                         [RT #18182]
5530
5531 2382.   [doc]           Add descriptions of DHCID, IPSECKEY, SPF and SSHFP
5532                         to ARM.
5533
5534 2381.   [port]          dlz/mysql: support multiple install layouts for
5535                         mysql.  <prefix>/include/{,mysql/}mysql.h and
5536                         <prefix>/lib/{,mysql/}. [RT #18152]
5537
5538 2380.   [bug]           dns_view_find() was not returning NXDOMAIN/NXRRSET
5539                         proofs which, in turn, caused validation failures
5540                         for insecure zones immediately below a secure zone
5541                         the server was authoritative for. [RT #18112]
5542
5543 2379.   [contrib]       queryperf/gen-data-queryperf.py: removed redundant
5544                         TLDs and supported RRs with TTLs [RT #17972]
5545
5546 2378.   [bug]           gssapi_functions{} had a redundant member in BIND 9.5.
5547                         [RT #18169]
5548
5549 2377.   [bug]           Address race condition in dnssec-signzone. [RT #18142]
5550
5551 2376.   [bug]           Change #2144 was not complete.
5552
5553 2375.   [placeholder]
5554
5555 2374.   [bug]           "blackhole" ACLs could cause named to segfault due
5556                         to some uninitialized memory. [RT #18095]
5557
5558 2373.   [bug]           Default values of zone ACLs were re-parsed each time a
5559                         new zone was configured, causing an overconsumption
5560                         of memory. [RT #18092]
5561
5562 2372.   [bug]           Fixed incorrect TAG_HMACSHA256_BITS value [RT #18047]
5563
5564 2371.   [doc]           Add +nsid option to dig man page. [RT #18039]
5565
5566 2370.   [bug]           "rndc freeze" could trigger an assertion in named
5567                         when called on a nonexistent zone. [RT #18050]
5568
5569 2369.   [bug]           libbind: Array bounds overrun on read in bitncmp().
5570                         [RT #18054]
5571
5572 2368.   [port]          Linux: use libcap for capability management if
5573                         possible. [RT #18026]
5574
5575 2367.   [bug]           Improve counting of dns_resstatscounter_retry
5576                         [RT #18030]
5577
5578 2366.   [bug]           Adb shutdown race. [RT #18021]
5579
5580 2365.   [bug]           Fix a bug that caused dns_acl_isany() to return
5581                         spurious results. [RT #18000]
5582
5583 2364.   [bug]           named could trigger a assertion when serving a
5584                         malformed signed zone. [RT #17828]
5585
5586 2363.   [port]          sunos: pre-set "lt_cv_sys_max_cmd_len=4096;".
5587                         [RT #17513]
5588
5589 2362.   [cleanup]       Make "rrset-order fixed" a compile-time option.
5590                         settable by "./configure --enable-fixed-rrset".
5591                         Disabled by default. [RT #17977]
5592
5593 2361.   [bug]           "recursion" statistics counter could be counted
5594                         multiple times for a single query.  [RT #17990]
5595
5596 2360.   [bug]           Fix a condition where we release a database version
5597                         (which may acquire a lock) while holding the lock.
5598
5599 2359.   [bug]           Fix NSID bug. [RT #17942]
5600
5601 2358.   [doc]           Update host's default query description. [RT #17934]
5602
5603 2357.   [port]          Don't use OpenSSL's engine support in versions before
5604                         OpenSSL 0.9.7f. [RT #17922]
5605
5606 2356.   [bug]           Built in mutex profiler was not scalable enough.
5607                         [RT #17436]
5608
5609 2355.   [func]          Extend the number statistics counters available.
5610                         [RT #17590]
5611
5612 2354.   [bug]           Failed to initialize some rdatasetheader_t elements.
5613                         [RT #17927]
5614
5615 2353.   [func]          Add support for Name Server ID (RFC 5001).
5616                         'dig +nsid' requests NSID from server.
5617                         'request-nsid yes;' causes recursive server to send
5618                         NSID requests to upstream servers.  Server responds
5619                         to NSID requests with the string configured by
5620                         'server-id' option.  [RT #17091]
5621
5622 2352.   [bug]           Various GSS_API fixups. [RT #17729]
5623
5624 2351.   [bug]           convertxsl.pl generated very long lines. [RT #17906]
5625
5626 2350.   [port]          win32: IPv6 support. [RT #17797]
5627
5628 2349.   [func]          Provide incremental re-signing support for secure
5629                         dynamic zones. [RT #1091]
5630
5631 2348.   [func]          Use the EVP interface to OpenSSL. Add PKCS#11 support.
5632                         Documentation is in the new README.pkcs11 file.
5633                         New tool, dnssec-keyfromlabel, which takes the
5634                         label of a key pair in a HSM and constructs a DNS
5635                         key pair for use by named and dnssec-signzone.
5636                         [RT #16844]
5637
5638 2347.   [bug]           Delete now traverses the RB tree in the canonical
5639                         order. [RT #17451]
5640
5641 2346.   [func]          Memory statistics now cover all active memory contexts
5642                         in increased detail. [RT #17580]
5643
5644 2345.   [bug]           named-checkconf failed to detect when forwarders
5645                         were set at both the options/view level and in
5646                         a root zone. [RT #17671]
5647
5648 2344.   [bug]           Improve "logging{ file ...; };" documentation.
5649                         [RT #17888]
5650
5651 2343.   [bug]           (Seemingly) duplicate IPv6 entries could be
5652                         created in ADB. [RT #17837]
5653
5654 2342.   [func]          Use getifaddrs() if available under Linux. [RT #17224]
5655
5656 2341.   [bug]           libbind: add missing -I../include for off source
5657                         tree builds. [RT #17606]
5658
5659 2340.   [port]          openbsd: interface configuration. [RT #17700]
5660
5661 2339.   [port]          tru64: support for libbind. [RT #17589]
5662
5663 2338.   [bug]           check_ds() could be called with a non DS rdataset.
5664                         [RT #17598]
5665
5666 2337.   [bug]           BUILD_LDFLAGS was not being correctly set.  [RT #17614]
5667
5668 2336.   [func]          If "named -6" is specified then listen on all IPv6
5669                         interfaces if there are not listen-on-v6 clauses in
5670                         named.conf.  [RT #17581]
5671
5672 2335.   [port]          sunos:  libbind and *printf() support for long long.
5673                         [RT #17513]
5674
5675 2334.   [bug]           Bad REQUIRES in fromstruct_in_naptr(),  off by one
5676                         bug in fromstruct_txt(). [RT #17609]
5677
5678 2333.   [bug]           Fix off by one error in isc_time_nowplusinterval().
5679                         [RT #17608]
5680
5681 2332.   [contrib]       query-loc-0.4.0. [RT #17602]
5682
5683 2331.   [bug]           Failure to regenerate any signatures was not being
5684                         reported nor being past back to the UPDATE client.
5685                         [RT #17570]
5686
5687 2330.   [bug]           Remove potential race condition when handling
5688                         over memory events. [RT #17572]
5689
5690                         WARNING: API CHANGE: over memory callback
5691                         function now needs to call isc_mem_waterack().
5692                         See <isc/mem.h> for details.
5693
5694 2329.   [bug]           Clearer help text for dig's '-x' and '-i' options.
5695
5696 2328.   [maint]         Add AAAA addresses for A.ROOT-SERVERS.NET,
5697                         F.ROOT-SERVERS.NET, H.ROOT-SERVERS.NET,
5698                         J.ROOT-SERVERS.NET, K.ROOT-SERVERS.NET and
5699                         M.ROOT-SERVERS.NET.
5700
5701 2327.   [bug]           It was possible to dereference a NULL pointer in
5702                         rbtdb.c.  Implement dead node processing in zones as
5703                         we do for caches. [RT #17312]
5704
5705 2326.   [bug]           It was possible to trigger a INSIST in the acache
5706                         processing.
5707
5708 2325.   [port]          Linux: use capset() function if available. [RT #17557]
5709
5710 2324.   [bug]           Fix IPv6 matching against "any;". [RT #17533]
5711
5712 2323.   [port]          tru64: namespace clash. [RT #17547]
5713
5714 2322.   [port]          MacOS: work around the limitation of setrlimit()
5715                         for RLIMIT_NOFILE. [RT #17526]
5716
5717 2321.   [placeholder]
5718
5719 2320.   [func]          Make statistics counters thread-safe for platforms
5720                         that support certain atomic operations. [RT #17466]
5721
5722 2319.   [bug]           Silence Coverity warnings in
5723                         lib/dns/rdata/in_1/apl_42.c. [RT #17469]
5724
5725 2318.   [port]          sunos fixes for libbind.  [RT #17514]
5726
5727 2317.   [bug]           "make distclean" removed bind9.xsl.h. [RT #17518]
5728
5729 2316.   [port]          Missing #include <isc/print.h> in lib/dns/gssapictx.c.
5730                         [RT #17513]
5731
5732 2315.   [bug]           Used incorrect address family for mapped IPv4
5733                         addresses in acl.c. [RT #17519]
5734
5735 2314.   [bug]           Uninitialized memory use on error path in
5736                         bin/named/lwdnoop.c.  [RT #17476]
5737
5738 2313.   [cleanup]       Silence Coverity warnings. Handle private stacks.
5739                         [RT #17447] [RT #17478]
5740
5741 2312.   [cleanup]       Silence Coverity warning in lib/isc/unix/socket.c.
5742                         [RT #17458]
5743
5744 2311.   [bug]           IPv6 addresses could match IPv4 ACL entries and
5745                         vice versa. [RT #17462]
5746
5747 2310.   [bug]           dig, host, nslookup: flush stdout before emitting
5748                         debug/fatal messages.  [RT #17501]
5749
5750 2309.   [cleanup]       Fix Coverity warnings in lib/dns/acl.c and iptable.c.
5751                         [RT #17455]
5752
5753 2308.   [cleanup]       Silence Coverity warning in bin/named/controlconf.c.
5754                         [RT #17495]
5755
5756 2307.   [bug]           Remove infinite loop from lib/dns/sdb.c. [RT #17496]
5757
5758 2306.   [bug]           Remove potential race from lib/dns/resolver.c.
5759                         [RT #17470]
5760
5761 2305.   [security]      inet_network() buffer overflow. CVE-2008-0122.
5762
5763 2304.   [bug]           Check returns from all dns_rdata_tostruct() calls.
5764                         [RT #17460]
5765
5766 2303.   [bug]           Remove unnecessary code from bin/named/lwdgnba.c.
5767                         [RT #17471]
5768
5769 2302.   [bug]           Fix memset() calls in lib/tests/t_api.c. [RT #17472]
5770
5771 2301.   [bug]           Remove resource leak and fix error messages in
5772                         bin/tests/system/lwresd/lwtest.c. [RT #17474]
5773
5774 2300.   [bug]           Fixed failure to close open file in
5775                         bin/tests/names/t_names.c. [RT #17473]
5776
5777 2299.   [bug]           Remove unnecessary NULL check in
5778                         bin/nsupdate/nsupdate.c. [RT #17475]
5779
5780 2298.   [bug]           isc_mutex_lock() failure not caught in
5781                         bin/tests/timers/t_timers.c. [RT #17468]
5782
5783 2297.   [bug]           isc_entropy_createfilesource() failure not caught in
5784                         bin/tests/dst/t_dst.c. [RT #17467]
5785
5786 2296.   [port]          Allow docbook stylesheet location to be specified to
5787                         configure. [RT #17457]
5788
5789 2295.   [bug]           Silence static overrun error in bin/named/lwaddr.c.
5790                         [RT #17459]
5791
5792 2294.   [func]          Allow the experimental statistics channels to have
5793                         multiple connections and ACL.
5794                         Note: the stats-server and stats-server-v6 options
5795                         available in the previous beta releases are replaced
5796                         with the generic statistics-channels statement.
5797
5798 2293.   [func]          Add ACL regression test. [RT #17375]
5799
5800 2292.   [bug]           Log if the working directory is not writable.
5801                         [RT #17312]
5802
5803 2291.   [bug]           PR_SET_DUMPABLE may be set too late.  Also report
5804                         failure to set PR_SET_DUMPABLE. [RT #17312]
5805
5806 2290.   [bug]           Let AD in the query signal that the client wants AD
5807                         set in the response. [RT #17301]
5808
5809 2289.   [func]          named-checkzone now reports the out-of-zone CNAME
5810                         found. [RT #17309]
5811
5812 2288.   [port]          win32: mark service as running when we have finished
5813                         loading.  [RT #17441]
5814
5815 2287.   [bug]           Use 'volatile' if the compiler supports it. [RT #17413]
5816
5817 2286.   [func]          Allow a TCP connection to be used as a weak
5818                         authentication method for reverse zones.
5819                         New update-policy methods tcp-self and 6to4-self.
5820                         [RT #17378]
5821
5822 2285.   [func]          Test framework for client memory context management.
5823                         [RT #17377]
5824
5825 2284.   [bug]           Memory leak in UPDATE prerequisite processing.
5826                         [RT #17377]
5827
5828 2283.   [bug]           TSIG keys were not attaching to the memory
5829                         context.  TSIG keys should use the rings
5830                         memory context rather than the clients memory
5831                         context. [RT #17377]
5832
5833 2282.   [bug]           Acl code fixups. [RT #17346] [RT #17374]
5834
5835 2281.   [bug]           Attempts to use undefined acls were not being logged.
5836                         [RT #17307]
5837
5838 2280.   [func]          Allow the experimental http server to be reached
5839                         over IPv6 as well as IPv4. [RT #17332]
5840
5841 2279.   [bug]           Use setsockopt(SO_NOSIGPIPE), when available,
5842                         to protect applications from receiving spurious
5843                         SIGPIPE signals when using the resolver.
5844
5845 2278.   [bug]           win32: handle the case where Windows returns no
5846                         search list or DNS suffix. [RT #17354]
5847
5848 2277.   [bug]           Empty zone names were not correctly being caught at
5849                         in the post parse checks. [RT #17357]
5850
5851 2276.   [bug]           Install <dst/gssapi.h>.  [RT #17359]
5852
5853 2275.   [func]          Add support to dig to perform IXFR queries over UDP.
5854                         [RT #17235]
5855
5856 2274.   [func]          Log zone transfer statistics. [RT #17336]
5857
5858 2273.   [bug]           Adjust log level to WARNING when saving inconsistent
5859                         stub/slave master and journal files. [RT #17279]
5860
5861 2272.   [bug]           Handle illegal dnssec-lookaside trust-anchor names.
5862                         [RT #17262]
5863
5864 2271.   [bug]           Fix a memory leak in http server code [RT #17100]
5865
5866 2270.   [bug]           dns_db_closeversion() version->writer could be reset
5867                         before it is tested. [RT #17290]
5868
5869 2269.   [contrib]       dbus memory leaks and missing va_end calls. [RT #17232]
5870
5871 2268.   [bug]           0.IN-ADDR.ARPA was missing from the empty zones
5872                         list.
5873
5874         --- 9.5.0b1 released ---
5875
5876 2267.   [bug]           Radix tree node_num value could be set incorrectly,
5877                         causing positive ACL matches to look like negative
5878                         ones.  [RT #17311]
5879
5880 2266.   [bug]           client.c:get_clientmctx() returned the same mctx
5881                         once the pool of mctx's was filled. [RT #17218]
5882
5883 2265.   [bug]           Test that the memory context's basic_table is non NULL
5884                         before freeing.  [RT #17265]
5885
5886 2264.   [bug]           Server prefix length was being ignored. [RT #17308]
5887
5888 2263.   [bug]           "named-checkconf -z" failed to set default value
5889                         for "check-integrity".  [RT #17306]
5890
5891 2262.   [bug]           Error status from all but the last view could be
5892                         lost. [RT #17292]
5893
5894 2261.   [bug]           Fix memory leak with "any" and "none" ACLs [RT #17272]
5895
5896 2260.   [bug]           Reported wrong clients-per-query when increasing the
5897                         value. [RT #17236]
5898
5899 2259.   [placeholder]
5900
5901         --- 9.5.0a7 released ---
5902
5903 2258.   [bug]           Fallback from IXFR/TSIG to SOA/AXFR/TSIG broken.
5904                         [RT #17241]
5905
5906 2257.   [bug]           win32: Use the full path to vcredist_x86.exe when
5907                         calling it. [RT #17222]
5908
5909 2256.   [bug]           win32: Correctly register the installation location of
5910                         bindevt.dll. [RT #17159]
5911
5912 2255.   [maint]         L.ROOT-SERVERS.NET is now 199.7.83.42.
5913
5914 2254.   [bug]           timer.c:dispatch() failed to lock timer->lock
5915                         when reading timer->idle allowing it to see
5916                         intermediate values as timer->idle was reset by
5917                         isc_timer_touch(). [RT #17243]
5918
5919 2253.   [func]          "max-cache-size" defaults to 32M.
5920                         "max-acache-size" defaults to 16M.
5921
5922 2252.   [bug]           Fixed errors in sortlist code [RT #17216]
5923
5924 2251.   [placeholder]
5925
5926 2250.   [func]          New flag 'memstatistics' to state whether the
5927                         memory statistics file should be written or not.
5928                         Additionally named's -m option will cause the
5929                         statistics file to be written. [RT #17113]
5930
5931 2249.   [bug]           Only set Authentic Data bit if client requested
5932                         DNSSEC, per RFC 3655 [RT #17175]
5933
5934 2248.   [cleanup]       Fix several errors reported by Coverity. [RT #17160]
5935
5936 2247.   [doc]           Sort doc/misc/options. [RT #17067]
5937
5938 2246.   [bug]           Make the startup of test servers (ans.pl) more
5939                         robust. [RT #17147]
5940
5941 2245.   [bug]           Validating lack of DS records at trust anchors wasn't
5942                         working. [RT #17151]
5943
5944 2244.   [func]          Allow the check of nameserver names against the
5945                         SOA MNAME field to be disabled by specifying
5946                         'notify-to-soa yes;'.  [RT #17073]
5947
5948 2243.   [func]          Configuration files without a newline at the end now
5949                         parse without error. [RT #17120]
5950
5951 2242.   [bug]           nsupdate: GSS-TSIG support using the Heimdal Kerberos
5952                         library could require a source of random data.
5953                         [RT #17127]
5954
5955 2241.   [func]          nsupdate: add a interactive 'help' command. [RT #17099]
5956
5957 2240.   [bug]           Cleanup nsupdates GSS-TSIG support.  Convert
5958                         a number of INSIST()s into plain fatal() errors
5959                         which report the triggering result code.
5960                         The 'key' command wasn't disabling GSS-TSIG.
5961                         [RT #17099]
5962
5963 2239.   [func]          Ship a pre built bin/named/bind9.xsl.h. [RT #17114]
5964
5965 2238.   [bug]           It was possible to trigger a REQUIRE when a
5966                         validation was canceled. [RT #17106]
5967
5968 2237.   [bug]           libbind: res_init() was not thread aware. [RT #17123]
5969
5970 2236.   [bug]           dnssec-signzone failed to preserve the case of
5971                         of wildcard owner names. [RT #17085]
5972
5973 2235.   [bug]           <isc/atomic.h> was not being installed. [RT #17135]
5974
5975 2234.   [port]          Correct some compiler warnings on SCO OSr5 [RT #17134]
5976
5977 2233.   [func]          Add support for O(1) ACL processing, based on
5978                         radix tree code originally written by Kevin
5979                         Brintnall. [RT #16288]
5980
5981 2232.   [bug]           dns_adb_findaddrinfo() could fail and return
5982                         ISC_R_SUCCESS. [RT #17137]
5983
5984 2231.   [bug]           Building dlzbdb (contrib/dlz/bin/dlzbdb) was broken.
5985                         [RT #17088]
5986
5987 2230.   [bug]           We could INSIST reading a corrupted journal.
5988                         [RT #17132]
5989
5990 2229.   [bug]           Null pointer dereference on query pool creation
5991                         failure. [RT #17133]
5992
5993 2228.   [contrib]       contrib: Change 2188 was incomplete.
5994
5995 2227.   [cleanup]       Tidied up the FAQ. [RT #17121]
5996
5997 2226.   [placeholder]
5998
5999 2225.   [bug]           More support for systems with no IPv4 addresses.
6000                         [RT #17111]
6001
6002 2224.   [bug]           Defer journal compaction if a xfrin is in progress.
6003                         [RT #17119]
6004
6005 2223.   [bug]           Make a new journal when compacting. [RT #17119]
6006
6007 2222.   [func]          named-checkconf now checks server key references.
6008                         [RT #17097]
6009
6010 2221.   [bug]           Set the event result code to reflect the actual
6011                         record turned to caller when a cache update is
6012                         rejected due to a more credible answer existing.
6013                         [RT #17017]
6014
6015 2220.   [bug]           win32: Address a race condition in final shutdown of
6016                         the Windows socket code. [RT #17028]
6017
6018 2219.   [bug]           Apply zone consistency checks to additions, not
6019                         removals, when updating. [RT #17049]
6020
6021 2218.   [bug]           Remove unnecessary REQUIRE from dns_validator_create().
6022                         [RT #16976]
6023
6024 2217.   [func]          Adjust update log levels. [RT #17092]
6025
6026 2216.   [cleanup]       Fix a number of errors reported by Coverity.
6027                         [RT #17094]
6028
6029 2215.   [bug]           Bad REQUIRE check isc_hmacsha1_verify(). [RT #17094]
6030
6031 2214.   [bug]           Deregister OpenSSL lock callback when cleaning
6032                         up.  Reorder OpenSSL cleanup so that RAND_cleanup()
6033                         is called before the locks are destroyed. [RT #17098]
6034
6035 2213.   [bug]           SIG0 diagnostic failure messages were looking at the
6036                         wrong status code. [RT #17101]
6037
6038 2212.   [func]          'host -m' now causes memory statistics and active
6039                         memory to be printed at exit. [RT 17028]
6040
6041 2211.   [func]          Update "dynamic update temporarily disabled" message.
6042                         [RT #17065]
6043
6044 2210.   [bug]           Deleting class specific records via UPDATE could
6045                         fail.  [RT #17074]
6046
6047 2209.   [port]          osx: linking against user supplied static OpenSSL
6048                         libraries failed as the system ones were still being
6049                         found. [RT #17078]
6050
6051 2208.   [port]          win32: make sure both build methods produce the
6052                         same output. [RT #17058]
6053
6054 2207.   [port]          Some implementations of getaddrinfo() fail to set
6055                         ai_canonname correctly. [RT #17061]
6056
6057         --- 9.5.0a6 released ---
6058
6059 2206.   [security]      "allow-query-cache" and "allow-recursion" now
6060                         cross inherit from each other.
6061
6062                         If allow-query-cache is not set in named.conf then
6063                         allow-recursion is used if set, otherwise allow-query
6064                         is used if set, otherwise the default (localnets;
6065                         localhost;) is used.
6066
6067                         If allow-recursion is not set in named.conf then
6068                         allow-query-cache is used if set, otherwise allow-query
6069                         is used if set, otherwise the default (localnets;
6070                         localhost;) is used.
6071
6072                         [RT #16987]
6073
6074 2205.   [bug]           libbind: change #2119 broke thread support. [RT #16982]
6075
6076 2204.   [bug]           "rndc flushanme name unknown-view" caused named
6077                         to crash. [RT #16984]
6078
6079 2203.   [security]      Query id generation was cryptographically weak.
6080                         [RT # 16915]
6081
6082 2202.   [security]      The default acls for allow-query-cache and
6083                         allow-recursion were not being applied. [RT #16960]
6084
6085 2201.   [bug]           The build failed in a separate object directory.
6086                         [RT #16943]
6087
6088 2200.   [bug]           The search for cached NSEC records was stopping to
6089                         early leading to excessive DLV queries. [RT #16930]
6090
6091 2199.   [bug]           win32: don't call WSAStartup() while loading dlls.
6092                         [RT #16911]
6093
6094 2198.   [bug]           win32: RegCloseKey() could be called when
6095                         RegOpenKeyEx() failed. [RT #16911]
6096
6097 2197.   [bug]           Add INSIST to catch negative responses which are
6098                         not setting the event result code appropriately.
6099                         [RT #16909]
6100
6101 2196.   [port]          win32: yield processor while waiting for once to
6102                         to complete. [RT #16958]
6103
6104 2195.   [func]          dnssec-keygen now defaults to nametype "ZONE"
6105                         when generating DNSKEYs. [RT #16954]
6106
6107 2194.   [bug]           Close journal before calling 'done' in xfrin.c.
6108
6109         --- 9.5.0a5 released ---
6110
6111 2193.   [port]          win32: BINDInstall.exe is now linked statically.
6112                         [RT #16906]
6113
6114 2192.   [port]          win32: use vcredist_x86.exe to install Visual
6115                         Studio's redistributable dlls if building with
6116                         Visual Stdio 2005 or later.
6117
6118 2191.   [func]          named-checkzone now allows dumping to stdout (-).
6119                         named-checkconf now has -h for help.
6120                         named-checkzone now has -h for help.
6121                         rndc now has -h for help.
6122                         Better handling of '-?' for usage summaries.
6123                         [RT #16707]
6124
6125 2190.   [func]          Make fallback to plain DNS from EDNS due to timeouts
6126                         more visible.  New logging category "edns-disabled".
6127                         [RT #16871]
6128
6129 2189.   [bug]           Handle socket() returning EINTR. [RT #15949]
6130
6131 2188.   [contrib]       queryperf: autoconf changes to make the search for
6132                         libresolv or libbind more robust. [RT #16299]
6133
6134 2187.   [bug]           query_addds(), query_addwildcardproof() and
6135                         query_addnxrrsetnsec() should take a version
6136                         argument. [RT #16368]
6137
6138 2186.   [port]          cygwin: libbind: check for struct sockaddr_storage
6139                         independently of IPv6. [RT #16482]
6140
6141 2185.   [port]          sunos: libbind: check for ssize_t, memmove() and
6142                         memchr(). [RT #16463]
6143
6144 2184.   [bug]           bind9.xsl.h didn't build out of the source tree.
6145                         [RT #16830]
6146
6147 2183.   [bug]           dnssec-signzone didn't handle offline private keys
6148                         well.  [RT #16832]
6149
6150 2182.   [bug]           dns_dispatch_createtcp() and dispatch_createudp()
6151                         could return ISC_R_SUCCESS when they ran out of
6152                         memory. [RT #16365]
6153
6154 2181.   [port]          sunos: libbind: add paths.h from BIND 8. [RT #16462]
6155
6156 2180.   [cleanup]       Remove bit test from 'compress_test' as they
6157                         are no longer needed. [RT #16497]
6158
6159 2179.   [func]          'rndc command zone' will now find 'zone' if it is
6160                         unique to all the views. [RT #16821]
6161
6162 2178.   [bug]           'rndc reload' of a slave or stub zone resulted in
6163                         a reference leak. [RT #16867]
6164
6165 2177.   [bug]           Array bounds overrun on read (rcodetext) at
6166                         debug level 10+. [RT #16798]
6167
6168 2176.   [contrib]       dbus update to handle race condition during
6169                         initialization (Bugzilla 235809). [RT #16842]
6170
6171 2175.   [bug]           win32: windows broadcast condition variable support
6172                         was broken. [RT #16592]
6173
6174 2174.   [bug]           I/O errors should always be fatal when reading
6175                         master files. [RT #16825]
6176
6177 2173.   [port]          win32: When compiling with MSVS 2005 SP1 we also
6178                         need to ship Microsoft.VC80.MFCLOC.
6179
6180         --- 9.5.0a4 released ---
6181
6182 2172.   [bug]           query_addsoa() was being called with a non zone db.
6183                         [RT #16834]
6184
6185 2171.   [bug]           Handle breaks in DNSSEC trust chains where the parent
6186                         servers are not DS aware (DS queries to the parent
6187                         return a referral to the child).
6188
6189 2170.   [func]          Add acache processing to test suite. [RT #16711]
6190
6191 2169.   [bug]           host, nslookup: when reporting NXDOMAIN report the
6192                         given name and not the last name searched for.
6193                         [RT #16763]
6194
6195 2168.   [bug]           nsupdate: in non-interactive mode treat syntax errors
6196                         as fatal errors. [RT #16785]
6197
6198 2167.   [bug]           When re-using a automatic zone named failed to
6199                         attach it to the new view. [RT #16786]
6200
6201         --- 9.5.0a3 released ---
6202
6203 2166.   [bug]           When running in batch mode, dig could misinterpret
6204                         a server address as a name to be looked up, causing
6205                         unexpected output. [RT #16743]
6206
6207 2165.   [func]          Allow the destination address of a query to determine
6208                         if we will answer the query or recurse.
6209                         allow-query-on, allow-recursion-on and
6210                         allow-query-cache-on. [RT #16291]
6211
6212 2164.   [bug]           The code to determine how named-checkzone /
6213                         named-compilezone was called failed under windows.
6214                         [RT #16764]
6215
6216 2163.   [bug]           If only one of query-source and query-source-v6
6217                         specified a port the query pools code broke (change
6218                         2129).  [RT #16768]
6219
6220 2162.   [func]          Allow "rrset-order fixed" to be disabled at compile
6221                         time. [RT #16665]
6222
6223 2161.   [bug]           Fix which log messages are emitted for 'rndc flush'.
6224                         [RT #16698]
6225
6226 2160.   [bug]           libisc wasn't handling NULL ifa_addr pointers returned
6227                         from getifaddrs(). [RT #16708]
6228
6229         --- 9.5.0a2 released ---
6230
6231 2159.   [bug]           Array bounds overrun in acache processing. [RT #16710]
6232
6233 2158.   [bug]           ns_client_isself() failed to initialize key
6234                         leading to a REQUIRE failure. [RT #16688]
6235
6236 2157.   [func]          dns_db_transfernode() created. [RT #16685]
6237
6238 2156.   [bug]           Fix node reference leaks in lookup.c:lookup_find(),
6239                         resolver.c:validated() and resolver.c:cache_name().
6240                         Fix a memory leak in rbtdb.c:free_noqname().
6241                         Make lookup.c:lookup_find() robust against
6242                         event leaks. [RT #16685]
6243
6244 2155.   [contrib]       SQLite sdb module from jaboydjr@netwalk.com.
6245                         [RT #16694]
6246
6247 2154.   [func]          Scoped (e.g. IPv6 link-local) addresses may now be
6248                         matched in acls by omitting the scope. [RT #16599]
6249
6250 2153.   [bug]           nsupdate could leak memory. [RT #16691]
6251
6252 2152.   [cleanup]       Use sizeof(buf) instead of fixed number in
6253                         dighost.c:get_trusted_key(). [RT #16678]
6254
6255 2151.   [bug]           Missing newline in usage message for journalprint.
6256                         [RT #16679]
6257
6258 2150.   [bug]           'rrset-order cyclic' uniformly distribute the
6259                         starting point for the first response for a given
6260                         RRset. [RT #16655]
6261
6262 2149.   [bug]           isc_mem_checkdestroyed() failed to abort on
6263                         if there were still active memory contexts.
6264                         [RT #16672]
6265
6266 2148.   [func]          Add positive logging for rndc commands. [RT #14623]
6267
6268 2147.   [bug]           libbind: remove potential buffer overflow from
6269                         hmac_link.c. [RT #16437]
6270
6271 2146.   [cleanup]       Silence Linux's spurious "obsolete setsockopt
6272                         SO_BSDCOMPAT" message. [RT #16641]
6273
6274 2145.   [bug]           Check DS/DLV digest lengths for known digests.
6275                         [RT #16622]
6276
6277 2144.   [cleanup]       Suppress logging of SERVFAIL from forwarders.
6278                         [RT #16619]
6279
6280 2143.   [bug]           We failed to restart the IPv6 client when the
6281                         kernel failed to return the destination the
6282                         packet was sent to. [RT #16613]
6283
6284 2142.   [bug]           Handle master files with a modification time that
6285                         matches the epoch. [RT #16612]
6286
6287 2141.   [bug]           dig/host should not be setting IDN_ASCCHECK (IDN
6288                         equivalent of LDH checks).  [RT #16609]
6289
6290 2140.   [bug]           libbind: missing unlock on pthread_key_create()
6291                         failures. [RT #16654]
6292
6293 2139.   [bug]           dns_view_find() was being called with wrong type
6294                         in adb.c. [RT #16670]
6295
6296 2138.   [bug]           Lock order reversal in resolver.c. [RT #16653]
6297
6298 2137.   [port]          Mips little endian and/or mips 64 bit are now
6299                         supported for atomic operations. [RT #16648]
6300
6301 2136.   [bug]           nslookup/host looped if there was no search list
6302                         and the host didn't exist. [RT #16657]
6303
6304 2135.   [bug]           Uninitialized rdataset in sdlz.c. [RT #16656]
6305
6306 2134.   [func]          Additional statistics support. [RT #16666]
6307
6308 2133.   [port]          powerpc:  Support both IBM and MacOS Power PC
6309                         assembler syntaxes. [RT #16647]
6310
6311 2132.   [bug]           Missing unlock on out of memory in
6312                         dns_dispatchmgr_setudp().
6313
6314 2131.   [contrib]       dlz/mysql: AXFR was broken. [RT #16630]
6315
6316 2130.   [func]          Log if CD or DO were set. [RT #16640]
6317
6318 2129.   [func]          Provide a pool of UDP sockets for queries to be
6319                         made over. See use-queryport-pool, queryport-pool-ports
6320                         and queryport-pool-updateinterval.  [RT #16415]
6321
6322 2128.   [doc]           xsltproc --nonet, update DTD versions.  [RT #16635]
6323
6324 2127.   [port]          Improved OpenSSL 0.9.8 support. [RT #16563]
6325
6326 2126.   [security]      Serialize validation of type ANY responses. [RT #16555]
6327
6328 2125.   [bug]           dns_zone_getzeronosoattl() REQUIRE failure if DLZ
6329                         was defined. [RT #16574]
6330
6331 2124.   [security]      It was possible to dereference a freed fetch
6332                         context. [RT #16584]
6333
6334         --- 9.5.0a1 released ---
6335
6336 2123.   [func]          Use Doxygen to generate internal documentation.
6337                         [RT #11398]
6338
6339 2122.   [func]          Experimental http server and statistics support
6340                         for named via xml.
6341
6342 2121.   [func]          Add a 10 slot dead masters cache (LRU) with a 600
6343                         second timeout. [RT #16553]
6344
6345 2120.   [doc]           Fix markup on nsupdate man page. [RT #16556]
6346
6347 2119.   [compat]        libbind: allow res_init() to succeed enough to
6348                         return the default domain even if it was unable
6349                         to allocate memory.
6350
6351 2118.   [bug]           Handle response with long chains of domain name
6352                         compression pointers which point to other compression
6353                         pointers. [RT #16427]
6354
6355 2117.   [bug]           DNSSEC fixes: named could fail to cache NSEC records
6356                         which could lead to validation failures.  named didn't
6357                         handle negative DS responses that were in the process
6358                         of being validated.  Check CNAME bit before accepting
6359                         NODATA proof. To be able to ignore a child NSEC there
6360                         must be SOA (and NS) set in the bitmap. [RT #16399]
6361
6362 2116.   [bug]           'rndc reload' could cause the cache to continually
6363                         be cleaned. [RT #16401]
6364
6365 2115.   [bug]           'rndc reconfig' could trigger a INSIST if the
6366                         number of masters for a zone was reduced. [RT #16444]
6367
6368 2114.   [bug]           dig/host/nslookup: searches for names with multiple
6369                         labels were failing. [RT #16447]
6370
6371 2113.   [bug]           nsupdate: if a zone is specified it should be used
6372                         for server discover. [RT #16455]
6373
6374 2112.   [security]      Warn if weak RSA exponent is used. [RT #16460]
6375
6376 2111.   [bug]           Fix a number of errors reported by Coverity.
6377                         [RT #16507]
6378
6379 2110.   [bug]           "minimal-responses yes;" interacted badly with BIND 8
6380                         priming queries. [RT #16491]
6381
6382 2109.   [port]          libbind: silence aix 5.3 compiler warnings. [RT #16502]
6383
6384 2108.   [func]          DHCID support. [RT #16456]
6385
6386 2107.   [bug]           dighost.c: more cleanup of buffers. [RT #16499]
6387
6388 2106.   [func]          'rndc status' now reports named's version. [RT #16426]
6389
6390 2105.   [func]          GSS-TSIG support (RFC 3645).
6391
6392 2104.   [port]          Fix Solaris SMF error message.
6393
6394 2103.   [port]          Add /usr/sfw to list of locations for OpenSSL
6395                         under Solaris.
6396
6397 2102.   [port]          Silence Solaris 10 warnings.
6398
6399 2101.   [bug]           OpenSSL version checks were not quite right.
6400                         [RT #16476]
6401
6402 2100.   [port]          win32: copy libeay32.dll to Build\Debug.
6403                         Copy Debug\named-checkzone to Debug\named-compilezone.
6404
6405 2099.   [port]          win32: more manifest issues.
6406
6407 2098.   [bug]           Race in rbtdb.c:no_references(), which occasionally
6408                         triggered an INSIST failure about the node lock
6409                         reference.  [RT #16411]
6410
6411 2097.   [bug]           named could reference a destroyed memory context
6412                         after being reloaded / reconfigured. [RT #16428]
6413
6414 2096.   [bug]           libbind: handle applications that fail to detect
6415                         res_init() failures better.
6416
6417 2095.   [port]          libbind: alway prototype inet_cidr_ntop_ipv6() and
6418                         net_cidr_ntop_ipv6(). [RT #16388]
6419
6420 2094.   [contrib]       Update named-bootconf.  [RT #16404]
6421
6422 2093.   [bug]           named-checkzone -s was broken.
6423
6424 2092.   [bug]           win32: dig, host, nslookup.  Use registry config
6425                         if resolv.conf does not exist or no nameservers
6426                         listed. [RT #15877]
6427
6428 2091.   [port]          dighost.c: race condition on cleanup. [RT #16417]
6429
6430 2090.   [port]          win32: Visual C++ 2005 command line manifest support.
6431                         [RT #16417]
6432
6433 2089.   [security]      Raise the minimum safe OpenSSL versions to
6434                         OpenSSL 0.9.7l and OpenSSL 0.9.8d.  Versions
6435                         prior to these have known security flaws which
6436                         are (potentially) exploitable in named. [RT #16391]
6437
6438 2088.   [security]      Change the default RSA exponent from 3 to 65537.
6439                         [RT #16391]
6440
6441 2087.   [port]          libisc failed to compile on OS's w/o a vsnprintf.
6442                         [RT #16382]
6443
6444 2086.   [port]          libbind: FreeBSD now has get*by*_r() functions.
6445                         [RT #16403]
6446
6447 2085.   [doc]           win32: added index.html and README to zip. [RT #16201]
6448
6449 2084.   [contrib]       dbus update for 9.3.3rc2.
6450
6451 2083.   [port]          win32: Visual C++ 2005 support.
6452
6453 2082.   [doc]           Document 'cache-file' as a test only option.
6454
6455 2081.   [port]          libbind: minor 64-bit portability fix in memcluster.c.
6456                         [RT #16360]
6457
6458 2080.   [port]          libbind: res_init.c did not compile on older versions
6459                         of Solaris. [RT #16363]
6460
6461 2079.   [bug]           The lame cache was not handling multiple types
6462                         correctly. [RT #16361]
6463
6464 2078.   [bug]           dnssec-checkzone output style "default" was badly
6465                         named.  It is now called "relative". [RT #16326]
6466
6467 2077.   [bug]           'dnssec-signzone -O raw' wasn't outputting the
6468                         complete signed zone. [RT #16326]
6469
6470 2076.   [bug]           Several files were missing #include <config.h>
6471                         causing build failures on OSF. [RT #16341]
6472
6473 2075.   [bug]           The spillat timer event hander could leak memory.
6474                         [RT #16357]
6475
6476 2074.   [bug]           dns_request_createvia2(), dns_request_createvia3(),
6477                         dns_request_createraw2() and dns_request_createraw3()
6478                         failed to send multiple UDP requests. [RT #16349]
6479
6480 2073.   [bug]           Incorrect semantics check for update policy "wildcard".
6481                         [RT #16353]
6482
6483 2072.   [bug]           We were not generating valid HMAC SHA digests.
6484                         [RT #16320]
6485
6486 2071.   [port]          Test whether gcc accepts -fno-strict-aliasing.
6487                         [RT #16324]
6488
6489 2070.   [bug]           The remote address was not always displayed when
6490                         reporting dispatch failures. [RT #16315]
6491
6492 2069.   [bug]           Cross compiling was not working. [RT #16330]
6493
6494 2068.   [cleanup]       Lower incremental tuning message to debug 1.
6495                         [RT #16319]
6496
6497 2067.   [bug]           'rndc' could close the socket too early triggering
6498                         a INSIST under Windows. [RT #16317]
6499
6500 2066.   [security]      Handle SIG queries gracefully. [RT #16300]
6501
6502 2065.   [bug]           libbind: probe for HPUX prototypes for
6503                         endprotoent_r() and endservent_r().  [RT 16313]
6504
6505 2064.   [bug]           libbind: silence AIX compiler warnings. [RT #16218]
6506
6507 2063.   [bug]           Change #1955 introduced a bug which caused the first
6508                         'rndc flush' call to not free memory. [RT #16244]
6509
6510 2062.   [bug]           'dig +nssearch' was reusing a buffer before it had
6511                         been returned by the socket code. [RT #16307]
6512
6513 2061.   [bug]           Accept expired wildcard message reversed. [RT #16296]
6514
6515 2060.   [bug]           Enabling DLZ support could leave views partially
6516                         configured. [RT #16295]
6517
6518 2059.   [bug]           Search into cache rbtdb could trigger an INSIST
6519                         failure while cleaning up a stale rdataset.
6520                         [RT #16292]
6521
6522 2058.   [bug]           Adjust how we calculate rtt estimates in the presence
6523                         of authoritative servers that drop EDNS and/or CD
6524                         requests.  Also fallback to EDNS/512 and plain DNS
6525                         faster for zones with less than 3 servers.  [RT #16187]
6526
6527 2057.   [bug]           Make setting "ra" dependent on both allow-query-cache
6528                         and allow-recursion. [RT #16290]
6529
6530 2056.   [bug]           dig: ixfr= was not being treated case insensitively
6531                         at all times. [RT #15955]
6532
6533 2055.   [bug]           Missing goto after dropping multicast query.
6534                         [RT #15944]
6535
6536 2054.   [port]          freebsd: do not explicitly link against -lpthread.
6537                         [RT #16170]
6538
6539 2053.   [port]          netbsd:libbind: silence compiler warnings. [RT #16220]
6540
6541 2052.   [bug]           'rndc' improve connect failed message to report
6542                         the failing address. [RT #15978]
6543
6544 2051.   [port]          More strtol() fixes. [RT #16249]
6545
6546 2050.   [bug]           Parsing of NSAP records was not case insensitive.
6547                         [RT #16287]
6548
6549 2049.   [bug]           Restore SOA before AXFR when falling back from
6550                         a attempted IXFR when transferring in a zone.
6551                         Allow a initial SOA query before attempting
6552                         a AXFR to be requested. [RT #16156]
6553
6554 2048.   [bug]           It was possible to loop forever when using
6555                         avoid-v4-udp-ports / avoid-v6-udp-ports when
6556                         the OS always returned the same local port.
6557                         [RT #16182]
6558
6559 2047.   [bug]           Failed to initialize the interface flags to zero.
6560                         [RT #16245]
6561
6562 2046.   [bug]           rbtdb.c:rdataset_setadditional() could cause duplicate
6563                         cleanup [RT #16247].
6564
6565 2045.   [func]          Use lock buckets for acache entries to limit memory
6566                         consumption. [RT #16183]
6567
6568 2044.   [port]          Add support for atomic operations for Itanium.
6569                         [RT #16179]
6570
6571 2043.   [port]          nsupdate/nslookup: Force the flushing of the prompt
6572                         for interactive sessions. [RT #16148]
6573
6574 2042.   [bug]           named-checkconf was incorrectly rejecting the
6575                         logging category "config". [RT #16117]
6576
6577 2041.   [bug]           "configure --with-dlz-bdb=yes" produced a bad
6578                         set of libraries to be linked. [RT #16129]
6579
6580 2040.   [bug]           rbtdb no_references() could trigger an INSIST
6581                         failure with --enable-atomic.  [RT #16022]
6582
6583 2039.   [func]          Check that all buffers passed to the socket code
6584                         have been retrieved when the socket event is freed.
6585                         [RT #16122]
6586
6587 2038.   [bug]           dig/nslookup/host was unlinking from wrong list
6588                         when handling errors. [RT #16122]
6589
6590 2037.   [func]          When unlinking the first or last element in a list
6591                         check that the list head points to the element to
6592                         be unlinked. [RT #15959]
6593
6594 2036.   [bug]           'rndc recursing' could cause trigger a REQUIRE.
6595                         [RT #16075]
6596
6597 2035.   [func]          Make falling back to TCP on UDP refresh failure
6598                         optional. Default "try-tcp-refresh yes;" for BIND 8
6599                         compatibility. [RT #16123]
6600
6601 2034.   [bug]           gcc: set -fno-strict-aliasing. [RT #16124]
6602
6603 2033.   [bug]           We weren't creating multiple client memory contexts
6604                         on demand as expected. [RT #16095]
6605
6606 2032.   [bug]           Remove a INSIST in query_addadditional2(). [RT #16074]
6607
6608 2031.   [bug]           Emit a error message when "rndc refresh" is called on
6609                         a non slave/stub zone. [RT # 16073]
6610
6611 2030.   [bug]           We were being overly conservative when disabling
6612                         openssl engine support. [RT #16030]
6613
6614 2029.   [bug]           host printed out the server multiple times when
6615                         specified on the command line. [RT #15992]
6616
6617 2028.   [port]          linux: socket.c compatibility for old systems.
6618                         [RT #16015]
6619
6620 2027.   [port]          libbind: Solaris x86 support. [RT #16020]
6621
6622 2026.   [bug]           Rate limit the two recursive client exceeded messages.
6623                         [RT #16044]
6624
6625 2025.   [func]          Update "zone serial unchanged" message. [RT #16026]
6626
6627 2024.   [bug]           named emitted spurious "zone serial unchanged"
6628                         messages on reload. [RT #16027]
6629
6630 2023.   [bug]           "make install" should create ${localstatedir}/run and
6631                         ${sysconfdir} if they do not exist. [RT #16033]
6632
6633 2022.   [bug]           If dnssec validation is disabled only assert CD if
6634                         CD was requested. [RT #16037]
6635
6636 2021.   [bug]           dnssec-enable no; triggered a REQUIRE. [RT #16037]
6637
6638 2020.   [bug]           rdataset_setadditional() could leak memory. [RT #16034]
6639
6640 2019.   [tuning]        Reduce the amount of work performed per quantum
6641                         when cleaning the cache. [RT #15986]
6642
6643 2018.   [bug]           Checking if the HMAC MD5 private file was broken.
6644                         [RT #15960]
6645
6646 2017.   [bug]           allow-query default was not correct. [RT #15946]
6647
6648 2016.   [bug]           Return a partial answer if recursion is not
6649                         allowed but requested and we had the answer
6650                         to the original qname. [RT #15945]
6651
6652 2015.   [cleanup]       use-additional-cache is now acache-enable for
6653                         consistency.  Default acache-enable off in BIND 9.4
6654                         as it requires memory usage to be configured.
6655                         It may be enabled by default in BIND 9.5 once we
6656                         have more experience with it.
6657
6658 2014.   [func]          Statistics about acache now recorded and sent
6659                         to log. [RT #15976]
6660
6661 2013.   [bug]           Handle unexpected TSIGs on unsigned AXFR/IXFR
6662                         responses more gracefully. [RT #15941]
6663
6664 2012.   [func]          Don't insert new acache entries if acache is full.
6665                         [RT #15970]
6666
6667 2011.   [func]          dnssec-signzone can now update the SOA record of
6668                         the signed zone, either as an increment or as the
6669                         system time(). [RT #15633]
6670
6671 2010.   [placeholder]   rt15958
6672
6673 2009.   [bug]           libbind: Coverity fixes. [RT #15808]
6674
6675 2008.   [func]          It is now possible to enable/disable DNSSEC
6676                         validation from rndc.  This is useful for the
6677                         mobile hosts where the current connection point
6678                         breaks DNSSEC (firewall/proxy).  [RT #15592]
6679
6680                                 rndc validation newstate [view]
6681
6682 2007.   [func]          It is now possible to explicitly enable DNSSEC
6683                         validation.  default dnssec-validation no; to
6684                         be changed to yes in 9.5.0.  [RT #15674]
6685
6686 2006.   [security]      Allow-query-cache and allow-recursion now default
6687                         to the built in acls "localnets" and "localhost".
6688
6689                         This is being done to make caching servers less
6690                         attractive as reflective amplifying targets for
6691                         spoofed traffic.  This still leave authoritative
6692                         servers exposed.
6693
6694                         The best fix is for full BCP 38 deployment to
6695                         remove spoofed traffic.
6696
6697 2005.   [bug]           libbind: Retransmission timeouts should be
6698                         based on which attempt it is to the nameserver
6699                         and not the nameserver itself. [RT #13548]
6700
6701 2004.   [bug]           dns_tsig_sign() could pass a NULL pointer to
6702                         dst_context_destroy() when cleaning up after a
6703                         error. [RT #15835]
6704
6705 2003.   [bug]           libbind: The DNS name/address lookup functions could
6706                         occasionally follow a random pointer due to
6707                         structures not being completely zeroed. [RT #15806]
6708
6709 2002.   [bug]           libbind: tighten the constraints on when
6710                         struct addrinfo._ai_pad exists.  [RT #15783]
6711
6712 2001.   [func]          Check the KSK flag when updating a secure dynamic zone.
6713                         New zone option "update-check-ksk yes;".  [RT #15817]
6714
6715 2000.   [bug]           memmove()/strtol() fix was incomplete. [RT #15812]
6716
6717 1999.   [func]          Implement "rrset-order fixed". [RT #13662]
6718
6719 1998.   [bug]           Restrict handling of fifos as sockets to just SunOS.
6720                         This allows named to connect to entropy gathering
6721                         daemons that use fifos instead of sockets. [RT #15840]
6722
6723 1997.   [bug]           Named was failing to replace negative cache entries
6724                         when a positive one for the type was learnt.
6725                         [RT #15818]
6726
6727 1996.   [bug]           nsupdate: if a zone has been specified it should
6728                         appear in the output of 'show'. [RT #15797]
6729
6730 1995.   [bug]           'host' was reporting multiple "is an alias" messages.
6731                         [RT #15702]
6732
6733 1994.   [port]          OpenSSL 0.9.8 support. [RT #15694]
6734
6735 1993.   [bug]           Log messages, via syslog, were missing the space
6736                         after the timestamp if "print-time yes" was specified.
6737                         [RT #15844]
6738
6739 1992.   [bug]           Not all incoming zone transfer messages included the
6740                         view.  [RT #15825]
6741
6742 1991.   [cleanup]       The configuration data, once read, should be treated
6743                         as read only.  Expand the use of const to enforce this
6744                         at compile time. [RT #15813]
6745
6746 1990.   [bug]           libbind:  isc's override of broken gettimeofday()
6747                         implementations was not always effective.
6748                         [RT #15709]
6749
6750 1989.   [bug]           win32: don't check the service password when
6751                         re-installing. [RT #15882]
6752
6753 1988.   [bug]           Remove a bus error from the SHA256/SHA512 support.
6754                         [RT #15878]
6755
6756 1987.   [func]          DS/DLV SHA256 digest algorithm support. [RT #15608]
6757
6758 1986.   [func]          Report when a zone is removed. [RT #15849]
6759
6760 1985.   [protocol]      DLV has now been assigned a official type code of
6761                         32769. [RT #15807]
6762
6763                         Note: care should be taken to ensure you upgrade
6764                         both named and dnssec-signzone at the same time for
6765                         zones with DLV records where named is the master
6766                         server for the zone.  Also any zones that contain
6767                         DLV records should be removed when upgrading a slave
6768                         zone.  You do not however have to upgrade all
6769                         servers for a zone with DLV records simultaneously.
6770
6771 1984.   [func]          dig, nslookup and host now advertise a 4096 byte
6772                         EDNS UDP buffer size by default. [RT #15855]
6773
6774 1983.   [func]          Two new update policies.  "selfsub" and "selfwild".
6775                         [RT #12895]
6776
6777 1982.   [bug]           DNSKEY was being accepted on the parent side of
6778                         a delegation.  KEY is still accepted there for
6779                         RFC 3007 validated updates. [RT #15620]
6780
6781 1981.   [bug]           win32: condition.c:wait() could fail to reattain
6782                         the mutex lock.
6783
6784 1980.   [func]          dnssec-signzone: output the SOA record as the
6785                         first record in the signed zone. [RT #15758]
6786
6787 1979.   [port]          linux: allow named to drop core after changing
6788                         user ids. [RT #15753]
6789
6790 1978.   [port]          Handle systems which have a broken recvmsg().
6791                         [RT #15742]
6792
6793 1977.   [bug]           Silence noisy log message. [RT #15704]
6794
6795 1976.   [bug]           Handle systems with no IPv4 addresses. [RT #15695]
6796
6797 1975.   [bug]           libbind: isc_gethexstring() could misparse multi-line
6798                         hex strings with comments. [RT #15814]
6799
6800 1974.   [doc]           List each of the zone types and associated zone
6801                         options separately in the ARM.
6802
6803 1973.   [func]          TSIG HMACSHA1, HMACSHA224, HMACSHA256, HMACSHA384 and
6804                         HMACSHA512 support. [RT #13606]
6805
6806 1972.   [contrib]       DBUS dynamic forwarders integration from
6807                         Jason Vas Dias <jvdias@redhat.com>.
6808
6809 1971.   [port]          linux: make detection of missing IF_NAMESIZE more
6810                         robust. [RT #15443]
6811
6812 1970.   [bug]           nsupdate: adjust UDP timeout when falling back to
6813                         unsigned SOA query. [RT #15775]
6814
6815 1969.   [bug]           win32: the socket code was freeing the socket
6816                         structure too early. [RT #15776]
6817
6818 1968.   [bug]           Missing lock in resolver.c:validated(). [RT #15739]
6819
6820 1967.   [func]          dig/nslookup/host: warn about missing "QR". [RT #15779]
6821
6822 1966.   [bug]           Don't set CD when we have fallen back to plain DNS.
6823                         [RT #15727]
6824
6825 1965.   [func]          Suppress spurious "recursion requested but not
6826                         available" warning with 'dig +qr'. [RT #15780].
6827
6828 1964.   [func]          Separate out MX and SRV to CNAME checks. [RT #15723]
6829
6830 1963.   [port]          Tru64 4.0E doesn't support send() and recv().
6831                         [RT #15586]
6832
6833 1962.   [bug]           Named failed to clear old update-policy when it
6834                         was removed. [RT #15491]
6835
6836 1961.   [bug]           Check the port and address of responses forwarded
6837                         to dispatch. [RT #15474]
6838
6839 1960.   [bug]           Update code should set NSEC ttls from SOA MINIMUM.
6840                         [RT #15465]
6841
6842 1959.   [func]          Control the zeroing of the negative response TTL to
6843                         a soa query.  Defaults "zero-no-soa-ttl yes;" and
6844                         "zero-no-soa-ttl-cache no;". [RT #15460]
6845
6846 1958.   [bug]           Named failed to update the zone's secure state
6847                         until the zone was reloaded. [RT #15412]
6848
6849 1957.   [bug]           Dig mishandled responses to class ANY queries.
6850                         [RT #15402]
6851
6852 1956.   [bug]           Improve cross compile support, 'gen' is now built
6853                         by native compiler.  See README for additional
6854                         cross compile support information. [RT #15148]
6855
6856 1955.   [bug]           Pre-allocate the cache cleaning iterator. [RT #14998]
6857
6858 1954.   [func]          Named now falls back to advertising EDNS with a
6859                         512 byte receive buffer if the initial EDNS queries
6860                         fail.  [RT #14852]
6861
6862 1953.   [func]          The maximum EDNS UDP response named will send can
6863                         now be set in named.conf (max-udp-size).  This is
6864                         independent of the advertised receive buffer
6865                         (edns-udp-size). [RT #14852]
6866
6867 1952.   [port]          hpux: tell the linker to build a runtime link
6868                         path "-Wl,+b:". [RT #14816].
6869
6870 1951.   [security]      Drop queries from particular well known ports.
6871                         Don't return FORMERR to queries from particular
6872                         well known ports.  [RT #15636]
6873
6874 1950.   [port]          Solaris 2.5.1 and earlier cannot bind() then connect()
6875                         a TCP socket. This prevents the source address being
6876                         set for TCP connections. [RT #15628]
6877
6878 1949.   [func]          Addition memory leakage checks. [RT #15544]
6879
6880 1948.   [bug]           If was possible to trigger a REQUIRE failure in
6881                         xfrin.c:maybe_free() if named ran out of memory.
6882                         [RT #15568]
6883
6884 1947.   [func]          It is now possible to configure named to accept
6885                         expired RRSIGs.  Default "dnssec-accept-expired no;".
6886                         Setting "dnssec-accept-expired yes;" leaves named
6887                         vulnerable to replay attacks.  [RT #14685]
6888
6889 1946.   [bug]           resume_dslookup() could trigger a REQUIRE failure
6890                         when using forwarders. [RT #15549]
6891
6892 1945.   [cleanup]       dnssec-keygen: RSA (RSAMD5) is no longer recommended.
6893                         To generate a RSAMD5 key you must explicitly request
6894                         RSAMD5. [RT #13780]
6895
6896 1944.   [cleanup]       isc_hash_create() does not need a read/write lock.
6897                         [RT #15522]
6898
6899 1943.   [bug]           Set the loadtime after rolling forward the journal.
6900                         [RT #15647]
6901
6902 1942.   [bug]           If the name of a DNSKEY match that of one in
6903                         trusted-keys do not attempt to validate the DNSKEY
6904                         using the parents DS RRset. [RT #15649]
6905
6906 1941.   [bug]           ncache_adderesult() should set eresult even if no
6907                         rdataset is passed to it. [RT #15642]
6908
6909 1940.   [bug]           Fixed a number of error conditions reported by
6910                         Coverity.
6911
6912 1939.   [bug]           The resolver could dereference a null pointer after
6913                         validation if all the queries have timed out.
6914                         [RT #15528]
6915
6916 1938.   [bug]           The validator was not correctly handling unsecure
6917                         negative responses at or below a SEP. [RT #15528]
6918
6919 1937.   [bug]           sdlz doesn't handle RRSIG records. [RT #15564]
6920
6921 1936.   [bug]           The validator could leak memory. [RT #15544]
6922
6923 1935.   [bug]           'acache' was DO sensitive. [RT #15430]
6924
6925 1934.   [func]          Validate pending NS RRsets, in the authority section,
6926                         prior to returning them if it can be done without
6927                         requiring DNSKEYs to be fetched.  [RT #15430]
6928
6929 1933.   [bug]           dump_rdataset_raw() had a incorrect INSIST. [RT #15534]
6930
6931 1932.   [bug]           hpux: LDFLAGS was getting corrupted. [RT #15530]
6932
6933 1931.   [bug]           Per-client mctx could require a huge amount of memory,
6934                         particularly for a busy caching server. [RT #15519]
6935
6936 1930.   [port]          HPUX: ia64 support. [RT #15473]
6937
6938 1929.   [port]          FreeBSD: extend use of PTHREAD_SCOPE_SYSTEM.
6939
6940 1928.   [bug]           Race in rbtdb.c:currentversion(). [RT #15517]
6941
6942 1927.   [bug]           Access to soanode or nsnode in rbtdb violated the
6943                         lock order rule and could cause a dead lock.
6944                         [RT #15518]
6945
6946 1926.   [bug]           The Windows installer did not check for empty
6947                         passwords.  BINDinstall was being installed in
6948                         the wrong place. [RT #15483]
6949
6950 1925.   [port]          All outer level AC_TRY_RUNs need cross compiling
6951                         defaults. [RT #15469]
6952
6953 1924.   [port]          libbind: hpux ia64 support. [RT #15473]
6954
6955 1923.   [bug]           ns_client_detach() called too early. [RT #15499]
6956
6957 1922.   [bug]           check-tool.c:setup_logging() missing call to
6958                         dns_log_setcontext().
6959
6960 1921.   [bug]           Client memory contexts were not using internal
6961                         malloc. [RT #15434]
6962
6963 1920.   [bug]           The cache rbtdb lock array was too small to
6964                         have the desired performance characteristics.
6965                         [RT #15454]
6966
6967 1919.   [contrib]       queryperf: a set of new features: collecting/printing
6968                         response delays, printing intermediate results, and
6969                         adjusting query rate for the "target" qps.
6970
6971 1918.   [bug]           Memory leak when checking acls. [RT #15391]
6972
6973 1917.   [doc]           funcsynopsisinfo wasn't being treated as verbatim
6974                         when generating man pages. [RT #15385]
6975
6976 1916.   [func]          Integrate contributed IDN code from JPNIC. [RT #15383]
6977
6978 1915.   [bug]           dig +ndots was broken. [RT #15215]
6979
6980 1914.   [protocol]      DS is required to accept mnemonic algorithms
6981                         (RFC 4034).  Still emit numeric algorithms for
6982                         compatibility with RFC 3658. [RT #15354]
6983
6984 1913.   [func]          Integrate contributed DLZ code into named. [RT #11382]
6985
6986 1912.   [port]          aix: atomic locking for powerpc. [RT #15020]
6987
6988 1911.   [bug]           Update windows socket code. [RT #14965]
6989
6990 1910.   [bug]           dig's +sigchase code overhauled. [RT #14933]
6991
6992 1909.   [bug]           The DLV code has been re-worked to make no longer
6993                         query order sensitive. [RT #14933]
6994
6995 1908.   [func]          dig now warns if 'RA' is not set in the answer when
6996                         'RD' was set in the query.  host/nslookup skip servers
6997                         that fail to set 'RA' when 'RD' is set unless a server
6998                         is explicitly set.  [RT #15005]
6999
7000 1907.   [func]          host/nslookup now continue (default)/fail on SERVFAIL.
7001                         [RT #15006]
7002
7003 1906.   [func]          dig now has a '-q queryname' and '+showsearch' options.
7004                         [RT #15034]
7005
7006 1905.   [bug]           Strings returned from cfg_obj_asstring() should be
7007                         treated as read-only.  The prototype for
7008                         cfg_obj_asstring() has been updated to reflect this.
7009                         [RT #15256]
7010
7011 1904.   [func]          Automatic empty zone creation for D.F.IP6.ARPA and
7012                         friends.  Note: RFC 1918 zones are not yet covered by
7013                         this but are likely to be in a future release.
7014
7015                         New options: empty-server, empty-contact,
7016                         empty-zones-enable and disable-empty-zone.
7017
7018 1903.   [func]          ISC string copy API.
7019
7020 1902.   [func]          Attempt to make the amount of work performed in a
7021                         iteration self tuning.  The covers nodes clean from
7022                         the cache per iteration, nodes written to disk when
7023                         rewriting a master file and nodes destroyed per
7024                         iteration when destroying a zone or a cache.
7025                         [RT #14996]
7026
7027 1901.   [cleanup]       Don't add DNSKEY records to the additional section.
7028
7029 1900.   [bug]           ixfr-from-differences failed to ensure that the
7030                         serial number increased. [RT #15036]
7031
7032 1899.   [func]          named-checkconf now validates update-policy entries.
7033                         [RT #14963]
7034
7035 1898.   [bug]           Extend ISC_SOCKADDR_FORMATSIZE and
7036                         ISC_NETADDR_FORMATSIZE to allow for scope details.
7037
7038 1897.   [func]          x86 and x86_64 now have separate atomic locking
7039                         implementations.
7040
7041 1896.   [bug]           Recursive clients soft quota support wasn't working
7042                         as expected. [RT #15103]
7043
7044 1895.   [bug]           A escaped character is, potentially, converted to
7045                         the output character set too early. [RT #14666]
7046
7047 1894.   [doc]           Review ARM for BIND 9.4.
7048
7049 1893.   [port]          Use uintptr_t if available. [RT #14606]
7050
7051 1892.   [func]          Support for SPF rdata type. [RT #15033]
7052
7053 1891.   [port]          freebsd: pthread_mutex_init can fail if it runs out
7054                         of memory. [RT #14995]
7055
7056 1890.   [func]          Raise the UDP receive buffer size to 32k if it is
7057                         less than 32k. [RT #14953]
7058
7059 1889.   [port]          sunos: non blocking i/o support. [RT #14951]
7060
7061 1888.   [func]          Support for IPSECKEY rdata type. [RT #14967]
7062
7063 1887.   [bug]           The cache could delete expired records too fast for
7064                         clients with a virtual time in the past. [RT #14991]
7065
7066 1886.   [bug]           fctx_create() could return success even though it
7067                         failed. [RT #14993]
7068
7069 1885.   [func]          dig: report the number of extra bytes still left in
7070                         the packet after processing all the records.
7071
7072 1884.   [cleanup]       dighost.c: move external declarations into <dig/dig.h>.
7073
7074 1883.   [bug]           dnssec-signzone, dnssec-keygen: handle negative debug
7075                         levels. [RT #14962]
7076
7077 1882.   [func]          Limit the number of recursive clients that can be
7078                         waiting for a single query (<qname,qtype,qclass>) to
7079                         resolve.  New options clients-per-query and
7080                         max-clients-per-query.
7081
7082 1881.   [func]          Add a system test for named-checkconf. [RT #14931]
7083
7084 1880.   [func]          The lame cache is now done on a <qname,qclass,qtype>
7085                         basis as some servers only appear to be lame for
7086                         certain query types.  [RT #14916]
7087
7088 1879.   [func]          "USE INTERNAL MALLOC" is now runtime selectable.
7089                         [RT #14892]
7090
7091 1878.   [func]          Detect duplicates of UDP queries we are recursing on
7092                         and drop them.  New stats category "duplicate".
7093                         [RT #2471]
7094
7095 1877.   [bug]           Fix unreasonably low quantum on call to
7096                         dns_rbt_destroy2().  Remove unnecessary unhash_node()
7097                         call. [RT #14919]
7098
7099 1876.   [func]          Additional memory debugging support to track size
7100                         and mctx arguments. [RT #14814]
7101
7102 1875.   [bug]           process_dhtkey() was using the wrong memory context
7103                         to free some memory. [RT #14890]
7104
7105 1874.   [port]          sunos: portability fixes. [RT #14814]
7106
7107 1873.   [port]          win32: isc__errno2result() now reports its caller.
7108                         [RT #13753]
7109
7110 1872.   [port]          win32: Handle ERROR_NETNAME_DELETED.  [RT #13753]
7111
7112 1871.   [placeholder]
7113
7114 1870.   [func]          Added framework for handling multiple EDNS versions.
7115                         [RT #14873]
7116
7117 1869.   [func]          dig can now specify the EDNS version when making
7118                         a query. [RT #14873]
7119
7120 1868.   [func]          edns-udp-size can now be overridden on a per
7121                         server basis. [RT #14851]
7122
7123 1867.   [bug]           It was possible to trigger a INSIST in
7124                         dlv_validatezonekey(). [RT #14846]
7125
7126 1866.   [bug]           resolv.conf parse errors were being ignored by
7127                         dig/host/nslookup. [RT #14841]
7128
7129 1865.   [bug]           Silently ignore nameservers in /etc/resolv.conf with
7130                         bad addresses. [RT #14841]
7131
7132 1864.   [bug]           Don't try the alternative transfer source if you
7133                         got a answer / transfer with the main source
7134                         address. [RT #14802]
7135
7136 1863.   [bug]           rrset-order "fixed" error messages not complete.
7137
7138 1862.   [func]          Add additional zone data constancy checks.
7139                         named-checkzone has extended checking of NS, MX and
7140                         SRV record and the hosts they reference.
7141                         named has extended post zone load checks.
7142                         New zone options: check-mx and integrity-check.
7143                         [RT #4940]
7144
7145 1861.   [bug]           dig could trigger a INSIST on certain malformed
7146                         responses. [RT #14801]
7147
7148 1860.   [port]          solaris 2.8: hack_shutup_pthreadmutexinit was
7149                         incorrectly set. [RT #14775]
7150
7151 1859.   [func]          Add support for CH A record. [RT #14695]
7152
7153 1858.   [bug]           The flush-zones-on-shutdown option wasn't being
7154                         parsed. [RT #14686]
7155
7156 1857.   [bug]           named could trigger a INSIST() if reconfigured /
7157                         reloaded too fast.  [RT #14673]
7158
7159 1856.   [doc]           Switch Docbook toolchain from DSSSL to XSL.
7160                         [RT #11398]
7161
7162 1855.   [bug]           ixfr-from-differences was failing to detect changes
7163                         of ttl due to dns_diff_subtract() was ignoring the ttl
7164                         of records.  [RT #14616]
7165
7166 1854.   [bug]           lwres also needs to know the print format for
7167                         (long long).  [RT #13754]
7168
7169 1853.   [bug]           Rework how DLV interacts with proveunsecure().
7170                         [RT #13605]
7171
7172 1852.   [cleanup]       Remove last vestiges of dnssec-signkey and
7173                         dnssec-makekeyset (removed from Makefile years ago).
7174
7175 1851.   [doc]           Doxygen comment markup. [RT #11398]
7176
7177 1850.   [bug]           Memory leak in lwres_getipnodebyaddr(). [RT #14591]
7178
7179 1849.   [doc]           All forms of the man pages (docbook, man, html) should
7180                         have consistent copyright dates.
7181
7182 1848.   [bug]           Improve SMF integration. [RT #13238]
7183
7184 1847.   [bug]           isc_ondestroy_init() is called too late in
7185                         dns_rbtdb_create()/dns_rbtdb64_create().
7186                         [RT #13661]
7187
7188 1846.   [contrib]       query-loc-0.3.0 from Stephane Bortzmeyer
7189                         <bortzmeyer@nic.fr>.
7190
7191 1845.   [bug]           Improve error reporting to distinguish between
7192                         accept()/fcntl() and socket()/fcntl() errors.
7193                         [RT #13745]
7194
7195 1844.   [bug]           inet_pton() accepted more that 4 hexadecimal digits
7196                         for each 16 bit piece of the IPv6 address.  The text
7197                         representation of a IPv6 address has been tightened
7198                         to disallow this (draft-ietf-ipv6-addr-arch-v4-02.txt).
7199                         [RT #5662]
7200
7201 1843.   [cleanup]       CINCLUDES takes precedence over CFLAGS.  This helps
7202                         when CFLAGS contains "-I /usr/local/include"
7203                         resulting in old header files being used.
7204
7205 1842.   [port]          cmsg_len() could produce incorrect results on
7206                         some platform. [RT #13744]
7207
7208 1841.   [bug]           "dig +nssearch" now makes a recursive query to
7209                         find the list of nameservers to query. [RT #13694]
7210
7211 1840.   [func]          dnssec-signzone can now randomize signature end times
7212                         (dnssec-signzone -j jitter). [RT #13609]
7213
7214 1839.   [bug]           <isc/hash.h> was not being installed.
7215
7216 1838.   [cleanup]       Don't allow Linux capabilities to be inherited.
7217                         [RT #13707]
7218
7219 1837.   [bug]           Compile time option ISC_FACILITY was not effective
7220                         for 'named -u <user>'.  [RT #13714]
7221
7222 1836.   [cleanup]       Silence compiler warnings in hash_test.c.
7223
7224 1835.   [bug]           Update dnssec-signzone's usage message. [RT #13657]
7225
7226 1834.   [bug]           Bad memset in rdata_test.c. [RT #13658]
7227
7228 1833.   [bug]           Race condition in isc_mutex_lock_profile(). [RT #13660]
7229
7230 1832.   [bug]           named fails to return BADKEY on unknown TSIG algorithm.
7231                         [RT #13620]
7232
7233 1831.   [doc]           Update named-checkzone documentation. [RT #13604]
7234
7235 1830.   [bug]           adb lame cache has sence of test reversed. [RT #13600]
7236
7237 1829.   [bug]           win32: "pid-file none;" broken. [RT #13563]
7238
7239 1828.   [bug]           isc_rwlock_init() failed to properly cleanup if it
7240                         encountered a error. [RT #13549]
7241
7242 1827.   [bug]           host: update usage message for '-a'. [RT #37116]
7243
7244 1826.   [bug]           Missing DESTROYLOCK() in isc_mem_createx() on out
7245                         of memory error. [RT #13537]
7246
7247 1825.   [bug]           Missing UNLOCK() on out of memory error from in
7248                         rbtdb.c:subtractrdataset(). [RT #13519]
7249
7250 1824.   [bug]           Memory leak on dns_zone_setdbtype() failure.
7251                         [RT #13510]
7252
7253 1823.   [bug]           Wrong macro used to check for point to point interface.
7254                         [RT #13418]
7255
7256 1822.   [bug]           check-names test for RT was reversed. [RT #13382]
7257
7258 1821.   [placeholder]
7259
7260 1820.   [bug]           Gracefully handle acl loops. [RT #13659]
7261
7262 1819.   [bug]           The validator needed to check both the algorithm and
7263                         digest types of the DS to determine if it could be
7264                         used to introduce a secure zone. [RT #13593]
7265
7266 1818.   [bug]           'named-checkconf -z' triggered an INSIST. [RT #13599]
7267
7268 1817.   [func]          Add support for additional zone file formats for
7269                         improving loading performance.  The masterfile-format
7270                         option in named.conf can be used to specify a
7271                         non-default format.  A separate command
7272                         named-compilezone was provided to generate zone files
7273                         in the new format.  Additionally, the -I and -O options
7274                         for dnssec-signzone specify the input and output
7275                         formats.
7276
7277 1816.   [port]          UnixWare: failed to compile lib/isc/unix/net.c.
7278                         [RT #13597]
7279
7280 1815.   [bug]           nsupdate triggered a REQUIRE if the server was set
7281                         without also setting the zone and it encountered
7282                         a CNAME and was using TSIG.  [RT #13086]
7283
7284 1814.   [func]          UNIX domain controls are now supported.
7285
7286 1813.   [func]          Restructured the data locking framework using
7287                         architecture dependent atomic operations (when
7288                         available), improving response performance on
7289                         multi-processor machines significantly.
7290                         x86, x86_64, alpha, powerpc, and mips are currently
7291                         supported.
7292
7293 1812.   [port]          win32: IN6_IS_ADDR_UNSPECIFIED macro is incorrect.
7294                         [RT #13453]
7295
7296 1811.   [func]          Preserve the case of domain names in rdata during
7297                         zone transfers. [RT #13547]
7298
7299 1810.   [bug]           configure, lib/bind/configure make different default
7300                         decisions about whether to do a threaded build.
7301                         [RT #13212]
7302
7303 1809.   [bug]           "make distclean" failed for libbind if the platform
7304                         is not supported.
7305
7306 1808.   [bug]           zone.c:notify_zone() contained a race condition,
7307                         zone->db could change underneath it.  [RT #13511]
7308
7309 1807.   [bug]           When forwarding (forward only) set the active domain
7310                         from the forward zone name. [RT #13526]
7311
7312 1806.   [bug]           The resolver returned the wrong result when a CNAME /
7313                         DNAME was encountered when fetching glue from a
7314                         secure namespace. [RT #13501]
7315
7316 1805.   [bug]           Pending status was not being cleared when DLV was
7317                         active. [RT #13501]
7318
7319 1804.   [bug]           Ensure that if we are queried for glue that it fits
7320                         in the additional section or TC is set to tell the
7321                         client to retry using TCP. [RT #10114]
7322
7323 1803.   [bug]           dnssec-signzone sometimes failed to remove old
7324                         RRSIGs. [RT #13483]
7325
7326 1802.   [bug]           Handle connection resets better. [RT #11280]
7327
7328 1801.   [func]          Report differences between hints and real NS rrset
7329                         and associated address records.
7330
7331 1800.   [bug]           Changes #1719 allowed a INSIST to be triggered.
7332                         [RT #13428]
7333
7334 1799.   [bug]           'rndc flushname' failed to flush negative cache
7335                         entries. [RT #13438]
7336
7337 1798.   [func]          The server syntax has been extended to support a
7338                         range of servers.  [RT #11132]
7339
7340 1797.   [func]          named-checkconf now check acls to verify that they
7341                         only refer to existing acls. [RT #13101]
7342
7343 1796.   [func]          "rndc freeze/thaw" now freezes/thaws all zones.
7344
7345 1795.   [bug]           "rndc dumpdb" was not fully documented.  Minor
7346                         formating issues with "rndc dumpdb -all".  [RT #13396]
7347
7348 1794.   [func]          Named and named-checkzone can now both check for
7349                         non-terminal wildcard records.
7350
7351 1793.   [func]          Extend adjusting TTL warning messages. [RT #13378]
7352
7353 1792.   [func]          New zone option "notify-delay".  Specify a minimum
7354                         delay between sets of NOTIFY messages.
7355
7356 1791.   [bug]           'host -t a' still printed out AAAA and MX records.
7357                         [RT #13230]
7358
7359 1790.   [cleanup]       Move lib/dns/sec/dst up into lib/dns.  This should
7360                         allow parallel make to succeed.
7361
7362 1789.   [bug]           Prerequisite test for tkey and dnssec could fail
7363                         with "configure --with-libtool".
7364
7365 1788.   [bug]           libbind9.la/libbind9.so needs to link against
7366                         libisccfg.la/libisccfg.so.
7367
7368 1787.   [port]          HPUX: both "cc" and "gcc" need -Wl,+vnocompatwarnings.
7369
7370 1786.   [port]          AIX: libt_api needs to be taught to look for
7371                         T_testlist in the main executable (--with-libtool).
7372                         [RT #13239]
7373
7374 1785.   [bug]           libbind9.la/libbind9.so needs to link against
7375                         libisc.la/libisc.so.
7376
7377 1784.   [cleanup]       "libtool -allow-undefined" is the default.
7378                         Leave hooks in configure to allow it to be set
7379                         if needed in the future.
7380
7381 1783.   [cleanup]       We only need one copy of libtool.m4, ltmain.sh in the
7382                         source tree.
7383
7384 1782.   [port]          OSX: --with-libtool + --enable-libbind broke on
7385                         __evOptMonoTime.  [RT #13219]
7386
7387 1781.   [port]          FreeBSD 5.3: set PTHREAD_SCOPE_SYSTEM. [RT #12810]
7388
7389 1780.   [bug]           Update libtool to 1.5.10.
7390
7391 1779.   [port]          OSF 5.1: libtool didn't handle -pthread correctly.
7392
7393 1778.   [port]          HUX 11.11: fix broken IN6ADDR_ANY_INIT and
7394                         IN6ADDR_LOOPBACK_INIT macros.
7395
7396 1777.   [port]          OSF 5.1: fix broken IN6ADDR_ANY_INIT and
7397                         IN6ADDR_LOOPBACK_INIT macros.
7398
7399 1776.   [port]          Solaris 2.9: fix broken IN6ADDR_ANY_INIT and
7400                         IN6ADDR_LOOPBACK_INIT macros.
7401
7402 1775.   [bug]           Only compile getnetent_r.c when threaded. [RT #13205]
7403
7404 1774.   [port]          Aix: Silence compiler warnings / build failures.
7405                         [RT #13154]
7406
7407 1773.   [bug]           Fast retry on host / net unreachable. [RT #13153]
7408
7409 1772.   [placeholder]
7410
7411 1771.   [placeholder]
7412
7413 1770.   [bug]           named-checkconf failed to report missing a missing
7414                         file clause for rbt{64} master/hint zones. [RT #13009]
7415
7416 1769.   [port]          win32: change compiler flags /MTd ==> /MDd,
7417                         /MT ==> /MD.
7418
7419 1768.   [bug]           nsecnoexistnodata() could be called with a non-NSEC
7420                         rdataset. [RT #12907]
7421
7422 1767.   [port]          Builds on IPv6 platforms without IPv6 Advanced API
7423                         support for (struct in6_pktinfo) failed.  [RT #13077]
7424
7425 1766.   [bug]           Update the master file timestamp on successful refresh
7426                         as well as the journal's timestamp. [RT #13062]
7427
7428 1765.   [bug]           configure --with-openssl=auto failed. [RT #12937]
7429
7430 1764.   [bug]           dns_zone_replacedb failed to emit a error message
7431                         if there was no SOA record in the replacement db.
7432                         [RT #13016]
7433
7434 1763.   [func]          Perform sanity checks on NS records which refer to
7435                         'in zone' names. [RT #13002]
7436
7437 1762.   [bug]           isc_interfaceiter_create() could return ISC_R_SUCCESS
7438                         even when it failed. [RT #12995]
7439
7440 1761.   [bug]           'rndc dumpdb' didn't report unassociated entries.
7441                         [RT #12971]
7442
7443 1760.   [bug]           Host / net unreachable was not penalising rtt
7444                         estimates. [RT #12970]
7445
7446 1759.   [bug]           Named failed to startup if the OS supported IPv6
7447                         but had no IPv6 interfaces configured. [RT #12942]
7448
7449 1758.   [func]          Don't send notify messages to self. [RT #12933]
7450
7451 1757.   [func]          host now can turn on memory debugging flags with '-m'.
7452
7453 1756.   [func]          named-checkconf now checks the logging configuration.
7454                         [RT #12352]
7455
7456 1755.   [func]          allow-update is now settable at the options / view
7457                         level. [RT #6636]
7458
7459 1754.   [bug]           We weren't always attempting to query the parent
7460                         server for the DS records at the zone cut.
7461                         [RT #12774]
7462
7463 1753.   [bug]           Don't serve a slave zone which has no NS records.
7464                         [RT #12894]
7465
7466 1752.   [port]          Move isc_app_start() to after ns_os_daemonise()
7467                         as some fork() implementations unblock the signals
7468                         that are blocked by isc_app_start(). [RT #12810]
7469
7470 1751.   [bug]           --enable-getifaddrs failed under linux. [RT #12867]
7471
7472 1750.   [port]          lib/bind/make/rules.in:subdirs was not bash friendly.
7473                         [RT #12864]
7474
7475 1749.   [bug]           'check-names response ignore;' failed to ignore.
7476                         [RT #12866]
7477
7478 1748.   [func]          dig now returns the byte count for axfr/ixfr.
7479
7480 1747.   [bug]           BIND 8 compatibility: named/named-checkconf failed
7481                         to parse "host-statistics-max" in named.conf.
7482
7483 1746.   [func]          Make public the function to read a key file,
7484                         dst_key_read_public(). [RT #12450]
7485
7486 1745.   [bug]           Dig/host/nslookup accept replies from link locals
7487                         regardless of scope if no scope was specified when
7488                         query was sent. [RT #12745]
7489
7490 1744.   [bug]           If tuple2msgname() failed to convert a tuple to
7491                         a name a REQUIRE could be triggered. [RT #12796]
7492
7493 1743.   [bug]           If isc_taskmgr_create() was not able to create the
7494                         requested number of worker threads then destruction
7495                         of the manager would trigger an INSIST() failure.
7496                         [RT #12790]
7497
7498 1742.   [bug]           Deleting all records at a node then adding a
7499                         previously existing record, in a single UPDATE
7500                         transaction, failed to leave / regenerate the
7501                         associated RRSIG records. [RT #12788]
7502
7503 1741.   [bug]           Deleting all records at a node in a secure zone
7504                         using a update-policy grant failed. [RT #12787]
7505
7506 1740.   [bug]           Replace rbt's hash algorithm as it performed badly
7507                         with certain zones. [RT #12729]
7508
7509                         NOTE: a hash context now needs to be established
7510                         via isc_hash_create() if the application was not
7511                         already doing this.
7512
7513 1739.   [bug]           dns_rbt_deletetree() could incorrectly return
7514                         ISC_R_QUOTA.  [RT #12695]
7515
7516 1738.   [bug]           Enable overrun checking by default. [RT #12695]
7517
7518 1737.   [bug]           named failed if more than 16 masters were specified.
7519                         [RT #12627]
7520
7521 1736.   [bug]           dst_key_fromnamedfile() could fail to read a
7522                         public key. [RT #12687]
7523
7524 1735.   [bug]           'dig +sigtrace' could die with a REQUIRE failure.
7525                         [RE #12688]
7526
7527 1734.   [cleanup]       'rndc-confgen -a -t' remove extra '/' in path.
7528                         [RT #12588]
7529
7530 1733.   [bug]           Return non-zero exit status on initial load failure.
7531                         [RT #12658]
7532
7533 1732.   [bug]           'rrset-order name "*"' wasn't being applied to ".".
7534                         [RT #12467]
7535
7536 1731.   [port]          darwin: relax version test in ifconfig.sh.
7537                         [RT #12581]
7538
7539 1730.   [port]          Determine the length type used by the socket API.
7540                         [RT #12581]
7541
7542 1729.   [func]          Improve check-names error messages.
7543
7544 1728.   [doc]           Update check-names documentation.
7545
7546 1727.   [bug]           named-checkzone: check-names support didn't match
7547                         documentation.
7548
7549 1726.   [port]          aix5: add support for aix5.
7550
7551 1725.   [port]          linux: update error message on interaction of threads,
7552                         capabilities and setuid support (named -u). [RT #12541]
7553
7554 1724.   [bug]           Look for DNSKEY records with "dig +sigtrace".
7555                         [RT #12557]
7556
7557 1723.   [cleanup]       Silence compiler warnings from t_tasks.c. [RT #12493]
7558
7559 1722.   [bug]           Don't commit the journal on malformed ixfr streams.
7560                         [RT #12519]
7561
7562 1721.   [bug]           Error message from the journal processing were not
7563                         always identifying the relevant journal. [RT #12519]
7564
7565 1720.   [bug]           'dig +chase' did not terminate on a RFC 2308 Type 1
7566                         negative response. [RT #12506]
7567
7568 1719.   [bug]           named was not correctly caching a RFC 2308 Type 1
7569                         negative response. [RT #12506]
7570
7571 1718.   [bug]           nsupdate was not handling RFC 2308 Type 3 negative
7572                         responses when looking for the zone / master server.
7573                         [RT #12506]
7574
7575 1717.   [port]          solaris: ifconfig.sh did not support Solaris 10.
7576                         "ifconfig.sh down" didn't work for Solaris 9.
7577
7578 1716.   [doc]           named.conf(5) was being installed in the wrong
7579                         location.  [RT #12441]
7580
7581 1715.   [func]          'dig +trace' now randomly selects the next servers
7582                         to try.  Report if there is a bad delegation.
7583
7584 1714.   [bug]           dig/host/nslookup were only trying the first
7585                         address when a nameserver was specified by name.
7586                         [RT #12286]
7587
7588 1713.   [port]          linux: extend capset failure message to say:
7589                         please ensure that the capset kernel module is
7590                         loaded.  see insmod(8)
7591
7592 1712.   [bug]           Missing FULLCHECK for "trusted-key" in dig.
7593
7594 1711.   [func]          'rndc unfreeze' has been deprecated by 'rndc thaw'.
7595
7596 1710.   [func]          'rndc notify zone [class [view]]' resend the NOTIFY
7597                         messages for the specified zone. [RT #9479]
7598
7599 1709.   [port]          solaris: add SMF support from Sun.
7600
7601 1708.   [cleanup]       Replaced dns_fullname_hash() with dns_name_fullhash()
7602                         for conformance to the name space convention.  Binary
7603                         backward compatibility to the old function name is
7604                         provided. [RT #12376]
7605
7606 1707.   [contrib]       sdb/ldap updated to version 1.0-beta.
7607
7608 1706.   [bug]           'rndc stop' failed to cause zones to be flushed
7609                         sometimes. [RT #12328]
7610
7611 1705.   [func]          Allow the journal's name to be changed via named.conf.
7612
7613 1704.   [port]          lwres needed a snprintf() implementation for
7614                         platforms without snprintf().  Add missing
7615                         "#include <isc/print.h>". [RT #12321]
7616
7617 1703.   [bug]           named would loop sending NOTIFY messages when it
7618                         failed to receive a response. [RT #12322]
7619
7620 1702.   [bug]           also-notify should not be applied to built in zones.
7621                         [RT #12323]
7622
7623 1701.   [doc]           A minimal named.conf man page.
7624
7625 1700.   [func]          nslookup is no longer to be treated as deprecated.
7626                         Remove "deprecated" warning message.  Add man page.
7627
7628 1699.   [bug]           dnssec-signzone can generate "not exact" errors
7629                         when resigning. [RT #12281]
7630
7631 1698.   [doc]           Use reserved IPv6 documentation prefix.
7632
7633 1697.   [bug]           xxx-source{,-v6} was not effective when it
7634                         specified one of listening addresses and a
7635                         different port than the listening port. [RT #12257]
7636
7637 1696.   [bug]           dnssec-signzone failed to clean out nodes that
7638                         consisted of only NSEC and RRSIG records.
7639                         [RT #12154]
7640
7641 1695.   [bug]           DS records when forwarding require special handling.
7642                         [RT #12133]
7643
7644 1694.   [bug]           Report if the builtin views of "_default" / "_bind"
7645                         are defined in named.conf. [RT #12023]
7646
7647 1693.   [bug]           max-journal-size was not effective for master zones
7648                         with ixfr-from-differences set. [RT #12024]
7649
7650 1692.   [bug]           Don't set -I, -L and -R flags when libcrypto is in
7651                         /usr/lib. [RT #11971]
7652
7653 1691.   [bug]           sdb's attachversion was not complete. [RT #11990]
7654
7655 1690.   [bug]           Delay detaching view from the client until UPDATE
7656                         processing completes when shutting down. [RT #11714]
7657
7658 1689.   [bug]           DNS_NAME_TOREGION() and DNS_NAME_SPLIT() macros
7659                         contained gratuitous semicolons. [RT #11707]
7660
7661 1688.   [bug]           LDFLAGS was not supported.
7662
7663 1687.   [bug]           Race condition in dispatch. [RT #10272]
7664
7665 1686.   [bug]           Named sent a extraneous NOTIFY when it received a
7666                         redundant UPDATE request. [RT #11943]
7667
7668 1685.   [bug]           Change #1679 loop tests weren't quite right.
7669
7670 1684.   [func]          ixfr-from-differences now takes master and slave in
7671                         addition to yes and no at the options and view levels.
7672
7673 1683.   [bug]           dig +sigchase could leak memory. [RT #11445]
7674
7675 1682.   [port]          Update configure test for (long long) printf format.
7676                         [RT #5066]
7677
7678 1681.   [bug]           Only set SO_REUSEADDR when a port is specified in
7679                         isc_socket_bind(). [RT #11742]
7680
7681 1680.   [func]          rndc: the source address can now be specified.
7682
7683 1679.   [bug]           When there was a single nameserver with multiple
7684                         addresses for a zone not all addresses were tried.
7685                         [RT #11706]
7686
7687 1678.   [bug]           RRSIG should use TYPEXXXXX for unknown types.
7688
7689 1677.   [bug]           dig: +aaonly didn't work, +aaflag undocumented.
7690
7691 1676.   [func]          New option "allow-query-cache".  This lets
7692                         allow-query be used to specify the default zone
7693                         access level rather than having to have every
7694                         zone override the global value.  allow-query-cache
7695                         can be set at both the options and view levels.
7696                         If allow-query-cache is not set allow-query applies.
7697
7698 1675.   [bug]           named would sometimes add extra NSEC records to
7699                         the authority section.
7700
7701 1674.   [port]          linux: increase buffer size used to scan
7702                         /proc/net/if_inet6.
7703
7704 1673.   [port]          linux: issue a error messages if IPv6 interface
7705                         scans fails.
7706
7707 1672.   [cleanup]       Tests which only function in a threaded build
7708                         now return R:THREADONLY (rather than R:UNTESTED)
7709                         in a non-threaded build.
7710
7711 1671.   [contrib]       queryperf: add NAPTR to the list of known types.
7712
7713 1670.   [func]          Log UPDATE requests to slave zones without an acl as
7714                         "disabled" at debug level 3. [RT #11657]
7715
7716 1669.   [placeholder]
7717
7718 1668.   [bug]           DIG_SIGCHASE was making bin/dig/host dump core.
7719
7720 1667.   [port]          linux: not all versions have IF_NAMESIZE.
7721
7722 1666.   [bug]           The optional port on hostnames in dual-stack-servers
7723                         was being ignored.
7724
7725 1665.   [func]          rndc now allows addresses to be set in the
7726                         server clauses.
7727
7728 1664.   [bug]           nsupdate needed KEY for SIG(0), not DNSKEY.
7729
7730 1663.   [func]          Look for OpenSSL by default.
7731
7732 1662.   [bug]           Change #1658 failed to change one use of 'type'
7733                         to 'keytype'.
7734
7735 1661.   [bug]           Restore dns_name_concatenate() call in
7736                         adb.c:set_target().  [RT #11582]
7737
7738 1660.   [bug]           win32: connection_reset_fix() was being called
7739                         unconditionally.  [RT #11595]
7740
7741 1659.   [cleanup]       Cleanup some messages that were referring to KEY vs
7742                         DNSKEY, NXT vs NSEC and SIG vs RRSIG.
7743
7744 1658.   [func]          Update dnssec-keygen to default to KEY for HMAC-MD5
7745                         and DH.  Tighten which options apply to KEY and
7746                         DNSKEY records.
7747
7748 1657.   [doc]           ARM: document query log output.
7749
7750 1656.   [doc]           Update DNSSEC description in ARM to cover DS, NSEC
7751                         DNSKEY and RRSIG.  [RT #11542]
7752
7753 1655.   [bug]           Logging multiple versions w/o a size was broken.
7754                         [RT #11446]
7755
7756 1654.   [bug]           isc_result_totext() contained array bounds read
7757                         error.
7758
7759 1653.   [func]          Add key type checking to dst_key_fromfilename(),
7760                         DST_TYPE_KEY should be used to read TSIG, TKEY and
7761                         SIG(0) keys.
7762
7763 1652.   [bug]           TKEY still uses KEY.
7764
7765 1651.   [bug]           dig: process multiple dash options.
7766
7767 1650.   [bug]           dig, nslookup: flush standard out after each command.
7768
7769 1649.   [bug]           Silence "unexpected non-minimal diff" message.
7770                         [RT #11206]
7771
7772 1648.   [func]          Update dnssec-lookaside named.conf syntax to support
7773                         multiple dnssec-lookaside namespaces (not yet
7774                         implemented).
7775
7776 1647.   [bug]           It was possible trigger a INSIST when chasing a DS
7777                         record that required walking back over a empty node.
7778                         [RT #11445]
7779
7780 1646.   [bug]           win32: logging file versions didn't work with
7781                         non-UNC filenames.  [RT #11486]
7782
7783 1645.   [bug]           named could trigger a REQUIRE failure if multiple
7784                         masters with keys are specified.
7785
7786 1644.   [bug]           Update the journal modification time after a
7787                         successful refresh query. [RT #11436]
7788
7789 1643.   [bug]           dns_db_closeversion() could leak memory / node
7790                         references. [RT #11163]
7791
7792 1642.   [port]          Support OpenSSL implementations which don't have
7793                         DSA support. [RT #11360]
7794
7795 1641.   [bug]           Update the check-names description in ARM. [RT #11389]
7796
7797 1640.   [bug]           win32: isc_socket_cancel(ISC_SOCKCANCEL_ACCEPT) was
7798                         incorrectly closing the socket.  [RT #11291]
7799
7800 1639.   [func]          Initial dlv system test.
7801
7802 1638.   [bug]           "ixfr-from-differences" could generate a REQUIRE
7803                         failure if the journal open failed. [RT #11347]
7804
7805 1637.   [bug]           Node reference leak on error in addnoqname().
7806
7807 1636.   [bug]           The dump done callback could get ISC_R_SUCCESS even if
7808                         a error had occurred.  The database version no longer
7809                         matched the version of the database that was dumped.
7810
7811 1635.   [bug]           Memory leak on error in query_addds().
7812
7813 1634.   [bug]           named didn't supply a useful error message when it
7814                         detected duplicate views.  [RT #11208]
7815
7816 1633.   [bug]           named should return NOTIMP to update requests to a
7817                         slaves without a allow-update-forwarding acl specified.
7818                         [RT #11331]
7819
7820 1632.   [bug]           nsupdate failed to send prerequisite only UPDATE
7821                         messages. [RT #11288]
7822
7823 1631.   [bug]           dns_journal_compact() could sometimes corrupt the
7824                         journal. [RT #11124]
7825
7826 1630.   [contrib]       queryperf: add support for IPv6 transport.
7827
7828 1629.   [func]          dig now supports IPv6 scoped addresses with the
7829                         extended format in the local-server part. [RT #8753]
7830
7831 1628.   [bug]           Typo in Compaq Trucluster support. [RT #11264]
7832
7833 1627.   [bug]           win32: sockets were not being closed when the
7834                         last external reference was removed. [RT #11179]
7835
7836 1626.   [bug]           --enable-getifaddrs was broken. [RT #11259]
7837
7838 1625.   [bug]           named failed to load/transfer RFC2535 signed zones
7839                         which contained CNAMES. [RT #11237]
7840
7841 1624.   [bug]           zonemgr_putio() call should be locked. [RT #11163]
7842
7843 1623.   [bug]           A serial number of zero was being displayed in the
7844                         "sending notifies" log message when also-notify was
7845                         used. [RT #11177]
7846
7847 1622.   [func]          probe the system to see if IPV6_(RECV)PKTINFO is
7848                         available, and suppress wildcard binding if not.
7849
7850 1621.   [bug]           match-destinations did not work for IPv6 TCP queries.
7851                         [RT #11156]
7852
7853 1620.   [func]          When loading a zone report if it is signed. [RT #11149]
7854
7855 1619.   [bug]           Missing ISC_LIST_UNLINK in end_reserved_dispatches().
7856                         [RT #11118]
7857
7858 1618.   [bug]           Fencepost errors in dns_name_ishostname() and
7859                         dns_name_ismailbox() could trigger a INSIST().
7860
7861 1617.   [port]          win32: VC++ 6.0 support.
7862
7863 1616.   [compat]        Ensure that named's version is visible in the core
7864                         dump. [RT #11127]
7865
7866 1615.   [port]          Define ISC_SOCKADDR_LEN_T based on _BSD_SOCKLEN_T_ if
7867                         it is defined.
7868
7869 1614.   [port]          win32: silence resource limit messages. [RT #11101]
7870
7871 1613.   [bug]           Builds would fail on machines w/o a if_nametoindex().
7872                         Missing #ifdef ISC_PLATFORM_HAVEIFNAMETOINDEX/#endif.
7873                         [RT #11119]
7874
7875 1612.   [bug]           check-names at the option/view level could trigger
7876                         an INSIST. [RT #11116]
7877
7878 1611.   [bug]           solaris: IPv6 interface scanning failed to cope with
7879                         no active IPv6 interfaces.
7880
7881 1610.   [bug]           On dual stack machines "dig -b" failed to set the
7882                         address type to be looked up with "@server".
7883                         [RT #11069]
7884
7885 1609.   [func]          dig now has support to chase DNSSEC signature chains.
7886                         Requires -DDIG_SIGCHASE=1 to be set in STD_CDEFINES.
7887
7888                         DNSSEC validation code in dig coded by Olivier Courtay
7889                         (olivier.courtay@irisa.fr) for the IDsA project
7890                         (http://idsa.irisa.fr).
7891
7892 1608.   [func]          dig and host now accept -4/-6 to select IP transport
7893                         to use when making queries.
7894
7895 1607.   [bug]           dig, host and nslookup were still using random()
7896                         to generate query ids. [RT #11013]
7897
7898 1606.   [bug]           DLV insecurity proof was failing.
7899
7900 1605.   [func]          New dns_db_find() option DNS_DBFIND_COVERINGNSEC.
7901
7902 1604.   [bug]           A xfrout_ctx_create() failure would result in
7903                         xfrout_ctx_destroy() being called with a
7904                         partially initialized structure.
7905
7906 1603.   [bug]           nsupdate: set interactive based on isatty().
7907                         [RT #10929]
7908
7909 1602.   [bug]           Logging to a file failed unless a size was specified.
7910                         [RT #10925]
7911
7912 1601.   [bug]           Silence spurious warning 'both "recursion no;" and
7913                         "allow-recursion" active' warning from view "_bind".
7914                         [RT #10920]
7915
7916 1600.   [bug]           Duplicate zone pre-load checks were not case
7917                         insensitive.
7918
7919 1599.   [bug]           Fix memory leak on error path when checking named.conf.
7920
7921 1598.   [func]          Specify that certain parts of the namespace must
7922                         be secure (dnssec-must-be-secure).
7923
7924 1597.   [func]          Allow notify-source and query-source to be specified
7925                         on a per server basis similar to transfer-source.
7926                         [RT #6496]
7927
7928 1596.   [func]          Accept 'notify-source' style syntax for query-source.
7929
7930 1595.   [func]          New notify type 'master-only'.  Enable notify for
7931                         master zones only.
7932
7933 1594.   [bug]           'rndc dumpdb' could prevent named from answering
7934                         queries while the dump was in progress.  [RT #10565]
7935
7936 1593.   [bug]           rndc should return "unknown command" to unknown
7937                         commands. [RT #10642]
7938
7939 1592.   [bug]           configure_view() could leak a dispatch. [RT #10675]
7940
7941 1591.   [bug]           libbind: updated to BIND 8.4.5.
7942
7943 1590.   [port]          netbsd: update thread support.
7944
7945 1589.   [func]          DNSSEC lookaside validation.
7946
7947 1588.   [bug]           win32: TCP sockets could become blocked. [RT #10115]
7948
7949 1587.   [bug]           dns_message_settsigkey() failed to clear existing key.
7950                         [RT #10590]
7951
7952 1586.   [func]          "check-names" is now implemented.
7953
7954 1585.   [placeholder]
7955
7956 1584.   [bug]           "make test" failed with a read only source tree.
7957                         [RT #10461]
7958
7959 1583.   [bug]           Records add via UPDATE failed to get the correct trust
7960                         level. [RT #10452]
7961
7962 1582.   [bug]           rrset-order failed to work on RRsets with more
7963                         than 32 elements. [RT #10381]
7964
7965 1581.   [func]          Disable DNSSEC support by default.  To enable
7966                         DNSSEC specify "dnssec-enable yes;" in named.conf.
7967
7968 1580.   [bug]           Zone destruction on final detach takes a long time.
7969                         [RT #3746]
7970
7971 1579.   [bug]           Multiple task managers could not be created.
7972
7973 1578.   [bug]           Don't use CLASS E IPv4 addresses when resolving.
7974                         [RT #10346]
7975
7976 1577.   [bug]           Use isc_uint32_t in ultrasparc optimizer bug
7977                         workaround code. [RT #10331]
7978
7979 1576.   [bug]           Race condition in dns_dispatch_addresponse().
7980                         [RT #10272]
7981
7982 1575.   [func]          Log TSIG name on TSIG verify failure. [RT #4404]
7983
7984 1574.   [bug]           Don't attempt to open the controls socket(s) when
7985                         running tests. [RT #9091]
7986
7987 1573.   [port]          linux: update to libtool 1.5.2 so that
7988                         "make install DESTDIR=/xx" works with
7989                         "configure --with-libtool".  [RT #9941]
7990
7991 1572.   [bug]           nsupdate: sign the soa query to find the enclosing
7992                         zone if the server is specified. [RT #10148]
7993
7994 1571.   [bug]           rbt:hash_node() could fail leaving the hash table
7995                         in an inconsistent state.  [RT #10208]
7996
7997 1570.   [bug]           nsupdate failed to handle classes other than IN.
7998                         New keyword 'class' which sets the default class.
7999                         [RT #10202]
8000
8001 1569.   [func]          nsupdate new command 'answer' which displays the
8002                         complete answer message to the last update.
8003
8004 1568.   [bug]           nsupdate now reports that the update failed in
8005                         interactive mode. [RT #10236]
8006
8007 1567.   [maint]         B.ROOT-SERVERS.NET is now 192.228.79.201.
8008
8009 1566.   [port]          Support for the cmsg framework on Solaris and HP/UX.
8010                         This also solved the problem that match-destinations
8011                         for IPv6 addresses did not work on these systems.
8012                         [RT #10221]
8013
8014 1565.   [bug]           CD flag should be copied to outgoing queries unless
8015                         the query is under a secure entry point in which case
8016                         CD should be set.
8017
8018 1564.   [func]          Attempt to provide a fallback entropy source to be
8019                         used if named is running chrooted and named is unable
8020                         to open entropy source within the chroot area.
8021                         [RT #10133]
8022
8023 1563.   [bug]           Gracefully fail when unable to obtain neither an IPv4
8024                         nor an IPv6 dispatch. [RT #10230]
8025
8026 1562.   [bug]           isc_socket_create() and isc_socket_accept() could
8027                         leak memory under error conditions. [RT #10230]
8028
8029 1561.   [bug]           It was possible to release the same name twice if
8030                         named ran out of memory. [RT #10197]
8031
8032 1560.   [port]          FreeBSD: work around FreeBSD 5.2 mapping EAI_NODATA
8033                         and EAI_NONAME to the same value.
8034
8035 1559.   [port]          named should ignore SIGFSZ.
8036
8037 1558.   [func]          New DNSSEC 'disable-algorithms'.  Support entry into
8038                         child zones for which we don't have a supported
8039                         algorithm.  Such child zones are treated as unsigned.
8040
8041 1557.   [func]          Implement missing DNSSEC tests for
8042                         * NOQNAME proof with wildcard answers.
8043                         * NOWILDARD proof with NXDOMAIN.
8044                         Cache and return NOQNAME with wildcard answers.
8045
8046 1556.   [bug]           nsupdate now treats all names as fully qualified.
8047                         [RT #6427]
8048
8049 1555.   [func]          'rrset-order cyclic' no longer has a random starting
8050                         point per query. [RT #7572]
8051
8052 1554.   [bug]           dig, host, nslookup failed when no nameservers
8053                         were specified in /etc/resolv.conf. [RT #8232]
8054
8055 1553.   [bug]           The windows socket code could stop accepting
8056                         connections. [RT #10115]
8057
8058 1552.   [bug]           Accept NOTIFY requests from mapped masters if
8059                         matched-mapped is set. [RT #10049]
8060
8061 1551.   [port]          Open "/dev/null" before calling chroot().
8062
8063 1550.   [port]          Call tzset(), if available, before calling chroot().
8064
8065 1549.   [func]          named-checkzone can now write out the zone contents
8066                         in a easily parsable format (-D and -o).
8067
8068 1548.   [bug]           When parsing APL records it was possible to silently
8069                         accept out of range ADDRESSFAMILY values. [RT #9979]
8070
8071 1547.   [bug]           Named wasted memory recording duplicate lame zone
8072                         entries. [RT #9341]
8073
8074 1546.   [bug]           We were rejecting valid secure CNAME to negative
8075                         answers.
8076
8077 1545.   [bug]           It was possible to leak memory if named was unable to
8078                         bind to the specified transfer source and TSIG was
8079                         being used. [RT #10120]
8080
8081 1544.   [bug]           Named would logged a single entry to a file despite it
8082                         being over the specified size limit.
8083
8084 1543.   [bug]           Logging using "versions unlimited" did not work.
8085
8086 1542.   [placeholder]
8087
8088 1541.   [func]          NSEC now uses new bitmap format.
8089
8090 1540.   [bug]           "rndc reload <dynamiczone>" was silently accepted.
8091                         [RT #8934]
8092
8093 1539.   [bug]           Open UDP sockets for notify-source and transfer-source
8094                         that use reserved ports at startup. [RT #9475]
8095
8096 1538.   [placeholder]   rt9997
8097
8098 1537.   [func]          New option "querylog".  If set specify whether query
8099                         logging is to be enabled or disabled at startup.
8100
8101 1536.   [bug]           Windows socket code failed to log a error description
8102                         when returning ISC_R_UNEXPECTED. [RT #9998]
8103
8104 1535.   [placeholder]
8105
8106 1534.   [bug]           Race condition when priming cache. [RT #9940]
8107
8108 1533.   [func]          Warn if both "recursion no;" and "allow-recursion"
8109                         are active. [RT #4389]
8110
8111 1532.   [port]          netbsd: the configure test for <sys/sysctl.h>
8112                         requires <sys/param.h>.
8113
8114 1531.   [port]          AIX more libtool fixes.
8115
8116 1530.   [bug]           It was possible to trigger a INSIST() failure if a
8117                         slave master file was removed at just the correct
8118                         moment. [RT #9462]
8119
8120 1529.   [bug]           "notify explicit;" failed to log that NOTIFY messages
8121                         were being sent for the zone. [RT #9442]
8122
8123 1528.   [cleanup]       Simplify some dns_name_ functions based on the
8124                         deprecation of bitstring labels.
8125
8126 1527.   [cleanup]       Reduce the number of gettimeofday() calls without
8127                         losing necessary timer granularity.
8128
8129 1526.   [func]          Implemented "additional section caching (or acache)",
8130                         an internal cache framework for additional section
8131                         content to improve response performance.  Several
8132                         configuration options were provided to control the
8133                         behavior.
8134
8135 1525.   [bug]           dns_cache_create() could trigger a REQUIRE
8136                         failure in isc_mem_put() during error cleanup.
8137                         [RT #9360]
8138
8139 1524.   [port]          AIX needs to be able to resolve all symbols when
8140                         creating shared libraries (--with-libtool).
8141
8142 1523.   [bug]           Fix race condition in rbtdb. [RT #9189]
8143
8144 1522.   [bug]           dns_db_findnode() relax the requirements on 'name'.
8145                         [RT #9286]
8146
8147 1521.   [bug]           dns_view_createresolver() failed to check the
8148                         result from isc_mem_create(). [RT #9294]
8149
8150 1520.   [protocol]      Add SSHFP (SSH Finger Print) type.
8151
8152 1519.   [bug]           dnssec-signzone:nsec_setbit() computed the wrong
8153                         length of the new bitmap.
8154
8155 1518.   [bug]           dns_nsec_buildrdata(), and hence dns_nsec_build(),
8156                         contained a off-by-one error when working out the
8157                         number of octets in the bitmap.
8158
8159 1517.   [port]          Support for IPv6 interface scanning on HP/UX and
8160                         TrueUNIX 5.1.
8161
8162 1516.   [func]          Roll the DNSSEC types to RRSIG, NSEC and DNSKEY.
8163
8164 1515.   [func]          Allow transfer source to be set in a server statement.
8165                         [RT #6496]
8166
8167 1514.   [bug]           named: isc_hash_destroy() was being called too early.
8168                         [RT #9160]
8169
8170 1513.   [doc]           Add "US" to root-delegation-only exclude list.
8171
8172 1512.   [bug]           Extend the delegation-only logging to return query
8173                         type, class and responding nameserver.
8174
8175 1511.   [bug]           delegation-only was generating false positives
8176                         on negative answers from sub-zones.
8177
8178 1510.   [func]          New view option "root-delegation-only".  Apply
8179                         delegation-only check to all TLDs and root.
8180                         Note there are some TLDs that are NOT delegation
8181                         only (e.g. DE, LV, US and MUSEUM) these can be excluded
8182                         from the checks by using exclude.
8183
8184                         root-delegation-only exclude {
8185                                 "DE"; "LV"; "US"; "MUSEUM";
8186                         };
8187
8188 1509.   [bug]           Hint zones should accept delegation-only.  Forward
8189                         zone should not accept delegation-only.
8190
8191 1508.   [bug]           Don't apply delegation-only checks to answers from
8192                         forwarders.
8193
8194 1507.   [bug]           Handle BIND 8 style returns to NS queries to parents
8195                         when making delegation-only checks.
8196
8197 1506.   [bug]           Wrong return type for dns_view_isdelegationonly().
8198
8199 1505.   [bug]           Uninitialized rdataset in sdb. [RT #8750]
8200
8201 1504.   [func]          New zone type "delegation-only".
8202
8203 1503.   [port]          win32: install libeay32.dll outside of system32.
8204
8205 1502.   [bug]           nsupdate: adjust timeouts for UPDATE requests over TCP.
8206
8207 1501.   [func]          Allow TCP queue length to be specified via
8208                         named.conf, tcp-listen-queue.
8209
8210 1500.   [bug]           host failed to lookup MX records.  Also look up
8211                         AAAA records.
8212
8213 1499.   [bug]           isc_random need to be seeded better if arc4random()
8214                         is not used.
8215
8216 1498.   [port]          bsdos: 5.x support.
8217
8218 1497.   [placeholder]
8219
8220 1496.   [port]          test for pthread_attr_setstacksize().
8221
8222 1495.   [cleanup]       Replace hash functions with universal hash.
8223
8224 1494.   [security]      Turn on RSA BLINDING as a precaution.
8225
8226 1493.   [placeholder]
8227
8228 1492.   [cleanup]       Preserve rwlock quota context when upgrading /
8229                         downgrading. [RT #5599]
8230
8231 1491.   [bug]           dns_master_dump*() would produce extraneous $ORIGIN
8232                         lines. [RT #6206]
8233
8234 1490.   [bug]           Accept reading state as well as working state in
8235                         ns_client_next(). [RT #6813]
8236
8237 1489.   [compat]        Treat 'allow-update' on slave zones as a warning.
8238                         [RT #3469]
8239
8240 1488.   [bug]           Don't override trust levels for glue addresses.
8241                         [RT #5764]
8242
8243 1487.   [bug]           A REQUIRE() failure could be triggered if a zone was
8244                         queued for transfer and the zone was then removed.
8245                         [RT #6189]
8246
8247 1486.   [bug]           isc_print_snprintf() '%%' consumed one too many format
8248                         characters. [RT #8230]
8249
8250 1485.   [bug]           gen failed to handle high type values. [RT #6225]
8251
8252 1484.   [bug]           The number of records reported after a AXFR was wrong.
8253                         [RT #6229]
8254
8255 1483.   [bug]           dig axfr failed if the message id in the answer failed
8256                         to match that in the request.  Only the id in the first
8257                         message is required to match. [RT #8138]
8258
8259 1482.   [bug]           named could fail to start if the kernel supports
8260                         IPv6 but no interfaces are configured.  Similarly
8261                         for IPv4. [RT #6229]
8262
8263 1481.   [bug]           Refresh and stub queries failed to use masters keys
8264                         if specified. [RT #7391]
8265
8266 1480.   [bug]           Provide replay protection for rndc commands.  Full
8267                         replay protection requires both rndc and named to
8268                         be updated.  Partial replay protection (limited
8269                         exposure after restart) is provided if just named
8270                         is updated.
8271
8272 1479.   [bug]           cfg_create_tuple() failed to handle out of
8273                         memory cleanup.  parse_list() would leak memory
8274                         on syntax errors.
8275
8276 1478.   [port]          ifconfig.sh didn't account for other virtual
8277                         interfaces.  It now takes a optional argument
8278                         to specify the first interface number. [RT #3907]
8279
8280 1477.   [bug]           memory leak using stub zones and TSIG.
8281
8282 1476.   [placeholder]
8283
8284 1475.   [port]          Probe for old sprintf().
8285
8286 1474.   [port]          Provide strtoul() and memmove() for platforms
8287                         without them.
8288
8289 1473.   [bug]           create_map() and create_string() failed to handle out
8290                         of memory cleanup.  [RT #6813]
8291
8292 1472.   [contrib]       idnkit-1.0 from JPNIC, replaces mdnkit.
8293
8294 1471.   [bug]           libbind: updated to BIND 8.4.0.
8295
8296 1470.   [bug]           Incorrect length passed to snprintf. [RT #5966]
8297
8298 1469.   [func]          Log end of outgoing zone transfer at same level
8299                         as the start of transfer is logged. [RT #4441]
8300
8301 1468.   [func]          Internal zones are no longer counted for
8302                         'rndc status'.  [RT #4706]
8303
8304 1467.   [func]          $GENERATES now supports optional class and ttl.
8305
8306 1466.   [bug]           lwresd configuration errors resulted in memory
8307                         and lock leaks.  [RT #5228]
8308
8309 1465.   [bug]           isc_base64_decodestring() and isc_base64_tobuffer()
8310                         failed to check that trailing bits were zero allowing
8311                         some invalid base64 strings to be accepted.  [RT #5397]
8312
8313 1464.   [bug]           Preserve "out of zone" data for outgoing zone
8314                         transfers. [RT #5192]
8315
8316 1463.   [bug]           dns_rdata_from{wire,struct}() failed to catch bad
8317                         NXT bit maps. [RT #5577]
8318
8319 1462.   [bug]           parse_sizeval() failed to check the token type.
8320                         [RT #5586]
8321
8322 1461.   [bug]           Remove deadlock from rbtdb code. [RT #5599]
8323
8324 1460.   [bug]           inet_pton() failed to reject certain malformed
8325                         IPv6 literals.
8326
8327 1459.   [placeholder]
8328
8329 1458.   [cleanup]       sprintf() -> snprintf().
8330
8331 1457.   [port]          Provide strlcat() and strlcpy() for platforms without
8332                         them.
8333
8334 1456.   [contrib]       gen-data-queryperf.py from Stephane Bortzmeyer.
8335
8336 1455.   [bug]           <netaddr> missing from server grammar in
8337                         doc/misc/options. [RT #5616]
8338
8339 1454.   [port]          Use getifaddrs() if available for interface scanning.
8340                         --disable-getifaddrs to override.  Glibc currently
8341                         has a getifaddrs() that does not support IPv6.
8342                         Use --enable-getifaddrs=glibc to force the use of
8343                         this version under linux machines.
8344
8345 1453.   [doc]           ARM: $GENERATE example wasn't accurate. [RT #5298]
8346
8347 1452.   [placeholder]
8348
8349 1451.   [bug]           rndc-confgen didn't exit with a error code for all
8350                         failures. [RT #5209]
8351
8352 1450.   [bug]           Fetching expired glue failed under certain
8353                         circumstances.  [RT #5124]
8354
8355 1449.   [bug]           query_addbestns() didn't handle running out of memory
8356                         gracefully.
8357
8358 1448.   [bug]           Handle empty wildcards labels.
8359
8360 1447.   [bug]           We were casting (unsigned int) to and from (void *).
8361                         rdataset->private4 is now rdataset->privateuint4
8362                         to reflect a type change.
8363
8364 1446.   [func]          Implemented undocumented alternate transfer sources
8365                         from BIND 8.  See use-alt-transfer-source,
8366                         alt-transfer-source and alt-transfer-source-v6.
8367
8368                         SECURITY: use-alt-transfer-source is ENABLED unless
8369                         you are using views.  This may cause a security risk
8370                         resulting in accidental disclosure of wrong zone
8371                         content if the master supplying different source
8372                         content based on IP address.  If you are not certain
8373                         ISC recommends setting use-alt-transfer-source no;
8374
8375 1445.   [bug]           DNS_ADBFIND_STARTATROOT broke stub zones.  This has
8376                         been replaced with DNS_ADBFIND_STARTATZONE which
8377                         causes the search to start using the closest zone.
8378
8379 1444.   [func]          dns_view_findzonecut2() allows you to specify if the
8380                         cache should be searched for zone cuts.
8381
8382 1443.   [func]          Masters lists can now be specified and referenced
8383                         in zone masters clauses and other masters lists.
8384
8385 1442.   [func]          New functions for manipulating port lists:
8386                         dns_portlist_create(), dns_portlist_add(),
8387                         dns_portlist_remove(), dns_portlist_match(),
8388                         dns_portlist_attach() and dns_portlist_detach().
8389
8390 1441.   [func]          It is now possible to tell dig to bind to a specific
8391                         source port.
8392
8393 1440.   [func]          It is now possible to tell named to avoid using
8394                         certain source ports (avoid-v4-udp-ports,
8395                         avoid-v6-udp-ports).
8396
8397 1439.   [bug]           Named could return NOERROR with certain NOTIFY
8398                         failures.  Return NOTAUTH if the NOTIFY zone is
8399                         not being served.
8400
8401 1438.   [func]          Log TSIG (if any) when logging NOTIFY requests.
8402
8403 1437.   [bug]           Leave space for stdio to work in. [RT #5033]
8404
8405 1436.   [func]          dns_zonemgr_resumexfrs() can be used to restart
8406                         stalled transfers.
8407
8408 1435.   [bug]           zmgr_resume_xfrs() was being called read locked
8409                         rather than write locked.  zmgr_resume_xfrs()
8410                         was not being called if the zone was being
8411                         shutdown.
8412
8413 1434.   [bug]           "rndc reconfig" failed to initiate the initial
8414                         zone transfer of new slave zones.
8415
8416 1433.   [bug]           named could trigger a REQUIRE failure if it could
8417                         not get a file descriptor when attempting to write
8418                         a master file. [RT #4347]
8419
8420 1432.   [func]          The advertised EDNS UDP buffer size can now be set
8421                         via named.conf (edns-udp-size).
8422
8423 1431.   [bug]           isc_print_snprintf() "%s" with precision could walk off
8424                         end of argument. [RT #5191]
8425
8426 1430.   [port]          linux: IPv6 interface scanning support.
8427
8428 1429.   [bug]           Prevent the cache getting locked to old servers.
8429
8430 1428.   [placeholder]
8431
8432 1427.   [bug]           Race condition in adb with threaded build.
8433
8434 1426.   [placeholder]
8435
8436 1425.   [port]          linux/libbind: define __USE_MISC when testing *_r()
8437                         function prototypes in netdb.h.  [RT #4921]
8438
8439 1424.   [bug]           EDNS version not being correctly printed.
8440
8441 1423.   [contrib]       queryperf: added A6 and SRV.
8442
8443 1422.   [func]          Log name/type/class when denying a query.  [RT #4663]
8444
8445 1421.   [func]          Differentiate updates that don't succeed due to
8446                         prerequisites (unsuccessful) vs other reasons
8447                         (failed).
8448
8449 1420.   [port]          solaris: work around gcc optimizer bug.
8450
8451 1419.   [port]          openbsd: use /dev/arandom. [RT #4950]
8452
8453 1418.   [bug]           'rndc reconfig' did not cause new slaves to load.
8454
8455 1417.   [func]          ID.SERVER/CHAOS is now a built in zone.
8456                         See "server-id" for how to configure.
8457
8458 1416.   [bug]           Empty node should return NOERROR NODATA, not NXDOMAIN.
8459                         [RT #4715]
8460
8461 1415.   [func]          DS TTL now derived from NS ttl.  NXT TTL now derived
8462                         from SOA MINIMUM.
8463
8464 1414.   [func]          Support for KSK flag.
8465
8466 1413.   [func]          Explicitly request the (re-)generation of DS records
8467                         from keysets (dnssec-signzone -g).
8468
8469 1412.   [func]          You can now specify servers to be tried if a nameserver
8470                         has IPv6 address and you only support IPv4 or the
8471                         reverse. See dual-stack-servers.
8472
8473 1411.   [bug]           empty nodes should stop wildcard matches. [RT #4802]
8474
8475 1410.   [func]          Handle records that live in the parent zone, e.g. DS.
8476
8477 1409.   [bug]           DS should have attribute DNS_RDATATYPEATTR_DNSSEC.
8478
8479 1408.   [bug]           "make distclean" was not complete. [RT #4700]
8480
8481 1407.   [bug]           lfsr incorrectly implements the shift register.
8482                         [RT #4617]
8483
8484 1406.   [bug]           dispatch initializes one of the LFSR's with a incorrect
8485                         polynomial.  [RT #4617]
8486
8487 1405.   [func]          Use arc4random() if available.
8488
8489 1404.   [bug]           libbind: ns_name_ntol() could overwrite a zero length
8490                         buffer.
8491
8492 1403.   [func]          dnssec-signzone, dnssec-keygen, dnssec-makekeyset
8493                         dnssec-signkey now report their version in the
8494                         usage message.
8495
8496 1402.   [cleanup]       A6 has been moved to experimental and is no longer
8497                         fully supported.
8498
8499 1401.   [bug]           adb wasn't clearing state when the timer expired.
8500
8501 1400.   [bug]           Block the addition of wildcard NS records by IXFR
8502                         or UPDATE. [RT #3502]
8503
8504 1399.   [bug]           Use serial number arithmetic when testing SIG
8505                         timestamps. [RT #4268]
8506
8507 1398.   [doc]           ARM: notify-also should have been also-notify.
8508                         [RT #4345]
8509
8510 1397.   [maint]         J.ROOT-SERVERS.NET is now 192.58.128.30.
8511
8512 1396.   [func]          dnssec-signzone: adjust the default signing time by
8513                         1 hour to allow for clock skew.
8514
8515 1395.   [port]          OpenSSL 0.9.7 defines CRYPTO_LOCK_ENGINE but doesn't
8516                         have a working implementation.  [RT #4079]
8517
8518 1394.   [func]          It is now possible to check if a particular element is
8519                         in a acl.  Remove duplicate entries from the localnets
8520                         acl.
8521
8522 1393.   [port]          Bind to individual IPv6 interfaces if IPV6_IPV6ONLY
8523                         is not available in the kernel to prevent accidently
8524                         listening on IPv4 interfaces.
8525
8526 1392.   [bug]           named-checkzone: update usage.
8527
8528 1391.   [func]          Add support for IPv6 scoped addresses in named.
8529
8530 1390.   [func]          host now supports ixfr.
8531
8532 1389.   [bug]           named could fail to rotate long log files.  [RT #3666]
8533
8534 1388.   [port]          irix: check for sys/sysctl.h and NET_RT_IFLIST before
8535                         defining HAVE_IFLIST_SYSCTL. [RT #3770]
8536
8537 1387.   [bug]           named could crash due to an access to invalid memory
8538                         space (which caused an assertion failure) in
8539                         incremental cleaning.  [RT #3588]
8540
8541 1386.   [bug]           named-checkzone -z stopped on errors in a zone.
8542                         [RT #3653]
8543
8544 1385.   [bug]           Setting serial-query-rate to 10 would trigger a
8545                         REQUIRE failure.
8546
8547 1384.   [bug]           host was incompatible with BIND 8 in its exit code and
8548                         in the output with the -l option.  [RT #3536]
8549
8550 1383.   [func]          Track the serial number in a IXFR response and log if
8551                         a mismatch occurs.  This is a more specific error than
8552                         "not exact". [RT #3445]
8553
8554 1382.   [bug]           make install failed with --enable-libbind. [RT #3656]
8555
8556 1381.   [bug]           named failed to correctly process answers that
8557                         contained DNAME records where the resulting CNAME
8558                         resulted in a negative answer.
8559
8560 1380.   [func]          'rndc recursing' dump recursing queries to
8561                         'recursing-file = "named.recursing";'.
8562
8563 1379.   [func]          'rndc status' now reports tcp and recursion quota
8564                         states.
8565
8566 1378.   [func]          Improved positive feedback for 'rndc {reload|refresh}.
8567
8568 1377.   [func]          dns_zone_load{new}() now reports if the zone was
8569                         loaded, queued for loading to up to date.
8570
8571 1376.   [func]          New function dns_zone_logc() to log to specified
8572                         category.
8573
8574 1375.   [func]          'rndc dumpdb' now dumps the adb cache along with the
8575                         data cache.
8576
8577 1374.   [func]          dns_adb_dump() now logs the lame zones associated
8578                         with each server.
8579
8580 1373.   [bug]           Recovery from expired glue failed under certain
8581                         circumstances.
8582
8583 1372.   [bug]           named crashes with an assertion failure on exit when
8584                         sharing the same port for listening and querying, and
8585                         changing listening addresses several times. [RT #3509]
8586
8587 1371.   [bug]           notify-source-v6, transfer-source-v6 and
8588                         query-source-v6 with explicit addresses and using the
8589                         same ports as named was listening on could interfere
8590                         with named's ability to answer queries sent to those
8591                         addresses.
8592
8593 1370.   [bug]           dig '+[no]recurse' was incorrectly documented.
8594
8595 1369.   [bug]           Adding an NS record as the lexicographically last
8596                         record in a secure zone didn't work.
8597
8598 1368.   [func]          remove support for bitstring labels.
8599
8600 1367.   [func]          Use response times to select forwarders.
8601
8602 1366.   [contrib]       queryperf usage was incomplete.  Add '-h' for help.
8603
8604 1365.   [func]          "localhost" and "localnets" acls now include IPv6
8605                         addresses / prefixes.
8606
8607 1364.   [func]          Log file name when unable to open memory statistics
8608                         and dump database files. [RT #3437]
8609
8610 1363.   [func]          Listen-on-v6 now supports specific addresses.
8611
8612 1362.   [bug]           remove IFF_RUNNING test when scanning interfaces.
8613
8614 1361.   [func]          log the reason for rejecting a server when resolving
8615                         queries.
8616
8617 1360.   [bug]           --enable-libbind would fail when not built in the
8618                         source tree for certain OS's.
8619
8620 1359.   [security]      Support patches OpenSSL libraries.
8621                         http://www.cert.org/advisories/CA-2002-23.html
8622
8623 1358.   [bug]           It was possible to trigger a INSIST when debugging
8624                         large dynamic updates. [RT #3390]
8625
8626 1357.   [bug]           nsupdate was extremely wasteful of memory.
8627
8628 1356.   [tuning]        Reduce the number of events / quantum for zone tasks.
8629
8630 1355.   [bug]           Fix DNSSEC wildcard proof for CNAME/DNAME.
8631
8632 1354.   [doc]           lwres man pages had illegal nroff.
8633
8634 1353.   [contrib]       sdb/ldap to version 0.9.
8635
8636 1352.   [bug]           dig, host, nslookup when falling back to TCP use the
8637                         current search entry (if any). [RT #3374]
8638
8639 1351.   [bug]           lwres_getipnodebyname() returned the wrong name
8640                         when given a IPv4 literal, af=AF_INET6 and AI_MAPPED
8641                         was set.
8642
8643 1350.   [bug]           dns_name_fromtext() failed to handle too many labels
8644                         gracefully.
8645
8646 1349.   [security]      Minimum OpenSSL version now 0.9.6e (was 0.9.5a).
8647                         http://www.cert.org/advisories/CA-2002-23.html
8648
8649 1348.   [port]          win32: Rewrote code to use I/O Completion Ports
8650                         in socket.c and eliminating a host of socket
8651                         errors. Performance is enhanced.
8652
8653 1347.   [placeholder]
8654
8655 1346.   [placeholder]
8656
8657 1345.   [port]          Use a explicit -Wformat with gcc.  Not all versions
8658                         include it in -Wall.
8659
8660 1344.   [func]          Log if the serial number on the master has gone
8661                         backwards.
8662                         If you have multiple machines specified in the masters
8663                         clause you may want to set 'multi-master yes;' to
8664                         suppress this warning.
8665
8666 1343.   [func]          Log successful notifies received (info).  Adjust log
8667                         level for failed notifies to notice.
8668
8669 1342.   [func]          Log remote address with TCP dispatch failures.
8670
8671 1341.   [func]          Allow a rate limiter to be stalled.
8672
8673 1340.   [bug]           Delay and spread out the startup refresh load.
8674
8675 1339.   [func]          dig, host and nslookup now use IP6.ARPA for nibble
8676                         lookups.  Bit string lookups are no longer attempted.
8677
8678 1338.   [placeholder]
8679
8680 1337.   [placeholder]
8681
8682 1336.   [func]          Nibble lookups under IP6.ARPA are now supported by
8683                         dns_byaddr_create().  dns_byaddr_createptrname() is
8684                         deprecated, use dns_byaddr_createptrname2() instead.
8685
8686 1335.   [bug]           When performing a nonexistence proof, the validator
8687                         should discard parent NXTs from higher in the DNS.
8688
8689 1334.   [bug]           When signing/verifying rdatasets, duplicate rdatas
8690                         need to be suppressed.
8691
8692 1333.   [contrib]       queryperf now reports a summary of returned
8693                         rcodes (-c), rcodes are printed in mnemonic form (-v).
8694
8695 1332.   [func]          Report the current serial with periodic commits when
8696                         rolling forward the journal.
8697
8698 1331.   [func]          Generate DNSSEC wildcard proofs.
8699
8700 1330.   [bug]           When processing events (non-threaded) only allow
8701                         the task one chance to use to use its quantum.
8702
8703 1329.   [func]          named-checkzone will now check if nameservers that
8704                         appear to be IP addresses.  Available modes "fail",
8705                         "warn" (default) and "ignore" the results of the
8706                         check.
8707
8708 1328.   [bug]           The validator could incorrectly verify an invalid
8709                         negative proof.
8710
8711 1327.   [bug]           The validator would incorrectly mark data as insecure
8712                         when seeing a bogus signature before a correct
8713                         signature.
8714
8715 1326.   [bug]           DNAME/CNAME signatures were not being cached when
8716                         validation was not being performed. [RT #3284]
8717
8718 1325.   [bug]           If the tcpquota was exhausted it was possible to
8719                         to trigger a INSIST() failure.
8720
8721 1324.   [port]          darwin: ifconfig.sh now supports darwin.
8722
8723 1323.   [port]          linux: Slackware 4.0 needs <asm/unistd.h>. [RT #3205]
8724
8725 1322.   [bug]           dnssec-signzone usage message was misleading.
8726
8727 1321.   [bug]           If the last RRset in a zone is glue, dnssec-signzone
8728                         would incorrectly duplicate its output and sign it.
8729
8730 1320.   [doc]           query-source-v6 was missing from options section.
8731                         [RT #3218]
8732
8733 1319.   [func]          libbind: log attempts to exploit #1318.
8734
8735 1318.   [bug]           libbind: Remote buffer overrun.
8736
8737 1317.   [port]          libbind: TrueUNIX 5.1 does not like __align as a
8738                         element name.
8739
8740 1316.   [bug]           libbind: gethostans() could get out of sync parsing
8741                         the response if there was a very long CNAME chain.
8742
8743 1315.   [bug]           Options should apply to the internal _bind view.
8744
8745 1314.   [port]          Handle ECONNRESET from sendmsg() [unix].
8746
8747 1313.   [func]          Query log now says if the query was signed (S) or
8748                         if EDNS was used (E).
8749
8750 1312.   [func]          Log TSIG key used w/ outgoing zone transfers.
8751
8752 1311.   [bug]           lwres_getrrsetbyname leaked memory.  [RT #3159]
8753
8754 1310.   [bug]           'rndc stop' failed to cause zones to be flushed
8755                         sometimes. [RT #3157]
8756
8757 1309.   [func]          Log that a zone transfer was covered by a TSIG.
8758
8759 1308.   [func]          DS (delegation signer) support.
8760
8761 1307.   [bug]           nsupdate: allow white space base64 key data.
8762
8763 1306.   [bug]           Badly encoded LOC record when the size, horizontal
8764                         precision or vertical precision was 0.1m.
8765
8766 1305.   [bug]           Document that internal zones are included in the
8767                         rndc status results.
8768
8769 1304.   [func]          New function: dns_zone_name().
8770
8771 1303.   [func]          Option 'flush-zones-on-shutdown <boolean>;'.
8772
8773 1302.   [func]          Extended rndc dumpdb to support dumping of zones and
8774                         view selection: 'dumpdb [-all|-zones|-cache] [view]'.
8775
8776 1301.   [func]          New category 'update-security'.
8777
8778 1300.   [port]          Compaq Trucluster support.
8779
8780 1299.   [bug]           Set AI_ADDRCONFIG when looking up addresses
8781                         via getaddrinfo() (affects dig, host, nslookup, rndc
8782                         and nsupdate).
8783
8784 1298.   [bug]           The CINCLUDES macro in lib/dns/sec/dst/Makefile
8785                         could be left with a trailing "\" after configure
8786                         has been run.
8787
8788 1297.   [port]          linux: make handling EINVAL from socket() no longer
8789                         conditional on #ifdef LINUX.
8790
8791 1296.   [bug]           isc_log_closefilelogs() needed to lock the log
8792                         context.
8793
8794 1295.   [bug]           isc_log_setdebuglevel() needed to lock the log
8795                         context.
8796
8797 1294.   [func]          libbind: no longer attempts bit string labels for
8798                         IPv6 reverse resolution.  Try IP6.ARPA then IP6.INT
8799                         for nibble style resolution.
8800
8801 1293.   [func]          Entropy can now be retrieved from EGDs. [RT #2438]
8802
8803 1292.   [func]          Enable IPv6 support when using ioctl style interface
8804                         scanning and OS supports SIOCGLIFADDR using struct
8805                         if_laddrreq.
8806
8807 1291.   [func]          Enable IPv6 support when using sysctl style interface
8808                         scanning.
8809
8810 1290.   [func]          "dig axfr" now reports the number of messages
8811                         as well as the number of records.
8812
8813 1289.   [port]          See if -ldl is required for OpenSSL? [RT #2672]
8814
8815 1288.   [bug]           Adjusted REQUIRE's in lib/dns/name.c to better
8816                         reflect written requirements.
8817
8818 1287.   [bug]           REQUIRE that DNS_DBADD_MERGE only be set when adding
8819                         a rdataset to a zone db in the rbtdb implementation of
8820                         addrdataset.
8821
8822 1286.   [bug]           dns_name_downcase() enforce requirement that
8823                         target != NULL or name->buffer != NULL.
8824
8825 1285.   [func]          lwres: probe the system to see what address families
8826                         are currently in use.
8827
8828 1284.   [bug]           The RTT estimate on unused servers was not aged.
8829                         [RT #2569]
8830
8831 1283.   [func]          Use "dataready" accept filter if available.
8832
8833 1282.   [port]          libbind: hpux 11.11 interface scanning.
8834
8835 1281.   [func]          Log zone when unable to get private keys to update
8836                         zone.  Log zone when NXT records are missing from
8837                         secure zone.
8838
8839 1280.   [bug]           libbind: escape '(' and ')' when converting to
8840                         presentation form.
8841
8842 1279.   [port]          Darwin uses (unsigned long) for size_t. [RT #2590]
8843
8844 1278.   [func]          dig: now supports +[no]cl +[no]ttlid.
8845
8846 1277.   [func]          You can now create your own customized printing
8847                         styles: dns_master_stylecreate() and
8848                         dns_master_styledestroy().
8849
8850 1276.   [bug]           libbind: const pointer conflicts in res_debug.c.
8851
8852 1275.   [port]          libbind: hpux: treat all hpux systems as BIG_ENDIAN.
8853
8854 1274.   [bug]           Memory leak in lwres_gnbarequest_parse().
8855
8856 1273.   [port]          libbind: solaris: 64 bit binary compatibility.
8857
8858 1272.   [contrib]       Berkeley DB 4.0 sdb implementation from
8859                         Nuno Miguel Rodrigues <nmr@co.sapo.pt>.
8860
8861 1271.   [bug]           "recursion available: {denied,approved}" was too
8862                         confusing.
8863
8864 1270.   [bug]           Check that system inet_pton() and inet_ntop() support
8865                         AF_INET6.
8866
8867 1269.   [port]          Openserver: ifconfig.sh support.
8868
8869 1268.   [port]          Openserver: the value FD_SETSIZE depends on whether
8870                         <sys/param.h> is included or not.  Be consistent.
8871
8872 1267.   [func]          isc_file_openunique() now creates file using mode
8873                         0666 rather than 0600.
8874
8875 1266.   [bug]           ISC_LINK_INIT, ISC_LINK_UNLINK, ISC_LIST_DEQUEUE,
8876                         __ISC_LINK_UNLINKUNSAFE and __ISC_LIST_DEQUEUEUNSAFE
8877                         are not C++ compatible, use *_TYPE versions instead.
8878
8879 1265.   [bug]           libbind: LINK_INIT and UNLINK were not compatible with
8880                         C++, use LINK_INIT_TYPE and UNLINK_TYPE instead.
8881
8882 1264.   [placeholder]
8883
8884 1263.   [bug]           Reference after free error if dns_dispatchmgr_create()
8885                         failed.
8886
8887 1262.   [bug]           ns_server_destroy() failed to set *serverp to NULL.
8888
8889 1261.   [func]          libbind: ns_sign2() and ns_sign_tcp() now provide
8890                         support for compressed TSIG owner names.
8891
8892 1260.   [func]          libbind: res_update can now update IPv6 servers,
8893                         new function res_findzonecut2().
8894
8895 1259.   [bug]           libbind: get_salen() IPv6 support was broken for OSs
8896                         w/o sa_len.
8897
8898 1258.   [bug]           libbind: res_nametotype() and res_nametoclass() were
8899                         broken.
8900
8901 1257.   [bug]           Failure to write pid-file should not be fatal on
8902                         reload. [RT #2861]
8903
8904 1256.   [contrib]       'queryperf' now has EDNS (-e) + DNSSEC DO (-D) support.
8905
8906 1255.   [bug]           When verifying that an NXT proves nonexistence, check
8907                         the rcode of the message and only do the matching NXT
8908                         check.  That is, for NXDOMAIN responses, check that
8909                         the name is in the range between the NXT owner and
8910                         next name, and for NOERROR NODATA responses, check
8911                         that the type is not present in the NXT bitmap.
8912
8913 1254.   [func]          preferred-glue option from BIND 8.3.
8914
8915 1253.   [bug]           The dnssec system test failed to remove the correct
8916                         files.
8917
8918 1252.   [bug]           Dig, host and nslookup were not checking the address
8919                         the answer was coming from against the address it was
8920                         sent to. [RT #2692]
8921
8922 1251.   [port]          win32: a make file contained absolute version specific
8923                         references.
8924
8925 1250.   [func]          Nsupdate will report the address the update was
8926                         sent to.
8927
8928 1249.   [bug]           Missing masters clause was not handled gracefully.
8929                         [RT #2703]
8930
8931 1248.   [bug]           DESTDIR was not being propagated between makes.
8932
8933 1247.   [bug]           Don't reset the interface index for link/site local
8934                         addresses. [RT #2576]
8935
8936 1246.   [func]          New functions isc_sockaddr_issitelocal(),
8937                         isc_sockaddr_islinklocal(), isc_netaddr_issitelocal()
8938                         and isc_netaddr_islinklocal().
8939
8940 1245.   [bug]           Treat ENOBUFS, ENOMEM and ENFILE as soft errors for
8941                         accept().
8942
8943 1244.   [bug]           Receiving a TCP message from a blackhole address would
8944                         prevent further messages being received over that
8945                         interface.
8946
8947 1243.   [bug]           It was possible to trigger a REQUIRE() in
8948                         dns_message_findtype(). [RT #2659]
8949
8950 1242.   [bug]           named-checkzone failed if a journal existed. [RT #2657]
8951
8952 1241.   [bug]           Drop received UDP messages with a zero source port
8953                         as these are invariably forged. [RT #2621]
8954
8955 1240.   [bug]           It was possible to leak zone references by
8956                         specifying an incorrect zone to rndc.
8957
8958 1239.   [bug]           Under certain circumstances named could continue to
8959                         use a name after it had been freed triggering
8960                         INSIST() failures.  [RT #2614]
8961
8962 1238.   [bug]           It is possible to lockup the server when shutting down
8963                         if notifies were being processed. [RT #2591]
8964
8965 1237.   [bug]           nslookup: "set q=type" failed.
8966
8967 1236.   [bug]           dns_rdata{class,type}_fromtext() didn't handle non
8968                         NULL terminated text regions. [RT #2588]
8969
8970 1235.   [func]          Report 'out of memory' errors from openssl.
8971
8972 1234.   [bug]           contrib/sdb: 'zonetodb' failed to call
8973                         dns_result_register().  DNS_R_SEENINCLUDE should not
8974                         be fatal.
8975
8976 1233.   [bug]           The flags field of a KEY record can be expressed in
8977                         hex as well as decimal.
8978
8979 1232.   [bug]           unix/errno2result() didn't handle EADDRNOTAVAIL.
8980
8981 1231.   [port]          HPUX 11.11 recvmsg() can return spurious EADDRNOTAVAIL.
8982
8983 1230.   [bug]           isccc_cc_isreply() and isccc_cc_isack() were broken.
8984
8985 1229.   [bug]           named would crash if it received a TSIG signed
8986                         query as part of an AXFR response. [RT #2570]
8987
8988 1228.   [bug]           'make install' did not depend on 'make all'. [RT #2559]
8989
8990 1227.   [bug]           dns_lex_getmastertoken() now returns ISC_R_BADNUMBER
8991                         if a number was expected and some other token was
8992                         found. [RT #2532]
8993
8994 1226.   [func]          Use EDNS for zone refresh queries. [RT #2551]
8995
8996 1225.   [func]          dns_message_setopt() no longer requires that
8997                         dns_message_renderbegin() to have been called.
8998
8999 1224.   [bug]           'rrset-order' and 'sortlist' should be additive
9000                         not exclusive.
9001
9002 1223.   [func]          'rrset-order' partially works 'cyclic' and 'random'
9003                         are supported.
9004
9005 1222.   [bug]           Specifying 'port *' did not always result in a system
9006                         selected (non-reserved) port being used. [RT #2537]
9007
9008 1221.   [bug]           Zone types 'master', 'slave' and 'stub' were not being
9009                         compared case insensitively. [RT #2542]
9010
9011 1220.   [func]          Support for APL rdata type.
9012
9013 1219.   [func]          Named now reports the TSIG extended error code when
9014                         signature verification fails. [RT #1651]
9015
9016 1218.   [bug]           Named incorrectly returned SERVFAIL rather than
9017                         NOTAUTH when there was a TSIG BADTIME error. [RT #2519]
9018
9019 1217.   [func]          Report locations of previous key definition when a
9020                         duplicate is detected.
9021
9022 1216.   [bug]           Multiple server clauses for the same server were not
9023                         reported.  [RT #2514]
9024
9025 1215.   [port]          solaris: add support to ifconfig.sh for x86 2.5.1
9026
9027 1214.   [bug]           Win32: isc_file_renameunique() could leave zero length
9028                         files behind.
9029
9030 1213.   [func]          Report view associated with client if it is not a
9031                         standard view (_default or _bind).
9032
9033 1212.   [port]          libbind: 64k answer buffers were causing stack space
9034                         to be exceeded for certain OS.  Use heap space instead.
9035
9036 1211.   [bug]           dns_name_fromtext() incorrectly handled certain
9037                         valid octal bitlabels. [RT #2483]
9038
9039 1210.   [bug]           libbind: getnameinfo() failed to lookup IPv4 mapped /
9040                         compatible addresses. [RT #2461]
9041
9042 1209.   [bug]           Dig, host, nslookup were not checking the message ids
9043                         on the responses. [RT #2454]
9044
9045 1208.   [bug]           dns_master_load*() failed to log a error message if
9046                         an error was detected when parsing the owner name of
9047                         a record.  [RT #2448]
9048
9049 1207.   [bug]           libbind: getaddrinfo() could call freeaddrinfo() with
9050                         an invalid pointer.
9051
9052 1206.   [bug]           SERVFAIL and NOTIMP responses to an EDNS query should
9053                         trigger a non-EDNS retry.
9054
9055 1205.   [bug]           OPT, TSIG and TKEY cannot be used to set the "class"
9056                         of the message. [RT #2449]
9057
9058 1204.   [bug]           libbind: res_nupdate() failed to update the name
9059                         server addresses before sending the update.
9060
9061 1203.   [func]          Report locations of previous acl and zone definitions
9062                         when a duplicate is detected.
9063
9064 1202.   [func]          New functions: cfg_obj_line() and cfg_obj_file().
9065
9066 1201.   [bug]           Require that if 'callbacks' is passed to
9067                         dns_rdata_fromtext(), callbacks->error and
9068                         callbacks->warn are initialized.
9069
9070 1200.   [bug]           Log 'errno' that we are unable to convert to
9071                         isc_result_t. [RT #2404]
9072
9073 1199.   [doc]           ARM reference to RFC 2157 should have been RFC 1918.
9074                         [RT #2436]
9075
9076 1198.   [bug]           OPT printing style was not consistent with the way the
9077                         header fields are printed.  The DO bit was not reported
9078                         if set.  Report if any of the MBZ bits are set.
9079
9080 1197.   [bug]           Attempts to define the same acl multiple times were not
9081                         detected.
9082
9083 1196.   [contrib]       update mdnkit to 2.2.3.
9084
9085 1195.   [bug]           Attempts to redefine builtin acls should be caught.
9086                         [RT #2403]
9087
9088 1194.   [bug]           Not all duplicate zone definitions were being detected
9089                         at the named.conf checking stage. [RT #2431]
9090
9091 1193.   [bug]           dig +besteffort parsing didn't handle packet
9092                         truncation.  dns_message_parse() has new flag
9093                         DNS_MESSAGE_IGNORETRUNCATION.
9094
9095 1192.   [bug]           The seconds fields in LOC records were restricted
9096                         to three decimal places.  More decimal places should
9097                         be allowed but warned about.
9098
9099 1191.   [bug]           A dynamic update removing the last non-apex name in
9100                         a secure zone would fail. [RT #2399]
9101
9102 1190.   [func]          Add the "rndc freeze" and "rndc unfreeze" commands.
9103                         [RT #2394]
9104
9105 1189.   [bug]           On some systems, malloc(0) returns NULL, which
9106                         could cause the caller to report an out of memory
9107                         error. [RT #2398]
9108
9109 1188.   [bug]           Dynamic updates of a signed zone would fail if
9110                         some of the zone private keys were unavailable.
9111
9112 1187.   [bug]           named was incorrectly returning DNSSEC records
9113                         in negative responses when the DO bit was not set.
9114
9115 1186.   [bug]           isc_hex_tobuffer(,,length = 0) failed to unget the
9116                         EOL token when reading to end of line.
9117
9118 1185.   [bug]           libbind: don't assume statp->_u._ext.ext is valid
9119                         unless RES_INIT is set when calling res_*init().
9120
9121 1184.   [bug]           libbind: call res_ndestroy() if RES_INIT is set
9122                         when res_*init() is called.
9123
9124 1183.   [bug]           Handle ENOSR error when writing to the internal
9125                         control pipe. [RT #2395]
9126
9127 1182.   [bug]           The server could throw an assertion failure when
9128                         constructing a negative response packet.
9129
9130 1181.   [func]          Add the "key-directory" configuration statement,
9131                         which allows the server to look for online signing
9132                         keys in alternate directories.
9133
9134 1180.   [func]          dnssec-keygen should always generate keys with
9135                         protocol 3 (DNSSEC), since it's less confusing
9136                         that way.
9137
9138 1179.   [func]          Add SIG(0) support to nsupdate.
9139
9140 1178.   [bug]           Follow and cache (if appropriate) A6 and other
9141                         data chains to completion in the additional section.
9142
9143 1177.   [func]          Report view when loading zones if it is not a
9144                         standard view (_default or _bind). [RT #2270]
9145
9146 1176.   [doc]           Document that allow-v6-synthesis is only performed
9147                         for clients that are supplied recursive service.
9148                         [RT #2260]
9149
9150 1175.   [bug]           named-checkzone and named-checkconf failed to call
9151                         dns_result_register() at startup which could
9152                         result in runtime exceptions when printing
9153                         "out of memory" errors. [RT #2335]
9154
9155 1174.   [bug]           Win32: add WSAECONNRESET to the expected errors
9156                         from connect(). [RT #2308]
9157
9158 1173.   [bug]           Potential memory leaks in isc_log_create() and
9159                         isc_log_settag(). [RT #2336]
9160
9161 1172.   [doc]           Add CERT, GPOS, KX, NAPTR, NSAP, PX and TXT to
9162                         table of RR types in ARM.
9163
9164 1171.   [func]          Added function isc_region_compare(), updated files in
9165                         lib/dns to use this function instead of local one.
9166
9167 1170.   [bug]           Don't attempt to print the token when a I/O error
9168                         occurs when parsing named.conf. [RT #2275]
9169
9170 1169.   [func]          Identify recursive queries in the query log.
9171
9172 1168.   [bug]           Empty also-notify clauses were not handled. [RT #2309]
9173
9174 1167.   [contrib]       nslint-2.1a3 (from author).
9175
9176 1166.   [bug]           "Not Implemented" should be reported as NOTIMP,
9177                         not NOTIMPL. [RT #2281]
9178
9179 1165.   [bug]           We were rejecting notify-source{-v6} in zone clauses.
9180
9181 1164.   [bug]           Empty masters clauses in slave / stub zones were not
9182                         handled gracefully. [RT #2262]
9183
9184 1163.   [func]          isc_time_formattimestamp() now includes the year.
9185
9186 1162.   [bug]           The allow-notify option was not accepted in slave
9187                         zone statements.
9188
9189 1161.   [bug]           named-checkzone looped on unbalanced brackets.
9190                         [RT #2248]
9191
9192 1160.   [bug]           Generating Diffie-Hellman keys longer than 1024
9193                         bits could fail. [RT #2241]
9194
9195 1159.   [bug]           MD and MF are not permitted to be loaded by RFC1123.
9196
9197 1158.   [func]          Report the client's address when logging notify
9198                         messages.
9199
9200 1157.   [func]          match-clients and match-destinations now accept
9201                         keys. [RT #2045]
9202
9203 1156.   [port]          The configure test for strsep() incorrectly
9204                         succeeded on certain patched versions of
9205                         AIX 4.3.3. [RT #2190]
9206
9207 1155.   [func]          Recover from master files being removed from under
9208                         us.
9209
9210 1154.   [bug]           Don't attempt to obtain the netmask of a interface
9211                         if there is no address configured. [RT #2176]
9212
9213 1153.   [func]          'rndc {stop|halt} -p' now reports the process id
9214                         of the instance of named being shutdown.
9215
9216 1152.   [bug]           libbind: read buffer overflows.
9217
9218 1151.   [bug]           nslookup failed to check that the arguments to
9219                         the port, timeout, and retry options were
9220                         valid integers and in range. [RT #2099]
9221
9222 1150.   [bug]           named incorrectly accepted TTL values
9223                         containing plus or minus signs, such as
9224                         1d+1h-1s.
9225
9226 1149.   [func]          New function isc_parse_uint32().
9227
9228 1148.   [func]          'rndc-confgen -a' now provides positive feedback.
9229
9230 1147.   [func]          Set IPV6_V6ONLY on IPv6 sockets if supported by
9231                         the OS.  listen-on-v6 { any; }; should no longer
9232                         result in IPv4 queries be accepted.  Similarly
9233                         control { inet :: ... }; should no longer result
9234                         in IPv4 connections being accepted.  This can be
9235                         overridden at compile time by defining
9236                         ISC_ALLOW_MAPPED=1.
9237
9238 1146.   [func]          Allow IPV6_IPV6ONLY to be set/cleared on a socket if
9239                         supported by the OS by a new function
9240                         isc_socket_ipv6only().
9241
9242 1145.   [func]          "host" no longer reports a NOERROR/NODATA response
9243                         by printing nothing. [RT #2065]
9244
9245 1144.   [bug]           rndc-confgen would crash if both the -a and -t
9246                         options were specified. [RT #2159]
9247
9248 1143.   [bug]           When a trusted-keys statement was present and named
9249                         was built without crypto support, it would leak memory.
9250
9251 1142.   [bug]           dnssec-signzone would fail to delete temporary files
9252                         in some failure cases. [RT #2144]
9253
9254 1141.   [bug]           When named rejected a control message, it would
9255                         leak a file descriptor and memory.  It would also
9256                         fail to respond, causing rndc to hang.
9257                         [RT #2139, #2164]
9258
9259 1140.   [bug]           rndc-confgen did not accept IPv6 addresses as arguments
9260                         to the -s option. [RT #2138]
9261
9262 1139.   [func]          It is now possible to flush a given name from the
9263                         cache(s) via 'rndc flushname name [view]'. [RT #2051]
9264
9265 1138.   [func]          It is now possible to flush a given name from the
9266                         cache by calling the new function
9267                         dns_cache_flushname().
9268
9269 1137.   [func]          It is now possible to flush a given name from the
9270                         ADB by calling the new function dns_adb_flushname().
9271
9272 1136.   [bug]           CNAME records synthesized from DNAMEs did not
9273                         have a TTL of zero as required by RFC2672.
9274                         [RT #2129]
9275
9276 1135.   [func]          You can now override the default syslog() facility for
9277                         named/lwresd at compile time. [RT #1982]
9278
9279 1134.   [bug]           Multi-threaded servers could deadlock in ferror()
9280                         when reloading zone files. [RT #1951, #1998]
9281
9282 1133.   [bug]           IN6_IS_ADDR_LOOPBACK was not portably defined on
9283                         platforms without IN6_IS_ADDR_LOOPBACK. [RT #2106]
9284
9285 1132.   [func]          Improve UPDATE prerequisite failure diagnostic messages.
9286
9287 1131.   [bug]           The match-destinations view option did not work with
9288                         IPv6 destinations. [RT #2073, #2074]
9289
9290 1130.   [bug]           Log messages reporting an out-of-range serial number
9291                         did not include the out-of-range number but the
9292                         following token. [RT #2076]
9293
9294 1129.   [bug]           Multi-threaded servers could crash under heavy
9295                         resolution load due to a race condition. [RT #2018]
9296
9297 1128.   [func]          sdb drivers can now provide RR data in either text
9298                         or wire format, the latter using the new functions
9299                         dns_sdb_putrdata() and dns_sdb_putnamedrdata().
9300
9301 1127.   [func]          rndc: If the server to contact has multiple addresses,
9302                         try all of them.
9303
9304 1126.   [bug]           The server could access a freed event if shut
9305                         down while a client start event was pending
9306                         delivery. [RT #2061]
9307
9308 1125.   [bug]           rndc: -k option was missing from usage message.
9309                         [RT #2057]
9310
9311 1124.   [doc]           dig: +[no]dnssec, +[no]besteffort and +[no]fail
9312                         are now documented. [RT #2052]
9313
9314 1123.   [bug]           dig +[no]fail did not match description. [RT #2052]
9315
9316 1122.   [tuning]        Resolution timeout reduced from 90 to 30 seconds.
9317                         [RT #2046]
9318
9319 1121.   [bug]           The server could attempt to access a NULL zone
9320                         table if shut down while resolving.
9321                         [RT #1587, #2054]
9322
9323 1120.   [bug]           Errors in options were not fatal. [RT #2002]
9324
9325 1119.   [func]          Added support in Win32 for NTFS file/directory ACL's
9326                         for access control.
9327
9328 1118.   [bug]           On multi-threaded servers, a race condition
9329                         could cause an assertion failure in resolver.c
9330                         during resolver shutdown. [RT #2029]
9331
9332 1117.   [port]          The configure check for in6addr_loopback incorrectly
9333                         succeeded on AIX 4.3 when compiling with -O2
9334                         because the test code was optimized away.
9335                         [RT #2016]
9336
9337 1116.   [bug]           Setting transfers in a server clause, transfers-in,
9338                         or transfers-per-ns to a value greater than
9339                         2147483647 disabled transfers. [RT #2002]
9340
9341 1115.   [func]          Set maximum values for cleaning-interval,
9342                         heartbeat-interval, interface-interval,
9343                         max-transfer-idle-in, max-transfer-idle-out,
9344                         max-transfer-time-in, max-transfer-time-out,
9345                         statistics-interval of 28 days and
9346                         sig-validity-interval of 3660 days. [RT #2002]
9347
9348 1114.   [port]          Ignore more accept() errors. [RT #2021]
9349
9350 1113.   [bug]           The allow-update-forwarding option was ignored
9351                         when specified in a view. [RT #2014]
9352
9353 1112.   [placeholder]
9354
9355 1111.   [bug]           Multi-threaded servers could deadlock processing
9356                         recursive queries due to a locking hierarchy
9357                         violation in adb.c. [RT #2017]
9358
9359 1110.   [bug]           dig should only accept valid abbreviations of +options.
9360                         [RT #2003]
9361
9362 1109.   [bug]           nsupdate accepted illegal ttl values.
9363
9364 1108.   [bug]           On Win32, rndc was hanging when named was not running
9365                         due to failure to select for exceptional conditions
9366                         in select(). [RT #1870]
9367
9368 1107.   [bug]           nsupdate could catch an assertion failure if an
9369                         invalid domain name was given as the argument to
9370                         the "zone" command.
9371
9372 1106.   [bug]           After seeing an out of range TTL, nsupdate would
9373                         treat all TTLs as out of range. [RT #2001]
9374
9375 1105.   [port]          OpenUNIX 8 enable threads by default. [RT #1970]
9376
9377 1104.   [bug]           Invalid arguments to the transfer-format option
9378                         could cause an assertion failure. [RT #1995]
9379
9380 1103.   [port]          OpenUNIX 8 support (ifconfig.sh). [RT #1970]
9381
9382 1102.   [doc]           Note that query logging is enabled by directing the
9383                         queries category to a channel.
9384
9385 1101.   [bug]           Array bounds read error in lwres_gai_strerror.
9386
9387 1100.   [bug]           libbind: DNSSEC key ids were computed incorrectly.
9388
9389 1099.   [cleanup]       libbind: defining REPORT_ERRORS in lib/bind/dst caused
9390                         compile time errors.
9391
9392 1098.   [bug]           libbind: HMAC-MD5 key files are now mode 0600.
9393
9394 1097.   [func]          libbind: RES_PRF_TRUNC for dig.
9395
9396 1096.   [func]          libbind: "DNSSEC OK" (DO) support.
9397
9398 1095.   [func]          libbind: resolver option: no-tld-query.  disables
9399                         trying unqualified as a tld.  no_tld_query is also
9400                         supported for FreeBSD compatibility.
9401
9402 1094.   [func]          libbind: add support gcc's format string checking.
9403
9404 1093.   [doc]           libbind: miscellaneous nroff fixes.
9405
9406 1092.   [bug]           libbind: get*by*() failed to check if res_init() had
9407                         been called.
9408
9409 1091.   [bug]           libbind: misplaced va_end().
9410
9411 1090.   [bug]           libbind: dns_ho.c:add_hostent() was not returning
9412                         the amount of memory consumed resulting in garbage
9413                         address being returned.  Alignment calculations were
9414                         wasting space.  We weren't suppressing duplicate
9415                         addresses.
9416
9417 1089.   [func]          libbind: inet_{cidr,net}_{pton,ntop}() now have IPv6
9418                         support.
9419
9420 1088.   [port]          libbind: MPE/iX C.70 (incomplete)
9421
9422 1087.   [bug]           libbind: struct __res_state too large on 64 bit arch.
9423
9424 1086.   [port]          libbind: sunos: old sprintf.
9425
9426 1085.   [port]          libbind: solaris: sys_nerr and sys_errlist do not
9427                         exist when compiling in 64 bit mode.
9428
9429 1084.   [cleanup]       libbind: gai_strerror() rewritten.
9430
9431 1083.   [bug]           The default control channel listened on the
9432                         wildcard address, not the loopback as documented.
9433                         [RT #1975]
9434
9435 1082.   [bug]           The -g option to named incorrectly caused logging
9436                         to be sent to syslog in addition to stderr.
9437                         [RT #1974]
9438
9439 1081.   [bug]           Multicast queries were incorrectly identified
9440                         based on the source address, not the destination
9441                         address.
9442
9443 1080.   [bug]           BIND 8 compatibility: accept bare IP prefixes
9444                         as the second element of a two-element top level
9445                         sort list statement. [RT #1964]
9446
9447 1079.   [bug]           BIND 8 compatibility: accept bare elements at top
9448                         level of sort list treating them as if they were
9449                         a single element list. [RT #1963]
9450
9451 1078.   [bug]           We failed to correct bad tv_usec values in one case.
9452                         [RT #1966]
9453
9454 1077.   [func]          Do not accept further recursive clients when
9455                         the total number of recursive lookups being
9456                         processed exceeds max-recursive-clients, even
9457                         if some of the lookups are internally generated.
9458                         [RT #1915, #1938]
9459
9460 1076.   [bug]           A badly defined global key could trigger an assertion
9461                         on load/reload if views were used. [RT #1947]
9462
9463 1075.   [bug]           Out-of-range network prefix lengths were not
9464                         reported. [RT #1954]
9465
9466 1074.   [bug]           Running out of memory in dump_rdataset() could
9467                         cause an assertion failure. [RT #1946]
9468
9469 1073.   [bug]           The ADB cache cleaning should also be space driven.
9470                         [RT #1915, #1938]
9471
9472 1072.   [bug]           The TCP client quota could be exceeded when
9473                         recursion occurred. [RT #1937]
9474
9475 1071.   [bug]           Sockets listening for TCP DNS connections
9476                         specified an excessive listen backlog. [RT #1937]
9477
9478 1070.   [bug]           Copy DNSSEC OK (DO) to response as specified by
9479                         draft-ietf-dnsext-dnssec-okbit-03.txt.
9480
9481 1069.   [placeholder]
9482
9483 1068.   [bug]           errno could be overwritten by catgets(). [RT #1921]
9484
9485 1067.   [func]          Allow quotas to be soft, isc_quota_soft().
9486
9487 1066.   [bug]           Provide a thread safe wrapper for strerror().
9488                         [RT #1689]
9489
9490 1065.   [func]          Runtime support to select new / old style interface
9491                         scanning using ioctls.
9492
9493 1064.   [bug]           Do not shut down active network interfaces if we
9494                         are unable to scan the interface list. [RT #1921]
9495
9496 1063.   [bug]           libbind: "make install" was failing on IRIX.
9497                         [RT #1919]
9498
9499 1062.   [bug]           If the control channel listener socket was shut
9500                         down before server exit, the listener object could
9501                         be freed twice. [RT #1916]
9502
9503 1061.   [bug]           If periodic cache cleaning happened to start
9504                         while cleaning due to reaching the configured
9505                         maximum cache size was in progress, the server
9506                         could catch an assertion failure. [RT #1912]
9507
9508 1060.   [func]          Move refresh, stub and notify UDP retry processing
9509                         into dns_request.
9510
9511 1059.   [func]          dns_request now support will now retry UDP queries,
9512                         dns_request_createvia2() and dns_request_createraw2().
9513
9514 1058.   [func]          Limited lifetime ticker timers are now available,
9515                         isc_timertype_limited.
9516
9517 1057.   [bug]           Reloading the server after adding a "file" clause
9518                         to a zone statement could cause the server to
9519                         crash due to a typo in change 1016.
9520
9521 1056.   [bug]           Rndc could catch an assertion failure on SIGINT due
9522                         to an uninitialized variable. [RT #1908]
9523
9524 1055.   [func]          Version and hostname queries can now be disabled
9525                         using "version none;" and "hostname none;",
9526                         respectively.
9527
9528 1054.   [bug]           On Win32, cfg_categories and cfg_modules need to be
9529                         exported from the libisccfg DLL.
9530
9531 1053.   [bug]           Dig did not increase its timeout when receiving
9532                         AXFRs unless the +time option was used. [RT #1904]
9533
9534 1052.   [bug]           Journals were not being created in binary mode
9535                         resulting in "journal format not recognized" error
9536                         under Win32. [RT #1889]
9537
9538 1051.   [bug]           Do not ignore a network interface completely just
9539                         because it has a noncontiguous netmask.  Instead,
9540                         omit it from the localnets ACL and issue a warning.
9541                         [RT #1891]
9542
9543 1050.   [bug]           Log messages reporting malformed IP addresses in
9544                         address lists such as that of the forwarders option
9545                         failed to include the correct error code, file
9546                         name, and line number. [RT #1890]
9547
9548 1049.   [func]          "pid-file none;" will disable writing a pid file.
9549                         [RT #1848]
9550
9551 1048.   [bug]           Servers built with -DISC_MEM_USE_INTERNAL_MALLOC=1
9552                         didn't work.
9553
9554 1047.   [bug]           named was incorrectly refusing all requests signed
9555                         with a TSIG key derived from an unsigned TKEY
9556                         negotiation with a NOERROR response. [RT #1886]
9557
9558 1046.   [bug]           The help message for the --with-openssl configure
9559                         option was inaccurate. [RT #1880]
9560
9561 1045.   [bug]           It was possible to skip saving glue for a nameserver
9562                         for a stub zone.
9563
9564 1044.   [bug]           Specifying allow-transfer, notify-source, or
9565                         notify-source-v6 in a stub zone was not treated
9566                         as an error.
9567
9568 1043.   [bug]           Specifying a transfer-source or transfer-source-v6
9569                         option in the zone statement for a master zone was
9570                         not treated as an error. [RT #1876]
9571
9572 1042.   [bug]           The "config" logging category did not work properly.
9573                         [RT #1873]
9574
9575 1041.   [bug]           Dig/host/nslookup could catch an assertion failure
9576                         on SIGINT due to an uninitialized variable. [RT #1867]
9577
9578 1040.   [bug]           Multiple listen-on-v6 options with different ports
9579                         were not accepted. [RT #1875]
9580
9581 1039.   [bug]           Negative responses with CNAMEs in the answer section
9582                         were cached incorrectly. [RT #1862]
9583
9584 1038.   [bug]           In servers configured with a tkey-domain option,
9585                         TKEY queries with an owner name other than the root
9586                         could cause an assertion failure. [RT #1866, #1869]
9587
9588 1037.   [bug]           Negative responses whose authority section contain
9589                         SOA or NS records whose owner names are not equal
9590                         equal to or parents of the query name should be
9591                         rejected. [RT #1862]
9592
9593 1036.   [func]          Silently drop requests received via multicast as
9594                         long as there is no final multicast DNS standard.
9595
9596 1035.   [bug]           If we respond to multicast queries (which we
9597                         currently do not), respond from a unicast address
9598                         as specified in RFC 1123. [RT #137]
9599
9600 1034.   [bug]           Ignore the RD bit on multicast queries as specified
9601                         in RFC 1123. [RT #137]
9602
9603 1033.   [bug]           Always respond to requests with an unsupported opcode
9604                         with NOTIMP, even if we don't have a matching view
9605                         or cannot determine the class.
9606
9607 1032.   [func]          hostname.bind/txt/chaos now returns the name of
9608                         the machine hosting the nameserver.  This is useful
9609                         in diagnosing problems with anycast servers.
9610
9611 1031.   [bug]           libbind.a: isc__gettimeofday() infinite recursion.
9612                         [RT #1858]
9613
9614 1030.   [bug]           On systems with no resolv.conf file, nsupdate
9615                         exited with an error rather than defaulting
9616                         to using the loopback address. [RT #1836]
9617
9618 1029.   [bug]           Some named.conf errors did not cause the loading
9619                         of the configuration file to return a failure
9620                         status even though they were logged. [RT #1847]
9621
9622 1028.   [bug]           On Win32, dig/host/nslookup looked for resolv.conf
9623                         in the wrong directory. [RT #1833]
9624
9625 1027.   [bug]           RRs having the reserved type 0 should be rejected.
9626                         [RT #1471]
9627
9628 1026.   [placeholder]
9629
9630 1025.   [bug]           Don't use multicast addresses to resolve iterative
9631                         queries. [RT #101]
9632
9633 1024.   [port]          Compilation failed on HP-UX 11.11 due to
9634                         incompatible use of the SIOCGLIFCONF macro
9635                         name. [RT #1831]
9636
9637 1023.   [func]          Accept hints without TTLs.
9638
9639 1022.   [bug]           Don't report empty root hints as "extra data".
9640                         [RT #1802]
9641
9642 1021.   [bug]           On Win32, log message timestamps were one month
9643                         later than they should have been, and the server
9644                         would exhibit unspecified behavior in December.
9645
9646 1020.   [bug]           IXFR log messages did not distinguish between
9647                         true IXFRs, AXFR-style IXFRs, and mere version
9648                         polls. [RT #1811]
9649
9650 1019.   [bug]           The value of the lame-ttl option was limited to 18000
9651                         seconds, not 1800 seconds as documented. [RT #1803]
9652
9653 1018.   [bug]           The default log channel was not always initialized
9654                         correctly. [RT #1813]
9655
9656 1017.   [bug]           When specifying TSIG keys to dig and nsupdate using
9657                         the -k option, they must be HMAC-MD5 keys. [RT #1810]
9658
9659 1016.   [bug]           Slave zones with no backup file were re-transferred
9660                         on every server reload.
9661
9662 1015.   [bug]           Log channels that had a "versions" option but no
9663                         "size" option failed to create numbered log
9664                         files. [RT #1783]
9665
9666 1014.   [bug]           Some queries would cause statistics counters to
9667                         increment more than once or not at all. [RT #1321]
9668
9669 1013.   [bug]           It was possible to cancel a query twice when marking
9670                         a server as bogus or by having a blackhole acl.
9671                         [RT #1776]
9672
9673 1012.   [bug]           The -p option to named did not behave as documented.
9674
9675 1011.   [cleanup]       Removed isc_dir_current().
9676
9677 1010.   [bug]           The server could attempt to execute a command channel
9678                         command after initiating server shutdown, causing
9679                         an assertion failure. [RT #1766]
9680
9681 1009.   [port]          OpenUNIX 8 support. [RT #1728]
9682
9683 1008.   [port]          libtool.m4, ltmain.sh from libtool-1.4.2.
9684
9685 1007.   [port]          config.guess, config.sub from autoconf-2.52.
9686
9687 1006.   [bug]           If a KEY RR was found missing during DNSSEC validation,
9688                         an assertion failure could subsequently be triggered
9689                         in the resolver. [RT #1763]
9690
9691 1005.   [bug]           Don't copy nonzero RCODEs from request to response.
9692                         [RT #1765]
9693
9694 1004.   [port]          Deal with recvfrom() returning EHOSTDOWN. [RT #1770]
9695
9696 1003.   [func]          Add the +retry option to dig.
9697
9698 1002.   [bug]           When reporting an unknown class name in named.conf,
9699                         including the file name and line number. [RT #1759]
9700
9701 1001.   [bug]           win32 socket code doio_recv was not catching a
9702                         WSACONNRESET error when a client was timing out
9703                         the request and closing its socket. [RT #1745]
9704
9705 1000.   [bug]           BIND 8 compatibility: accept "HESIOD" as an alias
9706                         for class "HS". [RT #1759]
9707
9708  999.   [func]          "rndc retransfer zone [class [view]]" added.
9709                         [RT #1752]
9710
9711  998.   [func]          named-checkzone now has arguments to specify the
9712                         chroot directory (-t) and working directory (-w).
9713                         [RT #1755]
9714
9715  997.   [func]          Add support for RSA-SHA1 keys (RFC3110).
9716
9717  996.   [func]          Issue warning if the configuration filename contains
9718                         the chroot path.
9719
9720  995.   [bug]           dig, host, nslookup: using a raw IPv6 address as a
9721                         target address should be fatal on a IPv4 only system.
9722
9723  994.   [func]          Treat non-authoritative responses to queries for type
9724                         NS as referrals even if the NS records are in the
9725                         answer section, because BIND 8 servers incorrectly
9726                         send them that way.  This is necessary for DNSSEC
9727                         validation of the NS records of a secure zone to
9728                         succeed when the parent is a BIND 8 server. [RT #1706]
9729
9730  993.   [func]          dig: -v now reports the version.
9731
9732  992.   [doc]           dig: ~/.digrc is now documented.
9733
9734  991.   [func]          Lower UDP refresh timeout messages to level
9735                         debug 1.
9736
9737  990.   [bug]           The rndc-confgen man page was not installed.
9738
9739  989.   [bug]           Report filename if $INCLUDE fails for file related
9740                         errors. [RT #1736]
9741
9742  988.   [bug]           'additional-from-auth no;' did not work reliably
9743                         in the case of queries answered from the cache.
9744                         [RT #1436]
9745
9746  987.   [bug]           "dig -help" didn't show "+[no]stats".
9747
9748  986.   [bug]           "dig +noall" failed to clear stats and command
9749                         printing.
9750
9751  985.   [func]          Consider network interfaces to be up iff they have
9752                         a nonzero IP address rather than based on the
9753                         IFF_UP flag. [RT #1160]
9754
9755  984.   [bug]           Multi-threading should be enabled by default on
9756                         Solaris 2.7 and newer, but it wasn't.
9757
9758  983.   [func]          The server now supports generating IXFR difference
9759                         sequences for non-dynamic zones by comparing zone
9760                         versions, when enabled using the new config
9761                         option "ixfr-from-differences". [RT #1727]
9762
9763  982.   [func]          If "memstatistics-file" is set in options the memory
9764                         statistics will be written to it.
9765
9766  981.   [func]          The dnssec tools can now take multiple '-r randomfile'
9767                         arguments.
9768
9769  980.   [bug]           Incoming zone transfers restarting after an error
9770                         could trigger an assertion failure. [RT #1692]
9771
9772  979.   [func]          Incremental master file dumping.  dns_master_dumpinc(),
9773                         dns_master_dumptostreaminc(), dns_dumpctx_attach(),
9774                         dns_dumpctx_detach(), dns_dumpctx_cancel(),
9775                         dns_dumpctx_db() and dns_dumpctx_version().
9776
9777  978.   [bug]           dns_db_attachversion() had an invalid REQUIRE()
9778                         condition.
9779
9780  977.   [bug]           Improve "not at top of zone" error message.
9781
9782  976.   [func]          named-checkconf can now test load master zones
9783                         (named-checkconf -z). [RT #1468]
9784
9785  975.   [bug]           "max-cache-size default;" as a view option
9786                         caused an assertion failure.
9787
9788  974.   [bug]           "max-cache-size unlimited;" as a global option
9789                         was not accepted.
9790
9791  973.   [bug]           Failed to log the question name when logging:
9792                         "bad zone transfer request: non-authoritative zone
9793                         (NOTAUTH)".
9794
9795  972.   [bug]           The file modification time code in zone.c was using the
9796                         wrong epoch. [RT #1667]
9797
9798  971.   [placeholder]
9799
9800  970.   [func]          'max-journal-size' can now be used to set a target
9801                         size for a journal.
9802
9803  969.   [func]          dig now supports the undocumented dig 8 feature
9804                         of allowing arbitrary labels, not just dotted
9805                         decimal quads, with the -x option.  This can be
9806                         used to conveniently look up RFC2317 names as in
9807                         "dig -x 10.0.0.0-127". [RT #827, #1576, #1598]
9808
9809  968.   [bug]           On win32, the isc_time_now() function was unnecessarily
9810                         calling strtime(). [RT #1671]
9811
9812  967.   [bug]           On win32, the link for bindevt was not including the
9813                         required resource file to enable the event viewer
9814                         to interpret the error messages in the event log,
9815                         [RT #1668]
9816
9817  966.   [placeholder]
9818
9819  965.   [bug]           Including data other than root server NS and A
9820                         records in the root hint file could cause a rbtdb
9821                         node reference leak. [RT #1581, #1618]
9822
9823  964.   [func]          Warn if data other than root server NS and A records
9824                         are found in the root hint file. [RT #1581, #1618]
9825
9826  963.   [bug]           Bad ISC_LANG_ENDDECLS. [RT #1645]
9827
9828  962.   [bug]           libbind: bad "#undef", don't attempt to install
9829                         non-existent nlist.h. [RT #1640]
9830
9831  961.   [bug]           Tried to use a IPV6 feature when ISC_PLATFORM_HAVEIPV6
9832                         was not defined. [RT #1482]
9833
9834  960.   [port]          liblwres failed to build on systems with support for
9835                         getrrsetbyname() in the OS. [RT #1592]
9836
9837  959.   [port]          On FreeBSD, determine the number of CPUs by calling
9838                         sysctlbyname(). [RT #1584]
9839
9840  958.   [port]          ssize_t is not available on all platforms. [RT #1607]
9841
9842  957.   [bug]           sys/select.h inclusion was broken on older platforms.
9843                         [RT #1607]
9844
9845  956.   [bug]           ns_g_autorndcfile changed to ns_g_keyfile
9846                         in named/win32/os.c due to code changes in
9847                         change #953. win32 .make file for rndc-confgen
9848                         updated to add include path for os.h header.
9849
9850         --- 9.2.0rc1 released ---
9851
9852  955.   [bug]           When using views, the zone's class was not being
9853                         inherited from the view's class. [RT #1583]
9854
9855  954.   [bug]           When requesting AXFRs or IXFRs using dig, host, or
9856                         nslookup, the RD bit should not be set as zone
9857                         transfers are inherently non-recursive. [RT #1575]
9858
9859  953.   [func]          The /var/run/named.key file from change #843
9860                         has been replaced by /etc/rndc.key.  Both
9861                         named and rndc will look for this file and use
9862                         it to configure a default control channel key
9863                         if not already configured using a different
9864                         method (rndc.conf / controls).  Unlike
9865                         named.key, rndc.key is not created automatically;
9866                         it must be created by manually running
9867                         "rndc-confgen -a".
9868
9869  952.   [bug]           The server required manual intervention to serve the
9870                         affected zones if it died between creating a journal
9871                         and committing the first change to it.
9872
9873  951.   [bug]           CFLAGS was not passed to the linker when
9874                         linking some of the test programs under
9875                         bin/tests. [RT #1555].
9876
9877  950.   [bug]           Explicit TTLs did not properly override $TTL
9878                         due to a bug in change 834. [RT #1558]
9879
9880  949.   [bug]           host was unable to print records larger than 512
9881                         bytes. [RT #1557]
9882
9883         --- 9.2.0b2 released ---
9884
9885  948.   [port]          Integrated support for building on Windows NT /
9886                         Windows 2000.
9887
9888  947.   [bug]           dns_rdata_soa_t had a badly named element "mname" which
9889                         was really the RNAME field from RFC1035.  To avoid
9890                         confusion and silent errors that would occur it the
9891                         "origin" and "mname" elements were given their correct
9892                         names "mname" and "rname" respectively, the "mname"
9893                         element is renamed to "contact".
9894
9895  946.   [cleanup]       doc/misc/options is now machine-generated from the
9896                         configuration parser syntax tables, and therefore
9897                         more likely to be correct.
9898
9899  945.   [func]          Add the new view-specific options
9900                         "match-destinations" and "match-recursive-only".
9901
9902  944.   [func]          Check for expired signatures on load.
9903
9904  943.   [bug]           The server could crash when receiving a command
9905                         via rndc if the configuration file listed only
9906                         nonexistent keys in the controls statement. [RT #1530]
9907
9908  942.   [port]          libbind: GETNETBYADDR_ADDR_T was not correctly
9909                         defined on some platforms.
9910
9911  941.   [bug]           The configuration checker crashed if a slave
9912                         zone didn't contain a masters statement. [RT #1514]
9913
9914  940.   [bug]           Double zone locking failure on error path. [RT #1510]
9915
9916         --- 9.2.0b1 released ---
9917
9918  939.   [port]          Add the --disable-linux-caps option to configure for
9919                         systems that manage capabilities outside of named.
9920                         [RT #1503]
9921
9922  938.   [placeholder]
9923
9924  937.   [bug]           A race when shutting down a zone could trigger a
9925                         INSIST() failure. [RT #1034]
9926
9927  936.   [func]          Warn about IPv4 addresses that are not complete
9928                         dotted quads. [RT #1084]
9929
9930  935.   [bug]           inet_pton failed to reject leading zeros.
9931
9932  934.   [port]          Deal with systems where accept() spuriously returns
9933                         ECONNRESET.
9934
9935  933.   [bug]           configure failed doing libbind on platforms not
9936                         supported by BIND 8. [RT #1496]
9937
9938         --- 9.2.0a3 released ---
9939
9940  932.   [bug]           Use INSTALL_SCRIPT, not INSTALL_PROGRAM,
9941                         when installing isc-config.sh.
9942                         [RT #198, #1466]
9943
9944  931.   [bug]           The controls statement only attempted to verify
9945                         messages using the first key in the key list.
9946                         (9.2.0a1/a2 only).
9947
9948  930.   [func]          Query performance testing tool added as
9949                         contrib/queryperf.
9950
9951  929.   [placeholder]
9952
9953  928.   [bug]           nsupdate would send empty update packets if the
9954                         send (or empty line) command was run after
9955                         another send but before any new updates or
9956                         prerequisites were specified.  It should simply
9957                         ignore this command.
9958
9959  927.   [bug]           Don't hold the zone lock for the entire dump to disk.
9960                         [RT #1423]
9961
9962  926.   [bug]           The resolver could deadlock with the ADB when
9963                         shutting down (multi-threaded builds only).
9964                         [RT #1324]
9965
9966  925.   [cleanup]       Remove openssl from the distribution; require that
9967                         --with-openssl be specified if DNSSEC is needed.
9968
9969  924.   [port]          Extend support for pre-RFC2133 IPv6 implementation.
9970                         [RT #987]
9971
9972  923.   [bug]           Multiline TSIG secrets (and other multiline strings)
9973                         were not accepted in named.conf. [RT #1469]
9974
9975  922.   [func]          Added two new lwres_getrrsetbyname() result codes,
9976                         ERR_NONAME and ERR_NODATA.
9977
9978  921.   [bug]           lwres returned an incorrect error code if it received
9979                         a truncated message.
9980
9981  920.   [func]          Increase the lwres receive buffer size to 16K.
9982                         [RT #1451]
9983
9984  919.   [placeholder]
9985
9986  918.   [func]          In nsupdate, TSIG errors are no longer treated as
9987                         fatal errors.
9988
9989  917.   [func]          New nsupdate command 'key', allowing TSIG keys to
9990                         be specified in the nsupdate command stream rather
9991                         than the command line.
9992
9993  916.   [bug]           Specifying type ixfr to dig without specifying
9994                         a serial number failed in unexpected ways.
9995
9996  915.   [func]          The named-checkconf and named-checkzone programs
9997                         now have a '-v' option for printing their version.
9998                         [RT #1151]
9999
10000  914.   [bug]           Global 'server' statements were rejected when
10001                         using views, even though they were accepted
10002                         in 9.1. [RT #1368]
10003
10004  913.   [bug]           Cache cleaning was not sufficiently aggressive.
10005                         [RT #1441, #1444]
10006
10007  912.   [bug]           Attempts to set the 'additional-from-cache' or
10008                         'additional-from-auth' option to 'no' in a
10009                         server with recursion enabled will now
10010                         be ignored and cause a warning message.
10011                         [RT #1145]
10012
10013  911.   [placeholder]
10014
10015  910.   [port]          Some pre-RFC2133 IPv6 implementations do not define
10016                         IN6ADDR_ANY_INIT. [RT #1416]
10017
10018  909.   [placeholder]
10019
10020  908.   [func]          New program, rndc-confgen, to simplify setting up rndc.
10021
10022  907.   [func]          The ability to get entropy from either the
10023                         random device, a user-provided file or from
10024                         the keyboard was migrated from the DNSSEC tools
10025                         to libisc as isc_entropy_usebestsource().
10026
10027  906.   [port]          Separated the system independent portion of
10028                         lib/isc/unix/entropy.c into lib/isc/entropy.c
10029                         and added lib/isc/win32/entropy.c.
10030
10031  905.   [bug]           Configuring a forward "zone" for the root domain
10032                         did not work. [RT #1418]
10033
10034  904.   [bug]           The server would leak memory if attempting to use
10035                         an expired TSIG key. [RT #1406]
10036
10037  903.   [bug]           dig should not crash when receiving a TCP packet
10038                         of length 0.
10039
10040  902.   [bug]           The -d option was ignored if both -t and -g were also
10041                         specified.
10042
10043  901.   [placeholder]
10044
10045  900.   [bug]           A config.guess update changed the system identification
10046                         string of FreeBSD systems; configure and
10047                         bin/tests/system/ifconfig.sh now recognize the new
10048                         string.
10049
10050         --- 9.2.0a2 released ---
10051
10052  899.   [bug]           lib/dns/soa.c failed to compile on many platforms
10053                         due to inappropriate use of a void value.
10054                         [RT #1372, #1373, #1386, #1387, #1395]
10055
10056  898.   [bug]           "dig" failed to set a nonzero exit status
10057                         on UDP query timeout. [RT #1323]
10058
10059  897.   [bug]           A config.guess update changed the system identification
10060                         string of UnixWare systems; configure now recognizes
10061                         the new string.
10062
10063  896.   [bug]           If a configuration file is set on named's command line
10064                         and it has a relative pathname, the current directory
10065                         (after any possible jailing resulting from named -t)
10066                         will be prepended to it so that reloading works
10067                         properly even when a directory option is present.
10068
10069  895.   [func]          New function, isc_dir_current(), akin to POSIX's
10070                         getcwd().
10071
10072  894.   [bug]           When using the DNSSEC tools, a message intended to warn
10073                         when the keyboard was being used because of the lack
10074                         of a suitable random device was not being printed.
10075
10076  893.   [func]          Removed isc_file_test() and added isc_file_exists()
10077                         for the basic functionality that was being added
10078                         with isc_file_test().
10079
10080  892.   [placeholder]
10081
10082  891.   [bug]           Return an error when a SIG(0) signed response to
10083                         an unsigned query is seen.  This should actually
10084                         do the verification, but it's not currently
10085                         possible. [RT #1391]
10086
10087  890.   [cleanup]       The man pages no longer require the mandoc macros
10088                         and should now format cleanly using most versions of
10089                         nroff, and HTML versions of the man pages have been
10090                         added.  Both are generated from DocBook source.
10091
10092  889.   [port]          Eliminated blank lines before .TH in nroff man
10093                         pages since they cause problems with some versions
10094                         of nroff. [RT #1390]
10095
10096  888.   [bug]           Don't die when using TKEY to delete a nonexistent
10097                         TSIG key. [RT #1392]
10098
10099  887.   [port]          Detect broken compilers that can't call static
10100                         functions from inline functions. [RT #1212]
10101
10102  886.   [placeholder]
10103
10104  885.   [placeholder]
10105
10106  884.   [placeholder]
10107
10108  883.   [placeholder]
10109
10110  882.   [placeholder]
10111
10112  881.   [placeholder]
10113
10114  880.   [placeholder]
10115
10116  879.   [placeholder]
10117
10118  878.   [placeholder]
10119
10120  877.   [placeholder]
10121
10122  876.   [placeholder]
10123
10124  875.   [placeholder]
10125
10126  874.   [placeholder]
10127
10128  873.   [placeholder]
10129
10130  872.   [placeholder]
10131
10132  871.   [placeholder]
10133
10134  870.   [placeholder]
10135
10136  869.   [placeholder]
10137
10138  868.   [placeholder]
10139
10140  867.   [placeholder]
10141
10142  866.   [func]          Close debug only file channels when debug is set to
10143                         zero. [RT #1246]
10144
10145  865.   [bug]           The new configuration parser did not allow
10146                         the optional debug level in a "severity debug"
10147                         clause of a logging channel to be omitted.
10148                         This is now allowed and treated as "severity
10149                         debug 1;" like it does in BIND 8.2.4, not as
10150                         "severity debug 0;" like it did in BIND 9.1.
10151                         [RT #1367]
10152
10153  864.   [cleanup]       Multi-threading is now enabled by default on
10154                         OSF1, Solaris 2.7 and newer, AIX, IRIX, and HP-UX.
10155
10156  863.   [bug]           If an error occurred while an outgoing zone transfer
10157                         was starting up, the server could access a domain
10158                         name that had already been freed when logging a
10159                         message saying that the transfer was starting.
10160                         [RT #1383]
10161
10162  862.   [bug]           Use after realloc(), non portable pointer arithmetic in
10163                         grmerge().
10164
10165  861.   [port]          Add support for Mac OS X, by making it equivalent
10166                         to Darwin.  This was derived from the config.guess
10167                         file shipped with Mac OS X. [RT #1355]
10168
10169  860.   [func]          Drop cross class glue in zone transfers.
10170
10171  859.   [bug]           Cache cleaning now won't swamp the CPU if there
10172                         is a persistent over limit condition.
10173
10174  858.   [func]          isc_mem_setwater() no longer requires that when the
10175                         callback function is non-NULL then its hi_water
10176                         argument must be greater than its lo_water argument
10177                         (they can now be equal) or that they be non-zero.
10178
10179  857.   [cleanup]       Use ISC_MAGIC() to define all magic numbers for
10180                         structs, for our friends in EBCDIC-land.
10181
10182  856.   [func]          Allow partial rdatasets to be returned in answer and
10183                         authority sections to help non-TCP capable clients
10184                         recover from truncation. [RT #1301]
10185
10186  855.   [bug]           Stop spurious "using RFC 1035 TTL semantics" warnings.
10187
10188  854.   [bug]           The config parser didn't properly handle config
10189                         options that were specified in units of time other
10190                         than seconds. [RT #1372]
10191
10192  853.   [bug]           configure_view_acl() failed to detach existing acls.
10193                         [RT #1374]
10194
10195  852.   [bug]           Handle responses from servers which do not know
10196                         about IXFR.
10197
10198  851.   [cleanup]       The obsolete support-ixfr option was not properly
10199                         ignored.
10200
10201         --- 9.2.0a1 released ---
10202
10203  850.   [bug]           dns_rbt_findnode() would not find nodes that were
10204                         split on a bitstring label somewhere other than in
10205                         the last label of the node. [RT #1351]
10206
10207  849.   [func]          <isc/net.h> will ensure INADDR_LOOPBACK is defined.
10208
10209  848.   [func]          A minimum max-cache-size of two megabytes is enforced
10210                         by the cache cleaner.
10211
10212  847.   [func]          Added isc_file_test(), which currently only has
10213                         some very basic functionality to test for the
10214                         existence of a file, whether a pathname is absolute,
10215                         or whether a pathname is the fundamental representation
10216                         of the current directory.  It is intended that this
10217                         function can be expanded to test other things a
10218                         programmer might want to know about a file.
10219
10220  846.   [func]          A non-zero 'param' to dst_key_generate() when making an
10221                         hmac-md5 key means that good entropy is not required.
10222
10223  845.   [bug]           The access rights on the public file of a symmetric
10224                         key are now restricted as soon as the file is opened,
10225                         rather than after it has been written and closed.
10226
10227  844.   [func]          <isc/net.h> will ensure INADDR_LOOPBACK is defined,
10228                         just as <lwres/net.h> does.
10229
10230  843.   [func]          If no controls statement is present in named.conf,
10231                         or if any inet phrase of a controls statement is
10232                         lacking a keys clause, then a key will be automatically
10233                         generated by named and an rndc.conf-style file
10234                         named named.key will be written that uses it.  rndc
10235                         will use this file only if its normal configuration
10236                         file, or one provided on the command line, does not
10237                         exist.
10238
10239  842.   [func]          'rndc flush' now takes an optional view.
10240
10241  841.   [bug]           When sdb modules were not declared threadsafe, their
10242                         create and destroy functions were not serialized.
10243
10244  840.   [bug]           The config file parser could print the wrong file
10245                         name if an error was detected after an included file
10246                         was parsed. [RT #1353]
10247
10248  839.   [func]          Dump packets for which there was no view or that the
10249                         class could not be determined to category "unmatched".
10250
10251  838.   [port]          UnixWare 7.x.x is now suported by
10252                         bin/tests/system/ifconfig.sh.
10253
10254  837.   [cleanup]       Multi-threading is now enabled by default only on
10255                         OSF1, Solaris 2.7 and newer, and AIX.
10256
10257  836.   [func]          Upgraded libtool to 1.4.
10258
10259  835.   [bug]           The dispatcher could enter a busy loop if
10260                         it got an I/O error receiving on a UDP socket.
10261                         [RT #1293]
10262
10263  834.   [func]          Accept (but warn about) master files beginning with
10264                         an SOA record without an explicit TTL field and
10265                         lacking a $TTL directive, by using the SOA MINTTL
10266                         as a default TTL.  This is for backwards compatibility
10267                         with old versions of BIND 8, which accepted such
10268                         files without warning although they are illegal
10269                         according to RFC1035.
10270
10271  833.   [cleanup]       Moved dns_soa_*() from <dns/journal.h> to
10272                         <dns/soa.h>, and extended them to support
10273                         all the integer-valued fields of the SOA RR.
10274
10275  832.   [bug]           The default location for named.conf in named-checkconf
10276                         should depend on --sysconfdir like it does in named.
10277                         [RT #1258]
10278
10279  831.   [placeholder]
10280
10281  830.   [func]          Implement 'rndc status'.
10282
10283  829.   [bug]           The DNS_R_ZONECUT result code should only be returned
10284                         when an ANY query is made with DNS_DBFIND_GLUEOK set.
10285                         In all other ANY query cases, returning the delegation
10286                         is better.
10287
10288  828.   [bug]           The errno value from recvfrom() could be overwritten
10289                         by logging code. [RT #1293]
10290
10291  827.   [bug]           When an IXFR protocol error occurs, the slave
10292                         should retry with AXFR.
10293
10294  826.   [bug]           Some IXFR protocol errors were not detected.
10295
10296  825.   [bug]           zone.c:ns_query() detached from the wrong zone
10297                         reference. [RT #1264]
10298
10299  824.   [bug]           Correct line numbers reported by dns_master_load().
10300                         [RT #1263]
10301
10302  823.   [func]          The output of "dig -h" now goes to stdout so that it
10303                         can easily be piped through "more". [RT #1254]
10304
10305  822.   [bug]           Sending nxrrset prerequisites would crash nsupdate.
10306                         [RT #1248]
10307
10308  821.   [bug]           The program name used when logging to syslog should
10309                         be stripped of leading path components.
10310                         [RT #1178, #1232]
10311
10312  820.   [bug]           Name server address lookups failed to follow
10313                         A6 chains into the glue of local authoritative
10314                         zones.
10315
10316  819.   [bug]           In certain cases, the resolver's attempts to
10317                         restart an address lookup at the root could cause
10318                         the fetch to deadlock (with itself) instead of
10319                         restarting. [RT #1225]
10320
10321  818.   [bug]           Certain pathological responses to ANY queries could
10322                         cause an assertion failure. [RT #1218]
10323
10324  817.   [func]          Adjust timeouts for dialup zone queries.
10325
10326  816.   [bug]           Report potential problems with log file accessibility
10327                         at configuration time, since such problems can't
10328                         reliably be reported at the time they actually occur.
10329
10330  815.   [bug]           If a log file was specified with a path separator
10331                         character (i.e. "/") in its name and the directory
10332                         did not exist, the log file's name was treated as
10333                         though it were the directory name. [RT #1189]
10334
10335  814.   [bug]           Socket objects left over from accept() failures
10336                         were incorrectly destroyed, causing corruption
10337                         of socket manager data structures.
10338
10339  813.   [bug]           File descriptors exceeding FD_SETSIZE were handled
10340                         badly. [RT #1192]
10341
10342  812.   [bug]           dig sometimes printed incomplete IXFR responses
10343                         due to an uninitialized variable. [RT #1188]
10344
10345  811.   [bug]           Parentheses were not quoted in zone dumps. [RT #1194]
10346
10347  810.   [bug]           The signer name in SIG records was not properly
10348                         down-cased when signing/verifying records. [RT #1186]
10349
10350  809.   [bug]           Configuring a non-local address as a transfer-source
10351                         could cause an assertion failure during load.
10352
10353  808.   [func]          Add 'rndc flush' to flush the server's cache.
10354
10355  807.   [bug]           When setting up TCP connections for incoming zone
10356                         transfers, the transfer-source port was not
10357                         ignored like it should be.
10358
10359  806.   [bug]           DNS_R_SEENINCLUDE was failing to propagate back up
10360                         the calling stack to the zone maintenance level,
10361                         causing zones to not reload when an included file was
10362                         touched but the top-level zone file was not.
10363
10364  805.   [bug]           When using "forward only", missing root hints should
10365                         not cause queries to fail. [RT #1143]
10366
10367  804.   [bug]           Attempting to obtain entropy could fail in some
10368                         situations.  This would be most common on systems
10369                         with user-space threads. [RT #1131]
10370
10371  803.   [bug]           Treat all SIG queries as if they have the CD bit set,
10372                         otherwise no data will be returned [RT #749]
10373
10374  802.   [bug]           DNSSEC key tags were computed incorrectly in almost
10375                         all cases. [RT #1146]
10376
10377  801.   [bug]           nsupdate should treat lines beginning with ';' as
10378                         comments. [RT #1139]
10379
10380  800.   [bug]           dnssec-signzone produced incorrect statistics for
10381                         large zones. [RT #1133]
10382
10383  799.   [bug]           The ADB didn't find AAAA glue in a zone unless A6
10384                         glue was also present.
10385
10386  798.   [bug]           nsupdate should be able to reject bad input lines
10387                         and continue. [RT #1130]
10388
10389  797.   [func]          Issue a warning if the 'directory' option contains
10390                         a relative path. [RT #269]
10391
10392  796.   [func]          When a size limit is associated with a log file,
10393                         only roll it when the size is reached, not every
10394                         time the log file is opened. [RT #1096]
10395
10396  795.   [func]          Add the +multiline option to dig. [RT #1095]
10397
10398  794.   [func]          Implement the "port" and "default-port" statements
10399                         in rndc.conf.
10400
10401  793.   [cleanup]       The DNSSEC tools could create filenames that were
10402                         illegal or contained shell meta-characters.  They
10403                         now use a different text encoding of names that
10404                         doesn't have these problems. [RT #1101]
10405
10406  792.   [cleanup]       Replace the OMAPI command channel protocol with a
10407                         simpler one.
10408
10409  791.   [bug]           The command channel now works over IPv6.
10410
10411  790.   [bug]           Wildcards created using dynamic update or IXFR
10412                         could fail to match. [RT #1111]
10413
10414  789.   [bug]           The "localhost" and "localnets" ACLs did not match
10415                         when used as the second element of a two-element
10416                         sortlist item.
10417
10418  788.   [func]          Add the "match-mapped-addresses" option, which
10419                         causes IPv6 v4mapped addresses to be treated as
10420                         IPv4 addresses for the purpose of acl matching.
10421
10422  787.   [bug]           The DNSSEC tools failed to downcase domain
10423                         names when mapping them into file names.
10424
10425  786.   [bug]           When DNSSEC signing/verifying data, owner names were
10426                         not properly down-cased.
10427
10428  785.   [bug]           A race condition in the resolver could cause
10429                         an assertion failure. [RT #673, #872, #1048]
10430
10431  784.   [bug]           nsupdate and other programs would not quit properly
10432                         if some signals were blocked by the caller. [RT #1081]
10433
10434  783.   [bug]           Following CNAMEs could cause an assertion failure
10435                         when either using an sdb database or under very
10436                         rare conditions.
10437
10438  782.   [func]          Implement the "serial-query-rate" option.
10439
10440  781.   [func]          Avoid error packet loops by dropping duplicate FORMERR
10441                         responses. [RT #1006]
10442
10443  780.   [bug]           Error handling code dealing with out of memory or
10444                         other rare errors could lead to assertion failures
10445                         by calling functions on uninitialized names. [RT #1065]
10446
10447  779.   [func]          Added the "minimal-responses" option.
10448
10449  778.   [bug]           When starting cache cleaning, cleaning_timer_action()
10450                         returned without first pausing the iterator, which
10451                         could cause deadlock. [RT #998]
10452
10453  777.   [bug]           An empty forwarders list in a zone failed to override
10454                         global forwarders. [RT #995]
10455
10456  776.   [func]          Improved error reporting in denied messages. [RT #252]
10457
10458  775.   [placeholder]
10459
10460  774.   [func]          max-cache-size is implemented.
10461
10462  773.   [func]          Added isc_rwlock_trylock() to attempt to lock without
10463                         blocking.
10464
10465  772.   [bug]           Owner names could be incorrectly omitted from cache
10466                         dumps in the presence of negative caching entries.
10467                         [RT #991]
10468
10469  771.   [cleanup]       TSIG errors related to unsynchronized clocks
10470                         are logged better. [RT #919]
10471
10472  770.   [func]          Add the "edns yes_or_no" statement to the server
10473                         clause. [RT #524]
10474
10475  769.   [func]          Improved error reporting when parsing rdata. [RT #740]
10476
10477  768.   [bug]           The server did not emit an SOA when a CNAME
10478                         or DNAME chain ended in NXDOMAIN in an
10479                         authoritative zone.
10480
10481  767.   [placeholder]
10482
10483  766.   [bug]           A few cases in query_find() could leak fname.
10484                         This would trigger the mpctx->allocated == 0
10485                         assertion when the server exited.
10486                         [RT #739, #776, #798, #812, #818, #821, #845,
10487                         #892, #935, #966]
10488
10489  765.   [func]          ACL names are once again case insensitive, like
10490                         in BIND 8. [RT #252]
10491
10492  764.   [func]          Configuration files now allow "include" directives
10493                         in more places, such as inside the "view" statement.
10494                         [RT #377, #728, #860]
10495
10496  763.   [func]          Configuration files no longer have reserved words.
10497                         [RT #731, #753]
10498
10499  762.   [cleanup]       The named.conf and rndc.conf file parsers have
10500                         been completely rewritten.
10501
10502  761.   [bug]           _REENTRANT was still defined when building with
10503                         --disable-threads.
10504
10505  760.   [contrib]       Significant enhancements to the pgsql sdb driver.
10506
10507  759.   [bug]           The resolver didn't turn off "avoid fetches" mode
10508                         when restarting, possibly causing resolution
10509                         to fail when it should not.  This bug only affected
10510                         platforms which support both IPv4 and IPv6. [RT #927]
10511
10512  758.   [bug]           The "avoid fetches" code did not treat negative
10513                         cache entries correctly, causing fetches that would
10514                         be useful to be avoided.  This bug only affected
10515                         platforms which support both IPv4 and IPv6. [RT #927]
10516
10517  757.   [func]          Log zone transfers.
10518
10519  756.   [bug]           dns_zone_load() could "return" success when no master
10520                         file was configured.
10521
10522  755.   [bug]           Fix incorrectly formatted log messages in zone.c.
10523
10524  754.   [bug]           Certain failure conditions sending UDP packets
10525                         could cause the server to retry the transmission
10526                         indefinitely. [RT #902]
10527
10528  753.   [bug]           dig, host, and nslookup would fail to contact a
10529                         remote server if getaddrinfo() returned an IPv6
10530                         address on a system that doesn't support IPv6.
10531                         [RT #917]
10532
10533  752.   [func]          Correct bad tv_usec elements returned by
10534                         gettimeofday().
10535
10536  751.   [func]          Log successful zone loads / transfers.  [RT #898]
10537
10538  750.   [bug]           A query should not match a DNAME whose trust level
10539                         is pending. [RT #916]
10540
10541  749.   [bug]           When a query matched a DNAME in a secure zone, the
10542                         server did not return the signature of the DNAME.
10543                         [RT #915]
10544
10545  748.   [doc]           List supported RFCs in doc/misc/rfc-compliance.
10546                         [RT #781]
10547
10548  747.   [bug]           The code to determine whether an IXFR was possible
10549                         did not properly check for a database that could
10550                         not have a journal. [RT #865, #908]
10551
10552  746.   [bug]           The sdb didn't clone rdatasets properly, causing
10553                         a crash when the server followed delegations. [RT #905]
10554
10555  745.   [func]          Report the owner name of records that fail
10556                         semantic checks while loading.
10557
10558  744.   [bug]           When returning DNS_R_CNAME or DNS_R_DNAME as the
10559                         result of an ANY or SIG query, the resolver failed
10560                         to setup the return event's rdatasets, causing an
10561                         assertion failure in the query code. [RT #881]
10562
10563  743.   [bug]           Receiving a large number of certain malformed
10564                         answers could cause named to stop responding.
10565                         [RT #861]
10566
10567  742.   [placeholder]
10568
10569  741.   [port]          Support openssl-engine. [RT #709]
10570
10571  740.   [port]          Handle openssl library mismatches slightly better.
10572
10573  739.   [port]          Look for /dev/random in configure, rather than
10574                         assuming it will be there for only a predefined
10575                         set of OSes.
10576
10577  738.   [bug]           If a non-threadsafe sdb driver supported AXFR and
10578                         received an AXFR request, it would deadlock or die
10579                         with an assertion failure. [RT #852]
10580
10581  737.   [port]          stdtime.c failed to compile on certain platforms.
10582
10583  736.   [func]          New functions isc_task_{begin,end}exclusive().
10584
10585  735.   [doc]           Add BIND 4 migration notes.
10586
10587  734.   [bug]           An attempt to re-lock the zone lock could occur if
10588                         the server was shutdown during a zone transfer.
10589                         [RT #830]
10590
10591  733.   [bug]           Reference counts of dns_acl_t objects need to be
10592                         locked but were not. [RT #801, #821]
10593
10594  732.   [bug]           Glue with 0 TTL could also cause SERVFAIL. [RT #828]
10595
10596  731.   [bug]           Certain zone errors could cause named-checkzone to
10597                         fail ungracefully. [RT #819]
10598
10599  730.   [bug]           lwres_getaddrinfo() returns the correct result when
10600                         it fails to contact a server. [RT #768]
10601
10602  729.   [port]          pthread_setconcurrency() needs to be called on Solaris.
10603
10604  728.   [bug]           Fix comment processing on master file directives.
10605                         [RT #757]
10606
10607  727.   [port]          Work around OS bug where accept() succeeds but
10608                         fails to fill in the peer address of the accepted
10609                         connection, by treating it as an error rather than
10610                         an assertion failure. [RT #809]
10611
10612  726.   [func]          Implement the "trace" and "notrace" commands in rndc.
10613
10614  725.   [bug]           Installing man pages could fail.
10615
10616  724.   [func]          New libisc functions isc_netaddr_any(),
10617                         isc_netaddr_any6().
10618
10619  723.   [bug]           Referrals whose NS RRs had a 0 TTL caused the resolver
10620                         to return DNS_R_SERVFAIL. [RT #783]
10621
10622  722.   [func]          Allow incremental loads to be canceled.
10623
10624  721.   [cleanup]       Load manager and dns_master_loadfilequota() are no
10625                         more.
10626
10627  720.   [bug]           Server could enter infinite loop in
10628                         dispatch.c:do_cancel(). [RT #733]
10629
10630  719.   [bug]           Rapid reloads could trigger an assertion failure.
10631                         [RT #743, #763]
10632
10633  718.   [cleanup]       "internal" is no longer a reserved word in named.conf.
10634                         [RT #753, #731]
10635
10636  717.   [bug]           Certain TKEY processing failure modes could
10637                         reference an uninitialized variable, causing the
10638                         server to crash. [RT #750]
10639
10640  716.   [bug]           The first line of a $INCLUDE master file was lost if
10641                         an origin was specified. [RT #744]
10642
10643  715.   [bug]           Resolving some A6 chains could cause an assertion
10644                         failure in adb.c. [RT #738]
10645
10646  714.   [bug]           Preserve interval timers across reloads unless changed.
10647                         [RT #729]
10648
10649  713.   [func]          named-checkconf takes '-t directory' similar to named.
10650                         [RT #726]
10651
10652  712.   [bug]           Sending a large signed update message caused an
10653                         assertion failure. [RT #718]
10654
10655  711.   [bug]           The libisc and liblwres implementations of
10656                         inet_ntop contained an off by one error.
10657
10658  710.   [func]          The forwarders statement now takes an optional
10659                         port. [RT #418]
10660
10661  709.   [bug]           ANY or SIG queries for data with a TTL of 0
10662                         would return SERVFAIL. [RT #620]
10663
10664  708.   [bug]           When building with --with-openssl, the openssl headers
10665                         included with BIND 9 should not be used. [RT #702]
10666
10667  707.   [func]          The "filename" argument to named-checkzone is no
10668                         longer optional, to reduce confusion. [RT #612]
10669
10670  706.   [bug]           Zones with an explicit "allow-update { none; };"
10671                         were considered dynamic and therefore not reloaded
10672                         on SIGHUP or "rndc reload".
10673
10674  705.   [port]          Work out resource limit type for use where rlim_t is
10675                         not available. [RT #695]
10676
10677  704.   [port]          RLIMIT_NOFILE is not available on all platforms.
10678                         [RT #695]
10679
10680  703.   [port]          sys/select.h is needed on older platforms. [RT #695]
10681
10682  702.   [func]          If the address 0.0.0.0 is seen in resolv.conf,
10683                         use 127.0.0.1 instead. [RT #693]
10684
10685  701.   [func]          Root hints are now fully optional.  Class IN
10686                         views use compiled-in hints by default, as
10687                         before.  Non-IN views with no root hints now
10688                         provide authoritative service but not recursion.
10689                         A warning is logged if a view has neither root
10690                         hints nor authoritative data for the root. [RT #696]
10691
10692  700.   [bug]           $GENERATE range check was wrong. [RT #688]
10693
10694  699.   [bug]           The lexer mishandled empty quoted strings. [RT #694]
10695
10696  698.   [bug]           Aborting nsupdate with ^C would lead to several
10697                         race conditions.
10698
10699  697.   [bug]           nsupdate was not compatible with the undocumented
10700                         BIND 8 behavior of ignoring TTLs in "update delete"
10701                         commands. [RT #693]
10702
10703  696.   [bug]           lwresd would die with an assertion failure when passed
10704                         a zero-length name. [RT #692]
10705
10706  695.   [bug]           If the resolver attempted to query a blackholed or
10707                         bogus server, the resolution would fail immediately.
10708
10709  694.   [bug]           $GENERATE did not produce the last entry.
10710                         [RT #682, #683]
10711
10712  693.   [bug]           An empty lwres statement in named.conf caused
10713                         the server to crash while loading.
10714
10715  692.   [bug]           Deal with systems that have getaddrinfo() but not
10716                         gai_strerror(). [RT #679]
10717
10718  691.   [bug]           Configuring per-view forwarders caused an assertion
10719                         failure. [RT #675, #734]
10720
10721  690.   [func]          $GENERATE now supports DNAME. [RT #654]
10722
10723  689.   [doc]           man pages are now installed. [RT #210]
10724
10725  688.   [func]          "make tags" now works on systems with the
10726                         "Exuberant Ctags" etags.
10727
10728  687.   [bug]           Only say we have IPv6, with sufficient functionality,
10729                         if it has actually been tested. [RT #586]
10730
10731  686.   [bug]           dig and nslookup can now be properly aborted during
10732                         blocking operations. [RT #568]
10733
10734  685.   [bug]           nslookup should use the search list/domain options
10735                         from resolv.conf by default. [RT #405, #630]
10736
10737  684.   [bug]           Memory leak with view forwarders. [RT #656]
10738
10739  683.   [bug]           File descriptor leak in isc_lex_openfile().
10740
10741  682.   [bug]           nslookup displayed SOA records incorrectly. [RT #665]
10742
10743  681.   [bug]           $GENERATE specifying output format was broken. [RT #653]
10744
10745  680.   [bug]           dns_rdata_fromstruct() mishandled options bigger
10746                         than 255 octets.
10747
10748  679.   [bug]           $INCLUDE could leak memory and file descriptors on
10749                         reload. [RT #639]
10750
10751  678.   [bug]           "transfer-format one-answer;" could trigger an assertion
10752                         failure. [RT #646]
10753
10754  677.   [bug]           dnssec-signzone would occasionally use the wrong ttl
10755                         for database operations and fail. [RT #643]
10756
10757  676.   [bug]           Log messages about lame servers to category
10758                         'lame-servers' rather than 'resolver', so as not
10759                         to be gratuitously incompatible with BIND 8.
10760
10761  675.   [bug]           TKEY queries could cause the server to leak
10762                         memory.
10763
10764  674.   [func]          Allow messages to be TSIG signed / verified using
10765                         a offset from the current time.
10766
10767  673.   [func]          The server can now convert RFC1886-style recursive
10768                         lookup requests into RFC2874-style lookups, when
10769                         enabled using the new option "allow-v6-synthesis".
10770
10771  672.   [bug]           The wrong time was in the "time signed" field when
10772                         replying with BADTIME error.
10773
10774  671.   [bug]           The message code was failing to parse a message with
10775                         no question section and a TSIG record. [RT #628]
10776
10777  670.   [bug]           The lwres replacements for getaddrinfo and
10778                         getipnodebyname didn't properly check for the
10779                         existence of the sockaddr sa_len field.
10780
10781  669.   [bug]           dnssec-keygen now makes the public key file
10782                         non-world-readable for symmetric keys. [RT #403]
10783
10784  668.   [func]          named-checkzone now reports multiple errors in master
10785                         files.
10786
10787  667.   [bug]           On Linux, running named with the -u option and a
10788                         non-world-readable configuration file didn't work.
10789                         [RT #626]
10790
10791  666.   [bug]           If a request sent by dig is longer than 512 bytes,
10792                         use TCP.
10793
10794  665.   [bug]           Signed responses were not sent when the size of the
10795                         TSIG + question exceeded the maximum message size.
10796                         [RT #628]
10797
10798  664.   [bug]           The t_tasks and t_timers module tests are now skipped
10799                         when building without threads, since they require
10800                         threads.
10801
10802  663.   [func]          Accept a size_spec, not just an integer, in the
10803                         (unimplemented and ignored) max-ixfr-log-size option
10804                         for compatibility with recent versions of BIND 8.
10805                         [RT #613]
10806
10807  662.   [bug]           dns_rdata_fromtext() failed to log certain errors.
10808
10809  661.   [bug]           Certain UDP IXFR requests caused an assertion failure
10810                         (mpctx->allocated == 0). [RT #355, #394, #623]
10811
10812  660.   [port]          Detect multiple CPUs on HP-UX and IRIX.
10813
10814  659.   [performance]   Rewrite the name compression code to be much faster.
10815
10816  658.   [cleanup]       Remove all vestiges of 16 bit global compression.
10817
10818  657.   [bug]           When a listen-on statement in an lwres block does not
10819                         specify a port, use 921, not 53.  Also update the
10820                         listen-on documentation. [RT #616]
10821
10822  656.   [func]          Treat an unescaped newline in a quoted string as
10823                         an error.  This means that TXT records with missing
10824                         close quotes should have meaningful errors printed.
10825
10826  655.   [bug]           Improve error reporting on unexpected eof when loading
10827                         zones. [RT #611]
10828
10829  654.   [bug]           Origin was being forgotten in TCP retries in dig.
10830                         [RT #574]
10831
10832  653.   [bug]           +defname option in dig was reversed in sense.
10833                         [RT #549]
10834
10835  652.   [bug]           zone_saveunique() did not report the new name.
10836
10837  651.   [func]          The AD bit in responses now has the meaning
10838                         specified in <draft-ietf-dnsext-ad-is-secure>.
10839
10840  650.   [bug]           SIG(0) records were being generated and verified
10841                         incorrectly. [RT #606]
10842
10843  649.   [bug]           It was possible to join to an already running fctx
10844                         after it had "cloned" its events, but before it sent
10845                         them.  In this case, the event of the newly joined
10846                         fetch would not contain the answer, and would
10847                         trigger the INSIST() in fctx_sendevents().  In
10848                         BIND 9.0, this bug did not trigger an INSIST(), but
10849                         caused the fetch to fail with a SERVFAIL result.
10850                         [RT #588, #597, #605, #607]
10851
10852  648.   [port]          Add support for pre-RFC2133 IPv6 implementations.
10853
10854  647.   [bug]           Resolver queries sent after following multiple
10855                         referrals had excessively long retransmission
10856                         timeouts due to incorrectly counting the referrals
10857                         as "restarts".
10858
10859  646.   [bug]           The UnixWare ISC_PLATFORM_FIXIN6INADDR fix in isc/net.h
10860                         didn't _cleanly_ fix the problem it was trying to fix.
10861
10862  645.   [port]          BSD/OS 3.0 needs pthread_init(). [RT #603]
10863
10864  644.   [bug]           #622 needed more work. [RT #562]
10865
10866  643.   [bug]           xfrin error messages made more verbose, added class
10867                         of the zone. [RT #599]
10868
10869  642.   [bug]           Break the exit_check() race in the zone module.
10870                         [RT #598]
10871
10872         --- 9.1.0b2 released ---
10873
10874  641.   [bug]           $GENERATE caused a uninitialized link to be used.
10875                         [RT #595]
10876
10877  640.   [bug]           Memory leak in error path could cause
10878                         "mpctx->allocated == 0" failure. [RT #584]
10879
10880  639.   [bug]           Reading entropy from the keyboard would sometimes fail.
10881                         [RT #591]
10882
10883  638.   [port]          lib/isc/random.c needed to explicitly include time.h
10884                         to get a prototype for time() when pthreads was not
10885                         being used. [RT #592]
10886
10887  637.   [port]          Use isc_u?int64_t instead of (unsigned) long long in
10888                         lib/isc/print.c.  Also allow lib/isc/print.c to
10889                         be compiled even if the platform does not need it.
10890                         [RT #592]
10891
10892  636.   [port]          Shut up MSVC++ about a possible loss of precision
10893                         in the ISC__BUFFER_PUTUINT*() macros. [RT #592]
10894
10895  635.   [bug]           Reloading a server with a configured blackhole list
10896                         would cause an assertion. [RT #590]
10897
10898  634.   [bug]           A log file will completely stop being written when
10899                         it reaches the maximum size in all cases, not just
10900                         when versioning is also enabled. [RT #570]
10901
10902  633.   [port]          Cope with rlim_t missing on BSD/OS systems. [RT #575]
10903
10904  632.   [bug]           The index array of the journal file was
10905                         corrupted as it was written to disk.
10906
10907  631.   [port]          Build without thread support on systems without
10908                         pthreads.
10909
10910  630.   [bug]           Locking failure in zone code. [RT #582]
10911
10912  629.   [bug]           9.1.0b1 dereferenced a null pointer and crashed
10913                         when responding to a UDP IXFR request.
10914
10915  628.   [bug]           If the root hints contained only AAAA addresses,
10916                         named would be unable to perform resolution.
10917
10918  627.   [bug]           The EDNS0 blackhole detection code of change 324
10919                         waited for three retransmissions to each server,
10920                         which takes much too long when a domain has many
10921                         name servers and all of them drop EDNS0 queries.
10922                         Now we retry without EDNS0 after three consecutive
10923                         timeouts, even if they are all from different
10924                         servers. [RT #143]
10925
10926  626.   [bug]           The lightweight resolver daemon no longer crashes
10927                         when asked for a SIG rrset. [RT #558]
10928
10929  625.   [func]          Zones now inherit their class from the enclosing view.
10930
10931  624.   [bug]           The zone object could get timer events after it had
10932                         been destroyed, causing a server crash. [RT #571]
10933
10934  623.   [func]          Added "named-checkconf" and "named-checkzone" program
10935                         for syntax checking named.conf files and zone files,
10936                         respectively.
10937
10938  622.   [bug]           A canceled request could be destroyed before
10939                         dns_request_destroy() was called. [RT #562]
10940
10941  621.   [port]          Disable IPv6 at runtime if IPv6 sockets are unusable.
10942                         This mostly affects Red Hat Linux 7.0, which has
10943                         conflicts between libc and the kernel.
10944
10945  620.   [bug]           dns_master_load*inc() now require 'task' and 'load'
10946                         to be non-null.  Also 'done' will not be called if
10947                         dns_master_load*inc() fails immediately. [RT #565]
10948
10949  619.   [placeholder]
10950
10951  618.   [bug]           Queries to a signed zone could sometimes cause
10952                         an assertion failure.
10953
10954  617.   [bug]           When using dynamic update to add a new RR to an
10955                         existing RRset with a different TTL, the journal
10956                         entries generated from the update did not include
10957                         explicit deletions and re-additions of the existing
10958                         RRs to update their TTL to the new value.
10959
10960  616.   [func]          dnssec-signzone -t output now includes performance
10961                         statistics.
10962
10963  615.   [bug]           dnssec-signzone did not like child keysets signed
10964                         by multiple keys.
10965
10966  614.   [bug]           Checks for uninitialized link fields were prone
10967                         to false positives, causing assertion failures.
10968                         The checks are now disabled by default and may
10969                         be re-enabled by defining ISC_LIST_CHECKINIT.
10970
10971  613.   [bug]           "rndc reload zone" now reloads primary zones.
10972                         It previously only updated slave and stub zones,
10973                         if an SOA query indicated an out of date serial.
10974
10975  612.   [cleanup]       Shutup a ridiculously noisy HP-UX compiler that
10976                         complains relentlessly about how its treatment
10977                         of 'const' has changed as well as how casting
10978                         sometimes tightens alignment constraints.
10979
10980  611.   [func]          allow-notify can be used to permit processing of
10981                         notify messages from hosts other than a slave's
10982                         masters.
10983
10984  610.   [func]          rndc dumpdb is now supported.
10985
10986  609.   [bug]           getrrsetbyname() would crash lwresd if the server
10987                         found more SIGs than answers. [RT #554]
10988
10989  608.   [func]          dnssec-signzone now adds a comment to the zone
10990                         with the time the file was signed.
10991
10992  607.   [bug]           nsupdate would fail if it encountered a CNAME or
10993                         DNAME in a response to an SOA query. [RT #515]
10994
10995  606.   [bug]           Compiling with --disable-threads failed due
10996                         to isc_thread_self() being incorrectly defined
10997                         as an integer rather than a function.
10998
10999  605.   [func]          New function isc_lex_getlasttokentext().
11000
11001  604.   [bug]           The named.conf parser could print incorrect line
11002                         numbers when long comments were present.
11003
11004  603.   [bug]           Make dig handle multiple types or classes on the same
11005                         query more correctly.
11006
11007  602.   [func]          Cope automatically with UnixWare's broken
11008                         IN6_IS_ADDR_* macros. [RT #539]
11009
11010  601.   [func]          Return a non-zero exit code if an update fails
11011                         in nsupdate.
11012
11013  600.   [bug]           Reverse lookups sometimes failed in dig, etc...
11014
11015  599.   [func]          Added four new functions to the libisc log API to
11016                         support i18n messages.  isc_log_iwrite(),
11017                         isc_log_ivwrite(), isc_log_iwrite1() and
11018                         isc_log_ivwrite1() were added.
11019
11020  598.   [bug]           An update-policy statement would cause the server
11021                         to assert while loading. [RT #536]
11022
11023  597.   [func]          dnssec-signzone is now multi-threaded.
11024
11025  596.   [bug]           DNS_RDATASLAB_FORCE and DNS_RDATASLAB_EXACT are
11026                         not mutually exclusive.
11027
11028  595.   [port]          On Linux 2.2, socket() returns EINVAL when it
11029                         should return EAFNOSUPPORT.  Work around this.
11030                         [RT #531]
11031
11032  594.   [func]          sdb drivers are now assumed to not be thread-safe
11033                         unless the DNS_SDBFLAG_THREADSAFE flag is supplied.
11034
11035  593.   [bug]           If a secure zone was missing all its NXTs and
11036                         a dynamic update was attempted, the server entered
11037                         an infinite loop.
11038
11039  592.   [bug]           The sig-validity-interval option now specifies a
11040                         number of days, not seconds.  This matches the
11041                         documentation. [RT #529]
11042
11043         --- 9.1.0b1 released ---
11044
11045  591.   [bug]           Work around non-reentrancy in openssl by disabling
11046                         pre-computation in keys.
11047
11048  590.   [doc]           There are now man pages for the lwres library in
11049                         doc/man/lwres.
11050
11051  589.   [bug]           The server could deadlock if a zone was updated
11052                         while being transferred out.
11053
11054  588.   [bug]           ctx->in_use was not being correctly initialized when
11055                         when pushing a file for $INCLUDE. [RT #523]
11056
11057  587.   [func]          A warning is now printed if the "allow-update"
11058                         option allows updates based on the source IP
11059                         address, to alert users to the fact that this
11060                         is insecure and becoming increasingly so as
11061                         servers capable of update forwarding are being
11062                         deployed.
11063
11064  586.   [bug]           multiple views with the same name were fatal. [RT #516]
11065
11066  585.   [func]          dns_db_addrdataset() and and dns_rdataslab_merge()
11067                         now support 'exact' additions in a similar manner to
11068                         dns_db_subtractrdataset() and dns_rdataslab_subtract().
11069
11070  584.   [func]          You can now say 'notify explicit'; to suppress
11071                         notification of the servers listed in NS records
11072                         and notify only those servers listed in the
11073                         'also-notify' option.
11074
11075  583.   [func]          "rndc querylog" will now toggle logging of
11076                         queries, like "ndc querylog" in BIND 8.
11077
11078  582.   [bug]           dns_zone_idetach() failed to lock the zone.
11079                         [RT #199, #463]
11080
11081  581.   [bug]           log severity was not being correctly processed.
11082                         [RT #485]
11083
11084  580.   [func]          Ignore trailing garbage on incoming DNS packets,
11085                         for interoperability with broken server
11086                         implementations. [RT #491]
11087
11088  579.   [bug]           nsupdate did not take a filename to read update from.
11089                         [RT #492]
11090
11091  578.   [func]          New config option "notify-source", to specify the
11092                         source address for notify messages.
11093
11094  577.   [func]          Log illegal RDATA combinations. e.g. multiple
11095                         singleton types, cname and other data.
11096
11097  576.   [doc]           isc_log_create() description did not match reality.
11098
11099  575.   [bug]           isc_log_create() was not setting internal state
11100                         correctly to reflect the default channels created.
11101
11102  574.   [bug]           TSIG signed queries sent by the resolver would fail to
11103                         have their responses validated and would leak memory.
11104
11105  573.   [bug]           The journal files of IXFRed slave zones were
11106                         inadvertently discarded on server reload, causing
11107                         "journal out of sync with zone" errors on subsequent
11108                         reloads. [RT #482]
11109
11110  572.   [bug]           Quoted strings were not accepted as key names in
11111                         address match lists.
11112
11113  571.   [bug]           It was possible to create an rdataset of singleton
11114                         type which had more than one rdata. [RT #154]
11115                         [RT #279]
11116
11117  570.   [bug]           rbtdb.c allowed zones containing nodes which had
11118                         both a CNAME and "other data". [RT #154]
11119
11120  569.   [func]          The DNSSEC AD bit will not be set on queries which
11121                         have not requested a DNSSEC response.
11122
11123  568.   [func]          Add sample simple database drivers in contrib/sdb.
11124
11125  567.   [bug]           Setting the zone transfer timeout to zero caused an
11126                         assertion failure. [RT #302]
11127
11128  566.   [func]          New public function dns_timer_setidle().
11129
11130  565.   [func]          Log queries more like BIND 8: query logging is now
11131                         done to category "queries", level "info". [RT #169]
11132
11133  564.   [func]          Add sortlist support to lwresd.
11134
11135  563.   [func]          New public functions dns_rdatatype_format() and
11136                         dns_rdataclass_format(), for convenient formatting
11137                         of rdata type/class mnemonics in log messages.
11138
11139  562.   [cleanup]       Moved lib/dns/*conf.c to bin/named where they belong.
11140
11141  561.   [func]          The 'datasize', 'stacksize', 'coresize' and 'files'
11142                         clauses of the options{} statement are now implemented.
11143
11144  560.   [bug]           dns_name_split did not properly the resulting prefix
11145                         when a maximal length bitstring label was split which
11146                         was preceded by another bitstring label. [RT #429]
11147
11148  559.   [bug]           dns_name_split did not properly create the suffix
11149                         when splitting within a maximal length bitstring label.
11150
11151  558.   [func]          New functions, isc_resource_getlimit and
11152                         isc_resource_setlimit.
11153
11154  557.   [func]          Symbolic constants for libisc integral types.
11155
11156  556.   [func]          The DNSSEC OK bit in the EDNS extended flags
11157                         is now implemented.  Responses to queries without
11158                         this bit set will not contain any DNSSEC records.
11159
11160  555.   [bug]           A slave server attempting a zone transfer could
11161                         crash with an assertion failure on certain
11162                         malformed responses from the master. [RT #457]
11163
11164  554.   [bug]           In some cases, not all of the dnssec tools were
11165                         properly installed.
11166
11167  553.   [bug]           Incoming zone transfers deferred due to quota
11168                         were not started when quota was increased but
11169                         only when a transfer in progress finished. [RT #456]
11170
11171  552.   [bug]           We were not correctly detecting the end of all c-style
11172                         comments. [RT #455]
11173
11174  551.   [func]          Implemented the 'sortlist' option.
11175
11176  550.   [func]          Support unknown rdata types and classes.
11177
11178  549.   [bug]           "make" did not immediately abort the build when a
11179                         subdirectory make failed [RT #450].
11180
11181  548.   [func]          The lexer now ungets tokens more correctly.
11182
11183  547.   [placeholder]
11184
11185  546.   [func]          Option 'lame-ttl' is now implemented.
11186
11187  545.   [func]          Name limit and counting options removed from dig;
11188                         they didn't work properly, and cannot be correctly
11189                         implemented without significant changes.
11190
11191  544.   [func]          Add statistics option, enable statistics-file option,
11192                         add RNDC option "dump-statistics" to write out a
11193                         query statistics file.
11194
11195  543.   [doc]           The 'port' option is now documented.
11196
11197  542.   [func]          Add support for update forwarding as required for
11198                         full compliance with RFC2136.  It is turned off
11199                         by default and can be enabled using the
11200                         'allow-update-forwarding' option.
11201
11202  541.   [func]          Add bogus server support.
11203
11204  540.   [func]          Add dialup support.
11205
11206  539.   [func]          Support the blackhole option.
11207
11208  538.   [bug]           fix buffer overruns by 1 in lwres_getnameinfo().
11209
11210  537.   [placeholder]
11211
11212  536.   [func]          Use transfer-source{-v6} when sending refresh queries.
11213                         Transfer-source{-v6} now take a optional port
11214                         parameter for setting the UDP source port.  The port
11215                         parameter is ignored for TCP.
11216
11217  535.   [func]          Use transfer-source{-v6} when forwarding update
11218                         requests.
11219
11220  534.   [func]          Ancestors have been removed from RBT chains.  Ancestor
11221                         information can be discerned via node parent pointers.
11222
11223  533.   [func]          Incorporated name hashing into the RBT database to
11224                         improve search speed.
11225
11226  532.   [func]          Implement DNS UPDATE pseudo records using
11227                         DNS_RDATA_UPDATE flag.
11228
11229  531.   [func]          Rdata really should be initialized before being assigned
11230                         to (dns_rdata_fromwire(), dns_rdata_fromtext(),
11231                         dns_rdata_clone(), dns_rdata_fromregion()),
11232                         check that it is.
11233
11234  530.   [func]          New function dns_rdata_invalidate().
11235
11236  529.   [bug]           521 contained a bug which caused zones to always
11237                         reload.  [RT #410]
11238
11239  528.   [func]          The ISC_LIST_XXXX macros now perform sanity checks
11240                         on their arguments.  ISC_LIST_XXXXUNSAFE can be use
11241                         to skip the checks however use with caution.
11242
11243  527.   [func]          New function dns_rdata_clone().
11244
11245  526.   [bug]           nsupdate incorrectly refused to add RRs with a TTL
11246                         of 0.
11247
11248  525.   [func]          New arguments 'options' for dns_db_subtractrdataset(),
11249                         and 'flags' for dns_rdataslab_subtract() allowing you
11250                         to request that the RR's must exist prior to deletion.
11251                         DNS_R_NOTEXACT is returned if the condition is not met.
11252
11253  524.   [func]          The 'forward' and 'forwarders' statement in
11254                         non-forward zones should work now.
11255
11256  523.   [doc]           The source to the Administrator Reference Manual is
11257                         now an XML file using the DocBook DTD, and is included
11258                         in the distribution.  The plain text version of the
11259                         ARM is temporarily unavailable while we figure out
11260                         how to generate readable plain text from the XML.
11261
11262  522.   [func]          The lightweight resolver daemon can now use
11263                         a real configuration file, and its functionality
11264                         can be provided by a name server.  Also, the -p and -P
11265                         options to lwresd have been reversed.
11266
11267  521.   [bug]           Detect master files which contain $INCLUDE and always
11268                         reload. [RT #196]
11269
11270  520.   [bug]           Upgraded libtool to 1.3.5, which makes shared
11271                         library builds almost work on AIX (and possibly
11272                         others).
11273
11274  519.   [bug]           dns_name_split() would improperly split some bitstring
11275                         labels, zeroing a few of the least significant bits in
11276                         the prefix part.  When such an improperly created
11277                         prefix was returned to the RBT database, the bogus
11278                         label was dutifully stored, corrupting the tree.
11279                         [RT #369]
11280
11281  518.   [bug]           The resolver did not realize that a DNAME which was
11282                         "the answer" to the client's query was "the answer",
11283                         and such queries would fail. [RT #399]
11284
11285  517.   [bug]           The resolver's DNAME code would trigger an assertion
11286                         if there was more than one DNAME in the chain.
11287                         [RT #399]
11288
11289  516.   [bug]           Cache lookups which had a NULL node pointer, e.g.
11290                         those by dns_view_find(), and which would match a
11291                         DNAME, would trigger an INSIST(!search.need_cleanup)
11292                         assertion. [RT #399]
11293
11294  515.   [bug]           The ssu table was not being attached / detached
11295                         by dns_zone_[sg]etssutable. [RT #397]
11296
11297  514.   [func]          Retry refresh and notify queries if they timeout.
11298                         [RT #388]
11299
11300  513.   [func]          New functionality added to rdnc and server to allow
11301                         individual zones to be refreshed or reloaded.
11302
11303  512.   [bug]           The zone transfer code could throw an exception with
11304                         an invalid IXFR stream.
11305
11306  511.   [bug]           The message code could throw an assertion on an
11307                         out of memory failure. [RT #392]
11308
11309  510.   [bug]           Remove spurious view notify warning. [RT #376]
11310
11311  509.   [func]          Add support for write of zone files on shutdown.
11312
11313  508.   [func]          dns_message_parse() can now do a best-effort
11314                         attempt, which should allow dig to print more invalid
11315                         messages.
11316
11317  507.   [func]          New functions dns_zone_flush(), dns_zt_flushanddetach()
11318                         and dns_view_flushanddetach().
11319
11320  506.   [func]          Do not fail to start on errors in zone files.
11321
11322  505.   [bug]           nsupdate was printing "unknown result code". [RT #373]
11323
11324  504.   [bug]           The zone was not being marked as dirty when updated via
11325                         IXFR.
11326
11327  503.   [bug]           dumptime was not being set along with
11328                         DNS_ZONEFLG_NEEDDUMP.
11329
11330  502.   [func]          On a SERVFAIL reply, DiG will now try the next server
11331                         in the list, unless the +fail option is specified.
11332
11333  501.   [bug]           Incorrect port numbers were being displayed by
11334                         nslookup. [RT #352]
11335
11336  500.   [func]          Nearly useless +details option removed from DiG.
11337
11338  499.   [func]          In DiG, specifying a class with -c or type with -t
11339                         changes command-line parsing so that classes and
11340                         types are only recognized if following -c or -t.
11341                         This allows hosts with the same name as a class or
11342                         type to be looked up.
11343
11344  498.   [doc]           There is now a man page for "dig"
11345                         in doc/man/bin/dig.1.
11346
11347  497.   [bug]           The error messages printed when an IP match list
11348                         contained a network address with a nonzero host
11349                         part where not sufficiently detailed. [RT #365]
11350
11351  496.   [bug]           named didn't sanity check numeric parameters. [RT #361]
11352
11353  495.   [bug]           nsupdate was unable to handle large records. [RT #368]
11354
11355  494.   [func]          Do not cache NXDOMAIN responses for SOA queries.
11356
11357  493.   [func]          Return non-cachable (ttl = 0) NXDOMAIN responses
11358                         for SOA queries.  This makes it easier to locate
11359                         the containing zone without polluting intermediate
11360                         caches.
11361
11362  492.   [bug]           attempting to reload a zone caused the server fail
11363                         to shutdown cleanly. [RT #360]
11364
11365  491.   [bug]           nsupdate would segfault when sending certain
11366                         prerequisites with empty RDATA. [RT #356]
11367
11368  490.   [func]          When a slave/stub zone has not yet successfully
11369                         obtained an SOA containing the zone's configured
11370                         retry time, perform the SOA query retries using
11371                         exponential backoff. [RT #337]
11372
11373  489.   [func]          The zone manager now has a "i/o" queue.
11374
11375  488.   [bug]           Locks weren't properly destroyed in some cases.
11376
11377  487.   [port]          flockfile() is not defined on all systems.
11378
11379  486.   [bug]           nslookup: "set all" and "server" commands showed
11380                         the incorrect port number if a port other than 53
11381                         was specified. [RT #352]
11382
11383  485.   [func]          When dig had more than one server to query, it would
11384                         send all of the messages at the same time.  Add
11385                         rate limiting of the transmitted messages.
11386
11387  484.   [bug]           When the server was reloaded after removing addresses
11388                         from the named.conf "listen-on" statement, sockets
11389                         were still listening on the removed addresses due
11390                         to reference count loops. [RT #325]
11391
11392  483.   [bug]           nslookup: "set all" showed a "search" option but it
11393                         was not settable.
11394
11395  482.   [bug]           nslookup: a plain "server" or "lserver" should be
11396                         treated as a lookup.
11397
11398  481.   [bug]           nslookup:get_next_command() stack size could exceed
11399                         per thread limit.
11400
11401  480.   [bug]           strtok() is not thread safe. [RT #349]
11402
11403  479.   [func]          The test suite can now be run by typing "make check"
11404                         or "make test" at the top level.
11405
11406  478.   [bug]           "make install" failed if the directory specified with
11407                         --prefix did not already exist.
11408
11409  477.   [bug]           The the isc-config.sh script could be installed before
11410                         its directory was created. [RT #324]
11411
11412  476.   [bug]           A zone could expire while a zone transfer was in
11413                         progress triggering a INSIST failure. [RT #329]
11414
11415  475.   [bug]           query_getzonedb() sometimes returned a non-null version
11416                         on failure.  This caused assertion failures when
11417                         generating query responses where names subject to
11418                         additional section processing pointed to a zone
11419                         to which access had been denied by means of the
11420                         allow-query option. [RT #336]
11421
11422  474.   [bug]           The mnemonic of the CHAOS class is CH according to
11423                         RFC1035, but it was printed and read only as CHAOS.
11424                         We now accept both forms as input, and print it
11425                         as CH. [RT #305]
11426
11427  473.   [bug]           nsupdate overran the end of the list of name servers
11428                         when no servers could be reached, typically causing
11429                         it to print the error message "dns_request_create:
11430                         not implemented".
11431
11432  472.   [bug]           Off-by-one error caused isc_time_add() to sometimes
11433                         produce invalid time values.
11434
11435  471.   [bug]           nsupdate didn't compile on HP/UX 10.20
11436
11437  470.   [func]          $GENERATE is now supported.  See also
11438                         doc/misc/migration.
11439
11440  469.   [bug]           "query-source address * port 53;" now works.
11441
11442  468.   [bug]           dns_master_load*() failed to report file and line
11443                         number in certain error conditions.
11444
11445  467.   [bug]           dns_master_load*() failed to log an error if
11446                         pushfile() failed.
11447
11448  466.   [bug]           dns_master_load*() could return success when it failed.
11449
11450  465.   [cleanup]       Allow 0 to be set as an omapi_value_t value by
11451                         omapi_value_storeint().
11452
11453  464.   [cleanup]       Build with openssl's RSA code instead of dnssafe.
11454
11455  463.   [bug]           nsupdate sent malformed SOA queries to the second
11456                         and subsequent name servers in resolv.conf if the
11457                         query sent to the first one failed.
11458
11459  462.   [bug]           --disable-ipv6 should work now.
11460
11461  461.   [bug]           Specifying an unknown key in the "keys" clause of the
11462                         "controls" statement caused a NULL pointer dereference.
11463                         [RT #316]
11464
11465  460.   [bug]           Much of the DNSSEC code only worked with class IN.
11466
11467  459.   [bug]           Nslookup processed the "set" command incorrectly.
11468
11469  458.   [bug]           Nslookup didn't properly check class and type values.
11470                         [RT #305]
11471
11472  457.   [bug]           Dig/host/hslookup didn't properly handle connect
11473                         timeouts in certain situations, causing an
11474                         unnecessary warning message to be printed.
11475
11476  456.   [bug]           Stub zones were not resetting the refresh and expire
11477                         counters, loadtime or clearing the DNS_ZONE_REFRESH
11478                         (refresh in progress) flag upon successful update.
11479                         This disabled further refreshing of the stub zone,
11480                         causing it to eventually expire. [RT #300]
11481
11482  455.   [doc]           Document IPv4 prefix notation does not require a
11483                         dotted decimal quad but may be just dotted decimal.
11484
11485  454.   [bug]           Enforce dotted decimal and dotted decimal quad where
11486                         documented as such in named.conf. [RT #304, RT #311]
11487
11488  453.   [bug]           Warn if the obsolete option "maintain-ixfr-base"
11489                         is specified in named.conf. [RT #306]
11490
11491  452.   [bug]           Warn if the unimplemented option "statistics-file"
11492                         is specified in named.conf. [RT #301]
11493
11494  451.   [func]          Update forwarding implemented.
11495
11496  450.   [func]          New function ns_client_sendraw().
11497
11498  449.   [bug]           isc_bitstring_copy() only works correctly if the
11499                         two bitstrings have the same lsb0 value, but this
11500                         requirement was not documented, nor was there a
11501                         REQUIRE for it.
11502
11503  448.   [bug]           Host output formatting change, to match v8. [RT #255]
11504
11505  447.   [bug]           Dig didn't properly retry in TCP mode after
11506                         a truncated reply. [RT #277]
11507
11508  446.   [bug]           Confusing notify log message. [RT #298]
11509
11510  445.   [bug]           Doing a 0 bit isc_bitstring_copy() of an lsb0
11511                         bitstring triggered a REQUIRE statement.  The REQUIRE
11512                         statement was incorrect. [RT #297]
11513
11514  444.   [func]          "recursion denied" messages are always logged at
11515                         debug level 1, now, rather than sometimes at ERROR.
11516                         This silences these warnings in the usual case, where
11517                         some clients set the RD bit in all queries.
11518
11519  443.   [bug]           When loading a master file failed because of an
11520                         unrecognized RR type name, the error message
11521                         did not include the file name and line number.
11522                         [RT #285]
11523
11524  442.   [bug]           TSIG signed messages that did not match any view
11525                         crashed the server. [RT #290]
11526
11527  441.   [bug]           Nodes obscured by a DNAME were inaccessible even
11528                         when DNS_DBFIND_GLUEOK was set.
11529
11530  440.   [func]          New function dns_zone_forwardupdate().
11531
11532  439.   [func]          New function dns_request_createraw().
11533
11534  438.   [func]          New function dns_message_getrawmessage().
11535
11536  437.   [func]          Log NOTIFY activity to the notify channel.
11537
11538  436.   [bug]           If recvmsg() returned EHOSTUNREACH or ENETUNREACH,
11539                         which sometimes happens on Linux, named would enter
11540                         a busy loop.  Also, unexpected socket errors were
11541                         not logged at a high enough logging level to be
11542                         useful in diagnosing this situation. [RT #275]
11543
11544  435.   [bug]           dns_zone_dump() overwrote existing zone files
11545                         rather than writing to a temporary file and
11546                         renaming.  This could lead to empty or partial
11547                         zone files being left around in certain error
11548                         conditions involving the initial transfer of a
11549                         slave zone, interfering with subsequent server
11550                         startup. [RT #282]
11551
11552  434.   [func]          New function isc_file_isabsolute().
11553
11554  433.   [func]          isc_base64_decodestring() now accepts newlines
11555                         within the base64 data.  This makes it possible
11556                         to break up the key data in a "trusted-keys"
11557                         statement into multiple lines. [RT #284]
11558
11559  432.   [func]          Added refresh/retry jitter.  The actual refresh/
11560                         retry time is now a random value between 75% and
11561                         100% of the configured value.
11562
11563  431.   [func]          Log at ISC_LOG_INFO when a zone is successfully
11564                         loaded.
11565
11566  430.   [bug]           Rewrote the lightweight resolver client management
11567                         code to handle shutdown correctly and general
11568                         cleanup.
11569
11570  429.   [bug]           The space reserved for a TSIG record in a response
11571                         was 2 bytes too short, leading to message
11572                         generation failures.
11573
11574  428.   [bug]           rbtdb.c:find_closest_nxt() erroneously returned
11575                         DNS_R_BADDB for nodes which had neither NXT nor SIG NXT
11576                         (e.g. glue).  This could cause SERVFAILs when
11577                         generating negative responses in a secure zone.
11578
11579  427.   [bug]           Avoid going into an infinite loop when the validator
11580                         gets a negative response to a key query where the
11581                         records are signed by the missing key.
11582
11583  426.   [bug]           Attempting to generate an oversized RSA key could
11584                         cause dnssec-keygen to dump core.
11585
11586  425.   [bug]           Warn about the auth-nxdomain default value change
11587                         if there is no auth-nxdomain statement in the
11588                         config file. [RT #287]
11589
11590  424.   [bug]           notify_createmessage() could trigger an assertion
11591                         failure when creating the notify message failed,
11592                         e.g. due to corrupt zones with multiple SOA records.
11593                         [RT #279]
11594
11595  423.   [bug]           When responding to a recursive query, errors that occur
11596                         after following a CNAME should cause the query to fail.
11597                         [RT #274]
11598
11599  422.   [func]          get rid of isc_random_t, and make isc_random_get()
11600                         and isc_random_jitter() use rand() internally
11601                         instead of local state.  Note that isc_random_*()
11602                         functions are only for weak, non-critical "randomness"
11603                         such as timing jitter and such.
11604
11605  421.   [bug]           nslookup would exit when given a blank line as input.
11606
11607  420.   [bug]           nslookup failed to implement the "exit" command.
11608
11609  419.   [bug]           The certificate type PKIX was misspelled as SKIX.
11610
11611  418.   [bug]           At debug levels >= 10, getting an unexpected
11612                         socket receive error would crash the server
11613                         while trying to log the error message.
11614
11615  417.   [func]          Add isc_app_block() and isc_app_unblock(), which
11616                         allow an application to handle signals while
11617                         blocking.
11618
11619  416.   [bug]           Slave zones with no master file tried to use a
11620                         NULL pointer for a journal file name when they
11621                         received an IXFR. [RT #273]
11622
11623  415.   [bug]           The logging code leaked file descriptors.
11624
11625  414.   [bug]           Server did not shut down until all incoming zone
11626                         transfers were finished.
11627
11628  413.   [bug]           Notify could attempt to use the zone database after
11629                         it had been unloaded. [RT #267]
11630
11631  412.   [bug]           named -v didn't print the version.
11632
11633  411.   [bug]           A typo in the HS A code caused an assertion failure.
11634
11635  410.   [bug]           lwres_gethostbyname() and company set lwres_h_errno
11636                         to a random value on success.
11637
11638  409.   [bug]           If named was shut down early in the startup
11639                         process, ns_omapi_shutdown() would attempt to lock
11640                         an uninitialized mutex. [RT #262]
11641
11642  408.   [bug]           stub zones could leak memory and reference counts if
11643                         all the masters were unreachable.
11644
11645  407.   [bug]           isc_rwlock_lock() would needlessly block
11646                         readers when it reached the read quota even
11647                         if no writers were waiting.
11648
11649  406.   [bug]           Log messages were occasionally lost or corrupted
11650                         due to a race condition in isc_log_doit().
11651
11652  405.   [func]          Add support for selective forwarding (forward zones)
11653
11654  404.   [bug]           The request library didn't completely work with IPv6.
11655
11656  403.   [bug]           "host" did not use the search list.
11657
11658  402.   [bug]           Treat undefined acls as errors, rather than
11659                         warning and then later throwing an assertion.
11660                         [RT #252]
11661
11662  401.   [func]          Added simple database API.
11663
11664  400.   [bug]           SIG(0) signing and verifying was done incorrectly.
11665                         [RT #249]
11666
11667  399.   [bug]           When reloading the server with a config file
11668                         containing a syntax error, it could catch an
11669                         assertion failure trying to perform zone
11670                         maintenance on, or sending notifies from,
11671                         tentatively created zones whose views were
11672                         never fully configured and lacked an address
11673                         database and request manager.
11674
11675  398.   [bug]           "dig" sometimes caught an assertion failure when
11676                         using TSIG, depending on the key length.
11677
11678  397.   [func]          Added utility functions dns_view_gettsig() and
11679                         dns_view_getpeertsig().
11680
11681  396.   [doc]           There is now a man page for "nsupdate"
11682                         in doc/man/bin/nsupdate.8.
11683
11684  395.   [bug]           nslookup printed incorrect RR type mnemonics
11685                         for RRs of type >= 21 [RT #237].
11686
11687  394.   [bug]           Current name was not propagated via $INCLUDE.
11688
11689  393.   [func]          Initial answer while loading (awl) support.
11690                         Entry points: dns_master_loadfileinc(),
11691                         dns_master_loadstreaminc(), dns_master_loadbufferinc().
11692                         Note: calls to dns_master_load*inc() should be rate
11693                         be rate limited so as to not use up all file
11694                         descriptors.
11695
11696  392.   [func]          Add ISC_R_FAMILYNOSUPPORT.  Returned when OS does
11697                         not support the given address family requested.
11698
11699  391.   [clarity]       ISC_R_FAMILY -> ISC_R_FAMILYMISMATCH.
11700
11701  390.   [func]          The function dns_zone_setdbtype() now takes
11702                         an argc/argv style vector of words and sets
11703                         both the zone database type and its arguments,
11704                         making the functions dns_zone_adddbarg()
11705                         and dns_zone_cleardbargs() unnecessary.
11706
11707  389.   [bug]           Attempting to send a request over IPv6 using
11708                         dns_request_create() on a system without IPv6
11709                         support caused an assertion failure [RT #235].
11710
11711  388.   [func]          dig and host can now do reverse ipv6 lookups.
11712
11713  387.   [func]          Add dns_byaddr_createptrname(), which converts
11714                         an address into the name used by a PTR query.
11715
11716  386.   [bug]           Missing strdup() of ACL name caused random
11717                         ACL matching failures [RT #228].
11718
11719  385.   [cleanup]       Removed functions dns_zone_equal(), dns_zone_print(),
11720                         and dns_zt_print().
11721
11722  384.   [bug]           nsupdate was incorrectly limiting TTLs to 65535 instead
11723                         of 2147483647.
11724
11725  383.   [func]          When writing a master file, print the SOA and NS
11726                         records (and their SIGs) before other records.
11727
11728  382.   [bug]           named -u failed on many Linux systems where the
11729                         libc provided kernel headers do not match
11730                         the current kernel.
11731
11732  381.   [bug]           Check for IPV6_RECVPKTINFO and use it instead of
11733                         IPV6_PKTINFO if found. [RT #229]
11734
11735  380.   [bug]           nsupdate didn't work with IPv6.
11736
11737  379.   [func]          New library function isc_sockaddr_anyofpf().
11738
11739  378.   [func]          named and lwresd will log the command line arguments
11740                         they were started with in the "starting ..." message.
11741
11742  377.   [bug]           When additional data lookups were refused due to
11743                         "allow-query", the databases were still being
11744                         attached causing reference leaks.
11745
11746  376.   [bug]           The server should always use good entropy when
11747                         performing cryptographic functions needing entropy.
11748
11749  375.   [bug]           Per-zone "allow-query" did not properly override the
11750                         view/global one for CNAME targets and additional
11751                         data [RT #220].
11752
11753  374.   [bug]           SOA in authoritative negative responses had wrong TTL.
11754
11755  373.   [func]          nslookup is now installed by "make install".
11756
11757  372.   [bug]           Deal with Microsoft DNS servers appending two bytes of
11758                         garbage to zone transfer requests.
11759
11760  371.   [bug]           At high debug levels, doing an outgoing zone transfer
11761                         of a very large RRset could cause an assertion failure
11762                         during logging.
11763
11764  370.   [bug]           The error messages for roll-forward failures were
11765                         overly terse.
11766
11767  369.   [func]          Support new named.conf options, view and zone
11768                         statements:
11769
11770                                 max-retry-time, min-retry-time,
11771                                 max-refresh-time, min-refresh-time.
11772
11773  368.   [func]          Restructure the internal ".bind" view so that more
11774                         zones can be added to it.
11775
11776  367.   [bug]           Allow proper selection of server on nslookup command
11777                         line.
11778
11779  366.   [func]          Allow use of '-' batch file in dig for stdin.
11780
11781  365.   [bug]           nsupdate -k leaked memory.
11782
11783  364.   [func]          Added additional-from-{cache,auth}
11784
11785  363.   [placeholder]
11786
11787  362.   [bug]           rndc no longer aborts if the configuration file is
11788                         missing an options statement. [RT #209]
11789
11790  361.   [func]          When the RBT find or chain functions set the name and
11791                         origin for a node that stores the root label
11792                         the name is now set to an empty name, instead of ".",
11793                         to simplify later use of the name and origin by
11794                         dns_name_concatenate(), dns_name_totext() or
11795                         dns_name_format().
11796
11797  360.   [func]          dns_name_totext() and dns_name_format() now allow
11798                         an empty name to be passed, which is formatted as "@".
11799
11800  359.   [bug]           dnssec-signzone occasionally signed glue records.
11801
11802  358.   [cleanup]       Rename the intermediate files used by the dnssec
11803                         programs.
11804
11805  357.   [bug]           The zone file parser crashed if the argument
11806                         to $INCLUDE was a quoted string.
11807
11808  356.   [cleanup]       isc_task_send no longer requires event->sender to
11809                         be non-null.
11810
11811  355.   [func]          Added isc_dir_createunique(), similar to mkdtemp().
11812
11813  354.   [doc]           Man pages for the dnssec tools are now included in
11814                         the distribution, in doc/man/dnssec.
11815
11816  353.   [bug]           double increment in lwres/gethost.c:copytobuf().
11817                         [RT #187]
11818
11819  352.   [bug]           Race condition in dns_client_t startup could cause
11820                         an assertion failure.
11821
11822  351.   [bug]           Constructing a response with rcode SERVFAIL to a TSIG
11823                         signed query could crash the server.
11824
11825  350.   [bug]           Also-notify lists specified in the global options
11826                         block were not correctly reference counted, causing
11827                         a memory leak.
11828
11829  349.   [bug]           Processing a query with the CD bit set now works
11830                         as expected.
11831
11832  348.   [func]          New boolean named.conf options 'additional-from-auth'
11833                         and 'additional-from-cache' now supported in view and
11834                         global options statement.
11835
11836  347.   [bug]           Don't crash if an argument is left off options in dig.
11837
11838  346.   [placeholder]
11839
11840  345.   [bug]           Large-scale changes/cleanups to dig:
11841                         * Significantly improve structure handling
11842                         * Don't pre-load entire batch files
11843                         * Add name/rr counting/limiting
11844                         * Fix SIGINT handling
11845                         * Shorten timeouts to match v8's behavior
11846
11847  344.   [bug]           When shutting down, lwresd sometimes tried
11848                         to shut down its client tasks twice,
11849                         triggering an assertion.
11850
11851  343.   [bug]           Although zone maintenance SOA queries and
11852                         notify requests were signed with TSIG keys
11853                         when configured for the server in case,
11854                         the TSIG was not verified on the response.
11855
11856  342.   [bug]           The wrong name was being passed to
11857                         dns_name_dup() when generating a TSIG
11858                         key using TKEY.
11859
11860  341.   [func]          Support 'key' clause in named.conf zone masters
11861                         statement to allow authentication via TSIG keys:
11862
11863                                 masters {
11864                                         10.0.0.1 port 5353 key "foo";
11865                                         10.0.0.2 ;
11866                                 };
11867
11868  340.   [bug]           The top-level COPYRIGHT file was missing from
11869                         the distribution.
11870
11871  339.   [bug]           DNSSEC validation of the response to an ANY
11872                         query at a name with a CNAME RR in a secure
11873                         zone triggered an assertion failure.
11874
11875  338.   [bug]           lwresd logged to syslog as named, not lwresd.
11876
11877  337.   [bug]           "dig" did not recognize "nsap-ptr" as an RR type
11878                         on the command line.
11879
11880  336.   [bug]           "dig -f" used 64 k of memory for each line in
11881                         the file.  It now uses much less, though still
11882                         proportionally to the file size.
11883
11884  335.   [bug]           named would occasionally attempt recursion when
11885                         it was disallowed or undesired.
11886
11887  334.   [func]          Added hmac-md5 to libisc.
11888
11889  333.   [bug]           The resolver incorrectly accepted referrals to
11890                         domains that were not parents of the query name,
11891                         causing assertion failures.
11892
11893  332.   [func]          New function dns_name_reset().
11894
11895  331.   [bug]           Only log "recursion denied" if RD is set. [RT #178]
11896
11897  330.   [bug]           Many debugging messages were partially formatted
11898                         even when debugging was turned off, causing a
11899                         significant decrease in query performance.
11900
11901  329.   [func]          omapi_auth_register() now takes a size_t argument for
11902                         the length of a key's secret data.  Previously
11903                         OMAPI only stored secrets up to the first NUL byte.
11904
11905  328.   [func]          Added isc_base64_decodestring().
11906
11907  327.   [bug]           rndc.conf parser wasn't correctly recognizing an IP
11908                         address where a host specification was required.
11909
11910  326.   [func]          'keys' in an 'inet' control statement is now
11911                         required and must have at least one item in it.
11912                         A "not supported" warning is now issued if a 'unix'
11913                         control channel is defined.
11914
11915  325.   [bug]           isc_lex_gettoken was processing octal strings when
11916                         ISC_LEXOPT_CNUMBER was not set.
11917
11918  324.   [func]          In the resolver, turn EDNS0 off if there is no
11919                         response after a number of retransmissions.
11920                         This is to allow queries some chance of succeeding
11921                         even if all the authoritative servers of a zone
11922                         silently discard EDNS0 requests instead of
11923                         sending an error response like they ought to.
11924
11925  323.   [bug]           dns_rbt_findname() did not ignore empty rbt nodes.
11926                         Because of this, servers authoritative for a parent
11927                         and grandchild zone but not authoritative for the
11928                         intervening child zone did not correctly issue
11929                         referrals to the servers of the child zone.
11930
11931  322.   [bug]           Queries for KEY RRs are now sent to the parent
11932                         server before the authoritative one, making
11933                         DNSSEC insecurity proofs work in many cases
11934                         where they previously didn't.
11935
11936  321.   [bug]           When synthesizing a CNAME RR for a DNAME
11937                         response, query_addcname() failed to initialize
11938                         the type and class of the CNAME dns_rdata_t,
11939                         causing random failures.
11940
11941  320.   [func]          Multiple rndc changes: parses an rndc.conf file,
11942                         uses authentication to talk to named, command
11943                         line syntax changed.  This will all be described
11944                         in the ARM.
11945
11946  319.   [func]          The named.conf "controls" statement is now used
11947                         to configure the OMAPI command channel.
11948
11949  318.   [func]          dns_c_ndcctx_destroy() could never return anything
11950                         except ISC_R_SUCCESS; made it have void return instead.
11951
11952  317.   [func]          Use callbacks from libomapi to determine if a
11953                         new connection is valid, and if a key requested
11954                         to be used with that connection is valid.
11955
11956  316.   [bug]           Generate a warning if we detect an unexpected <eof>
11957                         but treat as <eol><eof>.
11958
11959  315.   [bug]           Handle non-empty blanks lines. [RT #163]
11960
11961  314.   [func]          The named.conf controls statement can now have
11962                         more than one key specified for the inet clause.
11963
11964  313.   [bug]           When parsing resolv.conf, don't terminate on an
11965                         error.  Instead, parse as much as possible, but
11966                         still return an error if one was found.
11967
11968  312.   [bug]           Increase the number of allowed elements in the
11969                         resolv.conf search path from 6 to 8.  If there
11970                         are more than this, ignore the remainder rather
11971                         than returning a failure in lwres_conf_parse.
11972
11973  311.   [bug]           lwres_conf_parse failed when the first line of
11974                         resolv.conf was empty or a comment.
11975
11976  310.   [func]          Changes to named.conf "controls" statement (inet
11977                         subtype only)
11978
11979                           - support "keys" clause
11980
11981                                 controls {
11982                                    inet * port 1024
11983                                         allow { any; } keys { "foo"; }
11984                                 }
11985
11986                           - allow "port xxx" to be left out of statement,
11987                             in which case it defaults to omapi's default port
11988                             of 953.
11989
11990  309.   [bug]           When sending a referral, the server did not look
11991                         for name server addresses as glue in the zone
11992                         holding the NS RRset in the case where this zone
11993                         was not the same as the one where it looked for
11994                         name server addresses as authoritative data.
11995
11996  308.   [bug]           Treat a SOA record not at top of zone as an error
11997                         when loading a zone. [RT #154]
11998
11999  307.   [bug]           When canceling a query, the resolver didn't check for
12000                         isc_socket_sendto() calls that did not yet have their
12001                         completion events posted, so it could (rarely) end up
12002                         destroying the query context and then want to use
12003                         it again when the send event posted, triggering an
12004                         assertion as it tried to cancel an already-canceled
12005                         query.  [RT #77]
12006
12007  306.   [bug]           Reading HMAC-MD5 private key files didn't work.
12008
12009  305.   [bug]           When reloading the server with a config file
12010                         containing a syntax error, it could catch an
12011                         assertion failure trying to perform zone
12012                         maintenance on tentatively created zones whose
12013                         views were never fully configured and lacked
12014                         an address database.
12015
12016  304.   [bug]           If more than LWRES_CONFMAXNAMESERVERS servers
12017                         are listed in resolv.conf, silently ignore them
12018                         instead of returning failure.
12019
12020  303.   [bug]           Add additional sanity checks to differentiate a AXFR
12021                         response vs a IXFR response. [RT #157]
12022
12023  302.   [bug]           In dig, host, and nslookup, MXNAME should be large
12024                         enough to hold any legal domain name in presentation
12025                         format + terminating NULL.
12026
12027  301.   [bug]           Uninitialized pointer in host:printmessage(). [RT #159]
12028
12029  300.   [bug]           Using both <isc/net.h> and <lwres/net.h> didn't work
12030                         on platforms lacking IPv6 because each included their
12031                         own ipv6 header file for the missing definitions.  Now
12032                         each library's ipv6.h defines the wrapper symbol of
12033                         the other (ISC_IPV6_H and LWRES_IPV6_H).
12034
12035  299.   [cleanup]       Get the user and group information before changing the
12036                         root directory, so the administrator does not need to
12037                         keep a copy of the user and group databases in the
12038                         chroot'ed environment.  Suggested by Hakan Olsson.
12039
12040  298.   [bug]           A mutex deadlock occurred during shutdown of the
12041                         interface manager under certain conditions.
12042                         Digital Unix systems were the most affected.
12043
12044  297.   [bug]           Specifying a key name that wasn't fully qualified
12045                         in certain parts of the config file could cause
12046                         an assertion failure.
12047
12048  296.   [bug]           "make install" from a separate build directory
12049                         failed unless configure had been run in the source
12050                         directory, too.
12051
12052  295.   [bug]           When invoked with type==CNAME and a message
12053                         not constructed by dns_message_parse(),
12054                         dns_message_findname() failed to find anything
12055                         due to checking for attribute bits that are set
12056                         only in dns_message_parse().  This caused an
12057                         infinite loop when constructing the response to
12058                         an ANY query at a CNAME in a secure zone.
12059
12060  294.   [bug]           If we run out of space in while processing glue
12061                         when reading a master file and commit "current name"
12062                         reverts to "name_current" instead of staying as
12063                         "name_glue".
12064
12065  293.   [port]          Add support for FreeBSD 4.0 system tests.
12066
12067  292.   [bug]           Due to problems with the way some operating systems
12068                         handle simultaneous listening on IPv4 and IPv6
12069                         addresses, the server no longer listens on IPv6
12070                         addresses by default.  To revert to the previous
12071                         behavior, specify "listen-on-v6 { any; };" in
12072                         the config file.
12073
12074  291.   [func]          Caching servers no longer send outgoing queries
12075                         over TCP just because the incoming recursive query
12076                         was a TCP one.
12077
12078  290.   [cleanup]       +twiddle option to dig (for testing only) removed.
12079
12080  289.   [cleanup]       dig is now installed in $bindir instead of $sbindir.
12081                         host is now installed in $bindir.  (Be sure to remove
12082                         any $sbindir/dig from a previous release.)
12083
12084  288.   [func]          rndc is now installed by "make install" into $sbindir.
12085
12086  287.   [bug]           rndc now works again as "rndc 127.1 reload" (for
12087                         only that task).  Parsing its configuration file and
12088                         using digital signatures for authentication has been
12089                         disabled until named supports the "controls" statement,
12090                         post-9.0.0.
12091
12092  286.   [bug]           On Solaris 2, when named inherited a signal state
12093                         where SIGHUP had the SIG_IGN action, SIGHUP would
12094                         be ignored rather than causing the server to reload
12095                         its configuration.
12096
12097  285.   [bug]           A change made to the dst API for beta4 inadvertently
12098                         broke OMAPI's creation of a dst key from an incoming
12099                         message, causing an assertion to be triggered.  Fixed.
12100
12101  284.   [func]          The DNSSEC key generation and signing tools now
12102                         generate randomness from keyboard input on systems
12103                         that lack /dev/random.
12104
12105  283.   [cleanup]       The 'lwresd' program is now a link to 'named'.
12106
12107  282.   [bug]           The lexer now returns ISC_R_RANGE if parsed integer is
12108                         too big for an unsigned long.
12109
12110  281.   [bug]           Fixed list of recognized config file category names.
12111
12112  280.   [func]          Add isc-config.sh, which can be used to more
12113                         easily build applications that link with
12114                         our libraries.
12115
12116  279.   [bug]           Private omapi function symbols shared between
12117                         two or more files in libomapi.a were not namespace
12118                         protected using the ISC convention of starting with
12119                         the library name and two underscores ("omapi__"...)
12120
12121  278.   [bug]           bin/named/logconf.c:category_fromconf() didn't take
12122                         note of when isc_log_categorybyname() wasn't able
12123                         to find the category name and would then apply the
12124                         channel list of the unknown category to all categories.
12125
12126  277.   [bug]           isc_log_categorybyname() and isc_log_modulebyname()
12127                         would fail to find the first member of any category
12128                         or module array apart from the internal defaults.
12129                         Thus, for example, the "notify" category was improperly
12130                         configured by named.
12131
12132  276.   [bug]           dig now supports maximum sized TCP messages.
12133
12134  275.   [bug]           The definition of lwres_gai_strerror() was missing
12135                         the lwres_ prefix.
12136
12137  274.   [bug]           TSIG AXFR verify failed when talking to a BIND 8
12138                         server.
12139
12140  273.   [func]          The default for the 'transfer-format' option is
12141                         now 'many-answers'.  This will break zone transfers
12142                         to BIND 4.9.5 and older unless there is an explicit
12143                         'one-answer' configuration.
12144
12145  272.   [bug]           The sending of large TCP responses was canceled
12146                         in mid-transmission due to a race condition
12147                         caused by the failure to set the client object's
12148                         "newstate" variable correctly when transitioning
12149                         to the "working" state.
12150
12151  271.   [func]          Attempt to probe the number of cpus in named
12152                         if unspecified rather than defaulting to 1.
12153
12154  270.   [func]          Allow maximum sized TCP answers.
12155
12156  269.   [bug]           Failed DNSSEC validations could cause an assertion
12157                         failure by causing clone_results() to be called with
12158                         with hevent->node == NULL.
12159
12160  268.   [doc]           A plain text version of the Administrator
12161                         Reference Manual is now included in the distribution,
12162                         as doc/arm/Bv9ARM.txt.
12163
12164  267.   [func]          Nsupdate is now provided in the distribution.
12165
12166  266.   [bug]           zone.c:save_nsrrset() node was not initialized.
12167
12168  265.   [bug]           dns_request_create() now works for TCP.
12169
12170  264.   [func]          Dispatch can not take TCP sockets in connecting
12171                         state.  Set DNS_DISPATCHATTR_CONNECTED when calling
12172                         dns_dispatch_createtcp() for connected TCP sockets
12173                         or call dns_dispatch_starttcp() when the socket is
12174                         connected.
12175
12176  263.   [func]          New logging channel type 'stderr'
12177
12178                                 channel some-name {
12179                                         stderr;
12180                                         severity error;
12181                                 }
12182
12183  262.   [bug]           'master' was not initialized in zone.c:stub_callback().
12184
12185  261.   [func]          Add dns_zone_markdirty().
12186
12187  260.   [bug]           Running named as a non-root user failed on Linux
12188                         kernels new enough to support retaining capabilities
12189                         after setuid().
12190
12191  259.   [func]          New random-device and random-seed-file statements
12192                         for global options block of named.conf. Both accept
12193                         a single string argument.
12194
12195  258.   [bug]           Fixed printing of lwres_addr_t.address field.
12196
12197  257.   [bug]           The server detached the last zone manager reference
12198                         too early, while it could still be in use by queries.
12199                         This manifested itself as assertion failures during the
12200                         shutdown process for busy name servers. [RT #133]
12201
12202  256.   [func]          isc_ratelimiter_t now has attach/detach semantics, and
12203                         isc_ratelimiter_shutdown guarantees that the rate
12204                         limiter is detached from its task.
12205
12206  255.   [func]          New function dns_zonemgr_attach().
12207
12208  254.   [bug]           Suppress "query denied" messages on additional data
12209                         lookups.
12210
12211         --- 9.0.0b4 released ---
12212
12213  253.   [func]          resolv.conf parser now recognizes ';' and '#' as
12214                         comments (anywhere in line, not just as the beginning).
12215
12216  252.   [bug]           resolv.conf parser mishandled masks on sortlists.
12217                         It also aborted when an unrecognized keyword was seen,
12218                         now it silently ignores the entire line.
12219
12220  251.   [bug]           lwresd caught an assertion failure on startup.
12221
12222  250.   [bug]           fixed handling of size+unit when value would be too
12223                         large for internal representation.
12224
12225  249.   [cleanup]       max-cache-size config option now takes a size-spec
12226                         like 'datasize', except 'default' is not allowed.
12227
12228  248.   [bug]           global lame-ttl option was not being printed when
12229                         config structures were written out.
12230
12231  247.   [cleanup]       Rename cache-size config option to max-cache-size.
12232
12233  246.   [func]          Rename global option cachesize to cache-size and
12234                         add corresponding option to view statement.
12235
12236  245.   [bug]           If an uncompressed name will take more than 255
12237                         bytes and the buffer is sufficiently long,
12238                         dns_name_fromwire should return DNS_R_FORMERR,
12239                         not ISC_R_NOSPACE.  This bug caused cause the
12240                         server to catch an assertion failure when it
12241                         received a query for a name longer than 255
12242                         bytes.
12243
12244  244.   [bug]           empty named.conf file and empty options statement are
12245                         now parsed properly.
12246
12247  243.   [func]          new cachesize option for named.conf
12248
12249  242.   [cleanup]       fixed incorrect warning about auth-nxdomain usage.
12250
12251  241.   [cleanup]       nscount and soacount have been removed from the
12252                         dns_master_*() argument lists.
12253
12254  240.   [func]          databases now come in three flavours: zone, cache
12255                         and stub.
12256
12257  239.   [func]          If ISC_MEM_DEBUG is enabled, the variable
12258                         isc_mem_debugging controls whether messages
12259                         are printed or not.
12260
12261  238.   [cleanup]       A few more compilation warnings have been quieted:
12262                         + missing sigwait prototype on BSD/OS 4.0/4.0.1.
12263                         + PTHREAD_ONCE_INIT unbraced initializer warnings on
12264                                 Solaris 2.8.
12265                         + IN6ADDR_ANY_INIT unbraced initializer warnings on
12266                                 BSD/OS 4.*, Linux and Solaris 2.8.
12267
12268  237.   [bug]           If connect() returned ENOBUFS when the resolver was
12269                         initiating a TCP query, the socket didn't get
12270                         destroyed, and the server did not shut down cleanly.
12271
12272  236.   [func]          Added new listen-on-v6 config file statement.
12273
12274  235.   [func]          Consider it a config file error if a listen-on
12275                         statement has an IPv6 address in it, or a
12276                         listen-on-v6 statement has an IPv4 address in it.
12277
12278  234.   [bug]           Allow a trusted-key's first field (domain-name) be
12279                         either a quoted or an unquoted string, instead of
12280                         requiring a quoted string.
12281
12282  233.   [cleanup]       Convert all config structure integer values to unsigned
12283                         integer (isc_uint32_t) to match grammar.
12284
12285  232.   [bug]           Allow slave zones to not have a file.
12286
12287  231.   [func]          Support new 'port' clause in config file options
12288                         section. Causes 'listen-on', 'masters' and
12289                         'also-notify' statements to use its value instead of
12290                         default (53).
12291
12292  230.   [func]          Replace the dst sign/verify API with a cleaner one.
12293
12294  229.   [func]          Support config file sig-validity-interval statement
12295                         in options, views and zone statements (master
12296                         zones only).
12297
12298  228.   [cleanup]       Logging messages in config module stripped of
12299                         trailing period.
12300
12301  227.   [cleanup]       The enumerated identifiers dns_rdataclass_*,
12302                         dns_rcode_*, dns_opcode_*, and dns_trust_* are
12303                         also now cast to their appropriate types, as with
12304                         dns_rdatatype_* in item number 225 below.
12305
12306  226.   [func]          dns_name_totext() now always prints the root name as
12307                         '.', even when omit_final_dot is true.
12308
12309  225.   [cleanup]       The enumerated dns_rdatatype_* identifiers are now
12310                         cast to dns_rdatatype_t via macros of their same name
12311                         so that they are of the proper integral type wherever
12312                         a dns_rdatatype_t is needed.
12313
12314  224.   [cleanup]       The entire project builds cleanly with gcc's
12315                         -Wcast-qual and -Wwrite-strings warnings enabled,
12316                         which is now the default when using gcc.  (Warnings
12317                         from confparser.c, because of yacc's code, are
12318                         unfortunately to be expected.)
12319
12320  223.   [func]          Several functions were re-prototyped to qualify one
12321                         or more of their arguments with "const".  Similarly,
12322                         several functions that return pointers now have
12323                         those pointers qualified with const.
12324
12325  222.   [bug]           The global 'also-notify' option was ignored.
12326
12327  221.   [bug]           An uninitialized variable was sometimes passed to
12328                         dns_rdata_freestruct() when loading a zone, causing
12329                         an assertion failure.
12330
12331  220.   [cleanup]       Set the default outgoing port in the view, and
12332                         set it in sockaddrs returned from the ADB.
12333                         [31-May-2000 explorer]
12334
12335  219.   [bug]           Signed truncated messages more correctly follow
12336                         the respective specs.
12337
12338  218.   [func]          When an rdataset is signed, its ttl is normalized
12339                         based on the signature validity period.
12340
12341  217.   [func]          Also-notify and trusted-keys can now be used in
12342                         the 'view' statement.
12343
12344  216.   [func]          The 'max-cache-ttl' and 'max-ncache-ttl' options
12345                         now work.
12346
12347  215.   [bug]           Failures at certain points in request processing
12348                         could cause the assertion INSIST(client->lockview
12349                         == NULL) to be triggered.
12350
12351  214.   [func]          New public function isc_netaddr_format(), for
12352                         formatting network addresses in log messages.
12353
12354  213.   [bug]           Don't leak memory when reloading the zone if
12355                         an update-policy clause was present in the old zone.
12356
12357  212.   [func]          Added dns_message_get/settsigkey, to make TSIG
12358                         key management reasonable.
12359
12360  211.   [func]          The 'key' and 'server' statements can now occur
12361                         inside 'view' statements.
12362
12363  210.   [bug]           The 'allow-transfer' option was ignored for slave
12364                         zones, and the 'transfers-per-ns' option was
12365                         was ignored for all zones.
12366
12367  209.   [cleanup]       Upgraded openssl files to new version 0.9.5a
12368
12369  208.   [func]          Added ISC_OFFSET_MAXIMUM for the maximum value
12370                         of an isc_offset_t.
12371
12372  207.   [func]          The dnssec tools properly use the logging subsystem.
12373
12374  206.   [cleanup]       dst now stores the key name as a dns_name_t, not
12375                         a char *.
12376
12377  205.   [cleanup]       On IRIX, turn off the mostly harmless warnings 1692
12378                         ("prototyped function redeclared without prototype")
12379                         and 1552 ("variable ... set but not used") when
12380                         compiling in the lib/dns/sec/{dnssafe,openssl}
12381                         directories, which contain code imported from outside
12382                         sources.
12383
12384  204.   [cleanup]       On HP/UX, pass +vnocompatwarnings to the linker
12385                         to quiet the warnings that "The linked output may not
12386                         run on a PA 1.x system."
12387
12388  203.   [func]          notify and zone soa queries are now tsig signed when
12389                         appropriate.
12390
12391  202.   [func]          isc_lex_getsourceline() changed from returning int
12392                         to returning unsigned long, the type of its underlying
12393                         counter.
12394
12395  201.   [cleanup]       Removed the test/sdig program, it has been
12396                         replaced by bin/dig/dig.
12397
12398         --- 9.0.0b3 released ---
12399
12400  200.   [bug]           Failures in sending query responses to clients
12401                         (e.g., running out of network buffers) were
12402                         not logged.
12403
12404  199.   [bug]           isc_heap_delete() sometimes violated the heap
12405                         invariant, causing timer events not to be posted
12406                         when due.
12407
12408  198.   [func]          Dispatch managers hold memory pools which
12409                         any managed dispatcher may use.  This allows
12410                         us to avoid dipping into the memory context for
12411                         most allocations. [19-May-2000 explorer]
12412
12413  197.   [bug]           When an incoming AXFR or IXFR completes, the
12414                         zone's internal state is refreshed from the
12415                         SOA data. [19-May-2000 explorer]
12416
12417  196.   [func]          Dispatchers can be shared easily between views
12418                         and/or interfaces. [19-May-2000 explorer]
12419
12420  195.   [bug]           Including the NXT record of the root domain
12421                         in a negative response caused an assertion
12422                         failure.
12423
12424  194.   [doc]           The PDF version of the Administrator's Reference
12425                         Manual is no longer included in the ISC BIND9
12426                         distribution.
12427
12428  193.   [func]          changed dst_key_free() prototype.
12429
12430  192.   [bug]           Zone configuration validation is now done at end
12431                         of config file parsing, and before loading
12432                         callbacks.
12433
12434  191.   [func]          Patched to compile on UnixWare 7.x.  This platform
12435                         is not directly supported by the ISC.
12436
12437  190.   [cleanup]       The DNSSEC tools have been moved to a separate
12438                         directory dnssec/ and given the following new,
12439                         more descriptive names:
12440
12441                               dnssec-keygen
12442                               dnssec-signzone
12443                               dnssec-signkey
12444                               dnssec-makekeyset
12445
12446                         Their command line arguments have also been changed to
12447                         be more consistent.  dnssec-keygen now prints the
12448                         name of the generated key files (sans extension)
12449                         on standard output to simplify its use in automated
12450                         scripts.
12451
12452  189.   [func]          isc_time_secondsastimet(), a new function, will ensure
12453                         that the number of seconds in an isc_time_t does not
12454                         exceed the range of a time_t, or return ISC_R_RANGE.
12455                         Similarly, isc_time_now(), isc_time_nowplusinterval(),
12456                         isc_time_add() and isc_time_subtract() now check the
12457                         range for overflow/underflow.  In the case of
12458                         isc_time_subtract, this changed a calling requirement
12459                         (ie, something that could generate an assertion)
12460                         into merely a condition that returns an error result.
12461                         isc_time_add() and isc_time_subtract() were void-
12462                         valued before but now return isc_result_t.
12463
12464  188.   [func]          Log a warning message when an incoming zone transfer
12465                         contains out-of-zone data.
12466
12467  187.   [func]          isc_ratelimiter_enqueue() has an additional argument
12468                         'task'.
12469
12470  186.   [func]          dns_request_getresponse() has an additional argument
12471                         'preserve_order'.
12472
12473  185.   [bug]           Fixed up handling of ISC_MEMCLUSTER_LEGACY.  Several
12474                         public functions did not have an isc__ prefix, and
12475                         referred to functions that had previously been
12476                         renamed.
12477
12478  184.   [cleanup]       Variables/functions which began with two leading
12479                         underscores were made to conform to the ANSI/ISO
12480                         standard, which says that such names are reserved.
12481
12482  183.   [func]          ISC_LOG_PRINTTAG option for log channels.  Useful
12483                         for logging the program name or other identifier.
12484
12485  182.   [cleanup]       New command-line parameters for dnssec tools
12486
12487  181.   [func]          Added dst_key_buildfilename and dst_key_parsefilename
12488
12489  180.   [func]          New isc_result_t ISC_R_RANGE.  Supersedes DNS_R_RANGE.
12490
12491  179.   [func]          options named.conf statement *must* now come
12492                         before any zone or view statements.
12493
12494  178.   [func]          Post-load of named.conf check verifies a slave zone
12495                         has non-empty list of masters defined.
12496
12497  177.   [func]          New per-zone boolean:
12498
12499                                 enable-zone yes | no ;
12500
12501                         intended to let a zone be disabled without having
12502                         to comment out the entire zone statement.
12503
12504  176.   [func]          New global and per-view option:
12505
12506                                 max-cache-ttl number
12507
12508  175.   [func]          New global and per-view option:
12509
12510                                 additional-data internal | minimal | maximal;
12511
12512  174.   [func]          New public function isc_sockaddr_format(), for
12513                         formatting socket addresses in log messages.
12514
12515  173.   [func]          Keep a queue of zones waiting for zone transfer
12516                         quota so that a new transfer can be dispatched
12517                         immediately whenever quota becomes available.
12518
12519  172.   [bug]           $TTL directive was sometimes missing from dumped
12520                         master files because totext_ctx_init() failed to
12521                         initialize ctx->current_ttl_valid.
12522
12523  171.   [cleanup]       On NetBSD systems, the mit-pthreads or
12524                         unproven-pthreads library is now always used
12525                         unless --with-ptl2 is explicitly specified on
12526                         the configure command line.  The
12527                         --with-mit-pthreads option is no longer needed
12528                         and has been removed.
12529
12530  170.   [cleanup]       Remove inter server consistency checks from zone,
12531                         these should return as a separate module in 9.1.
12532                         dns_zone_checkservers(), dns_zone_checkparents(),
12533                         dns_zone_checkchildren(), dns_zone_checkglue().
12534
12535                         Remove dns_zone_setadb(), dns_zone_setresolver(),
12536                         dns_zone_setrequestmgr() these should now be found
12537                         via the view.
12538
12539  169.   [func]          ratelimiter can now process N events per interval.
12540
12541  168.   [bug]           include statements in named.conf caused syntax errors
12542                         due to not consuming the semicolon ending the include
12543                         statement before switching input streams.
12544
12545  167.   [bug]           Make lack of masters for a slave zone a soft error.
12546
12547  166.   [bug]           Keygen was overwriting existing keys if key_id
12548                         conflicted, now it will retry, and non-null keys
12549                         with key_id == 0 are not generated anymore.  Key
12550                         was not able to generate NOAUTHCONF DSA key,
12551                         increased RSA key size to 2048 bits.
12552
12553  165.   [cleanup]       Silence "end-of-loop condition not reached" warnings
12554                         from Solaris compiler.
12555
12556  164.   [func]          Added functions isc_stdio_open(), isc_stdio_close(),
12557                         isc_stdio_seek(), isc_stdio_read(), isc_stdio_write(),
12558                         isc_stdio_flush(), isc_stdio_sync(), isc_file_remove()
12559                         to encapsulate nonportable usage of errno and sync.
12560
12561  163.   [func]          Added result codes ISC_R_FILENOTFOUND and
12562                         ISC_R_FILEEXISTS.
12563
12564  162.   [bug]           Ensure proper range for arguments to ctype.h functions.
12565
12566  161.   [cleanup]       error in yyparse prototype that only HPUX caught.
12567
12568  160.   [cleanup]       getnet*() are not going to be implemented at this
12569                         stage.
12570
12571  159.   [func]          Redefinition of config file elements is now an
12572                         error (instead of a warning).
12573
12574  158.   [bug]           Log channel and category list copy routines
12575                         weren't assigning properly to output parameter.
12576
12577  157.   [port]          Fix missing prototype for getopt().
12578
12579  156.   [func]          Support new 'database' statement in zone.
12580
12581                                 database "quoted-string";
12582
12583  155.   [bug]           ns_notify_start() was not detaching the found zone.
12584
12585  154.   [func]          The signer now logs libdns warnings to stderr even when
12586                         not verbose, and in a nicer format.
12587
12588  153.   [func]          dns_rdata_tostruct() 'mctx' is now optional.  If 'mctx'
12589                         is NULL then you need to preserve the 'rdata' until
12590                         you have finished using the structure as there may be
12591                         references to the associated memory.  If 'mctx' is
12592                         non-NULL it is guaranteed that there are no references
12593                         to memory associated with 'rdata'.
12594
12595                         dns_rdata_freestruct() must be called if 'mctx' was
12596                         non-NULL and may safely be called if 'mctx' was NULL.
12597
12598  152.   [bug]           keygen dumped core if domain name argument was omitted
12599                         from command line.
12600
12601  151.   [func]          Support 'disabled' statement in zone config (causes
12602                         zone to be parsed and then ignored). Currently must
12603                         come after the 'type' clause.
12604
12605  150.   [func]          Support optional ports in masters and also-notify
12606                         statements:
12607
12608                                 masters [ port xxx ] { y.y.y.y [ port zzz ] ; }
12609
12610  149.   [cleanup]       Removed unused argument 'olist' from
12611                         dns_c_view_unsetordering().
12612
12613  148.   [cleanup]       Stop issuing some warnings about some configuration
12614                         file statements that were not implemented, but now are.
12615
12616  147.   [bug]           Changed yacc union size to be smaller for yaccs that
12617                         put yacc-stack on the real stack.
12618
12619  146.   [cleanup]       More general redundant header file cleanup.  Rather
12620                         than continuing to itemize every header which changed,
12621                         this changelog entry just notes that if a header file
12622                         did not need another header file that it was including
12623                         in order to provide its advertised functionality, the
12624                         inclusion of the other header file was removed.  See
12625                         util/check-includes for how this was tested.
12626
12627  145.   [cleanup]       Added <isc/lang.h> and ISC_LANG_BEGINDECLS/
12628                         ISC_LANG_ENDDECLS to header files that had function
12629                         prototypes, and removed it from those that did not.
12630
12631  144.   [cleanup]       libdns header files too numerous to name were made
12632                         to conform to the same style for multiple inclusion
12633                         protection.
12634
12635  143.   [func]          Added function dns_rdatatype_isknown().
12636
12637  142.   [cleanup]       <isc/stdtime.h> does not need <time.h> or
12638                         <isc/result.h>.
12639
12640  141.   [bug]           Corrupt requests with multiple questions could
12641                         cause an assertion failure.
12642
12643  140.   [cleanup]       <isc/time.h> does not need <time.h> or <isc/result.h>.
12644
12645  139.   [cleanup]       <isc/net.h> now includes <isc/types.h> instead of
12646                         <isc/int.h> and <isc/result.h>.
12647
12648  138.   [cleanup]       isc_strtouq moved from str.[ch] to string.[ch] and
12649                         renamed isc_string_touint64.  isc_strsep moved from
12650                         strsep.c to string.c and renamed isc_string_separate.
12651
12652  137.   [cleanup]       <isc/commandline.h>, <isc/mem.h>, <isc/print.h>
12653                         <isc/serial.h>, <isc/string.h> and <isc/offset.h>
12654                         made to conform to the same style for multiple
12655                         inclusion protection.
12656
12657  136.   [cleanup]       <isc/commandline.h>, <isc/interfaceiter.h>,
12658                         <isc/net.h> and Win32's <isc/thread.h> needed
12659                         ISC_LANG_BEGINDECLS/ISC_LANG_ENDDECLS.
12660
12661  135.   [cleanup]       Win32's <isc/condition.h> did not need <isc/result.h>
12662                         or <isc/boolean.h>, now uses <isc/types.h> in place
12663                         of <isc/time.h>, and needed ISC_LANG_BEGINDECLS
12664                         and ISC_LANG_ENDDECLS.
12665
12666  134.   [cleanup]       <isc/dir.h> does not need <limits.h>.
12667
12668  133.   [cleanup]       <isc/ipv6.h> needs <isc/platform.h>.
12669
12670  132.   [cleanup]       <isc/app.h> does not need <isc/task.h>, but does
12671                         need <isc/eventclass.h>.
12672
12673  131.   [cleanup]       <isc/mutex.h> and <isc/util.h> need <isc/result.h>
12674                         for ISC_R_* codes used in macros.
12675
12676  130.   [cleanup]       <isc/condition.h> does not need <pthread.h> or
12677                         <isc/boolean.h>, and now includes <isc/types.h>
12678                         instead of <isc/time.h>.
12679
12680  129.   [bug]           The 'default_debug' log channel was not set up when
12681                         'category default' was present in the config file
12682
12683  128.   [cleanup]       <isc/dir.h> had ISC_LANG_BEGINDECLS instead of
12684                         ISC_LANG_ENDDECLS at end of header.
12685
12686  127.   [cleanup]       The contracts for the comparison routines
12687                         dns_name_fullcompare(), dns_name_compare(),
12688                         dns_name_rdatacompare(), and dns_rdata_compare() now
12689                         specify that the order value returned is < 0, 0, or > 0
12690                         instead of -1, 0, or 1.
12691
12692  126.   [cleanup]       <isc/quota.h> and <isc/taskpool.h> need <isc/lang.h>.
12693
12694  125.   [cleanup]       <isc/eventclass.h>, <isc/ipv6.h>, <isc/magic.h>,
12695                         <isc/mutex.h>, <isc/once.h>, <isc/region.h>, and
12696                         <isc/resultclass.h> do not need <isc/lang.h>.
12697
12698  124.   [func]          signer now imports parent's zone key signature
12699                         and creates null keys/sets zone status bit for
12700                         children when necessary
12701
12702  123.   [cleanup]       <isc/event.h> does not need <stddef.h>.
12703
12704  122.   [cleanup]       <isc/task.h> does not need <isc/mem.h> or
12705                         <isc/result.h>.
12706
12707  121.   [cleanup]       <isc/symtab.h> does not need <isc/mem.h> or
12708                         <isc/result.h>.  Multiple inclusion protection
12709                         symbol fixed from ISC_SYMBOL_H to ISC_SYMTAB_H.
12710                         isc_symtab_t moved to <isc/types.h>.
12711
12712  120.   [cleanup]       <isc/socket.h> does not need <isc/boolean.h>,
12713                         <isc/bufferlist.h>, <isc/task.h>, <isc/mem.h> or
12714                         <isc/net.h>.
12715
12716  119.   [cleanup]       structure definitions for generic rdata structures do
12717                         not have _generic_ in their names.
12718
12719  118.   [cleanup]       libdns.a is now namespace-clean, on NetBSD, excepting
12720                         YACC crust (yyparse, etc) [2000-apr-27 explorer]
12721
12722  117.   [cleanup]       libdns.a changes:
12723                         dns_zone_clearnotify() and dns_zone_addnotify()
12724                         are replaced by dns_zone_setnotifyalso().
12725                         dns_zone_clearmasters() and dns_zone_addmaster()
12726                         are replaced by dns_zone_setmasters().
12727
12728  116.   [func]          Added <isc/offset.h> for isc_offset_t (aka off_t
12729                         on Unix systems).
12730
12731  115.   [port]          Shut up the -Wmissing-declarations warning about
12732                         <stdio.h>'s __sputaux on BSD/OS pre-4.1.
12733
12734  114.   [cleanup]       <isc/sockaddr.h> does not need <isc/buffer.h> or
12735                         <isc/list.h>.
12736
12737  113.   [func]          Utility programs dig and host added.
12738
12739  112.   [cleanup]       <isc/serial.h> does not need <isc/boolean.h>.
12740
12741  111.   [cleanup]       <isc/rwlock.h> does not need <isc/result.h> or
12742                         <isc/mutex.h>.
12743
12744  110.   [cleanup]       <isc/result.h> does not need <isc/boolean.h> or
12745                         <isc/list.h>.
12746
12747  109.   [bug]           "make depend" did nothing for
12748                         bin/tests/{db,mem,sockaddr,tasks,timers}/.
12749
12750  108.   [cleanup]       DNS_SETBIT/DNS_GETBIT/DNS_CLEARBIT moved from
12751                         <dns/types.h> to <dns/bit.h> and renamed to
12752                         DNS_BIT_SET/DNS_BIT_GET/DNS_BIT_CLEAR.
12753
12754  107.   [func]          Add keysigner and keysettool.
12755
12756  106.   [func]          Allow dnssec verifications to ignore the validity
12757                         period.  Used by several of the dnssec tools.
12758
12759  105.   [doc]           doc/dev/coding.html expanded with other
12760                         implicit conventions the developers have used.
12761
12762  104.   [bug]           Made compress_add and compress_find static to
12763                         lib/dns/compress.c.
12764
12765  103.   [func]          libisc buffer API changes for <isc/buffer.h>:
12766                         Added:
12767                                 isc_buffer_base(b)          (pointer)
12768                                 isc_buffer_current(b)       (pointer)
12769                                 isc_buffer_active(b)        (pointer)
12770                                 isc_buffer_used(b)          (pointer)
12771                                 isc_buffer_length(b)            (int)
12772                                 isc_buffer_usedlength(b)        (int)
12773                                 isc_buffer_consumedlength(b)    (int)
12774                                 isc_buffer_remaininglength(b)   (int)
12775                                 isc_buffer_activelength(b)      (int)
12776                                 isc_buffer_availablelength(b)   (int)
12777                         Removed:
12778                                 ISC_BUFFER_USEDCOUNT(b)
12779                                 ISC_BUFFER_AVAILABLECOUNT(b)
12780                                 isc_buffer_type(b)
12781                         Changed names:
12782                                 isc_buffer_used(b, r) ->
12783                                         isc_buffer_usedregion(b, r)
12784                                 isc_buffer_available(b, r) ->
12785                                         isc_buffer_available_region(b, r)
12786                                 isc_buffer_consumed(b, r) ->
12787                                         isc_buffer_consumedregion(b, r)
12788                                 isc_buffer_active(b, r) ->
12789                                         isc_buffer_activeregion(b, r)
12790                                 isc_buffer_remaining(b, r) ->
12791                                         isc_buffer_remainingregion(b, r)
12792
12793                         Buffer types were removed, so the ISC_BUFFERTYPE_*
12794                         macros are no more, and the type argument to
12795                         isc_buffer_init and isc_buffer_allocate were removed.
12796                         isc_buffer_putstr is now void (instead of isc_result_t)
12797                         and requires that the caller ensure that there
12798                         is enough available buffer space for the string.
12799
12800  102.   [port]          Correctly detect inet_aton, inet_pton and inet_ptop
12801                         on BSD/OS 4.1.
12802
12803  101.   [cleanup]       Quieted EGCS warnings from lib/isc/print.c.
12804
12805  100.   [cleanup]       <isc/random.h> does not need <isc/int.h> or
12806                         <isc/mutex.h>.  isc_random_t moved to <isc/types.h>.
12807
12808   99.   [cleanup]       Rate limiter now has separate shutdown() and
12809                         destroy() functions, and it guarantees that all
12810                         queued events are delivered even in the shutdown case.
12811
12812   98.   [cleanup]       <isc/print.h> does not need <stdarg.h> or <stddef.h>
12813                         unless ISC_PLATFORM_NEEDVSNPRINTF is defined.
12814
12815   97.   [cleanup]       <isc/ondestroy.h> does not need <stddef.h> or
12816                         <isc/event.h>.
12817
12818   96.   [cleanup]       <isc/mutex.h> does not need <isc/result.h>.
12819
12820   95.   [cleanup]       <isc/mutexblock.h> does not need <isc/result.h>.
12821
12822   94.   [cleanup]       Some installed header files did not compile as C++.
12823
12824   93.   [cleanup]       <isc/msgcat.h> does not need <isc/result.h>.
12825
12826   92.   [cleanup]       <isc/mem.h> does not need <stddef.h>, <isc/boolean.h>,
12827                         or <isc/result.h>.
12828
12829   91.   [cleanup]       <isc/log.h> does not need <sys/types.h> or
12830                         <isc/result.h>.
12831
12832   90.   [cleanup]       Removed unneeded ISC_LANG_BEGINDECLS/ISC_LANG_ENDDECLS
12833                         from <named/listenlist.h>.
12834
12835   89.   [cleanup]       <isc/lex.h> does not need <stddef.h>.
12836
12837   88.   [cleanup]       <isc/interfaceiter.h> does not need <isc/result.h> or
12838                         <isc/mem.h>.  isc_interface_t and isc_interfaceiter_t
12839                         moved to <isc/types.h>.
12840
12841   87.   [cleanup]       <isc/heap.h> does not need <isc/boolean.h>,
12842                         <isc/mem.h> or <isc/result.h>.
12843
12844   86.   [cleanup]       isc_bufferlist_t moved from <isc/bufferlist.h> to
12845                         <isc/types.h>.
12846
12847   85.   [cleanup]       <isc/bufferlist.h> does not need <isc/buffer.h>,
12848                         <isc/list.h>, <isc/mem.h>, <isc/region.h> or
12849                         <isc/int.h>.
12850
12851   84.   [func]          allow-query ACL checks now apply to all data
12852                         added to a response.
12853
12854   83.   [func]          If the server is authoritative for both a
12855                         delegating zone and its (nonsecure) delegatee, and
12856                         a query is made for a KEY RR at the top of the
12857                         delegatee, then the server will look for a KEY
12858                         in the delegator if it is not found in the delegatee.
12859
12860   82.   [cleanup]       <isc/buffer.h> does not need <isc/list.h>.
12861
12862   81.   [cleanup]       <isc/int.h> and <isc/boolean.h> do not need
12863                         <isc/lang.h>.
12864
12865   80.   [cleanup]       <isc/print.h> does not need <stdio.h> or <stdlib.h>.
12866
12867   79.   [cleanup]       <dns/callbacks.h> does not need <stdio.h>.
12868
12869   78.   [cleanup]       lwres_conftest renamed to lwresconf_test for
12870                         consistency with other *_test programs.
12871
12872   77.   [cleanup]       typedef of isc_time_t and isc_interval_t moved from
12873                         <isc/time.h> to <isc/types.h>.
12874
12875   76.   [cleanup]       Rewrote keygen.
12876
12877   75.   [func]          Don't load a zone if its database file is older
12878                         than the last time the zone was loaded.
12879
12880   74.   [cleanup]       Removed mktemplate.o and ufile.o from libisc.a,
12881                         subsumed by file.o.
12882
12883   73.   [func]          New "file" API in libisc, including new function
12884                         isc_file_getmodtime, isc_mktemplate renamed to
12885                         isc_file_mktemplate and isc_ufile renamed to
12886                         isc_file_openunique.  By no means an exhaustive API,
12887                         it is just what's needed for now.
12888
12889   72.   [func]          DNS_RBTFIND_NOPREDECESSOR and DNS_RBTFIND_NOOPTIONS
12890                         added for dns_rbt_findnode, the former to disable the
12891                         setting of the chain to the predecessor, and the
12892                         latter to make clear when no options are set.
12893
12894   71.   [cleanup]       Made explicit the implicit REQUIREs of
12895                         isc_time_seconds, isc_time_nanoseconds, and
12896                         isc_time_subtract.
12897
12898   70.   [func]          isc_time_set() added.
12899
12900   69.   [bug]           The zone object's master and also-notify lists grew
12901                         longer with each server reload.
12902
12903   68.   [func]          Partial support for SIG(0) on incoming messages.
12904
12905   67.   [performance]   Allow use of alternate (compile-time supplied)
12906                         OpenSSL libraries/headers.
12907
12908   66.   [func]          Data in authoritative zones should have a trust level
12909                         beyond secure.
12910
12911   65.   [cleanup]       Removed obsolete typedef of dns_zone_callbackarg_t
12912                         from <dns/types.h>.
12913
12914   64.   [func]          The RBT, DB, and zone table APIs now allow the
12915                         caller find the most-enclosing superdomain of
12916                         a name.
12917
12918   63.   [func]          Generate NOTIFY messages.
12919
12920   62.   [func]          Add UDP refresh support.
12921
12922   61.   [cleanup]       Use single quotes consistently in log messages.
12923
12924   60.   [func]          Catch and disallow singleton types on message
12925                         parse.
12926
12927   59.   [bug]           Cause net/host unreachable to be a hard error
12928                         when sending and receiving.
12929
12930   58.   [bug]           bin/named/query.c could sometimes trigger the
12931                         (client->query.attributes & NS_QUERYATTR_NAMEBUFUSED)
12932                         == 0 assertion in query_newname().
12933
12934   57.   [func]          Added dns_nxt_typepresent()
12935
12936   56.   [bug]           SIG records were not properly returned in cached
12937                         negative answers.
12938
12939   55.   [bug]           Responses containing multiple names in the authority
12940                         section were not negatively cached.
12941
12942   54.   [bug]           If a fetch with sigrdataset==NULL joined one with
12943                         sigrdataset!=NULL or vice versa, the resolver
12944                         could catch an assertion or lose signature data,
12945                         respectively.
12946
12947   53.   [port]          freebsd 4.0: lib/isc/unix/socket.c requires
12948                         <sys/param.h>.
12949
12950   52.   [bug]           rndc: taskmgr and socketmgr were not initialized
12951                         to NULL.
12952
12953   51.   [cleanup]       dns/compress.h and dns/zt.h did not need to include
12954                         dns/rbt.h; it was needed only by compress.c and zt.c.
12955
12956   50.   [func]          RBT deletion no longer requires a valid chain to work,
12957                         and dns_rbt_deletenode was added.
12958
12959   49.   [func]          Each cache now has its own mctx.
12960
12961   48.   [func]          isc_task_create() no longer takes an mctx.
12962                         isc_task_mem() has been eliminated.
12963
12964   47.   [func]          A number of modules now use memory context reference
12965                         counting.
12966
12967   46.   [func]          Memory contexts are now reference counted.
12968                         Added isc_mem_inuse() and isc_mem_preallocate().
12969                         Renamed isc_mem_destroy_check() to
12970                         isc_mem_setdestroycheck().
12971
12972   45.   [bug]           The trusted-key statement incorrectly loaded keys.
12973
12974   44.   [bug]           Don't include authority data if it would force us
12975                         to unset the AD bit in the message.
12976
12977   43.   [bug]           DNSSEC verification of cached rdatasets was failing.
12978
12979   42.   [cleanup]       Simplified logging of messages with embedded domain
12980                         names by introducing a new convenience function
12981                         dns_name_format().
12982
12983   41.   [func]          Use PR_SET_KEEPCAPS on Linux 2.3.99-pre3 and later
12984                         to allow 'named' to run as a non-root user while
12985                         retaining the ability to bind() to privileged
12986                         ports.
12987
12988   40.   [func]          Introduced new logging category "dnssec" and
12989                         logging module "dns/validator".
12990
12991   39.   [cleanup]       Moved the typedefs for isc_region_t, isc_textregion_t,
12992                         and isc_lex_t to <isc/types.h>.
12993
12994   38.   [bug]           TSIG signed incoming zone transfers work now.
12995
12996   37.   [bug]           If the first RR in an incoming zone transfer was
12997                         not an SOA, the server died with an assertion failure
12998                         instead of just reporting an error.
12999
13000   36.   [cleanup]       Change DNS_R_SUCCESS (and others) to ISC_R_SUCCESS
13001
13002   35.   [performance]   Log messages which are of a level too high to be
13003                         logged by any channel in the logging configuration
13004                         will not cause the log mutex to be locked.
13005
13006   34.   [bug]           Recursion was allowed even with 'recursion no'.
13007
13008   33.   [func]          The RBT now maintains a parent pointer at each node.
13009
13010   32.   [cleanup]       bin/lwresd/client.c needs <string.h> for memset()
13011                         prototype.
13012
13013   31.   [bug]           Use ${LIBTOOL} to compile bin/named/main.@O@.
13014
13015   30.   [func]          config file grammar change to support optional
13016                         class type for a view.
13017
13018   29.   [func]          support new config file view options:
13019
13020                                 auth-nxdomain recursion query-source
13021                                 query-source-v6 transfer-source
13022                                 transfer-source-v6 max-transfer-time-out
13023                                 max-transfer-idle-out transfer-format
13024                                 request-ixfr provide-ixfr cleaning-interval
13025                                 fetch-glue notify rfc2308-type1 lame-ttl
13026                                 max-ncache-ttl min-roots
13027
13028   28.   [func]          support lame-ttl, min-roots and serial-queries
13029                         config global options.
13030
13031   27.   [bug]           Only include <netinet6/in6.h> on BSD/OS 4.[01]*.
13032                         Including it on other platforms (eg, NetBSD) can
13033                         cause a forced #error from the C preprocessor.
13034
13035   26.   [func]          new match-clients statement in config file view.
13036
13037   25.   [bug]           make install failed to install <isc/log.h> and
13038                         <isc/ondestroy.h>.
13039
13040   24.   [cleanup]       Eliminate some unnecessary #includes of header
13041                         files from header files.
13042
13043   23.   [cleanup]       Provide more context in log messages about client
13044                         requests, using a new function ns_client_log().
13045
13046   22.   [bug]           SIGs weren't returned in the answer section when
13047                         the query resulted in a fetch.
13048
13049   21.   [port]          Look at STD_CINCLUDES after CINCLUDES during
13050                         compilation, so additional system include directories
13051                         can be searched but header files in the bind9 source
13052                         tree with conflicting names take precedence.  This
13053                         avoids issues with installed versions of dnssafe and
13054                         openssl.
13055
13056   20.   [func]          Configuration file post-load validation of zones
13057                         failed if there were no zones.
13058
13059   19.   [bug]           dns_zone_notifyreceive() failed to unlock the zone
13060                         lock in certain error cases.
13061
13062   18.   [bug]           Use AC_TRY_LINK rather than AC_TRY_COMPILE in
13063                         configure.in to check for presence of in6addr_any.
13064
13065   17.   [func]          Do configuration file post-load validation of zones.
13066
13067   16.   [bug]           put quotes around key names on config file
13068                         output to avoid possible keyword clashes.
13069
13070   15.   [func]          Add dns_name_dupwithoffsets().  This function is
13071                         improves comparison performance for duped names.
13072
13073   14.   [bug]           free_rbtdb() could have 'put' unallocated memory in
13074                         an unlikely error path.
13075
13076   13.   [bug]           lib/dns/master.c and lib/dns/xfrin.c didn't ignore
13077                         out-of-zone data.
13078
13079   12.   [bug]           Fixed possible uninitialized variable error.
13080
13081   11.   [bug]           axfr_rrstream_first() didn't check the result code of
13082                         db_rr_iterator_first(), possibly causing an assertion
13083                         to be triggered later.
13084
13085   10.   [bug]           A bug in the code which makes EDNS0 OPT records in
13086                         bin/named/client.c and lib/dns/resolver.c could
13087                         trigger an assertion.
13088
13089    9.   [cleanup]       replaced bit-setting code in confctx.c and replaced
13090                         repeated code with macro calls.
13091
13092    8.   [bug]           Shutdown of incoming zone transfer accessed
13093                         freed memory.
13094
13095    7.   [cleanup]       removed 'listen-on' from view statement.
13096
13097    6.   [bug]           quote RR names when generating config file to
13098                         prevent possible clash with config file keywords
13099                         (such as 'key').
13100
13101    5.   [func]          syntax change to named.conf file: new ssu grant/deny
13102                         statements must now be enclosed by an 'update-policy'
13103                         block.
13104
13105    4.   [port]          bin/named/unix/os.c didn't compile on systems with
13106                         linux 2.3 kernel includes due to conflicts between
13107                         C library includes and the kernel includes.  We now
13108                         get only what we need from <linux/capability.h>, and
13109                         avoid pulling in other linux kernel .h files.
13110
13111    3.   [bug]           TKEYs go in the answer section of responses, not
13112                         the additional section.
13113
13114    2.   [bug]           Generating cryptographic randomness failed on
13115                         systems without /dev/random.
13116
13117    1.   [bug]           The installdirs rule in
13118                         lib/isc/unix/include/isc/Makefile.in had a typo which
13119                         prevented the isc directory from being created if it
13120                         didn't exist.
13121
13122         --- 9.0.0b2 released ---
13123
13124 # This tells Emacs to use hard tabs in this file.
13125 # Local Variables:
13126 # indent-tabs-mode: t
13127 # End: