2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 13:37:55 +00:00
Commit Graph

36562 Commits

Author SHA1 Message Date
Francis Dupont
5b60e5fbba [#2961] Checkpoint: updated code, tests and doc 2024-05-13 18:23:59 +02:00
Francis Dupont
5bee75d3dc [#3378] Removed ip-address from relay syntax 2024-05-13 18:15:43 +02:00
Francis Dupont
7415bca627 [#3378] Regen flex/bison 2024-05-13 18:15:43 +02:00
Francis Dupont
2a881d3d91 [#3378] Updated syntaxes 2024-05-13 18:15:43 +02:00
Marcin Godzina
4f35701630 [#3393] add fedora 40 to hammer 2024-05-13 15:31:11 +00:00
Marcin Godzina
b500325a62 [#3382] add ubuntu 24.04 to hammer 2024-05-13 15:24:04 +00:00
Piotrek Zadroga
c8ab347e53 [#3364] ubsan error fix 2024-05-13 14:48:48 +00:00
Thomas Markwalder
71c70c0920 [#3279] Corrected doxygen and added UTs
src/bin/dhcp4/dhcp4_hooks.dox
src/bin/dhcp4/dhcp6_hooks.dox
    Correctec parameter names

src/bin/dhcp4/tests/hooks_unittest.cc
    TEST_F(HooksDhcpv4SrvTest, ddns4Update) - new test

src/bin/dhcp6/tests/hooks_unittest.cc
    TEST_F(HooksDhcpv6SrvTest, ddns6Update) - new test

src/lib/asiolink/io_service.cc
src/lib/asiolink/io_service.h
- replaced unresolvable @ref with @c for boost::asio::io_service,
  (boost code does not use doxygen)

src/lib/dns/tsigkey.h
    Replaced @class with @ref, at @class needs to point to a file
2024-05-10 18:12:06 +00:00
Thomas Markwalder
f8e75772e1 [#3203] Addressed review comments
src/bin/dhcp4/dhcp4_messages.mes
src/bin/dhcp6/dhcp6_messages.mes
- Minor clean up to log messages.
2024-05-10 14:00:26 -04:00
Thomas Markwalder
f49b1825cb [#3203] Log packet recv and send at INFO
Added ChangeLog entry

src/bin/dhcp4/dhcp4_srv.cc
    DHCP4_PACKET_RECEIVED and DHCP4_PACKET_SEND moved to INFO

src/bin/dhcp6/dhcp6_srv.cc
    DHCP6_PACKET_RECEIVED and DHCP6_PACKET_SEND moved to INFO
2024-05-10 14:00:26 -04:00
Thomas Markwalder
b324d5bea0 Resolve "kea-dhcp4 and 6: WARNING: MYSQL_OPT_RECONNECT is deprecated and will be removed in a future version." 2024-05-10 14:58:09 +00:00
Andrei Pavel
a3aa696655 [#3163] remove EXPECT_EQ_MARGIN, EXPECT_IN_RANGE
They're longer used. Replaced with the official EXPECT_NEAR.
2024-05-01 13:23:17 +03:00
Andrei Pavel
4891f55241 [#3163] EXPECT_EQ_MARGIN -> EXPECT_NEAR 2024-05-01 13:23:17 +03:00
Andrei Pavel
f40fa49ab9 [#3163] fix warnings on modified files
- ctrl_dhcp4_srv_unittest.cc:145:6: warning: extra ‘;’ after in-class function definition [-Wextra-semi]
- ctrl_dhcp4_srv_unittest.cc:2172:28: warning: comparison of integer expressions of different signedness: ‘std::streamoff’ {aka ‘long int’} and ‘const size_t’ {aka ‘const long unsigned int’} [-Wsign-compare]
- ctrl_dhcp4_srv_unittest.cc:2191:33: warning: comparison of integer expressions of different signedness: ‘std::streamoff’ {aka ‘long int’} and ‘const size_t’ {aka ‘const long unsigned int’} [-Wsign-compare]
- ctrl_dhcp4_srv_unittest.cc:2295:33: warning: comparison of integer expressions of different signedness: ‘std::streamoff’ {aka ‘long int’} and ‘const size_t’ {aka ‘const long unsigned int’} [-Wsign-compare]
- ctrl_dhcp4_srv_unittest.cc:2352:28: warning: declaration of ‘timeout’ shadows a previous local [-Wshadow]
- ctrl_dhcp4_srv_unittest.cc:2402:28: warning: declaration of ‘timeout’ shadows a previous local [-Wshadow]
- ctrl_dhcp6_srv_unittest.cc:116:6: warning: extra ‘;’ after in-class function definition [-Wextra-semi]
- ctrl_dhcp6_srv_unittest.cc:181:6: warning: extra ‘;’ after in-class function definition [-Wextra-semi]
- ctrl_dhcp6_srv_unittest.cc:264:10: warning: ‘virtual void {anonymous}::CtrlChannelDhcpv6SrvTest::reset()’ can be marked override [-Wsuggest-override]
- ctrl_dhcp6_srv_unittest.cc:2210:28: warning: comparison of integer expressions of different signedness: ‘std::streamoff’ {aka ‘long int’} and ‘const size_t’ {aka ‘const long unsigned int’} [-Wsign-compare]
- ctrl_dhcp6_srv_unittest.cc:2229:33: warning: comparison of integer expressions of different signedness: ‘std::streamoff’ {aka ‘long int’} and ‘const size_t’ {aka ‘const long unsigned int’} [-Wsign-compare]
- ctrl_dhcp6_srv_unittest.cc:2333:33: warning: comparison of integer expressions of different signedness: ‘std::streamoff’ {aka ‘long int’} and ‘const size_t’ {aka ‘const long unsigned int’} [-Wsign-compare]
- ctrl_dhcp6_srv_unittest.cc:2390:28: warning: declaration of ‘timeout’ shadows a previous local [-Wshadow]
- ctrl_dhcp6_srv_unittest.cc:2440:28: warning: declaration of ‘timeout’ shadows a previous local [-Wshadow]
- dhcp6_srv_unittest.cc:2420:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
- dhcp6_srv_unittest.cc:2440:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare]
- dhcp6_srv_unittest.cc:2932:28: warning: useless cast to type ‘const uint8_t*’ {aka ‘const unsigned char*’} [-Wuseless-cast]
- dhcp6_srv_unittest.cc:2964:26: warning: useless cast to type ‘const uint8_t*’ {aka ‘const unsigned char*’} [-Wuseless-cast]
2024-05-01 13:23:17 +03:00
Andrei Pavel
af91168026 [#3163] relax time-senstitive tests in dhcp[46] 2024-05-01 13:23:17 +03:00
Andrei Pavel
e82ee81747 [#3163] relax time-senstitive tests in dhcpsrv 2024-05-01 13:23:17 +03:00
Andrei Pavel
55b6da5b9e [#3163] add EXPECT_EQ_MARGIN and EXPECT_IN_RANGE 2024-05-01 13:23:17 +03:00
Wlodek Wencel
25523912ac [#3365] bump up version in configure.ac 2024-04-30 18:29:31 +02:00
Wlodek Wencel
24ad7faff8 [#3361] fix typos Kea-2.5.8 2024-04-29 10:27:50 +02:00
Wlodzimierz Wencel
ebfd205d95 [#3361] release changes 2024-04-29 08:14:59 +00:00
Piotrek Zadroga
4aed88418e [#3355] bump up library versions for 2.5.8 release 2024-04-26 21:18:15 +03:00
Francis Dupont
18f39d8723 [#2984] Updated doc 2024-04-26 18:34:02 +03:00
Razvan Becheriu
6b9388d9a1 [#2976] addressed review 2024-04-26 18:25:46 +03:00
Francis Dupont
4160b00b4a [#2976] Added doc and ChangeLog entry 2024-04-26 18:25:44 +03:00
Francis Dupont
836bc51705 [#2976] Added DORA+RENEW tests 2024-04-26 18:25:06 +03:00
Francis Dupont
ebfcd3f9b8 [#2976] Began basic UTs 2024-04-26 18:25:06 +03:00
Francis Dupont
6213bed135 [#2976] Added recoverStashedAgentOption 2024-04-26 18:25:06 +03:00
Francis Dupont
e3bf7f6ce4 [#2976] Disabled stashed RAI in updateLease4ExtendedInfo 2024-04-26 18:25:06 +03:00
Francis Dupont
60a92cc635 [#2976] Disabled stashed RAI copy into response 2024-04-26 18:25:06 +03:00
Francis Dupont
cd9623cf01 [#2976] Rebuilt get_config_unittest.cc 2024-04-26 18:25:06 +03:00
Francis Dupont
9f1cd96993 [#2976] Regen flex/bison 2024-04-26 18:25:06 +03:00
Francis Dupont
b1884326a8 [#2976] Extended syntax 2024-04-26 18:25:06 +03:00
Piotrek Zadroga
9b4a2d26d5 [#2820] addressed review comments 2024-04-26 14:43:12 +02:00
Piotrek Zadroga
45eccb302e [#2820] revert some log msgs 2024-04-26 14:43:12 +02:00
Piotrek Zadroga
dcd2f7011d [#2820] ChangeLog entry 2024-04-26 14:43:11 +02:00
Piotrek Zadroga
4546eb3944 [#2820] small fixes 2024-04-26 14:42:46 +02:00
Piotrek Zadroga
31da595b78 [#2820] add tid in some packets logs 2024-04-26 14:42:46 +02:00
Piotrek Zadroga
7b93d1b62b [#2820] add tid in some options logs 2024-04-26 14:42:46 +02:00
Piotrek Zadroga
e681090bd3 [#2820] add tid in some leases logs 2024-04-26 14:42:46 +02:00
Piotrek Zadroga
9d154be00c [#2820] add tid in all eval logs 2024-04-26 14:42:46 +02:00
Piotrek Zadroga
6e53676c1e [#2820] add tid in some ddns logs 2024-04-26 14:42:46 +02:00
Piotrek Zadroga
ca345208ea [#2820] add tid in some bad-packets logs 2024-04-26 14:42:46 +02:00
Piotrek Zadroga
45e6ea1ed8 [#2820] add tid in some alloc-engine logs 2024-04-26 14:42:46 +02:00
Marcin Siodelski
a22f697531 [#3344] Addressed review comments (doc) 2024-04-26 13:39:03 +02:00
Tomek Mrugalski
8cd15d3c86 [#3344] Correct Kea versions in comments 2024-04-26 13:39:03 +02:00
Marcin Siodelski
c9f61f7061 [#3344] Fix origin type in notify cmd 2024-04-26 13:39:03 +02:00
Marcin Siodelski
0025845104 [#3344] Use origin-id instead of origin
The HA partners now send the commands with both origin-id and origin to
provide backward compatibility between different Kea versions.
2024-04-26 13:38:59 +02:00
Marcin Siodelski
55ae7867ec [#1914] Use IOService::stopAndPoll 2024-04-26 13:27:45 +02:00
Marcin Siodelski
857f3f972d [#1914] Fixed unstable HA tests 2024-04-26 09:10:40 +02:00
Andrei Pavel
349959b6cd [#3254] add ChangeLog entry 2024-04-24 15:25:01 +03:00