2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 09:57:41 +00:00
kea/doc/devel/mainpage.dox

183 lines
5.9 KiB
Plaintext
Raw Permalink Normal View History

2025-06-20 10:42:50 +03:00
// Copyright (C) 2012-2025 Internet Systems Consortium, Inc. ("ISC")
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this
// file, You can obtain one at http://mozilla.org/MPL/2.0/.
/**
* @mainpage Kea Developer's Guide
*
* Welcome to the Kea Developer's Guide. This documentation is addressed at
* either existing or prospective Kea developers and contributors, and
* provides information needed to extend and maintain Kea source code.
* If you wish to write hook code - the code that is loaded by Kea at
2016-09-20 20:45:23 +01:00
* run-time and modifies its behavior, you should read the section
* @ref hooksdgDevelopersGuide.
*
* Kea maintenance information is divided into a number of sections.
* Information on DHCP-specific topics can be found
* in the @ref dhcpMaintenanceGuide. General topics are discussed in
* @ref miscellaneousTopics.
*
* If you are a user or system administrator, rather than software engineer,
* you should read the
2021-07-16 14:34:18 +03:00
* <a href="https://kea.readthedocs.io">Kea
* Administrator Reference Manual</a> instead. If you are using a beta or
* development version of Kea, the
* <a href="https://kea.readthedocs.io/">
* development version of the manual</a> is recommended.
*
* Regardless of your field of expertise, you are encouraged to visit the
* <a href="https://gitlab.isc.org/isc-projects/kea/wikis/home">Kea wikipage (https://gitlab.isc.org/isc-projects/kea/wikis/home)</a>
*
* @section contrib Contributor's Guide
* - @subpage contributorGuide - This page describes the process of sending
* a patch to ISC and what happens next. Please read it if you are considering
* sending us any code.
*
* @section qa Quality Assurance
* - @subpage qaIntro
* - @subpage unitTests
* - @subpage unitTestsEnvironmentVariables
* - @subpage unitTestsSanitizers
* - @subpage unitTestsDatabaseConfig
2018-09-12 11:50:02 +02:00
* - @subpage unitTestsSysrepo
* - @subpage writingShellScriptsAndTests
2025-06-20 10:42:50 +03:00
* - @subpage regeneratingConfigUnitTests
* - @subpage performance
* - @subpage fuzzer
* - @subpage qa
* - @subpage ciGithub
* - @subpage ciGitlab
* - @subpage ciJenkins
2025-06-20 10:42:50 +03:00
* - @subpage ciCppcheck
* - @subpage ciValgrind
2018-01-24 00:17:39 +01:00
*
* @section hooksFramework Hooks Framework
* - @subpage hooksdgDevelopersGuide
* - @subpage dhcpv4Hooks
* - @subpage dhcpv6Hooks
* - @subpage agentHooks
* - @subpage d2Hooks
* - @subpage hooksComponentDeveloperGuide
* - @subpage hooksmgMaintenanceGuide
*
* @section dhcpMaintenanceGuide DHCP Maintenance Guide
* - @subpage dhcp4
* - @subpage dhcpv4ConfigParser
* - @subpage dhcpv4ConfigInherit
* - @subpage dhcpv4OptionsParse
* - @subpage dhcpv4DDNSIntegration
2014-01-03 13:21:50 +01:00
* - @subpage dhcpv4Classifier
2014-05-23 18:40:57 +02:00
* - @subpage dhcpv4ConfigBackend
* - @subpage dhcpv4SignalBasedReconfiguration
* - @subpage dhcpv4Other
* - @subpage dhcpv4o6Dhcp4
* - @subpage dhcp6
2012-12-10 13:54:46 +00:00
* - @subpage dhcpv6ConfigParser
* - @subpage dhcpv6ConfigInherit
* - @subpage dhcpv6DDNSIntegration
* - @subpage dhcpv6OptionsParse
2014-01-03 13:21:50 +01:00
* - @subpage dhcpv6Classifier
2014-04-23 19:48:35 +02:00
* - @subpage dhcpv6ConfigBackend
* - @subpage dhcpv6SignalBasedReconfiguration
* - @subpage dhcpv6Other
2018-12-10 12:05:30 -05:00
* - @subpage dhcpv4o6Dhcp6
* - @subpage congestionHandling
* - @subpage d2
2014-10-29 06:44:33 -07:00
* - @subpage d2ProcessDerivation
* - @subpage d2ConfigMgt
* - @subpage d2NCRReceipt
* - @subpage d2DDNSUpdateExecution
* - @subpage d2EventLoop
* - @subpage d2TransDetail
* - @subpage d2StateModel
* - @subpage d2TransExecExample
* - @subpage controlAgent
* - @subpage ctrlAgentHttp
* - @subpage ctrlAgentCreatingResponse
* - @subpage ctrlAgentCommandMgr
* - @subpage CtrlAgentSecurity
* - @subpage lfc
* - @subpage lfcProcessing
* - @subpage lfcFiles
* - @subpage ctrlSocket
* - @subpage ctrlSocketOverview
* - @subpage ctrlSocketClient
* - @subpage ctrlSocketImpl
* - @subpage ctrlSocketConnections
* - @subpage dhcpDatabaseBackends
* - @subpage configBackend
* - @subpage configBackendJSONDesign
*
* @section libraries Kea libraries
2020-07-01 15:21:30 +02:00
* - @subpage libutil
* - @subpage libasiolink
* - @subpage libcc
2020-07-01 15:21:30 +02:00
* - @subpage libdatabase
* - @subpage libdhcp
* - @subpage libdhcpIntro
* - @subpage libdhcpRelay
* - @subpage libdhcpIfaceMgr
* - @subpage libdhcpPktFilter
* - @subpage libdhcpPktFilter6
* - @subpage libdhcpErrorLogging
2020-07-01 15:21:30 +02:00
* - @subpage libstats
2024-06-07 22:07:00 +03:00
* - @subpage libasiodns
* - @subpage libdhcp_ddns
* - @subpage libdhcpsrv
* - @subpage leasemgr
* - @subpage cfgmgr
* - @subpage hostmgr
* - @subpage optionsConfig
* - @subpage allocengine
* - @subpage timerManager
* - @subpage leaseReclamationRoutine
2016-07-01 22:50:10 +02:00
* - @subpage subnetSelect
* - @subpage dhcp4o6Ipc
* - @subpage libeval
* - @subpage libprocess
* - @subpage cpl
* - @subpage cplSignals
* - @subpage libyang
2020-07-01 15:21:30 +02:00
* - @subpage libhttp
2025-06-13 21:26:42 +03:00
* - @subpage libd2srv
* - @subpage libtcp
* @section hooks Kea hook libraries
* - @subpage libddns_gss_tsig
* - @subpage libdhcp_bootp
* - @subpage libdhcp_class_cmds
* - @subpage libdhcp_ddns_tuning
* - @subpage libdhcp_flex_id
* - @subpage libdhcp_flex_option
* - @subpage libdhcp_ha
* - @subpage libdhcp_host_cache
* - @subpage libdhcp_host_cmds
* - @subpage libdhcp_lease_cmds
* - @subpage libdhcp_lease_query
* - @subpage libdhcp_legal_log
* - @subpage libdhcp_limits
* - @subpage libdhcp_perfmon
* - @subpage libdhcp_ping_check
* - @subpage libdhcp_radius
* - @subpage libdhcp_run_script
* - @subpage libdhcp_stat_cmds
* - @subpage libdhcp_subnet_cmds
* - @subpage libdhcp_user_chk
*
* @section miscellaneousTopics Miscellaneous Topics
* - @subpage terminology
2024-07-29 16:08:44 +02:00
* - @subpage changelog
2017-01-16 23:28:36 +01:00
* - @subpage parser
* - @subpage logKeaLogging
* - @subpage logBasicIdeas
* - @subpage logDeveloperUse
* - @subpage logNotes
* - @subpage LoggingApi
* - @subpage debug
* - @subpage docs
* - <a href="./doxygen-error.log"><b>Documentation Warnings and Errors</b></a>
*
*/