2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 05:27:55 +00:00

35387 Commits

Author SHA1 Message Date
Marcin Siodelski
85cf3699f6 [#2931] Added ChangeLog for #2931 2023-06-21 09:59:41 +02:00
Marcin Siodelski
704655fa8e [#2931] Fixed getting host by IPv6 address
Modified the query fetching host by IPv6 address to include all addresses
and options associated with the host.
2023-06-21 09:59:41 +02:00
Marcin Godzina
9e51cc140a [#2937] Add Fedora 38 support to hammer 2023-06-20 22:20:25 +00:00
Marcin Godzina
cfe8e1f911 [#2935] Adding Fedora 37 to hammer bug fix 2023-06-20 21:09:58 +00:00
Darren Ankney
2ce555f41c [#2900] Improve ip-reservations-unique doc 2023-06-20 17:57:05 +00:00
Darren Ankney
c6d14b9445 Clarify language in ARM. 2023-06-20 17:57:05 +00:00
Marcin Godzina
f74ce384ae [#2935] Add Fedora 37 support to hammer 2023-06-20 17:07:00 +00:00
Marcin Siodelski
cc00dfa85e [#2881] Added ChangeLog for #2881 2023-06-20 15:29:53 +02:00
Marcin Siodelski
95110ace1e [#2881] Fix encapsulating options from CB 2023-06-20 15:29:03 +02:00
Marcin Godzina
a2ee1d1933 [#2916] hammer changes for debian 12 2023-06-19 19:19:06 +00:00
Marcin Godzina
8472c5c532 [#2916] hammer changes for debian 12 2023-06-19 19:19:06 +00:00
Marcin Godzina
36fff8d28f [#2916] hammer changes for debian 12 2023-06-19 19:19:06 +00:00
Tomek Mrugalski
60c22994f4
[#2793] ChangeLog updated 2023-06-19 16:05:41 +02:00
Andrei Pavel
83cf6bde3d
[#2793] improve vendor option documentation 2023-06-19 16:04:04 +02:00
Andrei Pavel
01f15716d3
[#2793] fix a mistake in JSON CI script that made it check all files when none were modified 2023-06-19 16:04:04 +02:00
Thomas Markwalder
e2081c7059 [#2608] Addressed review comment
src/lib/dhcpsrv/Makefile.am
    Added flq_allocation_state.h
2023-06-19 09:09:27 -04:00
Thomas Markwalder
f733e766fc [#2608] Fixed ChangeLog typo 2023-06-16 14:04:43 -04:00
Thomas Markwalder
7c82b69c46 [#2608] Added cfg_globals to Makefile install list
modified:
    ChangeLog
    src/lib/dhcpsrv/Makefile.am
2023-06-16 13:55:12 -04:00
Andrei Pavel
f390f5ac98
[#2554] add ChangeLog entry 2023-06-14 22:24:19 +03:00
Andrei Pavel
333f5770a1
[#2554] mention premium in the table of hook libraries 2023-06-14 20:26:11 +03:00
Andrei Pavel
0ccda2a19f
[#2554] more iscman references in ARM 2023-06-14 20:26:11 +03: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
7e1b388777
[#2554] address review comments 2023-06-14 20:26:11 +03:00
Andrei Pavel
0bd79fcf79
[#2554] add missing loggers 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
Andrei Pavel
66acbcb51d
[#2554] add 'iscman' anchor to all manpages 2023-06-14 20:26:11 +03:00
Andrei Pavel
bf8efb6502
[#2554] add 'isccmd' anchors 2023-06-14 20:26:11 +03:00
Andrei Pavel
7bf80530ba
[#2554] add the 'ischooklib' cross-reference role 2023-06-14 20:26:11 +03:00
Andrei Pavel
03843acd02
[#2554] add the 'isccmd' cross-reference role 2023-06-14 20:26:11 +03:00
Andrei Pavel
7591ba5891
[#2554] add the 'iscman' cross-reference role 2023-06-14 20:26:11 +03:00
Andrei Pavel
f152c6477a
[#2554] bump up sphinx dependency versions
Not strictly required for referencing binaries to manpages.
2023-06-14 20:26:11 +03:00
Andrei Pavel
9ab147fe95
[#2554] simplify PDF building
Removed a lot of commands in the Makefile that were repeated.
Removed makeindex command because it doesn't seem required.
PDF is now built in seconds rather than minutes, and thousands of
verbose build output lines are now gone.
2023-06-14 20:26:11 +03:00
Piotrek Zadroga
b4f1098cb1 [#2865] Updating ChangeLog 2023-06-13 09:01:09 +02:00
Piotrek Zadroga
bff27696ec [#2865] Tweaking some pkt DROP prints 2023-06-07 17:38:24 +02:00
Piotrek Zadroga
af5e29e1f1 [#2865] Add DUID in some pkt6 prints 2023-06-07 08:40:21 +00:00
Piotrek Zadroga
b6e6eaa0e3 [#2865] Reformat prints 2023-06-07 08:40:21 +00:00
Piotrek Zadroga
3a78154b82 [#2865] Simplify hwaddr in pkt4 prints 2023-06-07 08:40:21 +00:00
Piotrek Zadroga
2d762695a7 [#2865] Add hwaddr to pkt4 prints 2023-06-07 08:40:21 +00:00
Piotrek Zadroga
3753cf52f6 [#2855] Updating ChangeLog 2023-06-06 16:55:18 +02:00
Piotrek Zadroga
faa7849cf5 [#2855] Updating ChangeLog 2023-06-06 16:52:12 +02:00
Piotrek Zadroga
3e4bea90c0 [#2855] Documentation update 2023-05-31 17:07:40 +02:00
Piotrek Zadroga
dec9184641 [#2855] Add UTs for missing lease type 2023-05-31 16:17:48 +02:00
Piotrek Zadroga
92f3b86a55 [#2855] kea-admin lease-upload check added 2023-05-31 15:43:55 +02:00
Andrei Pavel
a9eb196adc
[#2899] bump up version in configure.ac 2023-05-30 22:38:25 +03:00
Andrei Pavel
b158740f0c
[#2899] update release checklist 2023-05-30 22:37:56 +03:00
Razvan Becheriu
f4ecd49481 [#2893] lease commands hook library parse pool-id Kea-2.3.8 2023-05-29 22:46:17 +03:00
Razvan Becheriu
492157f71e [#2886] fixed crash using iterator 2023-05-29 19:21:51 +00:00
Razvan Becheriu
bd079a7d35 [#2886] fix schema order for pool_id and binaddr 2023-05-29 19:21:51 +00:00