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

36562 Commits

Author SHA1 Message Date
Francis Dupont
5a72d7b41e [#3477] Addressed auth parsing issue 2024-08-01 09:23:54 +02:00
Francis Dupont
645bb3d85f [#3477] Addressed some comments 2024-08-01 09:23:54 +02:00
Razvan Becheriu
6847ba1bda [#3477] fixed comments and unittests 2024-08-01 09:23:54 +02:00
Francis Dupont
fc31adb3ad [#3477] Finished unit tests 2024-08-01 09:23:54 +02:00
Francis Dupont
0b1c5ab430 [#3477] Checkpoint: finished d2 UTs 2024-08-01 09:23:54 +02:00
Francis Dupont
ac31f96b4d [#3477] Checkpoint: added d2 UTs 2024-08-01 09:23:53 +02:00
Francis Dupont
5a9f5aa758 [#3477] Checkpoint: fixed timeouts 2024-08-01 09:23:53 +02:00
Francis Dupont
411a0b2353 [#3477] Checkpoint: updating servers 2024-08-01 09:23:53 +02:00
Francis Dupont
ce84d2f337 [#3477] Checkpoint: finished libconfig 2024-08-01 09:23:53 +02:00
Francis Dupont
db3a0f9cd0 [#3477] Checkpoint: added HttpCommandMgr UTs 2024-08-01 09:23:53 +02:00
Francis Dupont
6703661b38 [#3477] Added some libconfig UTs 2024-08-01 09:23:53 +02:00
Francis Dupont
2089240a2e [#3477] Checkpoint: did libconfig 2024-08-01 09:23:53 +02:00
Francis Dupont
ed4ec3de0d [#3477] Introduced a new config class 2024-08-01 09:23:53 +02:00
Francis Dupont
4629127921 [#3477] Updated d2 and some UTs 2024-08-01 09:23:53 +02:00
Francis Dupont
b172b252e7 [#3477] Regen flex/bison 2024-08-01 09:23:53 +02:00
Francis Dupont
478d3581e8 [#3477] Checkpoint before regen (2) 2024-08-01 09:23:53 +02:00
Francis Dupont
797c118ab2 [#3477] Checkpoint before regen 2024-08-01 09:23:53 +02:00
Francis Dupont
3e80922de0 [#3477] Moved to control-sockets 2024-08-01 09:23:53 +02:00
Francis Dupont
bd825dd31f [#3477] Regen flex/bison 2024-08-01 09:23:53 +02:00
Francis Dupont
7b11724b2f [#3477] Fixed dhcp6_parser.yy 2024-08-01 09:23:53 +02:00
Francis Dupont
78ddd7b9df [#3477] Checkpoint before regen 2024-08-01 09:23:53 +02:00
Francis Dupont
97e0638daa [#3477] Updated dhcp4 syntax 2024-08-01 09:23:53 +02:00
Francis Dupont
a75d8fdd2c [#3477] Checkpoint: todo syntax UTs 2024-08-01 09:23:53 +02:00
Francis Dupont
fbb6f78b8f [#3477] Regen flex/bison 2024-08-01 09:23:53 +02:00
Francis Dupont
67fd9cae2b [#3477] Checkpoint: missing decl 2024-08-01 09:23:52 +02:00
Francis Dupont
636ecf15f3 [#3477] Checkpoint: typo 2024-08-01 09:23:52 +02:00
Francis Dupont
e151e50d40 [#3477] Checkpoint: updated syntax 2024-08-01 09:23:52 +02:00
Wlodek Wencel
dea8b45959 [#3526] updated version in configure.ac 2024-07-31 12:30:36 +02:00
Wlodek Wencel
5bebcca660 [#3520] release changes Kea-2.7.1 2024-07-29 10:58:47 +02:00
Razvan Becheriu
fe4e7c8c8d [#3515] bump up library versions for 2.7.1 release 2024-07-25 23:45:36 +03:00
Thomas Markwalder
2be7010d22 [#3469] Corrected MySQL binding offsets for class update
/src/hooks/dhcp/mysql_cb/mysql_cb_dhcp6.cc
    MySqlConfigBackendDHCPv6Impl::createUpdateClientClass6()
     - corrected binding offsets

/src/lib/dhcpsrv/testutils/generic_cb_dhcp6_unittest.cc
    GenericConfigBackendDHCPv6Test::createUpdateClientClass6OptionsTest()
    - added lifetime member checks
2024-07-23 10:21:12 -04:00
Francis Dupont
5c8d25cb17 [#3469] Added missing preferred checks 2024-07-23 10:21:12 -04:00
Francis Dupont
0c81dc7b25 [#3440] Moved to a map of pairs 2024-07-19 17:54:09 +02:00
Francis Dupont
799a4cbf99 [#3440] Moved to a single vector 2024-07-19 17:49:52 +02:00
Francis Dupont
fdbcd4eeb4 [#3440] Added design comment 2024-07-19 17:49:52 +02:00
Francis Dupont
6a19add690 [#3440] Added an empty check 2024-07-19 17:49:52 +02:00
Francis Dupont
114674a3e3 [#3440] Removed try catch block 2024-07-19 17:49:52 +02:00
Francis Dupont
8cbf53f4d2 [#3440] Typo 2024-07-19 17:49:52 +02:00
Francis Dupont
cdfcbfc8f2 [#3440] Added a ChangeLog entry 2024-07-19 17:49:49 +02:00
Francis Dupont
f32546bad1 [#3440] Added new UT 2024-07-19 17:48:57 +02:00
Francis Dupont
2366ac079b [#3440] Checkpoint: updated all UTs 2024-07-19 17:48:57 +02:00
Francis Dupont
7998eef6aa [#3440] Checkpoint: updated compatible UTs 2024-07-19 17:48:57 +02:00
Francis Dupont
ef94b64b25 [#3440] Checkpoint: added code, UT to update 2024-07-19 17:48:57 +02:00
Razvan Becheriu
9e9e28de44 [#3479] removed parameters from database and added unittests 2024-07-18 20:26:42 +03:00
Francis Dupont
3143a1966d [#3479] Removed control-socket from DB doc 2024-07-18 19:49:23 +03:00
Francis Dupont
247050d9a9 [#3479] Removed control-socket 2024-07-18 19:49:23 +03:00
Thomas Markwalder
48196f735e [#3476] Addressed review comments
modified:
    src/bin/admin/kea-admin.in
    src/lib/dhcp/option_data_types.h
    src/lib/dhcp/tests/option_definition_unittest.cc
    src/lib/dhcpsrv/testutils/generic_cb_dhcp4_unittest.cc
    src/lib/dhcpsrv/testutils/generic_cb_dhcp6_unittest.cc
    src/share/database/scripts/mysql/dhcpdb_create.mysql
    src/share/database/scripts/mysql/upgrade_023_to_024.sh.in
    src/share/database/scripts/pgsql/dhcpdb_create.pgsql
    src/share/database/scripts/pgsql/upgrade_023_to_024.sh.in
2024-07-18 11:18:26 -04:00
Thomas Markwalder
7d87bf4421 Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Andrei Pavel <andrei@isc.org>
2024-07-18 11:18:26 -04:00
Andrei Pavel
e3f91d94f5 [#3476] minor changes 2024-07-18 11:18:26 -04:00
Thomas Markwalder
d247a5d6df [#3476] Added ChangeLog entry 2024-07-18 11:18:14 -04:00