dns/TODO.markdown
2011-07-24 17:32:41 +02:00

843 B

TODO

Must of the stuff is working, but there is a list of smaller things that need to be fixed.

Todo

  • encoding NSEC3/NSEC bitmaps, DEcoding works;
  • HIP RR (needs list of domain names, need slice for that);
  • IsSubdomain, IsGlue helper functions;
  • Cleanup?;
  • Multiline RRs when parsing;
  • Need to define a handy zone data structure (r/b tree)?.
    • Should do glue detection
    • return rrsets
    • DNSSEC ready
  • 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

Issues

  • Check the network order, it works now, but this is on Intel?
  • Compression. Take stuff from Jan Mercl;

Examples to create

  • Nameserver, with a small zone, 1 KSK and online signing;
  • Recursor - ala FunkenSturm?