dns/TODO.markdown

28 lines
822 B
Markdown
Raw Normal View History

2011-07-24 18:45:03 +10:00
# TODO
Must of the stuff is working, but there is a list of smaller
things that need to be fixed.
2011-12-17 20:55:09 +11:00
* Parsing
* $TTL, $ORIGIN, $INCLUDE and friends
2011-12-17 21:30:02 +11:00
* HIP RR (needs list of domain names, need slice for that);
* Need to define a handy zone data structure (r/b tree)?.
2011-12-17 20:55:09 +11:00
2011-09-20 23:56:51 +10:00
* Use the Exchange structure to deal with errors when resolving, esp. Timeout
2011-07-24 18:45:03 +10:00
* encoding NSEC3/NSEC bitmaps, DEcoding works;
* IsSubdomain, IsGlue helper functions;
2011-09-12 18:43:26 +10:00
* Cleanup?
2011-07-24 18:45:03 +10:00
* String compression *inside* the library, so the string
miek.nl is stored once and all RRs reference it. Would be
2011-07-25 05:29:16 +10:00
a major memory saver;
2011-07-24 18:45:03 +10:00
## Issues
* Check the network order, it works now, but this is on Intel?
2011-12-11 00:35:27 +11:00
* Compression. Take stuff from Jan Mercl.
2011-07-24 18:45:03 +10:00
## Examples to create
* Nameserver, with a small zone, 1 KSK and online signing;
* Recursor - ala FunkenSturm?