TODO cleanups

This commit is contained in:
Miek Gieben 2011-01-26 16:08:28 +01:00
parent 7e69cf161e
commit 9fdb9e0feb
1 changed files with 1 additions and 7 deletions

8
TODO
View File

@ -10,7 +10,7 @@ Todo:
* NSEC3 - need base32 for Nsec3
* pkt log
* error when you cannot connect (responder)
* Tsig function need to be methods on *dns.Msg (much more natural)
* Tsig generation for replies
Longer term:
* Parsing from strings, going with goyacc and own lexer
@ -31,12 +31,6 @@ Issues:
- nsupdate
Funkensturm:
* add some generic functions that can be used
matching functions should be go-like and just hook into the exported
field from package dns.
actions are defined in calling functions from funkensturm:
- sign(RRSET, privKEY), how do you specify WHAT gets signed
if rr.Header().Name == "miek.nl." -> sign header -> add sig
* use exp/eval - to inteprete the config file??
* TCP how to handle stuff like AXFR
* use package log