2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 01:49:48 +00:00

19 Commits

Author SHA1 Message Date
Andrei Pavel
60222843a6
[#3732] Address review 2025-04-23 23:15:59 +03:00
Razvan Becheriu
0bcf6fe139 [#3569] add support for legal log syslog 2025-03-31 18:49:45 +03:00
Razvan Becheriu
785efcc92a [#3333] move hook libraries to open source 2025-02-21 21:34:58 +00:00
Francis Dupont
6d95ccb0f0 [#3398] Made 1234 the default secret/password 2025-01-27 15:05:11 +01:00
Wlodzimierz Wencel
e2300efb36 [#3529] fixed typo, removed experimental note 2024-10-25 09:41:12 +00:00
Suzanne Goldlust
7730a1d60d Resolve "Editorial review of the ARM prior to 2.6 release" 2024-05-16 20:09:54 +00:00
Razvan Becheriu
a7e983dd2a [#3019] addressed review comments 2023-12-14 08:01:42 +02:00
Razvan Becheriu
fb09b7805e [#3019] addressed review comments 2023-12-14 08:01:42 +02:00
Razvan Becheriu
d781e915cd [#3019] retry db open on startup 2023-12-14 08:01:42 +02:00
Francis Dupont
823da39a90 [#2866] Checkpoint: updated examples and arm 2023-06-26 14:24:42 +02:00
Andrei Pavel
153ace53c1
[#2554] add notes about each hook library's packaging
- Premium libraries were marked as subscription libraries.
  That has also been fixed.
2023-06-14 20:26:11 +03:00
Andrei Pavel
aaa3a91b9b
[#2554] add 'ischooklib' anchors and references 2023-06-14 20:26:11 +03: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
fda083c259 [#2629] added origin for ha lease commands 2023-05-25 21:12:53 +00:00
Razvan Becheriu
50abca6f3f [#2827] fixed all json examples in arm 2023-05-11 11:30:02 +03:00
Suzanne Goldlust
0c8367ac04 [#2403] Final changes to section header formatting 2022-06-14 14:12:09 -04:00
Suzanne Goldlust
50add1502f [#2403] Reformat section header 2022-06-14 14:09:03 -04:00
Suzanne Goldlust
f71a698501 [#2403] Editorial review of documentation about hook libraries in the ARM 2022-06-14 14:09:03 -04:00