]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - contrib/bind9/CHANGES
This commit was generated by cvs2svn to compensate for changes in r155429,
[FreeBSD/FreeBSD.git] / contrib / bind9 / CHANGES
1
2         --- 9.3.2 released ---
3
4         --- 9.3.2rc1 released ---
5
6 1936.   [bug]           The validator could leak memory. [RT #15544]
7
8 1932.   [bug]           hpux: LDFLAGS was getting corrupted. [RT #15530]
9
10         --- 9.3.2b2 released ---
11
12 1930.   [port]          HPUX: ia64 support. [RT #15473]
13
14 1929.   [port]          FreeBSD: extend use of PTHREAD_SCOPE_SYSTEM.
15
16 1926.   [bug]           The Windows installer did not check for empty
17                         passwords.  BINDinstall was being installed in
18                         the wrong place. [RT #15483]
19
20 1925.   [port]          All outer level AC_TRY_RUNs need cross compiling
21                         defaults. [RT #15469]
22
23 1924.   [port]          libbind: hpux ia64 support. [RT #15473]
24
25 1923.   [bug]           ns_client_detach() called too early. [RT #15499]
26
27         --- 9.3.2b1 released ---
28
29 1917.   [doc]           funcsynopsisinfo wasn't being treated as verbatim
30                         when generating man pages. [RT #15385]
31
32 1915.   [bug]           dig +ndots was broken. [RT #15215]
33
34 1914.   [protocol]      DS is required to accept mnemonic algorithms
35                         (RFC 4034).  Still emit numeric algorithms for
36                         compatability with RFC 3658. [RT #15354]
37
38 1911.   [bug]           Update windows socket code. [RT #14965]
39
40 1910.   [bug]           dig's +sigchase code overhauled. [RT #14933]
41
42 1909.   [bug]           The DLV code has been re-worked to make no longer
43                         query order sensitive. [RT #14933]
44
45 1905.   [bug]           Strings returned from cfg_obj_asstring() should be
46                         treated as read-only.  [RT #15256]
47
48 1901.   [cleanup]       Don't add DNSKEY records to the additional section.
49
50 1900.   [bug]           ixfr-from-differences failed to ensure that the
51                         serial number increased. [RT #15036]
52
53 1896.   [bug]           Extend ISC_SOCKADDR_FORMATSIZE and
54                         ISC_NETADDR_FORMATSIZE to allow for scope details.
55
56 1894.   [bug]           Recursive clients soft quota support wasn't working
57                         as expected. [RT #15103]
58
59 1893.   [bug]           A escaped character is, potentially, converted to
60                         the output character set too early. [RT #14666]
61
62 1892.   [port]          Use uintptr_t if available. [RT #14606]
63
64 1889.   [port]          sunos: non blocking i/o support. [RT #14951]
65
66 1887.   [bug]           The cache could delete expired records too fast for
67                         clients with a virtual time in the past. [RT #14991]
68
69 1886.   [bug]           fctx_create() could return success even though it
70                         failed. [RT #14993]
71
72 1884.   [cleanup]       dighost.c: move external declarations into <dig/dig.h>.
73
74 1883.   [bug]           dnssec-signzone, dnssec-keygen: handle negative debug
75                         levels. [RT #14962]
76
77 1881.   [func]          Add a system test for named-checkconf. [RT #14931]
78
79 1877.   [bug]           Fix unreasonably low quantum on call to
80                         dns_rbt_destroy2().  Remove unnecessay unhash_node()
81                         call. [RT #14919]
82
83 1875.   [bug]           process_dhtkey() was using the wrong memory context
84                         to free some memory. [RT #14890]
85
86 1874.   [port]          sunos: portability fixes. [RT #14814]
87
88 1873.   [port]          win32: isc__errno2result() now reports its caller.
89                         [RT #13753]
90
91 1872.   [port]          win32: Handle ERROR_NETNAME_DELETED.  [RT #13753]
92
93 1867.   [bug]           It was possible to trigger a INSIST in
94                         dlv_validatezonekey(). [RT #14846]
95
96 1866.   [bug]           resolv.conf parse errors were being ignored by
97                         dig/host/nslookup. [RT #14841]
98
99 1865.   [bug]           Silently ignore nameservers in /etc/resolv.conf with
100                         bad addresses. [RT #14841]
101
102 1864.   [bug]           Don't try the alternative transfer source if you
103                         got a answer / transfer with the main source
104                         address. [RT #14802]
105
106 1863.   [bug]           rrset-order "fixed" error messages not complete.
107
108 1861.   [bug]           dig could trigger a INSIST on certain malformed
109                         responses. [RT #14801]
110
111 1860.   [port]          solaris 2.8: hack_shutup_pthreadmutexinit was
112                         incorrectly set. [RT #14775]
113
114 1858.   [bug]           The flush-zones-on-shutdown option wasn't being
115                         parsed. [RT #14686]
116
117 1857.   [bug]           named could trigger a INSIST() if reconfigured /
118                         reloaded too fast.  [RT #14673]
119
120 1856.   [doc]           Switch Docbook toolchain from DSSSL to XSL.
121                         [RT #11398]
122
123 1855.   [bug]           ixfr-from-differences was failing to detect changes
124                         of ttl due to dns_diff_subtract() was ignoring the ttl
125                         of records.  [RT #14616]
126
127 1854.   [bug]           lwres also needs to know the print format for
128                         (long long).  [RT #13754]
129
130 1853.   [bug]           Rework how DLV interacts with proveunsecure().
131                         [RT #13605]
132
133 1852.   [cleanup]       Remove last vestiges of dnssec-signkey and
134                         dnssec-makekeyset (removed from Makefile years ago).
135
136 1850.   [bug]           Memory leak in lwres_getipnodebyaddr(). [RT #14591]
137
138 1849.   [doc]           All forms of the man pages (docbook, man, html) should
139                         have consistant copyright dates.
140
141 1848.   [bug]           Improve SMF integration. [RT #13238]
142
143 1847.   [bug]           isc_ondestroy_init() is called too late in
144                         dns_rbtdb_create()/dns_rbtdb64_create(). 
145                         [RT #13661]
146                         
147 1846.   [contrib]       query-loc-0.3.0 from Stephane Bortzmeyer
148                         <bortzmeyer@nic.fr>.
149
150 1845.   [bug]           Improve error reporting to distingish between
151                         accept()/fcntl() and socket()/fcntl() errors.
152                         [RT #13745]
153
154 1844.   [bug]           inet_pton() accepted more that 4 hexadecimal digits
155                         for each 16 bit piece of the IPv6 address.  The text
156                         representation of a IPv6 address has been tighted
157                         to disallow this (draft-ietf-ipv6-addr-arch-v4-02.txt).
158                         [RT #5662]
159
160 1843.   [cleanup]       CINCLUDES takes precedence over CFLAGS.  This helps
161                         when CFLAGS contains "-I /usr/local/include"
162                         resulting in old header files being used.
163
164 1842.   [port]          cmsg_len() could produce incorrect results on
165                         some platform. [RT #13744]
166
167 1841.   [bug]           "dig +nssearch" now makes a recursive query to
168                         find the list of nameservers to query. [RT #13694]
169
170 1839.   [bug]           <isc/hash.h> was not being installed.
171
172 1838.   [cleanup]       Don't allow Linux capabilities to be inherited.
173                         [RT #13707]
174
175 1837.   [bug]           Compile time option ISC_FACILITY was not effective
176                         for 'named -u <user>'.  [RT #13714]
177
178 1836.   [cleanup]       Silence compiler warnings in hash_test.c.
179
180 1835.   [bug]           Update dnssec-signzone's usage message. [RT #13657]
181
182 1834.   [bug]           Bad memset in rdata_test.c. [RT #13658]
183
184 1833.   [bug]           Race condition in isc_mutex_lock_profile(). [RT #13660]
185
186 1832.   [bug]           named fails to return BADKEY on unknown TSIG algorithm.
187                         [RT #13620]
188
189 1831.   [doc]           Update named-checkzone documentation. [RT#13604]
190
191 1830.   [bug]           adb lame cache has sence of test reversed. [RT #13600]
192
193 1829.   [bug]           win32: "pid-file none;" broken. [RT #13563]
194
195 1828.   [bug]           isc_rwlock_init() failed to properly cleanup if it
196                         encountered a error. [RT #13549]
197
198 1827.   [bug]           host: update usage message for '-a'. [RT #37116]
199
200 1826.   [bug]           Missing DESTROYLOCK() in isc_mem_createx() on out
201                         of memory error. [RT #13537]
202
203 1825.   [bug]           Missing UNLOCK() on out of memory error from in
204                         rbtdb.c:subtractrdataset(). [RT #13519]
205
206 1824.   [bug]           Memory leak on dns_zone_setdbtype() failure.
207                         [RT #13510]
208
209 1823.   [bug]           Wrong macro used to check for point to point interface.
210                         [RT#13418]
211
212 1822.   [bug]           check-names test for RT was reversed. [RT #13382]
213
214 1821.   [doc]           acls definitions are no longer required to be 
215                         in named.conf prior to reference.  They can be
216                         defined after being referenced.
217
218 1820.   [bug]           Gracefully handle acl loops. [RT #13659]
219
220 1819.   [bug]           The validator needed to check both the algorithm and
221                         digest types of the DS to determine if it could be
222                         used to introduce a secure zone. [RT #13593]
223
224 1816.   [port]          UnixWare: failed to compile lib/isc/unix/net.c.
225                         [RT #13597]
226
227 1815.   [bug]           nsupdate triggered a REQUIRE if the server was set
228                         without also setting the zone and it encountered
229                         a CNAME and was using TSIG.  [RT #13086]
230
231 1810.   [bug]           configure, lib/bind/configure make different default
232                         decisions about whether to do a threaded build.
233                         [RT #13212]
234
235 1809.   [bug]           "make distclean" failed for libbind if the platform
236                         is not supported.
237
238 1807.   [bug]           When forwarding (forward only) set the active domain
239                         from the forward zone name. [RT #13526]
240                         
241 1804.   [bug]           Ensure that if we are queried for glue that it fits
242                         in the additional section or TC is set to tell the
243                         client to retry using TCP. [RT #10114]
244
245 1803.   [bug]           dnssec-signzone sometimes failed to remove old
246                         RRSIGs. [RT #13483]
247
248 1802.   [bug]           Handle connection resets better. [RT #11280]
249
250 1799.   [bug]           'rndc flushname' failed to flush negative cache
251                         entries. [RT #13438]
252
253 1795.   [bug]           "rndc dumpdb" was not fully documented.  Minor
254                         formating issues with "rndc dumpdb -all".  [RT #13396]
255
256 1791.   [bug]           'host -t a' still printed out AAAA and MX records.
257                         [RT #13230]
258
259         --- 9.3.1 released ---
260
261 1818.   [bug]           'named-checkconf -z' triggered an INSIST. [RT #13599]
262
263         --- 9.3.1rc1 released ---
264
265 1812.   [port]          win32: IN6_IS_ADDR_UNSPECIFIED macro is incorrect.
266                         [RT #13453]
267
268 1808.   [bug]           zone.c:notify_zone() contained a race condition,
269                         zone->db could change underneath it.  [RT #13511]
270
271 1806.   [bug]           The resolver returned the wrong result when a CNAME /
272                         DNAME was encountered when fetching glue from a
273                         secure namespace. [RT #13501]
274
275 1805.   [bug]           Pending status was not being cleared when DLV was
276                         active. [RT #13501]
277
278         --- 9.3.1beta2 released ---
279
280 1800.   [bug]           Changes #1719 allowed a INSIST to be triggered.
281                         [RT #13428]
282
283         --- 9.3.1beta1 released ---
284
285 1790.   [cleanup]       Move lib/dns/sec/dst up into lib/dns.  This should
286                         allow parallel make to succeed.
287
288 1789.   [bug]           Prerequisite test for tkey and dnssec could fail
289                         with "configure --with-libtool".
290
291 1788.   [bug]           libbind9.la/libbind9.so needs to link against
292                         libisccfg.la/libisccfg.so.
293
294 1787.   [port]          HPUX: both "cc" and "gcc" need -Wl,+vnocompatwarnings.
295
296 1786.   [port]          AIX: libt_api needs to be taught to look for
297                         T_testlist in the main executable (--with-libtool).
298                         [RT #13239]
299
300 1785.   [bug]           libbind9.la/libbind9.so needs to link against
301                         libisc.la/libisc.so.
302
303 1784.   [cleanup]       "libtool -allow-undefined" is the default.
304                         Leave hooks in configure to allow it to be set
305                         if needed in the future.
306
307 1783.   [cleanup]       We only need one copy of libtool.m4, ltmain.sh in the
308                         source tree.
309
310 1782.   [port]          OSX: --with-libtool + --enable-libbind broke on
311                         __evOptMonoTime.  [RT #13219]
312
313 1781.   [port]          FreeBSD 5.3: set PTHREAD_SCOPE_SYSTEM. [RT #12810]
314
315 1780.   [bug]           Update libtool to 1.5.10.
316
317 1779.   [port]          OSF 5.1: libtool didn't handle -pthread correctly.
318
319 1778.   [port]          HUX 11.11: fix broken IN6ADDR_ANY_INIT and
320                         IN6ADDR_LOOPBACK_INIT macros.
321
322 1777.   [port]          OSF 5.1: fix broken IN6ADDR_ANY_INIT and
323                         IN6ADDR_LOOPBACK_INIT macros.
324
325 1776.   [port]          Solaris 2.9: fix broken IN6ADDR_ANY_INIT and
326                         IN6ADDR_LOOPBACK_INIT macros.
327
328 1775.   [bug]           Only compile getnetent_r.c when threaded. [RT #13205]
329
330 1774.   [port]          Aix: Silence compiler warnings / build failures.
331                         [RT #13154]
332
333 1773.   [bug]           Fast retry on host / net unreachable. [RT #13153]
334
335 1770.   [bug]           named-checkconf failed to report missing a missing
336                         file clause for rbt{64} master/hint zones. [RT#13009]
337
338 1769.   [port]          win32: change compiler flags /MTd ==> /MDd,
339                         /MT ==> /MD.
340
341 1768.   [bug]           nsecnoexistnodata() could be called with a non-NSEC
342                         rdataset. [RT #12907]
343
344 1767.   [port]          Builds on IPv6 platforms without IPv6 Advanced API
345                         support for (struct in6_pktinfo) failed.  [RT #13077]
346
347 1766.   [bug]           Update the master file timestamp on successful refresh
348                         as well as the journal's timestamp. [RT# 13062]
349
350 1765.   [bug]           configure --with-openssl=auto failed. [RT #12937]
351
352 1764.   [bug]           dns_zone_replacedb failed to emit a error message
353                         if there was no SOA record in the replacment db.
354                         [RT #13016]
355
356 1762.   [bug]           isc_interfaceiter_create() could return ISC_R_SUCCESS
357                         even when it failed. [RT #12995]
358
359 1761.   [bug]           'rndc dumpdb' didn't report unassociated entries.
360                         [RT #12971]
361
362 1760.   [bug]           Host / net unreachable was not penalising rtt
363                         estimates. [RT #12970]
364
365 1759.   [bug]           Named failed to startup if the OS supported IPv6
366                         but had no IPv6 interfaces configured. [RT #12942]
367
368 1754.   [bug]           We wern't always attempting to query the parent
369                         server for the DS records at the zone cut.
370                         [RT #12774]
371
372 1753.   [bug]           Don't serve a slave zone which has no NS records.
373                         [RT #12894]
374
375 1752.   [port]          Move isc_app_start() to after ns_os_daemonise()
376                         as some fork() implementations unblock the signals
377                         that are blocked by isc_app_start(). [RT #12810]
378
379 1751.   [bug]           --enable-getifaddrs failed under linux. [RT #12867]
380
381 1750.   [port]          lib/bind/make/rules.in:subdirs was not bash friendly.
382                         [RT #12864]
383
384 1749.   [bug]           'check-names response ignore;' failed to ignore.
385                         [RT #12866]
386
387 1747.   [bug]           BIND 8 compatability: named/named-checkconf failed
388                         to parse "host-statistics-max" in named.conf.
389
390 1745.   [bug]           Dig/host/nslookup accept replies from link locals
391                         regardless of scope if no scope was specified when
392                         query was sent. [RT #12745]
393
394 1744.   [bug]           If tuple2msgname() failed to convert a tuple to
395                         a name a REQUIRE could be triggered. [RT #12796]
396
397 1743.   [bug]           If isc_taskmgr_create() was not able to create the
398                         requested number of worker threads then destruction
399                         of the manager would trigger an INSIST() failure.
400                         [RT #12790]
401                         
402 1742.   [bug]           Deleting all records at a node then adding a
403                         previously existing record, in a single UPDATE
404                         transaction, failed to leave / regenerate the
405                         associated RRSIG records. [RT #12788]
406
407 1741.   [bug]           Deleting all records at a node in a secure zone
408                         using a update-policy grant failed. [RT #12787]
409
410 1740.   [bug]           Replace rbt's hash algorithm as it performed badly
411                         with certain zones. [RT #12729]
412                         
413                         NOTE: a hash context now needs to be established
414                         via isc_hash_create() if the application was not
415                         already doing this.
416
417 1739.   [bug]           dns_rbt_deletetree() could incorrectly return
418                         ISC_R_QUOTA.  [RT #12695]
419
420 1738.   [bug]           Enable overrun checking by default. [RT #12695]
421
422 1737.   [bug]           named failed if more than 16 masters were specified.
423                         [RT #12627]
424
425 1736.   [bug]           dst_key_fromnamedfile() could fail to read a
426                         public key. [RT #12687]
427                         
428 1735.   [bug]           'dig +sigtrace' could die with a REQUIRE failure.
429                         [RE #12688]
430
431 1734.   [cleanup]       'rndc-confgen -a -t' remove extra '/' in path.
432                         [RT #12588]
433
434 1733.   [bug]           Return non-zero exit status on initial load failure.
435                         [RT #12658]
436
437 1732.   [bug]           'rrset-order name "*"' wasn't being applied to ".".
438                         [RT #12467]
439
440 1731.   [port]          darwin: relax version test in ifconfig.sh.
441                         [RT #12581]
442
443 1730.   [port]          Determine the length type used by the socket API.
444                         [RT #12581]
445
446 1728.   [doc]           Update check-names documentation.
447
448 1727.   [bug]           named-checkzone: check-names support didn't match
449                         documentation.
450
451 1726.   [port]          aix5: add support for aix5.
452
453 1725.   [port]          linux: update error message on interaction of threads,
454                         capabilities and setuid support (named -u). [RT #12541]
455
456 1724.   [bug]           Look for DNSKEY records with "dig +sigtrace".
457                         [RT #12557]
458
459 1723.   [cleanup]       Silence compiler warnings from t_tasks.c. [RT #12493]
460
461 1722.   [bug]           Don't commit the journal on malformed ixfr streams.
462                         [RT #12519]
463
464 1721.   [bug]           Error message from the journal processing were not
465                         always identifing the relevent journal. [RT #12519]
466
467 1720.   [bug]           'dig +chase' did not terminate on a RFC 2308 Type 1
468                         negative response. [RT #12506]
469
470 1719.   [bug]           named was not correctly caching a RFC 2308 Type 1
471                         negative response. [RT #12506]
472
473 1718.   [bug]           nsupdate was not handling RFC 2308 Type 3 negative
474                         responses when looking for the zone / master server.
475                         [RT #12506]
476
477 1717.   [port]          solaris: ifconfig.sh did not support Solaris 10.
478                         "ifconfig.sh down" didn't work for Solaris 9.
479
480 1716.   [doc]           named.conf(5) was being installed in the wrong
481                         location.  [RT# 12441]
482
483 1714.   [bug]           dig/host/nslookup were only trying the first
484                         address when a nameserver was specified by name.
485                         [RT #12286]
486
487 1713.   [port]          linux: extend capset failure message to say:
488                         please ensure that the capset kernel module is
489                         loaded.  see insmod(8)
490
491 1712.   [bug]           Missing FULLCHECK for "trusted-key" in dig.
492
493         --- 9.3.0 released ---
494
495 1711.   [func]          'rndc unfreeze' has been deprecated by 'rndc thaw'.
496
497         --- 9.3.0rc4 released ---
498
499 1709.   [port]          solaris: add SMF support.
500
501 1708.   [cleanup]       Replaced dns_fullname_hash() with dns_name_fullhash()
502                         for conformance to the name space convention.  Binary
503                         backward compatibility to the old function name is
504                         provided. [RT #12376]
505
506 1707.   [contrib]       sdb/ldap updated to version 1.0-beta.
507
508 1706.   [bug]           'rndc stop' failed to cause zones to be flushed
509                         sometimes. [RT #12328]
510
511 1704.   [port]          lwres needed a snprintf() implementation for
512                         platforms without snprintf().  Add missing
513                         "#include <isc/print.h>". [RT #12321]
514
515 1703.   [bug]           named would loop sending NOTIFY messages when it
516                         failed to receive a response. [RT #12322]
517
518 1702.   [bug]           also-notify should not be applied to builtin zones.
519                         [RT #12323]
520
521 1701.   [doc]           A minimal named.conf man page.
522
523 1700.   [func]          nslookup is no longer to be treated as deprecated.
524                         Remove "deprecated" warning message.  Add man page.
525
526 1699.   [bug]           dnssec-signzone can generate "not exact" errors
527                         when resigning. [RT #12281]
528
529 1698.   [doc]           Use reserved IPv6 documentation prefix.
530
531 1697.   [bug]           xxx-source{,-v6} was not effective when it
532                         specified one of listening addresses and a
533                         different port than the listening port. [RT #12257]
534
535         --- 9.3.0rc3 released ---
536
537 1696.   [bug]           dnssec-signzone failed to clean out nodes that
538                         consisted of only NSEC and RRSIG records.
539                         [RT #12154]
540
541 1695.   [bug]           DS records when forwarding require special handling.
542                         [RT #12133]
543
544 1694.   [bug]           Report if the builtin views of "_default" / "_bind"
545                         are defined in named.conf. [RT #12023]
546
547 1693.   [bug]           max-journal-size was not effective for master zones
548                         with ixfr-from-differences set. [RT# 12024]
549
550 1692.   [bug]           Don't set -I, -L and -R flags when libcrypto is in
551                         /usr/lib. [RT #11971]
552
553 1691.   [bug]           sdb's attachversion was not complete. [RT #11990]
554
555 1690.   [bug]           Delay detaching view from the client until UPDATE
556                         processing completes when shutting down. [RT #11714]
557
558 1689.   [bug]           DNS_NAME_TOREGION() and DNS_NAME_SPLIT() macros
559                         contained gratuitous semicolons. [RT #11707]
560
561 1688.   [bug]           LDFLAGS was not supported.
562
563 1687.   [bug]           Race condition in dispatch. [RT #10272]
564
565 1686.   [bug]           Named sent a extraneous NOTIFY when it received a
566                         redundant UPDATE request. [RT #11943]
567
568         --- 9.3.0rc2 released ---
569
570 1685.   [bug]           Change #1679 loop tests weren't quite right.
571
572 1683.   [bug]           dig +sigchase could leak memory. [RT #11445]
573
574 1682.   [port]          Update configure test for (long long) printf format.
575                         [RT #5066]
576
577 1681.   [bug]           Only set SO_REUSEADDR when a port is specified in
578                         isc_socket_bind(). [RT #11742]
579
580 1679.   [bug]           When there was a single nameserver with multiple
581                         addresses for a zone not all addresses were tried.
582                         [RT #11706]
583
584 1678.   [bug]           RRSIG should use TYPEXXXXX for unknown types.
585
586 1677.   [bug]           dig: +aaonly didn't work, +aaflag undocumented.
587
588 1675.   [bug]           named would sometimes add extra NSEC records to
589                         the authority section.
590                         
591 1674.   [port]          linux: increase buffer size used to scan
592                         /proc/net/if_inet6.
593
594 1673.   [port]          linux: issue a error messages if IPv6 interface
595                         scans fails.
596
597 1672.   [cleanup]       Tests which only function in a threaded build
598                         now return R:THREADONLY (rather than R:UNTESTED)
599                         in a non-threaded build.
600
601 1671.   [contrib]       queryperf: add NAPTR to the list of known types.
602
603 1670.   [func]          Log UPDATE requests to slave zones without an acl as
604                         "disabled" at debug level 3. [RT# 11657]
605
606 1668.   [bug]           DIG_SIGCHASE was making bin/dig/host dump core.
607
608 1667.   [port]          linux: not all versions have IF_NAMESIZE.
609
610 1666.   [bug]           The optional port on hostnames in dual-stack-servers
611                         was being ignored.
612
613 1663.   [func]          Look for OpenSSL by default.
614
615 1661.   [bug]           Restore dns_name_concatenate() call in
616                         adb.c:set_target().  [RT #11582]
617
618 1660.   [bug]           win32: connection_reset_fix() was being called
619                         unconditionally.  [RT #11595]
620
621         --- 9.3.0rc1 released ---
622
623 1664.   [bug]           nsupdate needed KEY for SIG(0), not DNSKEY.
624
625 1662.   [bug]           Change #1658 failed to change one use of 'type'
626                         to 'keytype'.
627
628 1659.   [cleanup]       Cleanup some messages that were referring to KEY vs
629                         DNSKEY, NXT vs NSEC and SIG vs RRSIG.
630
631 1658.   [func]          Update dnssec-keygen to default to KEY for HMAC-MD5
632                         and DH.  Tighten which options apply to KEY and
633                         DNSKEY records.
634
635 1657.   [doc]           ARM: document query log output.
636
637 1656.   [doc]           Update DNSSEC description in ARM to cover DS, NSEC
638                         DNSKEY and RRSIG.  [RT #11542]
639
640 1655.   [bug]           Logging multiple versions w/o a size was broken.
641                         [RT #11446]
642
643 1654.   [bug]           isc_result_totext() contained array bounds read
644                         error.
645
646 1653.   [func]          Add key type checking to dst_key_fromfilename(),
647                         DST_TYPE_KEY should be used to read TSIG, TKEY and
648                         SIG(0) keys.
649
650 1652.   [bug]           TKEY still uses KEY.
651
652 1651.   [bug]           dig: process multiple dash options.
653
654 1650.   [bug]           dig, nslookup: flush standard out after each command.
655
656 1649.   [bug]           Silence "unexpected non-minimal diff" message.
657                         [RT #11206]
658
659 1648.   [func]          Update dnssec-lookaside named.conf syntax to support
660                         multiple dnssec-lookaside namespaces (not yet
661                         implemented).  
662
663 1647.   [bug]           It was possible trigger a INSIST when chasing a DS
664                         record that required walking back over a empty node.
665                         [RT #11445]
666
667 1646.   [bug]           win32: logging file versions didn't work with
668                         non-UNC filenames.  [RT#11486]
669
670 1645.   [bug]           named could trigger a REQUIRE failure if multiple
671                         masters with keys are specified.
672
673 1644.   [bug]           Update the journal modification time after a
674                         sucessfull refresh query. [RT #11436]
675
676 1643.   [bug]           dns_db_closeversion() could leak memory / node
677                         references. [RT #11163]
678
679 1642.   [port]          Support OpenSSL implementations which don't have
680                         DSA support. [RT #11360]
681
682 1641.   [bug]           Update the check-names description in ARM. [RT #11389]
683
684         --- 9.3.0beta4 released ---
685
686 1640.   [bug]           win32: isc_socket_cancel(ISC_SOCKCANCEL_ACCEPT) was
687                         incorrectly closing the socket.  [RT #11291]
688
689 1639.   [func]          Initial dlv system test.
690
691 1638.   [bug]           "ixfr-from-differences" could generate a REQUIRE
692                         failure if the journal open failed. [RT #11347]
693                         
694 1637.   [bug]           Node reference leak on error in addnoqname().
695
696 1636.   [bug]           The dump done callback could get ISC_R_SUCCESS even if
697                         a error had occured.  The database version no longer
698                         matched the version of the database that was dumped.
699
700 1635.   [bug]           Memory leak on error in query_addds().
701
702 1634.   [bug]           named didn't supply a useful error message when it
703                         detected duplicate views.  [RT #11208]
704
705 1633.   [bug]           named should return NOTIMP to update requests to a
706                         slaves without a allow-update-forwarding acl specified.
707                         [RT #11331]
708
709 1632.   [bug]           nsupdate failed to send prerequisite only UPDATE
710                         messages. [RT #11288]
711
712 1631.   [bug]           dns_journal_compact() could sometimes corrupt the
713                         journal. [RT #11124]
714
715 1630.   [contrib]       queryperf: add support for IPv6 transport.
716
717 1629.   [func]          dig now supports IPv6 scoped addresses with the
718                         extended format in the local-server part. [RT #8753]
719
720 1628.   [bug]           Typo in Compaq Trucluster support. [RT# 11264]
721
722 1627.   [bug]           win32: sockets were not being closed when the
723                         last external reference was removed. [RT# 11179]
724
725 1626.   [bug]           --enable-getifaddrs was broken. [RT#11259]
726
727 1625.   [bug]           named failed to load/transfer RFC2535 signed zones
728                         which contained CNAMES. [RT# 11237]
729
730 1606.   [bug]           DLV insecurity proof was failing.
731
732 1605.   [func]          New dns_db_find() option DNS_DBFIND_COVERINGNSEC.
733
734         --- 9.3.0beta3 released ---
735
736 1624.   [bug]           zonemgr_putio() call should be locked. [RT# 11163]
737
738 1623.   [bug]           A serial number of zero was being displayed in the
739                         "sending notifies" log message when also-notify was
740                         used. [RT #11177]
741
742 1622.   [func]          probe the system to see if IPV6_(RECV)PKTINFO is
743                         available, and suppress wildcard binding if not.
744
745 1621.   [bug]           match-destinations did not work for IPv6 TCP queries.
746                         [RT# 11156]
747
748 1620.   [func]          When loading a zone report if it is signed. [RT #11149]
749
750 1619.   [bug]           Missing ISC_LIST_UNLINK in end_reserved_dispatches().
751                         [RT# 11118]
752
753 1618.   [bug]           Fencepost errors in dns_name_ishostname() and
754                         dns_name_ismailbox() could trigger a INSIST().
755
756 1617.   [port]          win32: VC++ 6.0 support.
757
758 1616.   [compat]        Ensure that named's version is visible in the core
759                         dump. [RT #11127]
760
761 1615.   [port]          Define ISC_SOCKADDR_LEN_T based on _BSD_SOCKLEN_T_ if
762                         it is defined.
763
764 1614.   [port]          win32: silence resource limit messages. [RT# 11101]
765
766 1613.   [bug]           Builds would fail on machines w/o a if_nametoindex().
767                         Missing #ifdef ISC_PLATFORM_HAVEIFNAMETOINDEX/#endif.
768                         [RT #11119]
769
770 1612.   [bug]           check-names at the option/view level could trigger
771                         an INSIST. [RT# 11116]
772
773 1611.   [bug]           solaris: IPv6 interface scanning failed to cope with
774                         no active IPv6 interfaces.
775
776 1610.   [bug]           On dual stack machines "dig -b" failed to set the
777                         address type to be looked up with "@server".
778                         [RT #11069]
779
780 1600.   [bug]           Duplicate zone pre-load checks were not case
781                         insensitive.
782
783 1599.   [bug]           Fix memory leak on error path when checking named.conf.
784
785 1598.   [func]          Specify that certain parts of the namespace must
786                         be secure (dnssec-must-be-secure).
787
788         --- 9.3.0beta2 released ---
789
790 1609.   [func]          dig now has support to chase DNSSEC signature chains.
791                         Requires -DDIG_SIGCHASE=1 to be set in STD_CDEFINES.
792
793                         DNSSEC validation code in dig coded by Olivier Courtay
794                         (olivier.courtay@irisa.fr) for the IDsA project
795                         (http://idsa.irisa.fr).
796
797 1608.   [func]          dig and host now accept -4/-6 to select IP transport
798                         to use when making queries.
799
800 1607.   [bug]           dig, host and nslookup were still using random()
801                         to generate query ids. [RT# 11013]
802
803 1604.   [bug]           A xfrout_ctx_create() failure would result in
804                         xfrout_ctx_destroy() being called with a
805                         partially initialized structure.
806                         
807 1603.   [bug]           nsupdate: set interactive based on isatty().
808                         [RT# 10929]
809
810 1602.   [bug]           Logging to a file failed unless a size was specified.
811                         [RT# 10925]
812
813 1601.   [bug]           Silence spurious warning 'both "recursion no;" and 
814                         "allow-recursion" active' warning from view "_bind".
815                         [RT# 10920]
816
817 1594.   [bug]           'rndc dumpdb' could prevent named from answering
818                         queries while the dump was in progress.  [RT #10565]
819
820 1593.   [bug]           rndc should return "unknown command" to unknown
821                         commands. [RT# 10642]
822
823         --- 9.3.0beta1 released ---
824
825 1592.   [bug]           configure_view() could leak a dispatch. [RT #10675]
826
827 1591.   [bug]           libbind: updated to BIND 8.4.5.
828
829 1590.   [port]          netbsd: update thread support.
830
831 1589.   [func]          DNSSEC lookaside validation.
832
833 1588.   [bug]           win32: TCP sockets could become blocked. [RT #10115]
834
835 1587.   [bug]           dns_message_settsigkey() failed to clear existing key.
836                         [RT #10590]
837
838 1586.   [func]          "check-names" is now implemented.
839
840 1584.   [bug]           "make test" failed with a read only source tree.
841                         [RT #10461]
842
843 1583.   [bug]           Records add via UPDATE failed to get the correct trust
844                         level. [RT #10452]
845
846 1582.   [bug]           rrset-order failed to work on RRsets with more
847                         than 32 elements. [RT #10381]
848
849 1581.   [func]          Disable DNSSEC support by default.  To enable
850                         DNSSEC specify "dnssec-enable yes;" in named.conf.
851
852 1580.   [bug]           Zone destruction on final detach takes a long time.
853                         [RT #3746]
854
855 1579.   [bug]           Multiple task managers could not be created.
856
857 1578.   [bug]           Don't use CLASS E IPv4 addresses when resolving.
858                         [RT #10346]
859
860 1577.   [bug]           Use isc_uint32_t in ultrasparc optimizer bug
861                         workaround code. [RT #10331]
862
863 1576.   [bug]           Race condition in dns_dispatch_addresponse().
864                         [RT# 10272]
865
866 1575.   [func]          Log TSIG name on TSIG verify failure. [RT #4404]
867
868 1574.   [bug]           Don't attempt to open the controls socket(s) when
869                         running tests. [RT #9091]
870
871 1573.   [port]          linux: update to libtool 1.5.2 so that
872                         "make install DESTDIR=/xx" works with
873                         "configure --with-libtool".  [RT #9941]
874
875 1572.   [bug]           nsupdate: sign the soa query to find the enclosing
876                         zone if the server is specified. [RT #10148]
877
878 1571.   [bug]           rbt:hash_node() could fail leaving the hash table
879                         in an inconsistent state.  [RT #10208]
880
881 1570.   [bug]           nsupdate failed to handle classes other than IN.
882                         New keyword 'class' which sets the default class.
883                         [RT #10202]
884
885 1569.   [func]          nsupdate new command 'answer' which displays the
886                         complete answer message to the last update.
887
888 1568.   [bug]           nsupdate now reports that the update failed in
889                         interactive mode. [RT# 10236]
890
891 1567.   [bug]           B.ROOT-SERVERS.NET is now 192.228.79.201.
892
893 1566.   [port]          Support for the cmsg framework on Solaris and HP/UX.
894                         This also solved the problem that match-destinations
895                         for IPv6 addresses did not work on these systems.
896                         [RT #10221]
897
898 1565.   [bug]           CD flag should be copied to outgoing queries unless
899                         the query is under a secure entry point in which case
900                         CD should be set.
901
902 1564.   [func]          Attempt to provide a fallback entropy source to be
903                         used if named is running chrooted and named is unable
904                         to open entropy source within the chroot area.
905                         [RT #10133]
906
907 1563.   [bug]           Gracefully fail when unable to obtain neither an IPv4
908                         nor an IPv6 dispatch. [RT #10230]
909
910 1562.   [bug]           isc_socket_create() and isc_socket_accept() could
911                         leak memory under error conditions. [RT #10230]
912
913 1561.   [bug]           It was possible to release the same name twice if
914                         named ran out of memory. [RT #10197]
915
916 1560.   [port]          FreeBSD: work around FreeBSD 5.2 mapping EAI_NODATA
917                         and EAI_NONAME to the same value.
918
919 1559.   [port]          named should ignore SIGFSZ.
920
921 1558.   [func]          New DNSSEC 'disable-algorithms'.  Support entry into
922                         child zones for which we don't have a supported
923                         algorithm.  Such child zones are treated as unsigned.
924
925 1557.   [func]          Implement missing DNSSEC tests for
926                         * NOQNAME proof with wildcard answers.
927                         * NOWILDARD proof with NXDOMAIN.
928                         Cache and return NOQNAME with wildcard answers.
929
930 1556.   [bug]           nsupdate now treats all names as fully qualified.
931                         [RT #6427]
932
933 1555.   [func]          'rrset-order cyclic' no longer has a random starting
934                         point. [RT #7572]
935
936 1554.   [bug]           dig, host, nslookup failed when no nameservers
937                         were specified in /etc/resolv.conf. [RT #8232]
938
939 1553.   [bug]           The windows socket code could stop accepting
940                         connections. [RT#10115]
941
942 1552.   [bug]           Accept NOTIFY requests from mapped masters if
943                         matched-mapped is set. [RT #10049]
944
945 1551.   [port]          Open "/dev/null" before calling chroot().
946
947 1550.   [port]          Call tzset(), if available, before calling chroot().
948
949 1549.   [func]          named-checkzone can now write out the zone contents
950                         in a easily parsable format (-D and -o).
951
952 1548.   [bug]           When parsing APL records it was possible to silently
953                         accept out of range ADDRESSFAMILY values. [RT# 9979]
954
955 1547.   [bug]           Named wasted memory recording duplicate lame zone
956                         entries. [RT #9341]
957
958 1546.   [bug]           We were rejecting valid secure CNAME to negative
959                         answers.
960
961 1545.   [bug]           It was possible to leak memory if named was unable to
962                         bind to the specified transfer source and TSIG was
963                         being used. [RT #10120]
964
965 1544.   [bug]           Named would logged a single entry to a file despite it
966                         being over the specified size limit.
967
968 1543.   [bug]           Logging using "versions unlimited" did not work.
969
970 1541.   [func]          NSEC now uses new bitmap format.
971
972 1540.   [bug]           "rndc reload <dynamiczone>" was silently accepted.
973                         [RT #8934]
974
975 1539.   [bug]           Open UDP sockets for notify-source and transfer-source
976                         that use reserved ports at startup. [RT #9475]
977
978 1537.   [func]          New option "querylog".  If set specify whether query
979                         logging is to be enabled or disabled at startup.
980
981 1536.   [bug]           Windows socket code failed to log a error description
982                         when returning ISC_R_UNEXPECTED. [RT #9998]
983
984 1534.   [bug]           Race condition when priming cache. [RT# 9940]
985
986 1533.   [func]          Warn if both "recursion no;" and "allow-recursion"
987                         are active. [RT# 4389]
988
989 1532.   [port]          netbsd: the configure test for <sys/sysctl.h>
990                         requires <sys/param.h>.
991
992 1531.   [port]          AIX more libtool fixes.
993
994 1530.   [bug]           It was possible to trigger a INSIST() failure if a
995                         slave master file was removed at just the correct
996                         moment. [RT #9462]
997
998 1529.   [bug]           "notify explicit;" failed to log that NOTIFY messages
999                         were being sent for the zone. [RT# 9442]
1000
1001 1528.   [cleanup]       Simplify some dns_name_ functions based on the
1002                         deprecation of bitstring labels.
1003
1004 1527.   [cleanup]       Reduce the number of gettimeofday() calls without
1005                         losing necessary timer granularity.
1006
1007 1525.   [bug]           dns_cache_create() could trigger a REQUIRE
1008                         failure in isc_mem_put() during error cleanup.
1009                         [RT# 9360]
1010
1011 1524.   [port]          AIX needs to be able to resolve all symbols when
1012                         creating shared libraries (--with-libtool).
1013
1014 1523.   [bug]           Fix race condition in rbtdb. [RT# 9189]
1015
1016 1522.   [bug]           dns_db_findnode() relax the requirements on 'name'.
1017                         [RT# 9286]
1018
1019 1521.   [bug]           dns_view_createresolver() failed to check the
1020                         result from isc_mem_create(). [RT# 9294]
1021
1022 1520.   [protocol]      Add SSHFP (SSH Finger Print) type.
1023
1024 1519.   [bug]           dnssec-signzone:nsec_setbit() computed the wrong
1025                         length of the new bitmap.
1026
1027 1518.   [bug]           dns_nsec_buildrdata(), and hence dns_nsec_build(),
1028                         contained a off-by-one error when working out the
1029                         number of octets in the bitmap.
1030
1031 1517.   [port]          Support for IPv6 interface scanning on HP/UX and
1032                         TrueUNIX 5.1.
1033
1034 1516.   [func]          Roll the DNSSEC types to RRSIG, NSEC and DNSKEY.
1035
1036 1515.   [func]          Allow transfer source to be set in a server statement.
1037                         [RT #6496]
1038
1039 1514.   [bug]           named: isc_hash_destroy() was being called too early.
1040                         [RT #9160]
1041
1042 1513.   [doc]           Add "US" to root-delegation-only exclude list.
1043
1044 1512.   [bug]           Extend the delegation-only logging to return query
1045                         type, class and responding nameserver.
1046
1047 1511.   [bug]           delegation-only was generating false positives
1048                         on negative answers from subzones.
1049
1050 1510.   [func]          New view option "root-delegation-only".  Apply
1051                         delegation-only check to all TLDs and root.
1052                         Note there are some TLDs that are NOT delegation
1053                         only (e.g. DE, LV, US and MUSEUM) these can be excluded
1054                         from the checks by using exclude.
1055
1056                         root-delegation-only exclude {
1057                                 "DE"; "LV"; "US"; "MUSEUM";
1058                         };
1059
1060 1509.   [bug]           Hint zones should accept delegation-only.  Forward
1061                         zone should not accept delegation-only.
1062
1063 1508.   [bug]           Don't apply delegation-only checks to answers from
1064                         forwarders.
1065
1066 1507.   [bug]           Handle BIND 8 style returns to NS queries to parents
1067                         when making delegation-only checks.
1068
1069 1506.   [bug]           Wrong return type for dns_view_isdelegationonly().
1070
1071 1505.   [bug]           Uninitialized rdataset in sdb. [RT #8750]
1072
1073 1504.   [func]          New zone type "delegation-only".
1074
1075 1503.   [port]          win32: install libeay32.dll outside of system32.
1076
1077 1502.   [bug]           nsupdate: adjust timeouts for UPDATE requests over TCP.
1078
1079 1501.   [func]          Allow TCP queue length to be specified via
1080                         named.conf, tcp-listen-queue.
1081
1082 1500.   [bug]           host failed to lookup MX records.  Also look up
1083                         AAAA records.
1084
1085 1475.   [port]          Probe for old sprintf().
1086
1087 1474.   [port]          Provide strtoul() and memmove() for platforms
1088                         without them.
1089
1090 1469.   [func]          Log end of outgoing zone transfer at same level
1091                         as the start of transfer is logged. [RT #4441]
1092
1093 1468.   [func]          Internal zones are no longer counted for
1094                         'rndc status'.  [RT #4706]
1095
1096 1467.   [func]          $GENERATES now supports optional class and ttl.
1097
1098 1458.   [cleanup]       sprintf() -> snprintf().
1099
1100 1457.   [port]          Provide strlcat() and strlcpy() for platforms without
1101                         them.
1102
1103 1455.   [bug]           <netaddr> missing from server grammar in
1104                         doc/misc/options. [RT #5616]
1105
1106 1454.   [port]          Use getifaddrs() if available for interface scanning.
1107                         --disable-getifaddrs to override.  Glibc currently
1108                         has a getifaddrs() that does not support IPv6.
1109                         Use --enable-getifaddrs=glibc to force the use of
1110                         this version under linux machines.
1111
1112 1446.   [func]          Implemented undocumented alternate transfer sources
1113                         from BIND 8.  See use-alt-transfer-source,
1114                         alt-transfer-source and alt-transfer-source-v6.
1115
1116                         SECURITY: use-alt-transfer-source is ENABLED unless
1117                         you are using views.  This may cause a security risk
1118                         resulting in accidental disclosure of wrong zone
1119                         content if the master supplying different source
1120                         content based on IP address.  If you are not certain
1121                         ISC recommends setting use-alt-transfer-source no;
1122
1123 1444.   [func]          dns_view_findzonecut2() allows you to specify if the
1124                         cache should be searched for zone cuts.
1125
1126 1443.   [func]          Masters lists can now be specified and referenced
1127                         in zone masters clauses and other masters lists.
1128
1129 1442.   [func]          New functions for manipulating port lists:
1130                         dns_portlist_create(), dns_portlist_add(),
1131                         dns_portlist_remove(), dns_portlist_match(),
1132                         dns_portlist_attach() and dns_portlist_detach().
1133
1134 1441.   [func]          It is now possible to tell dig to bind to a specific
1135                         source port.
1136
1137 1440.   [func]          It is now possible to tell named to avoid using
1138                         certain source ports (avoid-v4-udp-ports,
1139                         avoid-v6-udp-ports).
1140
1141 1438.   [func]          Log TSIG (if any) when logging NOTIFY requests.
1142
1143 1436.   [func]          dns_zonemgr_resumexfrs() can be used to restart
1144                         stalled transfers.
1145
1146 1433.   [bug]           named could trigger a REQUIRE failure if it could
1147                         not get a file descriptor when attempting to write
1148                         a master file. [RT #4347]
1149
1150 1432.   [func]          The advertised EDNS UDP buffer size can now be set
1151                         via named.conf (edns-udp-size).
1152
1153 1430.   [port]          linux: IPv6 interface scanning support.
1154
1155 1422.   [func]          Log name/type/class when denying a query.  [RT #4663]
1156
1157 1421.   [func]          Differentiate updates that don't succeed due to
1158                         prerequisites (unsuccessful) vs other reasons
1159                         (failed).
1160
1161 1417.   [func]          ID.SERVER/CHAOS is now a built in zone.
1162                         See "server-id" for how to configure.
1163
1164 1415.   [func]          DS TTL now derived from NS ttl.  NXT TTL now derived
1165                         from SOA MINIMUM.
1166
1167 1414.   [func]          Support for KSK flag.
1168
1169 1413.   [func]          Explictly request the (re-)generation of DS records from
1170                         keysets (dnssec-signzone -g).
1171
1172 1412.   [func]          You can now specify servers to be tried if a nameserver
1173                         has IPv6 address and you only support IPv4 or the
1174                         reverse. See dual-stack-servers.
1175
1176 1410.   [func]          Handle records that live in the parent zone, e.g. DS.
1177
1178 1409.   [bug]           DS should have attribute DNS_RDATATYPEATTR_DNSSEC.
1179
1180 1404.   [bug]           libbind: ns_name_ntol() could overwrite a zero length
1181                         buffer.
1182
1183 1403.   [func]          dnssec-signzone, dnssec-keygen, dnssec-makekeyset
1184                         dnssec-signkey now report their version in the
1185                         usage message.
1186
1187 1402.   [cleanup]       A6 has been moved to experimental and is no longer
1188                         fully supported.
1189
1190 1400.   [bug]           Block the addition of wildcard NS records by IXFR
1191                         or UPDATE. [RT #3502]
1192
1193 1398.   [doc]           ARM: notify-also should have been also-notify.
1194                         [RT #4345]
1195
1196 1396.   [func]          dnssec-signzone: adjust the default signing time by
1197                         1 hour to allow for clock skew.
1198
1199 1394.   [func]          It is now possible to check if a particular element is
1200                         in a acl.  Remove duplicate entries from the localnets
1201                         acl.
1202
1203 1393.   [port]          Bind to individual IPv6 interfaces if IPV6_IPV6ONLY
1204                         is not available in the kernel to prevent accidently
1205                         listening on IPv4 interfaces.
1206
1207 1392.   [bug]           named-checkzone: update usage.
1208
1209 1391.   [func]          Add support for IPv6 scoped addresses in named.
1210
1211 1390.   [func]          host now supports ixfr.
1212
1213 1386.   [bug]           named-checkzone -z stopped on errors in a zone.
1214                         [RT #3653]
1215
1216 1383.   [func]          Track the serial number in a IXFR response and log if
1217                         a mismatch occurs.  This is a more specific error than
1218                         "not exact". [RT #3445]
1219
1220 1380.   [func]          'rndc recursing' dump recursing queries to
1221                         'recursing-file = "named.recursing";'.
1222
1223 1379.   [func]          'rndc status' now reports tcp and recursion quota
1224                         states.
1225
1226 1378.   [func]          Improved positive feedback for 'rndc {reload|refresh}.
1227
1228 1377.   [func]          dns_zone_load{new}() now reports if the zone was
1229                         loaded, queued for loading to up to date.
1230
1231 1376.   [func]          New function dns_zone_logc() to log to specified
1232                         category.
1233
1234 1375.   [func]          'rndc dumpdb' now dumps the adb cache along with the
1235                         data cache.
1236
1237 1374.   [func]          dns_adb_dump() now logs the lame zones associated
1238                         with each server.
1239
1240 1371.   [bug]           notify-source-v6, transfer-source-v6 and
1241                         query-source-v6 with explicit addresses and using the
1242                         same ports as named was listening on could interfere
1243                         with named's ability to answer queries sent to those
1244                         addresses.
1245
1246 1368.   [func]          remove support for bitstring labels.
1247
1248 1367.   [func]          Use response times to select forwarders.
1249
1250 1365.   [func]          "localhost" and "localnets" acls now include IPv6
1251                         addresses / prefixes.
1252
1253 1364.   [func]          Log file name when unable to open memory statistics
1254                         and dump database files. [RT# 3437]
1255
1256 1363.   [func]          Listen-on-v6 now supports specific addresses.
1257
1258 1362.   [bug]           remove IFF_RUNNING test when scanning interfaces.
1259
1260 1361.   [func]          log the reason for rejecting a server when resolving
1261                         queries.
1262
1263 1355.   [bug]           Fix DNSSEC wildcard proof for CNAME/DNAME.
1264
1265 1344.   [func]          Log if the serial number on the master has gone
1266                         backwards.
1267                         If you have multiple machines specified in the masters
1268                         clause you may want to set 'multi-master yes;' to
1269                         suppress this warning.
1270
1271 1343.   [func]          Log successful notifies received (info).  Adjust log
1272                         level for failed notifies to notice.
1273
1274 1342.   [func]          Log remote address with TCP dispatch failures.
1275
1276 1341.   [func]          Allow a rate limiter to be stalled.
1277
1278 1339.   [func]          dig, host and nslookup now use IP6.ARPA for nibble
1279                         lookups.  Bit string lookups are no longer attempted.
1280
1281 1336.   [func]          Nibble lookups under IP6.ARPA are now supported by
1282                         dns_byaddr_create().  dns_byaddr_createptrname() is
1283                         deprecated, use dns_byaddr_createptrname2() instead.
1284
1285 1332.   [func]          Report the current serial with periodic commits when
1286                         rolling forward the journal.
1287
1288 1331.   [func]          Generate DNSSEC wildcard proofs.
1289
1290 1329.   [func]          named-checkzone will now check if nameservers that
1291                         appear to be IP addresses.  Available modes "fail",
1292                         "warn" (default) and "ignore" the results of the
1293                         check.
1294
1295 1328.   [bug]           The validator could incorrectly verify an invalid
1296                         negative proof.
1297
1298 1322.   [bug]           dnssec-signzone usage message was misleading.
1299
1300 1321.   [bug]           If the last RRset in a zone is glue, dnssec-signzone
1301                         would incorrectly duplicate its output and sign it.
1302
1303 1313.   [func]          Query log now says if the query was signed (S) or
1304                         if EDNS was used (E).
1305
1306 1312.   [func]          Log TSIG key used w/ outgoing zone transfers.
1307
1308 1309.   [func]          Log that a zone transfer was covered by a TSIG.
1309
1310 1308.   [func]          DS (delegation signer) support.
1311
1312 1304.   [func]          New function: dns_zone_name().
1313
1314 1303.   [func]          Option 'flush-zones-on-shutdown <boolean>;'.
1315
1316 1302.   [func]          Extended rndc dumpdb to support dumping of zones and
1317                         view selection: 'dumpdb [-all|-zones|-cache] [view]'.
1318
1319 1301.   [func]          New category 'update-security'.
1320
1321 1300.   [port]          Compaq Trucluster support.
1322
1323 1293.   [func]          Entropy can now be retrieved from EGDs. [RT #2438]
1324
1325 1292.   [func]          Enable IPv6 support when using ioctl style interface
1326                         scanning and OS supports SIOCGLIFADDR using struct
1327                         if_laddrreq.
1328
1329 1291.   [func]          Enable IPv6 support when using sysctl style interface
1330                         scanning.
1331
1332 1290.   [func]          "dig axfr" now reports the number of messages
1333                         as well as the number of records.
1334
1335 1285.   [func]          lwres: probe the system to see what address families
1336                         are currently in use.
1337
1338 1283.   [func]          Use "dataready" accept filter if available.
1339
1340 1281.   [func]          Log zone when unable to get private keys to update
1341                         zone.  Log zone when NXT records are missing from
1342                         secure zone.
1343
1344 1278.   [func]          dig: now supports +[no]cl +[no]ttlid.
1345
1346 1277.   [func]          You can now create your own customized printing
1347                         styles: dns_master_stylecreate() and
1348                         dns_master_styledestroy().
1349
1350 1271.   [bug]           "recursion available: {denied,approved}" was too
1351                         confusing.
1352
1353 1267.   [func]          isc_file_openunique() now creates file using mode
1354                         0666 rather than 0600.
1355
1356 1254.   [func]          preferred-glue option from BIND 8.3.
1357
1358 1250.   [func]          Nsupdate will report the address the update was
1359                         sent to.
1360
1361 1247.   [bug]           Don't reset the interface index for link/site local
1362                         addresses. [RT #2576]
1363
1364 1246.   [func]          New functions isc_sockaddr_issitelocal(),
1365                         isc_sockaddr_islinklocal(), isc_netaddr_issitelocal()
1366                         and isc_netaddr_islinklocal().
1367
1368 1243.   [bug]           It was possible to trigger a REQUIRE() in
1369                         dns_message_findtype(). [RT #2659]
1370
1371 1235.   [func]          Report 'out of memory' errors from openssl.
1372
1373 1234.   [bug]           contrib/sdb: 'zonetodb' failed to call
1374                         dns_result_register().  DNS_R_SEENINCLUDE should not
1375                         be fatal.
1376
1377 1233.   [bug]           The flags field of a KEY record can be expressed in
1378                         hex as well as decimal.
1379
1380 1226.   [func]          Use EDNS for zone refresh queries. [RT #2551]
1381
1382 1225.   [func]          dns_message_setopt() no longer requires that
1383                         dns_message_renderbegin() to have been called.
1384
1385 1224.   [bug]           'rrset-order' and 'sortlist' should be additive
1386                         not exclusive.
1387
1388 1223.   [func]          'rrset-order' partially works 'cyclic' and 'random'
1389                         are supported.
1390
1391 1220.   [func]          Support for APL rdata type.
1392
1393 1219.   [func]          Named now reports the TSIG extended error code when
1394                         signature verification fails. [RT #1651]
1395
1396 1217.   [func]          Report locations of previous key definition when a
1397                         duplicate is detected.
1398
1399 1213.   [func]          Report view associated with client if it is not a
1400                         standard view (_default or _bind).
1401
1402 1203.   [func]          Report locations of previous acl and zone definitions
1403                         when a duplicate is detected.
1404
1405 1202.   [func]          New functions: cfg_obj_line() and cfg_obj_file().
1406
1407 1192.   [bug]           The seconds fields in LOC records were restricted
1408                         to three decimal places.  More decimal places should
1409                         be allowed but warned about.
1410
1411 1190.   [func]          Add the "rndc freeze" and "rndc unfreeze" commands.
1412                         [RT #2394]
1413
1414 1187.   [bug]           named was incorrectly returning DNSSEC records
1415                         in negative responses when the DO bit was not set.
1416
1417 1181.   [func]          Add the "key-directory" configuration statement,
1418                         which allows the server to look for online signing
1419                         keys in alternate directories.
1420
1421 1180.   [func]          dnssec-keygen should always generate keys with
1422                         protocol 3 (DNSSEC), since it's less confusing
1423                         that way.
1424
1425 1179.   [func]          Add SIG(0) support to nsupdate.
1426
1427 1177.   [func]          Report view when loading zones if it is not a
1428                         standard view (_default or _bind). [RT #2270]
1429
1430 1171.   [func]          Added function isc_region_compare(), updated files in
1431                         lib/dns to use this function instead of local one.
1432
1433 1169.   [func]          Identify recursive queries in the query log.
1434
1435 1163.   [func]          isc_time_formattimestamp() now includes the year.
1436
1437 1159.   [bug]           MD and MF are not permitted to be loaded by RFC1123.
1438
1439 1158.   [func]          Report the client's address when logging notify
1440                         messages.
1441
1442 1157.   [func]          match-clients and match-destinations now accept
1443                         keys. [RT #2045]
1444
1445 1155.   [func]          Recover from master files being removed from under
1446                         us.
1447
1448 1153.   [func]          'rndc {stop|halt} -p' now reports the process id
1449                         of the instance of named being shutdown.
1450
1451 1151.   [bug]           nslookup failed to check that the arguments to
1452                         the port, timeout, and retry options were
1453                         valid integers and in range. [RT #2099]
1454
1455 1150.   [bug]           named incorrectly accepted TTL values
1456                         containing plus or minus signs, such as
1457                         1d+1h-1s.
1458
1459 1149.   [func]          New function isc_parse_uint32().
1460
1461 1148.   [func]          'rndc-confgen -a' now provides positive feedback.
1462
1463 1147.   [func]          Set IPV6_V6ONLY on IPv6 sockets if supported by
1464                         the OS.  listen-on-v6 { any; }; should no longer
1465                         result in IPv4 queries be accepted.  Similarly
1466                         control { inet :: ... }; should no longer result
1467                         in IPv4 connections being accepted.  This can be
1468                         overridden at compile time by defining
1469                         ISC_ALLOW_MAPPED=1.
1470
1471 1146.   [func]          Allow IPV6_IPV6ONLY to be set/cleared on a socket if
1472                         supported by the OS by a new function
1473                         isc_socket_ipv6only().
1474
1475 1145.   [func]          "host" no longer reports a NOERROR/NODATA response
1476                         by printing nothing. [RT #2065]
1477
1478 1143.   [bug]           When a trusted-keys statement was present and named
1479                         was built without crypto support, it would leak memory.
1480
1481 1139.   [func]          It is now possible to flush a given name from the
1482                         cache(s) via 'rndc flushname name [view]'. [RT #2051]
1483
1484 1138.   [func]          It is now possible to flush a given name from the
1485                         cache by calling the new function
1486                         dns_cache_flushname().
1487
1488 1137.   [func]          It is now possible to flush a given name from the
1489                         ADB by calling the new function dns_adb_flushname().
1490
1491 1135.   [func]          You can now override the default syslog() facility for
1492                         named/lwresd at compile time. [RT #1982]
1493
1494 1132.   [func]          Improve UPDATE prerequisite failure diagnostic messages.
1495
1496 1128.   [func]          sdb drivers can now provide RR data in either text
1497                         or wire format, the latter using the new functions
1498                         dns_sdb_putrdata() and dns_sdb_putnamedrdata().
1499
1500 1127.   [func]          rndc: If the server to contact has multiple addresses,
1501                         try all of them.
1502
1503 1119.   [func]          Added support in Win32 for NTFS file/directory ACL's
1504                         for access control.
1505
1506 1115.   [func]          Set maximum values for cleaning-interval,
1507                         heartbeat-interval, interface-interval,
1508                         max-transfer-idle-in, max-transfer-idle-out,
1509                         max-transfer-time-in, max-transfer-time-out,
1510                         statistics-interval of 28 days and
1511                         sig-validity-interval of 3660 days. [RT #2002]
1512
1513 1110.   [bug]           dig should only accept valid abbreviations of +options.
1514                         [RT #2003]
1515
1516 1105.   [port]          OpenUNIX 8 enable threads by default. [RT #1970]
1517
1518 1080.   [bug]           BIND 8 compatibility: accept bare IP prefixes
1519                         as the second element of a two-element top level
1520                         sort list statement. [RT #1964]
1521
1522 1079.   [bug]           BIND 8 compatibility: accept bare elements at top
1523                         level of sort list treating them as if they were
1524                         a single element list. [RT #1963]
1525
1526 1077.   [func]          Do not accept further recursive clients when
1527                         the total number of recursive lookups being
1528                         processed exceeds max-recursive-clients, even
1529                         if some of the lookups are internally generated.
1530                         [RT #1915, #1938]
1531
1532 1073.   [bug]           The ADB cache cleaning should also be space driven.
1533                         [RT #1915, #1938]
1534
1535 1067.   [func]          Allow quotas to be soft, isc_quota_soft().
1536
1537 1065.   [func]          Runtime support to select new / old style interface
1538                         scanning using ioctls.
1539
1540 1060.   [func]          Move refresh, stub and notify UDP retry processing
1541                         into dns_request.
1542
1543 1059.   [func]          dns_request now support will now retry UDP queries,
1544                         dns_request_createvia2() and dns_request_createraw2().
1545
1546 1058.   [func]          Limited lifetime ticker timers are now available,
1547                         isc_timertype_limited.
1548
1549 1055.   [func]          Version and hostname queries can now be disabled
1550                         using "version none;" and "hostname none;",
1551                         respectively.
1552
1553 1049.   [func]          "pid-file none;" will disable writing a pid file.
1554                         [RT #1848]
1555
1556 1037.   [bug]           Negative responses whose authority section contain
1557                         SOA or NS records whose owner names are not equal
1558                         equal to or parents of the query name should be
1559                         rejected. [RT #1862]
1560
1561 1036.   [func]          Silently drop requests received via multicast as
1562                         long as there is no final multicast DNS standard.
1563
1564 1035.   [bug]           If we respond to multicast queries (which we
1565                         currently do not), respond from a unicast address
1566                         as specified in RFC 1123. [RT #137]
1567
1568 1034.   [bug]           Ignore the RD bit on multicast queries as specified
1569                         in RFC 1123. [RT #137]
1570
1571 1032.   [func]          hostname.bind/txt/chaos now returns the name of
1572                         the machine hosting the nameserver.  This is useful
1573                         in diagnosing problems with anycast servers.
1574
1575 1025.   [bug]           Don't use multicast addresses to resolve iterative
1576                         queries. [RT #101]
1577
1578 1024.   [port]          Compilation failed on HP-UX 11.11 due to
1579                         incompatible use of the SIOCGLIFCONF macro
1580                         name. [RT #1831]
1581
1582 1023.   [func]          Accept hints without TTLs.
1583
1584 1011.   [cleanup]       Removed isc_dir_current().
1585
1586 1009.   [port]          OpenUNIX 8 support. [RT #1728]
1587
1588 1008.   [port]          libtool.m4, ltmain.sh from libtool-1.4.2.
1589
1590 1007.   [port]          config.guess, config.sub from autoconf-2.52.
1591
1592 1003.   [func]          Add the +retry option to dig.
1593
1594  999.   [func]          "rndc retransfer zone [class [view]]" added.
1595                         [RT #1752]
1596
1597  998.   [func]          named-checkzone now has arguments to specify the
1598                         chroot directory (-t) and working directory (-w).
1599                         [RT #1755]
1600
1601  997.   [func]          Add support for RSA-SHA1 keys (RFC3110).
1602
1603  996.   [func]          Issue warning if the configuration filename contains
1604                         the chroot path.
1605
1606  994.   [func]          Treat non-authoritative responses to queries for type
1607                         NS as referrals even if the NS records are in the
1608                         answer section, because BIND 8 servers incorrectly
1609                         send them that way.  This is necessary for DNSSEC
1610                         validation of the NS records of a secure zone to
1611                         succeed when the parent is a BIND 8 server. [RT #1706]
1612
1613  993.   [func]          dig: -v now reports the version.
1614
1615  991.   [func]          Lower UDP refresh timeout messages to level
1616                         debug 1.
1617
1618  985.   [func]          Consider network interfaces to be up iff they have
1619                         a nonzero IP address rather than based on the
1620                         IFF_UP flag. [RT #1160]
1621
1622  983.   [func]          The server now supports generating IXFR difference
1623                         sequences for non-dynamic zones by comparing zone
1624                         versions, when enabled using the new config
1625                         option "ixfr-from-differences". [RT #1727]
1626
1627  982.   [func]          If "memstatistics-file" is set in options the memory
1628                         statistics will be written to it.
1629
1630  981.   [func]          The dnssec tools can now take multiple '-r randomfile'
1631                         arguments.
1632
1633  979.   [func]          Incremental master file dumping.  dns_master_dumpinc(),
1634                         dns_master_dumptostreaminc(), dns_dumpctx_attach(),
1635                         dns_dumpctx_detach(), dns_dumpctx_cancel(),
1636                         dns_dumpctx_db() and dns_dumpctx_version().
1637
1638  976.   [func]          named-checkconf can now test load master zones
1639                         (named-checkconf -z). [RT #1468]
1640
1641  970.   [func]          'max-journal-size' can now be used to set a target
1642                         size for a journal.
1643
1644  969.   [func]          dig now supports the undocumented dig 8 feature
1645                         of allowing arbitrary labels, not just dotted
1646                         decimal quads, with the -x option.  This can be
1647                         used to conveniently look up RFC2317 names as in
1648                         "dig -x 10.0.0.0-127". [RT #827, #1576, #1598]
1649
1650         --- 9.2.3rc1 released ---
1651
1652 1499.   [bug]           isc_random need to be seeded better if arc4random()
1653                         is not used.
1654
1655 1498.   [port]          bsdos: 5.x support.
1656
1657 1497.   [protocol]      dig, nslookup and host now perform nibble lookups
1658                         under IP6.ARPA, use -i for IP6.INT (dig and host).
1659                         lwres now uses IP6.ARPA.
1660
1661 1496.   [port]          test for pthread_attr_setstacksize().
1662
1663 1495.   [cleanup]       Replace hash functions with universal hash.
1664
1665 1494.   [security]      Turn on RSA BLINDING as a precaution.
1666
1667 1493.   [doc]           A6 and "bitstring" labels are now experimental.
1668
1669 1492.   [cleanup]       Preserve rwlock quota context when upgrading /
1670                         downgrading. [RT #5599]
1671
1672 1491.   [bug]           dns_master_dump*() would produce extraneous $ORIGIN
1673                         lines. [RT #6206]
1674
1675 1490.   [bug]           Accept reading state as well as working state in
1676                         ns_client_next(). [RT #6813]
1677
1678 1489.   [compat]        Treat 'allow-update' on slave zones as a warning.
1679                         [RT #3469]
1680
1681 1488.   [bug]           Don't override trust levels for glue addresses.
1682                         [RT #5764]
1683
1684 1487.   [bug]           A REQUIRE() failure could be triggered if a zone was
1685                         queued for transfer and the zone was then removed.
1686                         [RT #6189]
1687
1688 1486.   [bug]           isc_print_snprintf() '%%' consumed one too many format
1689                         characters. [RT# 8230]
1690
1691 1485.   [bug]           gen failed to handle high type values. [RT #6225]
1692
1693 1484.   [bug]           The number of records reported after a AXFR was wrong.
1694                         [RT #6229]
1695
1696 1483.   [bug]           dig axfr failed if the message id in the answer failed
1697                         to match that in the request.  Only the id in the first
1698                         message is required to match. [RT #8138]
1699
1700 1482.   [bug]           named could fail to start if the kernel supports
1701                         IPv6 but no interfaces are configured.  Similarly
1702                         for IPv4. [RT #6229]
1703
1704 1481.   [bug]           Refresh and stub queries failed to use masters keys
1705                         if specified. [RT #7391]
1706
1707 1480.   [bug]           Provide replay protection for rndc commands.  Full
1708                         replay protection requires both rndc and named to
1709                         be updated.  Partial replay protection (limited
1710                         exposure after restart) is provided if just named
1711                         is updated.
1712
1713 1479.   [bug]           cfg_create_tuple() failed to handle out of
1714                         memory cleanup.  parse_list() would leak memory
1715                         on syntax errors.
1716
1717 1478.   [port]          ifconfig.sh didn't account for other virtual
1718                         interfaces.  It now takes a optional argument
1719                         to specify the first interface number. [RT #3907]
1720
1721 1477.   [bug]           memory leak using stub zones and TSIG.
1722
1723 1476.   [port]          win32: port unreachables were blocking further i/o
1724                         on sockets (Windows 2000 SP2 and later).
1725
1726 1473.   [bug]           create_map() and create_string() failed to handle out
1727                         of memory cleanup.  [RT #6813]
1728
1729 1472.   [contrib]       idnkit-1.0 from JPNIC, replaces mdnkit.
1730
1731 1471.   [bug]           libbind: updated to BIND 8.4.0.
1732
1733 1470.   [bug]           Incorrect length passed to snprintf. [RT #5966]
1734
1735 1466.   [bug]           lwresd configuration errors resulted in memory
1736                         and lock leaks.  [RT #5228]
1737
1738 1465.   [bug]           isc_base64_decodestring() and isc_base64_tobuffer()
1739                         failed to check that trailing bits were zero allowing
1740                         some invalid base64 strings to be accepted.  [RT #5397]
1741
1742 1464.   [bug]           Preserve "out of zone" data for outgoing zone
1743                         transfers. [RT #5192]
1744
1745 1463.   [bug]           dns_rdata_from{wire,struct}() failed to catch bad
1746                         NXT bit maps. [RT #5577]
1747
1748 1462.   [bug]           parse_sizeval() failed to check the token type.
1749                         [RT #5586]
1750
1751 1461.   [bug]           Remove deadlock from rbtdb code. [RT #5599]
1752
1753 1460.   [bug]           inet_pton() failed to reject certain malformed
1754                         IPv6 literals.
1755
1756 1459.   [bug]           win32: we were leaking a bits in the exception
1757                         fd_set resulting in "Socket operation on non-socket"
1758                         errors from select(). [RT #2966]
1759
1760 1456.   [contrib]       gen-data-queryperf.py from Stephane Bortzmeyer.
1761
1762 1453.   [doc]           ARM: $GENERATE example wasn't accurate. [RT #5298]
1763
1764 1452.   [bug]           Bad #ifdef, ISC_RFC2335 -> ISC_RFC2535.
1765
1766 1451.   [bug]           rndc-confgen didn't exit with a error code for all
1767                         failures. [RT #5209]
1768
1769 1450.   [bug]           Fetching expired glue failed under certain
1770                         circumstances.  [RT #5124]
1771
1772 1449.   [bug]           query_addbestns() didn't handle running out of memory
1773                         gracefully.
1774
1775 1448.   [bug]           Handle empty wildcards labels.
1776
1777 1447.   [bug]           We were casting (unsigned int) to and from (void *).
1778                         rdataset->private4 is now rdataset->privateuint4
1779                         to reflect a type change.
1780
1781 1445.   [bug]           DNS_ADBFIND_STARTATROOT broke stub zones.  This has
1782                         been replaced with DNS_ADBFIND_STARTATZONE which
1783                         causes the search to start using the closest zone.
1784
1785 1439.   [bug]           Named could return NOERROR with certain NOTIFY
1786                         failures.  Return NOTAUTH if the NOTIFY zone is
1787                         not being served.
1788
1789 1435.   [bug]           zmgr_resume_xfrs() was being called read locked
1790                         rather than write locked.  zmgr_resume_xfrs()
1791                         was not being called if the zone was being
1792                         shutdown.
1793
1794 1437.   [bug]           Leave space for stdio to work in. [RT #5033]
1795
1796 1434.   [bug]           "rndc reconfig" failed to initiate the initial
1797                         zone transfer of new slave zones.
1798
1799 1431.   [bug]           isc_print_snprintf() "%s" with precision could walk off
1800                         end of argument. [RT #5191]
1801
1802 1429.   [bug]           Prevent the cache getting locked to old servers.
1803
1804 1424.   [bug]           EDNS version not being correctly printed.
1805
1806 1423.   [contrib]       queryperf: added A6 and SRV.
1807
1808 1420.   [port]          solaris: work around gcc optimizer bug.
1809
1810 1419.   [port]          openbsd: use /dev/arandom. [RT #4950]
1811
1812 1418.   [bug]           'rndc reconfig' did not cause new slaves to load.
1813
1814 1416.   [bug]           Empty node should return NOERROR NODATA, not NXDOMAIN.
1815                         [RT #4715]
1816
1817 1411.   [bug]           empty nodes should stop wildcard matches. [RT #4802]
1818
1819 1408.   [bug]           "make distclean" was not complete. [RT #4700]
1820
1821 1407.   [bug]           lfsr incorrectly implements the shift register.
1822                         [RT #4617]
1823
1824 1406.   [bug]           dispatch initializes one of the LFSR's with a incorrect
1825                         polynomial.  [RT #4617]
1826
1827 1405.   [func]          Use arc4random() if available.
1828
1829 1401.   [bug]           adb wasn't clearing state when the timer expired.
1830
1831 1399.   [bug]           Use serial number arithmetic when testing SIG
1832                         timestamps. [RT #4268]
1833
1834 1397.   [bug]           J.ROOT-SERVERS.NET is now 192.58.128.30.
1835
1836 1389.   [bug]           named could fail to rotate long log files.  [RT #3666]
1837
1838 1388.   [port]          irix: check for sys/sysctl.h and NET_RT_IFLIST before
1839                         defining HAVE_IFLIST_SYSCTL. [RT #3770]
1840
1841 1387.   [bug]           named could crash due to an access to invalid memory
1842                         space (which caused an assertion failure) in
1843                         incremental cleaning.  [RT #3588]
1844
1845 1385.   [bug]           Setting serial-query-rate to 10 would trigger a
1846                         REQUIRE failure.
1847
1848 1384.   [bug]           host was incompatible with BIND 8 in its exit code and
1849                         in the output with the -l option.  [RT #3536]
1850
1851 1373.   [bug]           Recovery from expired glue failed under certain
1852                         circumstances.
1853
1854 1372.   [bug]           named crashes with an assertion failure on exit when
1855                         sharing the same port for listening and querying, and
1856                         changing listening addresses several times. [RT# 3509]
1857
1858 1370.   [bug]           dig '+[no]recurse' was incorrectly documented.
1859
1860 1369.   [bug]           Adding an NS record as the lexicographically last
1861                         record in a secure zone didn't work.
1862
1863 1366.   [contrib]       queryperf usage was incomplete.  Add '-h' for help.
1864
1865 1348.   [port]          win32: Rewrote code to use I/O Completion Ports
1866                         in socket.c and eliminating a host of socket
1867                         errors. Performance is enhanced.
1868
1869 1333.   [contrib]       queryperf now reports a summary of returned
1870                         rcodes (-c), rcodes are printed in mnemonic form (-v).
1871
1872 1299.   [bug]           Set AI_ADDRCONFIG when looking up addresses
1873                         via getaddrinfo() (affects dig, host, nslookup, rndc
1874                         and nsupdate).
1875
1876 1199.   [doc]           ARM reference to RFC 2157 should have been RFC 1918.
1877                         [RT #2436]
1878
1879 1122.   [tuning]        Resolution timeout reduced from 90 to 30 seconds.
1880                         [RT #2046]
1881
1882  992.   [doc]           dig: ~/.digrc is now documented.
1883
1884         --- 9.2.2 released ---
1885
1886 1428.   [port]          hpux: temporary work around of hpux 11.11 interface
1887                         scanning.
1888
1889 1427.   [bug]           Race condition in adb with threaded build.
1890
1891 1426.   [cleanup]       Disable RFC2535 style DNSSEC.  This is incompatible
1892                         with the forthcoming DS style DNSSEC.
1893
1894 1425.   [port]          linux/libbind: define __USE_MISC when testing *_r()
1895                         function prototypes in netdb.h.  [RT #4921]
1896
1897 1395.   [port]          OpenSSL 0.9.7 defines CRYPTO_LOCK_ENGINE but doesn't
1898                         have a working implementation.  [RT #4079]
1899
1900 1382.   [bug]           make install failed with --enable-libbind. [RT #3656]
1901
1902 1381.   [bug]           named failed to correctly process answers that
1903                         contained DNAME records where the resulting CNAME
1904                         resulted in a negative answer.
1905
1906         --- 9.2.2rc1 released ---
1907
1908 1360.   [bug]           --enable-libbind would fail when not built in the
1909                         source tree for certain OS's.
1910
1911 1359.   [security]      Support patches OpenSSL libraries.
1912                         http://www.cert.org/advisories/CA-2002-23.html
1913
1914 1358.   [bug]           It was possible to trigger a INSIST when debugging
1915                         large dynamic updates. [RT #3390]
1916
1917 1357.   [bug]           nsupdate was extremely wasteful of memory.
1918
1919 1356.   [tuning]        Reduce the number of events / quantum for zone tasks.
1920
1921 1354.   [doc]           lwres man pages had illegal nroff.
1922
1923 1353.   [contrib]       sdb/ldap to version 0.9.
1924
1925 1352.   [bug]           dig, host, nslookup when falling back to TCP use the
1926                         current search entry (if any). [RT #3374]
1927
1928 1351.   [bug]           lwres_getipnodebyname() returned the wrong name
1929                         when given a IPv4 literal, af=AF_INET6 and AI_MAPPED
1930                         was set.
1931
1932 1350.   [bug]           dns_name_fromtext() failed to handle too many labels
1933                         gracefully.
1934
1935 1349.   [security]      Minimum OpenSSL version now 0.9.6e (was 0.9.5a).
1936                         http://www.cert.org/advisories/CA-2002-23.html
1937
1938 1346.   [bug]           Win32: select timeout in socket.c was too small
1939                         as value given was meant to be milliseconds and
1940                         timeval structure requires microseconds. This
1941                         caused high CPU loads with a compute bound loop.
1942                         [RT #3358]
1943
1944 1345.   [port]          Use a explicit -Wformat with gcc.  Not all versions
1945                         include it in -Wall.
1946
1947 1340.   [bug]           Delay and spread out the startup refresh load.
1948
1949 1335.   [bug]           When performing a nonexistence proof, the validator
1950                         should discard parent NXTs from higher in the DNS.
1951
1952 1334.   [bug]           When signing/verifying rdatasets, duplicate rdatas
1953                         need to be suppressed.
1954
1955 1330.   [bug]           When processing events (non-threaded) only allow
1956                         the task one chance to use to use its quantum.
1957
1958 1327.   [bug]           The validator would incorrectly mark data as insecure
1959                         when seeing a bogus signature before a correct
1960                         signature.
1961
1962 1326.   [bug]           DNAME/CNAME signatures were not being cached when
1963                         validation was not being performed. [RT #3284]
1964
1965 1325.   [bug]           If the tcpquota was exhausted it was possible to
1966                         to trigger a INSIST() failure.
1967
1968 1324.   [port]          darwin: ifconfig.sh now supports darwin.
1969
1970 1323.   [port]          linux: Slackware 4.0 needs <asm/unistd.h>. [RT #3205]
1971
1972 1320.   [doc]           query-source-v6 was missing from options section.
1973                         [RT #3218]
1974
1975 1319.   [func]          libbind: log attempts to exploit #1318.
1976
1977 1318.   [bug]           libbind: Remote buffer overrun.
1978
1979 1317.   [port]          libbind: TrueUNIX 5.1 does not like __align as a
1980                         element name.
1981
1982 1316.   [bug]           libbind: gethostans() could get out of sync parsing
1983                         the response if there was a very long CNAME chain.
1984
1985 1315.   [bug]           Options should apply to the internal _bind view.
1986
1987 1314.   [port]          Handle ECONNRESET from sendmsg() [unix].
1988
1989 1311.   [bug]           lwres_getrrsetbyname leaked memory.  [RT #3159]
1990
1991 1310.   [bug]           'rndc stop' failed to cause zones to be flushed
1992                         sometimes. [RT #3157]
1993
1994 1307.   [bug]           nsupdate: allow white space base64 key data.
1995
1996 1306.   [bug]           Badly encoded LOC record when the size, horizontal
1997                         precision or vertical precision was 0.1m.
1998
1999 1305.   [bug]           Document that internal zones are included in the
2000                         rndc status results.
2001
2002 1298.   [bug]           The CINCLUDES macro in lib/dns/sec/dst/Makefile
2003                         could be left with a trailing "\" after configure
2004                         has been run.
2005
2006 1297.   [port]          linux: make handling EINVAL from socket() no longer
2007                         conditional on #ifdef LINUX.
2008
2009 1296.   [bug]           isc_log_closefilelogs() needed to lock the log
2010                         context.
2011
2012 1295.   [bug]           isc_log_setdebuglevel() needed to lock the log
2013                         context.
2014
2015 1294.   [func]          libbind: no longer attempts bit string labels for
2016                         IPv6 reverse resolution.  Try IP6.ARPA then IP6.INT
2017                         for nibble style resolution.
2018
2019 1289.   [port]          See if -ldl is required for OpenSSL? [RT #2672]
2020
2021 1288.   [bug]           Adjusted REQUIRE's in lib/dns/name.c to better
2022                         reflect written requirements.
2023
2024 1287.   [bug]           REQUIRE that DNS_DBADD_MERGE only be set when adding
2025                         a rdataset to a zone db in the rbtdb implementation of
2026                         addrdataset.
2027
2028 1286.   [bug]           dns_name_downcase() enforce requirement that
2029                         target != NULL or name->buffer != NULL.
2030
2031 1284.   [bug]           The RTT estimate on unused servers was not aged.
2032                         [RT #2569]
2033
2034 1282.   [port]          libbind: hpux 11.11 interface scanning.
2035
2036 1280.   [bug]           libbind: escape '(' and ')' when converting to
2037                         presentation form.
2038
2039 1279.   [port]          Darwin uses (unsigned long) for size_t. [RT #2590]
2040
2041 1276.   [bug]           libbind: const pointer conflicts in res_debug.c.
2042
2043 1275.   [port]          libbind: hpux: treat all hpux systems as BIG_ENDIAN.
2044
2045 1274.   [bug]           Memory leak in lwres_gnbarequest_parse().
2046
2047 1273.   [port]          libbind: solaris: 64 bit binary compatibility.
2048
2049 1272.   [contrib]       Berkeley DB 4.0 sdb implementation from
2050                         Nuno Miguel Rodrigues <nmr@co.sapo.pt>.
2051
2052 1270.   [bug]           Check that system inet_pton() and inet_ntop() support
2053                         AF_INET6.
2054
2055 1269.   [port]          Openserver: ifconfig.sh support.
2056
2057 1268.   [port]          Openserver: the value FD_SETSIZE depends on whether
2058                         <sys/param.h> is included or not.  Be consistent.
2059
2060 1266.   [bug]           ISC_LINK_INIT, ISC_LINK_UNLINK, ISC_LIST_DEQUEUE,
2061                         __ISC_LINK_UNLINKUNSAFE and __ISC_LIST_DEQUEUEUNSAFE
2062                         are not C++ compatible, use *_TYPE versions instead.
2063
2064 1265.   [bug]           libbind: LINK_INIT and UNLINK were not compatible with
2065                         C++, use LINK_INIT_TYPE and UNLINK_TYPE instead.
2066
2067 1263.   [bug]           Reference after free error if dns_dispatchmgr_create()
2068                         failed.
2069
2070 1262.   [bug]           ns_server_destroy() failed to set *serverp to NULL.
2071
2072 1261.   [func]          libbind: ns_sign2() and ns_sign_tcp() now provide
2073                         support for compressed TSIG owner names.
2074
2075 1260.   [func]          libbind: res_update can now update IPv6 servers,
2076                         new function res_findzonecut2().
2077
2078 1259.   [bug]           libbind: get_salen() IPv6 support was broken for OSs
2079                         w/o sa_len.
2080
2081 1258.   [bug]           libbind: res_nametotype() and res_nametoclass() were
2082                         broken.
2083
2084 1257.   [bug]           Failure to write pid-file should not be fatal on
2085                         reload. [RT #2861]
2086
2087 1256.   [contrib]       'queryperf' now has EDNS (-e) + DNSSEC DO (-D) support.
2088
2089 1255.   [bug]           When verifying that an NXT proves nonexistence, check
2090                         the rcode of the message and only do the matching NXT
2091                         check.  That is, for NXDOMAIN responses, check that
2092                         the name is in the range between the NXT owner and
2093                         next name, and for NOERROR NODATA responses, check
2094                         that the type is not present in the NXT bitmap.
2095
2096 1253.   [bug]           The dnssec system test failed to remove the correct
2097                         files.
2098
2099 1252.   [bug]           Dig, host and nslookup were not checking the address
2100                         the answer was coming from against the address it was
2101                         sent to. [RT# 2692]
2102
2103 1248.   [bug]           DESTDIR was not being propagated between makes.
2104
2105 1245.   [bug]           Treat ENOBUFS, ENOMEM and ENFILE as soft errors for
2106                         accept().
2107
2108 1242.   [bug]           named-checkzone failed if a journal existed. [RT #2657]
2109
2110 1241.   [bug]           Drop received UDP messages with a zero source port
2111                         as these are invariably forged. [RT #2621]
2112
2113 1209.   [bug]           Dig, host, nslookup were not checking the message ids
2114                         on the responses. [RT #2454]
2115
2116 1097.   [func]          libbind: RES_PRF_TRUNC for dig.
2117
2118 1096.   [func]          libbind: "DNSSEC OK" (DO) support.
2119
2120 1095.   [func]          libbind: resolver option: no-tld-query.  disables
2121                         trying unqualified as a tld.  no_tld_query is also
2122                         supported for FreeBSD compatibility.
2123
2124 1094.   [func]          libbind: add support gcc's format string checking.
2125
2126 1089.   [func]          libbind: inet_{cidr,net}_{pton,ntop}() now have IPv6
2127                         support.
2128
2129         --- 9.2.1 released ---
2130
2131 1251.   [port]          win32: a make file contained absolute version specific
2132                         references.
2133
2134 1249.   [bug]           Missing masters clause was not handled gracefully.
2135                         [RT #2703]
2136
2137 1244.   [bug]           Receiving a TCP message from a blackhole address would
2138                         prevent further messages being received over that
2139                         interface.
2140
2141 1178.   [bug]           Follow and cache (if appropriate) A6 and other
2142                         data chains to completion in the additional section.
2143
2144         --- 9.2.1rc2 released ---
2145
2146 1240.   [bug]           It was possible to leak zone references by
2147                         specifying an incorrect zone to rndc.
2148
2149 1239.   [bug]           Under certain circumstances named could continue to
2150                         use a name after it had been freed triggering
2151                         INSIST() failures.  [RT #2614]
2152
2153 1238.   [bug]           It is possible to lockup the server when shutting down
2154                         if notifies were being processed. [RT #2591]
2155
2156 1237.   [bug]           nslookup: "set q=type" failed.
2157
2158 1236.   [bug]           dns_rdata{class,type}_fromtext() didn't handle non
2159                         NULL terminated text regions. [RT #2588]
2160
2161 1232.   [bug]           unix/errno2result() didn't handle EADDRNOTAVAIL.
2162
2163 1231.   [port]          HPUX 11.11 recvmsg() can return spurious EADDRNOTAVAIL.
2164
2165 1230.   [bug]           isccc_cc_isreply() and isccc_cc_isack() were broken.
2166
2167 1229.   [bug]           named would crash if it received a TSIG signed
2168                         query as part of an AXFR response. [RT #2570]
2169
2170 1228.   [bug]           'make install' did not depend on 'make all'. [RT #2559]
2171
2172 1227.   [bug]           dns_lex_getmastertoken() now returns ISC_R_BADNUMBER
2173                         if a number was expected and some other token was
2174                         found. [RT#2532]
2175
2176 1222.   [bug]           Specifying 'port *' did not always result in a system
2177                         selected (non-reserved) port being used. [RT #2537]
2178
2179 1221.   [bug]           Zone types 'master', 'slave' and 'stub' were not being
2180                         compared case insensitively. [RT #2542]
2181
2182 1218.   [bug]           Named incorrectly returned SERVFAIL rather than
2183                         NOTAUTH when there was a TSIG BADTIME error. [RT #2519]
2184
2185 1216.   [bug]           Multiple server clauses for the same server were not
2186                         reported.  [RT #2514]
2187
2188 1215.   [port]          solaris: add support to ifconfig.sh for x86 2.5.1
2189
2190 1214.   [bug]           Win32: isc_file_renameunique() could leave zero length
2191                         files behind.
2192
2193 1212.   [port]          libbind: 64k answer buffers were causing stack space
2194                         to be exceeded for certain OS.  Use heap space instead.
2195
2196 1211.   [bug]           dns_name_fromtext() incorrectly handled certain
2197                         valid octal bitlabels. [RT #2483]
2198
2199 1210.   [bug]           libbind: getnameinfo() failed to lookup IPv4 mapped /
2200                         compatible addresses. [RT #2461]
2201
2202 1208.   [bug]           dns_master_load*() failed to log a error message if
2203                         an error was detected when parsing the ownername of
2204                         a record.  [RT #2448]
2205
2206         --- 9.2.1rc1 released ---
2207
2208 1207.   [bug]           libbind: getaddrinfo() could call freeaddrinfo() with
2209                         an invalid pointer.
2210
2211 1206.   [bug]           SERVFAIL and NOTIMP responses to an EDNS query should
2212                         trigger a non-EDNS retry.
2213
2214 1205.   [bug]           OPT, TSIG and TKEY cannot be used to set the "class"
2215                         of the message. [RT #2449]
2216
2217 1204.   [bug]           libbind: res_nupdate() failed to update the name
2218                         server addresses before sending the update.
2219
2220 1201.   [bug]           Require that if 'callbacks' is passed to
2221                         dns_rdata_fromtext(), callbacks->error and
2222                         callbacks->warn are initialized.
2223
2224 1200.   [bug]           Log 'errno' that we are unable to convert to
2225                         isc_result_t. [RT #2404]
2226
2227 1198.   [bug]           OPT printing style was not consistent with the way the
2228                         header fields are printed.  The DO bit was not reported
2229                         if set.  Report if any of the MBZ bits are set.
2230
2231 1197.   [bug]           Attempts to define the same acl multiple times were not
2232                         detected.
2233
2234 1196.   [contrib]       update mdnkit to 2.2.3.
2235
2236 1195.   [bug]           Attempts to redefine builtin acls should be caught.
2237                         [RT #2403]
2238
2239 1194.   [bug]           Not all duplicate zone definitions were being detected
2240                         at the named.conf checking stage. [RT #2431]
2241
2242 1193.   [bug]           Best effort parsing didn't handle packet truncation.
2243
2244 1191.   [bug]           A dynamic update removing the last non-apex name in
2245                         a secure zone would fail. [RT #2399]
2246
2247 1189.   [bug]           On some systems, malloc(0) returns NULL, which
2248                         could cause the caller to report an out of memory
2249                         error. [RT #2398]
2250
2251 1188.   [bug]           Dynamic updates of a signed zone would fail if
2252                         some of the zone private keys were unavailable.
2253
2254 1186.   [bug]           isc_hex_tobuffer(,,length = 0) failed to unget the
2255                         EOL token when reading to end of line.
2256
2257 1185.   [bug]           libbind: don't assume statp->_u._ext.ext is valid
2258                         unless RES_INIT is set when calling res_*init().
2259
2260 1184.   [bug]           libbind: call res_ndestroy() if RES_INIT is set
2261                         when res_*init() is called.
2262
2263 1183.   [bug]           Handle ENOSR error when writing to the internal
2264                         control pipe. [RT #2395]
2265
2266 1182.   [bug]           The server could throw an assertion failure when
2267                         constructing a negative response packet.
2268
2269 1176.   [doc]           Document that allow-v6-synthesis is only performed
2270                         for clients that are supplied recursive service.
2271                         [RT #2260]
2272
2273 1175.   [bug]           named-checkzone failed to call dns_result_register()
2274                         at startup which could result in runtime
2275                         exceptions when printing "out of memory" errors.
2276                         [RT #2335]
2277
2278 1174.   [bug]           Win32: add WSAECONNRESET to the expected errors
2279                         from connect(). [RT #2308]
2280
2281 1173.   [bug]           Potential memory leaks in isc_log_create() and
2282                         isc_log_settag(). [RT #2336]
2283
2284 1172.   [doc]           Add CERT, GPOS, KX, NAPTR, NSAP, PX and TXT to
2285                         table of RR types in ARM.
2286
2287 1170.   [bug]           Don't attempt to print the token when a I/O error
2288                         occurs when parsing named.conf. [RT #2275]
2289
2290 1168.   [bug]           Empty also-notify clauses were not handled. [RT #2309]
2291
2292 1167.   [contrib]       nslint-2.1a3 (from author).
2293
2294 1166.   [bug]           "Not Implemented" should be reported as NOTIMP,
2295                         not NOTIMPL. [RT #2281]
2296
2297 1165.   [bug]           We were rejecting notify-source{-v6} in zone clauses.
2298
2299 1164.   [bug]           Empty masters clauses in slave / stub zones were not
2300                         handled gracefully. [RT #2262]
2301
2302 1162.   [bug]           The allow-notify option was not accepted in slave
2303                         zone statements.
2304
2305 1161.   [bug]           named-checkzone looped on unbalanced brackets.
2306                         [RT #2248]
2307
2308 1160.   [bug]           Generating Diffie-Hellman keys longer than 1024
2309                         bits could fail. [RT #2241]
2310
2311 1156.   [port]          The configure test for strsep() incorrectly
2312                         succeeded on certain patched versions of
2313                         AIX 4.3.3. [RT #2190]
2314
2315 1154.   [bug]           Don't attempt to obtain the netmask of a interface
2316                         if there is no address configured. [RT #2176]
2317
2318 1152.   [bug]           libbind: read buffer overflows.
2319
2320 1144.   [bug]           rndc-confgen would crash if both the -a and -t
2321                         options were specified. [RT #2159]
2322
2323 1142.   [bug]           dnssec-signzone would fail to delete temporary files
2324                         in some failure cases. [RT #2144]
2325
2326 1141.   [bug]           When named rejected a control message, it would
2327                         leak a file descriptor and memory.  It would also
2328                         fail to respond, causing rndc to hang.
2329                         [RT #2139, #2164]
2330
2331 1140.   [bug]           rndc-confgen did not accept IPv6 addresses as arguments
2332                         to the -s option. [RT #2138]
2333
2334 1136.   [bug]           CNAME records synthesized from DNAMEs did not
2335                         have a TTL of zero as required by RFC2672.
2336                         [RT #2129]
2337
2338 1125.   [bug]           rndc: -k option was missing from usage message.
2339                         [RT #2057]
2340
2341 1124.   [doc]           dig: +[no]dnssec, +[no]besteffort and +[no]fail
2342                         are now documented. [RT #2052]
2343
2344 1123.   [bug]           dig +[no]fail did not match description. [RT #2052]
2345
2346 1109.   [bug]           nsupdate accepted illegal ttl values.
2347
2348 1108.   [bug]           On Win32, rndc was hanging when named was not running
2349                         due to failure to select for exceptional conditions
2350                         in select(). [RT #1870]
2351
2352 1081.   [bug]           Multicast queries were incorrectly identified
2353                         based on the source address, not the destination
2354                         address.
2355
2356 1072.   [bug]           The TCP client quota could be exceeded when
2357                         recursion occurred. [RT #1937]
2358
2359 1071.   [bug]           Sockets listening for TCP DNS connections
2360                         specified an excessive listen backlog. [RT #1937]
2361
2362 1070.   [bug]           Copy DNSSEC OK (DO) to response as specified by
2363                         draft-ietf-dnsext-dnssec-okbit-03.txt.
2364
2365 1014.   [bug]           Some queries would cause statistics counters to
2366                         increment more than once or not at all. [RT #1321]
2367
2368 1012.   [bug]           The -p option to named did not behave as documented.
2369
2370  988.   [bug]           'additional-from-auth no;' did not work reliably
2371                         in the case of queries answered from the cache.
2372                         [RT #1436]
2373
2374  995.   [bug]           dig, host, nslookup: using a raw IPv6 address as a
2375                         target address should be fatal on a IPv4 only system.
2376
2377         --- 9.2.0 released ---
2378
2379 1134.   [bug]           Multi-threaded servers could deadlock in ferror()
2380                         when reloading zone files. [RT #1951, #1998]
2381
2382 1133.   [bug]           IN6_IS_ADDR_LOOPBACK was not portably defined on
2383                         platforms without IN6_IS_ADDR_LOOPBACK. [RT #2106]
2384
2385         --- 9.2.0rc10 released ---
2386
2387 1131.   [bug]           The match-destinations view option did not work with
2388                         IPv6 destinations. [RT #2073, #2074]
2389
2390 1130.   [bug]           Log messages reporting an out-of-range serial number
2391                         did not include the out-of-range number but the
2392                         following token. [RT #2076]
2393
2394 1129.   [bug]           Multi-threaded servers could crash under heavy
2395                         resolution load due to a race condition. [RT #2018]
2396
2397 1126.   [bug]           The server could access a freed event if shut
2398                         down while a client start event was pending
2399                         delivery. [RT #2061]
2400
2401 1121.   [bug]           The server could attempt to access a NULL zone
2402                         table if shut down while resolving.
2403                         [RT #1587, #2054]
2404
2405 1120.   [bug]           Errors in options were not fatal. [RT #2002]
2406
2407 1118.   [bug]           On multi-threaded servers, a race condition
2408                         could cause an assertion failure in resolver.c
2409                         during resolver shutdown. [RT #2029]
2410
2411 1117.   [port]          The configure check for in6addr_loopback incorrectly
2412                         succeeded on AIX 4.3 when compiling with -O2
2413                         because the test code was optimized away.
2414                         [RT #2016]
2415
2416 1116.   [bug]           Setting transfers in a server clause, transfers-in,
2417                         or transfers-per-ns to a value greater than
2418                         2147483647 disabled transfers. [RT #2002]
2419
2420 1114.   [port]          Ignore more accept() errors. [RT #2021]
2421
2422 1113.   [bug]           The allow-update-forwarding option was ignored
2423                         when specified in a view. [RT #2014]
2424
2425 1111.   [bug]           Multi-threaded servers could deadlock processing
2426                         recursive queries due to a locking hierarchy
2427                         violation in adb.c. [RT #2017]
2428
2429         --- 9.2.0rc9 released ---
2430
2431 1107.   [bug]           nsupdate could catch an assertion failure if an
2432                         invalid domain name was given as the argument to
2433                         the "zone" command.
2434
2435 1106.   [bug]           After seeing an out of range TTL, nsupdate would
2436                         treat all TTLs as out of range. [RT #2001]
2437
2438 1104.   [bug]           Invalid arguments to the transfer-format option
2439                         could cause an assertion failure. [RT #1995]
2440
2441 1103.   [port]          OpenUNIX 8 support (ifconfig.sh). [RT #1970]
2442
2443 1102.   [doc]           Note that query logging is enabled by directing the
2444                         queries category to a channel.
2445
2446 1101.   [bug]           Array bounds read error in lwres_gai_strerror.
2447
2448 1100.   [bug]           libbind: DNSSEC key ids were computed incorrectly.
2449
2450 1099.   [cleanup]       libbind: defining REPORT_ERRORS in lib/bind/dst caused
2451                         compile time errors.
2452
2453 1098.   [bug]           libbind: HMAC-MD5 key files are now mode 0600.
2454
2455 1093.   [doc]           libbind: miscellaneous nroff fixes.
2456
2457 1092.   [bug]           libbind: get*by*() failed to check if res_init() had
2458                         been called.
2459
2460 1091.   [bug]           libbind: misplaced va_end().
2461
2462 1090.   [bug]           libbind: dns_ho.c:add_hostent() was not returning
2463                         the amount of memory consumed resulting in garbage
2464                         address being returned.  Alignment calculations were
2465                         wasting space.  We weren't suppressing duplicate
2466                         addresses.
2467
2468 1088.   [port]          libbind: MPE/iX C.70 (incomplete)
2469
2470 1087.   [bug]           libbind: struct __res_state too large on 64 bit arch.
2471
2472 1086.   [port]          libbind: sunos: old sprintf.
2473
2474 1085.   [port]          libbind: solaris: sys_nerr and sys_errlist do not
2475                         exist when compiling in 64 bit mode.
2476
2477 1084.   [cleanup]       libbind: gai_strerror() rewritten.
2478
2479 1083.   [bug]           The default control channel listened on the
2480                         wildcard address, not the loopback as documented.
2481                         [RT #1975]
2482
2483 1082.   [bug]           The -g option to named incorrectly caused logging
2484                         to be sent to syslog in addition to stderr.
2485                         [RT #1974]
2486
2487 1078.   [bug]           We failed to correct bad tv_usec values in one case.
2488                         [RT #1966]
2489
2490 1076.   [bug]           A badly defined global key could trigger an assertion
2491                         on load/reload if views were used. [RT #1947]
2492
2493 1075.   [bug]           Out-of-range network prefix lengths were not
2494                         reported. [RT #1954]
2495
2496 1074.   [bug]           Running out of memory in dump_rdataset() could
2497                         cause an assertion failure. [RT #1946]
2498
2499         --- 9.2.0rc8 released ---
2500
2501 1068.   [bug]           errno could be overwritten by catgets(). [RT #1921]
2502
2503 1066.   [bug]           Provide a thread safe wrapper for strerror().
2504                         [RT #1689]
2505
2506 1064.   [bug]           Do not shut down active network interfaces if we
2507                         are unable to scan the interface list. [RT #1921]
2508
2509 1063.   [bug]           libbind: "make install" was failing on IRIX.
2510                         [RT #1919]
2511
2512 1062.   [bug]           If the control channel listener socket was shut
2513                         down before server exit, the listener object could
2514                         be freed twice. [RT #1916]
2515
2516 1061.   [bug]           If periodic cache cleaning happened to start
2517                         while cleaning due to reaching the configured
2518                         maximum cache size was in progress, the server
2519                         could catch an assertion failure. [RT #1912]
2520
2521 1057.   [bug]           Reloading the server after adding a "file" clause
2522                         to a zone statement could cause the server to
2523                         crash due to a typo in change 1016.
2524
2525 1056.   [bug]           Rndc could catch an assertion failure on SIGINT due
2526                         to an uninitialized variable. [RT #1908]
2527
2528         --- 9.2.0rc7 released ---
2529
2530 1054.   [bug]           On Win32, cfg_categories and cfg_modules need to be
2531                         exported from the libisccfg DLL.
2532
2533 1053.   [bug]           Dig did not increase its timeout when receiving
2534                         AXFRs unless the +time option was used. [RT #1904]
2535
2536 1052.   [bug]           Journals were not being created in binary mode
2537                         resulting in "journal format not recognized" error
2538                         under Win32. [RT #1889]
2539
2540 1051.   [bug]           Do not ignore a network interface completely just
2541                         because it has a noncontiguous netmask.  Instead,
2542                         omit it from the localnets ACL and issue a warning.
2543                         [RT #1891]
2544
2545 1050.   [bug]           Log messages reporting malformed IP addresses in
2546                         address lists such as that of the forwarders option
2547                         failed to include the correct error code, file
2548                         name, and line number. [RT #1890]
2549
2550 1048.   [bug]           Servers built with -DISC_MEM_USE_INTERNAL_MALLOC=1
2551                         didn't work.
2552
2553 1047.   [bug]           named was incorrectly refusing all requests signed
2554                         with a TSIG key derived from an unsigned TKEY
2555                         negotiation with a NOERROR response. [RT #1886]
2556
2557 1046.   [bug]           The help message for the --with-openssl configure
2558                         option was inaccurate. [RT #1880]
2559
2560 1045.   [bug]           It was possible to skip saving glue for a nameserver
2561                         for a stub zone.
2562
2563 1044.   [bug]           Specifying allow-transfer, notify-source, or
2564                         notify-source-v6 in a stub zone was not treated
2565                         as an error.
2566
2567 1043.   [bug]           Specifying a transfer-source or transfer-source-v6
2568                         option in the zone statement for a master zone was
2569                         not treated as an error. [RT #1876]
2570
2571 1042.   [bug]           The "config" logging category did not work properly.
2572                         [RT #1873]
2573
2574 1041.   [bug]           Dig/host/nslookup could catch an assertion failure
2575                         on SIGINT due to an uninitialized variable. [RT #1867]
2576
2577 1040.   [bug]           Multiple listen-on-v6 options with different ports
2578                         were not accepted. [RT #1875]
2579
2580 1039.   [bug]           Negative responses with CNAMEs in the answer section
2581                         were cached incorrectly. [RT #1862]
2582
2583 1038.   [bug]           In servers configured with a tkey-domain option,
2584                         TKEY queries with an owner name other than the root
2585                         could cause an assertion failure. [RT #1866, #1869]
2586
2587 1033.   [bug]           Always respond to requests with an unsupported opcode
2588                         with NOTIMP, even if we don't have a matching view
2589                         or cannot determine the class.
2590
2591         --- 9.2.0rc6 released ---
2592
2593 1031.   [bug]           libbind.a: isc__gettimeofday() infinite recursion.
2594                         [RT #1858]
2595
2596 1030.   [bug]           On systems with no resolv.conf file, nsupdate
2597                         exited with an error rather than defaulting
2598                         to using the loopback address. [RT #1836]
2599
2600 1029.   [bug]           Some named.conf errors did not cause the loading
2601                         of the configuration file to return a failure
2602                         status even though they were logged. [RT #1847]
2603
2604 1028.   [bug]           On Win32, dig/host/nslookup looked for resolv.conf
2605                         in the wrong directory. [RT #1833]
2606
2607 1027.   [bug]           RRs having the reserved type 0 should be rejected.
2608                         [RT #1471]
2609
2610 1026.   [port]          Recognize OpenUNIX 8 in config.guess. [RT #1830]
2611
2612 1022.   [bug]           Don't report empty root hints as "extra data".
2613                         [RT #1802]
2614
2615         --- 9.2.0rc5 released ---
2616
2617 1021.   [bug]           On Win32, log message timestamps were one month
2618                         later than they should have been, and the server
2619                         would exhibit unspecified behavior in December.
2620
2621 1020.   [bug]           IXFR log messages did not distinguish between
2622                         true IXFRs, AXFR-style IXFRs, and mere version
2623                         polls. [RT #1811]
2624
2625 1019.   [bug]           The value of the lame-ttl option was limited to 18000
2626                         seconds, not 1800 seconds as documented. [RT #1803]
2627
2628 1018.   [bug]           The default log channel was not always initialized
2629                         correctly. [RT #1813]
2630
2631 1017.   [bug]           When specifying TSIG keys to dig and nsupdate using
2632                         the -k option, they must be HMAC-MD5 keys. [RT #1810]
2633
2634 1016.   [bug]           Slave zones with no backup file were re-transferred
2635                         on every server reload.
2636
2637 1015.   [bug]           Log channels that had a "versions" option but no
2638                         "size" option failed to create numbered log
2639                         files. [RT #1783]
2640
2641         --- 9.2.0rc4 released ---
2642
2643 1013.   [bug]           It was possible to cancel a query twice when marking
2644                         a server as bogus or by having a blackhole acl.
2645                         [RT #1776]
2646
2647 1010.   [bug]           The server could attempt to execute a command channel
2648                         command after initiating server shutdown, causing
2649                         an assertion failure. [RT #1766]
2650
2651 1006.   [bug]           If a KEY RR was found missing during DNSSEC validation,
2652                         an assertion failure could subsequently be triggered
2653                         in the resolver. [RT #1763]
2654
2655 1005.   [bug]           Don't copy nonzero RCODEs from request to response.
2656                         [RT #1765]
2657
2658 1004.   [port]          Deal with recvfrom() returning EHOSTDOWN. [RT #1770]
2659
2660 1002.   [bug]           When reporting an unknown class name in named.conf,
2661                         including the file name and line number. [RT #1759]
2662
2663 1001.   [bug]           win32 socket code doio_recv was not catching a
2664                         WSACONNRESET error when a client was timing out
2665                         the request and closing its socket. [RT #1745]
2666
2667 1000.   [bug]           BIND 8 compatibility: accept "HESIOD" as an alias
2668                         for class "HS". [RT #1759]
2669
2670         --- 9.2.0rc3 released ---
2671
2672  990.   [bug]           The rndc-confgen man page was not installed.
2673
2674  989.   [bug]           Report filename if $INCLUDE fails for file related
2675                         errors. [RT #1736]
2676
2677  987.   [bug]           "dig -help" didn't show "+[no]stats".
2678
2679  986.   [bug]           "dig +noall" failed to clear stats and command
2680                         printing.
2681
2682  984.   [bug]           Multi-threading should be enabled by default on
2683                         Solaris 2.7 and newer, but it wasn't.
2684
2685         --- 9.2.0rc2 released ---
2686
2687  980.   [bug]           Incoming zone transfers restarting after an error
2688                         could trigger an assertion failure. [RT #1692]
2689
2690  978.   [bug]           dns_db_attachversion() had an invalid REQUIRE()
2691                         condition.
2692
2693  977.   [bug]           Improve "not at top of zone" error message.
2694
2695  975.   [bug]           "max-cache-size default;" as a view option
2696                         caused an assertion failure.
2697
2698  974.   [bug]           "max-cache-size unlimited;" as a global option
2699                         was not accepted.
2700
2701  973.   [bug]           Failed to log the question name when logging:
2702                         "bad zone transfer request: non-authoritative zone
2703                         (NOTAUTH)".
2704
2705  972.   [bug]           The file modification time code in zone.c was using the
2706                         wrong epoch. [RT #1667]
2707
2708  968.   [bug]           On win32, the isc_time_now() function was unnecessarily
2709                         calling strtime(). [RT #1671]
2710
2711  967.   [bug]           On win32, the link for bindevt was not including the
2712                         required resource file to enable the event viewer
2713                         to interpret the error messages in the event log,
2714                         [RT #1668]
2715
2716  966.   [placeholder]
2717
2718  965.   [bug]           Including data other than root server NS and A
2719                         records in the root hint file could cause a rbtdb
2720                         node reference leak. [RT #1581, #1618]
2721
2722  964.   [func]          Warn if data other than root server NS and A records
2723                         are found in the root hint file. [RT #1581, #1618]
2724
2725  963.   [bug]           Bad ISC_LANG_ENDDECLS. [RT #1645]
2726
2727  962.   [bug]           libbind: bad "#undef", don't attempt to install
2728                         non-existant nlist.h. [RT #1640]
2729
2730  961.   [bug]           Tried to use a IPV6 feature when ISC_PLATFORM_HAVEIPV6
2731                         was not defined. [RT #1482]
2732
2733  960.   [port]          liblwres failed to build on systems with support for
2734                         getrrsetbyname() in the OS. [RT #1592]
2735
2736  959.   [port]          On FreeBSD, determine the number of CPUs by calling
2737                         sysctlbyname(). [RT #1584]
2738
2739  958.   [port]          ssize_t is not available on all platforms. [RT #1607]
2740
2741  957.   [bug]           sys/select.h inclusion was broken on older platforms.
2742                         [RT #1607]
2743
2744  956.   [bug]           ns_g_autorndcfile changed to ns_g_keyfile
2745                         in named/win32/os.c due to code changes in
2746                         change #953. win32 .make file for rndc-confgen
2747                         updated to add include path for os.h header.
2748
2749         --- 9.2.0rc1 released ---
2750
2751  955.   [bug]           When using views, the zone's class was not being
2752                         inherited from the view's class. [RT #1583]
2753
2754  954.   [bug]           When requesting AXFRs or IXFRs using dig, host, or
2755                         nslookup, the RD bit should not be set as zone
2756                         transfers are inherently nonrecursive. [RT #1575]
2757
2758  953.   [func]          The /var/run/named.key file from change #843
2759                         has been replaced by /etc/rndc.key.  Both
2760                         named and rndc will look for this file and use
2761                         it to configure a default control channel key
2762                         if not already configured using a different
2763                         method (rndc.conf / controls).  Unlike
2764                         named.key, rndc.key is not created automatically;
2765                         it must be created by manually running
2766                         "rndc-confgen -a".
2767
2768  952.   [bug]           The server required manual intervention to serve the
2769                         affected zones if it died between creating a journal
2770                         and committing the first change to it.
2771
2772  951.   [bug]           CFLAGS was not passed to the linker when
2773                         linking some of the test programs under
2774                         bin/tests. [RT #1555].
2775
2776  950.   [bug]           Explicit TTLs did not properly override $TTL
2777                         due to a bug in change 834. [RT #1558]
2778
2779  949.   [bug]           host was unable to print records larger than 512
2780                         bytes. [RT #1557]
2781
2782         --- 9.2.0b2 released ---
2783
2784  948.   [port]          Integrated support for building on Windows NT /
2785                         Windows 2000.
2786
2787  947.   [bug]           dns_rdata_soa_t had a badly named element "mname" which
2788                         was really the RNAME field from RFC1035.  To avoid
2789                         confusion and silent errors that would occur it the
2790                         "origin" and "mname" elements were given their correct
2791                         names "mname" and "rname" respectively, the "mname"
2792                         element is renamed to "contact".
2793
2794  946.   [cleanup]       doc/misc/options is now machine-generated from the
2795                         configuration parser syntax tables, and therefore
2796                         more likely to be correct.
2797
2798  945.   [func]          Add the new view-specific options
2799                         "match-destinations" and "match-recursive-only".
2800
2801  944.   [func]          Check for expired signatures on load.
2802
2803  943.   [bug]           The server could crash when receiving a command
2804                         via rndc if the configuration file listed only
2805                         nonexistent keys in the controls statement. [RT #1530]
2806
2807  942.   [port]          libbind: GETNETBYADDR_ADDR_T was not correctly
2808                         defined on some platforms.
2809
2810  941.   [bug]           The configuration checker crashed if a slave
2811                         zone didn't contain a masters statement. [RT #1514]
2812
2813  940.   [bug]           Double zone locking failure on error path. [RT #1510]
2814
2815         --- 9.2.0b1 released ---
2816
2817  939.   [port]          Add the --disable-linux-caps option to configure for
2818                         systems that manage capabilities outside of named.
2819                         [RT #1503]
2820
2821  938.   [placeholder]
2822
2823  937.   [bug]           A race when shutting down a zone could trigger a
2824                         INSIST() failure. [RT #1034]
2825
2826  936.   [func]          Warn about IPv4 addresses that are not complete
2827                         dotted quads. [RT #1084]
2828
2829  935.   [bug]           inet_pton failed to reject leading zeros.
2830
2831  934.   [port]          Deal with systems where accept() spuriously returns
2832                         ECONNRESET.
2833
2834  933.   [bug]           configure failed doing libbind on platforms not
2835                         supported by BIND 8. [RT #1496]
2836
2837         --- 9.2.0a3 released ---
2838
2839  932.   [bug]           Use INSTALL_SCRIPT, not INSTALL_PROGRAM,
2840                         when installing isc-config.sh.
2841                         [RT #198, #1466]
2842
2843  931.   [bug]           The controls statement only attempted to verify
2844                         messages using the first key in the key list.
2845                         (9.2.0a1/a2 only).
2846
2847  930.   [func]          Query performance testing tool added as
2848                         contrib/queryperf.
2849
2850  929.   [placeholder]
2851
2852  928.   [bug]           nsupdate would send empty update packets if the
2853                         send (or empty line) command was run after
2854                         another send but before any new updates or
2855                         prerequisites were specified.  It should simply
2856                         ignore this command.
2857
2858  927.   [bug]           Don't hold the zone lock for the entire dump to disk.
2859                         [RT #1423]
2860
2861  926.   [bug]           The resolver could deadlock with the ADB when
2862                         shutting down (multi-threaded builds only).
2863                         [RT #1324]
2864
2865  925.   [cleanup]       Remove openssl from the distribution; require that
2866                         --with-openssl be specified if DNSSEC is needed.
2867
2868  924.   [port]          Extend support for pre-RFC2133 IPv6 implementation.
2869                         [RT #987]
2870
2871  923.   [bug]           Multiline TSIG secrets (and other multiline strings)
2872                         were not accepted in named.conf. [RT #1469]
2873
2874  922.   [func]          Added two new lwres_getrrsetbyname() result codes,
2875                         ERR_NONAME and ERR_NODATA.
2876
2877  921.   [bug]           lwres returned an incorrect error code if it received
2878                         a truncated message.
2879
2880  920.   [func]          Increase the lwres receive buffer size to 16K.
2881                         [RT #1451]
2882
2883  919.   [placeholder]
2884
2885  918.   [func]          In nsupdate, TSIG errors are no longer treated as
2886                         fatal errors.
2887
2888  917.   [func]          New nsupdate command 'key', allowing TSIG keys to
2889                         be specified in the nsupdate command stream rather
2890                         than the command line.
2891
2892  916.   [bug]           Specifying type ixfr to dig without specifying
2893                         a serial number failed in unexpected ways.
2894
2895  915.   [func]          The named-checkconf and named-checkzone programs
2896                         now have a '-v' option for printing their version.
2897                         [RT #1151]
2898
2899  914.   [bug]           Global 'server' statements were rejected when
2900                         using views, even though they were accepted
2901                         in 9.1. [RT #1368]
2902
2903  913.   [bug]           Cache cleaning was not sufficiently aggressive.
2904                         [RT #1441, #1444]
2905
2906  912.   [bug]           Attempts to set the 'additional-from-cache' or
2907                         'additional-from-auth' option to 'no' in a
2908                         server with recursion enabled will now
2909                         be ignored and cause a warning message.
2910                         [RT #1145]
2911
2912  911.   [placeholder]
2913
2914  910.   [port]          Some pre-RFC2133 IPv6 implementations do not define
2915                         IN6ADDR_ANY_INIT. [RT #1416]
2916
2917  908.   [func]          New program, rndc-confgen, to simplify setting up rndc.
2918
2919  907.   [func]          The ability to get entropy from either the
2920                         random device, a user-provided file or from
2921                         the keyboard was migrated from the DNSSEC tools
2922                         to libisc as isc_entropy_usebestsource().
2923
2924  906.   [port]          Separated the system independent portion of
2925                         lib/isc/unix/entropy.c into lib/isc/entropy.c
2926                         and added lib/isc/win32/entropy.c.
2927
2928  905.   [bug]           Configuring a forward "zone" for the root domain
2929                         did not work. [RT #1418]
2930
2931  904.   [bug]           The server would leak memory if attempting to use
2932                         an expired TSIG key. [RT #1406]
2933
2934  903.   [bug]           dig should not crash when receiving a TCP packet
2935                         of length 0.
2936
2937  902.   [bug]           The -d option was ignored if both -t and -g were also
2938                         specified.
2939
2940  901.   [placeholder]
2941
2942  900.   [bug]           A config.guess update changed the system identification
2943                         string of FreeBSD systems; configure and
2944                         bin/tests/system/ifconfig.sh now recognize the new
2945                         string.
2946
2947         --- 9.2.0a2 released ---
2948
2949  899.   [bug]           lib/dns/soa.c failed to compile on many platforms
2950                         due to inappropriate use of a void value.
2951                         [RT #1372, #1373, #1386, #1387, #1395]
2952
2953  898.   [bug]           "dig" failed to set a nonzero exit status
2954                         on UDP query timeout. [RT #1323]
2955
2956  897.   [bug]           A config.guess update changed the system identification
2957                         string of UnixWare systems; configure now recognizes
2958                         the new string.
2959
2960  896.   [bug]           If a configuration file is set on named's command line
2961                         and it has a relative pathname, the current directory
2962                         (after any possible jailing resulting from named -t)
2963                         will be prepended to it so that reloading works
2964                         properly even when a directory option is present.
2965
2966  895.   [func]          New function, isc_dir_current(), akin to POSIX's
2967                         getcwd().
2968
2969  894.   [bug]           When using the DNSSEC tools, a message intended to warn
2970                         when the keyboard was being used because of the lack
2971                         of a suitable random device was not being printed.
2972
2973  893.   [func]          Removed isc_file_test() and added isc_file_exists()
2974                         for the basic functionality that was being added
2975                         with isc_file_test().
2976
2977  892.   [placeholder]
2978
2979  891.   [bug]           Return an error when a SIG(0) signed response to
2980                         an unsigned query is seen.  This should actually
2981                         do the verification, but it's not currently
2982                         possible. [RT #1391]
2983
2984  890.   [cleanup]       The man pages no longer require the mandoc macros
2985                         and should now format cleanly using most versions of
2986                         nroff, and HTML versions of the man pages have been
2987                         added.  Both are generated from DocBook source.
2988
2989  889.   [port]          Eliminated blank lines before .TH in nroff man
2990                         pages since they cause problems with some versions
2991                         of nroff. [RT #1390]
2992
2993  888.   [bug]           Don't die when using TKEY to delete a nonexistent
2994                         TSIG key. [RT #1392]
2995
2996  887.   [port]          Detect broken compilers that can't call static
2997                         functions from inline functions. [RT #1212]
2998
2999  866.   [func]          Close debug only file channels when debug is set to
3000                         zero. [RT #1246]
3001
3002  865.   [bug]           The new configuration parser did not allow
3003                         the optional debug level in a "severity debug"
3004                         clause of a logging channel to be omitted.
3005                         This is now allowed and treated as "severity
3006                         debug 1;" like it does in BIND 8.2.4, not as
3007                         "severity debug 0;" like it did in BIND 9.1.
3008                         [RT #1367]
3009
3010  864.   [cleanup]       Multi-threading is now enabled by default on
3011                         OSF1, Solaris 2.7 and newer, AIX, IRIX, and HP-UX.
3012
3013  863.   [bug]           If an error occurred while an outgoing zone transfer
3014                         was starting up, the server could access a domain
3015                         name that had already been freed when logging a
3016                         message saying that the transfer was starting.
3017                         [RT #1383]
3018
3019  862.   [bug]           Use after realloc(), non portable pointer arithmetic in
3020                         grmerge().
3021
3022  861.   [port]          Add support for Mac OS X, by making it equivalent
3023                         to Darwin.  This was derived from the config.guess
3024                         file shipped with Mac OS X. [RT #1355]
3025
3026  860.   [func]          Drop cross class glue in zone transfers.
3027
3028  859.   [bug]           Cache cleaning now won't swamp the CPU if there
3029                         is a persistent overlimit condition.
3030
3031  858.   [func]          isc_mem_setwater() no longer requires that when the
3032                         callback function is non-NULL then its hi_water
3033                         argument must be greater than its lo_water argument
3034                         (they can now be equal) or that they be non-zero.
3035
3036  857.   [cleanup]       Use ISC_MAGIC() to define all magic numbers for
3037                         structs, for our friends in EBCDIC-land.
3038
3039  856.   [func]          Allow partial rdatasets to be returned in answer and
3040                         authority sections to help non-TCP capable clients
3041                         recover from truncation. [RT #1301]
3042
3043  855.   [bug]           Stop spurious "using RFC 1035 TTL semantics" warnings.
3044
3045  854.   [bug]           The config parser didn't properly handle config
3046                         options that were specified in units of time other
3047                         than seconds. [RT #1372]
3048
3049  853.   [bug]           configure_view_acl() failed to detach existing acls.
3050                         [RT #1374]
3051
3052  852.   [bug]           Handle responses from servers which do not know
3053                         about IXFR.
3054
3055  851.   [cleanup]       The obsolete support-ixfr option was not properly
3056                         ignored.
3057
3058         --- 9.2.0a1 released ---
3059
3060  850.   [bug]           dns_rbt_findnode() would not find nodes that were
3061                         split on a bitstring label somewhere other than in
3062                         the last label of the node. [RT #1351]
3063
3064  849.   [func]          <isc/net.h> will ensure INADDR_LOOPBACK is defined.
3065
3066  848.   [func]          A minimum max-cache-size of two megabytes is enforced
3067                         by the cache cleaner.
3068
3069  847.   [func]          Added isc_file_test(), which currently only has
3070                         some very basic functionality to test for the
3071                         existence of a file, whether a pathname is absolute,
3072                         or whether a pathname is the fundamental representation
3073                         of the current directory.  It is intended that this
3074                         function can be expanded to test other things a
3075                         programmer might want to know about a file.
3076
3077  846.   [func]          A non-zero 'param' to dst_key_generate() when making an
3078                         hmac-md5 key means that good entropy is not required.
3079
3080  845.   [bug]           The access rights on the public file of a symmetric
3081                         key are now restricted as soon as the file is opened,
3082                         rather than after it has been written and closed.
3083
3084  844.   [func]          <isc/net.h> will ensure INADDR_LOOPBACK is defined,
3085                         just as <lwres/net.h> does.
3086
3087  843.   [func]          If no controls statement is present in named.conf,
3088                         or if any inet phrase of a controls statement is
3089                         lacking a keys clause, then a key will be automatically
3090                         generated by named and an rndc.conf-style file
3091                         named named.key will be written that uses it.  rndc
3092                         will use this file only if its normal configuration
3093                         file, or one provided on the command line, does not
3094                         exist.
3095
3096  842.   [func]          'rndc flush' now takes an optional view.
3097
3098  841.   [bug]           When sdb modules were not declared threadsafe, their
3099                         create and destroy functions were not serialized.
3100
3101  840.   [bug]           The config file parser could print the wrong file
3102                         name if an error was detected after an included file
3103                         was parsed. [RT #1353]
3104
3105  839.   [func]          Dump packets for which there was no view or that the
3106                         class could not be determined to category "unmatched".
3107
3108  838.   [port]          UnixWare 7.x.x is now suported by
3109                         bin/tests/system/ifconfig.sh.
3110
3111  837.   [cleanup]       Multi-threading is now enabled by default only on
3112                         OSF1, Solaris 2.7 and newer, and AIX.
3113
3114  836.   [func]          Upgraded libtool to 1.4.
3115
3116  835.   [bug]           The dispatcher could enter a busy loop if
3117                         it got an I/O error receiving on a UDP socket.
3118                         [RT #1293]
3119
3120  834.   [func]          Accept (but warn about) master files beginning with
3121                         an SOA record without an explicit TTL field and
3122                         lacking a $TTL directive, by using the SOA MINTTL
3123                         as a default TTL.  This is for backwards compatibility
3124                         with old versions of BIND 8, which accepted such
3125                         files without warning although they are illegal
3126                         according to RFC1035.
3127
3128  833.   [cleanup]       Moved dns_soa_*() from <dns/journal.h> to
3129                         <dns/soa.h>, and extended them to support
3130                         all the integer-valued fields of the SOA RR.
3131
3132  832.   [bug]           The default location for named.conf in named-checkconf
3133                         should depend on --sysconfdir like it does in named.
3134                         [RT #1258]
3135
3136  831.   [placeholder]
3137
3138  830.   [func]          Implement 'rndc status'.
3139
3140  829.   [bug]           The DNS_R_ZONECUT result code should only be returned
3141                         when an ANY query is made with DNS_DBFIND_GLUEOK set.
3142                         In all other ANY query cases, returning the delegation
3143                         is better.
3144
3145  828.   [bug]           The errno value from recvfrom() could be overwritten
3146                         by logging code. [RT #1293]
3147
3148  827.   [bug]           When an IXFR protocol error occurs, the slave
3149                         should retry with AXFR.
3150
3151  826.   [bug]           Some IXFR protocol errors were not detected.
3152
3153  825.   [bug]           zone.c:ns_query() detached from the wrong zone
3154                         reference. [RT #1264]
3155
3156  824.   [bug]           Correct line numbers reported by dns_master_load().
3157                         [RT #1263]
3158
3159  823.   [func]          The output of "dig -h" now goes to stdout so that it
3160                         can easily be piped through "more". [RT #1254]
3161
3162  822.   [bug]           Sending nxrrset prerequisites would crash nsupdate.
3163                         [RT #1248]
3164
3165  821.   [bug]           The program name used when logging to syslog should
3166                         be stripped of leading path components.
3167                         [RT #1178, #1232]
3168
3169  820.   [bug]           Name server address lookups failed to follow
3170                         A6 chains into the glue of local authoritative
3171                         zones.
3172
3173  819.   [bug]           In certain cases, the resolver's attempts to
3174                         restart an address lookup at the root could cause
3175                         the fetch to deadlock (with itself) instead of
3176                         restarting. [RT #1225]
3177
3178  818.   [bug]           Certain pathological responses to ANY queries could
3179                         cause an assertion failure. [RT #1218]
3180
3181  817.   [func]          Adjust timeouts for dialup zone queries.
3182
3183  816.   [bug]           Report potential problems with log file accessibility
3184                         at configuration time, since such problems can't
3185                         reliably be reported at the time they actually occur.
3186
3187  815.   [bug]           If a log file was specified with a path separator
3188                         character (i.e. "/") in its name and the directory
3189                         did not exist, the log file's name was treated as
3190                         though it were the directory name. [RT #1189]
3191
3192  814.   [bug]           Socket objects left over from accept() failures
3193                         were incorrectly destroyed, causing corruption
3194                         of socket manager data structures.
3195
3196  813.   [bug]           File descriptors exceeding FD_SETSIZE were handled
3197                         badly. [RT #1192]
3198
3199  812.   [bug]           dig sometimes printed incomplete IXFR responses
3200                         due to an uninitialized variable. [RT #1188]
3201
3202  811.   [bug]           Parentheses were not quoted in zone dumps. [RT #1194]
3203
3204  810.   [bug]           The signer name in SIG records was not properly
3205                         downcased when signing/verifying records. [RT #1186]
3206
3207  809.   [bug]           Configuring a non-local address as a transfer-source
3208                         could cause an assertion failure during load.
3209
3210  808.   [func]          Add 'rndc flush' to flush the server's cache.
3211
3212  807.   [bug]           When setting up TCP connections for incoming zone
3213                         transfers, the transfer-source port was not
3214                         ignored like it should be.
3215
3216  806.   [bug]           DNS_R_SEENINCLUDE was failing to propagate back up
3217                         the calling stack to the zone maintence level, causing
3218                         zones to not reload when an included file was touched
3219                         but the top-level zone file was not.
3220
3221  805.   [bug]           When using "forward only", missing root hints should
3222                         not cause queries to fail. [RT #1143]
3223
3224  804.   [bug]           Attempting to obtain entropy could fail in some
3225                         situations.  This would be most common on systems
3226                         with user-space threads. [RT #1131]
3227
3228  803.   [bug]           Treat all SIG queries as if they have the CD bit set,
3229                         otherwise no data will be returned [RT #749]
3230
3231  802.   [bug]           DNSSEC key tags were computed incorrectly in almost
3232                         all cases. [RT #1146]
3233
3234  801.   [bug]           nsupdate should treat lines beginning with ';' as
3235                         comments. [RT #1139]
3236
3237  800.   [bug]           dnssec-signzone produced incorrect statistics for
3238                         large zones. [RT #1133]
3239
3240  799.   [bug]           The ADB didn't find AAAA glue in a zone unless A6
3241                         glue was also present.
3242
3243  798.   [bug]           nsupdate should be able to reject bad input lines
3244                         and continue. [RT #1130]
3245
3246  797.   [func]          Issue a warning if the 'directory' option contains
3247                         a relative path. [RT #269]
3248
3249  796.   [func]          When a size limit is associated with a log file,
3250                         only roll it when the size is reached, not every
3251                         time the log file is opened. [RT #1096]
3252
3253  795.   [func]          Add the +multiline option to dig. [RT #1095]
3254
3255  794.   [func]          Implement the "port" and "default-port" statements
3256                         in rndc.conf.
3257
3258  793.   [cleanup]       The DNSSEC tools could create filenames that were
3259                         illegal or contained shell metacharacters.  They
3260                         now use a different text encoding of names that
3261                         doesn't have these problems. [RT #1101]
3262
3263  792.   [cleanup]       Replace the OMAPI command channel protocol with a
3264                         simpler one.
3265
3266  791.   [bug]           The command channel now works over IPv6.
3267
3268  790.   [bug]           Wildcards created using dynamic update or IXFR
3269                         could fail to match. [RT #1111]
3270
3271  789.   [bug]           The "localhost" and "localnets" ACLs did not match
3272                         when used as the second element of a two-element
3273                         sortlist item.
3274
3275  788.   [func]          Add the "match-mapped-addresses" option, which
3276                         causes IPv6 v4mapped addresses to be treated as
3277                         IPv4 addresses for the purpose of acl matching.
3278
3279  787.   [bug]           The DNSSEC tools failed to downcase domain
3280                         names when mapping them into file names.
3281
3282  786.   [bug]           When DNSSEC signing/verifying data, owner names were
3283                         not properly downcased.
3284
3285  785.   [bug]           A race condition in the resolver could cause
3286                         an assertion failure. [RT #673, #872, #1048]
3287
3288  784.   [bug]           nsupdate and other programs would not quit properly
3289                         if some signals were blocked by the caller. [RT #1081]
3290
3291  783.   [bug]           Following CNAMEs could cause an assertion failure
3292                         when either using an sdb database or under very
3293                         rare conditions.
3294
3295  782.   [func]          Implement the "serial-query-rate" option.
3296
3297  781.   [func]          Avoid error packet loops by dropping duplicate FORMERR
3298                         responses. [RT #1006]
3299
3300  780.   [bug]           Error handling code dealing with out of memory or
3301                         other rare errors could lead to assertion failures
3302                         by calling functions on unitialized names. [RT #1065]
3303
3304  779.   [func]          Added the "minimal-responses" option.
3305
3306  778.   [bug]           When starting cache cleaning, cleaning_timer_action()
3307                         returned without first pausing the iterator, which
3308                         could cause deadlock. [RT #998]
3309
3310  777.   [bug]           An empty forwarders list in a zone failed to override
3311                         global forwarders. [RT #995]
3312
3313  776.   [func]          Improved error reporting in denied messages. [RT #252]
3314
3315  775.   [placeholder]
3316
3317  774.   [func]          max-cache-size is implemented.
3318
3319  773.   [func]          Added isc_rwlock_trylock() to attempt to lock without
3320                         blocking.
3321
3322  772.   [bug]           Owner names could be incorrectly omitted from cache
3323                         dumps in the presence of negative caching entries.
3324                         [RT #991]
3325
3326  771.   [cleanup]       TSIG errors related to unsynchronized clocks
3327                         are logged better. [RT #919]
3328
3329  770.   [func]          Add the "edns yes_or_no" statement to the server
3330                         clause. [RT #524]
3331
3332  769.   [func]          Improved error reporting when parsing rdata. [RT #740]
3333
3334  768.   [bug]           The server did not emit an SOA when a CNAME
3335                         or DNAME chain ended in NXDOMAIN in an
3336                         authoritative zone.
3337
3338  767.   [placeholder]
3339
3340  766.   [bug]           A few cases in query_find() could leak fname.
3341                         This would trigger the mpctx->allocated == 0
3342                         assertion when the server exited.
3343                         [RT #739, #776, #798, #812, #818, #821, #845,
3344                         #892, #935, #966]
3345
3346  765.   [func]          ACL names are once again case insensitive, like
3347                         in BIND 8. [RT #252]
3348
3349  764.   [func]          Configuration files now allow "include" directives
3350                         in more places, such as inside the "view" statement.
3351                         [RT #377, #728, #860]
3352
3353  763.   [func]          Configuration files no longer have reserved words.
3354                         [RT #731, #753]
3355
3356  762.   [cleanup]       The named.conf and rndc.conf file parsers have
3357                         been completely rewritten.
3358
3359  761.   [bug]           _REENTRANT was still defined when building with
3360                         --disable-threads.
3361
3362  760.   [contrib]       Significant enhancements to the pgsql sdb driver.
3363
3364  759.   [bug]           The resolver didn't turn off "avoid fetches" mode
3365                         when restarting, possibly causing resolution
3366                         to fail when it should not.  This bug only affected
3367                         platforms which support both IPv4 and IPv6. [RT #927]
3368
3369  758.   [bug]           The "avoid fetches" code did not treat negative
3370                         cache entries correctly, causing fetches that would
3371                         be useful to be avoided.  This bug only affected
3372                         platforms which support both IPv4 and IPv6. [RT #927]
3373
3374  757.   [func]          Log zone transfers.
3375
3376  756.   [bug]           dns_zone_load() could "return" success when no master
3377                         file was configured.
3378
3379  755.   [bug]           Fix incorrectly formatted log messages in zone.c.
3380
3381  754.   [bug]           Certain failure conditions sending UDP packets
3382                         could cause the server to retry the transmission
3383                         indefinitely. [RT #902]
3384
3385  753.   [bug]           dig, host, and nslookup would fail to contact a
3386                         remote server if getaddrinfo() returned an IPv6
3387                         address on a system that doesn't support IPv6.
3388                         [RT #917]
3389
3390  752.   [func]          Correct bad tv_usec elements returned by
3391                         gettimeofday().
3392
3393  751.   [func]          Log successful zone loads / transfers.  [RT #898]
3394
3395  750.   [bug]           A query should not match a DNAME whose trust level
3396                         is pending. [RT #916]
3397
3398  749.   [bug]           When a query matched a DNAME in a secure zone, the
3399                         server did not return the signature of the DNAME.
3400                         [RT #915]
3401
3402  748.   [doc]           List supported RFCs in doc/misc/rfc-compliance.
3403                         [RT #781]
3404
3405  747.   [bug]           The code to determine whether an IXFR was possible
3406                         did not properly check for a database that could
3407                         not have a journal. [RT #865, #908]
3408
3409  746.   [bug]           The sdb didn't clone rdatasets properly, causing
3410                         a crash when the server followed delegations. [RT #905]
3411
3412  745.   [func]          Report the owner name of records that fail
3413                         semantic checks while loading.
3414
3415  744.   [bug]           When returning DNS_R_CNAME or DNS_R_DNAME as the
3416                         result of an ANY or SIG query, the resolver failed
3417                         to setup the return event's rdatasets, causing an
3418                         assertion failure in the query code. [RT #881]
3419
3420  743.   [bug]           Receiving a large number of certain malformed
3421                         answers could cause named to stop responding.
3422                         [RT #861]
3423
3424  742.   [placeholder]
3425
3426  741.   [port]          Support openssl-engine. [RT #709]
3427
3428  740.   [port]          Handle openssl library mismatches slightly better.
3429
3430  739.   [port]          Look for /dev/random in configure, rather than
3431                         assuming it will be there for only a predefined
3432                         set of OSes.
3433
3434  738.   [bug]           If a non-threadsafe sdb driver supported AXFR and
3435                         received an AXFR request, it would deadlock or die
3436                         with an assertion failure. [RT #852]
3437
3438  737.   [port]          stdtime.c failed to compile on certain platforms.
3439
3440  736.   [func]          New functions isc_task_{begin,end}exclusive().
3441
3442  735.   [doc]           Add BIND 4 migration notes.
3443
3444  734.   [bug]           An attempt to re-lock the zone lock could occur if
3445                         the server was shutdown during a zone tranfer.
3446                         [RT #830]
3447
3448  733.   [bug]           Reference counts of dns_acl_t objects need to be
3449                         locked but were not. [RT #801, #821]
3450
3451  732.   [bug]           Glue with 0 TTL could also cause SERVFAIL. [RT #828]
3452
3453  731.   [bug]           Certain zone errors could cause named-checkzone to
3454                         fail ungracefully. [RT #819]
3455
3456  730.   [bug]           lwres_getaddrinfo() returns the correct result when
3457                         it fails to contact a server. [RT #768]
3458
3459  729.   [port]          pthread_setconcurrency() needs to be called on Solaris.
3460
3461  728.   [bug]           Fix comment processing on master file directives.
3462                         [RT# 757]
3463
3464  727.   [port]          Work around OS bug where accept() succeeds but
3465                         fails to fill in the peer address of the accepted
3466                         connection, by treating it as an error rather than
3467                         an assertion failure. [RT #809]
3468
3469  726.   [func]          Implement the "trace" and "notrace" commands in rndc.
3470
3471  725.   [bug]           Installing man pages could fail.
3472
3473  724.   [func]          New libisc functions isc_netaddr_any(),
3474                         isc_netaddr_any6().
3475
3476  723.   [bug]           Referrals whose NS RRs had a 0 TTL caused the resolver
3477                         to return DNS_R_SERVFAIL. [RT #783]
3478
3479  722.   [func]          Allow incremental loads to be canceled.
3480
3481  721.   [cleanup]       Load manager and dns_master_loadfilequota() are no
3482                         more.
3483
3484  720.   [bug]           Server could enter infinite loop in
3485                         dispatch.c:do_cancel(). [RT #733]
3486
3487  719.   [bug]           Rapid reloads could trigger an assertion failure.
3488                         [RT #743, #763]
3489
3490  718.   [cleanup]       "internal" is no longer a reserved word in named.conf.
3491                         [RT #753, #731]
3492
3493  717.   [bug]           Certain TKEY processing failure modes could
3494                         reference an uninitialized variable, causing the
3495                         server to crash. [RT #750]
3496
3497  716.   [bug]           The first line of a $INCLUDE master file was lost if
3498                         an origin was specified. [RT #744]
3499
3500  715.   [bug]           Resolving some A6 chains could cause an assertion
3501                         failure in adb.c. [RT #738]
3502
3503  714.   [bug]           Preserve interval timers across reloads unless changed.
3504                         [RT# 729]
3505
3506  713.   [func]          named-checkconf takes '-t directory' similar to named.
3507                         [RT #726]
3508
3509  712.   [bug]           Sending a large signed update message caused an
3510                         assertion failure. [RT #718]
3511
3512  711.   [bug]           The libisc and liblwres implementations of
3513                         inet_ntop contained an off by one error.
3514
3515  710.   [func]          The forwarders statement now takes an optional
3516                         port. [RT #418]
3517
3518  709.   [bug]           ANY or SIG queries for data with a TTL of 0
3519                         would return SERVFAIL. [RT #620]
3520
3521  708.   [bug]           When building with --with-openssl, the openssl headers
3522                         included with BIND 9 should not be used. [RT #702]
3523
3524  707.   [func]          The "filename" argument to named-checkzone is no
3525                         longer optional, to reduce confusion. [RT #612]
3526
3527  706.   [bug]           Zones with an explicit "allow-update { none; };"
3528                         were considered dynamic and therefore not reloaded
3529                         on SIGHUP or "rndc reload".
3530
3531  705.   [port]          Work out resource limit type for use where rlim_t is
3532                         not available. [RT #695]
3533
3534  704.   [port]          RLIMIT_NOFILE is not available on all platforms.
3535                         [RT #695]
3536
3537  703.   [port]          sys/select.h is needed on older platforms. [RT #695]
3538
3539  702.   [func]          If the address 0.0.0.0 is seen in resolv.conf,
3540                         use 127.0.0.1 instead. [RT #693]
3541
3542  701.   [func]          Root hints are now fully optional.  Class IN
3543                         views use compiled-in hints by default, as
3544                         before.  Non-IN views with no root hints now
3545                         provide authoritative service but not recursion.
3546                         A warning is logged if a view has neither root
3547                         hints nor authoritative data for the root. [RT #696]
3548
3549  700.   [bug]           $GENERATE range check was wrong. [RT #688]
3550
3551  699.   [bug]           The lexer mishandled empty quoted strings. [RT #694]
3552
3553  698.   [bug]           Aborting nsupdate with ^C would lead to several
3554                         race conditions.
3555
3556  697.   [bug]           nsupdate was not compatible with the undocumented
3557                         BIND 8 behavior of ignoring TTLs in "update delete"
3558                         commands. [RT #693]
3559
3560  696.   [bug]           lwresd would die with an assertion failure when passed
3561                         a zero-length name. [RT #692]
3562
3563  695.   [bug]           If the resolver attempted to query a blackholed or
3564                         bogus server, the resolution would fail immediately.
3565
3566  694.   [bug]           $GENERATE did not produce the last entry.
3567                         [RT #682, #683]
3568
3569  693.   [bug]           An empty lwres statement in named.conf caused
3570                         the server to crash while loading.
3571
3572  692.   [bug]           Deal with systems that have getaddrinfo() but not
3573                         gai_strerror(). [RT #679]
3574
3575  691.   [bug]           Configuring per-view forwarders caused an assertion
3576                         failure. [RT #675, #734]
3577
3578  690.   [func]          $GENERATE now supports DNAME. [RT #654]
3579
3580  689.   [doc]           man pages are now installed. [RT #210]
3581
3582  688.   [func]          "make tags" now works on systems with the
3583                         "Exuberant Ctags" etags.
3584
3585  687.   [bug]           Only say we have IPv6, with sufficent functionality,
3586                         if it has actually been tested. [RT #586]
3587
3588  686.   [bug]           dig and nslookup can now be properly aborted during
3589                         blocking operations. [RT #568]
3590
3591  685.   [bug]           nslookup should use the search list/domain options
3592                         from resolv.conf by default. [RT #405, #630]
3593
3594  684.   [bug]           Memory leak with view forwarders. [RT #656]
3595
3596  683.   [bug]           File descriptor leak in isc_lex_openfile().
3597
3598  682.   [bug]           nslookup displayed SOA records incorrectly. [RT #665]
3599
3600  681.   [bug]           $GENERATE specifying output format was broken. [RT #653]
3601
3602  680.   [bug]           dns_rdata_fromstruct() mishandled options bigger
3603                         than 255 octets.
3604
3605  679.   [bug]           $INCLUDE could leak memory and file descriptors on
3606                         reload. [RT #639]
3607
3608  678.   [bug]           "transfer-format one-answer;" could trigger an assertion
3609                         failure. [RT #646]
3610
3611  677.   [bug]           dnssec-signzone would occasionally use the wrong ttl
3612                         for database operations and fail. [RT #643]
3613
3614  676.   [bug]           Log messages about lame servers to category
3615                         'lame-servers' rather than 'resolver', so as not
3616                         to be gratuitously incompatible with BIND 8.
3617
3618  675.   [bug]           TKEY queries could cause the server to leak
3619                         memory.
3620
3621  674.   [func]          Allow messages to be TSIG signed / verified using
3622                         a offset from the current time.
3623
3624  673.   [func]          The server can now convert RFC1886-style recursive
3625                         lookup requests into RFC2874-style lookups, when
3626                         enabled using the new option "allow-v6-synthesis".
3627
3628  672.   [bug]           The wrong time was in the "time signed" field when
3629                         replying with BADTIME error.
3630
3631  671.   [bug]           The message code was failing to parse a message with
3632                         no question section and a TSIG record. [RT #628]
3633
3634  670.   [bug]           The lwres replacements for getaddrinfo and
3635                         getipnodebyname didn't properly check for the
3636                         existence of the sockaddr sa_len field.
3637
3638  669.   [bug]           dnssec-keygen now makes the public key file
3639                         non-world-readable for symmetric keys. [RT #403]
3640
3641  668.   [func]          named-checkzone now reports multiple errors in master
3642                         files.
3643
3644  667.   [bug]           On Linux, running named with the -u option and a
3645                         non-world-readable configuration file didn't work.
3646                         [RT #626]
3647
3648  666.   [bug]           If a request sent by dig is longer than 512 bytes,
3649                         use TCP.
3650
3651  665.   [bug]           Signed responses were not sent when the size of the
3652                         TSIG + question exceeded the maximum message size.
3653                         [RT #628]
3654
3655  664.   [bug]           The t_tasks and t_timers module tests are now skipped
3656                         when building without threads, since they require
3657                         threads.
3658
3659  663.   [func]          Accept a size_spec, not just an integer, in the
3660                         (unimplemented and ignored) max-ixfr-log-size option
3661                         for compatibility with recent versions of BIND 8.
3662                         [RT #613]
3663
3664  662.   [bug]           dns_rdata_fromtext() failed to log certain errors.
3665
3666  661.   [bug]           Certain UDP IXFR requests caused an assertion failure
3667                         (mpctx->allocated == 0). [RT #355, #394, #623]
3668
3669  660.   [port]          Detect multiple CPUs on HP-UX and IRIX.
3670
3671  659.   [performance]   Rewrite the name compression code to be much faster.
3672
3673  658.   [cleanup]       Remove all vestiges of 16 bit global compression.
3674
3675  657.   [bug]           When a listen-on statement in an lwres block does not
3676                         specify a port, use 921, not 53.  Also update the
3677                         listen-on documentation. [RT #616]
3678
3679  656.   [func]          Treat an unescaped newline in a quoted string as
3680                         an error.  This means that TXT records with missing
3681                         close quotes should have meaningful errors printed.
3682
3683  655.   [bug]           Improve error reporting on unexpected eof when loading
3684                         zones. [RT #611]
3685
3686  654.   [bug]           Origin was being forgotten in TCP retries in dig.
3687                         [RT #574]
3688
3689  653.   [bug]           +defname option in dig was reversed in sense.
3690                         [RT #549]
3691
3692  652.   [bug]           zone_saveunique() did not report the new name.
3693
3694  651.   [func]          The AD bit in responses now has the meaning
3695                         specified in <draft-ietf-dnsext-ad-is-secure>.
3696
3697  650.   [bug]           SIG(0) records were being generated and verified
3698                         incorrectly. [RT #606]
3699
3700  649.   [bug]           It was possible to join to an already running fctx
3701                         after it had "cloned" its events, but before it sent
3702                         them.  In this case, the event of the newly joined
3703                         fetch would not contain the answer, and would
3704                         trigger the INSIST() in fctx_sendevents().  In
3705                         BIND 9.0, this bug did not trigger an INSIST(), but
3706                         caused the fetch to fail with a SERVFAIL result.
3707                         [RT #588, #597, #605, #607]
3708
3709  648.   [port]          Add support for pre-RFC2133 IPv6 implementations.
3710
3711  647.   [bug]           Resolver queries sent after following multiple
3712                         referrals had excessively long retransmission
3713                         timeouts due to incorrectly counting the referrals
3714                         as "restarts".
3715
3716  646.   [bug]           The UnixWare ISC_PLATFORM_FIXIN6INADDR fix in isc/net.h
3717                         didn't _cleanly_ fix the problem it was trying to fix.
3718
3719  645.   [port]          BSD/OS 3.0 needs pthread_init(). [RT #603]
3720
3721  644.   [bug]           #622 needed more work. [RT #562]
3722
3723  643.   [bug]           xfrin error messages made more verbose, added class
3724                         of the zone. [RT# 599]
3725
3726  642.   [bug]           Break the exit_check() race in the zone module.
3727                         [RT #598]
3728
3729         --- 9.1.0b2 released ---
3730
3731  641.   [bug]           $GENERATE caused a uninitialized link to be used.
3732                         [RT #595]
3733
3734  640.   [bug]           Memory leak in error path could cause
3735                         "mpctx->allocated == 0" failure. [RT #584]
3736
3737  639.   [bug]           Reading entropy from the keyboard would sometimes fail.
3738                         [RT #591]
3739
3740  638.   [port]          lib/isc/random.c needed to explicitly include time.h
3741                         to get a prototype for time() when pthreads was not
3742                         being used. [RT #592]
3743
3744  637.   [port]          Use isc_u?int64_t instead of (unsigned) long long in
3745                         lib/isc/print.c.  Also allow lib/isc/print.c to
3746                         be compiled even if the platform does not need it.
3747                         [RT #592]
3748
3749  636.   [port]          Shut up MSVC++ about a possible loss of precision
3750                         in the ISC__BUFFER_PUTUINT*() macros. [RT #592]
3751
3752  635.   [bug]           Reloading a server with a configured blackhole list
3753                         would cause an assertion. [RT #590]
3754
3755  634.   [bug]           A log file will completely stop being written when
3756                         it reaches the maximum size in all cases, not just
3757                         when versioning is also enabled. [RT #570]
3758
3759  633.   [port]          Cope with rlim_t missing on BSD/OS systems. [RT #575]
3760
3761  632.   [bug]           The index array of the journal file was
3762                         corrupted as it was written to disk.
3763
3764  631.   [port]          Build without thread support on systems without
3765                         pthreads.
3766
3767  630.   [bug]           Locking failure in zone code. [RT #582]
3768
3769  629.   [bug]           9.1.0b1 dereferenced a null pointer and crashed
3770                         when responding to a UDP IXFR request.
3771
3772  628.   [bug]           If the root hints contained only AAAA addresses,
3773                         named would be unable to perform resolution.
3774
3775  627.   [bug]           The EDNS0 blackhole detection code of change 324
3776                         waited for three retransmissions to each server,
3777                         which takes much too long when a domain has many
3778                         name servers and all of them drop EDNS0 queries.
3779                         Now we retry without EDNS0 after three consecutive
3780                         timeouts, even if they are all from different
3781                         servers. [RT #143]
3782
3783  626.   [bug]           The lightweight resolver daemon no longer crashes
3784                         when asked for a SIG rrset. [RT #558]
3785
3786  625.   [func]          Zones now inherit their class from the enclosing view.
3787
3788  624.   [bug]           The zone object could get timer events after it had
3789                         been destroyed, causing a server crash. [RT #571]
3790
3791  623.   [func]          Added "named-checkconf" and "named-checkzone" program
3792                         for syntax checking named.conf files and zone files,
3793                         respectively.
3794
3795  622.   [bug]           A canceled request could be destroyed before
3796                         dns_request_destroy() was called. [RT #562]
3797
3798  621.   [port]          Disable IPv6 at runtime if IPv6 sockets are unusable.
3799                         This mostly affects Red Hat Linux 7.0, which has
3800                         conflicts between libc and the kernel.
3801
3802  620.   [bug]           dns_master_load*inc() now require 'task' and 'load'
3803                         to be non-null.  Also 'done' will not be called if
3804                         dns_master_load*inc() fails immediately. [RT #565]
3805
3806  618.   [bug]           Queries to a signed zone could sometimes cause
3807                         an assertion failure.
3808
3809  617.   [bug]           When using dynamic update to add a new RR to an
3810                         existing RRset with a different TTL, the journal
3811                         entries generated from the update did not include
3812                         explicit deletions and re-additions of the existing
3813                         RRs to update their TTL to the new value.
3814
3815  616.   [func]          dnssec-signzone -t output now includes performance
3816                         statistics.
3817
3818  615.   [bug]           dnssec-signzone did not like child keysets signed
3819                         by multiple keys.
3820
3821  614.   [bug]           Checks for uninitialized link fields were prone
3822                         to false positives, causing assertion failures.
3823                         The checks are now disabled by default and may
3824                         be re-enabled by defining ISC_LIST_CHECKINIT.
3825
3826  613.   [bug]           "rndc reload zone" now reloads primary zones.
3827                         It previously only updated slave and stub zones,
3828                         if an SOA query indicated an out of date serial.
3829
3830  612.   [cleanup]       Shutup a ridiculously noisy HP-UX compiler that
3831                         complains relentlessly about how its treatment
3832                         of 'const' has changed as well as how casting
3833                         sometimes tightens alignment constraints.
3834
3835  611.   [func]          allow-notify can be used to permit processing of
3836                         notify messages from hosts other than a slave's
3837                         masters.
3838
3839  610.   [func]          rndc dumpdb is now supported.
3840
3841  609.   [bug]           getrrsetbyname() would crash lwresd if the server
3842                         found more SIGs than answers. [RT #554]
3843
3844  608.   [func]          dnssec-signzone now adds a comment to the zone
3845                         with the time the file was signed.
3846
3847  607.   [bug]           nsupdate would fail if it encountered a CNAME or
3848                         DNAME in a response to an SOA query. [RT #515]
3849
3850  606.   [bug]           Compiling with --disable-threads failed due
3851                         to isc_thread_self() being incorrectly defined
3852                         as an integer rather than a function.
3853
3854  605.   [func]          New function isc_lex_getlasttokentext().
3855
3856  604.   [bug]           The named.conf parser could print incorrect line
3857                         numbers when long comments were present.
3858
3859  603.   [bug]           Make dig handle multiple types or classes on the same
3860                         query more correctly.
3861
3862  602.   [func]          Cope automatically with UnixWare's broken
3863                         IN6_IS_ADDR_* macros. [RT #539]
3864
3865  601.   [func]          Return a non-zero exit code if an update fails
3866                         in nsupdate.
3867
3868  600.   [bug]           Reverse lookups sometimes failed in dig, etc...
3869
3870  599.   [func]          Added four new functions to the libisc log API to
3871                         support i18n messages.  isc_log_iwrite(),
3872                         isc_log_ivwrite(), isc_log_iwrite1() and
3873                         isc_log_ivwrite1() were added.
3874
3875  598.   [bug]           An update-policy statement would cause the server
3876                         to assert while loading. [RT #536]
3877
3878  597.   [func]          dnssec-signzone is now multi-threaded.
3879
3880  596.   [bug]           DNS_RDATASLAB_FORCE and DNS_RDATASLAB_EXACT are
3881                         not mutually exclusive.
3882
3883  595.   [port]          On Linux 2.2, socket() returns EINVAL when it
3884                         should return EAFNOSUPPORT.  Work around this.
3885                         [RT #531]
3886
3887  594.   [func]          sdb drivers are now assumed to not be thread-safe
3888                         unless the DNS_SDBFLAG_THREADSAFE flag is supplied.
3889
3890  593.   [bug]           If a secure zone was missing all its NXTs and
3891                         a dynamic update was attempted, the server entered
3892                         an infinite loop.
3893
3894  592.   [bug]           The sig-validity-interval option now specifies a
3895                         number of days, not seconds.  This matches the
3896                         documentation. [RT #529]
3897
3898         --- 9.1.0b1 released ---
3899
3900  591.   [bug]           Work around non-reentrancy in openssl by disabling
3901                         precomputation in keys.
3902
3903  590.   [doc]           There are now man pages for the lwres library in
3904                         doc/man/lwres.
3905
3906  589.   [bug]           The server could deadlock if a zone was updated
3907                         while being transferred out.
3908
3909  588.   [bug]           ctx->in_use was not being correctly initialized when
3910                         when pushing a file for $INCLUDE. [RT #523]
3911
3912  587.   [func]          A warning is now printed if the "allow-update"
3913                         option allows updates based on the source IP
3914                         address, to alert users to the fact that this
3915                         is insecure and becoming increasingly so as
3916                         servers capable of update forwarding are being
3917                         deployed.
3918
3919  586.   [bug]           multiple views with the same name were fatal. [RT #516]
3920
3921  585.   [func]          dns_db_addrdataset() and and dns_rdataslab_merge()
3922                         now support 'exact' additions in a similar manner to
3923                         dns_db_subtractrdataset() and dns_rdataslab_subtract().
3924
3925  584.   [func]          You can now say 'notify explicit'; to suppress
3926                         notification of the servers listed in NS records
3927                         and notify only those servers listed in the
3928                         'also-notify' option.
3929
3930  583.   [func]          "rndc querylog" will now toggle logging of
3931                         queries, like "ndc querylog" in BIND 8.
3932
3933  582.   [bug]           dns_zone_idetach() failed to lock the zone.
3934                         [RT #199, #463]
3935
3936  581.   [bug]           log severity was not being correctly processed.
3937                         [RT #485]
3938
3939  580.   [func]          Ignore trailing garbage on incoming DNS packets,
3940                         for interoperability with broken server
3941                         implementations. [RT #491]
3942
3943  579.   [bug]           nsupdate did not take a filename to read update from.
3944                         [RT #492]
3945
3946  578.   [func]          New config option "notify-source", to specify the
3947                         source address for notify messages.
3948
3949  577.   [func]          Log illegal RDATA combinations. e.g. multiple
3950                         singlton types, cname and other data.
3951
3952  576.   [doc]           isc_log_create() description did not match reality.
3953
3954  575.   [bug]           isc_log_create() was not setting internal state
3955                         correctly to reflect the default channels created.
3956
3957  574.   [bug]           TSIG signed queries sent by the resolver would fail to
3958                         have their responses validated and would leak memory.
3959
3960  573.   [bug]           The journal files of IXFRed slave zones were
3961                         inadvertantly discarded on server reload, causing
3962                         "journal out of sync with zone" errors on subsequent
3963                         reloads. [RT #482]
3964
3965  572.   [bug]           Quoted strings were not accepted as key names in
3966                         address match lists.
3967
3968  571.   [bug]           It was possible to create an rdataset of singleton
3969                         type which had more than one rdata. [RT #154]
3970                         [RT #279]
3971
3972  570.   [bug]           rbtdb.c allowed zones containing nodes which had
3973                         both a CNAME and "other data". [RT #154]
3974
3975  569.   [func]          The DNSSEC AD bit will not be set on queries which
3976                         have not requested a DNSSEC response.
3977
3978  568.   [func]          Add sample simple database drivers in contrib/sdb.
3979
3980  567.   [bug]           Setting the zone transfer timeout to zero caused an
3981                         assertion failure. [RT #302]
3982
3983  566.   [func]          New public function dns_timer_setidle().
3984
3985  565.   [func]          Log queries more like BIND 8: query logging is now
3986                         done to category "queries", level "info". [RT #169]
3987
3988  564.   [func]          Add sortlist support to lwresd.
3989
3990  563.   [func]          New public functions dns_rdatatype_format() and
3991                         dns_rdataclass_format(), for convenient formatting
3992                         of rdata type/class mnemonics in log messages.
3993
3994  562.   [cleanup]       Moved lib/dns/*conf.c to bin/named where they belong.
3995
3996  561.   [func]          The 'datasize', 'stacksize', 'coresize' and 'files'
3997                         clauses of the options{} statement are now implemented.
3998
3999  560.   [bug]           dns_name_split did not properly the resulting prefix
4000                         when a maximal length bitstring label was split which
4001                         was preceded by another bitstring label. [RT #429]
4002
4003  559.   [bug]           dns_name_split did not properly create the suffix
4004                         when splitting within a maximal length bitstring label.
4005
4006  558.   [func]          New functions, isc_resource_getlimit and
4007                         isc_resource_setlimit.
4008
4009  557.   [func]          Symbolic constants for libisc integral types.
4010
4011  556.   [func]          The DNSSEC OK bit in the EDNS extended flags
4012                         is now implemented.  Responses to queries without
4013                         this bit set will not contain any DNSSEC records.
4014
4015  555.   [bug]           A slave server attempting a zone transfer could
4016                         crash with an assertion failure on certain
4017                         malformed responses from the master. [RT #457]
4018
4019  554.   [bug]           In some cases, not all of the dnssec tools were
4020                         properly installed.
4021
4022  553.   [bug]           Incoming zone transfers deferred due to quota
4023                         were not started when quota was increased but
4024                         only when a transfer in progress finished. [RT #456]
4025
4026  552.   [bug]           We were not correctly detecting the end of all c-style
4027                         comments. [RT #455]
4028
4029  551.   [func]          Implemented the 'sortlist' option.
4030
4031  550.   [func]          Support unknown rdata types and classes.
4032
4033  549.   [bug]           "make" did not immediately abort the build when a
4034                         subdirectory make failed [RT #450].
4035
4036  548.   [func]          The lexer now ungets tokens more correctly.
4037
4038  546.   [func]          Option 'lame-ttl' is now implemented.
4039
4040  545.   [func]          Name limit and counting options removed from dig;
4041                         they didn't work properly, and cannot be correctly
4042                         implemented without significant changes.
4043
4044  544.   [func]          Add statistics option, enable statistics-file option,
4045                         add RNDC option "dump-statistics" to write out a
4046                         query statistics file.
4047
4048  543.   [doc]           The 'port' option is now documented.
4049
4050  542.   [func]          Add support for update forwarding as required for
4051                         full compliance with RFC2136.  It is turned off
4052                         by default and can be enabled using the
4053                         'allow-update-forwarding' option.
4054
4055  541.   [func]          Add bogus server support.
4056
4057  540.   [func]          Add dialup support.
4058
4059  539.   [func]          Support the blackhole option.
4060
4061  538.   [bug]           fix buffer overruns by 1 in lwres_getnameinfo().
4062
4063  536.   [func]          Use transfer-source{-v6} when sending refresh queries.
4064                         Transfer-source{-v6} now take a optional port
4065                         parameter for setting the UDP source port.  The port
4066                         parameter is ignored for TCP.
4067
4068  535.   [func]          Use transfer-source{-v6} when forwarding update
4069                         requests.
4070
4071  534.   [func]          Ancestors have been removed from RBT chains.  Ancestor
4072                         information can be discerned via node parent pointers.
4073
4074  533.   [func]          Incorporated name hashing into the RBT database to
4075                         improve search speed.
4076
4077  532.   [func]          Implement DNS UPDATE pseudo records using
4078                         DNS_RDATA_UPDATE flag.
4079
4080  531.   [func]          Rdata really should be initialized before being assigned
4081                         to (dns_rdata_fromwire(), dns_rdata_fromtext(),
4082                         dns_rdata_clone(), dns_rdata_fromregion()),
4083                         check that it is.
4084
4085  530.   [func]          New function dns_rdata_invalidate().
4086
4087  529.   [bug]           521 contained a bug which caused zones to always
4088                         reload.  [RT #410]
4089
4090  528.   [func]          The ISC_LIST_XXXX macros now perform sanity checks
4091                         on their arguments.  ISC_LIST_XXXXUNSAFE can be use
4092                         to skip the checks however use with caution.
4093
4094  527.   [func]          New function dns_rdata_clone().
4095
4096  526.   [bug]           nsupdate incorrectly refused to add RRs with a TTL
4097                         of 0.
4098
4099  525.   [func]          New arguments 'options' for dns_db_subtractrdataset(),
4100                         and 'flags' for dns_rdataslab_subtract() allowing you
4101                         to request that the RR's must exist prior to deletion.
4102                         DNS_R_NOTEXACT is returned if the condition is not met.
4103
4104  524.   [func]          The 'forward' and 'forwarders' statement in
4105                         non-forward zones should work now.
4106
4107  523.   [doc]           The source to the Administrator Reference Manual is
4108                         now an XML file using the DocBook DTD, and is included
4109                         in the distribution.  The plain text version of the
4110                         ARM is temporarily unavailable while we figure out
4111                         how to generate readable plain text from the XML.
4112
4113  522.   [func]          The lightweight resolver daemon can now use
4114                         a real configuration file, and its functionality
4115                         can be provided by a name server.  Also, the -p and -P
4116                         options to lwresd have been reversed.
4117
4118  521.   [bug]           Detect master files which contain $INCLUDE and always
4119                         reload. [RT #196]
4120
4121  520.   [bug]           Upgraded libtool to 1.3.5, which makes shared
4122                         library builds almost work on AIX (and possibly
4123                         others).
4124
4125  519.   [bug]           dns_name_split() would improperly split some bitstring
4126                         labels, zeroing a few of the least signficant bits in
4127                         the prefix part.  When such an improperly created
4128                         prefix was returned to the RBT database, the bogus
4129                         label was dutifully stored, corrupting the tree.
4130                         [RT #369]
4131
4132  518.   [bug]           The resolver did not realize that a DNAME which was
4133                         "the answer" to the client's query was "the answer",
4134                         and such queries would fail. [RT #399]
4135
4136  517.   [bug]           The resolver's DNAME code would trigger an assertion
4137                         if there was more than one DNAME in the chain.
4138                         [RT #399]
4139
4140  516.   [bug]           Cache lookups which had a NULL node pointer, e.g.
4141                         those by dns_view_find(), and which would match a
4142                         DNAME, would trigger an INSIST(!search.need_cleanup)
4143                         assertion. [RT #399]
4144
4145  515.   [bug]           The ssu table was not being attached / detached
4146                         by dns_zone_[sg]etssutable. [RT#397]
4147
4148  514.   [func]          Retry refresh and notify queries if they timeout.
4149                         [RT #388]
4150
4151  513.   [func]          New functionality added to rdnc and server to allow
4152                         individual zones to be refreshed or reloaded.
4153
4154  512.   [bug]           The zone transfer code could throw an execption with
4155                         an invalid IXFR stream.
4156
4157  511.   [bug]           The message code could throw an assertion on an
4158                         out of memory failure. [RT #392]
4159
4160  510.   [bug]           Remove spurious view notify warning. [RT #376]
4161
4162  509.   [func]          Add support for write of zone files on shutdown.
4163
4164  508.   [func]          dns_message_parse() can now do a best-effort
4165                         attempt, which should allow dig to print more invalid
4166                         messages.
4167
4168  507.   [func]          New functions dns_zone_flush(), dns_zt_flushanddetach()
4169                         and dns_view_flushanddetach().
4170
4171  506.   [func]          Do not fail to start on errors in zone files.
4172
4173  505.   [bug]           nsupdate was printing "unknown result code". [RT #373]
4174
4175  504.   [bug]           The zone was not being marked as dirty when updated via
4176                         IXFR.
4177
4178  503.   [bug]           dumptime was not being set along with
4179                         DNS_ZONEFLG_NEEDDUMP.
4180
4181  502.   [func]          On a SERVFAIL reply, DiG will now try the next server
4182                         in the list, unless the +fail option is specified.
4183
4184  501.   [bug]           Incorrect port numbers were being displayed by
4185                         nslookup. [RT #352]
4186
4187  500.   [func]          Nearly useless +details option removed from DiG.
4188
4189  499.   [func]          In DiG, specifying a class with -c or type with -t
4190                         changes command-line parsing so that classes and
4191                         types are only recognized if following -c or -t.
4192                         This allows hosts with the same name as a class or
4193                         type to be looked up.
4194
4195  498.   [doc]           There is now a man page for "dig"
4196                         in doc/man/bin/dig.1.
4197
4198  497.   [bug]           The error messages printed when an IP match list
4199                         contained a network address with a nonzero host
4200                         part where not sufficiently detailed. [RT #365]
4201
4202  496.   [bug]           named didn't sanity check numeric parameters. [RT #361]
4203
4204  495.   [bug]           nsupdate was unable to handle large records. [RT #368]
4205
4206  494.   [func]          Do not cache NXDOMAIN responses for SOA queries.
4207
4208  493.   [func]          Return non-cachable (ttl = 0) NXDOMAIN responses
4209                         for SOA queries.  This makes it easier to locate
4210                         the containing zone without polluting intermediate
4211                         caches.
4212
4213  492.   [bug]           attempting to reload a zone caused the server fail
4214                         to shutdown cleanly. [RT #360]
4215
4216  491.   [bug]           nsupdate would segfault when sending certain
4217                         prerequisites with empty RDATA. [RT #356]
4218
4219  490.   [func]          When a slave/stub zone has not yet successfully
4220                         obtained an SOA containing the zone's configured
4221                         retry time, perform the SOA query retries using
4222                         exponential backoff. [RT #337]
4223
4224  489.   [func]          The zone manager now has a "i/o" queue.
4225
4226  488.   [bug]           Locks weren't properly destroyed in some cases.
4227
4228  487.   [port]          flockfile() is not defined on all systems.
4229
4230  486.   [bug]           nslookup: "set all" and "server" commands showed
4231                         the incorrect port number if a port other than 53
4232                         was specified. [RT #352]
4233
4234  485.   [func]          When dig had more than one server to query, it would
4235                         send all of the messages at the same time.  Add
4236                         rate limiting of the transmitted messages.
4237
4238  484.   [bug]           When the server was reloaded after removing addresses
4239                         from the named.conf "listen-on" statement, sockets
4240                         were still listening on the removed addresses due
4241                         to reference count loops. [RT #325]
4242
4243  483.   [bug]           nslookup: "set all" showed a "search" option but it
4244                         was not settable.
4245
4246  482.   [bug]           nslookup: a plain "server" or "lserver" should be
4247                         treated as a lookup.
4248
4249  481.   [bug]           nslookup:get_next_command() stack size could exceed
4250                         per thread limit.
4251
4252  480.   [bug]           strtok() is not thread safe. [RT #349]
4253
4254  479.   [func]          The test suite can now be run by typing "make check"
4255                         or "make test" at the top level.
4256
4257  478.   [bug]           "make install" failed if the directory specified with
4258                         --prefix did not already exist.
4259
4260  477.   [bug]           The the isc-config.sh script could be installed before
4261                         its directory was created. [RT #324]
4262
4263  476.   [bug]           A zone could expire while a zone transfer was in
4264                         progress triggering a INSIST failure. [RT #329]
4265
4266  475.   [bug]           query_getzonedb() sometimes returned a non-null version
4267                         on failure.  This caused assertion failures when
4268                         generating query responses where names subject to
4269                         additional section processing pointed to a zone
4270                         to which access had been denied by means of the
4271                         allow-query option. [RT #336]
4272
4273  474.   [bug]           The mnemonic of the CHAOS class is CH according to
4274                         RFC1035, but it was printed and read only as CHAOS.
4275                         We now accept both forms as input, and print it
4276                         as CH. [RT #305]
4277
4278  473.   [bug]           nsupdate overran the end of the list of name servers
4279                         when no servers could be reached, typically causing
4280                         it to print the error message "dns_request_create:
4281                         not implemented".
4282
4283  472.   [bug]           Off-by-one error caused isc_time_add() to sometimes
4284                         produce invalid time values.
4285
4286  471.   [bug]           nsupdate didn't compile on HP/UX 10.20
4287
4288  470.   [func]          $GENERATE is now supported.  See also
4289                         doc/misc/migration.
4290
4291  469.   [bug]           "query-source address * port 53;" now works.
4292
4293  468.   [bug]           dns_master_load*() failed to report file and line
4294                         number in certain error conditions.
4295
4296  467.   [bug]           dns_master_load*() failed to log an error if
4297                         pushfile() failed.
4298
4299  466.   [bug]           dns_master_load*() could return success when it failed.
4300
4301  465.   [cleanup]       Allow 0 to be set as an omapi_value_t value by
4302                         omapi_value_storeint().
4303
4304  464.   [cleanup]       Build with openssl's RSA code instead of dnssafe.
4305
4306  463.   [bug]           nsupdate sent malformed SOA queries to the second
4307                         and subsequent name servers in resolv.conf if the
4308                         query sent to the first one failed.
4309
4310  462.   [bug]           --disable-ipv6 should work now.
4311
4312  461.   [bug]           Specifying an unknown key in the "keys" clause of the
4313                         "controls" statement caused a NULL pointer dereference.
4314                         [RT #316]
4315
4316  460.   [bug]           Much of the DNSSEC code only worked with class IN.
4317
4318  459.   [bug]           Nslookup processed the "set" command incorrectly.
4319
4320  458.   [bug]           Nslookup didn't properly check class and type values.
4321                         [RT #305]
4322
4323  457.   [bug]           Dig/host/hslookup didn't properly handle connect
4324                         timeouts in certain situations, causing an
4325                         unnecessary warning message to be printed.
4326
4327  456.   [bug]           Stub zones were not resetting the refresh and expire
4328                         counters, loadtime or clearing the DNS_ZONE_REFRESH
4329                         (refresh in progress) flag upon successful update.
4330                         This disabled further refreshing of the stub zone,
4331                         causing it to eventually expire. [RT #300]
4332
4333  455.   [doc]           Document IPv4 prefix notation does not require a
4334                         dotted decimal quad but may be just dotted decimal.
4335
4336  454.   [bug]           Enforce dotted decimal and dotted decimal quad where
4337                         documented as such in named.conf. [RT #304, RT #311]
4338
4339  453.   [bug]           Warn if the obsolete option "maintain-ixfr-base"
4340                         is specified in named.conf. [RT #306]
4341
4342  452.   [bug]           Warn if the unimplemented option "statistics-file"
4343                         is specified in named.conf. [RT #301]
4344
4345  451.   [func]          Update forwarding implememted.
4346
4347  450.   [func]          New function ns_client_sendraw().
4348
4349  449.   [bug]           isc_bitstring_copy() only works correctly if the
4350                         two bitstrings have the same lsb0 value, but this
4351                         requirement was not documented, nor was there a
4352                         REQUIRE for it.
4353
4354  448.   [bug]           Host output formatting change, to match v8. [RT #255]
4355
4356  447.   [bug]           Dig didn't properly retry in TCP mode after
4357                         a truncated reply. [RT #277]
4358
4359  446.   [bug]           Confusing notify log message. [RT #298]
4360
4361  445.   [bug]           Doing a 0 bit isc_bitstring_copy() of an lsb0
4362                         bitstring triggered a REQUIRE statement.  The REQUIRE
4363                         statement was incorrect. [RT #297]
4364
4365  444.   [func]          "recursion denied" messages are always logged at
4366                         debug level 1, now, rather than sometimes at ERROR.
4367                         This silences these warnings in the usual case, where
4368                         some clients set the RD bit in all queries.
4369
4370  443.   [bug]           When loading a master file failed because of an
4371                         unrecognized RR type name, the error message
4372                         did not include the file name and line number.
4373                         [RT #285]
4374
4375  442.   [bug]           TSIG signed messages that did not match any view
4376                         crashed the server. [RT #290]
4377
4378  441.   [bug]           Nodes obscured by a DNAME were inaccessible even
4379                         when DNS_DBFIND_GLUEOK was set.
4380
4381  440.   [func]          New function dns_zone_forwardupdate().
4382
4383  439.   [func]          New function dns_request_createraw().
4384
4385  438.   [func]          New function dns_message_getrawmessage().
4386
4387  437.   [func]          Log NOTIFY activity to the notify channel.
4388
4389  436.   [bug]           If recvmsg() returned EHOSTUNREACH or ENETUNREACH,
4390                         which sometimes happens on Linux, named would enter
4391                         a busy loop.  Also, unexpected socket errors were
4392                         not logged at a high enough logging level to be
4393                         useful in diagnosing this situation. [RT #275]
4394
4395  435.   [bug]           dns_zone_dump() overwrote existing zone files
4396                         rather than writing to a temporary file and
4397                         renaming.  This could lead to empty or partial
4398                         zone files being left around in certain error
4399                         conditions involving the initial transfer of a
4400                         slave zone, interfering with subsequent server
4401                         startup. [RT #282]
4402
4403  434.   [func]          New function isc_file_isabsolute().
4404
4405  433.   [func]          isc_base64_decodestring() now accepts newlines
4406                         within the base64 data.  This makes it possible
4407                         to break up the key data in a "trusted-keys"
4408                         statement into multiple lines. [RT #284]
4409
4410  432.   [func]          Added refresh/retry jitter.  The actual refresh/
4411                         retry time is now a random value between 75% and
4412                         100% of the configured value.
4413
4414  431.   [func]          Log at ISC_LOG_INFO when a zone is successfully
4415                         loaded.
4416
4417  430.   [bug]           Rewrote the lightweight resolver client management
4418                         code to handle shutdown correctly and general
4419                         cleanup.
4420
4421  429.   [bug]           The space reserved for a TSIG record in a response
4422                         was 2 bytes too short, leading to message
4423                         generation failures.
4424
4425  428.   [bug]           rbtdb.c:find_closest_nxt() erroneously returned
4426                         DNS_R_BADDB for nodes which had neither NXT nor SIG NXT
4427                         (e.g. glue).  This could cause SERVFAILs when
4428                         generating negative responses in a secure zone.
4429
4430  427.   [bug]           Avoid going into an infinite loop when the validator
4431                         gets a negative response to a key query where the
4432                         records are signed by the missing key.
4433
4434  426.   [bug]           Attempting to generate an oversized RSA key could
4435                         cause dnssec-keygen to dump core.
4436
4437  425.   [bug]           Warn about the auth-nxdomain default value change
4438                         if there is no auth-nxdomain statement in the
4439                         config file. [RT #287]
4440
4441  424.   [bug]           notify_createmessage() could trigger an assertion
4442                         failure when creating the notify message failed,
4443                         e.g. due to corrupt zones with multiple SOA records.
4444                         [RT #279]
4445
4446  423.   [bug]           When responding to a recusive query, errors that occur
4447                         after following a CNAME should cause the query to fail.
4448                         [RT #274]
4449
4450  422.   [func]          get rid of isc_random_t, and make isc_random_get()
4451                         and isc_random_jitter() use rand() internally
4452                         instead of local state.  Note that isc_random_*()
4453                         functions are only for weak, non-critical "randomness"
4454                         such as timing jitter and such.
4455
4456  421.   [bug]           nslookup would exit when given a blank line as input.
4457
4458  420.   [bug]           nslookup failed to implement the "exit" command.
4459
4460  419.   [bug]           The certificate type PKIX was misspelled as SKIX.
4461
4462  418.   [bug]           At debug levels >= 10, getting an unexpected
4463                         socket receive error would crash the server
4464                         while trying to log the error message.
4465
4466  417.   [func]          Add isc_app_block() and isc_app_unblock(), which
4467                         allow an application to handle signals while
4468                         blocking.
4469
4470  416.   [bug]           Slave zones with no master file tried to use a
4471                         NULL pointer for a journal file name when they
4472                         received an IXFR. [RT #273]
4473
4474  415.   [bug]           The logging code leaked file descriptors.
4475
4476  414.   [bug]           Server did not shut down until all incoming zone
4477                         transfers were finished.
4478
4479  413.   [bug]           Notify could attempt to use the zone database after
4480                         it had been unloaded. [RT#267]
4481
4482  412.   [bug]           named -v didn't print the version.
4483
4484  411.   [bug]           A typo in the HS A code caused an assertion failure.
4485
4486  410.   [bug]           lwres_gethostbyname() and company set lwres_h_errno
4487                         to a random value on success.
4488
4489  409.   [bug]           If named was shut down early in the startup
4490                         process, ns_omapi_shutdown() would attempt to lock
4491                         an unintialized mutex. [RT #262]
4492
4493  408.   [bug]           stub zones could leak memory and reference counts if
4494                         all the masters were unreachable.
4495
4496  407.   [bug]           isc_rwlock_lock() would needlessly block
4497                         readers when it reached the read quota even
4498                         if no writers were waiting.
4499
4500  406.   [bug]           Log messages were occasionally lost or corrupted
4501                         due to a race condition in isc_log_doit().
4502
4503  405.   [func]          Add support for selective forwarding (forward zones)
4504
4505  404.   [bug]           The request library didn't completely work with IPv6.
4506
4507  403.   [bug]           "host" did not use the search list.
4508
4509  402.   [bug]           Treat undefined acls as errors, rather than
4510                         warning and then later throwing an assertion.
4511                         [RT #252]
4512
4513  401.   [func]          Added simple database API.
4514
4515  400.   [bug]           SIG(0) signing and verifying was done incorrectly.
4516                         [RT #249]
4517
4518  399.   [bug]           When reloading the server with a config file
4519                         containing a syntax error, it could catch an
4520                         assertion failure trying to perform zone
4521                         maintenance on, or sending notifies from,
4522                         tentatively created zones whose views were
4523                         never fully configured and lacked an address
4524                         database and request manager.
4525
4526  398.   [bug]           "dig" sometimes caught an assertion failure when
4527                         using TSIG, depending on the key length.
4528
4529  397.   [func]          Added utility functions dns_view_gettsig() and
4530                         dns_view_getpeertsig().
4531
4532  396.   [doc]           There is now a man page for "nsupdate"
4533                         in doc/man/bin/nsupdate.8.
4534
4535  395.   [bug]           nslookup printed incorrect RR type mnemonics
4536                         for RRs of type >= 21 [RT #237].
4537
4538  394.   [bug]           Current name was not propagated via $INCLUDE.
4539
4540  393.   [func]          Initial answer while loading (awl) support.
4541                         Entry points: dns_master_loadfileinc(),
4542                         dns_master_loadstreaminc(), dns_master_loadbufferinc().
4543                         Note: calls to dns_master_load*inc() should be rate
4544                         be rate limited so as to not use up all file
4545                         descriptors.
4546
4547  392.   [func]          Add ISC_R_FAMILYNOSUPPORT.  Returned when OS does
4548                         not support the given address family requested.
4549
4550  391.   [clarity]       ISC_R_FAMILY -> ISC_R_FAMILYMISMATCH.
4551
4552  390.   [func]          The function dns_zone_setdbtype() now takes
4553                         an argc/argv style vector of words and sets
4554                         both the zone database type and its arguments,
4555                         making the functions dns_zone_adddbarg()
4556                         and dns_zone_cleardbargs() unnecessary.
4557
4558  389.   [bug]           Attempting to send a reqeust over IPv6 using
4559                         dns_request_create() on a system without IPv6
4560                         support caused an assertion failure [RT #235].
4561
4562  388.   [func]          dig and host can now do reverse ipv6 lookups.
4563
4564  387.   [func]          Add dns_byaddr_createptrname(), which converts
4565                         an address into the name used by a PTR query.
4566
4567  386.   [bug]           Missing strdup() of ACL name caused random
4568                         ACL matching failures [RT #228].
4569
4570  385.   [cleanup]       Removed functions dns_zone_equal(), dns_zone_print(),
4571                         and dns_zt_print().
4572
4573  384.   [bug]           nsupdate was incorrectly limiting TTLs to 65535 instead
4574                         of 2147483647.
4575
4576  383.   [func]          When writing a master file, print the SOA and NS
4577                         records (and their SIGs) before other records.
4578
4579  382.   [bug]           named -u failed on many Linux systems where the
4580                         libc provided kernel headers do not match
4581                         the current kernel.
4582
4583  381.   [bug]           Check for IPV6_RECVPKTINFO and use it instead of
4584                         IPV6_PKTINFO if found. [RT #229]
4585
4586  380.   [bug]           nsupdate didn't work with IPv6.
4587
4588  379.   [func]          New library function isc_sockaddr_anyofpf().
4589
4590  378.   [func]          named and lwresd will log the command line arguments
4591                         they were started with in the "starting ..." message.
4592
4593  377.   [bug]           When additional data lookups were refused due to
4594                         "allow-query", the databases were still being
4595                         attached causing reference leaks.
4596
4597  376.   [bug]           The server should always use good entropy when
4598                         performing cryptographic functions needing entropy.
4599
4600  375.   [bug]           Per-zone "allow-query" did not properly override the
4601                         view/global one for CNAME targets and additional
4602                         data [RT #220].
4603
4604  374.   [bug]           SOA in authoritative negative responses had wrong TTL.
4605
4606  373.   [func]          nslookup is now installed by "make install".
4607
4608  372.   [bug]           Deal with Microsoft DNS servers appending two bytes of
4609                         garbage to zone transfer requests.
4610
4611  371.   [bug]           At high debug levels, doing an outgoing zone transfer
4612                         of a very large RRset could cause an assertion failure
4613                         during logging.
4614
4615  370.   [bug]           The error messages for rollforward failures were
4616                         overly terse.
4617
4618  369.   [func]          Support new named.conf options, view and zone
4619                         statements:
4620
4621                                 max-retry-time, min-retry-time,
4622                                 max-refresh-time, min-refresh-time.
4623
4624  368.   [func]          Restructure the internal ".bind" view so that more
4625                         zones can be added to it.
4626
4627  367.   [bug]           Allow proper selection of server on nslookup command
4628                         line.
4629
4630  366.   [func]          Allow use of '-' batch file in dig for stdin.
4631
4632  365.   [bug]           nsupdate -k leaked memory.
4633
4634  364.   [func]          Added additional-from-{cache,auth}
4635
4636  362.   [bug]           rndc no longer aborts if the configuration file is
4637                         missing an options statement. [RT #209]
4638
4639  361.   [func]          When the RBT find or chain functions set the name and
4640                         origin for a node that stores the root label
4641                         the name is now set to an empty name, instead of ".",
4642                         to simplify later use of the name and origin by
4643                         dns_name_concatenate(), dns_name_totext() or
4644                         dns_name_format().
4645
4646  360.   [func]          dns_name_totext() and dns_name_format() now allow
4647                         an empty name to be passed, which is formatted as "@".
4648
4649  359.   [bug]           dnssec-signzone occasionally signed glue records.
4650
4651  358.   [cleanup]       Rename the intermediate files used by the dnssec
4652                         programs.
4653
4654  357.   [bug]           The zone file parser crashed if the argument
4655                         to $INCLUDE was a quoted string.
4656
4657  356.   [cleanup]       isc_task_send no longer requires event->sender to
4658                         be non-null.
4659
4660  355.   [func]          Added isc_dir_createunique(), similar to mkdtemp().
4661
4662  354.   [doc]           Man pages for the dnssec tools are now included in
4663                         the distribution, in doc/man/dnssec.
4664
4665  353.   [bug]           double increment in lwres/gethost.c:copytobuf().
4666                         [RT# 187]
4667
4668  352.   [bug]           Race condition in dns_client_t startup could cause
4669                         an assertion failure.
4670
4671  351.   [bug]           Constructing a response with rcode SERVFAIL to a TSIG
4672                         signed query could crash the server.
4673
4674  350.   [bug]           Also-notify lists specified in the global options
4675                         block were not correctly reference counted, causing
4676                         a memory leak.
4677
4678  349.   [bug]           Processing a query with the CD bit set now works
4679                         as expected.
4680
4681  348.   [func]          New boolean named.conf options 'additional-from-auth'
4682                         and 'additional-from-cache' now supported in view and
4683                         global options statement.
4684
4685  347.   [bug]           Don't crash if an argument is left off options in dig.
4686
4687  346.   [func]          Add support for .digrc config file, in the
4688                         user's current directory.
4689
4690  345.   [bug]           Large-scale changes/cleanups to dig:
4691                         * Significantly improve structure handling
4692                         * Don't pre-load entire batch files
4693                         * Add name/rr counting/limiting
4694                         * Fix SIGINT handling
4695                         * Shorten timeouts to match v8's behavior
4696
4697  344.   [bug]           When shutting down, lwresd sometimes tried
4698                         to shut down its client tasks twice,
4699                         triggering an assertion.
4700
4701  343.   [bug]           Although zone maintenance SOA queries and
4702                         notify requests were signed with TSIG keys
4703                         when configured for the server in case,
4704                         the TSIG was not verified on the response.
4705
4706  342.   [bug]           The wrong name was being passed to
4707                         dns_name_dup() when generating a TSIG
4708                         key using TKEY.
4709
4710  341.   [func]          Support 'key' clause in named.conf zone masters
4711                         statement to allow authentication via TSIG keys:
4712
4713                                 masters {
4714                                         10.0.0.1 port 5353 key "foo";
4715                                         10.0.0.2 ;
4716                                 };
4717
4718  340.   [bug]           The top-level COPYRIGHT file was missing from
4719                         the distribution.
4720
4721  339.   [bug]           DNSSEC validation of the response to an ANY
4722                         query at a name with a CNAME RR in a secure
4723                         zone triggered an assertion failure.
4724
4725  338.   [bug]           lwresd logged to syslog as named, not lwresd.
4726
4727  337.   [bug]           "dig" did not recognize "nsap-ptr" as an RR type
4728                         on the command line.
4729
4730  336.   [bug]           "dig -f" used 64 k of memory for each line in
4731                         the file.  It now uses much less, though still
4732                         proportionally to the file size.
4733
4734  335.   [bug]           named would occasionally attempt recursion when
4735                         it was disallowed or undesired.
4736
4737  334.   [func]          Added hmac-md5 to libisc.
4738
4739  333.   [bug]           The resolver incorrectly accepted referrals to
4740                         domains that were not parents of the query name,
4741                         causing assertion failures.
4742
4743  332.   [func]          New function dns_name_reset().
4744
4745  331.   [bug]           Only log "recursion denied" if RD is set. [RT #178]
4746
4747  330.   [bug]           Many debugging messages were partially formatted
4748                         even when debugging was turned off, causing a
4749                         significant decrease in query performance.
4750
4751  329.   [func]          omapi_auth_register() now takes a size_t argument for
4752                         the length of a key's secret data.  Previously
4753                         OMAPI only stored secrets up to the first NUL byte.
4754
4755  328.   [func]          Added isc_base64_decodestring().
4756
4757  327.   [bug]           rndc.conf parser wasn't correctly recognising an IP
4758                         address where a host specification was required.
4759
4760  326.   [func]          'keys' in an 'inet' control statement is now
4761                         required and must have at least one item in it.
4762                         A "not supported" warning is now issued if a 'unix'
4763                         control channel is defined.
4764
4765  325.   [bug]           isc_lex_gettoken was processing octal strings when
4766                         ISC_LEXOPT_CNUMBER was not set.
4767
4768  324.   [func]          In the resolver, turn EDNS0 off if there is no
4769                         response after a number of retransmissions.
4770                         This is to allow queries some chance of succeeding
4771                         even if all the authoritative servers of a zone
4772                         silently discard EDNS0 requests instead of
4773                         sending an error response like they ought to.
4774
4775  323.   [bug]           dns_rbt_findname() did not ignore empty rbt nodes.
4776                         Because of this, servers authoritative for a parent
4777                         and grandchild zone but not authoritative for the
4778                         intervening child zone did not correctly issue
4779                         referrals to the servers of the child zone.
4780
4781  322.   [bug]           Queries for KEY RRs are now sent to the parent
4782                         server before the authoritative one, making
4783                         DNSSEC insecurity proofs work in many cases
4784                         where they previously didn't.
4785
4786  321.   [bug]           When synthesizing a CNAME RR for a DNAME
4787                         response, query_addcname() failed to intitialize
4788                         the type and class of the CNAME dns_rdata_t,
4789                         causing random failures.
4790
4791  320.   [func]          Multiple rndc changes: parses an rndc.conf file,
4792                         uses authentication to talk to named, command
4793                         line syntax changed.  This will all be described
4794                         in the ARM.
4795
4796  319.   [func]          The named.conf "controls" statement is now used
4797                         to configure the OMAPI command channel.
4798
4799  318.   [func]          dns_c_ndcctx_destroy() could never return anything
4800                         except ISC_R_SUCCESS; made it have void return instead.
4801
4802  317.   [func]          Use callbacks from libomapi to determine if a
4803                         new connection is valid, and if a key requested
4804                         to be used with that connection is valid.
4805
4806  316.   [bug]           Generate a warning if we detect an unexpected <eof>
4807                         but treat as <eol><eof>.
4808
4809  315.   [bug]           Handle non-empty blanks lines. [RT #163]
4810
4811  314.   [func]          The named.conf controls statement can now have
4812                         more than one key specified for the inet clause.
4813
4814  313.   [bug]           When parsing resolv.conf, don't terminate on an
4815                         error.  Instead, parse as much as possible, but
4816                         still return an error if one was found.
4817
4818  312.   [bug]           Increase the number of allowed elements in the
4819                         resolv.conf search path from 6 to 8.  If there
4820                         are more than this, ignore the remainder rather
4821                         than returning a failure in lwres_conf_parse.
4822
4823  311.   [bug]           lwres_conf_parse failed when the first line of
4824                         resolv.conf was empty or a comment.
4825
4826  310.   [func]          Changes to named.conf "controls" statement (inet
4827                         subtype only)
4828
4829                           - support "keys" clause
4830
4831                                 controls {
4832                                    inet * port 1024
4833                                         allow { any; } keys { "foo"; }
4834                                 }
4835
4836                           - allow "port xxx" to be left out of statement,
4837                             in which case it defaults to omapi's default port
4838                             of 953.
4839
4840  309.   [bug]           When sending a referral, the server did not look
4841                         for name server addresses as glue in the zone
4842                         holding the NS RRset in the case where this zone
4843                         was not the same as the one where it looked for
4844                         name server addresses as authoritative data.
4845
4846  308.   [bug]           Treat a SOA record not at top of zone as an error
4847                         when loading a zone. [RT #154]
4848
4849  307.   [bug]           When canceling a query, the resolver didn't check for
4850                         isc_socket_sendto() calls that did not yet have their
4851                         completion events posted, so it could (rarely) end up
4852                         destroying the query context and then want to use
4853                         it again when the send event posted, triggering an
4854                         assertion as it tried to cancel an already-canceled
4855                         query.  [RT #77]
4856
4857  306.   [bug]           Reading HMAC-MD5 private key files didn't work.
4858
4859  305.   [bug]           When reloading the server with a config file
4860                         containing a syntax error, it could catch an
4861                         assertion failure trying to perform zone
4862                         maintenance on tentatively created zones whose
4863                         views were never fully configured and lacked
4864                         an address database.
4865
4866  304.   [bug]           If more than LWRES_CONFMAXNAMESERVERS servers
4867                         are listed in resolv.conf, silently ignore them
4868                         instead of returning failure.
4869
4870  303.   [bug]           Add additional sanity checks to differentiate a AXFR
4871                         response vs a IXFR response. [RT #157]
4872
4873  302.   [bug]           In dig, host, and nslookup, MXNAME should be large
4874                         enough to hold any legal domain name in presentation
4875                         format + terminating NULL.
4876
4877  301.   [bug]           Uninitialized pointer in host:printmessage(). [RT #159]
4878
4879  300.   [bug]           Using both <isc/net.h> and <lwres/net.h> didn't work
4880                         on platforms lacking IPv6 because each included their
4881                         own ipv6 header file for the missing definitions.  Now
4882                         each library's ipv6.h defines the wrapper symbol of
4883                         the other (ISC_IPV6_H and LWRES_IPV6_H).
4884
4885  299.   [cleanup]       Get the user and group information before changing the
4886                         root directory, so the administrator does not need to
4887                         keep a copy of the user and group databases in the
4888                         chroot'ed environment.  Suggested by Hakan Olsson.
4889
4890  298.   [bug]           A mutex deadlock occurred during shutdown of the
4891                         interface manager under certain conditions.
4892                         Digital Unix systems were the most affected.
4893
4894  297.   [bug]           Specifying a key name that wasn't fully qualified
4895                         in certain parts of the config file could cause
4896                         an assertion failure.
4897
4898  296.   [bug]           "make install" from a separate build directory
4899                         failed unless configure had been run in the source
4900                         directory, too.
4901
4902  295.   [bug]           When invoked with type==CNAME and a message
4903                         not constructed by dns_message_parse(),
4904                         dns_message_findname() failed to find anything
4905                         due to checking for attribute bits that are set
4906                         only in dns_message_parse().  This caused an
4907                         infinite loop when constructing the response to
4908                         an ANY query at a CNAME in a secure zone.
4909
4910  294.   [bug]           If we run out of space in while processing glue
4911                         when reading a master file and commit "current name"
4912                         reverts to "name_current" instead of staying as
4913                         "name_glue".
4914
4915  293.   [port]          Add support for FreeBSD 4.0 system tests.
4916
4917  292.   [bug]           Due to problems with the way some operating systems
4918                         handle simultaneous listening on IPv4 and IPv6
4919                         addresses, the server no longer listens on IPv6
4920                         addresses by default.  To revert to the previous
4921                         behavior, specify "listen-on-v6 { any; };" in
4922                         the config file.
4923
4924  291.   [func]          Caching servers no longer send outgoing queries
4925                         over TCP just because the incoming recursive query
4926                         was a TCP one.
4927
4928  290.   [cleanup]       +twiddle option to dig (for testing only) removed.
4929
4930  289.   [cleanup]       dig is now installed in $bindir instead of $sbindir.
4931                         host is now installed in $bindir.  (Be sure to remove
4932                         any $sbindir/dig from a previous release.)
4933
4934  288.   [func]          rndc is now installed by "make install" into $sbindir.
4935
4936  287.   [bug]           rndc now works again as "rndc 127.1 reload" (for
4937                         only that task).  Parsing its configuration file and
4938                         using digital signatures for authentication has been
4939                         disabled until named supports the "controls" statement,
4940                         post-9.0.0.
4941
4942  286.   [bug]           On Solaris 2, when named inherited a signal state
4943                         where SIGHUP had the SIG_IGN action, SIGHUP would
4944                         be ignored rather than causing the server to reload
4945                         its configuration.
4946
4947  285.   [bug]           A change made to the dst API for beta4 inadvertently
4948                         broke OMAPI's creation of a dst key from an incoming
4949                         message, causing an assertion to be triggered.  Fixed.
4950
4951  284.   [func]          The DNSSEC key generation and signing tools now
4952                         generate randomness from keyboard input on systems
4953                         that lack /dev/random.
4954
4955  283.   [cleanup]       The 'lwresd' program is now a link to 'named'.
4956
4957  282.   [bug]           The lexer now returns ISC_R_RANGE if parsed integer is
4958                         too big for an unsigned long.
4959
4960  281.   [bug]           Fixed list of recognized config file category names.
4961
4962  280.   [func]          Add isc-config.sh, which can be used to more
4963                         easily build applications that link with
4964                         our libraries.
4965
4966  279.   [bug]           Private omapi function symbols shared between
4967                         two or more files in libomapi.a were not namespace
4968                         protected using the ISC convention of starting with
4969                         the library name and two underscores ("omapi__"...)
4970
4971  278.   [bug]           bin/named/logconf.c:category_fromconf() didn't take
4972                         note of when isc_log_categorybyname() wasn't able
4973                         to find the category name and would then apply the
4974                         channel list of the unknown category to all categories.
4975
4976  277.   [bug]           isc_log_categorybyname() and isc_log_modulebyname()
4977                         would fail to find the first member of any category
4978                         or module array apart from the internal defaults.
4979                         Thus, for example, the "notify" category was improperly
4980                         configured by named.
4981
4982  276.   [bug]           dig now supports maximum sized TCP messages.
4983
4984  275.   [bug]           The definition of lwres_gai_strerror() was missing
4985                         the lwres_ prefix.
4986
4987  274.   [bug]           TSIG AXFR verify failed when talking to a BIND 8
4988                         server.
4989
4990  273.   [func]          The default for the 'transfer-format' option is
4991                         now 'many-answers'.  This will break zone transfers
4992                         to BIND 4.9.5 and older unless there is an explicit
4993                         'one-answer' configuration.
4994
4995  272.   [bug]           The sending of large TCP responses was canceled
4996                         in mid-transmission due to a race condition
4997                         caused by the failure to set the client object's
4998                         "newstate" variable correctly when transitioning
4999                         to the "working" state.
5000
5001  271.   [func]          Attempt to probe the number of cpus in named
5002                         if unspecified rather than defaulting to 1.
5003
5004  270.   [func]          Allow maximum sized TCP answers.
5005
5006  269.   [bug]           Failed DNSSEC validations could cause an assertion
5007                         failure by causing clone_results() to be called with
5008                         with hevent->node == NULL.
5009
5010  268.   [doc]           A plain text version of the Administrator
5011                         Reference Manual is now included in the distribution,
5012                         as doc/arm/Bv9ARM.txt.
5013
5014  267.   [func]          Nsupdate is now provided in the distribution.
5015
5016  266.   [bug]           zone.c:save_nsrrset() node was not initialized.
5017
5018  265.   [bug]           dns_request_create() now works for TCP.
5019
5020  264.   [func]          Dispatch can not take TCP sockets in connecting
5021                         state.  Set DNS_DISPATCHATTR_CONNECTED when calling
5022                         dns_dispatch_createtcp() for connected TCP sockets
5023                         or call dns_dispatch_starttcp() when the socket is
5024                         connected.
5025
5026  263.   [func]          New logging channel type 'stderr'
5027
5028                                 channel some-name {
5029                                         stderr;
5030                                         severity error;
5031                                 }
5032
5033  262.   [bug]           'master' was not initialized in zone.c:stub_callback().
5034
5035  261.   [func]          Add dns_zone_markdirty().
5036
5037  260.   [bug]           Running named as a non-root user failed on Linux
5038                         kernels new enough to support retaining capabilities
5039                         after setuid().
5040
5041  259.   [func]          New random-device and random-seed-file statements
5042                         for global options block of named.conf. Both accept
5043                         a single string argument.
5044
5045  258.   [bug]           Fixed printing of lwres_addr_t.address field.
5046
5047  257.   [bug]           The server detached the last zone manager reference
5048                         too early, while it could still be in use by queries.
5049                         This manifested itself as assertion failures during the
5050                         shutdown process for busy name servers. [RT #133]
5051
5052  256.   [func]          isc_ratelimiter_t now has attach/detach semantics, and
5053                         isc_ratelimiter_shutdown guarantees that the rate
5054                         limiter is detached from its task.
5055
5056  255.   [func]          New function dns_zonemgr_attach().
5057
5058  254.   [bug]           Suppress "query denied" messages on additional data
5059                         lookups.
5060
5061         --- 9.0.0b4 released ---
5062
5063  253.   [func]          resolv.conf parser now recognises ';' and '#' as
5064                         comments (anywhere in line, not just as the beginning).
5065
5066  252.   [bug]           resolv.conf parser mishandled masks on sortlists.
5067                         It also aborted when an unrecognized keyword was seen,
5068                         now it silently ignores the entire line.
5069
5070  251.   [bug]           lwresd caught an assertion failure on startup.
5071
5072  250.   [bug]           fixed handling of size+unit when value would be too
5073                         large for internal representation.
5074
5075  249.   [cleanup]       max-cache-size config option now takes a size-spec
5076                         like 'datasize', except 'default' is not allowed.
5077
5078  248.   [bug]           global lame-ttl option was not being printed when
5079                         config structures were written out.
5080
5081  247.   [cleanup]       Rename cache-size config option to max-cache-size.
5082
5083  246.   [func]          Rename global option cachesize to cache-size and
5084                         add corresponding option to view statement.
5085
5086  245.   [bug]           If an uncompressed name will take more than 255
5087                         bytes and the buffer is sufficiently long,
5088                         dns_name_fromwire should return DNS_R_FORMERR,
5089                         not ISC_R_NOSPACE.  This bug caused cause the
5090                         server to catch an assertion failure when it
5091                         received a query for a name longer than 255
5092                         bytes.
5093
5094  244.   [bug]           empty named.conf file and empty options statement are
5095                         now parsed properly.
5096
5097  243.   [func]          new cachesize option for named.conf
5098
5099  242.   [cleanup]       fixed incorrect warning about auth-nxdomain usage.
5100
5101  241.   [cleanup]       nscount and soacount have been removed from the
5102                         dns_master_*() argument lists.
5103
5104  240.   [func]          databases now come in three flavours: zone, cache
5105                         and stub.
5106
5107  239.   [func]          If ISC_MEM_DEBUG is enabled, the variable
5108                         isc_mem_debugging controls whether messages
5109                         are printed or not.
5110
5111  238.   [cleanup]       A few more compilation warnings have been quieted:
5112                         + missing sigwait prototype on BSD/OS 4.0/4.0.1.
5113                         + PTHREAD_ONCE_INIT unbraced initializer warnings on
5114                                 Solaris 2.8.
5115                         + IN6ADDR_ANY_INIT unbraced initializer warnings on
5116                                 BSD/OS 4.*, Linux and Solaris 2.8.
5117
5118  237.   [bug]           If connect() returned ENOBUFS when the resolver was
5119                         initiating a TCP query, the socket didn't get
5120                         destroyed, and the server did not shut down cleanly.
5121
5122  236.   [func]          Added new listen-on-v6 config file statement.
5123
5124  235.   [func]          Consider it a config file error if a listen-on
5125                         statement has an IPv6 address in it, or a
5126                         listen-on-v6 statement has an IPv4 address in it.
5127
5128  234.   [bug]           Allow a trusted-key's first field (domain-name) be
5129                         either a quoted or an unquoted string, instead of
5130                         requiring a quoted string.
5131
5132  233.   [cleanup]       Convert all config structure integer values to unsigned
5133                         integer (isc_uint32_t) to match grammer.
5134
5135  232.   [bug]           Allow slave zones to not have a file.
5136
5137  231.   [func]          Support new 'port' clause in config file options
5138                         section. Causes 'listen-on', 'masters' and
5139                         'also-notify' statements to use its value instead of
5140                         default (53).
5141
5142  230.   [func]          Replace the dst sign/verify API with a cleaner one.
5143
5144  229.   [func]          Support config file sig-validity-interval statement
5145                         in options, views and zone statements (master
5146                         zones only).
5147
5148  228.   [cleanup]       Logging messages in config module stripped of
5149                         trailing period.
5150
5151  227.   [cleanup]       The enumerated identifiers dns_rdataclass_*,
5152                         dns_rcode_*, dns_opcode_*, and dns_trust_* are
5153                         also now cast to their appropriate types, as with
5154                         dns_rdatatype_* in item number 225 below.
5155
5156  226.   [func]          dns_name_totext() now always prints the root name as
5157                         '.', even when omit_final_dot is true.
5158
5159  225.   [cleanup]       The enumerated dns_rdatatype_* identifiers are now
5160                         cast to dns_rdatatype_t via macros of their same name
5161                         so that they are of the proper integral type wherever
5162                         a dns_rdatatype_t is needed.
5163
5164  224.   [cleanup]       The entire project builds cleanly with gcc's
5165                         -Wcast-qual and -Wwrite-strings warnings enabled,
5166                         which is now the default when using gcc.  (Warnings
5167                         from confparser.c, because of yacc's code, are
5168                         unfortunately to be expected.)
5169
5170  223.   [func]          Several functions were reprototyped to qualify one
5171                         or more of their arguments with "const".  Similarly,
5172                         several functions that return pointers now have
5173                         those pointers qualified with const.
5174
5175  222.   [bug]           The global 'also-notify' option was ignored.
5176
5177  221.   [bug]           An uninitialized variable was sometimes passed to
5178                         dns_rdata_freestruct() when loading a zone, causing
5179                         an assertion failure.
5180
5181  220.   [cleanup]       Set the default outgoing port in the view, and
5182                         set it in sockaddrs returned from the ADB.
5183                         [31-May-2000 explorer]
5184
5185  219.   [bug]           Signed truncated messages more correctly follow
5186                         the respective specs.
5187
5188  218.   [func]          When an rdataset is signed, its ttl is normalized
5189                         based on the signature validity period.
5190
5191  217.   [func]          Also-notify and trusted-keys can now be used in
5192                         the 'view' statement.
5193
5194  216.   [func]          The 'max-cache-ttl' and 'max-ncache-ttl' options
5195                         now work.
5196
5197  215.   [bug]           Failures at certain points in request processing
5198                         could cause the assertion INSIST(client->lockview
5199                         == NULL) to be triggered.
5200
5201  214.   [func]          New public function isc_netaddr_format(), for
5202                         formatting network addresses in log messages.
5203
5204  213.   [bug]           Don't leak memory when reloading the zone if
5205                         an update-policy clause was present in the old zone.
5206
5207  212.   [func]          Added dns_message_get/settsigkey, to make TSIG
5208                         key management reasonable.
5209
5210  211.   [func]          The 'key' and 'server' statements can now occur
5211                         inside 'view' statements.
5212
5213  210.   [bug]           The 'allow-transfer' option was ignored for slave
5214                         zones, and the 'transfers-per-ns' option was
5215                         was ignored for all zones.
5216
5217  209.   [cleanup]       Upgraded openssl files to new version 0.9.5a
5218
5219  208.   [func]          Added ISC_OFFSET_MAXIMUM for the maximum value
5220                         of an isc_offset_t.
5221
5222  207.   [func]          The dnssec tools properly use the logging subsystem.
5223
5224  206.   [cleanup]       dst now stores the key name as a dns_name_t, not
5225                         a char *.
5226
5227  205.   [cleanup]       On IRIX, turn off the mostly harmless warnings 1692
5228                         ("prototyped function redeclared without prototype")
5229                         and 1552 ("variable ... set but not used") when
5230                         compiling in the lib/dns/sec/{dnssafe,openssl}
5231                         directories, which contain code imported from outside
5232                         sources.
5233
5234  204.   [cleanup]       On HP/UX, pass +vnocompatwarnings to the linker
5235                         to quiet the warnings that "The linked output may not
5236                         run on a PA 1.x system."
5237
5238  203.   [func]          notify and zone soa queries are now tsig signed when
5239                         appropriate.
5240
5241  202.   [func]          isc_lex_getsourceline() changed from returning int
5242                         to returning unsigned long, the type of its underlying
5243                         counter.
5244
5245  201.   [cleanup]       Removed the test/sdig program, it has been
5246                         replaced by bin/dig/dig.
5247
5248
5249         --- 9.0.0b3 released ---
5250
5251  200.   [bug]           Failures in sending query responses to clients
5252                         (e.g., running out of network buffers) were
5253                         not logged.
5254
5255  199.   [bug]           isc_heap_delete() sometimes violated the heap
5256                         invariant, causing timer events not to be posted
5257                         when due.
5258
5259  198.   [func]          Dispatch managers hold memory pools which
5260                         any managed dispatcher may use.  This allows
5261                         us to avoid dipping into the memory context for
5262                         most allocations. [19-May-2000 explorer]
5263
5264  197.   [bug]           When an incoming AXFR or IXFR completes, the
5265                         zone's internal state is refreshed from the
5266                         SOA data. [19-May-2000 explorer]
5267
5268  196.   [func]          Dispatchers can be shared easily between views
5269                         and/or interfaces. [19-May-2000 explorer]
5270
5271  195.   [bug]           Including the NXT record of the root domain
5272                         in a negative response caused an assertion
5273                         failure.
5274
5275  194.   [doc]           The PDF version of the Administrator's Reference
5276                         Manual is no longer included in the ISC BIND9
5277                         distribution.
5278
5279  193.   [func]          changed dst_key_free() prototype.
5280
5281  192.   [bug]           Zone configuration validation is now done at end
5282                         of config file parsing, and before loading
5283                         callbacks.
5284
5285  191.   [func]          Patched to compile on UnixWare 7.x.  This platform
5286                         is not directly supported by the ISC.
5287
5288  190.   [cleanup]       The DNSSEC tools have been moved to a separate
5289                         directory dnssec/ and given the following new,
5290                         more descriptive names:
5291
5292                               dnssec-keygen
5293                               dnssec-signzone
5294                               dnssec-signkey
5295                               dnssec-makekeyset
5296
5297                         Their command line arguments have also been changed to
5298                         be more consistent.  dnssec-keygen now prints the
5299                         name of the generated key files (sans extension)
5300                         on standard output to simplify its use in automated
5301                         scripts.
5302
5303  189.   [func]          isc_time_secondsastimet(), a new function, will ensure
5304                         that the number of seconds in an isc_time_t does not
5305                         exceed the range of a time_t, or return ISC_R_RANGE.
5306                         Similarly, isc_time_now(), isc_time_nowplusinterval(),
5307                         isc_time_add() and isc_time_subtract() now check the
5308                         range for overflow/underflow.  In the case of
5309                         isc_time_subtract, this changed a calling requirement
5310                         (ie, something that could generate an assertion)
5311                         into merely a condition that returns an error result.
5312                         isc_time_add() and isc_time_subtract() were void-
5313                         valued before but now return isc_result_t.
5314
5315  188.   [func]          Log a warning message when an incoming zone transfer
5316                         contains out-of-zone data.
5317
5318  187.   [func]          isc_ratelimter_enqueue() has an additional argument
5319                         'task'.
5320
5321  186.   [func]          dns_request_getresponse() has an additional argument
5322                         'preserve_order'.
5323
5324  185.   [bug]           Fixed up handling of ISC_MEMCLUSTER_LEGACY.  Several
5325                         public functions did not have an isc__ prefix, and
5326                         referred to functions that had previously been
5327                         renamed.
5328
5329  184.   [cleanup]       Variables/functions which began with two leading
5330                         underscores were made to conform to the ANSI/ISO
5331                         standard, which says that such names are reserved.
5332
5333  183.   [func]          ISC_LOG_PRINTTAG option for log channels.  Useful
5334                         for logging the program name or other identifier.
5335
5336  182.   [cleanup]       New commandline parameters for dnssec tools
5337
5338  181.   [func]          Added dst_key_buildfilename and dst_key_parsefilename
5339
5340  180.   [func]          New isc_result_t ISC_R_RANGE.  Supersedes DNS_R_RANGE.
5341
5342  179.   [func]          options named.conf statement *must* now come
5343                         before any zone or view statements.
5344
5345  178.   [func]          Post-load of named.conf check verifies a slave zone
5346                         has non-empty list of masters defined.
5347
5348  177.   [func]          New per-zone boolean:
5349
5350                                 enable-zone yes | no ;
5351
5352                         intended to let a zone be disabled without having
5353                         to comment out the entire zone statement.
5354
5355  176.   [func]          New global and per-view option:
5356
5357                                 max-cache-ttl number
5358
5359  175.   [func]          New global and per-view option:
5360
5361                                 additional-data internal | minimal | maximal;
5362
5363  174.   [func]          New public function isc_sockaddr_format(), for
5364                         formatting socket addresses in log messages.
5365
5366  173.   [func]          Keep a queue of zones waiting for zone transfer
5367                         quota so that a new transfer can be dispatched
5368                         immediately whenever quota becomes available.
5369
5370  172.   [bug]           $TTL directive was sometimes missing from dumped
5371                         master files because totext_ctx_init() failed to
5372                         initialize ctx->current_ttl_valid.
5373
5374  171.   [cleanup]       On NetBSD systems, the mit-pthreads or
5375                         unproven-pthreads library is now always used
5376                         unless --with-ptl2 is explicitly specified on
5377                         the configure command line.  The
5378                         --with-mit-pthreads option is no longer needed
5379                         and has been removed.
5380
5381  170.   [cleanup]       Remove inter server consistancy checks from zone,
5382                         these should return as a seperate module in 9.1.
5383                         dns_zone_checkservers(), dns_zone_checkparents(),
5384                         dns_zone_checkchildren(), dns_zone_checkglue().
5385
5386                         Remove dns_zone_setadb(), dns_zone_setresolver(),
5387                         dns_zone_setrequestmgr() these should now be found
5388                         via the view.
5389
5390  169.   [func]          ratelimiter can now process N events per interval.
5391
5392  168.   [bug]           include statements in named.conf caused syntax errors
5393                         due to not consuming the semicolon ending the include
5394                         statement before switching input streams.
5395
5396  167.   [bug]           Make lack of masters for a slave zone a soft error.
5397
5398  166.   [bug]           Keygen was overwriting existing keys if key_id
5399                         conflicted, now it will retry, and non-null keys
5400                         with key_id == 0 are not generated anymore.  Key
5401                         was not able to generate NOAUTHCONF DSA key,
5402                         increased RSA key size to 2048 bits.
5403
5404  165.   [cleanup]       Silence "end-of-loop condition not reached" warnings
5405                         from Solaris compiler.
5406
5407  164.   [func]          Added functions isc_stdio_open(), isc_stdio_close(),
5408                         isc_stdio_seek(), isc_stdio_read(), isc_stdio_write(),
5409                         isc_stdio_flush(), isc_stdio_sync(), isc_file_remove()
5410                         to encapsulate nonportable usage of errno and sync.
5411
5412  163.   [func]          Added result codes ISC_R_FILENOTFOUND and
5413                         ISC_R_FILEEXISTS.
5414
5415  162.   [bug]           Ensure proper range for arguments to ctype.h functions.
5416
5417  161.   [cleanup]       error in yyparse prototype that only HPUX caught.
5418
5419  160.   [cleanup]       getnet*() are not going to be implemented at this
5420                         stage.
5421
5422  159.   [func]          Redefinition of config file elements is now an
5423                         error (instead of a warning).
5424
5425  158.   [bug]           Log channel and category list copy routines
5426                         weren't assigning properly to output parameter.
5427
5428  157.   [port]          Fix missing prototype for getopt().
5429
5430  156.   [func]          Support new 'database' statement in zone.
5431
5432                                 database "quoted-string";
5433
5434  155.   [bug]           ns_notify_start() was not detaching the found zone.
5435
5436  154.   [func]          The signer now logs libdns warnings to stderr even when
5437                         not verbose, and in a nicer format.
5438
5439  153.   [func]          dns_rdata_tostruct() 'mctx' is now optional.  If 'mctx'
5440                         is NULL then you need to preserve the 'rdata' until
5441                         you have finished using the structure as there may be
5442                         references to the associated memory.  If 'mctx' is
5443                         non-NULL it is guaranteed that there are no references
5444                         to memory associated with 'rdata'.
5445
5446                         dns_rdata_freestruct() must be called if 'mctx' was
5447                         non-NULL and may safely be called if 'mctx' was NULL.
5448
5449  152.   [bug]           keygen dumped core if domain name argument was omitted
5450                         from command line.
5451
5452  151.   [func]          Support 'disabled' statement in zone config (causes
5453                         zone to be parsed and then ignored). Currently must
5454                         come after the 'type' clause.
5455
5456  150.   [func]          Support optional ports in masters and also-notify
5457                         statements:
5458
5459                                 masters [ port xxx ] { y.y.y.y [ port zzz ] ; }
5460
5461  149.   [cleanup]       Removed usused argument 'olist' from
5462                         dns_c_view_unsetordering().
5463
5464  148.   [cleanup]       Stop issuing some warnings about some configuration
5465                         file statements that were not implemented, but now are.
5466
5467  147.   [bug]           Changed yacc union size to be smaller for yaccs that
5468                         put yacc-stack on the real stack.
5469
5470  146.   [cleanup]       More general redundant header file cleanup.  Rather
5471                         than continuing to itemize every header which changed,
5472                         this changelog entry just notes that if a header file
5473                         did not need another header file that it was including
5474                         in order to provide its advertized functionality, the
5475                         inclusion of the other header file was removed.  See
5476                         util/check-includes for how this was tested.
5477
5478  145.   [cleanup]       Added <isc/lang.h> and ISC_LANG_BEGINDECLS/
5479                         ISC_LANG_ENDDECLS to header files that had function
5480                         prototypes, and removed it from those that did not.
5481
5482  144.   [cleanup]       libdns header files too numerous to name were made
5483                         to conform to the same style for multiple inclusion
5484                         protection.
5485
5486  143.   [func]          Added function dns_rdatatype_isknown().
5487
5488  142.   [cleanup]       <isc/stdtime.h> does not need <time.h> or
5489                         <isc/result.h>.
5490
5491  141.   [bug]           Corrupt requests with multiple questions could
5492                         cause an assertion failure.
5493
5494  140.   [cleanup]       <isc/time.h> does not need <time.h> or <isc/result.h>.
5495
5496  139.   [cleanup]       <isc/net.h> now includes <isc/types.h> instead of
5497                         <isc/int.h> and <isc/result.h>.
5498
5499  138.   [cleanup]       isc_strtouq moved from str.[ch] to string.[ch] and
5500                         renamed isc_string_touint64.  isc_strsep moved from
5501                         strsep.c to string.c and renamed isc_string_separate.
5502
5503  137.   [cleanup]       <isc/commandline.h>, <isc/mem.h>, <isc/print.h>
5504                         <isc/serial.h>, <isc/string.h> and <isc/offset.h>
5505                         made to conform to the same style for multiple
5506                         inclusion protection.
5507
5508  136.   [cleanup]       <isc/commandline.h>, <isc/interfaceiter.h>,
5509                         <isc/net.h> and Win32's <isc/thread.h> needed
5510                         ISC_LANG_BEGINDECLS/ISC_LANG_ENDDECLS.
5511
5512  135.   [cleanup]       Win32's <isc/condition.h> did not need <isc/result.h>
5513                         or <isc/boolean.h>, now uses <isc/types.h> in place
5514                         of <isc/time.h>, and needed ISC_LANG_BEGINDECLS
5515                         and ISC_LANG_ENDDECLS.
5516
5517  134.   [cleanup]       <isc/dir.h> does not need <limits.h>.
5518
5519  133.   [cleanup]       <isc/ipv6.h> needs <isc/platform.h>.
5520
5521  132.   [cleanup]       <isc/app.h> does not need <isc/task.h>, but does
5522                         need <isc/eventclass.h>.
5523
5524  131.   [cleanup]       <isc/mutex.h> and <isc/util.h> need <isc/result.h>
5525                         for ISC_R_* codes used in macros.
5526
5527  130.   [cleanup]       <isc/condition.h> does not need <pthread.h> or
5528                         <isc/boolean.h>, and now includes <isc/types.h>
5529                         instead of <isc/time.h>.
5530
5531  129.   [bug]           The 'default_debug' log channel was not set up when
5532                         'category default' was present in the config file
5533
5534  128.   [cleanup]       <isc/dir.h> had ISC_LANG_BEGINDECLS instead of
5535                         ISC_LANG_ENDDECLS at end of header.
5536
5537  127.   [cleanup]       The contracts for the comparision routines
5538                         dns_name_fullcompare(), dns_name_compare(),
5539                         dns_name_rdatacompare(), and dns_rdata_compare() now
5540                         specify that the order value returned is < 0, 0, or > 0
5541                         instead of -1, 0, or 1.
5542
5543  126.   [cleanup]       <isc/quota.h> and <isc/taskpool.h> need <isc/lang.h>.
5544
5545  125.   [cleanup]       <isc/eventclass.h>, <isc/ipv6.h>, <isc/magic.h>,
5546                         <isc/mutex.h>, <isc/once.h>, <isc/region.h>, and
5547                         <isc/resultclass.h> do not need <isc/lang.h>.
5548
5549  124.   [func]          signer now imports parent's zone key signature
5550                         and creates null keys/sets zone status bit for
5551                         children when necessary
5552
5553  123.   [cleanup]       <isc/event.h> does not need <stddef.h>.
5554
5555  122.   [cleanup]       <isc/task.h> does not need <isc/mem.h> or
5556                         <isc/result.h>.
5557
5558  121.   [cleanup]       <isc/symtab.h> does not need <isc/mem.h> or
5559                         <isc/result.h>.  Multiple inclusion protection
5560                         symbol fixed from ISC_SYMBOL_H to ISC_SYMTAB_H.
5561                         isc_symtab_t moved to <isc/types.h>.
5562
5563  120.   [cleanup]       <isc/socket.h> does not need <isc/boolean.h>,
5564                         <isc/bufferlist.h>, <isc/task.h>, <isc/mem.h> or
5565                         <isc/net.h>.
5566
5567  119.   [cleanup]       structure definitions for generic rdata stuctures do
5568                         not have _generic_ in their names.
5569
5570  118.   [cleanup]       libdns.a is now namespace-clean, on NetBSD, excepting
5571                         YACC crust (yyparse, etc) [2000-apr-27 explorer]
5572
5573  117.   [cleanup]       libdns.a changes:
5574                         dns_zone_clearnotify() and dns_zone_addnotify()
5575                         are replaced by dns_zone_setnotifyalso().
5576                         dns_zone_clearmasters() and dns_zone_addmaster()
5577                         are replaced by dns_zone_setmasters().
5578
5579  116.   [func]          Added <isc/offset.h> for isc_offset_t (aka off_t
5580                         on Unix systems).
5581
5582  115.   [port]          Shut up the -Wmissing-declarations warning about
5583                         <stdio.h>'s __sputaux on BSD/OS pre-4.1.
5584
5585  114.   [cleanup]       <isc/sockaddr.h> does not need <isc/buffer.h> or
5586                         <isc/list.h>.
5587
5588  113.   [func]          Utility programs dig and host added.
5589
5590  112.   [cleanup]       <isc/serial.h> does not need <isc/boolean.h>.
5591
5592  111.   [cleanup]       <isc/rwlock.h> does not need <isc/result.h> or
5593                         <isc/mutex.h>.
5594
5595  110.   [cleanup]       <isc/result.h> does not need <isc/boolean.h> or
5596                         <isc/list.h>.
5597
5598  109.   [bug]           "make depend" did nothing for
5599                         bin/tests/{db,mem,sockaddr,tasks,timers}/.
5600
5601  108.   [cleanup]       DNS_SETBIT/DNS_GETBIT/DNS_CLEARBIT moved from
5602                         <dns/types.h> to <dns/bit.h> and renamed to
5603                         DNS_BIT_SET/DNS_BIT_GET/DNS_BIT_CLEAR.
5604
5605  107.   [func]          Add keysigner and keysettool.
5606
5607  106.   [func]          Allow dnssec verifications to ignore the validity
5608                         period.  Used by several of the dnssec tools.
5609
5610  105.   [doc]           doc/dev/coding.html expanded with other
5611                         implicit conventions the developers have used.
5612
5613  104.   [bug]           Made compress_add and compress_find static to
5614                         lib/dns/compress.c.
5615
5616  103.   [func]          libisc buffer API changes for <isc/buffer.h>:
5617                         Added:
5618                                 isc_buffer_base(b)          (pointer)
5619                                 isc_buffer_current(b)       (pointer)
5620                                 isc_buffer_active(b)        (pointer)
5621                                 isc_buffer_used(b)          (pointer)
5622                                 isc_buffer_length(b)            (int)
5623                                 isc_buffer_usedlength(b)        (int)
5624                                 isc_buffer_consumedlength(b)    (int)
5625                                 isc_buffer_remaininglength(b)   (int)
5626                                 isc_buffer_activelength(b)      (int)
5627                                 isc_buffer_availablelength(b)   (int)
5628                         Removed:
5629                                 ISC_BUFFER_USEDCOUNT(b)
5630                                 ISC_BUFFER_AVAILABLECOUNT(b)
5631                                 isc_buffer_type(b)
5632                         Changed names:
5633                                 isc_buffer_used(b, r) ->
5634                                         isc_buffer_usedregion(b, r)
5635                                 isc_buffer_available(b, r) ->
5636                                         isc_buffer_available_region(b, r)
5637                                 isc_buffer_consumed(b, r) ->
5638                                         isc_buffer_consumedregion(b, r)
5639                                 isc_buffer_active(b, r) ->
5640                                         isc_buffer_activeregion(b, r)
5641                                 isc_buffer_remaining(b, r) ->
5642                                         isc_buffer_remainingregion(b, r)
5643
5644                         Buffer types were removed, so the ISC_BUFFERTYPE_*
5645                         macros are no more, and the type argument to
5646                         isc_buffer_init and isc_buffer_allocate were removed.
5647                         isc_buffer_putstr is now void (instead of isc_result_t)
5648                         and requires that the caller ensure that there
5649                         is enough available buffer space for the string.
5650
5651  102.   [port]          Correctly detect inet_aton, inet_pton and inet_ptop
5652                         on BSD/OS 4.1.
5653
5654  101.   [cleanup]       Quieted EGCS warnings from lib/isc/print.c.
5655
5656  100.   [cleanup]       <isc/random.h> does not need <isc/int.h> or
5657                         <isc/mutex.h>.  isc_random_t moved to <isc/types.h>.
5658
5659   99.   [cleanup]       Rate limiter now has separate shutdown() and
5660                         destroy() functions, and it guarantees that all
5661                         queued events are delivered even in the shutdown case.
5662
5663   98.   [cleanup]       <isc/print.h> does not need <stdarg.h> or <stddef.h>
5664                         unless ISC_PLATFORM_NEEDVSNPRINTF is defined.
5665
5666   97.   [cleanup]       <isc/ondestroy.h> does not need <stddef.h> or
5667                         <isc/event.h>.
5668
5669   96.   [cleanup]       <isc/mutex.h> does not need <isc/result.h>.
5670
5671   95.   [cleanup]       <isc/mutexblock.h> does not need <isc/result.h>.
5672
5673   94.   [cleanup]       Some installed header files did not compile as C++.
5674
5675   93.   [cleanup]       <isc/msgcat.h> does not need <isc/result.h>.
5676
5677   92.   [cleanup]       <isc/mem.h> does not need <stddef.h>, <isc/boolean.h>,
5678                         or <isc/result.h>.
5679
5680   91.   [cleanup]       <isc/log.h> does not need <sys/types.h> or
5681                         <isc/result.h>.
5682
5683   90.   [cleanup]       Removed unneeded ISC_LANG_BEGINDECLS/ISC_LANG_ENDDECLS
5684                         from <named/listenlist.h>.
5685
5686   89.   [cleanup]       <isc/lex.h> does not need <stddef.h>.
5687
5688   88.   [cleanup]       <isc/interfaceiter.h> does not need <isc/result.h> or
5689                         <isc/mem.h>.  isc_interface_t and isc_interfaceiter_t
5690                         moved to <isc/types.h>.
5691
5692   87.   [cleanup]       <isc/heap.h> does not need <isc/boolean.h>,
5693                         <isc/mem.h> or <isc/result.h>.
5694
5695   86.   [cleanup]       isc_bufferlist_t moved from <isc/bufferlist.h> to
5696                         <isc/types.h>.
5697
5698   85.   [cleanup]       <isc/bufferlist.h> does not need <isc/buffer.h>,
5699                         <isc/list.h>, <isc/mem.h>, <isc/region.h> or
5700                         <isc/int.h>.
5701
5702   84.   [func]          allow-query ACL checks now apply to all data
5703                         added to a response.
5704
5705   83.   [func]          If the server is authoritative for both a
5706                         delegating zone and its (nonsecure) delegatee, and
5707                         a query is made for a KEY RR at the top of the
5708                         delegatee, then the server will look for a KEY
5709                         in the delegator if it is not found in the delegatee.
5710
5711   82.   [cleanup]       <isc/buffer.h> does not need <isc/list.h>.
5712
5713   81.   [cleanup]       <isc/int.h> and <isc/boolean.h> do not need
5714                         <isc/lang.h>.
5715
5716   80.   [cleanup]       <isc/print.h> does not need <stdio.h> or <stdlib.h>.
5717
5718   79.   [cleanup]       <dns/callbacks.h> does not need <stdio.h>.
5719
5720   78.   [cleanup]       lwres_conftest renamed to lwresconf_test for
5721                         consistency with other *_test programs.
5722
5723   77.   [cleanup]       typedef of isc_time_t and isc_interval_t moved from
5724                         <isc/time.h> to <isc/types.h>.
5725
5726   76.   [cleanup]       Rewrote keygen.
5727
5728   75.   [func]          Don't load a zone if its database file is older
5729                         than the last time the zone was loaded.
5730
5731   74.   [cleanup]       Removed mktemplate.o and ufile.o from libisc.a,
5732                         subsumed by file.o.
5733
5734   73.   [func]          New "file" API in libisc, including new function
5735                         isc_file_getmodtime, isc_mktemplate renamed to
5736                         isc_file_mktemplate and isc_ufile renamed to
5737                         isc_file_openunique.  By no means an exhaustive API,
5738                         it is just what's needed for now.
5739
5740   72.   [func]          DNS_RBTFIND_NOPREDECESSOR and DNS_RBTFIND_NOOPTIONS
5741                         added for dns_rbt_findnode, the former to disable the
5742                         setting of the chain to the predecessor, and the
5743                         latter to make clear when no options are set.
5744
5745   71.   [cleanup]       Made explicit the implicit REQUIREs of
5746                         isc_time_seconds, isc_time_nanoseconds, and
5747                         isc_time_subtract.
5748
5749   70.   [func]          isc_time_set() added.
5750
5751   69.   [bug]           The zone object's master and also-notify lists grew
5752                         longer with each server reload.
5753
5754   68.   [func]          Partial support for SIG(0) on incoming messages.
5755
5756   67.   [performance]   Allow use of alternate (compile-time supplied)
5757                         OpenSSL libraries/headers.
5758
5759   66.   [func]          Data in authoritative zones should have a trust level
5760                         beyond secure.
5761
5762   65.   [cleanup]       Removed obsolete typedef of dns_zone_callbackarg_t
5763                         from <dns/types.h>.
5764
5765   64.   [func]          The RBT, DB, and zone table APIs now allow the
5766                         caller find the most-enclosing superdomain of
5767                         a name.
5768
5769   63.   [func]          Generate NOTIFY messages.
5770
5771   62.   [func]          Add UDP refresh support.
5772
5773   61.   [cleanup]       Use single quotes consistently in log messages.
5774
5775   60.   [func]          Catch and disallow singleton types on message
5776                         parse.
5777
5778   59.   [bug]           Cause net/host unreachable to be a hard error
5779                         when sending and receiving.
5780
5781   58.   [bug]           bin/named/query.c could sometimes trigger the
5782                         (client->query.attributes & NS_QUERYATTR_NAMEBUFUSED)
5783                         == 0 assertion in query_newname().
5784
5785   57.   [func]          Added dns_nxt_typepresent()
5786
5787   56.   [bug]           SIG records were not properly returned in cached
5788                         negative answers.
5789
5790   55.   [bug]           Responses containing multiple names in the authority
5791                         section were not negatively cached.
5792
5793   54.   [bug]           If a fetch with sigrdataset==NULL joined one with
5794                         sigrdataset!=NULL or vice versa, the resolver
5795                         could catch an assertion or lose signature data,
5796                         respectively.
5797
5798   53.   [port]          freebsd 4.0: lib/isc/unix/socket.c requires
5799                         <sys/param.h>.
5800
5801   52.   [bug]           rndc: taskmgr and socketmgr were not initialized
5802                         to NULL.
5803
5804   51.   [cleanup]       dns/compress.h and dns/zt.h did not need to include
5805                         dns/rbt.h; it was needed only by compress.c and zt.c.
5806
5807   50.   [func]          RBT deletion no longer requires a valid chain to work,
5808                         and dns_rbt_deletenode was added.
5809
5810   49.   [func]          Each cache now has its own mctx.
5811
5812   48.   [func]          isc_task_create() no longer takes an mctx.
5813                         isc_task_mem() has been eliminated.
5814
5815   47.   [func]          A number of modules now use memory context reference
5816                         counting.
5817
5818   46.   [func]          Memory contexts are now reference counted.
5819                         Added isc_mem_inuse() and isc_mem_preallocate().
5820                         Renamed isc_mem_destroy_check() to
5821                         isc_mem_setdestroycheck().
5822
5823   45.   [bug]           The trusted-key statement incorrectly loaded keys.
5824
5825   44.   [bug]           Don't include authority data if it would force us
5826                         to unset the AD bit in the message.
5827
5828   43.   [bug]           DNSSEC verification of cached rdatasets was failing.
5829
5830   42.   [cleanup]       Simplified logging of messages with embedded domain
5831                         names by introducing a new convenience function
5832                         dns_name_format().
5833
5834   41.   [func]          Use PR_SET_KEEPCAPS on Linux 2.3.99-pre3 and later
5835                         to allow 'named' to run as a non-root user while
5836                         retaining the ability to bind() to privileged
5837                         ports.
5838
5839   40.   [func]          Introduced new logging category "dnssec" and
5840                         logging module "dns/validator".
5841
5842   39.   [cleanup]       Moved the typedefs for isc_region_t, isc_textregion_t,
5843                         and isc_lex_t to <isc/types.h>.
5844
5845   38.   [bug]           TSIG signed incoming zone transfers work now.
5846
5847   37.   [bug]           If the first RR in an incoming zone transfer was
5848                         not an SOA, the server died with an assertion failure
5849                         instead of just reporting an error.
5850
5851   36.   [cleanup]       Change DNS_R_SUCCESS (and others) to ISC_R_SUCCESS
5852
5853   35.   [performance]   Log messages which are of a level too high to be
5854                         logged by any channel in the logging configuration
5855                         will not cause the log mutex to be locked.
5856
5857   34.   [bug]           Recursion was allowed even with 'recursion no'.
5858
5859   33.   [func]          The RBT now maintains a parent pointer at each node.
5860
5861   32.   [cleanup]       bin/lwresd/client.c needs <string.h> for memset()
5862                         prototype.
5863
5864   31.   [bug]           Use ${LIBTOOL} to compile bin/named/main.@O@.
5865
5866   30.   [func]          config file grammer change to support optional
5867                         class type for a view.
5868
5869   29.   [func]          support new config file view options:
5870
5871                                 auth-nxdomain recursion query-source
5872                                 query-source-v6 transfer-source
5873                                 transfer-source-v6 max-transfer-time-out
5874                                 max-transfer-idle-out transfer-format
5875                                 request-ixfr provide-ixfr cleaning-interval
5876                                 fetch-glue notify rfc2308-type1 lame-ttl
5877                                 max-ncache-ttl min-roots
5878
5879   28.   [func]          support lame-ttl, min-roots and serial-queries
5880                         config global options.
5881
5882   27.   [bug]           Only include <netinet6/in6.h> on BSD/OS 4.[01]*.
5883                         Including it on other platforms (eg, NetBSD) can
5884                         cause a forced #error from the C preprocessor.
5885
5886   26.   [func]          new match-clients statement in config file view.
5887
5888   25.   [bug]           make install failed to install <isc/log.h> and
5889                         <isc/ondestroy.h>.
5890
5891   24.   [cleanup]       Eliminate some unnecessary #includes of header
5892                         files from header files.
5893
5894   23.   [cleanup]       Provide more context in log messages about client
5895                         requests, using a new function ns_client_log().
5896
5897   22.   [bug]           SIGs weren't returned in the answer section when
5898                         the query resulted in a fetch.
5899
5900   21.   [port]          Look at STD_CINCLUDES after CINCLUDES during
5901                         compilation, so additional system include directories
5902                         can be searched but header files in the bind9 source
5903                         tree with conflicting names take precedence.  This
5904                         avoids issues with installed versions of dnssafe and
5905                         openssl.
5906
5907   20.   [func]          Configuration file post-load validation of zones
5908                         failed if there were no zones.
5909
5910   19.   [bug]           dns_zone_notifyreceive() failed to unlock the zone
5911                         lock in certain error cases.
5912
5913   18.   [bug]           Use AC_TRY_LINK rather than AC_TRY_COMPILE in
5914                         configure.in to check for presence of in6addr_any.
5915
5916   17.   [func]          Do configuration file post-load validation of zones.
5917
5918   16.   [bug]           put quotes around key names on config file
5919                         output to avoid possible keyword clashes.
5920
5921   15.   [func]          Add dns_name_dupwithoffsets().  This function is
5922                         improves comparison performance for duped names.
5923
5924   14.   [bug]           free_rbtdb() could have 'put' unallocated memory in
5925                         an unlikely error path.
5926
5927   13.   [bug]           lib/dns/master.c and lib/dns/xfrin.c didn't ignore
5928                         out-of-zone data.
5929
5930   12.   [bug]           Fixed possible unitialized variable error.
5931
5932   11.   [bug]           axfr_rrstream_first() didn't check the result code of
5933                         db_rr_iterator_first(), possibly causing an assertion
5934                         to be triggered later.
5935
5936   10.   [bug]           A bug in the code which makes EDNS0 OPT records in
5937                         bin/named/client.c and lib/dns/resolver.c could
5938                         trigger an assertion.
5939
5940    9.   [cleanup]       replaced bit-setting code in confctx.c and replaced
5941                         repeated code with macro calls.
5942
5943    8.   [bug]           Shutdown of incoming zone transfer accessed
5944                         freed memory.
5945
5946    7.   [cleanup]       removed 'listen-on' from view statement.
5947
5948    6.   [bug]           quote RR names when generating config file to
5949                         prevent possible clash with config file keywords
5950                         (such as 'key').
5951
5952    5.   [func]          syntax change to named.conf file: new ssu grant/deny
5953                         statements must now be enclosed by an 'update-policy'
5954                         block.
5955
5956    4.   [port]          bin/named/unix/os.c didn't compile on systems with
5957                         linux 2.3 kernel includes due to conflicts between
5958                         C library includes and the kernel includes.  We now
5959                         get only what we need from <linux/capability.h>, and
5960                         avoid pulling in other linux kernel .h files.
5961
5962    3.   [bug]           TKEYs go in the answer section of responses, not
5963                         the additional section.
5964
5965    2.   [bug]           Generating cryptographic randomness failed on
5966                         systems without /dev/random.
5967
5968    1.   [bug]           The installdirs rule in
5969                         lib/isc/unix/include/isc/Makefile.in had a typo which
5970                         prevented the isc directory from being created if it
5971                         didn't exist.
5972
5973         --- 9.0.0b2 released ---
5974
5975 # This tells Emacs to use hard tabs in this file.
5976 # Local Variables:
5977 # indent-tabs-mode: t
5978 # End: