]> git.ipfire.org Git - thirdparty/kea.git/log
thirdparty/kea.git
3 years ago[#2448] add MultiThreadingLock
Andrei Pavel [Tue, 28 Jun 2022 14:46:00 +0000 (17:46 +0300)] 
[#2448] add MultiThreadingLock

3 years ago[#2448] add Element::create(uint32_t)
Andrei Pavel [Tue, 28 Jun 2022 14:56:43 +0000 (17:56 +0300)] 
[#2448] add Element::create(uint32_t)

3 years ago[#2473] added ChangeLog
Razvan Becheriu [Wed, 6 Jul 2022 15:31:53 +0000 (18:31 +0300)] 
[#2473] added ChangeLog

3 years ago[#2473] add continuation for ScopedCalloutHandleState
Razvan Becheriu [Mon, 4 Jul 2022 19:42:59 +0000 (22:42 +0300)] 
[#2473] add continuation for ScopedCalloutHandleState

3 years ago[#2470] fix formatting tools on premium or other repos
Andrei Pavel [Fri, 1 Jul 2022 15:55:59 +0000 (18:55 +0300)] 
[#2470] fix formatting tools on premium or other repos

3 years ago[#2461] remove SHA2-256 from hash generated by openssl command to keep backwards...
Andrei Pavel [Thu, 30 Jun 2022 14:34:00 +0000 (17:34 +0300)] 
[#2461] remove SHA2-256 from hash generated by openssl command to keep backwards compatibility

3 years ago[#2379] add ChangeLog entry
Andrei Pavel [Fri, 1 Jul 2022 15:36:22 +0000 (18:36 +0300)] 
[#2379] add ChangeLog entry

3 years ago[#2379] add tools/check-for-missing-api-commands.sh
Andrei Pavel [Fri, 1 Jul 2022 15:23:33 +0000 (18:23 +0300)] 
[#2379] add tools/check-for-missing-api-commands.sh

3 years ago[#2447] added ChangeLog
Razvan Becheriu [Fri, 1 Jul 2022 12:34:48 +0000 (15:34 +0300)] 
[#2447] added ChangeLog

3 years ago[#2447] fixed documentation
Razvan Becheriu [Thu, 30 Jun 2022 14:37:53 +0000 (17:37 +0300)] 
[#2447] fixed documentation

3 years ago[#2445] add the proper data types to function arguments in dhcpdb_drop.pgsql
Andrei Pavel [Wed, 29 Jun 2022 18:00:51 +0000 (21:00 +0300)] 
[#2445] add the proper data types to function arguments in dhcpdb_drop.pgsql

3 years ago[#2445] change lease_type to smallint in PostgreSQL trigger functions
Andrei Pavel [Wed, 29 Jun 2022 17:59:50 +0000 (20:59 +0300)] 
[#2445] change lease_type to smallint in PostgreSQL trigger functions

3 years ago[#2445] trim double quotes from classes in PostgreSQL update triggers
Andrei Pavel [Wed, 29 Jun 2022 17:58:54 +0000 (20:58 +0300)] 
[#2445] trim double quotes from classes in PostgreSQL update triggers

3 years ago[#2445] add getClassLeaseCount() for MySQL and PostgreSQL
Andrei Pavel [Wed, 29 Jun 2022 17:56:45 +0000 (20:56 +0300)] 
[#2445] add getClassLeaseCount() for MySQL and PostgreSQL

3 years ago[#2445] add ChangeLog entry
Andrei Pavel [Wed, 29 Jun 2022 12:52:20 +0000 (15:52 +0300)] 
[#2445] add ChangeLog entry

3 years ago[#2445] use PgSqlExchange::getColumnValue() to fetch limits
Andrei Pavel [Wed, 29 Jun 2022 11:05:07 +0000 (14:05 +0300)] 
[#2445] use PgSqlExchange::getColumnValue() to fetch limits

3 years ago[#2445] fix PgSqlLeaseMgr::isJsonSupported() from always returning true
Andrei Pavel [Tue, 28 Jun 2022 07:46:30 +0000 (10:46 +0300)] 
[#2445] fix PgSqlLeaseMgr::isJsonSupported() from always returning true

3 years ago[#2445] PostgreSQL lease manager tests
Andrei Pavel [Mon, 27 Jun 2022 08:07:53 +0000 (11:07 +0300)] 
[#2445] PostgreSQL lease manager tests

3 years ago[#2445] implement PostgreSQL lease manager methods for limit checking
Andrei Pavel [Mon, 27 Jun 2022 08:08:33 +0000 (11:08 +0300)] 
[#2445] implement PostgreSQL lease manager methods for limit checking

3 years ago[#2445] tests for PostgreSQL lease counting
Andrei Pavel [Mon, 20 Jun 2022 10:26:12 +0000 (13:26 +0300)] 
[#2445] tests for PostgreSQL lease counting

3 years ago[#2445] PostgreSQL schema changes in support of lease limiting
Andrei Pavel [Mon, 20 Jun 2022 10:17:24 +0000 (13:17 +0300)] 
[#2445] PostgreSQL schema changes in support of lease limiting

3 years ago[#2436] Added virtual to getCLassLeaseCount
Thomas Markwalder [Wed, 29 Jun 2022 12:21:56 +0000 (08:21 -0400)] 
[#2436] Added virtual to getCLassLeaseCount

modified:   memfile_lease_mgr.h

3 years ago[#2436] Added ChangeLog entry
Thomas Markwalder [Wed, 29 Jun 2022 12:17:03 +0000 (08:17 -0400)] 
[#2436] Added ChangeLog entry

3 years ago[#2436] Addressed review comments
Thomas Markwalder [Tue, 28 Jun 2022 18:34:11 +0000 (14:34 -0400)] 
[#2436] Addressed review comments

src/lib/dhcpsrv/memfile_lease_limits.cc
    ClassLeaseCounter::getLeaseClientClasses()
    - improved error handling

src/lib/dhcpsrv/memfile_lease_limits.h
    ClassLeaseCounter::getLeaseClientClasses()
    - changed from const to static

src/lib/dhcpsrv/memfile_lease_mgr.cc
    Memfile_LeaseMgr::checkLimits4() fixed count type
    Memfile_LeaseMgr::checkLimits6() fixed exception

dhcpsrv/memfile_lease_mgr.h
    fixed typos

src/lib/dhcpsrv/tests/generic_lease_mgr_unittest.cc
    GenericLeaseMgrTest::testLeaseLimits4()
    GenericLeaseMgrTest::testLeaseLimits6()
    - removed unecesary CfgMgr logic

src/lib/dhcpsrv/tests/memfile_lease_limits_unittest.cc
    TEST_F(ClassLeaseCounterTest, adjustClassCountsTest4)
    TEST_F(ClassLeaseCounterTest, adjustClassCountsTest6)
    TEST_F(ClassLeaseCounterTest, getLeaseClientClassesTest)
    - new tests

src/lib/dhcpsrv/memfile_lease_mgr.cc
    Memfile_LeaseMgr::getClassLeaseCount() - added mutex

src/lib/dhcpsrv/memfile_lease_mgr.h
    Added thread-safe comments

3 years ago[#2426] Addressed review comments
Thomas Markwalder [Tue, 28 Jun 2022 18:05:23 +0000 (14:05 -0400)] 
[#2426] Addressed review comments

src/lib/dhcpsrv/memfile_lease_limits.cc
    ClassLeaseCounter::getLeaseClientClasses()
    - improved error handling

src/lib/dhcpsrv/memfile_lease_limits.h
    ClassLeaseCounter::getLeaseClientClasses()
    - changed from const to static

src/lib/dhcpsrv/memfile_lease_mgr.cc
    Memfile_LeaseMgr::checkLimits4() fixed count type
    Memfile_LeaseMgr::checkLimits6() fixed exception

dhcpsrv/memfile_lease_mgr.h
    fixed typos

src/lib/dhcpsrv/tests/generic_lease_mgr_unittest.cc
    GenericLeaseMgrTest::testLeaseLimits4()
    GenericLeaseMgrTest::testLeaseLimits6()
    - removed unecesary CfgMgr logic

src/lib/dhcpsrv/tests/memfile_lease_limits_unittest.cc
    TEST_F(ClassLeaseCounterTest, adjustClassCountsTest4)
    TEST_F(ClassLeaseCounterTest, adjustClassCountsTest6)
    TEST_F(ClassLeaseCounterTest, getLeaseClientClassesTest)
    - new tests

3 years ago[#2436] Implemement Memfile_LeaseMgr:checkLimitsX functions
Thomas Markwalder [Mon, 27 Jun 2022 14:14:08 +0000 (10:14 -0400)] 
[#2436] Implemement Memfile_LeaseMgr:checkLimitsX functions

src/lib/dhcpsrv/lease_mgr.h
    Make LeaseMgr::getClassLeaseCount() const

src/lib/dhcpsrv/memfile_lease_limits.*
    Add ClassLeaseCounter()::getConstCountMap()
    make  size() const

src/lib/dhcpsrv/memfile_lease_mgr.*
    make Memfile_LeaseMgr::getClassLeaseCount() const
    Memfile_LeaseMgr::checkLimits4()
    Memfile_LeaseMgr::checkLimits6()
    Memfile_LeaseMgr::getSubnetStat()
    Memfile_LeaseMgr::getLeaseLimit() - new functions

src/lib/dhcpsrv/tests/generic_lease_mgr_unittest.cc
    GenericLeaseMgrTest::testLeaseLimits4()
    GenericLeaseMgrTest::testLeaseLimits6()
    - use CfgMgr to update subent stats

src/lib/dhcpsrv/tests/memfile_lease_mgr_unittest.cc
    Enable checkLimits tests

3 years ago[#2436] More review comments
Thomas Markwalder [Fri, 24 Jun 2022 14:54:00 +0000 (10:54 -0400)] 
[#2436]  More review comments

Use "client-classes" not "classes" in user-context

src/lib/dhcpsrv/memfile_lease_limits.cc
src/lib/dhcpsrv/tests/generic_lease_mgr_unittest.cc
src/lib/dhcpsrv/tests/memfile_lease_limits_unittest.cc

3 years ago[#2436] Fixed broken generic lease mgr test
Thomas Markwalder [Thu, 23 Jun 2022 19:31:39 +0000 (15:31 -0400)] 
[#2436] Fixed broken generic lease mgr test

src/lib/dhcpsrv/tests/generic_lease_mgr_unittest.cc
    GenericLeaseMgrTest::testLeaseLimits6() - fixed error created
    one I originally split testLeaseLimits()

src/lib/dhcpsrv/tests/mysql_lease_mgr_unittest.cc
   split TEST_F(MySqlLeaseMgrTest, checkLimits) into v4 and v6 tests

3 years ago[#2436] Rebased and added generic tests
Thomas Markwalder [Thu, 23 Jun 2022 18:14:17 +0000 (14:14 -0400)] 
[#2436] Rebased and added generic tests

src/lib/dhcpsrv/tests/generic_lease_mgr_unittest.*
    Split GenericLeaseMgrTest::testLeaseLimits() into:
        GenericLeaseMgrTest::testLeaseLimits4()
        GenericLeaseMgrTest::testLeaseLimits6()

src/lib/dhcpsrv/tests/memfile_lease_mgr_unittest.cc
    TEST_F(MemfileLeaseMgrTest, isJsonSupported4)
    TEST_F(MemfileLeaseMgrTest, isJsonSupported6)
    TEST_F(MemfileLeaseMgrTest, DISABLED_checkLimitsNull4)
    TEST_F(MemfileLeaseMgrTest, DISABLED_checkLimitsNull6)
    TEST_F(MemfileLeaseMgrTest, DISABLED_checkLimits4)
    TEST_F(MemfileLeaseMgrTest, DISABLED_checkLimits6) - new tests

src/lib/dhcpsrv/tests/mysql_lease_mgr_unittest.cc
    TEST_F(MySqlLeaseMgrTest, DISABLED_classLeaseCount4)
    TEST_F(MySqlLeaseMgrTest, DISABLED_classLeaseCount6_NA)
    TEST_F(MySqlLeaseMgrTest, DISABLED_classLeaseCount6_PD) - new tests

3 years ago[#2436] More review comments pre-rebase
Thomas Markwalder [Thu, 23 Jun 2022 15:11:03 +0000 (11:11 -0400)] 
[#2436] More review comments pre-rebase

src/lib/dhcpsrv/memfile_lease_limits.h
    Commentary fixes

rc/lib/dhcpsrv/memfile_lease_mgr.cc
    Memfile_LeaseMgr::updateLease4Internal()
    Memfile_LeaseMgr::updateLease6Internal() - adjust counts
    after replacing the lease in store

    Memfile_LeaseMgr::recountClassLeases4()
    Memfile_LeaseMgr::recountClassLeases6() - remove use of index

src/lib/dhcpsrv/tests/memfile_lease_limits_unittest.cc
    Fix wrong lease states.

3 years ago[#2436] Addressed most review comments prior to rebase
Thomas Markwalder [Thu, 23 Jun 2022 14:36:03 +0000 (10:36 -0400)] 
[#2436] Addressed most review comments prior to rebase

src/lib/dhcpsrv/memfile_lease_limits.cc
    ClassLeaseCounter::getLeaseClientClasses() - looks for classes in "ISC"

src/lib/dhcpsrv/memfile_lease_limits.h
    ClassCountMap& getCountMap() - reordered return logic

src/lib/dhcpsrv/memfile_lease_mgr.h
    override and virtual use correction

src/lib/dhcpsrv/tests/generic_lease_mgr_unittest.*
    GenericLeaseMgrTest::makeContextWithClasses() - embed in "ISC" element

src/lib/dhcpsrv/tests/memfile_lease_limits_unittest.cc
    makeContextWithClasses() - embed in "ISC" element

src/lib/dhcpsrv/tests/memfile_lease_mgr_unittest.cc
    add using namespace data

3 years agoApply 3 suggestion(s) to 2 file(s)
Andrei Pavel [Thu, 23 Jun 2022 13:59:17 +0000 (13:59 +0000)] 
Apply 3 suggestion(s) to 2 file(s)

3 years agoApply 1 suggestion(s) to 1 file(s)
Andrei Pavel [Thu, 23 Jun 2022 13:58:09 +0000 (13:58 +0000)] 
Apply 1 suggestion(s) to 1 file(s)

3 years ago[#2436] Removed unecessary added include
Thomas Markwalder [Wed, 22 Jun 2022 14:33:05 +0000 (10:33 -0400)] 
[#2436] Removed unecessary added include

modified:   memfile_lease_mgr_unittest.cc

3 years ago[#2436] Make class lease count tests generic
Thomas Markwalder [Wed, 22 Jun 2022 13:49:03 +0000 (09:49 -0400)] 
[#2436] Make class lease count tests generic

Moved tests from memfile_lease_mgr_unittests.* to
generic_lease_mgr_unitest.*

3 years ago[#2436] Remove class lease recount definitions from LeaseMgr
Thomas Markwalder [Wed, 22 Jun 2022 12:57:26 +0000 (08:57 -0400)] 
[#2436] Remove class lease recount definitions from LeaseMgr

3 years ago[#2436] Memfile_LeaseMgr now counts class leases
Thomas Markwalder [Tue, 21 Jun 2022 19:42:54 +0000 (15:42 -0400)] 
[#2436] Memfile_LeaseMgr now counts class leases

src/lib/dhcpsrv/lease_mgr.*
    LeaseMgr - added virtual methods:
    ::recountClassLeases4()
    ::recountClassLeases6()
    ::getClassLeaseCount()

src/lib/dhcpsrv/memfile_lease_mgr.*
    Memfile_LeaseMgr
    ::addLeaseInternal()
    ::updateLeaseXInternal()
    ::deleteLeaseInternal(const Lease4Ptr& lease) {
    - added calls to add/remove leases from count map

    ::recountClassLeases4()
    ::recountClassLeases6()
    ::getClassLeaseCount()

src/lib/dhcpsrv/tests/generic_lease_mgr_unittest.cc
    Added boolean flag to makeLease4 and makeLease6

src/lib/dhcpsrv/tests/memfile_lease_mgr_unittest.cc
    New tests:
    TEST_F(MemfileLeaseMgrTest, classLeaseCount4)
    TEST_F(MemfileLeaseMgrTest, classLeaseCount6_NA)
    TEST_F(MemfileLeaseMgrTest, classLeaseCount6_PD)
    TEST_F(MemfileLeaseMgrTest, classLeaseRecount4)
    TEST_F(MemfileLeaseMgrTest, classLeaseRecount6)

3 years ago[#2436] Added ClassLeaseCounter container
Thomas Markwalder [Thu, 16 Jun 2022 13:52:35 +0000 (09:52 -0400)] 
[#2436] Added ClassLeaseCounter container

Implemented dhcp::ClassLeaseCounter, a container for
managing lease counts per class

src/lib/dhcpsrv/memfile_lease_limits.h
src/lib/dhcpsrv/memfile_lease_limits.cc
    New files that support class lease counting

src/lib/dhcpsrv/Makefile.am
    added memfile_lease_limits.cc, memfile_lease_limits.h

src/lib/dhcpsrv/lease.h
    added Lease::getType() because I am sick of it not existing

src/lib/dhcpsrv/memfile_lease_limits_unittest.cc
    New file

src/lib/dhcpsrv/tests/Makefile.am
    added memfile_lease_limits_unittest.cc

3 years agoUpdate configure.ac
Marcin Godzina [Tue, 28 Jun 2022 14:22:07 +0000 (14:22 +0000)] 
Update configure.ac

3 years agoUpdate platforms.rst Kea-2.1.7
Marcin Godzina [Mon, 27 Jun 2022 17:02:30 +0000 (17:02 +0000)] 
Update platforms.rst

3 years agoUpdate platforms.rst
Marcin Godzina [Mon, 27 Jun 2022 16:55:13 +0000 (16:55 +0000)] 
Update platforms.rst

3 years agoUpdate platforms.rst
Marcin Godzina [Mon, 27 Jun 2022 16:51:17 +0000 (16:51 +0000)] 
Update platforms.rst

3 years agospell check, sphnx config change for RHEL9
Marcin Godzina [Mon, 27 Jun 2022 16:21:06 +0000 (18:21 +0200)] 
spell check, sphnx config change for RHEL9

3 years agoSpell check
Marcin Godzina [Mon, 27 Jun 2022 16:19:18 +0000 (18:19 +0200)] 
Spell check

3 years ago[#2463] release changes
Marcin Godzina [Mon, 27 Jun 2022 16:08:34 +0000 (18:08 +0200)] 
[#2463] release changes

3 years ago[#2457] fill vector with zeros in SecBuf without referencing potentially unallocated...
Andrei Pavel [Mon, 27 Jun 2022 14:53:43 +0000 (17:53 +0300)] 
[#2457] fill vector with zeros in SecBuf without referencing potentially unallocated first element

3 years ago[#2458] added missing package for pdf documentation in ubuntu 22
Wlodek Wencel [Mon, 27 Jun 2022 11:34:41 +0000 (13:34 +0200)] 
[#2458] added missing package for pdf documentation in ubuntu 22

3 years ago[#2455] bump lib versions for 2.1.7
Razvan Becheriu [Sat, 25 Jun 2022 08:51:28 +0000 (11:51 +0300)] 
[#2455] bump lib versions for 2.1.7

3 years ago[#2266] updated doxygen
Razvan Becheriu [Sat, 25 Jun 2022 09:21:05 +0000 (12:21 +0300)] 
[#2266] updated doxygen

3 years ago[#2266] fixed indentation
Razvan Becheriu [Sat, 25 Jun 2022 08:36:39 +0000 (11:36 +0300)] 
[#2266] fixed indentation

3 years ago[#2266] addressed comments
Razvan Becheriu [Fri, 24 Jun 2022 18:13:10 +0000 (21:13 +0300)] 
[#2266] addressed comments

3 years ago[#2266] addressed review comments
Razvan Becheriu [Fri, 24 Jun 2022 16:12:56 +0000 (19:12 +0300)] 
[#2266] addressed review comments

3 years ago[#2266] added unittests for mergeDiffAdd and mergeDiffDel
Razvan Becheriu [Fri, 24 Jun 2022 13:36:14 +0000 (16:36 +0300)] 
[#2266] added unittests for mergeDiffAdd and mergeDiffDel

3 years ago[#2266] addressed review comments
Razvan Becheriu [Thu, 23 Jun 2022 17:02:13 +0000 (20:02 +0300)] 
[#2266] addressed review comments

3 years ago[#2266] addressed review comments
Razvan Becheriu [Thu, 23 Jun 2022 16:15:05 +0000 (19:15 +0300)] 
[#2266] addressed review comments

3 years ago[#2266] addressed review comments
Razvan Becheriu [Thu, 23 Jun 2022 10:46:44 +0000 (13:46 +0300)] 
[#2266] addressed review comments

3 years ago[#2266] updated documentation
Razvan Becheriu [Thu, 16 Jun 2022 10:56:48 +0000 (13:56 +0300)] 
[#2266] updated documentation

3 years ago[#2266] add support for merge-add and merge-del for Element types
Razvan Becheriu [Wed, 8 Jun 2022 16:11:43 +0000 (19:11 +0300)] 
[#2266] add support for merge-add and merge-del for Element types

3 years ago[#2438] Added override keywords to lease manager API instances
Francis Dupont [Fri, 24 Jun 2022 16:05:35 +0000 (18:05 +0200)] 
[#2438] Added override keywords to lease manager API instances

3 years ago[#1614] Added a ChangeLog entry
Francis Dupont [Fri, 24 Jun 2022 13:13:35 +0000 (15:13 +0200)] 
[#1614] Added a ChangeLog entry

3 years ago[#1614] Added a fix for GNU vs POSIX strerror_r
Francis Dupont [Fri, 24 Jun 2022 13:10:11 +0000 (15:10 +0200)] 
[#1614] Added a fix for GNU vs POSIX strerror_r

3 years ago[#1614] Fixed OpenSSL 3.0 system error messages
Francis Dupont [Fri, 10 Jun 2022 18:59:26 +0000 (20:59 +0200)] 
[#1614] Fixed OpenSSL 3.0 system error messages

3 years ago[#1614] Checkpoint: update an error message
Francis Dupont [Tue, 22 Feb 2022 13:47:46 +0000 (14:47 +0100)] 
[#1614] Checkpoint: update an error message

3 years ago[#1614] Checkpoint: get rid of EVP_MD_CTX_copy
Francis Dupont [Tue, 22 Feb 2022 11:41:05 +0000 (12:41 +0100)] 
[#1614] Checkpoint: get rid of EVP_MD_CTX_copy

3 years ago[#1614] Checkpoint: ported HMAC to EVP
Francis Dupont [Sat, 19 Feb 2022 20:22:04 +0000 (21:22 +0100)] 
[#1614] Checkpoint: ported HMAC to EVP

3 years ago[#2247] Spelling
Francis Dupont [Fri, 24 Jun 2022 13:27:53 +0000 (15:27 +0200)] 
[#2247] Spelling

3 years ago[#2247] ChangeLog updated
Tomek Mrugalski [Fri, 24 Jun 2022 08:31:13 +0000 (10:31 +0200)] 
[#2247] ChangeLog updated

3 years ago[#2247] gss-tsig example configs updated
Tomek Mrugalski [Fri, 24 Jun 2022 08:29:47 +0000 (10:29 +0200)] 
[#2247] gss-tsig example configs updated

3 years ago[#2247] Rephrased text
Tomek Mrugalski [Fri, 24 Jun 2022 08:22:34 +0000 (10:22 +0200)] 
[#2247] Rephrased text

3 years ago[#2247] Added a note against client-keytab
Francis Dupont [Mon, 6 Jun 2022 14:55:51 +0000 (16:55 +0200)] 
[#2247] Added a note against client-keytab

3 years ago[#2086] Typos in ChangeLog
Francis Dupont [Thu, 23 Jun 2022 17:42:09 +0000 (19:42 +0200)] 
[#2086] Typos in ChangeLog

3 years ago[#2086] Added a ChangeLog entry
Francis Dupont [Thu, 23 Jun 2022 16:52:32 +0000 (18:52 +0200)] 
[#2086] Added a ChangeLog entry

3 years ago[#2086] Updated lease parser
Francis Dupont [Tue, 14 Jun 2022 09:01:05 +0000 (11:01 +0200)] 
[#2086] Updated lease parser

3 years ago[#2086] Added subnet id range check
Francis Dupont [Mon, 13 Jun 2022 15:56:35 +0000 (17:56 +0200)] 
[#2086] Added subnet id range check

3 years ago[#2411] ChangeLog added.
Tomek Mrugalski [Thu, 23 Jun 2022 17:57:50 +0000 (19:57 +0200)] 
[#2411] ChangeLog added.

3 years ago[#2411] Updated libreSSL 3.0.2 and 3.5.3 errors
Francis Dupont [Sat, 21 May 2022 21:58:03 +0000 (23:58 +0200)] 
[#2411] Updated libreSSL 3.0.2 and 3.5.3 errors

3 years ago[#2411] Added libreSSL >= 3.5.2 support
Francis Dupont [Sat, 21 May 2022 07:59:52 +0000 (09:59 +0200)] 
[#2411] Added libreSSL >= 3.5.2 support

3 years ago[#1706] ChangeLog tabulation fixed
Tomek Mrugalski [Thu, 23 Jun 2022 15:38:56 +0000 (17:38 +0200)] 
[#1706] ChangeLog tabulation fixed

3 years ago[#1706] ChangeLog added
Tomek Mrugalski [Wed, 22 Jun 2022 15:14:54 +0000 (17:14 +0200)] 
[#1706] ChangeLog added

3 years ago[#1706] Added comment for http_auth_config_
Tomek Mrugalski [Wed, 22 Jun 2022 15:03:21 +0000 (17:03 +0200)] 
[#1706] Added comment for http_auth_config_

3 years ago[#1706] minor ordering of command list
Razvan Becheriu [Thu, 16 Jun 2022 16:37:42 +0000 (19:37 +0300)] 
[#1706] minor ordering of command list

3 years ago[#1706] Version 2.2.0 -> 2.1.7
Francis Dupont [Mon, 6 Jun 2022 14:37:54 +0000 (16:37 +0200)] 
[#1706] Version 2.2.0 -> 2.1.7

3 years ago[#1706] Added restrict-commands feature
Francis Dupont [Wed, 1 Jun 2022 18:24:37 +0000 (20:24 +0200)] 
[#1706] Added restrict-commands feature

3 years ago[#1706] Added a command filtering feature
Francis Dupont [Wed, 1 Jun 2022 17:30:13 +0000 (19:30 +0200)] 
[#1706] Added a command filtering feature

3 years ago[#1706] Changed the basic HTTP auth config for a class variable
Francis Dupont [Wed, 1 Jun 2022 14:28:41 +0000 (16:28 +0200)] 
[#1706] Changed the basic HTTP auth config for a class variable

3 years ago[#1706] Added TLS unit test from MT basic one
Francis Dupont [Wed, 1 Jun 2022 13:57:19 +0000 (15:57 +0200)] 
[#1706] Added TLS unit test from MT basic one

3 years ago[#1706] Enforced boolean output
Francis Dupont [Wed, 1 Jun 2022 13:52:44 +0000 (15:52 +0200)] 
[#1706] Enforced boolean output

3 years ago[#1706] Added require-client-certs doc
Francis Dupont [Wed, 1 Jun 2022 13:07:15 +0000 (15:07 +0200)] 
[#1706] Added require-client-certs doc

3 years ago[#1706] Added require-client-certs HA flag
Francis Dupont [Wed, 1 Jun 2022 11:52:35 +0000 (13:52 +0200)] 
[#1706] Added require-client-certs HA flag

3 years ago[#1706] Added TLS server side to HA
Francis Dupont [Tue, 31 May 2022 22:26:06 +0000 (00:26 +0200)] 
[#1706] Added TLS server side to HA

3 years ago[#1706] Added (too) basic unit tests
Francis Dupont [Tue, 31 May 2022 22:04:59 +0000 (00:04 +0200)] 
[#1706] Added (too) basic unit tests

3 years ago[#1706] Added TLS context to CmdHttpListener
Francis Dupont [Tue, 31 May 2022 21:35:39 +0000 (23:35 +0200)] 
[#1706] Added TLS context to CmdHttpListener

3 years ago[#2438] raise the length of client classes in the limits MySQL schema
Andrei Pavel [Thu, 23 Jun 2022 09:13:01 +0000 (12:13 +0300)] 
[#2438] raise the length of client classes in the limits MySQL schema

3 years ago[#2438] prevent MySQL lease counters from going negative
Andrei Pavel [Wed, 22 Jun 2022 17:17:48 +0000 (20:17 +0300)] 
[#2438] prevent MySQL lease counters from going negative

3 years ago[#2438] enable checkLeaseXLimits in the MySQL lease manager
Andrei Pavel [Wed, 22 Jun 2022 16:41:14 +0000 (19:41 +0300)] 
[#2438] enable checkLeaseXLimits in the MySQL lease manager

3 years ago[#2438] prevent MySQL lease counters from going negative
Andrei Pavel [Wed, 22 Jun 2022 12:53:20 +0000 (15:53 +0300)] 
[#2438] prevent MySQL lease counters from going negative

3 years ago[#2438] add ChangeLog entry
Andrei Pavel [Wed, 15 Jun 2022 11:41:29 +0000 (14:41 +0300)] 
[#2438] add ChangeLog entry

3 years ago[#2438] add MySqlLeaseMgr::isJsonSupported()
Andrei Pavel [Tue, 21 Jun 2022 19:42:46 +0000 (22:42 +0300)] 
[#2438] add MySqlLeaseMgr::isJsonSupported()

3 years ago[#2438] return strings from MySQL's checkLeaseXLimits()
Andrei Pavel [Tue, 21 Jun 2022 10:53:39 +0000 (13:53 +0300)] 
[#2438] return strings from MySQL's checkLeaseXLimits()

3 years ago[#2438] set @json_supported for a MySQL connection
Andrei Pavel [Tue, 21 Jun 2022 10:27:32 +0000 (13:27 +0300)] 
[#2438] set @json_supported for a MySQL connection