roadmap revision 499b34cea04a46823d003d4c0520c8b03e8513cb
4070N/ACopyright (C) 2000, 2001 Internet Software Consortium.
4070N/ASee COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
4070N/A
4070N/A$Id: roadmap,v 1.2 2001/01/09 21:47:05 bwelling Exp $
4070N/A
4070N/ARoad Map to the BIND 9 Source Tree
4070N/A
4070N/Abin/named The name server. This relies heavily on the
4070N/A libraries in lib/isc and lib/dns.
4070N/A client.c Handling of incoming client requests
4070N/A query.c Query processing
4070N/Abin/rndc The remote name daemon control program
4070N/Abin/dig The "dig" program
4070N/Abin/dnssec The DNSSEC signer and other DNSSEC tools
4070N/Abin/nsupdate The "nsupdate" program
4070N/Abin/tests Test suites and miscellaneous test programs
4070N/Abin/tests/system System test; see bin/tests/system/README
4070N/Alib/dns The DNS library
4070N/A resolver.c The "full resolver"(performs recursive lookups)
4070N/A validator.c The DNSSEC validator
4070N/A db.c The database interface
4070N/A sdb.c The simple database interface
6033N/A rbtdb.c The red-black tree database
4070N/Alib/dns/config Routines for reading and writing named.conf files
4070N/Alib/dns/rdata Routines for handling the various RR types
4070N/Alib/dns/sec Cryptographic libraries for DNSSEC
4070N/Alib/isc The ISC library
4070N/A task.c Task library
6033N/A unix/socket.c Unix implementation of socket library
4070N/Alib/omapi The OMAPI remote object access library, used by rndc.
4070N/Alib/tests Support code for the test suites.
4070N/Alib/lwres The lightweight resolver library.
6033N/Adoc/draft Current internet-drafts pertaining to the DNS
4070N/Adoc/rfc RFCs pertaining to the DNS
4070N/Adoc/misc Miscellaneous documentation
4070N/Adoc/arm The BIND 9 Administrator Reference Manual
4070N/Adoc/man Man pages
6033N/Acontrib Contributed and other auxiliary code
4070N/Acontrib/idn/mdnkit The multilingual domain name evaluation kit
4070N/Acontrib/sdb Sample drivers for the simple database interface
4070N/Amake Makefile fragments, used by configure
4070N/A
4070N/AThe library interfaces are mainly documented in the form of comments
4070N/Ain the header files. For example, the task subsystem is documented in
4070N/Alib/isc/include/isc/task.h
4070N/A