This commit is contained in:
Miek Gieben 2011-12-17 10:16:10 +01:00
parent a4836a77a4
commit 0c4a0aff61
1 changed files with 0 additions and 4 deletions

View File

@ -8,9 +8,7 @@ things that need to be fixed.
* add functions to operate on []byte messages (raw packets) see rawmsg.go
* HIP RR (needs list of domain names, need slice for that);
* IsSubdomain, IsGlue helper functions;
* axfr/ixfr and dynamic updates;
* Cleanup?
* Multiline RRs when parsing;
* Need to define a handy zone data structure (r/b tree)?.
- Should do glue detection
- return rrsets
@ -18,8 +16,6 @@ things that need to be fixed.
* String compression *inside* the library, so the string
miek.nl is stored once and all RRs reference it. Would be
a major memory saver;
* Check base64/base32/hex validity when parsing RRs;
* Include os.Error in ParseError too? (more info).
* Split up the package? An idea might be:
dns/zone -- contains all zone parsing
dns/server -- server side stuff