From 70fe0a61e397a392c9a14bc20494c00ff0596c13 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Thu, 13 Jan 2011 17:03:57 +0100 Subject: [PATCH] update the TODO --- TODO | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/TODO b/TODO index 8255acb4..2e7b5ac4 100644 --- a/TODO +++ b/TODO @@ -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