[bind10-dev] The Year 1 Deliverable
JINMEI Tatuya / 神明達哉
jinmei at isc.org
Tue Mar 9 22:33:31 UTC 2010
At Tue, 09 Mar 2010 17:41:21 +0100,
Shane Kerr <shane at isc.org> wrote:
> * DNS library, supporting:
> * ??? (list of RFCs?)
Managing basic level of DNS related concepts:
- domain names
- RR related parameters: types, classes, TTLs
- RRsets
- RDATA for some major RR types: A, NS, SOA, PTR, CNAME, MX, TXT,
AAAA, DS, DNSKEY, OPT, NSEC, RRSIG, NSEC3, NSECPARAM
- some parts of the implementation are incomplete
- unknown RR types are supported based on RFC3597
- DNS messages (standard query/response)
- APIs to convert these objects to/from text or to/from wire format
> * EDNS0 (partial, right?)
I believe it should be mostly compliant to RFC2671 (+DO bit). But it
doesn't support any new EDNS0 options (ignore them in incoming
messages, and lacks the ability to specify them for outgoing
messages). Most notably, it doesn't support the NSID option.
(plus, the implementation is a quick hack and not so clean:-)
---
JINMEI, Tatuya
More information about the bind10-dev
mailing list