dns/TODO

23 lines
696 B
Plaintext
Raw Normal View History

Todo:
2011-02-04 06:46:35 +11:00
* wildcards, in sig gen, sig checking
2011-02-09 07:49:37 +11:00
* Private key file parsing use io.Reader (or the like) - NewReader, NewWriter?
2011-01-28 00:23:26 +11:00
* Tsig generation for replies (request MAC)
2011-02-22 04:23:39 +11:00
* nsupdate
* escaped dots in names \.
2011-02-08 06:28:54 +11:00
2011-01-17 06:07:17 +11:00
Longer term:
* Parsing from strings, going with goyacc and own lexer
2011-01-17 20:51:33 +11:00
* Multi line output?
2011-02-22 03:58:36 +11:00
* NSEC and nsec3 closest encloser helper functions
2011-02-22 02:01:11 +11:00
* pack/Unpack smaller. EDNS 'n stuff can be folded in
2011-02-22 04:23:39 +11:00
* Test impl of nameserver, with a small zone, 1 KSK and online signing
2010-12-25 23:09:27 +11:00
Issues:
2011-01-10 01:54:23 +11:00
* quoted quotes in txt records
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-01-22 08:26:28 +11:00
Funkensturm:
2011-02-22 04:23:39 +11:00
* TCP: how to handle stuff like AXFR
2011-01-24 02:21:56 +11:00
* use package log