]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
roadmap added, if you have additions/ideas...
authorMiek Gieben <miekg@NLnetLabs.nl>
Mon, 13 Jun 2005 09:35:12 +0000 (09:35 +0000)
committerMiek Gieben <miekg@NLnetLabs.nl>
Mon, 13 Jun 2005 09:35:12 +0000 (09:35 +0000)
COMPILE
Changelog
README
README-snapshots
ROADMAP [new file with mode: 0644]
TODO

diff --git a/COMPILE b/COMPILE
index 201b577034944bd46ab735defae42c4c4b0646b3..ceb183b27c77c0d8dadbf9fe6d991deef6932a9c 100644 (file)
--- a/COMPILE
+++ b/COMPILE
@@ -3,7 +3,7 @@
 ldns development is ongoing. Most of the functionality is there, but some
 DNSSEC pieces are missing.
 
-Feedback is appriciated.
+Feedback is appreciated.
 
 * Compilation
 
index 999cdfd9c2745585e1ef0ad1275d3e42ec310ddf..2033b360af51b4acc8e0681cf194767ad1a11de4 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,6 +1,12 @@
-DATE: 0.70: ldns-team
+DATE: 0.65: ldns-team
        * Repository is online at: 
          http://www.nlnetlabs.nl/ldns/svn/
+       * Apply reference copying throuhgout ldns, excect in 2 
+         places in the ldns_resolver structure (._domain and
+        ._nameservers)
+       * Usual array of bugfixes
+       * Documentation added
+       * keygen.c added as an example for DNSSEC programming
 
 23 May 2005: 0.60: ldns-team
        * Removed config.h from the header installed files
diff --git a/README b/README
index b30ccc9138924737a12095b09de1e52e9574b9ba..6719cfe16d72a3720fc6869faa16c6c704042f15 100644 (file)
--- a/README
+++ b/README
@@ -13,4 +13,4 @@ INSTALLATION
 4. autoreconf
 5. ./configure
 6. gmake (it needs gnu make to compile)
-(7. gmake mx chaos [two example programs included])
+(7. gmake progs [make example programs included])
index 8bc8c39f96742ad45282cb6c4d8dae4eb9cf936d..83d0fff699a5cd5891632bab08c3d1d11c4932ea 100644 (file)
@@ -1,6 +1,6 @@
 ldns - snapshot releases
 
-These release are a snapshot of the ongoing development of ldns. Each
+These releases are a snapshot of the ongoing development of ldns. Each
 snapshot release has a specific date added to it.
 
 INSTALLATION
diff --git a/ROADMAP b/ROADMAP
new file mode 100644 (file)
index 0000000..0c500a6
--- /dev/null
+++ b/ROADMAP
@@ -0,0 +1,21 @@
+What is working in what release and when is it released.
+
+0.65: 14 June 2005
+       [func] ?
+       [impl] cleanups, clearer memeory management
+
+0.70: July?
+       [func]
+
+       [impl]
+
+0.80: End of July???
+
+
+0.90: August???
+       [func]
+       [impl] private key type for all signing (tsig/DNSSEC)
+       
+1.0: August??
+       [func] Fully working, documented library
+
diff --git a/TODO b/TODO
index c8f2abeb03987fc91fe572c47949030a3bafcea5..306e78e61b33a9becf88ebfa422ad6fa9d8a4b2f 100644 (file)
--- a/TODO
+++ b/TODO
@@ -7,10 +7,9 @@ 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
+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
 
-
 Implementation:
 ---------------
 o check all conversion routines on missing types
@@ -20,17 +19,18 @@ o check all conversion routines on missing types
        - host2str
 o use size_t where needed
 o DNSSEC
-       - do we call random()?
+       - 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
+o SERVER stuff; open connection and such - NOT DONE AT ALL - will happen in .90
 
 To ponder and discuss:
 ----------------------
-o private key type?
+o private key type? This works, but not (yet) for tsig stuff
        ldns_algorithm used for verfication
        ldns_sign_algorithm used for signing - including
                                shared secret signing
        work in progress - works for RSA/DSA. I want to 
        fold in the tsig stuff as well
-o install mx, keygen, chaos somewhere, along with manpages
+o install mx, keygen, chaos somewhere, along with manpages??