]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
small updates
authorMiek Gieben <miekg@NLnetLabs.nl>
Thu, 1 Sep 2005 11:10:23 +0000 (11:10 +0000)
committerMiek Gieben <miekg@NLnetLabs.nl>
Thu, 1 Sep 2005 11:10:23 +0000 (11:10 +0000)
Changelog
TODO

index cc2a254e5574f98d314eddd2f84a0a278dc577f0..d10926b1e37422c0c7039568b8f1069aefb502a7 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -4,7 +4,8 @@ XX Sep 2005: 0.80: ldns-team
        * A zone type is introduced. Currently this is a list
          of RRs, so it will not scale.
        * Zonefile parsing was added
-       * Lua binding were created 
+       * Some Lua binding were created (not complete, nor does it 
+         compile on all platforms)
        * [tools] Drill was added to ldns - see drill/
        * [tools] signer was added 
 
diff --git a/TODO b/TODO
index b4d824c24f3f4ed9650e7f6375e1760c54b25efc..018556525ba0e1f25c8ba3883d5d7826a569b143 100644 (file)
--- a/TODO
+++ b/TODO
@@ -9,6 +9,7 @@ o [dnssec] NSEC generation??
 o [openssl] openssl's setup function (esp. random)
 o [openssl] -lssl in library creation and autoconf - somewhat fix in 0.60/0.65
 o [doc]  const function are correct i think, but const values in struct not
+o Error handling needs to be improved
 
 Implementation:
 ---------------
@@ -42,3 +43,4 @@ o All lookup table stuff in _table types?
 To be removed:
 -------------
 LDNS_STATUS_CHECK_GOTO
+Debugging code