dns/TODO

23 lines
567 B
Plaintext
Raw Normal View History

Todo:
* fix os.Erros usage, add DNSSEC related errors
* DNSSEC validation
2010-12-28 18:29:17 +11:00
* NSEC(3) secure denial of existence
* Notify support (send/receive)
* TKEY -- RFC 2930
* TSIG -- RFC 4635
* IDN?
2010-12-31 04:42:40 +11:00
* Unknown RRs?
* query-time, server in string ouput of dns.Msg
* Parsing from strings
* Server support (signing, receiving queries)
* Check the network order, it works now, but this is on Intel
2010-12-25 23:09:27 +11:00
Issues:
* Better sized buffers
* TC bit handling
* shortened ipv6 addresses are not parsed correctly
* quoted quotes in txt records
2010-12-31 03:15:59 +11:00
* Convience functions?
- for new(RR*)
- ...