dns/TODO.markdown

28 lines
972 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
2012-01-23 00:59:31 +11:00
* TXT record isn't parsed correctly, if followed by a comment
2012-01-22 22:44:07 +11:00
- Need to make " important in the parsing
2012-01-23 04:46:31 +11:00
* Speed, we can always go faster. A simple reflect server now hits 30/40K qps
2012-01-09 03:35:28 +11:00
* Add handy zone data structure (r/b tree)?
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
* IsSubdomain, IsGlue helper functions;
2012-01-15 23:27:08 +11:00
* SaltLength in NSEC3 is ugly to set, should be automatically done. There are prolly a few more
settings just like that -- need to look at them.
2012-01-16 02:24:57 +11:00
-edns NSID is another
## BUGS
2012-01-23 04:46:31 +11:00
* NSEC3 records with no bitmap (empty non-terminals) are not correctly verified
* This means they are not correctly put in wirefmt also;
* Not completely sure wildcard handling when verifying is correct;
*
2012-01-15 23:20:53 +11:00
## Examples to add
2011-07-24 18:45:03 +10:00
* Nameserver, with a small zone, 1 KSK and online signing;
* Recursor - ala FunkenSturm?