dns/TODO

19 lines
785 B
Plaintext
Raw Normal View History

Todo:
2011-02-09 07:49:37 +11:00
* Private key file parsing use io.Reader (or the like) - NewReader, NewWriter?
2011-03-12 01:16:12 +11:00
* Parsing from strings, going with goyacc and .cz lexer?
2011-03-06 07:14:59 +11:00
* encoding NSEC3/NSEC bitmaps, DEcoding works
* AXFR/IXFR with TSIG validation
2011-03-08 07:56:36 +11:00
* Failed Xfr triggers nil error?
2011-03-14 00:51:02 +11:00
* Use callback in IXFR/AXFR to make tsig happen (and other cool stuff in FunkenSturm)
* A New for all type with some defaults filled in
* Take a good look at hash.Hash take over the digest sizes and names
2011-03-13 23:30:16 +11:00
* HIP RR (needs list of domain names, need slice stuff for that)
2010-12-25 23:09:27 +11:00
Issues:
2011-02-22 04:23:39 +11:00
* Check the network order, it works now, but this is on Intel??
* Make the testsuite work with public DNS servers
2011-02-22 07:33:09 +11:00
* pack/Unpack smaller. EDNS 'n stuff can be folded in
Examples:
* Test impl of nameserver, with a small zone, 1 KSK and online signing