2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-28 20:47:48 +00:00

1681 Commits

Author SHA1 Message Date
Thomas Markwalder
ddfd1af2f2 [#1106] Cleaned command documentation 2020-03-19 10:44:24 -04:00
Thomas Markwalder
d69a5e8c82 [#1106] Udpated the ARM and created API files
new file:   doc/sphinx/api/lease4-resend-ddns.json
new file:   doc/sphinx/api/lease6-resend-ddns.json
modified:   doc/sphinx/arm/hooks-lease-cmds.rst
2020-03-19 10:44:24 -04:00
Marcin Siodelski
4d5944f9e7 [#1139] Addressed doc related comments
I addressed review comments refering to the doc updates. Mainly typos and
grammatical errors.
2020-03-19 12:14:51 +00:00
Marcin Siodelski
96a56f4a2e [#1139] DHCPv6 classification updated in ARM 2020-03-19 12:14:51 +00:00
Marcin Siodelski
c08381f70d [#1139] DHCPv4 classification updated
The ARM has been updated to reflect the most recent changes to
classification.
2020-03-19 12:14:51 +00:00
Thomas Markwalder
dc10efe8dd [#1115] Addressed review comments
src/bin/agent/tests/ca_controller_unittests.cc
   TEST_F(CtrlAgentControllerTest, shutdown) - new test

src/lib/process/daemon.h
    Daemon::shutdown() restored to virtual

Other Minor cleanups
2020-03-04 07:00:40 -05:00
Thomas Markwalder
4dba1a95e2 [#1115] Updated doc and added ChangeLog
modified:
    ChangeLog
    doc/sphinx/api/shutdown.json
    doc/sphinx/arm/ctrl-channel.rst
2020-03-04 07:00:40 -05:00
Wlodek Wencel
7ab38bc784 [#1128] 1.7.4 pre prelease changes 2020-02-25 08:33:30 +01:00
Tomek Mrugalski
6b23d6fad5 [#160] Addressed revie comments
- care => caution
 - ip6tables => iptables
2020-02-24 16:10:53 +01:00
Tomek Mrugalski
2e8e4723e3 [#160] Running non-rooted kea described 2020-02-24 16:10:53 +01:00
Tomek Mrugalski
e190cf5edb [#1049] Minor classification doc update 2020-02-21 21:28:42 +01:00
Thomas Markwalder
89b6823be3 [#1048] Fixed new doc formatting 2020-02-21 10:07:34 +01:00
Thomas Markwalder
adf6634a7f [#1048] Enable host sanitizing by default
src/lib/util/strutil.cc
    StringSanitizerImpl::scrub() - modified non-USE_REGEX code to
    handle embedded nuls.

src/lib/util/tests/strutil_unittest.cc
    Updated tests

src/bin/dhcp4/tests/fqdn_unittest.cc
src/bin/dhcp4/tests/get_config_unittest.cc
src/bin/dhcp6/tests/fqdn_unittest.cc
src/bin/dhcp6/tests/get_config_unittest.cc
    updated testing

src/lib/dhcpsrv/parsers/simple_parser4.cc
src/lib/dhcpsrv/parsers/simple_parser6.cc
    Added global default values

doc/sphinx/arm/dhcp6-srv.rst
doc/sphinx/arm/dhcp4-srv.rst
    Updated sanitizing text
2020-02-21 10:07:34 +01:00
Michal Nowikowski
fafdd1639a [#1098] updated list of supported systems in ARM 2020-01-27 19:50:37 +01:00
Marcin Siodelski
b724d75323 [#946] Documented ddns parameters in CB
The DDNS specific parameters are now included in the tables that list
parameters supported/not supported by the CB.
2020-01-27 13:52:07 +00:00
Tomek Mrugalski
76298e9e4f [#1079] Typo fixed after review 2020-01-27 14:30:58 +01:00
Tomek Mrugalski
f65f3a5e79 [#1079] Reworded the text slightly 2020-01-27 14:28:13 +01:00
Tomek Mrugalski
ccfb9d4f0e [#1079] Comments vs user-context documented 2020-01-27 14:28:13 +01:00
Marcin Siodelski
57eee8e7a1 [#1024] Warn about direct use of HA command
The ha-maintenance-notify command is used for internal communication
between the HA servers. The ARM now warns about it. Per review comments.
2020-01-27 13:59:02 +01:00
Marcin Siodelski
4243076f38 [#1024] Edits in the Kea ARM
Remove some superfluous occurences of "being". Removed "the" before
"server1" per review comments.
2020-01-27 13:55:18 +01:00
Marcin Siodelski
0a68d09c69 [#1024] Renamed the new states
- maintained to in-maintenance
- partner-maintained to partner-in-maintenance
2020-01-27 13:55:18 +01:00
Marcin Siodelski
8ca1dfa4bb [#1024] Corrected ha-maintenance-cancel API doc 2020-01-27 13:55:17 +01:00
Marcin Siodelski
8ee00cbf73 [#1024] Documented ha-maintenance-cancel command 2020-01-27 13:55:17 +01:00
Marcin Siodelski
0f879c9150 [#1024] Clarify upgrades from older HA versions
Added a section which explains how to benefit from the maintenance
mechanism during the upgrade from the old HA versions.
2020-01-27 13:55:17 +01:00
Marcin Siodelski
1b25687150 [#1024] Documented HA maintenance mechanism 2020-01-27 13:55:17 +01:00
Tomek Mrugalski
7b756fbbc0 [#1064] Updated ARM text 2020-01-26 20:16:14 +01:00
Francis Dupont
ed9a42c6e5 [#1064] Updated documentation 2020-01-26 19:42:44 +01:00
Tomek Mrugalski
31d662470d [#1022] Added missing space 2020-01-24 14:27:35 +00:00
Wlodek Wencel
06c6423c53 [#1022] state param in lease4/6-add described 2020-01-24 14:27:35 +00:00
Wlodek Wencel
df32a450fe [#867] date set for next release 2020-01-24 14:07:30 +00:00
Francis Dupont
566c95d3c4 [#950] Wrapped long lines 2020-01-24 12:58:51 +01:00
Thomas Markwalder
28dd7c8882 [#950] Reformatted ARM text for option 43 processing
modified:   dhcp4-srv.rst
2020-01-24 12:58:51 +01:00
Francis Dupont
6fc50cba7e [#950] Added option 43 processing 2020-01-24 12:58:51 +01:00
Francis Dupont
faaab21b4b [#950] Addressed comments 2020-01-24 12:58:51 +01:00
Francis Dupont
ea2fea472f [950-dhcp-option-43-pad-end] Updated doc 2020-01-24 12:58:51 +01:00
Tomek Mrugalski
a75a043597 [#963] Fixed sphinx compilation 2020-01-24 11:54:42 +01:00
Wlodek Wencel
3338270cbd [#963] added note about MySQL performance tweak 2020-01-24 11:26:11 +01:00
Michal Nowikowski
a1e681acad [#1056] updated list of systems where kea is tested on 2019-12-16 10:12:25 +01:00
Marcin Siodelski
b869bdf3fe [#1041] Added age value to the status-get response 2019-12-13 17:01:00 +01:00
Marcin Siodelski
3d76d8f1a0 [#1041] Updated docs about status-get
Added new HA specific section too.
2019-12-13 17:01:00 +01:00
Francis Dupont
300c6809dc [#1041] Checkpoint: moved uptime/reload to libprocess 2019-12-13 17:01:00 +01:00
Francis Dupont
f3f5125e3b [#1041] Addressed new comments 2019-12-13 17:01:00 +01:00
Francis Dupont
a82ae353a1 [#1041] Added more HA doc 2019-12-13 17:01:00 +01:00
Francis Dupont
9ec9289202 [#1041] Doc improvements 2019-12-13 17:01:00 +01:00
Francis Dupont
4f2df8c373 [#1041] Augmented HA report 2019-12-13 17:01:00 +01:00
Francis Dupont
4915d551c7 [#1041] Added doc skeleton 2019-12-13 16:54:14 +01:00
Tomek Mrugalski
993fa4ee72 [#876] avalanche description tweaks 2019-12-13 16:29:25 +01:00
Wlodek Wencel
71fc413a7b [876] fixed wording 2019-12-13 16:29:25 +01:00
Wlodek Wencel
2f73ae5c08 [876] added scenario avalanche to mans 2019-12-13 16:29:25 +01:00
Tomek Mrugalski
efd6fa5408 [#943] corrected indentation error reported by sphinx 2019-12-13 15:42:49 +01:00