]> git.ipfire.org Git - thirdparty/kea.git/log
thirdparty/kea.git
2 years ago[#3279] Corrected doxygen and added UTs
Thomas Markwalder [Fri, 3 May 2024 14:40:11 +0000 (10:40 -0400)] 
[#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

2 years ago[#3203] Addressed review comments
Thomas Markwalder [Fri, 10 May 2024 17:56:55 +0000 (13:56 -0400)] 
[#3203] Addressed review comments

src/bin/dhcp4/dhcp4_messages.mes
src/bin/dhcp6/dhcp6_messages.mes
- Minor clean up to log messages.

2 years ago[#3203] Log packet recv and send at INFO
Thomas Markwalder [Wed, 8 May 2024 19:10:29 +0000 (15:10 -0400)] 
[#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

2 years agoResolve "kea-dhcp4 and 6: WARNING: MYSQL_OPT_RECONNECT is deprecated and will be...
Thomas Markwalder [Fri, 10 May 2024 14:58:09 +0000 (14:58 +0000)] 
Resolve "kea-dhcp4 and 6: WARNING: MYSQL_OPT_RECONNECT is deprecated and will be removed in a future version."

2 years ago[#3163] remove EXPECT_EQ_MARGIN, EXPECT_IN_RANGE
Andrei Pavel [Tue, 30 Apr 2024 12:08:47 +0000 (15:08 +0300)] 
[#3163] remove EXPECT_EQ_MARGIN, EXPECT_IN_RANGE

They're longer used. Replaced with the official EXPECT_NEAR.

2 years ago[#3163] EXPECT_EQ_MARGIN -> EXPECT_NEAR
Andrei Pavel [Tue, 30 Apr 2024 11:50:11 +0000 (14:50 +0300)] 
[#3163] EXPECT_EQ_MARGIN -> EXPECT_NEAR

2 years ago[#3163] fix warnings on modified files
Andrei Pavel [Mon, 29 Apr 2024 17:03:15 +0000 (20:03 +0300)] 
[#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]

2 years ago[#3163] relax time-senstitive tests in dhcp[46]
Andrei Pavel [Mon, 29 Apr 2024 12:19:13 +0000 (15:19 +0300)] 
[#3163] relax time-senstitive tests in dhcp[46]

2 years ago[#3163] relax time-senstitive tests in dhcpsrv
Andrei Pavel [Mon, 29 Apr 2024 09:42:04 +0000 (12:42 +0300)] 
[#3163] relax time-senstitive tests in dhcpsrv

2 years ago[#3163] add EXPECT_EQ_MARGIN and EXPECT_IN_RANGE
Andrei Pavel [Mon, 29 Apr 2024 09:28:08 +0000 (12:28 +0300)] 
[#3163] add EXPECT_EQ_MARGIN and EXPECT_IN_RANGE

2 years ago[#3365] bump up version in configure.ac
Wlodek Wencel [Tue, 30 Apr 2024 16:11:25 +0000 (18:11 +0200)] 
[#3365] bump up version in configure.ac

2 years ago[#3361] fix typos Kea-2.5.8
Wlodek Wencel [Mon, 29 Apr 2024 08:27:50 +0000 (10:27 +0200)] 
[#3361] fix typos

2 years ago[#3361] release changes
Wlodzimierz Wencel [Mon, 29 Apr 2024 08:14:59 +0000 (08:14 +0000)] 
[#3361] release changes

2 years ago[#3355] bump up library versions for 2.5.8 release
Piotrek Zadroga [Fri, 26 Apr 2024 14:59:15 +0000 (16:59 +0200)] 
[#3355] bump up library versions for 2.5.8 release

2 years ago[#2984] Updated doc
Francis Dupont [Tue, 2 Apr 2024 15:36:07 +0000 (17:36 +0200)] 
[#2984] Updated doc

2 years ago[#2976] addressed review
Razvan Becheriu [Fri, 26 Apr 2024 12:31:24 +0000 (15:31 +0300)] 
[#2976] addressed review

2 years ago[#2976] Added doc and ChangeLog entry
Francis Dupont [Sun, 31 Mar 2024 21:32:06 +0000 (23:32 +0200)] 
[#2976] Added doc and ChangeLog entry

2 years ago[#2976] Added DORA+RENEW tests
Francis Dupont [Sun, 31 Mar 2024 20:55:45 +0000 (22:55 +0200)] 
[#2976] Added DORA+RENEW tests

2 years ago[#2976] Began basic UTs
Francis Dupont [Sun, 31 Mar 2024 10:27:17 +0000 (12:27 +0200)] 
[#2976] Began basic UTs

2 years ago[#2976] Added recoverStashedAgentOption
Francis Dupont [Sat, 30 Mar 2024 14:38:12 +0000 (15:38 +0100)] 
[#2976] Added recoverStashedAgentOption

2 years ago[#2976] Disabled stashed RAI in updateLease4ExtendedInfo
Francis Dupont [Sat, 30 Mar 2024 13:04:15 +0000 (14:04 +0100)] 
[#2976] Disabled stashed RAI in updateLease4ExtendedInfo

2 years ago[#2976] Disabled stashed RAI copy into response
Francis Dupont [Sat, 30 Mar 2024 11:48:08 +0000 (12:48 +0100)] 
[#2976] Disabled stashed RAI copy into response

2 years ago[#2976] Rebuilt get_config_unittest.cc
Francis Dupont [Sat, 30 Mar 2024 10:31:29 +0000 (11:31 +0100)] 
[#2976] Rebuilt get_config_unittest.cc

2 years ago[#2976] Regen flex/bison
Francis Dupont [Sat, 30 Mar 2024 09:24:51 +0000 (09:24 +0000)] 
[#2976] Regen flex/bison

2 years ago[#2976] Extended syntax
Francis Dupont [Sat, 30 Mar 2024 09:23:23 +0000 (10:23 +0100)] 
[#2976] Extended syntax

2 years ago[#2820] addressed review comments
Piotrek Zadroga [Fri, 26 Apr 2024 10:26:05 +0000 (12:26 +0200)] 
[#2820] addressed review comments

2 years ago[#2820] revert some log msgs
Piotrek Zadroga [Thu, 25 Apr 2024 19:23:13 +0000 (21:23 +0200)] 
[#2820] revert some log msgs

2 years ago[#2820] ChangeLog entry
Piotrek Zadroga [Thu, 25 Apr 2024 14:51:17 +0000 (16:51 +0200)] 
[#2820] ChangeLog entry

2 years ago[#2820] small fixes
Piotrek Zadroga [Thu, 25 Apr 2024 14:40:05 +0000 (16:40 +0200)] 
[#2820] small fixes

2 years ago[#2820] add tid in some packets logs
Piotrek Zadroga [Thu, 25 Apr 2024 14:12:51 +0000 (16:12 +0200)] 
[#2820] add tid in some packets logs

2 years ago[#2820] add tid in some options logs
Piotrek Zadroga [Wed, 24 Apr 2024 19:21:21 +0000 (21:21 +0200)] 
[#2820] add tid in some options logs

2 years ago[#2820] add tid in some leases logs
Piotrek Zadroga [Wed, 24 Apr 2024 18:06:32 +0000 (20:06 +0200)] 
[#2820] add tid in some leases logs

2 years ago[#2820] add tid in all eval logs
Piotrek Zadroga [Wed, 24 Apr 2024 16:33:17 +0000 (18:33 +0200)] 
[#2820] add tid in all eval logs

2 years ago[#2820] add tid in some ddns logs
Piotrek Zadroga [Wed, 24 Apr 2024 09:58:08 +0000 (11:58 +0200)] 
[#2820] add tid in some ddns logs

2 years ago[#2820] add tid in some bad-packets logs
Piotrek Zadroga [Tue, 23 Apr 2024 20:57:36 +0000 (22:57 +0200)] 
[#2820] add tid in some bad-packets logs

2 years ago[#2820] add tid in some alloc-engine logs
Piotrek Zadroga [Mon, 22 Apr 2024 15:58:32 +0000 (17:58 +0200)] 
[#2820] add tid in some alloc-engine logs

2 years ago[#3344] Addressed review comments (doc)
Marcin Siodelski [Fri, 26 Apr 2024 10:59:09 +0000 (12:59 +0200)] 
[#3344] Addressed review comments (doc)

2 years ago[#3344] Correct Kea versions in comments
Tomek Mrugalski [Fri, 26 Apr 2024 09:45:07 +0000 (09:45 +0000)] 
[#3344] Correct Kea versions in comments

2 years ago[#3344] Fix origin type in notify cmd
Marcin Siodelski [Thu, 25 Apr 2024 11:48:51 +0000 (13:48 +0200)] 
[#3344] Fix origin type in notify cmd

2 years ago[#3344] Use origin-id instead of origin
Marcin Siodelski [Wed, 24 Apr 2024 19:04:18 +0000 (21:04 +0200)] 
[#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.

2 years ago[#1914] Use IOService::stopAndPoll
Marcin Siodelski [Fri, 26 Apr 2024 11:27:45 +0000 (13:27 +0200)] 
[#1914] Use IOService::stopAndPoll

2 years ago[#1914] Fixed unstable HA tests
Marcin Siodelski [Fri, 26 Apr 2024 07:10:40 +0000 (09:10 +0200)] 
[#1914] Fixed unstable HA tests

2 years ago[#3254] add ChangeLog entry
Andrei Pavel [Wed, 24 Apr 2024 06:53:49 +0000 (09:53 +0300)] 
[#3254] add ChangeLog entry

2 years ago[#3254] 'premium: no' in version when missing
Andrei Pavel [Wed, 24 Apr 2024 07:07:46 +0000 (10:07 +0300)] 
[#3254] 'premium: no' in version when missing

2 years ago[#3254] consistent version output across executables
Andrei Pavel [Tue, 23 Apr 2024 16:57:05 +0000 (19:57 +0300)] 
[#3254] consistent version output across executables

- replace VERSION with PACKAGE_VERSION in src/bin/admin to avoid
  overlap with VERSION used in src/share/database.
- add -V to kea-admin
- add -V to kea-shell
- add -V to keactrl
- add -V to perfdhcp
- removed getVersionAddendum from d2 and added the openssl version to
  the output of other process versions since it's not only used by d2
- make all -V outputs consistent. Some are showing only core version and
  are missing premium version which is fine since they are the
  executables that don't have something to do with premium directly
  anyway.

2 years ago[#3254] show premium source in extended version
Andrei Pavel [Fri, 22 Mar 2024 12:25:14 +0000 (14:25 +0200)] 
[#3254] show premium source in extended version

2 years ago[#3254] show premium source in config report
Andrei Pavel [Fri, 22 Mar 2024 09:45:06 +0000 (11:45 +0200)] 
[#3254] show premium source in config report

2 years ago[#3314] Addressed review comment
Thomas Markwalder [Wed, 24 Apr 2024 11:34:32 +0000 (07:34 -0400)] 
[#3314] Addressed review comment

Typo in UT commentary.

2 years ago[#3314] Review comment
Thomas Markwalder [Tue, 23 Apr 2024 17:02:52 +0000 (13:02 -0400)] 
[#3314] Review comment

Fixed UT test.
modified:   callout_handle_unittest.cc

2 years ago[#3314] Add optional handle context member fetch
Thomas Markwalder [Tue, 23 Apr 2024 14:38:51 +0000 (10:38 -0400)] 
[#3314] Add optional handle context member fetch

modified:   src/lib/hooks/callout_handle.h
modified:   src/lib/hooks/tests/callout_handle_unittest.cc

2 years ago[#3247] add rocky linux 9
Marcin Godzina [Wed, 24 Apr 2024 11:29:29 +0000 (11:29 +0000)] 
[#3247] add rocky linux 9

2 years ago[#3321] Added back missing header in Makefile.am
Tomek Mrugalski [Thu, 18 Apr 2024 12:47:42 +0000 (14:47 +0200)] 
[#3321] Added back missing header in Makefile.am

2 years ago[#3321] legacy code removed
Tomek Mrugalski [Thu, 18 Apr 2024 11:39:36 +0000 (13:39 +0200)] 
[#3321] legacy code removed

2 years ago[#3347] Updated ChangeLog
Thomas Markwalder [Tue, 23 Apr 2024 11:24:05 +0000 (07:24 -0400)] 
[#3347] Updated ChangeLog

2 years ago[#3347] Added ChangeLog
Thomas Markwalder [Mon, 22 Apr 2024 19:45:15 +0000 (15:45 -0400)] 
[#3347] Added ChangeLog

2 years ago[#3347] Handle calls with no subnet
Thomas Markwalder [Mon, 22 Apr 2024 19:41:16 +0000 (15:41 -0400)] 
[#3347] Handle calls with no subnet

Move handling of subnet parmaeter from callouts to
PerfMonMgr::processPktEventStack().

modified:
    perfmon_callouts.cc
    perfmon_mgr.cc
    perfmon_mgr.h
    tests/Makefile.am
    tests/perfmon_mgr_unittests.cc

2 years ago[#3294] ChangeLog entry
Piotrek Zadroga [Thu, 18 Apr 2024 11:14:41 +0000 (13:14 +0200)] 
[#3294] ChangeLog entry

2 years ago[#3294] adding UTs
Piotrek Zadroga [Wed, 17 Apr 2024 20:42:33 +0000 (22:42 +0200)] 
[#3294] adding UTs

2 years ago[#3294] fix reservation-del psql query
Piotrek Zadroga [Wed, 17 Apr 2024 12:22:34 +0000 (14:22 +0200)] 
[#3294] fix reservation-del psql query

- fixing a bug where when postgresql used as hosts reservations backend and
  when trying to delete only one reservation with host_cmds reservation-del
  by ipv6 and subnet-id, all host reservations in given subnet were deleted

2 years ago[#3315] use enum SpawnMode instead of bool
Razvan Becheriu [Mon, 22 Apr 2024 18:42:28 +0000 (21:42 +0300)] 
[#3315] use enum SpawnMode instead of bool

2 years ago[#3315] use stopAndPoll
Razvan Becheriu [Mon, 22 Apr 2024 17:46:43 +0000 (20:46 +0300)] 
[#3315] use stopAndPoll

2 years ago[#3315] fix ProcessSpawn IOService
Razvan Becheriu [Sat, 20 Apr 2024 08:07:22 +0000 (11:07 +0300)] 
[#3315] fix ProcessSpawn IOService

2 years ago[#3315] addressed review comments
Razvan Becheriu [Fri, 19 Apr 2024 14:53:32 +0000 (17:53 +0300)] 
[#3315] addressed review comments

2 years ago[#3315] use internal IOService for hooks
Razvan Becheriu [Wed, 27 Mar 2024 21:38:26 +0000 (23:38 +0200)] 
[#3315] use internal IOService for hooks

2 years ago[#2957] Addressed review comments
Thomas Markwalder [Fri, 19 Apr 2024 19:22:50 +0000 (19:22 +0000)] 
[#2957] Addressed review comments

Minor corrections, added ChangeLog and fixed db-version UT.

2 years ago[#2957] Fix dhcp4_server_modification_ts index
Thomas Markwalder [Thu, 18 Apr 2024 18:33:11 +0000 (18:33 +0000)] 
[#2957] Fix dhcp4_server_modification_ts index

src/share/database/scripts/pgsql/upgrade_020_to_021.sh.in
    - new file, corrects dhcp4_server_modifcation_ts index

configure.ac
    added src/share/database/scripts/pgsql/upgrade_020_to_021.sh

src/bin/admin/tests/pgsql_tests.sh.in
    Added pgsql_upgrade_20_to_21_test()

src/lib/pgsql/pgsql_connection.h
    Updated schema version

src/share/database/scripts/pgsql/.gitignore
src/share/database/scripts/pgsql/Makefile.am
    Added upgrade_020_to_021.sh

src/share/database/scripts/pgsql/dhcpdb_create.pgsql
    Added correction of dhcp4_server_modifcation_ts index

2 years ago[#3125] Add ChangeLog for #3125
Marcin Siodelski [Tue, 16 Apr 2024 18:00:28 +0000 (20:00 +0200)] 
[#3125] Add ChangeLog for #3125

2 years ago[#3125] Corrected drop stats in HA
Marcin Siodelski [Mon, 15 Apr 2024 17:13:43 +0000 (19:13 +0200)] 
[#3125] Corrected drop stats in HA

2 years ago[#3125] Pkt6 drop statistics not increased
Marcin Siodelski [Mon, 15 Apr 2024 16:22:27 +0000 (18:22 +0200)] 
[#3125] Pkt6 drop statistics not increased

The drop statistics should be maintained by the hook libraries rather than
the server. We had a discrepancy between the DHCPv4 and DHCPv6 server where
the latter increased the drop statistics when the hook library returned
the DROP status for the pkt6-receive or buffer6-receive callout. It
resulted in the increased drop stats for the load balanced packets. It was
not the case for the DHCPv4 server.

2 years agoApply 1 suggestion(s) to 1 file(s)
Tomek Mrugalski [Thu, 18 Apr 2024 10:58:57 +0000 (10:58 +0000)] 
Apply 1 suggestion(s) to 1 file(s)

2 years agoApply 1 suggestion(s) to 1 file(s)
Tomek Mrugalski [Thu, 18 Apr 2024 10:58:48 +0000 (10:58 +0000)] 
Apply 1 suggestion(s) to 1 file(s)

2 years ago[#3098] Updated ARM regarding DDNS params
Thomas Markwalder [Fri, 5 Apr 2024 17:44:38 +0000 (13:44 -0400)] 
[#3098] Updated ARM regarding DDNS params

modified:   arm/dhcp4-srv.rst
modified:   arm/dhcp6-srv.rst

modified:   arm/hooks.rst - removed // comment
from JSON block

2 years ago[#3319] typo fix
Piotrek Zadroga [Wed, 17 Apr 2024 08:18:53 +0000 (10:18 +0200)] 
[#3319] typo fix

2 years ago[#3319] recover C++14 namespace syntax
Piotrek Zadroga [Wed, 17 Apr 2024 08:05:34 +0000 (10:05 +0200)] 
[#3319] recover C++14 namespace syntax

2 years ago[#3319] lib util recover new lines
Piotrek Zadroga [Wed, 17 Apr 2024 07:50:31 +0000 (09:50 +0200)] 
[#3319] lib util recover new lines

- recover new lines removed by mistake by auto-formatting

2 years ago[#3319] lib util doxygen refactor
Piotrek Zadroga [Mon, 15 Apr 2024 20:33:27 +0000 (22:33 +0200)] 
[#3319] lib util doxygen refactor

- also imports reorder

2 years ago[#3320] minor changes
Razvan Becheriu [Wed, 17 Apr 2024 07:56:07 +0000 (10:56 +0300)] 
[#3320] minor changes

2 years ago[#3320] minor changes
Razvan Becheriu [Wed, 17 Apr 2024 07:54:46 +0000 (10:54 +0300)] 
[#3320] minor changes

2 years ago[#1743] fix circular dependency in src/lib/log
Andrei Pavel [Mon, 8 Apr 2024 14:59:38 +0000 (17:59 +0300)] 
[#1743] fix circular dependency in src/lib/log

Fixes the problem where to generate log_messages.(cc|h), you need
kea-msg-compiler, but to compile kea-msg-compiler you need
log_messages.(cc|h). This halted compilation even when building
from scratch.

Simply only regenerate log_messages.(cc|h) only if kea-msg-compiler
exists. It will not regenerate the files on first pass, but one can
explicitly call `make messages -C src/lib/log` afterwards to regenerate
the files.

2 years ago[#3133] Updated code and tests
Francis Dupont [Wed, 27 Mar 2024 22:48:19 +0000 (23:48 +0100)] 
[#3133] Updated code and tests

2 years ago[#3133] Checkpoint
Francis Dupont [Wed, 27 Mar 2024 10:20:52 +0000 (11:20 +0100)] 
[#3133] Checkpoint

2 years ago[#3133] Regen flex/bison
Francis Dupont [Wed, 27 Mar 2024 09:31:24 +0000 (09:31 +0000)] 
[#3133] Regen flex/bison

2 years ago[#3133] Extended syntax
Francis Dupont [Wed, 27 Mar 2024 09:28:12 +0000 (10:28 +0100)] 
[#3133] Extended syntax

2 years ago[#3250] Fixed sporadic test failure
Marcin Siodelski [Tue, 16 Apr 2024 14:52:05 +0000 (16:52 +0200)] 
[#3250] Fixed sporadic test failure

2 years ago[#3276] Check invalid server name during sync
Marcin Siodelski [Tue, 16 Apr 2024 09:31:02 +0000 (11:31 +0200)] 
[#3276] Check invalid server name during sync

2 years ago[#3276] Added ChangeLog for #3276
Marcin Siodelski [Mon, 15 Apr 2024 07:32:36 +0000 (09:32 +0200)] 
[#3276] Added ChangeLog for #3276

2 years ago[#3276] Fix synchronization in passive-backup
Marcin Siodelski [Mon, 15 Apr 2024 07:15:00 +0000 (09:15 +0200)] 
[#3276] Fix synchronization in passive-backup

2 years ago[#3250] Updated ARM
Marcin Siodelski [Sun, 7 Apr 2024 07:01:14 +0000 (09:01 +0200)] 
[#3250] Updated ARM

2 years ago[#3250] Corrected typos after code review
Marcin Siodelski [Sun, 7 Apr 2024 06:50:39 +0000 (08:50 +0200)] 
[#3250] Corrected typos after code review

2 years ago[#3250] Added ChangeLog for #3250
Marcin Siodelski [Wed, 27 Mar 2024 16:13:31 +0000 (17:13 +0100)] 
[#3250] Added ChangeLog for #3250

2 years ago[#3250] Delayed transition to terminated
Marcin Siodelski [Wed, 27 Mar 2024 12:22:12 +0000 (13:22 +0100)] 
[#3250] Delayed transition to terminated

2 years ago[#3336] Fix the doc build
Marcin Siodelski [Tue, 16 Apr 2024 08:21:16 +0000 (10:21 +0200)] 
[#3336] Fix the doc build

JSON examples must not include the inline comments.

2 years ago[#3289] Typo
Francis Dupont [Sat, 6 Apr 2024 22:17:37 +0000 (00:17 +0200)] 
[#3289] Typo

2 years ago[#3289] Added v6 part
Francis Dupont [Sat, 6 Apr 2024 22:03:01 +0000 (00:03 +0200)] 
[#3289] Added v6 part

2 years ago[#3289] New fix
Francis Dupont [Fri, 5 Apr 2024 16:10:46 +0000 (18:10 +0200)] 
[#3289] New fix

2 years ago[#3298] Made MemHostDataSource MT safe
Francis Dupont [Tue, 2 Apr 2024 13:27:26 +0000 (15:27 +0200)] 
[#3298] Made MemHostDataSource MT safe

2 years ago[#3299] fix parked-packet-limit mentions in ARM
Andrei Pavel [Mon, 1 Apr 2024 12:57:03 +0000 (15:57 +0300)] 
[#3299] fix parked-packet-limit mentions in ARM

- move PPL section to general hooks section
- remove note that PPL is used only for HA
- add PPL section in RADIUS
- add PPL reference in ping-check
- change values in doc/examples to resemble defaults

2 years ago[#3281] addressed review comments
Razvan Becheriu [Thu, 4 Apr 2024 07:08:49 +0000 (10:08 +0300)] 
[#3281] addressed review comments

2 years ago[#3281] stop service just in case it was still running
Razvan Becheriu [Wed, 27 Mar 2024 09:44:03 +0000 (11:44 +0200)] 
[#3281] stop service just in case it was still running

2 years ago[#3281] use shared_from_this
Razvan Becheriu [Fri, 15 Mar 2024 23:44:37 +0000 (01:44 +0200)] 
[#3281] use shared_from_this