clean up the todo, lots of stuff is starting to work

This commit is contained in:
Miek Gieben 2011-03-30 16:45:54 +02:00
parent 76daa7f08b
commit 63c47a698e
1 changed files with 2 additions and 11 deletions

13
TODO
View File

@ -1,12 +1,3 @@
Guidelines for the API:
o symmetrical, client side should be mirrored in the server
o clean, small API
o api-use should be self documenting
o zone structure -- only as rb-tree
o fast data structures (rb-tree, when they come available)
o build simple: just query function, built on the cool stuff
o Key2DS, also for offline keys -- need to parse them ofcourse
o Tsig will probably become an interface which has all configuration o Tsig will probably become an interface which has all configuration
stuff, but this will come later. Config which has Tsig function stuff, but this will come later. Config which has Tsig function
@ -20,11 +11,11 @@ Todo:
Issues: Issues:
* FunkenSturm is kaput. * FunkenSturm is kaput.
* Check closing of sockets d.Close()
* Check the network order, it works now, but this is on Intel?? * Check the network order, it works now, but this is on Intel??
* Make the testsuite work with public DNS servers * Make the testsuite work with public DNS servers
* pack/Unpack smaller. EDNS 'n stuff can be folded in * pack/Unpack smaller. EDNS 'n stuff can be folded in
* Config from /etc/resolv.conf * Compression. Take stuff from Jan Mercl
* d.Dial() and redialing those that work
Examples: Examples:
* Test impl of nameserver, with a small zone, 1 KSK and online signing * Test impl of nameserver, with a small zone, 1 KSK and online signing