2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 21:18:02 +00:00

1681 Commits

Author SHA1 Message Date
Thomas Markwalder
e6354ef4f8 [#1735] Additional review comments
More cosmetics, doxygen fixes.
2021-04-14 07:49:54 -04:00
Thomas Markwalder
b3872cb530 [#1735] Addressed review comments.
Cosmetics, typos etc...

modified:
    doc/sphinx/arm/hooks-ha.rst
    src/hooks/dhcp/high_availability/ha_config.h
    src/hooks/dhcp/high_availability/ha_messages.mes
    src/hooks/dhcp/high_availability/tests/ha_config_unittest.cc
    src/hooks/dhcp/high_availability/tests/ha_test.cc
    src/hooks/dhcp/high_availability/tests/ha_test.h
    src/lib/dhcpsrv/cfg_multi_threading.cc
2021-04-14 07:49:54 -04:00
Thomas Markwalder
a7ec7a26dd [#1735] Added preliminary HA+MT doc to ARM
doc/sphinx/arm/hooks-ha.rst
    Added an initial section for HA+MT configuration.
2021-04-14 07:49:54 -04:00
Andrei Pavel
c96cbaf5d4 [#1788] remove "-git" from the version in the ARM 2021-04-02 09:47:17 +00:00
Andrei Pavel
dab966b3ed
[#1772] changelog, copyrights, messages 2021-03-29 21:47:05 +03:00
Razvan Becheriu
7ad76302b1 [#1621] regenerated parsers and updated documentation 2021-03-29 21:11:29 +03:00
Razvan Becheriu
c476eaaaea [#1621] fixed typos and bug which prevents configuring values for "on-fail" 2021-03-29 21:11:29 +03:00
Razvan Becheriu
ca812d1116 [#1621] implemented "on-fail" action for connection recovery 2021-03-29 21:11:29 +03:00
Razvan Becheriu
f525fc6335 [#1621] disabling connection recovery mechanish is not available in core managers 2021-03-29 21:11:29 +03:00
Razvan Becheriu
f2e1f082a1 [#1621] added documentation 2021-03-29 21:11:29 +03:00
Razvan Becheriu
a730cfea4e [#1621] updated parsers 2021-03-29 21:11:29 +03:00
Razvan Becheriu
bb87d03147 [#1621] add disable-dhcp-on-db-loss parameter to configure network state effect 2021-03-29 21:11:29 +03:00
Francis Dupont
b8d90d273c [#1758] Addressed comment 2021-03-29 11:38:09 +02:00
Francis Dupont
2535bb4282 [#1758] Added a note in HA doc 2021-03-29 11:25:30 +02:00
Francis Dupont
9170b1c017 [#1662] Updates from previous work 2021-03-26 15:39:56 +01:00
Francis Dupont
67c314f565 [#1662] Updated doc (not finished: depends on 1664) 2021-03-26 15:39:56 +01:00
Andrei Pavel
1e6da03272
[#1760] spell checks 2021-03-26 13:02:13 +02:00
Tomek Mrugalski
bba5391d5d [#1663] Corrected bold problem in sphinx 2021-03-25 14:50:03 +01:00
Francis Dupont
555a74478a [#1663] Addressed final comments 2021-03-25 13:26:46 +01:00
Tomek Mrugalski
6ff38638f5 [#1663] Updated ARM regarding kea-shell support for TLS 2021-03-25 12:57:11 +01:00
Francis Dupont
00fbf6141b [#1663] Checkpoint 2021-03-25 09:31:33 +01:00
Francis Dupont
d3fd1c9fc2 [#1664] Addressed last comments 2021-03-24 23:03:01 +01:00
Francis Dupont
10e9494695 [#1664] Addressed comments 2021-03-24 15:22:38 +01:00
Francis Dupont
522b159a1a [#1664] Improved priv key file doc 2021-03-24 13:49:01 +01:00
Francis Dupont
f6bf65a094 [#1664] More text in tls.rst 2021-03-24 13:49:01 +01:00
Francis Dupont
ad20425212 [#1664] Checkpoint: added doc 2021-03-24 13:49:01 +01:00
Tomek Mrugalski
3c201a1bab [#1702] Removed outdated note about TSIG 2021-03-24 10:56:10 +00:00
Andrei Pavel
e47a26ee2f [#1717] correct some URLs 2021-03-23 13:32:54 +00:00
Marcin Siodelski
a424f3a732 [#1726] Applied small edits after review 2021-03-22 16:09:24 +01:00
Marcin Siodelski
f9414cabe4 [#1726] Load-balancing requires pools split
This was now highlighted in the ARM in two sections to ensure that users
don't misconfigure their load-balancing servers.
2021-03-22 11:58:50 +01:00
Francis Dupont
5eea88319c [#1661] Extracted asiolink part 2021-03-12 09:56:46 +01:00
Razvan Becheriu
92a6486117 [#1657] added note about security regarding the executed script 2021-02-22 16:02:57 +00:00
Thomas Markwalder
e3b16f4cbf [#1635] Addressed review comments
Changes were cosmetic, no fucntional changes required.

Modified:
doc/sphinx/arm/dhcp4-srv.rst
src/bin/dhcp4/tests/config_parser_unittest.cc
src/lib/cc/simple_parser.h
src/lib/dhcpsrv/alloc_engine.cc
src/lib/dhcpsrv/alloc_engine.h
src/lib/dhcpsrv/client_class_def.cc
src/lib/dhcpsrv/client_class_def.h
src/lib/dhcpsrv/parsers/shared_network_parser.cc
src/lib/dhcpsrv/tests/alloc_engine4_unittest.cc
src/lib/dhcpsrv/tests/client_class_def_parser_unittest.cc
2021-02-19 13:21:59 -05:00
Thomas Markwalder
6dffe6c360 [#1635] Use option 51 in conjunction with class triplet
Added a ChangeLog entry

doc/examples/kea4/all-keys.json
doc/sphinx/arm/dhcp4-srv.rst
    Updated doc

src/lib/dhcpsrv/alloc_engine.*
    AllocEngine::getValidLft() - revamped to apply use class
    triplet with option 51

src/lib/dhcpsrv/tests/alloc_engine4_unittest.cc
    TEST_F(AllocEngine4Test, getValidLft4)  - udpated
    to match new logic
2021-02-19 13:21:59 -05:00
Razvan Becheriu
199d87627c [#1712] document that ProcessSpawn used full path to executable 2021-02-19 12:18:43 +02:00
Razvan Becheriu
b08ce55081 [#899] addressed comments 2021-02-18 19:23:57 +02:00
Razvan Becheriu
4799f2603a [#899] updated documentation 2021-02-18 19:23:57 +02:00
Razvan Becheriu
ee8bed828c [#899] addressed comments 2021-02-18 19:23:57 +02:00
Razvan Becheriu
f04f2978a4 [#899] changed hook_libraries to hooks-libraries in json examples 2021-02-18 19:23:57 +02:00
Razvan Becheriu
3f5a3f6601 [#899] fixed CI and documentation 2021-02-18 19:23:57 +02:00
Razvan Becheriu
f544d47392 [#899] added more documentation 2021-02-18 19:23:57 +02:00
Razvan Becheriu
37cde2ced7 [#899] added documentation 2021-02-18 19:23:57 +02:00
Francis Dupont
2a5e5e8b4c [#1662] Addressed comments 2021-02-17 12:54:14 +01:00
Thomas Markwalder
38423ab674 [#1672] Updated kea-dhcp4 ARM and added ChangeLog 2021-02-14 13:36:21 -05:00
Tomek Mrugalski
492733fd18 [#1546] ARM updated with pointers to new configs. 2021-01-25 13:54:28 +01:00
Andrei Pavel
96f049b111
[#1656] 1.9.4 release: spelling check 2021-01-25 13:52:09 +02:00
Andrei Pavel
13fd9548b6
[#1656] 1.9.4 release: dos2unix SVGs
This is a pesky change affecting entire files, but in order to see
further individual changes, I've applied dos2unix to all of the SVGs to
remove carrier returns ^M, otherwise IDEs would have removed them
together with the actual change.
2021-01-25 13:52:08 +02:00
Francis Dupont
cbb0ce13ae [#1618] Updated sanity check sections 2021-01-24 16:03:58 +01:00
Razvan Becheriu
3dd51aa7ab [#1629] updated documentation 2021-01-22 18:26:40 +00:00
Razvan Becheriu
be21d771ff [#1629] updated documentation 2021-01-22 18:26:40 +00:00