dns/TODO

31 lines
789 B
Plaintext
Raw Normal View History

Todo:
2011-01-02 07:40:37 +11:00
Short term:
* fix os.Erros usage, add DNSSEC related errors
* DNSSEC validation
2011-01-02 05:51:25 +11:00
* NSEC(3) secure denial of existence, support the type bitmap
* TKEY -- RFC 2930
* TSIG -- RFC 4635
2011-01-02 07:40:37 +11:00
Long term:
* IDN?
2010-12-31 04:42:40 +11:00
* Unknown RRs?
* Parsing from strings
* Server support (signing, receiving queries)
2011-01-02 07:40:37 +11:00
* Key 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*)
- ...
* 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-notify
* ldns-rrsig
* ldns-keygen - generate a key - more server side