diff --git a/doc/dev/roadmap b/doc/dev/roadmap index df063dc7d9..5383d829a2 100644 --- a/doc/dev/roadmap +++ b/doc/dev/roadmap @@ -1,7 +1,7 @@ Copyright (C) 2000, 2001 Internet Software Consortium. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms. -$Id: roadmap,v 1.3 2001/03/27 00:53:20 bwelling Exp $ +$Id: roadmap,v 1.4 2001/07/09 21:11:34 gson Exp $ Road Map to the BIND 9 Source Tree @@ -14,19 +14,20 @@ bin/dig The "dig" program bin/dnssec The DNSSEC signer and other DNSSEC tools bin/nsupdate The "nsupdate" program bin/tests Test suites and miscellaneous test programs -bin/tests/system System test; see bin/tests/system/README +bin/tests/system System tests; see bin/tests/system/README lib/dns The DNS library - resolver.c The "full resolver"(performs recursive lookups) + resolver.c The "full resolver" (performs recursive lookups) validator.c The DNSSEC validator db.c The database interface sdb.c The simple database interface rbtdb.c The red-black tree database -lib/dns/config Routines for reading and writing named.conf files lib/dns/rdata Routines for handling the various RR types lib/dns/sec Cryptographic libraries for DNSSEC lib/isc The ISC library task.c Task library unix/socket.c Unix implementation of socket library +lib/isccfg Routines for reading and writing ISC-style + configuration files like named.conf and rndc.conf lib/isccc The command channel library, used by rndc. lib/tests Support code for the test suites. lib/lwres The lightweight resolver library.