[svn] commit: r863 - /branches/each-ds/src/lib/auth/cpp/TODO

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Feb 18 06:21:07 UTC 2010


Author: each
Date: Thu Feb 18 06:21:07 2010
New Revision: 863

Log:
- update TODO

Modified:
    branches/each-ds/src/lib/auth/cpp/TODO

Modified: branches/each-ds/src/lib/auth/cpp/TODO
==============================================================================
--- branches/each-ds/src/lib/auth/cpp/TODO (original)
+++ branches/each-ds/src/lib/auth/cpp/TODO Thu Feb 18 06:21:07 2010
@@ -6,11 +6,15 @@
 
 
 DNSSEC:
+- implement "find closest previous" method in SQL data source.  (add
+  virtual method for this in higher-level data source classes, it will
+  be mandatory to implement for any concrete data source support DNSSEC.)
 - add at least minimal EDNS0 support sufficient to recognize the DO bit
 - implement NSEC rdata type; add NSEC/NSEC3 to authority section in
   negative answers (including positive wildcard answers)
-- implement DS rdata type; add DS to authority in referrals
-- implement DNSKEY rdata type
+- add special-case code so that when the server is authoritative for
+  both the parent and child zone, that DS queries are served by the
+  parent
 - instead of adding additional data directly to the reply message,
   add it to a temporary storage space, then copy it to the reply 
   afterward, so that A records can be included and RRSIGs omitted if




More information about the bind10-changes mailing list