]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
TODO and ChangeLog updated
authorMiek Gieben <miekg@NLnetLabs.nl>
Fri, 2 Sep 2005 06:40:34 +0000 (06:40 +0000)
committerMiek Gieben <miekg@NLnetLabs.nl>
Fri, 2 Sep 2005 06:40:34 +0000 (06:40 +0000)
Changelog
TODO

index d10926b1e37422c0c7039568b8f1069aefb502a7..cbaebc2c3929dd4b5cfd609816d52d0578e78d24 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,13 +1,15 @@
 XX Sep 2005: 0.80: ldns-team
        * License change: ldns is now BSD licensed
-       * Networking code cleanup, added server udp/tcp support
+       * ldns now depends on SSL
+       * Networking code cleanup, added (some) server udp/tcp support
        * A zone type is introduced. Currently this is a list
          of RRs, so it will not scale.
-       * Zonefile parsing was added
-       * Some Lua binding were created (not complete, nor does it 
-         compile on all platforms)
+       * [beta] Zonefile parsing was added
+       * [beta] 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 
+       * [building] better check for ssl
 
 28 Jul 2005: 0.70: ldns-team
        * [func] ldns_pkt_get_section now returns copies from the rrlists
diff --git a/TODO b/TODO
index 018556525ba0e1f25c8ba3883d5d7826a569b143..257ccf8cc96d8a80e55c5ebbae17d30b00e6118c 100644 (file)
--- a/TODO
+++ b/TODO
@@ -6,8 +6,6 @@ o [dnssec] NSEC conversion frm str to host
 o [dnssec] Different digests for DS
  - need a digest type?
 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
 
@@ -21,12 +19,7 @@ o check all conversion routines on missing types
        - str2host
        - host2str
 o use size_t where needed
-o DNSSEC
-       - do we call random()? Need an optional ldns_setup() which does
-         this
-o init function? random - load_ssl_errors()
-       - SSL_load_error_str()? 
-o SERVER stuff; open connection and such - NOT DONE AT ALL - will happen in .90
+o SERVER stuff; there is support for the lua stuff [experimental]
 o const args for all functions?
 
 To ponder and discuss: