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