]> git.ipfire.org Git - thirdparty/kea.git/log
thirdparty/kea.git
4 years ago[#2238] Text edits
Suzanne Goldlust [Mon, 13 Dec 2021 23:30:53 +0000 (23:30 +0000)] 
[#2238] Text edits

4 years ago[#2238] Text edits
Suzanne Goldlust [Mon, 13 Dec 2021 23:29:29 +0000 (23:29 +0000)] 
[#2238] Text edits

4 years ago[#2238] Text edits
Suzanne Goldlust [Mon, 13 Dec 2021 23:27:12 +0000 (23:27 +0000)] 
[#2238] Text edits

4 years ago[#2238] Text edits
Suzanne Goldlust [Mon, 13 Dec 2021 23:17:13 +0000 (23:17 +0000)] 
[#2238] Text edits

4 years ago[#2281] bump lib versions for 2.1.2
Razvan Becheriu [Tue, 25 Jan 2022 15:53:21 +0000 (17:53 +0200)] 
[#2281] bump lib versions for 2.1.2

4 years ago[#2225] fix mysql test not matching reference text
Andrei Pavel [Tue, 25 Jan 2022 13:51:55 +0000 (15:51 +0200)] 
[#2225] fix mysql test not matching reference text

4 years ago[#2246] Additional review comments
Thomas Markwalder [Tue, 25 Jan 2022 11:31:37 +0000 (06:31 -0500)] 
[#2246] Additional review comments

src/lib/dhcpsrv/client_class_def.cc
    ClientClassDictionary::createOptions() - modified to merge
    the client and external option definitions together prior
    to creating class options.

src/lib/dhcpsrv/tests/cb_ctl_dhcp_unittest.cc
    Tests for a custom client option defined and specified
    in a class.

4 years agoApply 2 suggestion(s) to 2 file(s)
Marcin Siodelski [Mon, 24 Jan 2022 20:17:56 +0000 (20:17 +0000)] 
Apply 2 suggestion(s) to 2 file(s)

4 years ago[#2246] addressed review
Razvan Becheriu [Fri, 21 Jan 2022 10:02:59 +0000 (12:02 +0200)] 
[#2246] addressed review

4 years ago[#2246] Create class options after loading from CB
Thomas Markwalder [Thu, 20 Jan 2022 20:16:28 +0000 (15:16 -0500)] 
[#2246] Create class options after loading from CB

src/lib/dhcpsrv/cb_ctl_dhcp4.cc
    CBControlDHCPv4::databaseConfigApply()
    - now calls ClientClassDictionary::createOptions()

src/lib/dhcpsrv/cb_ctl_dhcp6.cc
    CBControlDHCPv6::databaseConfigApply()
    - now calls ClientClassDictionary::createOptions()

src/lib/dhcpsrv/client_class_def.*
    ClientClassDictionary::createOptions() - new function
    which recreates all options in each class in a dicationary

src/lib/dhcpsrv/tests/cb_ctl_dhcp_unittest.cc
    Updated tests

src/lib/dhcpsrv/tests/client_class_def_unittest.cc
    TEST(ClientClassDictionary, createOptions) - new test

4 years ago[#2284] more formatting
Razvan Becheriu [Tue, 25 Jan 2022 13:03:39 +0000 (15:03 +0200)] 
[#2284] more formatting

4 years ago[#2284] fixed indentation and spaces
Razvan Becheriu [Tue, 25 Jan 2022 12:53:06 +0000 (14:53 +0200)] 
[#2284] fixed indentation and spaces

4 years ago[#2284] Typo in ChangeLog
Thomas Markwalder [Mon, 24 Jan 2022 20:06:30 +0000 (15:06 -0500)] 
[#2284] Typo in ChangeLog

4 years ago[#2284] Fixed asserts in PostgresSQL support code
Thomas Markwalder [Mon, 24 Jan 2022 20:05:40 +0000 (15:05 -0500)] 
[#2284] Fixed asserts in PostgresSQL support code
src/hooks/dhcp/pgsql_cb/pgsql_cb_dhcp4.cc
    Fixed an incorrect tagged statement

src/lib/pgsql/pgsql_connection.*
    PgSqlConnection::executePreparedStatement() - new convenience
    function to executing prepared statements

    PgSqlConnection::selectQuery()
    PgSqlConnection::insertQuery()
    PgSqlConnection::updateDeleteQuery()
    - now calls executePreparedStatement()

src/lib/pgsql/pgsql_exchange.cc
    PsqlBindArray::toText() - emits text for empty array

src/lib/pgsql/tests/pgsql_connection_unittest.cc
    TEST_F(PgSqlConnectionTest, executePreparedStatement) - new test

4 years ago[#2283] exit early when packing a zero length OpaqueDataTuple
Andrei Pavel [Tue, 25 Jan 2022 12:28:04 +0000 (14:28 +0200)] 
[#2283] exit early when packing a zero length OpaqueDataTuple

4 years ago[#2225] allow PGPASSWORD to be set from outside admin-utils.sh
Andrei Pavel [Tue, 25 Jan 2022 08:08:22 +0000 (10:08 +0200)] 
[#2225] allow PGPASSWORD to be set from outside admin-utils.sh

4 years ago[#2225] fix argument check in admin-utils.sh
Andrei Pavel [Sun, 23 Jan 2022 12:52:45 +0000 (14:52 +0200)] 
[#2225] fix argument check in admin-utils.sh

4 years ago[#2225] Restored $# check
Francis Dupont [Sat, 22 Jan 2022 10:36:30 +0000 (11:36 +0100)] 
[#2225] Restored $# check

4 years ago[#2225] kea-admin: change double quote location
Andrei Pavel [Fri, 21 Jan 2022 21:54:32 +0000 (23:54 +0200)] 
[#2225] kea-admin: change double quote location

4 years ago[#2225] Checkpoint: comments addressed but a bug was inherited
Francis Dupont [Fri, 21 Jan 2022 18:21:56 +0000 (19:21 +0100)] 
[#2225] Checkpoint: comments addressed but a bug was inherited

4 years ago[#2225] Added a ChangeLog entry
Francis Dupont [Mon, 17 Jan 2022 14:17:03 +0000 (15:17 +0100)] 
[#2225] Added a ChangeLog entry

4 years ago[#2225] more "kea-admin -x" documentation in manual
Andrei Pavel [Tue, 18 Jan 2022 13:08:53 +0000 (15:08 +0200)] 
[#2225] more "kea-admin -x" documentation in manual

4 years ago[#2225] tests for "kea-admin -x"
Andrei Pavel [Tue, 18 Jan 2022 13:08:32 +0000 (15:08 +0200)] 
[#2225] tests for "kea-admin -x"

4 years ago[#2225] Checkpoint: addressed some comments before rebase
Francis Dupont [Mon, 17 Jan 2022 14:11:12 +0000 (15:11 +0100)] 
[#2225] Checkpoint: addressed some comments before rebase

4 years ago[#2225] Added -x with a test for MySQL
Francis Dupont [Wed, 12 Jan 2022 17:26:10 +0000 (18:26 +0100)] 
[#2225] Added -x with a test for MySQL

4 years ago[#2039] allow PGPASSWORD to be set from outside admin-utils.sh
Andrei Pavel [Wed, 19 Jan 2022 14:43:02 +0000 (16:43 +0200)] 
[#2039] allow PGPASSWORD to be set from outside admin-utils.sh

4 years ago[#2039] kea-admin lease-upload pgsql tests
Andrei Pavel [Thu, 23 Dec 2021 12:45:01 +0000 (14:45 +0200)] 
[#2039] kea-admin lease-upload pgsql tests

4 years ago[#2039] kea-admin lease-upload pgsql
Andrei Pavel [Wed, 22 Dec 2021 13:47:31 +0000 (15:47 +0200)] 
[#2039] kea-admin lease-upload pgsql

4 years ago[#2279] fixed unittests
Razvan Becheriu [Fri, 21 Jan 2022 18:46:42 +0000 (20:46 +0200)] 
[#2279] fixed unittests

4 years ago[#2279] "loggers" should be inside the Dhcp[4|6] map
Razvan Becheriu [Fri, 21 Jan 2022 18:15:53 +0000 (20:15 +0200)] 
[#2279] "loggers" should be inside the Dhcp[4|6] map

4 years ago[#2279] remove duplicate "server-tag"
Razvan Becheriu [Fri, 21 Jan 2022 17:49:05 +0000 (19:49 +0200)] 
[#2279] remove duplicate "server-tag"

4 years ago[#2279] loggers is not a scalar
Razvan Becheriu [Fri, 21 Jan 2022 17:44:16 +0000 (19:44 +0200)] 
[#2279] loggers is not a scalar

4 years ago[#2279] added unittests
Razvan Becheriu [Fri, 21 Jan 2022 16:53:33 +0000 (18:53 +0200)] 
[#2279] added unittests

4 years ago[#2279] add loggers to global parameters
Razvan Becheriu [Fri, 21 Jan 2022 16:38:12 +0000 (18:38 +0200)] 
[#2279] add loggers to global parameters

4 years ago[2006] Regen flex and bison
Francis Dupont [Fri, 21 Jan 2022 16:24:05 +0000 (16:24 +0000)] 
[2006] Regen flex and bison

4 years ago[#2006] fixed documentation
Razvan Becheriu [Tue, 18 Jan 2022 17:50:01 +0000 (19:50 +0200)] 
[#2006] fixed documentation

4 years ago[#2006] fixed doxygen and comments
Razvan Becheriu [Tue, 18 Jan 2022 17:42:33 +0000 (19:42 +0200)] 
[#2006] fixed doxygen and comments

4 years ago[#2006] addressed comments
Razvan Becheriu [Tue, 18 Jan 2022 17:00:52 +0000 (19:00 +0200)] 
[#2006] addressed comments

4 years ago[#2006] updated doxygen and fixed comments
Razvan Becheriu [Mon, 17 Jan 2022 14:52:57 +0000 (16:52 +0200)] 
[#2006] updated doxygen and fixed comments

4 years ago[#2006] Added a ChangeLog entry
Francis Dupont [Wed, 8 Dec 2021 18:15:14 +0000 (19:15 +0100)] 
[#2006] Added a ChangeLog entry

4 years ago[#2006] Updated parser, doc and one unit test
Francis Dupont [Wed, 8 Dec 2021 17:54:55 +0000 (18:54 +0100)] 
[#2006] Updated parser, doc and one unit test

4 years ago[#2006] Fixed http unit tests
Francis Dupont [Tue, 7 Dec 2021 17:13:43 +0000 (18:13 +0100)] 
[#2006] Fixed http unit tests

4 years ago[#2006] Fixed agent unit tests
Francis Dupont [Tue, 7 Dec 2021 15:32:52 +0000 (16:32 +0100)] 
[#2006] Fixed agent unit tests

4 years ago[#2006] Added sample cred files
Francis Dupont [Tue, 7 Dec 2021 14:42:29 +0000 (15:42 +0100)] 
[#2006] Added sample cred files

4 years ago[#2006] Checkpoint: tests to update
Francis Dupont [Sun, 28 Nov 2021 22:52:05 +0000 (23:52 +0100)] 
[#2006] Checkpoint: tests to update

4 years ago[#2006] Regen flex and bison
Francis Dupont [Sun, 28 Nov 2021 14:32:19 +0000 (14:32 +0000)] 
[#2006] Regen flex and bison

4 years ago[#2006] Recovered lost password token
Francis Dupont [Sun, 28 Nov 2021 14:31:35 +0000 (15:31 +0100)] 
[#2006] Recovered lost password token

4 years ago[#2006] Added doc and syntax
Francis Dupont [Sun, 28 Nov 2021 14:26:42 +0000 (15:26 +0100)] 
[#2006] Added doc and syntax

4 years ago[#2208] removed references of %l from logger pattern
Razvan Becheriu [Fri, 21 Jan 2022 14:16:14 +0000 (16:16 +0200)] 
[#2208] removed references of %l from logger pattern

4 years ago[#2208] updated config example
Razvan Becheriu [Fri, 21 Jan 2022 09:03:02 +0000 (11:03 +0200)] 
[#2208] updated config example

4 years ago[#2208] update documentation
Razvan Becheriu [Thu, 20 Jan 2022 20:35:48 +0000 (22:35 +0200)] 
[#2208] update documentation

4 years ago[#2039] make lease-upload mysql tests indepdendent of time zone
Andrei Pavel [Fri, 21 Jan 2022 14:30:01 +0000 (16:30 +0200)] 
[#2039] make lease-upload mysql tests indepdendent of time zone

4 years ago[#2039] add ChangeLog entry
Andrei Pavel [Wed, 22 Dec 2021 12:24:19 +0000 (14:24 +0200)] 
[#2039] add ChangeLog entry

4 years ago[#2039] document kea-admin lease-upload
Andrei Pavel [Wed, 22 Dec 2021 12:22:05 +0000 (14:22 +0200)] 
[#2039] document kea-admin lease-upload

4 years ago[#2039] kea-admin lease-upload mysql tests
Andrei Pavel [Wed, 19 Jan 2022 18:22:25 +0000 (20:22 +0200)] 
[#2039] kea-admin lease-upload mysql tests

4 years ago[#2039] kea-admin lease-upload mysql
Andrei Pavel [Wed, 22 Dec 2021 12:09:17 +0000 (14:09 +0200)] 
[#2039] kea-admin lease-upload mysql

4 years ago[#2199] mention issue name in release checklist
Andrei Pavel [Fri, 21 Jan 2022 13:04:58 +0000 (15:04 +0200)] 
[#2199] mention issue name in release checklist

4 years ago[#2199] add items to the release checklist
Andrei Pavel [Thu, 20 Jan 2022 20:00:18 +0000 (22:00 +0200)] 
[#2199] add items to the release checklist

4 years ago[#2205] are-scripts-in-sync.py
Andrei Pavel [Fri, 21 Jan 2022 12:21:23 +0000 (14:21 +0200)] 
[#2205] are-scripts-in-sync.py

This script is used to maintain upgrade scripts in Kea and to ensure that the
incremental and the full schema scripts are in sync.

4 years ago[#2222] Removed the skipped when equal code
Francis Dupont [Wed, 12 Jan 2022 12:31:32 +0000 (13:31 +0100)] 
[#2222] Removed the skipped when equal code

4 years ago[#2264] add ChangeLog entry
Andrei Pavel [Thu, 20 Jan 2022 08:20:11 +0000 (10:20 +0200)] 
[#2264] add ChangeLog entry

4 years ago[#2264] allow IPv6 addresses in HA "url"
Andrei Pavel [Tue, 18 Jan 2022 14:56:58 +0000 (16:56 +0200)] 
[#2264] allow IPv6 addresses in HA "url"

4 years ago[#2264] test IPv6 URL in HA
Andrei Pavel [Tue, 18 Jan 2022 14:49:08 +0000 (16:49 +0200)] 
[#2264] test IPv6 URL in HA

4 years ago[#2038] kea-admin lease-dump: compatibility with earlier versions of pgsql
Andrei Pavel [Thu, 13 Jan 2022 20:29:22 +0000 (22:29 +0200)] 
[#2038] kea-admin lease-dump: compatibility with earlier versions of pgsql

4 years ago[#2038] allow passing of extra parameters to *sql_execute* in admin-utils.sh while...
Andrei Pavel [Tue, 11 Jan 2022 17:32:02 +0000 (19:32 +0200)] 
[#2038] allow passing of extra parameters to *sql_execute* in admin-utils.sh while keeping credentials

4 years ago[#2038] kea-admin lease-dump pgsql tests
Andrei Pavel [Tue, 11 Jan 2022 15:51:17 +0000 (17:51 +0200)] 
[#2038] kea-admin lease-dump pgsql tests

4 years ago[#2038] kea-admin lease-dump pgsql outputs a memfile-ready CSV
Andrei Pavel [Tue, 11 Jan 2022 14:31:27 +0000 (16:31 +0200)] 
[#2038] kea-admin lease-dump pgsql outputs a memfile-ready CSV

4 years ago[#95] Additional review comments
Thomas Markwalder [Mon, 17 Jan 2022 19:30:39 +0000 (14:30 -0500)] 
[#95] Additional review comments

src/hooks/dhcp/mysql_cb/mysql_cb_dhcp4.cc
src/hooks/dhcp/mysql_cb/tests/mysql_cb_dhcp4_unittest.cc
    Commentary clean up

src/lib/pgsql/pgsql_connection.cc
src/lib/pgsql/tests/pgsql_connection_unittest.cc
    PgSqlConnection::createSavepoint()
    PgSqlConnection::rollbackToSavepoint() - now throw
    InvalidOperation instead Unexpected

4 years ago[#95] Addressed initial review comments
Thomas Markwalder [Fri, 14 Jan 2022 20:21:50 +0000 (15:21 -0500)] 
[#95] Addressed initial review comments

src/hooks/dhcp/pgsql_cb/pgsql_cb_impl.cc
    PgSqlConfigBackendImpl::createUpdateServer() - reworked to use
    savepoints.

src/hooks/dhcp/pgsql_cb/pgsql_cb_dhcp4.cc
src/hooks/dhcp/pgsql_cb/pgsql_query_macros_dhcp.h
src/hooks/dhcp/pgsql_cb/tests/pgsql_cb_dhcp4_unittest.cc
src/lib/pgsql/tests/pgsql_exchange_unittest.cc
    minor clean up

src/lib/database/db_log.*
    Added new log enums

src/lib/database/db_messages.mes
    New log messages:
    DATABASE_PGSQL_CREATE_SAVEPOINT
    DATABASE_PGSQL_ROLLBACK_SAVEPOINT

src/lib/pgsql/pgsql_connection.*
    PgSqlConnection::createSavepoint()
    PgSqlConnection::rollbackToSavepoint()
    PgSqlConnection::executeSQL() - new functions

src/lib/pgsql/tests/pgsql_connection_unittest.cc
    TEST_F(PgSqlConnectionTest, savepoints) - new test

4 years agoRemove blank line
Marcin Siodelski [Fri, 14 Jan 2022 13:01:29 +0000 (13:01 +0000)] 
Remove blank line

4 years ago[#95] Fixed file name in Makefile.am
Thomas Markwalder [Tue, 11 Jan 2022 16:05:49 +0000 (11:05 -0500)] 
[#95] Fixed file name in Makefile.am

src/hooks/dhcp/pgsql_cb/Makefile.am
    fixed psql_query_macros_dhcp.h name

4 years ago[#95] All Queries - CRUD for servers
Thomas Markwalder [Tue, 11 Jan 2022 15:44:41 +0000 (10:44 -0500)] 
[#95] All Queries - CRUD for servers

src/hooks/dhcp/pgsql_cb/Makefile.am
    New files:
        pgsql_query_macros.h pgsql_cb_dhcp4.cc pgsql_cb_dhcp4.h

src/hooks/dhcp/pgsql_cb/pgsql_cb_dhcp4.*
    Initial implementation - includes CRUD for servers

src/hooks/dhcp/pgsql_cb/pgsql_cb_impl.*
    PgSqlConfigBackendImpl::getStatement()
    PgSqlConfigBackendImpl::selectQuery()
    PgSqlConfigBackendImpl::insertQuery()
    PgSqlConfigBackendImpl::updateDeleteQuery()
    PgSqlConfigBackendImpl::createAuditRevision()
    PgSqlConfigBackendImpl::getRecentAuditEntries()
    PgSqlConfigBackendImpl::deleteFromTable()
    PgSqlConfigBackendImpl::getLastInsertId()
    PgSqlConfigBackendImpl::createInputRelayBinding()
    PgSqlConfigBackendImpl::createOptionValueBinding()
    PgSqlConfigBackendImpl::getServer()
    PgSqlConfigBackendImpl::getServers()
    PgSqlConfigBackendImpl::createUpdateServer()
    PgSqlConfigBackendImpl::attachElementToServers()
    PgSqlConfigBackendImpl::addRelayBinding()
    PgSqlConfigBackendImpl::addOptionValueBinding()
    PgSqlConfigBackendImpl::addRequiredClassesBinding()
    PgSqlConfigBackendImpl::addOptionValueBinding()

src/hooks/dhcp/pgsql_cb/pgsql_cb_messages.mes
    New messages

src/hooks/dhcp/pgsql_cb/tests/Makefile.am
    New file:pgsql_cb_dhcp4_unittest.cc

src/hooks/dhcp/pgsql_cb/tests/pgsql_cb_dhcp4_unittest.cc
    New file

src/lib/config_backend/base_config_backend.h
src/lib/config_backend/tests/config_backend_mgr_unittest.cc
src/lib/database/backend_selector.h
src/lib/database/backend_selector.cc
src/lib/database/tests/backend_selector_unittest.cc
    "pgsql" -> "postgresql"
    BackendSelector::Type::PGSQL -> BackendSelector::Type::POSTGRESQL

src/lib/pgsql/pgsql_connection.cc
    Added NULL_KEY
    PgSqlConnection::checkStatementError() - throws DuplicateEntry and NullKeyError

src/lib/pgsql/pgsql_connection.h
    Added NULL_KEY
    Upped PGSQL_MAX_PARAMETERS_IN_QUERY to 128;

src/lib/pgsql/pgsql_exchange.*
    PsqlBindArray::popBack() - new function
    Cleaned up AddOptional functions
    PsqlBindArray::add(const ConstElementPtr& value) - new

4 years ago[#2254] fixed compilation warnings
Razvan Becheriu [Tue, 18 Jan 2022 16:19:38 +0000 (18:19 +0200)] 
[#2254] fixed compilation warnings

4 years ago[#2254] undo rename of local variables
Razvan Becheriu [Mon, 17 Jan 2022 15:26:50 +0000 (17:26 +0200)] 
[#2254] undo rename of local variables

4 years ago[#2254] Ported simple subnet container
Francis Dupont [Sun, 2 Jan 2022 22:18:57 +0000 (23:18 +0100)] 
[#2254] Ported simple subnet container

4 years ago[#2233] Moved option-data-list to option-data in API files
Francis Dupont [Mon, 10 Jan 2022 14:16:54 +0000 (15:16 +0100)] 
[#2233] Moved option-data-list to option-data in API files

4 years ago[#1684] Added note about code 160 being removed
Tomek Mrugalski [Fri, 14 Jan 2022 09:30:51 +0000 (10:30 +0100)] 
[#1684] Added note about code 160 being removed

4 years ago[#1684] ChangeLog updated
Tomek Mrugalski [Fri, 14 Jan 2022 09:34:58 +0000 (10:34 +0100)] 
[#1684] ChangeLog updated

4 years ago[#1684] doc updated
Tomek Mrugalski [Wed, 12 Jan 2022 14:03:31 +0000 (15:03 +0100)] 
[#1684] doc updated

4 years ago[#1684] v4-captive-portal code changed from 114 to 160
Tomek Mrugalski [Wed, 12 Jan 2022 14:03:22 +0000 (15:03 +0100)] 
[#1684] v4-captive-portal code changed from 114 to 160

4 years ago[#2038] mysql lease-dump tests don't change time zone
Andrei Pavel [Thu, 13 Jan 2022 10:34:35 +0000 (12:34 +0200)] 
[#2038] mysql lease-dump tests don't change time zone

4 years ago[#2038] add ChangeLog entry
Andrei Pavel [Wed, 12 Jan 2022 15:23:50 +0000 (17:23 +0200)] 
[#2038] add ChangeLog entry

4 years ago[#2038] mysql lease-dump tests are no longer reliant on timezone
Andrei Pavel [Wed, 12 Jan 2022 14:02:46 +0000 (16:02 +0200)] 
[#2038] mysql lease-dump tests are no longer reliant on timezone

4 years ago[#2038] mysql's colonSeparatedHex() handles odd-length hexadecimals
Andrei Pavel [Wed, 12 Jan 2022 14:04:20 +0000 (16:04 +0200)] 
[#2038] mysql's colonSeparatedHex() handles odd-length hexadecimals

4 years ago[#2038] escape commas in kea-admin lease-dump mysql
Andrei Pavel [Tue, 11 Jan 2022 17:19:25 +0000 (19:19 +0200)] 
[#2038] escape commas in kea-admin lease-dump mysql

4 years ago[#2038] kea-admin lease-dump mysql -6 now takes hwtype & hwaddr_source into account
Andrei Pavel [Mon, 10 Jan 2022 13:54:31 +0000 (15:54 +0200)] 
[#2038] kea-admin lease-dump mysql -6 now takes hwtype & hwaddr_source into account

4 years ago[#2038] add ChangeLog entry
Andrei Pavel [Mon, 20 Dec 2021 08:38:05 +0000 (10:38 +0200)] 
[#2038] add ChangeLog entry

4 years ago[#2038] document kea-admin lease-dump
Andrei Pavel [Mon, 20 Dec 2021 08:34:57 +0000 (10:34 +0200)] 
[#2038] document kea-admin lease-dump

4 years ago[#2038] kea-admin lease-dump mysql tests
Andrei Pavel [Thu, 16 Dec 2021 14:42:10 +0000 (16:42 +0200)] 
[#2038] kea-admin lease-dump mysql tests

4 years ago[#2038] kea-admin lease-dump mysql outputs a memfile-ready CSV
Andrei Pavel [Thu, 16 Dec 2021 14:09:34 +0000 (16:09 +0200)] 
[#2038] kea-admin lease-dump mysql outputs a memfile-ready CSV

4 years ago[#2216] Addressed the comment
Francis Dupont [Wed, 12 Jan 2022 14:56:51 +0000 (15:56 +0100)] 
[#2216] Addressed the comment

4 years ago[#2216] Fixed MT status-get
Francis Dupont [Mon, 10 Jan 2022 15:25:40 +0000 (16:25 +0100)] 
[#2216] Fixed MT status-get

4 years ago[#2218] Added quotes and double quotes
Francis Dupont [Mon, 10 Jan 2022 15:04:56 +0000 (16:04 +0100)] 
[#2218] Added quotes and double quotes

4 years ago[#897] Added a proposed ChangeLog entry
Francis Dupont [Mon, 22 Nov 2021 15:22:52 +0000 (16:22 +0100)] 
[#897] Added a proposed ChangeLog entry

4 years ago[#897] Better math rendering
Francis Dupont [Mon, 22 Nov 2021 15:19:16 +0000 (16:19 +0100)] 
[#897] Better math rendering

4 years ago[#897] Updated doc
Francis Dupont [Mon, 22 Nov 2021 15:10:51 +0000 (16:10 +0100)] 
[#897] Updated doc

4 years ago[#897] Bug fixed
Francis Dupont [Thu, 18 Nov 2021 17:21:03 +0000 (18:21 +0100)] 
[#897] Bug fixed

4 years ago[#897] Checkpoint: added delete UTs
Francis Dupont [Thu, 18 Nov 2021 16:17:53 +0000 (17:17 +0100)] 
[#897] Checkpoint: added delete UTs

4 years ago[#897] Checkpoint: more backends
Francis Dupont [Thu, 18 Nov 2021 15:29:02 +0000 (16:29 +0100)] 
[#897] Checkpoint: more backends

4 years ago[#897] Checkpoint: PoC done
Francis Dupont [Thu, 18 Nov 2021 10:40:38 +0000 (11:40 +0100)] 
[#897] Checkpoint: PoC done