]> git.ipfire.org Git - thirdparty/kea.git/log
thirdparty/kea.git
2 years ago[#2918] added message for requested address on DHCPREQUEST
Razvan Becheriu [Wed, 4 Oct 2023 11:18:23 +0000 (14:18 +0300)] 
[#2918] added message for requested address on DHCPREQUEST

2 years ago[#2918] added message for requested address on DHCPDISCOVER
Razvan Becheriu [Wed, 4 Oct 2023 06:45:47 +0000 (09:45 +0300)] 
[#2918] added message for requested address on DHCPDISCOVER

2 years ago[#3046] fixed indentation and typos
Razvan Becheriu [Thu, 5 Oct 2023 15:29:45 +0000 (18:29 +0300)] 
[#3046] fixed indentation and typos

2 years ago[#3086] reverted change and fixed indentation
Razvan Becheriu [Thu, 5 Oct 2023 16:08:10 +0000 (19:08 +0300)] 
[#3086] reverted change and fixed indentation

2 years ago[#3086] added ChangeLog entry
Razvan Becheriu [Thu, 5 Oct 2023 10:54:38 +0000 (13:54 +0300)] 
[#3086] added ChangeLog entry

2 years ago[#3086] addressed comments
Razvan Becheriu [Wed, 4 Oct 2023 06:23:15 +0000 (09:23 +0300)] 
[#3086] addressed comments

2 years ago[#3086] add support for \0 in eval parser
Razvan Becheriu [Fri, 22 Sep 2023 17:49:48 +0000 (20:49 +0300)] 
[#3086] add support for \0 in eval parser

2 years ago[#2750] regenerate all SVGs
Andrei Pavel [Fri, 6 Oct 2023 06:51:36 +0000 (09:51 +0300)] 
[#2750] regenerate all SVGs

Mainly, to format them which puts every tag on a single line which makes
diffing much easier going forward, but this also updates how they look.

2 years ago[#2750] fix recognizing-same-client.svg
Andrei Pavel [Fri, 6 Oct 2023 06:50:20 +0000 (09:50 +0300)] 
[#2750] fix recognizing-same-client.svg

It wasn't showing text before.

2 years ago[#2750] distribute txts as well
Andrei Pavel [Fri, 6 Oct 2023 06:30:37 +0000 (09:30 +0300)] 
[#2750] distribute txts as well

2 years ago[#2750] limit ascii uml only to sequence diagrams
Andrei Pavel [Tue, 3 Oct 2023 17:23:11 +0000 (20:23 +0300)] 
[#2750] limit ascii uml only to sequence diagrams

2 years ago[#2750] add disclaimers about atxt files
Andrei Pavel [Tue, 3 Oct 2023 14:11:29 +0000 (17:11 +0300)] 
[#2750] add disclaimers about atxt files

2 years ago[#2750] change xq to xmllint and check if in path
Andrei Pavel [Tue, 3 Oct 2023 13:40:33 +0000 (16:40 +0300)] 
[#2750] change xq to xmllint and check if in path

- also make makefile rules in doc/sphinx/uml silent to make the
  potential warning visible
- also remove trailing spaces automatically from *.atxt files

2 years ago[#2750] convert KB diagram into ascii
Andrei Pavel [Mon, 25 Sep 2023 13:05:02 +0000 (16:05 +0300)] 
[#2750] convert KB diagram into ascii

The atxt are meant to be used in KB.

2 years ago[#2750] expand on class priority in the ARM
Andrei Pavel [Mon, 25 Sep 2023 13:05:38 +0000 (16:05 +0300)] 
[#2750] expand on class priority in the ARM

* There were two places were priorities were discussed so they were
  conflated in a single section.
* The distinction between options on one side and lease lifetimes and
  DHCPv4 fields on the other side was made with regards to priority
  between classes.

2 years ago[#2750] add makefile rule for ascii umls
Andrei Pavel [Mon, 25 Sep 2023 13:01:46 +0000 (16:01 +0300)] 
[#2750] add makefile rule for ascii umls

* also adds tkey.atxt and update.atxt sequence diagrams in ASCII art,
  although not actively used anywhere yet
* also adds a uml rule to make all targets

2 years ago[#3068] reword ChangeLog entry
Andrei Pavel [Wed, 4 Oct 2023 09:13:45 +0000 (12:13 +0300)] 
[#3068] reword ChangeLog entry

2 years ago[#3068] wrap some long lines
Andrei Pavel [Wed, 4 Oct 2023 09:13:17 +0000 (12:13 +0300)] 
[#3068] wrap some long lines

2 years ago[#3068] test names start with lowercase
Andrei Pavel [Wed, 4 Oct 2023 08:30:47 +0000 (11:30 +0300)] 
[#3068] test names start with lowercase

2 years ago[#3068] add ChangeLog entry
Andrei Pavel [Mon, 2 Oct 2023 15:01:10 +0000 (18:01 +0300)] 
[#3068] add ChangeLog entry

2 years ago[#3068] add comment about code obsolescence
Andrei Pavel [Mon, 2 Oct 2023 14:37:25 +0000 (17:37 +0300)] 
[#3068] add comment about code obsolescence

2 years ago[#3068] fix prefixesInRange after uint128_t was moved to checked_uint128_t
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

2 years ago[#3068] add bigint support to the Element deserializer
Andrei Pavel [Mon, 2 Oct 2023 12:07:39 +0000 (15:07 +0300)] 
[#3068] add bigint support to the Element deserializer

2 years ago[#3068] add unit tests for checked bigints
Andrei Pavel [Mon, 2 Oct 2023 11:36:31 +0000 (14:36 +0300)] 
[#3068] add unit tests for checked bigints

2 years ago[#3068] switch bigints to the checked variant
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.

2 years ago[#3068] add bigint deserialization unit tests
Andrei Pavel [Mon, 2 Oct 2023 11:32:26 +0000 (14:32 +0300)] 
[#3068] add bigint deserialization unit tests

2 years ago[#3068] fix shadowed member
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;
      |                                            ^

2 years ago[#3046] added comments
Razvan Becheriu [Thu, 5 Oct 2023 11:39:32 +0000 (14:39 +0300)] 
[#3046] added comments

2 years ago[#3046] addressed comments
Razvan Becheriu [Wed, 4 Oct 2023 06:30:48 +0000 (09:30 +0300)] 
[#3046] addressed comments

2 years ago[#3046] updated ARM references to DDNS tunin hook library
Razvan Becheriu [Mon, 2 Oct 2023 15:00:38 +0000 (18:00 +0300)] 
[#3046] updated ARM references to DDNS tunin hook library

2 years ago[#3065] addressing review comments
Piotrek Zadroga [Wed, 4 Oct 2023 14:55:31 +0000 (16:55 +0200)] 
[#3065] addressing review comments

2 years ago[#3065] remove unnecessary warnings
Piotrek Zadroga [Wed, 4 Oct 2023 08:25:12 +0000 (10:25 +0200)] 
[#3065] remove unnecessary warnings

2 years ago[#3065] simplify regexes
Piotrek Zadroga [Wed, 4 Oct 2023 07:39:26 +0000 (09:39 +0200)] 
[#3065] simplify regexes

2 years ago[#3065] refactoring overused GTEST_VERSION variables
Piotrek Zadroga [Tue, 3 Oct 2023 16:24:31 +0000 (18:24 +0200)] 
[#3065] refactoring overused GTEST_VERSION variables

2 years ago[#3065] looking for CMakeLists.txt enhanced
Piotrek Zadroga [Tue, 3 Oct 2023 15:57:35 +0000 (17:57 +0200)] 
[#3065] looking for CMakeLists.txt enhanced

2 years ago[#3065] addressing review comments
Piotrek Zadroga [Fri, 29 Sep 2023 13:16:18 +0000 (15:16 +0200)] 
[#3065] addressing review comments

2 years ago[#3065] code cleaning
Piotrek Zadroga [Wed, 27 Sep 2023 11:27:27 +0000 (13:27 +0200)] 
[#3065] code cleaning

2 years ago[#3065] modify semver regex
Piotrek Zadroga [Wed, 27 Sep 2023 10:26:07 +0000 (12:26 +0200)] 
[#3065] modify semver regex

2 years ago[#3065] find gtest version for debian/ubuntu
Piotrek Zadroga [Tue, 26 Sep 2023 13:56:27 +0000 (15:56 +0200)] 
[#3065] find gtest version for debian/ubuntu

2 years ago[#3065] modify semver regex
Piotrek Zadroga [Tue, 26 Sep 2023 13:42:56 +0000 (15:42 +0200)] 
[#3065] modify semver regex

2 years ago[#3065] add debug notice macros
Piotrek Zadroga [Tue, 26 Sep 2023 13:14:04 +0000 (15:14 +0200)] 
[#3065] add debug notice macros

2 years ago[#3065] find gtest version for debian/ubuntu
Piotrek Zadroga [Tue, 26 Sep 2023 13:12:09 +0000 (15:12 +0200)] 
[#3065] find gtest version for debian/ubuntu

2 years ago[#3065] get gtest ver with pkg-config
Piotrek Zadroga [Tue, 26 Sep 2023 10:13:20 +0000 (12:13 +0200)] 
[#3065] get gtest ver with pkg-config

2 years ago[#3065] use awk to find gtest ver
Piotrek Zadroga [Mon, 25 Sep 2023 15:23:53 +0000 (17:23 +0200)] 
[#3065] use awk to find gtest ver

2 years ago[#3065] gtest version regex check
Piotrek Zadroga [Fri, 22 Sep 2023 19:07:33 +0000 (21:07 +0200)] 
[#3065] gtest version regex check

2 years ago[#3078] set package version and type in configure.ac
Wlodek Wencel [Tue, 3 Oct 2023 16:34:33 +0000 (18:34 +0200)] 
[#3078] set package version and type in configure.ac

2 years ago[#3093] Applied patch
Francis Dupont [Wed, 27 Sep 2023 07:09:15 +0000 (09:09 +0200)] 
[#3093] Applied patch

2 years ago[#3091] bump configure.ac to 2.5.3-git
Marcin Godzina [Tue, 26 Sep 2023 18:19:46 +0000 (18:19 +0000)] 
[#3091] bump configure.ac to 2.5.3-git

2 years ago[#3087] Updated platforms.rst Kea-2.5.2
Marcin Godzina [Mon, 25 Sep 2023 10:07:42 +0000 (10:07 +0000)] 
[#3087] Updated platforms.rst

2 years ago[#3087] AUTHORS file update
Marcin Godzina [Mon, 25 Sep 2023 09:29:44 +0000 (09:29 +0000)] 
[#3087] AUTHORS file update

2 years ago[#3087] release changes
Marcin Godzina [Mon, 25 Sep 2023 07:49:09 +0000 (09:49 +0200)] 
[#3087] release changes

2 years ago[#3085] bump up library versions for 2.5.2 release
Razvan Becheriu [Fri, 22 Sep 2023 15:04:09 +0000 (18:04 +0300)] 
[#3085] bump up library versions for 2.5.2 release

2 years ago[#3048] added more unittests
Razvan Becheriu [Fri, 22 Sep 2023 10:50:49 +0000 (13:50 +0300)] 
[#3048] added more unittests

2 years ago[#3048] added the lcase and ucase operators
Razvan Becheriu [Thu, 21 Sep 2023 13:45:32 +0000 (16:45 +0300)] 
[#3048] added the lcase and ucase operators

2 years ago[#1520] add ChangeLog entry
Andrei Pavel [Wed, 20 Sep 2023 11:17:47 +0000 (14:17 +0300)] 
[#1520] add ChangeLog entry

2 years ago[#1520] add debug symbols section to dev guide
Andrei Pavel [Fri, 22 Sep 2023 13:11:57 +0000 (16:11 +0300)] 
[#1520] add debug symbols section to dev guide

2 years ago[#1520] reset default flags on --enable-debug
Andrei Pavel [Fri, 22 Sep 2023 11:49:48 +0000 (14:49 +0300)] 
[#1520] reset default flags on --enable-debug

2 years ago[#1520] add debug symbols on --enable-debug
Andrei Pavel [Wed, 20 Sep 2023 11:11:33 +0000 (14:11 +0300)] 
[#1520] add debug symbols on --enable-debug

2 years ago[#3060] fix for centos 7 pkgs, updated deb services names
Wlodzimierz Wencel [Thu, 21 Sep 2023 11:23:12 +0000 (11:23 +0000)] 
[#3060] fix for centos 7 pkgs, updated deb services names

2 years ago[#3002] add examples for SZTP redirect options
Piotrek Zadroga [Fri, 15 Sep 2023 10:41:55 +0000 (12:41 +0200)] 
[#3002] add examples for SZTP redirect options

2 years ago[#3067] addressed review comments
Piotrek Zadroga [Tue, 19 Sep 2023 08:58:27 +0000 (10:58 +0200)] 
[#3067] addressed review comments

2 years ago[#3067] ChangeLog update
Piotrek Zadroga [Mon, 18 Sep 2023 16:10:32 +0000 (18:10 +0200)] 
[#3067] ChangeLog update

2 years ago[#3067] update developer's guide on lease4_offer callout
Piotrek Zadroga [Mon, 18 Sep 2023 16:07:38 +0000 (18:07 +0200)] 
[#3067] update developer's guide on lease4_offer callout

2 years ago[#181] add ChangeLog entry
Andrei Pavel [Tue, 19 Sep 2023 14:59:54 +0000 (17:59 +0300)] 
[#181] add ChangeLog entry

2 years ago[#181] add note about flex-id use in IPv6 PXE boot
Andrei Pavel [Mon, 4 Sep 2023 08:37:11 +0000 (11:37 +0300)] 
[#181] add note about flex-id use in IPv6 PXE boot

2 years ago[#3038] addressed review comments
Piotrek Zadroga [Mon, 18 Sep 2023 16:53:21 +0000 (18:53 +0200)] 
[#3038] addressed review comments

2 years ago[#3038] ChangeLog update
Piotrek Zadroga [Mon, 18 Sep 2023 16:19:24 +0000 (18:19 +0200)] 
[#3038] ChangeLog update

2 years ago[#3038] new lease4_offer UTs
Piotrek Zadroga [Thu, 14 Sep 2023 20:14:34 +0000 (22:14 +0200)] 
[#3038] new lease4_offer UTs

2 years ago[#3038] update lease4_offer UTs
Piotrek Zadroga [Thu, 14 Sep 2023 14:54:39 +0000 (16:54 +0200)] 
[#3038] update lease4_offer UTs

2 years ago[#3038] update lease4_offer callout arguments
Piotrek Zadroga [Thu, 14 Sep 2023 12:31:12 +0000 (14:31 +0200)] 
[#3038] update lease4_offer callout arguments

2 years ago[#3063] set new_lease_ in client ctx on OFFER
Piotrek Zadroga [Wed, 13 Sep 2023 10:26:06 +0000 (12:26 +0200)] 
[#3063] set new_lease_ in client ctx on OFFER

2 years ago[#3038] UTs for hook point lease4_offer
Piotrek Zadroga [Mon, 11 Sep 2023 17:25:16 +0000 (19:25 +0200)] 
[#3038] UTs for hook point lease4_offer

2 years ago[#3038] return ptr to client ctx in processDiscover()
Piotrek Zadroga [Fri, 8 Sep 2023 11:51:33 +0000 (13:51 +0200)] 
[#3038] return ptr to client ctx in processDiscover()

2 years ago[#3038] set arguments for lease4_offer callout
Piotrek Zadroga [Wed, 6 Sep 2023 07:53:18 +0000 (09:53 +0200)] 
[#3038] set arguments for lease4_offer callout

2 years ago[#3038] init of new hook point lease4_offer
Piotrek Zadroga [Tue, 5 Sep 2023 18:51:57 +0000 (20:51 +0200)] 
[#3038] init of new hook point lease4_offer

2 years ago[#3004] addressed comments
Razvan Becheriu [Fri, 15 Sep 2023 15:43:21 +0000 (18:43 +0300)] 
[#3004] addressed comments

2 years ago[#3004] regenerated parsers
Razvan Becheriu [Fri, 15 Sep 2023 14:22:24 +0000 (17:22 +0300)] 
[#3004] regenerated parsers

2 years ago[#3003] output_options alias for output-options
Razvan Becheriu [Mon, 21 Aug 2023 05:10:45 +0000 (08:10 +0300)] 
[#3003] output_options alias for output-options

2 years ago[#2904] revert parsers grammar changes in ARM
Piotrek Zadroga [Fri, 18 Aug 2023 11:42:44 +0000 (13:42 +0200)] 
[#2904] revert parsers grammar changes in ARM

2 years ago[#2904] Updating ChangeLog
Piotrek Zadroga [Thu, 17 Aug 2023 12:55:58 +0000 (14:55 +0200)] 
[#2904] Updating ChangeLog

2 years ago[#2904] revert alias output-options in examples
Piotrek Zadroga [Thu, 17 Aug 2023 09:33:37 +0000 (11:33 +0200)] 
[#2904] revert alias output-options in examples

This reverts commit 12b00c890122313c8a912c4252054aab99bc07ad.

2 years ago[#2904] ARM docs update
Piotrek Zadroga [Thu, 10 Aug 2023 15:02:43 +0000 (17:02 +0200)] 
[#2904] ARM docs update

2 years ago[#2904] updating alias output-options in examples
Piotrek Zadroga [Thu, 10 Aug 2023 14:46:12 +0000 (16:46 +0200)] 
[#2904] updating alias output-options in examples

2 years ago[#2904] adding alias output-options in ARM docs
Piotrek Zadroga [Thu, 10 Aug 2023 12:54:36 +0000 (14:54 +0200)] 
[#2904] adding alias output-options in ARM docs

2 years ago[#3053] Additional review comments
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

2 years ago[#3053] SKIP_IF review comments
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

2 years ago[#3053] Added SKIP_IF to gtest_utils.h
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

2 years ago[#3031] compilation fix
Marcin Godzina [Tue, 29 Aug 2023 09:26:17 +0000 (09:26 +0000)] 
[#3031] compilation fix

2 years ago[#2967] fixed clang-format settings
Razvan Becheriu [Fri, 15 Sep 2023 08:40:30 +0000 (11:40 +0300)] 
[#2967] fixed clang-format settings

2 years ago[#2967] addressed comments
Razvan Becheriu [Thu, 14 Sep 2023 11:40:44 +0000 (14:40 +0300)] 
[#2967] addressed comments

2 years ago[#2967] format file
Razvan Becheriu [Tue, 5 Sep 2023 15:22:55 +0000 (18:22 +0300)] 
[#2967] format file

2 years ago[#2980] addressed comments
Razvan Becheriu [Thu, 14 Sep 2023 17:04:18 +0000 (20:04 +0300)] 
[#2980] addressed comments

2 years ago[#2980] add tar and git to install dependencies
Razvan Becheriu [Fri, 25 Aug 2023 10:38:38 +0000 (10:38 +0000)] 
[#2980] add tar and git to install dependencies

2 years ago[#2980] remove references of Centos 7
Razvan Becheriu [Wed, 9 Aug 2023 19:00:30 +0000 (22:00 +0300)] 
[#2980] remove references of Centos 7

2 years ago[#3011] minor spelling correction
dankney [Thu, 14 Sep 2023 12:48:54 +0000 (08:48 -0400)] 
[#3011] minor spelling correction

2 years ago[#3011] address review comments
dankney [Wed, 6 Sep 2023 19:09:50 +0000 (15:09 -0400)] 
[#3011] address review comments

2 years agorefined and expanded Logging Message Format
dankney [Mon, 21 Aug 2023 13:51:51 +0000 (09:51 -0400)] 
refined and expanded Logging Message Format

2 years ago[#3012] update rst_arm_sources with ping-check rst
Piotrek Zadroga [Mon, 11 Sep 2023 10:16:30 +0000 (12:16 +0200)] 
[#3012] update rst_arm_sources with ping-check rst

2 years ago[#3012] Addressed review comments
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.

2 years agoApply 1 suggestion(s) to 1 file(s)
Piotrek Zadroga [Fri, 8 Sep 2023 12:24:24 +0000 (12:24 +0000)] 
Apply 1 suggestion(s) to 1 file(s)