dns/TODO

27 lines
728 B
Plaintext
Raw Normal View History

Todo:
2011-01-02 07:40:37 +11:00
Short term:
2011-01-02 05:51:25 +11:00
* NSEC(3) secure denial of existence, support the type bitmap
- need base32 for Nsec3
* TKEY -- RFC 2930 - validation
* TSIG -- RFC 4635 - validation
* Parsing from strings
2011-01-09 05:28:59 +11:00
* Server support
2011-01-02 07:40:37 +11:00
* Key generation
2011-01-09 05:28:59 +11:00
* Signature generation
2010-12-25 23:09:27 +11:00
Issues:
* 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
2011-01-02 07:40:37 +11:00
* shortened ipv6 addresses are not parsed correctly (maby net issue)
* quoted quotes in txt records
2010-12-31 03:15:59 +11:00
* Convience functions?
- for new(RR*)
2011-01-02 08:06:56 +11:00
- nsupdate
* query-time, server in string ouput of dns.Msg
- DnsMsg when doing resolver querying
2011-01-02 07:22:51 +11:00
Port over from LDNS:
* ldns-rrsig
* ldns-keygen - generate a key - more server side