more stuff added. TODO: documentation

This commit is contained in:
Miek Gieben 2011-02-21 21:43:50 +01:00
parent b5d3c6ac47
commit 52491de45d
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,9 @@
xx YYY 2011: 0.0.1 Miek Gieben <miek@miek.nl>
* Most known RRs supported
* DNSSEC (verify/signing)
* Unknown RRs (RFC3597) supported
* DNSSEC (verification and signing)
* Key generation
* Private key file parsing from BIND files
* TSIG
* EDNS0, NSID
* Cherry picked GRONG for server side ideas
* Server side support

View File

@ -10,7 +10,6 @@ be build with: `make examples` (after the dns package has been installed)
The major omission at the moment is parsing Resource Records from
strings. (i.e. supporting the RFC 1035 zone file format).
Also the IPv6 support needs to be tested
Everything else should be present and working. If not, drop me an email.