2013-06-25 14:19:49 +01:00
|
|
|
// Copyright (C) 2012-2013 Internet Systems Consortium, Inc. ("ISC")
|
|
|
|
//
|
|
|
|
// Permission to use, copy, modify, and/or distribute this software for any
|
|
|
|
// purpose with or without fee is hereby granted, provided that the above
|
|
|
|
// copyright notice and this permission notice appear in all copies.
|
|
|
|
//
|
|
|
|
// THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
|
|
|
|
// REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
|
|
// AND FITNESS. IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
|
|
// INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
|
|
// LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
|
|
|
|
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
|
|
// PERFORMANCE OF THIS SOFTWARE.
|
|
|
|
|
2012-03-19 14:54:18 +01:00
|
|
|
/**
|
|
|
|
* @mainpage BIND10 Developer's Guide
|
|
|
|
*
|
|
|
|
* Welcome to BIND10 Developer's Guide. This documentation is addressed
|
2013-06-25 14:19:49 +01:00
|
|
|
* at existing and prospecting developers and programmers and provides
|
|
|
|
* information needed to both extend and maintain BIND 10.
|
|
|
|
*
|
|
|
|
* If you wish to write "hook" code - code that is loaded by BIND 10 at
|
|
|
|
* run-time and modifies its behavior you should read the section
|
2013-08-14 13:46:05 +01:00
|
|
|
* @ref hooksdgDevelopersGuide.
|
2013-06-25 14:19:49 +01:00
|
|
|
*
|
|
|
|
* BIND 10 maintanenace information is divided into a number of sections
|
|
|
|
* depending on focus. DNS-specific issues are covered in the
|
|
|
|
* @ref dnsMaintenanceGuide while information on DHCP-specific topics can
|
|
|
|
* be found in the @ref dhcpMaintenanceGuide. General BIND 10 topics, not
|
|
|
|
* specific to any protocol, are discussed in @ref miscellaneousTopics.
|
2012-03-19 14:54:18 +01:00
|
|
|
*
|
|
|
|
* If you are a user or system administrator, rather than software engineer,
|
2013-08-14 13:46:05 +01:00
|
|
|
* you should read the
|
|
|
|
* <a href="http://bind10.isc.org/docs/bind10-guide.html">BIND10
|
2012-05-08 17:08:48 +02:00
|
|
|
* Guide (Administrator Reference for BIND10)</a> instead.
|
2012-03-19 14:54:18 +01:00
|
|
|
*
|
2013-08-14 13:46:05 +01:00
|
|
|
* Regardless of your field of expertise, you are encouraged to visit the
|
2012-03-19 14:54:18 +01:00
|
|
|
* <a href="http://bind10.isc.org/">BIND10 webpage (http://bind10.isc.org)</a>
|
2013-06-25 14:19:49 +01:00
|
|
|
* @section hooksFramework Hooks Framework
|
2013-08-05 13:16:40 +01:00
|
|
|
* - @subpage hooksdgDevelopersGuide
|
2013-07-16 15:41:16 +02:00
|
|
|
* - @subpage dhcpv4Hooks
|
|
|
|
* - @subpage dhcpv6Hooks
|
2013-08-05 13:16:40 +01:00
|
|
|
* - @subpage hooksComponentDeveloperGuide
|
2013-08-14 13:46:05 +01:00
|
|
|
* - @subpage hooksmgMaintenanceGuide
|
2012-03-19 14:54:18 +01:00
|
|
|
*
|
2013-06-25 14:19:49 +01:00
|
|
|
* @section dnsMaintenanceGuide DNS Maintenance Guide
|
2012-10-01 19:19:49 +02:00
|
|
|
* - Authoritative DNS (todo)
|
|
|
|
* - Recursive resolver (todo)
|
2012-03-19 14:54:18 +01:00
|
|
|
* - @subpage DataScrubbing
|
|
|
|
*
|
2013-06-25 14:19:49 +01:00
|
|
|
* @section dhcpMaintenanceGuide DHCP Maintenance Guide
|
2012-10-12 14:55:59 +02:00
|
|
|
* - @subpage dhcp4
|
2012-06-01 14:46:05 +02:00
|
|
|
* - @subpage dhcpv4Session
|
2012-12-13 11:38:21 +00:00
|
|
|
* - @subpage dhcpv4ConfigParser
|
|
|
|
* - @subpage dhcpv4ConfigInherit
|
2013-07-16 15:41:16 +02:00
|
|
|
* - @subpage dhcpv4Other
|
2012-10-12 14:55:59 +02:00
|
|
|
* - @subpage dhcp6
|
2012-12-10 13:54:46 +00:00
|
|
|
* - @subpage dhcpv6Session
|
|
|
|
* - @subpage dhcpv6ConfigParser
|
|
|
|
* - @subpage dhcpv6ConfigInherit
|
2013-08-14 13:08:33 +02:00
|
|
|
* - @subpage dhcpv6DDNSIntegration
|
2013-07-16 15:41:16 +02:00
|
|
|
* - @subpage dhcpv6Other
|
2012-03-19 14:54:18 +01:00
|
|
|
* - @subpage libdhcp
|
2012-06-01 14:46:05 +02:00
|
|
|
* - @subpage libdhcpIntro
|
2013-04-11 14:52:21 +02:00
|
|
|
* - @subpage libdhcpRelay
|
2012-06-01 14:46:05 +02:00
|
|
|
* - @subpage libdhcpIfaceMgr
|
2012-10-25 13:46:02 +02:00
|
|
|
* - @subpage libdhcpsrv
|
|
|
|
* - @subpage leasemgr
|
|
|
|
* - @subpage cfgmgr
|
|
|
|
* - @subpage allocengine
|
2012-12-13 11:38:21 +00:00
|
|
|
* - @subpage dhcpDatabaseBackends
|
2012-09-13 11:02:23 +02:00
|
|
|
* - @subpage perfdhcpInternals
|
2013-07-26 11:54:37 -04:00
|
|
|
* - @subpage libdhcp_ddns
|
2012-03-19 14:54:18 +01:00
|
|
|
*
|
2013-08-14 13:46:05 +01:00
|
|
|
* @section miscellaneousTopics Miscellaneous Topics
|
2012-03-19 14:54:18 +01:00
|
|
|
* - @subpage LoggingApi
|
|
|
|
* - @subpage LoggingApiOverview
|
|
|
|
* - @subpage LoggingApiLoggerNames
|
|
|
|
* - @subpage LoggingApiLoggingMessages
|
|
|
|
* - @subpage SocketSessionUtility
|
|
|
|
* - <a href="./doxygen-error.log">Documentation warnings and errors</a>
|
|
|
|
*
|
|
|
|
* @image html isc-logo.png
|
2012-09-13 11:02:23 +02:00
|
|
|
*/
|
2013-06-25 14:19:49 +01:00
|
|
|
/*
|
|
|
|
* @todo: Move the logo to the right (and possibly up). Not sure what
|
|
|
|
* is the best way to do it in Doxygen, without using CSS hacks.
|
|
|
|
*/
|
|
|
|
|