diff options
author | Doug Barton <dougb@FreeBSD.org> | 2008-07-03 07:26:14 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2008-07-03 07:26:14 +0000 |
commit | 2389c0df9a2a57b92d9628ac5e06782a2a925f21 (patch) | |
tree | 271744538a34dafdb4f79a9853a4a51869bad6eb /dns/bind96/pkg-descr | |
parent | 04f3fa26e101e6c1f6cf4741fb20d0ea3d749785 (diff) |
Notes
Diffstat (limited to 'dns/bind96/pkg-descr')
-rw-r--r-- | dns/bind96/pkg-descr | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/dns/bind96/pkg-descr b/dns/bind96/pkg-descr index ea4ae914f437..2ab004884cc7 100644 --- a/dns/bind96/pkg-descr +++ b/dns/bind96/pkg-descr @@ -1,23 +1,23 @@ BIND version 9 is a major rewrite of nearly all aspects of the underlying BIND architecture. Some of the important features of BIND 9 are: -DNS Security - DNSSEC (signed zones) - TSIG (signed DNS requests) -IP version 6 - Answers DNS queries on IPv6 sockets - IPv6 resource records (AAAA) +DNS Security: DNSSEC (signed zones), TSIG (signed DNS requests) +IP version 6: Answers DNS queries on IPv6 sockets, IPv6 resource records (AAAA) Experimental IPv6 Resolver Library -DNS Protocol Enhancements - IXFR, DDNS, Notify, EDNS0 +DNS Protocol Enhancements: IXFR, DDNS, Notify, EDNS0 Improved standards conformance -Views - One server process can provide multiple "views" of - the DNS namespace, e.g. an "inside" view to certain - clients, and an "outside" view to others. - +Views: One server process can provide multiple "views" of the DNS namespace, + e.g. an "inside" view to certain clients, and an "outside" view to others. Multiprocessor Support, including working threads in this version +BIND 9.5 has a number of new features over previous versions, including: +GSS-TSIG support (RFC 3645), DHCID support +Experimental http server and statistics support for named via xml +More detailed statistics counters, compatible with the ones supported in BIND 8 +Faster ACL processing +Efficient LRU cache cleaning mechanism. +NSID support (RFC 5001). + WWW: http://www.isc.org/index.pl?/sw/bind/index.php - Doug Barton |