2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 21:18:02 +00:00

30725 Commits

Author SHA1 Message Date
Francis Dupont
e65bdbe400 [#1196] Updated schema version 2020-06-19 17:04:50 +02:00
Francis Dupont
732505e5fa [#1196] Renamed PG_SCHEMA_VERSION_XXX 2020-06-19 17:04:50 +02:00
Francis Dupont
845164ffbd [#1196] Escaped dollars in update script 2020-06-19 17:04:50 +02:00
Francis Dupont
9b99da41d0 [#1196] Added a ChangeLog entry proposal 2020-06-19 17:04:50 +02:00
Francis Dupont
571fa79782 [#1196] Checkpoint: fixed pgsql 2020-06-19 17:04:50 +02:00
Francis Dupont
77b8c7ea5a [#1196] Checkpoint: fixed mysql 2020-06-19 17:04:50 +02:00
Francis Dupont
edd82437ee [#1196] Checkpoint: handled negative counters 2020-06-19 17:04:50 +02:00
Francis Dupont
dcc64131e7 [#1196] Checkpoint: added bug trigger tests 2020-06-19 17:04:50 +02:00
Tomek Mrugalski
e959c14e1e [#1235] Removed premium reference 2020-06-19 10:48:37 -04:00
Thomas Markwalder
cd60f845b2 [#1235] Addressed review comments 2020-06-19 10:48:37 -04:00
Tomek Mrugalski
08994e33d6 [#1235] Minor formatting update. 2020-06-19 10:48:37 -04:00
Thomas Markwalder
5875af6bc8 [#1235] Added V6 Leaese Query doc to the ARM
modified:   arm/hooks-lease-query.rst
2020-06-19 10:48:37 -04:00
Francis Dupont
3aee8754b6 [#1278] Addressed comments 2020-06-19 12:21:20 +02:00
Francis Dupont
3b739ada7e [#1278] Changed LOG_FILE to avoid conflicts 2020-06-19 12:21:20 +02:00
Michal Nowikowski
90257c7495 [#1169] updated steps about release notes 2020-06-19 08:33:44 +00:00
Michal Nowikowski
b1a1856644 [#1169] updated steps about RTD 2020-06-19 08:33:44 +00:00
Michal Nowikowski
9d4f56f813 Apply suggestion to .gitlab/issue_templates/release_checklist.md 2020-06-19 08:33:44 +00:00
Michal Nowikowski
e2f54d96b8 Apply suggestion to .gitlab/issue_templates/release_checklist.md 2020-06-19 08:33:44 +00:00
Michal Nowikowski
b70a26162f release checklist: added task about bumping up kea version 2020-06-19 08:33:44 +00:00
Michal Nowikowski
38b5845f09 [#1169] updated release checklist gitlab issue template 2020-06-19 08:33:44 +00:00
Razvan Becheriu
457111f9db [#1277] updated copyrights 2020-06-19 08:22:52 +00:00
Razvan Becheriu
6aa04ffc81 [#1277] query filter is not kea thread safe 2020-06-19 08:22:52 +00:00
Razvan Becheriu
d6a288c751 [#1276] added ChangeLog 2020-06-18 23:34:17 +03:00
Razvan Becheriu
3d686d0b73 [#1276] fixed log message 2020-06-18 20:40:02 +03:00
Francis Dupont
9081332929 [#1245] Updated ChangeLog 2020-06-17 12:38:51 +02:00
Francis Dupont
c0d0988086 [#1245] Added ChangeLog 2020-06-17 11:32:21 +02:00
Francis Dupont
4dea40f9ed [#1245] spelling 2020-06-17 11:27:52 +02:00
Francis Dupont
16295dc38e [#1245] Added unit tests 2020-06-17 11:27:52 +02:00
Francis Dupont
7e15a39920 [#1245] Addressed comments, todo unittests 2020-06-17 11:27:52 +02:00
Francis Dupont
b82d5ab0b8 [#1245] Forced shared-networks to be handled before (global) subnets 2020-06-17 11:27:52 +02:00
Francis Dupont
60903bbc9d [#1245] Finished: flatten v6 2020-06-17 11:27:52 +02:00
Francis Dupont
8f7329489f [#1245] Checkpoint: flatten v4 2020-06-17 11:27:52 +02:00
Francis Dupont
d5651bb82c [#1273] Reverted to raw LoggerImpl pointer 2020-06-16 20:56:36 +02:00
Thomas Markwalder
e14a21e45b [#1235] Fixed spelling errors
modified:   cfg_duid_unittest.cc
2020-06-16 12:11:17 -04:00
Thomas Markwalder
d436217cee [#1235] Addressed review comments
src/lib/dhcp/libdhcp++.cc
src/lib/dhcp/std_option_defs.h
    Removed LQ_QUERY_OPTION_SPACE, using DHCP6_OPTION_SPACE instead

src/lib/dhcp/tests/libdhcp++_unittest.cc
    Updated unit test

src/lib/dhcpsrv/cfg_duid.*
    CfgDUID::create() - reset the internal DUID value
2020-06-16 12:10:09 -04:00
Thomas Markwalder
b58b3fa794 [#1235] Updated v6 option defintions, made current server_id accessible
src/lib/dhcp/libdhcp++.cc
    Added LQ_QUERY_OPTION_SPACE to encapuslate options conveyed with
    D6O_LQ_QUERY options

src/lib/dhcp/std_option_defs.h
    Revamped defintions D6O_LQ_QUERY adn D6O_CLIENT_DATA

src/lib/dhcp/tests/libdhcp++_unittest.cc
    Updated unit tests

src/lib/dhcp/tests/pkt6_unittest.cc
    TEST_F(Pkt6Test, lqQueryOption)
    TEST_F(Pkt6Test, clientDataOption)
    TEST_F(Pkt6Test, relayDataOption) - new tests

src/lib/dhcpsrv/cfg_duid.*
    CfgDUID::create() - modified to retain the created
    DUID so it can be retrieved in places other than
    than Dhcp6Srv instances, such as hook callouts.

src/lib/dhcpsrv/tests/cfg_duid_unittest.cc
    Updated unit tests.
2020-06-16 12:10:08 -04:00
Thomas Markwalder
2b67918019 [#1235] Fixed spelling errors
modified:   cfg_duid_unittest.cc
2020-06-16 12:07:00 -04:00
Thomas Markwalder
151b22b5bb [#1235] Addressed review comments
src/lib/dhcp/libdhcp++.cc
src/lib/dhcp/std_option_defs.h
    Removed LQ_QUERY_OPTION_SPACE, using DHCP6_OPTION_SPACE instead

src/lib/dhcp/tests/libdhcp++_unittest.cc
    Updated unit test

src/lib/dhcpsrv/cfg_duid.*
    CfgDUID::create() - reset the internal DUID value
2020-06-16 12:06:59 -04:00
Thomas Markwalder
b567101b80 [#1235] Updated v6 option defintions, made current server_id accessible
src/lib/dhcp/libdhcp++.cc
    Added LQ_QUERY_OPTION_SPACE to encapuslate options conveyed with
    D6O_LQ_QUERY options

src/lib/dhcp/std_option_defs.h
    Revamped defintions D6O_LQ_QUERY adn D6O_CLIENT_DATA

src/lib/dhcp/tests/libdhcp++_unittest.cc
    Updated unit tests

src/lib/dhcp/tests/pkt6_unittest.cc
    TEST_F(Pkt6Test, lqQueryOption)
    TEST_F(Pkt6Test, clientDataOption)
    TEST_F(Pkt6Test, relayDataOption) - new tests

src/lib/dhcpsrv/cfg_duid.*
    CfgDUID::create() - modified to retain the created
    DUID so it can be retrieved in places other than
    than Dhcp6Srv instances, such as hook callouts.

src/lib/dhcpsrv/tests/cfg_duid_unittest.cc
    Updated unit tests.
2020-06-16 12:06:58 -04:00
Razvan Becheriu
7853279041 [#1239] addressed comments 2020-06-16 09:02:52 +00:00
Razvan Becheriu
b613f70bd6 [#1239] clean up 2020-06-16 09:02:52 +00:00
Razvan Becheriu
64ca9fbb49 [#1239] addressed comments 2020-06-16 09:02:52 +00:00
Razvan Becheriu
c794c12246 [#1239] addressed comments 2020-06-16 09:02:52 +00:00
Razvan Becheriu
c4ef33a2a0 [#1239] addressed comments 2020-06-16 09:02:52 +00:00
Razvan Becheriu
6fdb6e6539 [#1239] addressed comments 2020-06-16 09:02:52 +00:00
Razvan Becheriu
96745e24aa [#1239] addressed comments 2020-06-16 09:02:52 +00:00
Razvan Becheriu
5951ea902f [#1239] csv lease file is now kea thread safe 2020-06-16 09:02:52 +00:00
Razvan Becheriu
f88471e24f [#1239] csv lease file is now kea thread safe 2020-06-16 09:02:52 +00:00
Razvan Becheriu
af1b43f8e7 [#1239] csv lease file is now kea thread safe 2020-06-16 09:02:52 +00:00
Razvan Becheriu
083b1c624b [#1239] csv lease file is now kea thread safe 2020-06-16 09:02:52 +00:00