dns/TODO

22 lines
708 B
Plaintext
Raw Normal View History

Todo:
2011-01-02 07:40:37 +11:00
Short term:
2011-01-11 02:18:01 +11:00
* NSEC3 - need base32 for Nsec3
2011-01-14 03:03:57 +11:00
* Parsing from strings, going with goyacc and own lexer
2011-01-15 23:37:36 +11:00
* Testsuite - make it slightly better - put multiple tests inside 1 file
2011-01-12 10:30:42 +11:00
* Cleanup the code
2010-12-25 23:09:27 +11:00
Issues:
2011-01-10 06:00:37 +11:00
* escaped dots in names \.
2011-01-10 01:54:23 +11:00
* quoted quotes in txt records
* Better sized buffers
2011-01-02 07:40:37 +11:00
* Check the network order, it works now, but this is on Intel
* Make the testsuite work with public DNS servers
* shortened ipv6 addresses are not parsed correctly (maybe net issue)
* Convenience functions?
2010-12-31 03:15:59 +11:00
- for new(RR*)
2011-01-02 08:06:56 +11:00
- nsupdate
2011-01-14 03:03:57 +11:00
- printing??
2011-01-14 22:14:41 +11:00
* query-time, server in string ouput of resolver.Msg
2011-01-14 02:17:36 +11:00
- resolver.Msg when doing resolver querying, extend msg...?
2011-01-14 03:03:57 +11:00
* Fix remaining records: LOC, NAPTR, ..., ...