]>
git.ipfire.org Git - thirdparty/kea.git/log
Andrei Pavel [Mon, 2 Oct 2023 14:37:25 +0000 (17:37 +0300)]
[#3068] add comment about code obsolescence
Andrei Pavel [Mon, 2 Oct 2023 14:03:09 +0000 (17:03 +0300)]
[#3068] fix prefixesInRange after uint128_t was moved to checked_uint128_t
Andrei Pavel [Mon, 2 Oct 2023 12:07:39 +0000 (15:07 +0300)]
[#3068] add bigint support to the Element deserializer
Andrei Pavel [Mon, 2 Oct 2023 11:36:31 +0000 (14:36 +0300)]
[#3068] add unit tests for checked bigints
Andrei Pavel [Mon, 2 Oct 2023 11:34:35 +0000 (14:34 +0300)]
[#3068] switch bigints to the checked variant
Kea needs to gain knowledge of big integers overflowing and underflowing
in various places in code such as when deserializing integers where it's
important to know if the recipient can hold the value, and if the value
is accurately represented.
Andrei Pavel [Mon, 2 Oct 2023 11:32:26 +0000 (14:32 +0300)]
[#3068] add bigint deserialization unit tests
Andrei Pavel [Mon, 2 Oct 2023 11:33:50 +0000 (14:33 +0300)]
[#3068] fix shadowed member
data.cc: In member function ‘virtual void isc::data::MapElement::toJSON(std::ostream&) const’:
data.cc:919:51: warning: declaration of ‘m’ shadows a member of ‘isc::data::MapElement’ [-Wshadow]
919 | const std::map<std::string, ConstElementPtr>& m = mapValue();
| ^
In file included from data.cc:9:
../../../src/lib/cc/data.h:769:44: note: shadowed declaration is here
769 | std::map<std::string, ConstElementPtr> m;
| ^
Razvan Becheriu [Thu, 5 Oct 2023 11:39:32 +0000 (14:39 +0300)]
[#3046] added comments
Razvan Becheriu [Wed, 4 Oct 2023 06:30:48 +0000 (09:30 +0300)]
[#3046] addressed comments
Razvan Becheriu [Mon, 2 Oct 2023 15:00:38 +0000 (18:00 +0300)]
[#3046] updated ARM references to DDNS tunin hook library
Piotrek Zadroga [Wed, 4 Oct 2023 14:55:31 +0000 (16:55 +0200)]
[#3065] addressing review comments
Piotrek Zadroga [Wed, 4 Oct 2023 08:25:12 +0000 (10:25 +0200)]
[#3065] remove unnecessary warnings
Piotrek Zadroga [Wed, 4 Oct 2023 07:39:26 +0000 (09:39 +0200)]
[#3065] simplify regexes
Piotrek Zadroga [Tue, 3 Oct 2023 16:24:31 +0000 (18:24 +0200)]
[#3065] refactoring overused GTEST_VERSION variables
Piotrek Zadroga [Tue, 3 Oct 2023 15:57:35 +0000 (17:57 +0200)]
[#3065] looking for CMakeLists.txt enhanced
Piotrek Zadroga [Fri, 29 Sep 2023 13:16:18 +0000 (15:16 +0200)]
[#3065] addressing review comments
Piotrek Zadroga [Wed, 27 Sep 2023 11:27:27 +0000 (13:27 +0200)]
[#3065] code cleaning
Piotrek Zadroga [Wed, 27 Sep 2023 10:26:07 +0000 (12:26 +0200)]
[#3065] modify semver regex
Piotrek Zadroga [Tue, 26 Sep 2023 13:56:27 +0000 (15:56 +0200)]
[#3065] find gtest version for debian/ubuntu
Piotrek Zadroga [Tue, 26 Sep 2023 13:42:56 +0000 (15:42 +0200)]
[#3065] modify semver regex
Piotrek Zadroga [Tue, 26 Sep 2023 13:14:04 +0000 (15:14 +0200)]
[#3065] add debug notice macros
Piotrek Zadroga [Tue, 26 Sep 2023 13:12:09 +0000 (15:12 +0200)]
[#3065] find gtest version for debian/ubuntu
Piotrek Zadroga [Tue, 26 Sep 2023 10:13:20 +0000 (12:13 +0200)]
[#3065] get gtest ver with pkg-config
Piotrek Zadroga [Mon, 25 Sep 2023 15:23:53 +0000 (17:23 +0200)]
[#3065] use awk to find gtest ver
Piotrek Zadroga [Fri, 22 Sep 2023 19:07:33 +0000 (21:07 +0200)]
[#3065] gtest version regex check
Wlodek Wencel [Tue, 3 Oct 2023 16:34:33 +0000 (18:34 +0200)]
[#3078] set package version and type in configure.ac
Francis Dupont [Wed, 27 Sep 2023 07:09:15 +0000 (09:09 +0200)]
[#3093] Applied patch
Marcin Godzina [Tue, 26 Sep 2023 18:19:46 +0000 (18:19 +0000)]
[#3091] bump configure.ac to 2.5.3-git
Marcin Godzina [Mon, 25 Sep 2023 10:07:42 +0000 (10:07 +0000)]
[#3087] Updated platforms.rst
Marcin Godzina [Mon, 25 Sep 2023 09:29:44 +0000 (09:29 +0000)]
[#3087] AUTHORS file update
Marcin Godzina [Mon, 25 Sep 2023 07:49:09 +0000 (09:49 +0200)]
[#3087] release changes
Razvan Becheriu [Fri, 22 Sep 2023 15:04:09 +0000 (18:04 +0300)]
[#3085] bump up library versions for 2.5.2 release
Razvan Becheriu [Fri, 22 Sep 2023 10:50:49 +0000 (13:50 +0300)]
[#3048] added more unittests
Razvan Becheriu [Thu, 21 Sep 2023 13:45:32 +0000 (16:45 +0300)]
[#3048] added the lcase and ucase operators
Andrei Pavel [Wed, 20 Sep 2023 11:17:47 +0000 (14:17 +0300)]
[#1520] add ChangeLog entry
Andrei Pavel [Fri, 22 Sep 2023 13:11:57 +0000 (16:11 +0300)]
[#1520] add debug symbols section to dev guide
Andrei Pavel [Fri, 22 Sep 2023 11:49:48 +0000 (14:49 +0300)]
[#1520] reset default flags on --enable-debug
Andrei Pavel [Wed, 20 Sep 2023 11:11:33 +0000 (14:11 +0300)]
[#1520] add debug symbols on --enable-debug
Wlodzimierz Wencel [Thu, 21 Sep 2023 11:23:12 +0000 (11:23 +0000)]
[#3060] fix for centos 7 pkgs, updated deb services names
Piotrek Zadroga [Fri, 15 Sep 2023 10:41:55 +0000 (12:41 +0200)]
[#3002] add examples for SZTP redirect options
Piotrek Zadroga [Tue, 19 Sep 2023 08:58:27 +0000 (10:58 +0200)]
[#3067] addressed review comments
Piotrek Zadroga [Mon, 18 Sep 2023 16:10:32 +0000 (18:10 +0200)]
[#3067] ChangeLog update
Piotrek Zadroga [Mon, 18 Sep 2023 16:07:38 +0000 (18:07 +0200)]
[#3067] update developer's guide on lease4_offer callout
Andrei Pavel [Tue, 19 Sep 2023 14:59:54 +0000 (17:59 +0300)]
[#181] add ChangeLog entry
Andrei Pavel [Mon, 4 Sep 2023 08:37:11 +0000 (11:37 +0300)]
[#181] add note about flex-id use in IPv6 PXE boot
Piotrek Zadroga [Mon, 18 Sep 2023 16:53:21 +0000 (18:53 +0200)]
[#3038] addressed review comments
Piotrek Zadroga [Mon, 18 Sep 2023 16:19:24 +0000 (18:19 +0200)]
[#3038] ChangeLog update
Piotrek Zadroga [Thu, 14 Sep 2023 20:14:34 +0000 (22:14 +0200)]
[#3038] new lease4_offer UTs
Piotrek Zadroga [Thu, 14 Sep 2023 14:54:39 +0000 (16:54 +0200)]
[#3038] update lease4_offer UTs
Piotrek Zadroga [Thu, 14 Sep 2023 12:31:12 +0000 (14:31 +0200)]
[#3038] update lease4_offer callout arguments
Piotrek Zadroga [Wed, 13 Sep 2023 10:26:06 +0000 (12:26 +0200)]
[#3063] set new_lease_ in client ctx on OFFER
Piotrek Zadroga [Mon, 11 Sep 2023 17:25:16 +0000 (19:25 +0200)]
[#3038] UTs for hook point lease4_offer
Piotrek Zadroga [Fri, 8 Sep 2023 11:51:33 +0000 (13:51 +0200)]
[#3038] return ptr to client ctx in processDiscover()
Piotrek Zadroga [Wed, 6 Sep 2023 07:53:18 +0000 (09:53 +0200)]
[#3038] set arguments for lease4_offer callout
Piotrek Zadroga [Tue, 5 Sep 2023 18:51:57 +0000 (20:51 +0200)]
[#3038] init of new hook point lease4_offer
Razvan Becheriu [Fri, 15 Sep 2023 15:43:21 +0000 (18:43 +0300)]
[#3004] addressed comments
Razvan Becheriu [Fri, 15 Sep 2023 14:22:24 +0000 (17:22 +0300)]
[#3004] regenerated parsers
Razvan Becheriu [Mon, 21 Aug 2023 05:10:45 +0000 (08:10 +0300)]
[#3003] output_options alias for output-options
Piotrek Zadroga [Fri, 18 Aug 2023 11:42:44 +0000 (13:42 +0200)]
[#2904] revert parsers grammar changes in ARM
Piotrek Zadroga [Thu, 17 Aug 2023 12:55:58 +0000 (14:55 +0200)]
[#2904] Updating ChangeLog
Piotrek Zadroga [Thu, 17 Aug 2023 09:33:37 +0000 (11:33 +0200)]
[#2904] revert alias output-options in examples
This reverts commit
12b00c890122313c8a912c4252054aab99bc07ad .
Piotrek Zadroga [Thu, 10 Aug 2023 15:02:43 +0000 (17:02 +0200)]
[#2904] ARM docs update
Piotrek Zadroga [Thu, 10 Aug 2023 14:46:12 +0000 (16:46 +0200)]
[#2904] updating alias output-options in examples
Piotrek Zadroga [Thu, 10 Aug 2023 12:54:36 +0000 (14:54 +0200)]
[#2904] adding alias output-options in ARM docs
Thomas Markwalder [Fri, 15 Sep 2023 14:09:07 +0000 (10:09 -0400)]
[#3053] Additional review comments
src/lib/dhcpsrv/tests/pgsql_lease_mgr_unittest.cc
add use of SKIP_IF
src/lib/testutils/gtest_utils.h
fixed typo
Thomas Markwalder [Thu, 14 Sep 2023 18:38:32 +0000 (14:38 -0400)]
[#3053] SKIP_IF review comments
src/lib/dhcpsrv/tests/mysql_lease_mgr_unittest.cc
src/lib/mysql/tests/mysql_connection_unittest.cc
Added use of SKIP_IF()
src/lib/testutils/gtest_utils.h
Commentary corrections
Thomas Markwalder [Thu, 14 Sep 2023 15:18:42 +0000 (11:18 -0400)]
[#3053] Added SKIP_IF to gtest_utils.h
src/lib/testutils/gtest_utils.h
Added macro SKIP_IF to work-around versions of googletest that
do not have GTEST_SKIP
Marcin Godzina [Tue, 29 Aug 2023 09:26:17 +0000 (09:26 +0000)]
[#3031] compilation fix
Razvan Becheriu [Fri, 15 Sep 2023 08:40:30 +0000 (11:40 +0300)]
[#2967] fixed clang-format settings
Razvan Becheriu [Thu, 14 Sep 2023 11:40:44 +0000 (14:40 +0300)]
[#2967] addressed comments
Razvan Becheriu [Tue, 5 Sep 2023 15:22:55 +0000 (18:22 +0300)]
[#2967] format file
Razvan Becheriu [Thu, 14 Sep 2023 17:04:18 +0000 (20:04 +0300)]
[#2980] addressed comments
Razvan Becheriu [Fri, 25 Aug 2023 10:38:38 +0000 (10:38 +0000)]
[#2980] add tar and git to install dependencies
Razvan Becheriu [Wed, 9 Aug 2023 19:00:30 +0000 (22:00 +0300)]
[#2980] remove references of Centos 7
dankney [Thu, 14 Sep 2023 12:48:54 +0000 (08:48 -0400)]
[#3011] minor spelling correction
dankney [Wed, 6 Sep 2023 19:09:50 +0000 (15:09 -0400)]
[#3011] address review comments
dankney [Mon, 21 Aug 2023 13:51:51 +0000 (09:51 -0400)]
refined and expanded Logging Message Format
Piotrek Zadroga [Mon, 11 Sep 2023 10:16:30 +0000 (12:16 +0200)]
[#3012] update rst_arm_sources with ping-check rst
Thomas Markwalder [Fri, 8 Sep 2023 12:28:26 +0000 (08:28 -0400)]
[#3012] Addressed review comments
doc/sphinx/arm/hooks-ping-check.rst
- minor edits.
Piotrek Zadroga [Fri, 8 Sep 2023 12:24:24 +0000 (12:24 +0000)]
Apply 1 suggestion(s) to 1 file(s)
Thomas Markwalder [Thu, 17 Aug 2023 18:58:34 +0000 (14:58 -0400)]
[#3012] Add initial ping-check ARM doc
new file: doc/sphinx/arm/hooks-ping-check.rst
modified: doc/sphinx/arm/hooks.rst
modified: doc/sphinx/conf.py
Razvan Becheriu [Mon, 4 Sep 2023 19:27:17 +0000 (22:27 +0300)]
[#3009] addressed review comments
Razvan Becheriu [Mon, 4 Sep 2023 13:45:49 +0000 (16:45 +0300)]
[#3009] distinct log messages for first and second client classification
Wlodek Wencel [Wed, 30 Aug 2023 11:54:47 +0000 (13:54 +0200)]
[#3034] version in configure.ac bumped up
Wlodek Wencel [Mon, 28 Aug 2023 14:03:36 +0000 (16:03 +0200)]
[#3029] release changes
Razvan Becheriu [Fri, 25 Aug 2023 12:57:27 +0000 (15:57 +0300)]
[#3026] bump up library versions for 2.5.1 release
Francis Dupont [Thu, 3 Aug 2023 15:17:31 +0000 (17:17 +0200)]
[#2854] Added ChangeLog entry
Francis Dupont [Thu, 3 Aug 2023 15:13:17 +0000 (17:13 +0200)]
[#2854] Added DHCPx_QUERY_LABEL
Razvan Becheriu [Thu, 17 Aug 2023 05:10:01 +0000 (08:10 +0300)]
[#2968] added interface to subnet selection in v4 ARM
Razvan Becheriu [Tue, 15 Aug 2023 03:36:11 +0000 (06:36 +0300)]
[#3001] fixed references to hooks libs in ARM
Thomas Markwalder [Thu, 10 Aug 2023 19:11:40 +0000 (15:11 -0400)]
[#2954] Fixed sporadic UT failure
modified /src/lib/asiolink/tests/io_service_signal_unittests.cc
Francis Dupont [Tue, 8 Aug 2023 08:50:29 +0000 (10:50 +0200)]
[#3003] Fixed more indentation
Razvan Becheriu [Tue, 8 Aug 2023 06:39:24 +0000 (09:39 +0300)]
[#3003] disabled ddns config in yang ut and fixed indentation
Francis Dupont [Fri, 4 Aug 2023 13:26:37 +0000 (13:26 +0000)]
[#3003] Regen flex
Francis Dupont [Fri, 4 Aug 2023 13:24:41 +0000 (15:24 +0200)]
[#3003] Removed comments
Francis Dupont [Fri, 4 Aug 2023 13:17:00 +0000 (15:17 +0200)]
[#3003] Added output-options alias
Francis Dupont [Thu, 3 Aug 2023 15:49:05 +0000 (15:49 +0000)]
[#2970] Regen flex
Francis Dupont [Thu, 3 Aug 2023 15:44:14 +0000 (17:44 +0200)]
[#2970] Added cstdint include
Razvan Becheriu [Fri, 4 Aug 2023 01:57:19 +0000 (04:57 +0300)]
[#2995] fixed ARM for perfdhcp -D option
Francis Dupont [Thu, 3 Aug 2023 14:30:32 +0000 (16:30 +0200)]
[#2908] Addressed comments