/contrib/bind9/doc/misc/roadmap

https://bitbucket.org/freebsd/freebsd-head/ · #! · 47 lines · 43 code · 4 blank · 0 comment · 0 complexity · a75a026829c983588badea60d3fcaf25 MD5 · raw file

  1. Copyright (C) 2004 Internet Systems Consortium, Inc. ("ISC")
  2. Copyright (C) 2000, 2001 Internet Software Consortium.
  3. See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.
  4. $Id: roadmap,v 1.2 2004/03/05 05:04:54 marka Exp $
  5. Road Map to the BIND 9 Source Tree
  6. bin/named The name server. This relies heavily on the
  7. libraries in lib/isc and lib/dns.
  8. client.c Handling of incoming client requests
  9. query.c Query processing
  10. bin/rndc The remote name daemon control program
  11. bin/dig The "dig" program
  12. bin/dnssec The DNSSEC signer and other DNSSEC tools
  13. bin/nsupdate The "nsupdate" program
  14. bin/tests Test suites and miscellaneous test programs
  15. bin/tests/system System tests; see bin/tests/system/README
  16. lib/dns The DNS library
  17. resolver.c The "full resolver" (performs recursive lookups)
  18. validator.c The DNSSEC validator
  19. db.c The database interface
  20. sdb.c The simple database interface
  21. rbtdb.c The red-black tree database
  22. lib/dns/rdata Routines for handling the various RR types
  23. lib/dns/sec Cryptographic libraries for DNSSEC
  24. lib/isc The ISC library
  25. task.c Task library
  26. unix/socket.c Unix implementation of socket library
  27. lib/isccfg Routines for reading and writing ISC-style
  28. configuration files like named.conf and rndc.conf
  29. lib/isccc The command channel library, used by rndc.
  30. lib/tests Support code for the test suites.
  31. lib/lwres The lightweight resolver library.
  32. doc/draft Current internet-drafts pertaining to the DNS
  33. doc/rfc RFCs pertaining to the DNS
  34. doc/misc Miscellaneous documentation
  35. doc/arm The BIND 9 Administrator Reference Manual
  36. doc/man Man pages
  37. contrib Contributed and other auxiliary code
  38. contrib/idn/mdnkit The multilingual domain name evaluation kit
  39. contrib/sdb Sample drivers for the simple database interface
  40. make Makefile fragments, used by configure
  41. The library interfaces are mainly documented in the form of comments
  42. in the header files. For example, the task subsystem is documented in
  43. lib/isc/include/isc/task.h