summaryrefslogtreecommitdiffstats
path: root/doc/guide/ctrl-channel.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rearranges docs and build scriptMichal Nowikowski2019-07-301-682/+0
| | | | | | | Two reasons: - sphinx requires to have all sources in its source directory so man pages have to be moved - layout of subfolders in doc folder was not consistent
* [470-server-tag-get-command] Addressed comments about docFrancis Dupont2019-07-251-1/+1
|
* [470-server-tag-get-command] Removed the -set stuff and updated docFrancis Dupont2019-07-251-1/+14
|
* [208-move-logging-from-global-objects-to-global-params] Almost done. ↵Francis Dupont2019-05-231-10/+0
| | | | Checkpoint of the day
* Update ctrl-channel.xmlSuzanne Goldlust2019-02-281-130/+119
|
* [375-add-config-reload-support-in-process-library] Added config-reload to ↵Francis Dupont2019-01-221-1/+7
| | | | process lib so CA and D2
* [30-implement-control-socket-for-ddns-2] Updated docFrancis Dupont2019-01-031-0/+6
|
* [30-implement-control-socket-for-ddns-2] Reported doc updatesFrancis Dupont2019-01-031-2/+32
|
* [#309,ssh bikeshed.isc.org] removed static kea versions from xml filesWlodek Wencel2018-12-061-3/+1
|
* [#10,!3] version-get description clarified.Tomek Mrugalski2019-10-291-5/+4
|
* [5613] Further changes from "attached to" to "loaded by"Marcin Siodelski2018-06-111-1/+1
|
* [5599] Control channel now emits info on any discarded dataThomas Markwalder2018-06-051-1/+6
| | | | | | | | | | | | | | | | | | | | | | | doc/guide/ctrl-channel.xml Minor update to using socat src/bin/dhcp4/tests/ctrl_dhcp4_srv_unittest.cc src/bin/dhcp4/tests/ctrl_dhcp4_srv_unittest.cc Updated testing for server response to server side control channel timeouts src/lib/cc/json_feed.h JSONFeed::getProcessedText() - new method that returns a copy of the current accumulation of accepted text src/lib/config/config_messages.mes src/lib/config/command_mgr.cc Connection::receiveHandler() - added log info about discarded data when client closes connection Connection::timeoutHandler() - added info about discarded data to server's response to client on server side timeout
* [github39] Merge branch 'docbook-upgrade' of ↵Tomek Mrugalski2018-02-061-32/+32
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://github.com/andreipavelQ/kea into github39 - improvements required (__VERSION__ macro omitted) - the patch tried to reverse some texts back to 1.1.0 (we're now at 1.3.0) - there were many conflicts... # Conflicts: # doc/guide/admin.xml # doc/guide/ctrl-channel.xml # doc/guide/ddns.xml # doc/guide/dhcp4-srv.xml # doc/guide/dhcp6-srv.xml # doc/guide/install.xml # doc/guide/intro.xml # doc/guide/kea-guide.xml # src/bin/admin/kea-admin.xml # src/bin/agent/kea-ctrl-agent.xml # src/bin/d2/kea-dhcp-ddns.xml # src/bin/dhcp4/kea-dhcp4.xml # src/bin/dhcp6/kea-dhcp6.xml # src/bin/keactrl/keactrl.xml # src/bin/lfc/kea-lfc.xml # src/bin/perfdhcp/perfdhcp.xml # src/bin/shell/kea-shell.xml # src/bin/sockcreator/kea-sockcreator.xml
| * Merge branch 'isc-master' into docbook-upgradeAndrei Pavel2017-08-171-49/+468
| |\
| * | Style changes to documentationAndrei Pavel2016-12-231-19/+20
| | |
| * | Style changes to documentationAndrei Pavel2016-12-231-12/+1
| | |
| * | Upgraded Docbook from v4.2 to v5.0Andrei Pavel2016-12-151-27/+19
| | | | | | | | | | | | | | | | | | Used script http://docbook.org/xml/5.0/tools/db4-upgrade.xsl as specified in the installation documentation at http://tdg.docbook.org/tdg/5.0/appa.html.
* | | [5442] Described dhcp-enable and dhcp-disable in the User's Guide.Marcin Siodelski2017-12-051-0/+36
| | |
* | | [5396] Couple doc improvements.Tomek Mrugalski2017-10-211-13/+27
| |/ |/|
* | spelling: programmaticallyJosh Soref2017-07-231-1/+1
| |
* | spelling: neverthelessJosh Soref2017-07-231-1/+1
| |
* | spelling: limitationJosh Soref2017-07-231-1/+1
| |
* | [5318] Minor corrections.Tomek Mrugalski2017-07-051-1/+1
| |
* | [5318] Updated User's Guide with the information about connection timeouts.Marcin Siodelski2017-07-041-0/+14
| | | | | | | | Also, included a note about removal of the 64kB command restrictions.
* | [5187] Doc updatedTomek Mrugalski2017-04-181-1/+1
| |
* | [5187] Kea is less strict with filename argument to config-writeTomek Mrugalski2017-04-181-4/+3
| |
* | [5213] config-reload documented.Tomek Mrugalski2017-04-141-2/+30
| |
* | [5213] Documentation updated.Tomek Mrugalski2017-04-141-8/+8
| |
* | [5175] Added description of CA in the Developer's Guide.Marcin Siodelski2017-04-031-1/+27
| |
* | [5175] Fixed some typos minor word-playThomas Markwalder2017-03-311-7/+7
| |
* | [5175] Added Guide sections about Control Agent.Marcin Siodelski2017-03-311-20/+142
| |
* | [5150a] RebasedFrancis Dupont2017-03-171-2/+57
| |
* | [102b] rebasedFrancis Dupont2017-03-171-1/+31
| |
* | [5151] Minor corrections after review:Tomek Mrugalski2017-03-161-1/+1
| | | | | | | | | | | | - remove missed debug printout - using pretty print to write the file - correctly grammar in the guide
* | [5151] spellingFrancis Dupont2017-03-151-1/+1
| |
* | [5151] Whitespace correctionTomek Mrugalski2017-03-151-19/+19
| |
* | [5151] New commands documented.Tomek Mrugalski2017-03-151-0/+51
| |
* | [master] Merge branch github47 (typos)Tomek Mrugalski2017-02-101-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # src/bin/dhcp4/json_config_parser.cc # src/bin/dhcp4/tests/fqdn_unittest.cc # src/bin/dhcp6/dhcp6_srv.h # src/bin/dhcp6/tests/fqdn_unittest.cc # src/lib/config/command_mgr.h # src/lib/dhcpsrv/alloc_engine.h # src/lib/dhcpsrv/parsers/client_class_def_parser.h # src/lib/dhcpsrv/parsers/dbaccess_parser.cc # src/lib/dhcpsrv/parsers/dhcp_parsers.cc # src/lib/dhcpsrv/parsers/dhcp_parsers.h # src/lib/dhcpsrv/srv_config.h # src/lib/dhcpsrv/tests/client_class_def_parser_unittest.cc # src/lib/dhcpsrv/tests/dhcp_parsers_unittest.cc # src/lib/eval/eval_context.h # src/lib/hooks/callout_manager.cc # src/lib/testutils/dhcp_test_lib.sh.in
| * | Corrected typosAndrei Pavel2016-12-141-1/+1
| |/
* | [master] Implement set-config command in kea-dhcp4/6Thomas Markwalder2017-01-041-0/+61
|\ \ | | | | | | | | | Merges in branch 'trac5046'
| * | [5046] Added documentation to the admin guide for set-configThomas Markwalder2016-12-221-0/+61
| |/
* | [3238] spellingFrancis Dupont2016-12-151-1/+1
| |
* | [3238] Enabled libreload commandThomas Markwalder2016-11-221-1/+24
|/ | | | | | | | | | | | | | | | | | | doc/guide/ctrl-channel.xml Added libreload to common command section src/bin/dhcp4/ctrl_dhcp4_srv.cc Registered and deregistered libreload command src/bin/dhcp4/tests/ctrl_dhcp4_srv_unittest.cc TEST_F(CtrlChannelDhcpv4SrvTest, libreload) - modified to test using CommandMgr instance src/bin/dhcp6/ctrl_dhcp6_srv.cc Registered and deregistered libreload command src/bin/dhcp6/tests/ctrl_dhcp6_srv_unittest.cc TEST_F(CtrlChannelDhcpv6SrvTest, libreload) - modified to test using CommandMgr instance
* [5008] Editing changes to chapters 9 through 18 of the Kea guideStephen Morris2016-09-201-27/+28
|
* [3872] fixed many misspelled wordsJeremy C. Reed2015-12-141-2/+2
| | | | also added a couple commas or missing spaces
* [3979] Did some clean up and rewordingThomas Markwalder2015-10-271-2/+2
|
* [3979] Added description of leases-reclaim command to User Guide.Marcin Siodelski2015-10-261-0/+27
|
* [3800] Fix some typo level items in the documentation.Shawn Routhier2015-06-191-17/+17
|
* [3800] Remaing documentation written.Tomek Mrugalski2015-06-181-2/+146
|
* [3880] Minimalistic description in the User's Guide addedTomek Mrugalski2015-06-101-0/+15