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