update the TODO

This commit is contained in:
Miek Gieben 2011-01-13 17:03:57 +01:00
parent 53bea506ba
commit 70fe0a61e3
1 changed files with 6 additions and 7 deletions

13
TODO
View File

@ -1,10 +1,10 @@
Todo:
Short term:
* NSEC3 - need base32 for Nsec3
* Parsing from strings
* Parsing from strings, going with goyacc and own lexer
* private key to privkey format 1.3, io.Writer kind of stuff
* Signature generation
* private key to privkey format 1.3
* Testsuite
* Testsuite - make it slightly better
* Cleanup the code
Issues:
@ -17,12 +17,11 @@ Issues:
* Convenience functions?
- for new(RR*)
- nsupdate
- printing??
* query-time, server in string ouput of dns.Msg
- resolver.Msg when doing resolver querying, extend msg...?
--
* remove the dns.Wire*() functions and fixe dnssec.go to make it work
* Fix remaining records: LOC, NAPTR 'n stuff.
* Fix remaining records: LOC, NAPTR, ..., ...
Port over from LDNS:
* ldns-rrsig
* ldns-keygen - generate a key - more server side
* ldns-keygen