From: Miek Gieben Date: Mon, 13 Jun 2005 09:35:12 +0000 (+0000) Subject: roadmap added, if you have additions/ideas... X-Git-Tag: release-0.65~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b6ff616f5cbc0da997274c650e967c2c934a8cfd;p=thirdparty%2Fldns.git roadmap added, if you have additions/ideas... --- diff --git a/COMPILE b/COMPILE index 201b5770..ceb183b2 100644 --- 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 diff --git a/Changelog b/Changelog index 999cdfd9..2033b360 100644 --- 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 b30ccc91..6719cfe1 100644 --- 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]) diff --git a/README-snapshots b/README-snapshots index 8bc8c39f..83d0fff6 100644 --- a/README-snapshots +++ b/README-snapshots @@ -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 index 00000000..0c500a6c --- /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 c8f2abeb..306e78e6 100644 --- 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??