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
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
- 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: