2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-28 12:37:55 +00:00

54 Commits

Author SHA1 Message Date
Thomas Markwalder
ee89af66cc [#3902] More typos
modified:   doc/sphinx/arm/agent.rst
modified:   doc/sphinx/arm/ddns.rst
modified:   doc/sphinx/arm/dhcp4-srv.rst
modified:   doc/sphinx/arm/dhcp6-srv.rst
modified:   doc/sphinx/arm/security.rst
modified:   src/bin/agent/ca_messages.mes
modified:   src/lib/d2srv/d2_messages.mes
modified:   src/lib/util/filesystem.cc
modified:   src/lib/util/filesystem.h
2025-05-23 14:36:30 -04:00
Thomas Markwalder
9caf40cc0c [#3902] Initial review comments
Fixed ARM typos

    modified:   agent.rst
    modified:   ddns.rst
    modified:   dhcp4-srv.rst
    modified:   dhcp6-srv.rst
    modified:   security.rst
2025-05-23 13:28:22 -04:00
Thomas Markwalder
9adef66837 [#3902] servers disable security on -X
modified:   doc/sphinx/arm/agent.rst
modified:   doc/sphinx/arm/ddns.rst
modified:   doc/sphinx/arm/dhcp4-srv.rst
modified:   doc/sphinx/arm/dhcp6-srv.rst
modified:   doc/sphinx/arm/security.rst
modified:   src/bin/agent/ca_messages.mes
modified:   src/bin/agent/ca_process.cc
modified:   src/bin/d2/d2_process.cc
modified:   src/bin/dhcp4/dhcp4_messages.mes
modified:   src/bin/dhcp4/main.cc
modified:   src/bin/dhcp6/dhcp6_messages.mes
modified:   src/bin/dhcp6/main.cc
modified:   src/lib/config/unix_command_config.cc
modified:   src/lib/config/unix_command_config.h
modified:   src/lib/d2srv/d2_messages.mes
modified:   src/lib/dhcpsrv/cfgmgr.cc
modified:   src/lib/dhcpsrv/cfgmgr.h
modified:   src/lib/dhcpsrv/legal_log_mgr.cc
modified:   src/lib/dhcpsrv/legal_log_mgr.h
modified:   src/lib/hooks/hooks_parser.cc
modified:   src/lib/hooks/hooks_parser.h
modified:   src/lib/hooks/tests/hooks_manager_unittest.cc
modified:   src/lib/process/d_controller.cc
modified:   src/lib/process/log_parser.cc
modified:   src/lib/process/log_parser.h
modified:   src/lib/util/filesystem.cc
modified:   src/lib/util/filesystem.h
modified:   src/lib/util/tests/filesystem_unittests.cc
2025-05-23 11:20:20 -04:00
Razvan Becheriu
5e21953fb9 [#3833] addressed review comments 2025-05-20 07:48:32 +03:00
Razvan Becheriu
0d2ff4ff5e [#3833] remove references to /tmp/ 2025-05-20 00:04:12 +03:00
Razvan Becheriu
5cf1a06cef [#3831] fix fuzz and permissions mask 2025-05-19 12:12:55 +00:00
Thomas Markwalder
37ae2585c0 [#3831] ARM Updates
modified:   doc/sphinx/arm/agent.rst
modified:   doc/sphinx/arm/ddns.rst
modified:   doc/sphinx/arm/dhcp4-srv.rst
2025-05-19 12:12:55 +00:00
Thomas Markwalder
6b721c4d3a [#3831] Update ARM
modified:   ../../sphinx/arm/ddns.rst
modified:   ../../sphinx/arm/dhcp4-srv.rst
modified:   ../../sphinx/arm/dhcp6-srv.rst
2025-05-19 12:12:55 +00:00
Andrei Pavel
60222843a6
[#3732] Address review 2025-04-23 23:15:59 +03:00
Andrei Pavel
435d56b645
[#3732] Switch docs from Autotools to Meson 2025-04-23 22:29:34 +03:00
Razvan Becheriu
1569148fa3 [#3694] addressed review comments 2025-02-11 11:05:17 +02:00
Razvan Becheriu
aa5ccbc779 [#3694] throw error when switching from/to TLS 2025-02-07 21:47:58 +02:00
Razvan Becheriu
5f3a785689 [#3082] updated D2 docs 2025-01-22 14:09:35 +00:00
Francis Dupont
b27b3b697a [#3477] Addressed comments 2024-08-21 11:19:17 +02:00
Francis Dupont
1f88309d57 [#3477] First attempt 2024-08-21 11:17:44 +02:00
Thomas Markwalder
9bbe6aa4dc [#2611] Updated ARM, added ChangeLog
/doc/sphinx/arm/ddns.rst
/doc/sphinx/arm/stats.rst
2024-06-07 14:55:57 +03:00
Suzanne Goldlust
7730a1d60d Resolve "Editorial review of the ARM prior to 2.6 release" 2024-05-16 20:09:54 +00:00
Andrei Pavel
677f8a8f0e
[#3254] consistent version output across executables
- replace VERSION with PACKAGE_VERSION in src/bin/admin to avoid
  overlap with VERSION used in src/share/database.
- add -V to kea-admin
- add -V to kea-shell
- add -V to keactrl
- add -V to perfdhcp
- removed getVersionAddendum from d2 and added the openssl version to
  the output of other process versions since it's not only used by d2
- make all -V outputs consistent. Some are showing only core version and
  are missing premium version which is fine since they are the
  executables that don't have something to do with premium directly
  anyway.
2024-04-24 15:23:48 +03:00
Francis Dupont
998d827669 [#3133] Checkpoint 2024-04-16 19:00:57 +00:00
Andrei Pavel
29510c9762
[#3025] address review comments 2024-02-22 10:06:32 +02:00
Razvan Becheriu
1e5a757a0e [#3046] updated ARM references to DDNS tunin hook library 2023-10-05 12:13:00 +00:00
Francis Dupont
1121e02192
[#2707] Checkpoint 2023-06-22 16:23:38 +02:00
Andrei Pavel
a51ab99885
[#2554] add 'isccmd' references
The commands used were:
- find doc/sphinx/arm -name '*.rst' | xargs grep -E '^\.\. ' | cut -d ' ' -f 2 | sort -uV | grep _command- > /tmp/commands
- for i in $(cat /tmp/commands); do find doc/sphinx/arm -name '*.rst' | xargs sed -i "s/\`\`${i}\`\` command/\`${i} command <_command-${i}>\`/g"; done
- for i in $(cat /tmp/commands); do find doc/sphinx/arm -name '*.rst' | xargs sed -i "s/\`\`${i}\`\`/\`${i} <_command-${i}>\`/g"; done
- for i in $(cat /tmp/commands); do find doc/sphinx/arm -name '*.rst' | xargs sed -i "s/The \`${i} <_command-${i}>\` Command/The \`\`${i}\`\` Command/g"; done
- for i in $(cat /tmp/commands); do find doc/sphinx/arm -name '*.rst' | xargs sed -i "s/-  ${i}/- \`${i} <_command-${i}>\`/g"; done

But they were not perfect. Some manual adjustment was required.
2023-06-14 20:26:11 +03:00
Andrei Pavel
f936be3222
[#2554] add 'iscman' references
The commands used were:
- find doc/sphinx/man -name '*.rst' | xargs grep -F '.. iscman' | cut -d ' ' -f 3 > /tmp/binaries
- for i in $(cat /tmp/binaries); do find doc/sphinx/arm -name '*.rst' | xargs sed -i "s/\`\`${i}\`\`/:iscman:\`${i}\`/g"; done

Manual adjustment was required in a few places to:
- extend title lines
- realign table lines
2023-06-14 20:26:11 +03:00
Razvan Becheriu
50abca6f3f [#2827] fixed all json examples in arm 2023-05-11 11:30:02 +03:00
Razvan Becheriu
b47394ff5e [#1671] addressed review comments 2023-03-21 08:39:52 +02:00
Razvan Becheriu
35238f03aa [#1671] the -t parameter now loads and checks hook libraries config 2023-03-17 23:00:39 +02:00
Thomas Markwalder
65803f20d9 [#2590] Updated the ARM, added ChangeLog
modified:
    ChangeLog
    doc/sphinx/arm/ddns.rst
2023-01-13 09:37:04 -05:00
Andrei Pavel
e194ff748f
[#2245] Text edits 2021-12-16 10:49:28 +02:00
Thomas Markwalder
0a66a532a9 [#1934] Kea now supports v6 DUIDs in v4 Client IDs
Adds support for extracting v6 DUIDs from v4
client identfiers per RFC 4361. This allows DDNS
for dual-stack clients to function. Thanks to
John Dickinson for contributing the patch.

Updated AUTHORS
Added ChangeLog

doc/sphinx/arm/ddns.rst
doc/sphinx/arm/dhcp4-srv.rst
    Updated doc

src/lib/dhcp_ddns/ncr_msg.cc
    D2Dhcid::fromClientId() - can now extract DUIDs stored
    per RFC 4361

src/lib/dhcp_ddns/tests/ncr_unittests.cc
    TEST_F(DhcidTest, fromClientIdDUID) - new test
2021-11-29 13:25:49 -05:00
Suzanne Goldlust
0df811090d [#2132] Even more text edits after review 2021-10-21 15:10:54 -04:00
Suzanne Goldlust
4df1c438c5 [#2132] More text edits after review 2021-10-21 15:10:54 -04:00
Suzanne Goldlust
c236588783 [#2132] Additional text edits after review 2021-10-21 15:08:56 -04:00
Suzanne Goldlust
f8dded8812 [#2132] Additional text edits 2021-10-21 15:08:56 -04:00
Suzanne Goldlust
6b147156dc [#2132] Text edits 2021-10-21 15:08:56 -04:00
Francis Dupont
d840346cb3 [#2078] Updated doc 2021-09-07 12:45:43 +03:00
Razvan Becheriu
6ce29f3a8f [#2040] fixed indentation, spaces and typos 2021-09-03 17:10:59 +03:00
Francis Dupont
d3d457c806 [#2040] Spelling 2021-09-03 17:10:59 +03:00
Francis Dupont
eccdffbf66 [#2040] Checkpoint: todo UTs, ... 2021-09-03 17:10:59 +03:00
Razvan Becheriu
2814b1cc4c [#2011] documentation fixes 2021-09-02 17:35:48 +02:00
Francis Dupont
0233796416 [#2011] Replaced 2.0.0 by 1.9.11 2021-09-02 17:35:48 +02:00
Francis Dupont
3f81772929 [#2011] Checkpoint: finished doc part 2021-09-02 17:35:48 +02:00
Wlodek Wencel
b1d5e8f206 [#1983] replaced old jenkins links with repors.isc.org 2021-08-05 15:07:49 +00:00
peterd
d575f854cf [#1917] Changes up to and including Chapter 23 2021-06-17 13:09:05 +00: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
Suzanne Goldlust
76b25d1836 Fix typos, and other text corrections
Mostly minor text fixups, with a few edits for clarity
2020-11-20 11:32:22 +01:00
Razvan Becheriu
e063199a44 [#757] added documentation for optional DDNS "shutdown" command parameter "type" 2020-08-20 16:12:13 +00:00
Tomek Mrugalski
ccfb9d4f0e [#1079] Comments vs user-context documented 2020-01-27 14:28:13 +01:00
Francis Dupont
300c6809dc [#1041] Checkpoint: moved uptime/reload to libprocess 2019-12-13 17:01:00 +01:00