]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
update todo
authorMiek Gieben <miekg@NLnetLabs.nl>
Tue, 27 Sep 2005 13:01:23 +0000 (13:01 +0000)
committerMiek Gieben <miekg@NLnetLabs.nl>
Tue, 27 Sep 2005 13:01:23 +0000 (13:01 +0000)
TODO

diff --git a/TODO b/TODO
index 237e04c03fbef4cfac2d67485b26c666a3cb75db..704ff4daf09581e154f53de0434aa6b27d903808 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,5 +1,14 @@
 Current TODO list
 
+
+Pre 1.0 Stuff:
+--------------
+
+To be removed:
+LDNS_STATUS_CHECK_GOTO
+Debugging code , dprintf, should be error, ldns_status thingy
+
+
 Post 1.0 Stuff:
 ---------------
 o Dname compression
@@ -7,13 +16,11 @@ o A /fast/ impl. for holding a zone (and retrieving data from it)
 o refactor ldns_verify_rrsig_keylist and
   ldns_verify_rrsig (fold in TSIG stuff or leave it out?)
 o Different digest for DS (spec currently specifies SHA-1)
-o Make it possible to build with OpenSSL
+o Make it possible to build without OpenSSL
 
 What actually doesn't work:
 ---------------------------
-o [doc]  const function are correct i think, but const values in struct not
-o manual page for signzone
-o Drill bufsize isn't given to ldns's resolver
+o [doc] const function are correct i think, but const values in struct not
 
 Implementation:
 ---------------
@@ -29,7 +36,3 @@ o use size_t where needed
         nameserver in resolver
         *everywhere we count and use uint16_t*
 
-To be removed:
--------------
-LDNS_STATUS_CHECK_GOTO
-Debugging code , dprintf, should be error, ldns_status thingy