[bind10-dev] each status

Evan Hunt each at isc.org
Thu Feb 18 08:42:27 UTC 2010


Comrades,

Spent last weekend and most of this week working on the data source and
query logic, and also making a really dumb zone-loader (it just converts
the output of named-compilezone into SQL "insert" commands).

Right now I'm working on adding DNSSEC support (though there's no EDNS0
yet, so I just have it always answering with DNSSEC data no matter what).
It sends RRSIGs and and can answer DNSKEY queries; DS is broken at the
moment but shouldn't take long to fix.  I need to add a findClosestPrevious()
function to the data source, and finish the NSEC rdata support.
(NSEC3/NSEC3PARAM may have to wait a while.)

Other upcoming work:
 - Talk to Jelte about SQL data source configuration (right now the
   data all lives in /tmp/zone.sqlite3)
 - Work on a real zone loader
 - Index the SQL database for faster lookups
 - Consider storing rdata in SQL database as blobs, so we don't
   have to do repeated text-to-rdata conversions per query?
 - Replace the query loop with something based on boost::asio?

                                        eh




More information about the bind10-dev mailing list