]> git.ipfire.org Git - thirdparty/kea.git/log
thirdparty/kea.git
6 years ago[#487,!242] Use Optionals in the Subnet and Shared networks.
Marcin Siodelski [Tue, 26 Feb 2019 11:45:14 +0000 (12:45 +0100)] 
[#487,!242] Use Optionals in the Subnet and Shared networks.

6 years ago[#487,!242] Triplet now derives from Optional.
Marcin Siodelski [Mon, 25 Feb 2019 13:20:29 +0000 (14:20 +0100)] 
[#487,!242] Triplet now derives from Optional.

6 years ago[#487,!242] Moved optional_value.h to optional.h
Marcin Siodelski [Mon, 25 Feb 2019 12:05:47 +0000 (13:05 +0100)] 
[#487,!242] Moved optional_value.h to optional.h

6 years ago[#487,!242] Adjusted OptionalValue to Triplet and renamed to Optional.
Marcin Siodelski [Mon, 25 Feb 2019 11:35:44 +0000 (12:35 +0100)] 
[#487,!242] Adjusted OptionalValue to Triplet and renamed to Optional.

6 years ago[master] Added ChangeLog entry 1531.
Thomas Markwalder [Thu, 28 Feb 2019 13:28:56 +0000 (08:28 -0500)] 
[master] Added ChangeLog entry 1531.

6 years ago[master] kea-dhcp4 now merges option defs from config backend
Thomas Markwalder [Thu, 28 Feb 2019 13:27:19 +0000 (08:27 -0500)] 
[master] kea-dhcp4 now merges option defs from config backend

    Merge branch '400-merge-dhcpv4-option-definitions-fetched-from-the-cb-into-the-configuration'

6 years ago[#404,!243] Addressed review comments 400-merge-dhcpv4-option-definitions-fetched-from-the-cb-into-the-configuration
Thomas Markwalder [Wed, 27 Feb 2019 20:07:27 +0000 (15:07 -0500)] 
[#404,!243] Addressed review comments

     Minor clean up and commentary.

6 years ago[400-merge-dhcpv4-option-definitions-fetched-from-the-cb-into-the-configuration]...
Francis Dupont [Tue, 26 Feb 2019 18:17:55 +0000 (19:17 +0100)] 
[400-merge-dhcpv4-option-definitions-fetched-from-the-cb-into-the-configuration] spelling

6 years ago[400-merge-dhcpv4-option-definitions-fetched-from-the-cb-into-the-configuration]...
Francis Dupont [Tue, 26 Feb 2019 18:08:25 +0000 (19:08 +0100)] 
[400-merge-dhcpv4-option-definitions-fetched-from-the-cb-into-the-configuration] Spelling and wording

6 years ago[#400,!243] kea-dhcp4 now merges in option definitions
Thomas Markwalder [Tue, 26 Feb 2019 13:25:54 +0000 (08:25 -0500)] 
[#400,!243] kea-dhcp4 now merges in option definitions

src/bin/dhcp4/tests/config_backend_unittest.cc
    TEST_F(Dhcp4CBTest, mergeGlobals) - enabled/revamped

src/lib/dhcpsrv/tests/cfg_option_def_unittest.cc
    TEST(CfgOptionDefTest, merge) - new test

src/lib/dhcpsrv/cfg_option_def.*
    CfgOptionDef::merge(CfgOptionDef& other)  - new method
    which merges option definitions

Removed const from "other" parameter in in the following merge methods:

    CfgSharedNetworks4::merge(CfgSharedNetworks4& other)
    CfgSubnets4::merge(CfgSharedNetworks4Ptr networks, CfgSubnets4& other);
    SrvConfig::merge(ConfigBase& other)
    SrvConfig::merge4(SrvConfig& other)
    SrvConfig::mergeGlobals4(SrvConfig& other)
    ConfigBase::merge(ConfigBase& other)

6 years ago[#162] ChangeLog updated. 162-keactrl-quotes 474-optionally-disable-collection-host-lookups_base 500-strengthen-option-def-parser_base 503-refuse-option-definitions-which-duplicate-a-name-space_base
Tomek Mrugalski [Mon, 25 Feb 2019 11:24:41 +0000 (12:24 +0100)] 
[#162] ChangeLog updated.

6 years ago[#162] AUTHORS updated
Tomek Mrugalski [Thu, 21 Feb 2019 04:06:41 +0000 (05:06 +0100)] 
[#162] AUTHORS updated

6 years ago[#162] Added back netconf status (with proper quotes)
Tomek Mrugalski [Thu, 21 Feb 2019 04:05:33 +0000 (05:05 +0100)] 
[#162] Added back netconf status (with proper quotes)

6 years agopossible syntax error in shell script - quotes required
Adam Osuchowski [Fri, 12 Oct 2018 12:21:35 +0000 (14:21 +0200)] 
possible syntax error in shell script - quotes required

6 years ago[#162] Temporary line removal to avoid conflict.
Tomek Mrugalski [Thu, 21 Feb 2019 04:03:55 +0000 (05:03 +0100)] 
[#162] Temporary line removal to avoid conflict.

6 years ago[#94,!235] Pass pool type by reference. 94-cb-implement-mysqlconfigbackenddhcpv6-prepare 397-cb-implement-mysqlconfigbackenddhcpv6_base
Marcin Siodelski [Fri, 22 Feb 2019 14:03:32 +0000 (15:03 +0100)] 
[#94,!235] Pass pool type by reference.

6 years ago[#94,!235] Added whitespace.
Marcin Siodelski [Fri, 22 Feb 2019 13:50:58 +0000 (14:50 +0100)] 
[#94,!235] Added whitespace.

6 years ago[94-cb-implement-mysqlconfigbackenddhcpv6-prepare] Address last comment
Francis Dupont [Fri, 22 Feb 2019 13:25:01 +0000 (14:25 +0100)] 
[94-cb-implement-mysqlconfigbackenddhcpv6-prepare] Address last comment

6 years ago[94-cb-implement-mysqlconfigbackenddhcpv6-prepare] Checkpoint: addressing comments
Francis Dupont [Fri, 22 Feb 2019 12:50:44 +0000 (13:50 +0100)] 
[94-cb-implement-mysqlconfigbackenddhcpv6-prepare] Checkpoint: addressing comments

6 years ago[94-cb-implement-mysqlconfigbackenddhcpv6-prepare] Checkpoint: addressing comments
Francis Dupont [Fri, 22 Feb 2019 12:20:09 +0000 (13:20 +0100)] 
[94-cb-implement-mysqlconfigbackenddhcpv6-prepare] Checkpoint: addressing comments

6 years ago[94-cb-implement-mysqlconfigbackenddhcpv6-prepare] Addressed some comments
Francis Dupont [Thu, 21 Feb 2019 21:03:20 +0000 (22:03 +0100)] 
[94-cb-implement-mysqlconfigbackenddhcpv6-prepare] Addressed some comments

6 years ago[94-cb-implement-mysqlconfigbackenddhcpv6-prepare] Updated pd_pool [dhcp6_]subnet_id...
Francis Dupont [Wed, 20 Feb 2019 22:15:31 +0000 (23:15 +0100)] 
[94-cb-implement-mysqlconfigbackenddhcpv6-prepare] Updated pd_pool [dhcp6_]subnet_id to match #460

6 years ago[94-cb-implement-mysqlconfigbackenddhcpv6-prepare] Shared getOption*
Francis Dupont [Mon, 11 Feb 2019 12:59:21 +0000 (13:59 +0100)] 
[94-cb-implement-mysqlconfigbackenddhcpv6-prepare] Shared getOption*

6 years ago[94-cb-implement-mysqlconfigbackenddhcpv6-prepare] Shared get*OptionDef[s]
Francis Dupont [Mon, 11 Feb 2019 12:00:32 +0000 (13:00 +0100)] 
[94-cb-implement-mysqlconfigbackenddhcpv6-prepare] Shared get*OptionDef[s]

6 years ago[94-cb-implement-mysqlconfigbackenddhcpv6-prepare] Shared getGlobalParameters
Francis Dupont [Mon, 11 Feb 2019 10:27:56 +0000 (11:27 +0100)] 
[94-cb-implement-mysqlconfigbackenddhcpv6-prepare] Shared getGlobalParameters

6 years ago[94-cb-implement-mysqlconfigbackenddhcpv6-prepare] Moved to push_back in getOptions
Francis Dupont [Mon, 11 Feb 2019 10:06:59 +0000 (11:06 +0100)] 
[94-cb-implement-mysqlconfigbackenddhcpv6-prepare] Moved to push_back in getOptions

6 years ago[94-cb-implement-mysqlconfigbackenddhcpv6-prepare] Fixed MYSQL_DELETE_PD_POOLS
Francis Dupont [Mon, 11 Feb 2019 10:04:30 +0000 (11:04 +0100)] 
[94-cb-implement-mysqlconfigbackenddhcpv6-prepare] Fixed MYSQL_DELETE_PD_POOLS

6 years ago[94-cb-implement-mysqlconfigbackenddhcpv6-prepare] Adapted code for DHCPv6 support...
Francis Dupont [Sat, 9 Feb 2019 22:55:37 +0000 (23:55 +0100)] 
[94-cb-implement-mysqlconfigbackenddhcpv6-prepare] Adapted code for DHCPv6 support without implementing it

6 years ago[master] Added ChangeLog entry 1529.
Thomas Markwalder [Thu, 21 Feb 2019 18:39:16 +0000 (13:39 -0500)] 
[master] Added ChangeLog entry 1529.

6 years ago[master] kea-dhcp4 config merge now merges globals
Thomas Markwalder [Thu, 21 Feb 2019 18:38:02 +0000 (13:38 -0500)] 
[master] kea-dhcp4 config merge now merges globals

    Merge branch '402-merge-dhcpv4-global-parameters-fetched-from-the-cb-into-the-configuration'

6 years ago[#402,!224] Addressed review comments 402-merge-dhcpv4-global-parameters-fetched-from-the-cb-into-the-configuration
Thomas Markwalder [Thu, 21 Feb 2019 15:40:51 +0000 (10:40 -0500)] 
[#402,!224] Addressed review comments

6 years ago[master] Added ChangeLog entry fro DHCPv6 CB MySQL schema updates
Francis Dupont [Thu, 21 Feb 2019 13:40:19 +0000 (14:40 +0100)] 
[master] Added ChangeLog entry fro DHCPv6 CB MySQL schema updates

6 years ago[460-update-mysql-database-schema-for-dhcpv6-config-backend--port] Added new schema... 460-update-mysql-database-schema-for-dhcpv6-config-backend--port
Francis Dupont [Thu, 21 Feb 2019 12:06:56 +0000 (13:06 +0100)] 
[460-update-mysql-database-schema-for-dhcpv6-config-backend--port] Added new schema v6 update tests

6 years ago[460-update-mysql-database-schema-for-dhcpv6-config-backend--port] Ported DHCPv4...
Francis Dupont [Sun, 10 Feb 2019 00:19:34 +0000 (01:19 +0100)] 
[460-update-mysql-database-schema-for-dhcpv6-config-backend--port] Ported DHCPv4 trigger & co to DHCPv6

6 years ago[#161,!240] ChangeLog updated 161-hooks-dir
Tomek Mrugalski [Thu, 21 Feb 2019 03:38:48 +0000 (04:38 +0100)] 
[#161,!240] ChangeLog updated

6 years ago[#161,!240] AUTHORS updated.
Tomek Mrugalski [Wed, 20 Feb 2019 18:55:17 +0000 (19:55 +0100)] 
[#161,!240] AUTHORS updated.

6 years ago[#161,!240] Proper libdir is now printed.
Tomek Mrugalski [Wed, 20 Feb 2019 18:52:13 +0000 (19:52 +0100)] 
[#161,!240] Proper libdir is now printed.

6 years ago[161-move-hooks-subdirectory-under-kea-own-directory] Added mysql_cb and fixed config...
Francis Dupont [Fri, 15 Feb 2019 14:41:43 +0000 (15:41 +0100)] 
[161-move-hooks-subdirectory-under-kea-own-directory] Added mysql_cb and fixed configure.ac

6 years agohooksdir moved from $(libdir)/hooks to $(libdir)/kea/hooks
Adam Osuchowski [Fri, 12 Oct 2018 12:18:53 +0000 (14:18 +0200)] 
hooksdir moved from $(libdir)/hooks to $(libdir)/kea/hooks

6 years ago[master] Added missing ChangeLog entry for #399.
Thomas Markwalder [Wed, 20 Feb 2019 16:40:28 +0000 (11:40 -0500)] 
[master] Added missing ChangeLog entry for #399.

6 years ago[#402,!224] kea-dhcp4 now merges global values from config backend
Thomas Markwalder [Wed, 20 Feb 2019 16:22:49 +0000 (11:22 -0500)] 
[#402,!224] kea-dhcp4 now merges global values from config backend

src/bin/dhcp4/json_config_parser.*
    Moved global merge logic into SrvConfig

src/lib/dhcpsrv/srv_config.*
    SrvConfig::merge(const ConfigBase& other) - now calls protocol
    specific merge methods

    SrvConfig::merge4() - new method for v4 merges
    SrvConfig::mergeGlobals4() - new method for merging v4 globals

src/lib/dhcpsrv/tests/srv_config_unittest.cc
    TEST_F(SrvConfigTest, mergeGlobals4) - new test

6 years ago[460-update-mysql-database-schema-for-dhcpv6--align-on-dhcpv4] Removed quotes from... 460-update-mysql-database-schema-for-dhcpv6--align-on-dhcpv4
Francis Dupont [Wed, 20 Feb 2019 13:21:28 +0000 (14:21 +0100)] 
[460-update-mysql-database-schema-for-dhcpv6--align-on-dhcpv4] Removed quotes from the update script

6 years ago[460-update-mysql-database-schema-for-dhcpv6--align-on-dhcpv4] Aligned server table...
Francis Dupont [Wed, 20 Feb 2019 13:16:30 +0000 (14:16 +0100)] 
[460-update-mysql-database-schema-for-dhcpv6--align-on-dhcpv4] Aligned server table idexes

6 years ago[460-update-mysql-database-schema-for-dhcpv6--align-on-dhcpv4] Updated kea-admin...
Francis Dupont [Wed, 20 Feb 2019 12:53:26 +0000 (13:53 +0100)] 
[460-update-mysql-database-schema-for-dhcpv6--align-on-dhcpv4] Updated kea-admin tests for last change

6 years ago[460-update-mysql-database-schema-for-dhcpv6--align-on-dhcpv4] Renamed dhcp6_subnet_i...
Francis Dupont [Wed, 20 Feb 2019 12:37:17 +0000 (13:37 +0100)] 
[460-update-mysql-database-schema-for-dhcpv6--align-on-dhcpv4] Renamed dhcp6_subnet_id in dhcp6_pd_pool too

6 years ago[460-update-mysql-database-schema-for-dhcpv6--align-on-dhcpv4] Updated admin tests
Francis Dupont [Fri, 8 Feb 2019 18:46:18 +0000 (19:46 +0100)] 
[460-update-mysql-database-schema-for-dhcpv6--align-on-dhcpv4] Updated admin tests

6 years ago[460-update-mysql-database-schema-for-dhcpv6--align-on-dhcpv4] Renamed a dhcp6_pool...
Francis Dupont [Fri, 8 Feb 2019 18:15:19 +0000 (19:15 +0100)] 
[460-update-mysql-database-schema-for-dhcpv6--align-on-dhcpv4] Renamed a dhcp6_pool (unused table) column

6 years ago[master] Added ChangeLog entry for DHCPv6 CB API
Francis Dupont [Wed, 20 Feb 2019 10:06:15 +0000 (11:06 +0100)] 
[master] Added ChangeLog entry for DHCPv6 CB API

6 years ago[#458,!231] Corrected descriptions of getAllGlobalParametersX functions. 458-config-backend-support-in-src-lib
Marcin Siodelski [Wed, 20 Feb 2019 08:59:25 +0000 (09:59 +0100)] 
[#458,!231] Corrected descriptions of getAllGlobalParametersX functions.

6 years ago[458-config-backend-support-in-src-lib] Addressed comments
Francis Dupont [Tue, 19 Feb 2019 22:38:15 +0000 (23:38 +0100)] 
[458-config-backend-support-in-src-lib] Addressed comments

6 years ago[458-config-backend-support-in-src-lib] Updated config backed code and test utils...
Francis Dupont [Fri, 8 Feb 2019 16:58:47 +0000 (17:58 +0100)] 
[458-config-backend-support-in-src-lib] Updated config backed code and test utils to handle DHCPv6

6 years agoperfdhcp avalanche: added todo comments
Michal Nowikowski [Tue, 19 Feb 2019 20:53:52 +0000 (21:53 +0100)] 
perfdhcp avalanche: added todo comments

6 years agoperfdhcp avalache: improvements after review
Michal Nowikowski [Tue, 19 Feb 2019 13:37:00 +0000 (14:37 +0100)] 
perfdhcp avalache: improvements after review

- simplified differentiating for IP version and exchange types
- added more comments
- fixed unittest for receiver by mocking socket
- added option for building perfdhcp by hammer
- added workaround for compiler bug that cannot handle enum class
  as a key to std::unordered_map
- hidden warnings from boost by changing compiler flag
  from -I<boost-path> to -isystem <boost-path>
- removed unused options_ field from StatsMgr class

6 years agoperfdhcp avalanche: completed avalanche unit tests
Michal Nowikowski [Mon, 18 Feb 2019 13:29:21 +0000 (14:29 +0100)] 
perfdhcp avalanche: completed avalanche unit tests

6 years agoperfdhcp avalanche: improvements after review
Michal Nowikowski [Mon, 18 Feb 2019 12:30:40 +0000 (13:30 +0100)] 
perfdhcp avalanche: improvements after review

- CommandOptions is no longer a signleton - this makes testing easier
- added -i option taking into account in Avalanche scen (execute only DO exchange)
- fixed collecting stats in Avalanche scen
- improved TestControl tests, moved some of them to BasicScen tests
- made PerfSocket testable: it has a base class which is used for mocking in TestControl tests
- all references to another singleton, IfaceMgr wrapped into PerfSocket - this makes testing easier
- added unit tests for basic and avalanche scenarios, and perf socket
- added -Werror to prevent ignore warnings
- added more comments

6 years agoperfdhcp avalanche: several improvements
Michal Nowikowski [Thu, 14 Feb 2019 10:34:15 +0000 (11:34 +0100)] 
perfdhcp avalanche: several improvements

- fixed restoring pkt timestamp,
- added base abstract class for scenarios,
- added comments

6 years agoperfdhcp avalanche: code cleanup
Michal Nowikowski [Wed, 13 Feb 2019 14:05:30 +0000 (15:05 +0100)] 
perfdhcp avalanche: code cleanup

6 years agoperdhcp avalanche: removed ignore_timestamp_reorder and added correcting pkt timestam...
Michal Nowikowski [Wed, 13 Feb 2019 13:55:23 +0000 (14:55 +0100)] 
perdhcp avalanche: removed ignore_timestamp_reorder and added correcting pkt timestamp to fix negative RTT issue

6 years agoperfdhcp avalanche: added ipv6 part
Michal Nowikowski [Wed, 13 Feb 2019 11:39:33 +0000 (12:39 +0100)] 
perfdhcp avalanche: added ipv6 part

6 years agocleaned up protected/public definition of TestControl class
Michal Nowikowski [Wed, 13 Feb 2019 09:14:29 +0000 (10:14 +0100)] 
cleaned up protected/public definition of TestControl class

6 years agoadded scen help, code cleanup
Michal Nowikowski [Wed, 13 Feb 2019 08:40:57 +0000 (09:40 +0100)] 
added scen help, code cleanup

6 years agoadded avalanche scenario to perfdhcp
Michal Nowikowski [Tue, 12 Feb 2019 14:55:51 +0000 (15:55 +0100)] 
added avalanche scenario to perfdhcp

6 years ago[448-update-cb-cmds-to-handle-parameter-types] Extended SimpleRequiredKeywords with... 448-update-cb-cmds-to-handle-parameter-types
Francis Dupont [Wed, 6 Feb 2019 23:06:24 +0000 (00:06 +0100)] 
[448-update-cb-cmds-to-handle-parameter-types] Extended SimpleRequiredKeywords with the any type

6 years ago[#464,!238] ChangeLog updated 464-vivso-fix
Tomek Mrugalski [Tue, 19 Feb 2019 12:04:38 +0000 (13:04 +0100)] 
[#464,!238] ChangeLog updated

6 years ago[464-vivso-fix] Replaced vivso (v4 specific) by v6 vendor opts option
Francis Dupont [Mon, 18 Feb 2019 18:35:56 +0000 (19:35 +0100)] 
[464-vivso-fix] Replaced vivso (v4 specific) by v6 vendor opts option

6 years ago[#464,!238] Ability to add vendor opts in classes implemented for v6
Tomek Mrugalski [Mon, 18 Feb 2019 15:58:25 +0000 (16:58 +0100)] 
[#464,!238] Ability to add vendor opts in classes implemented for v6

6 years ago[#464,!238] New tests for vendor opts in response only implemented
Tomek Mrugalski [Mon, 18 Feb 2019 14:49:54 +0000 (15:49 +0100)] 
[#464,!238] New tests for vendor opts in response only implemented

6 years ago[#464,!238] v6 vendor options moved to separate file
Tomek Mrugalski [Mon, 18 Feb 2019 14:49:22 +0000 (15:49 +0100)] 
[#464,!238] v6 vendor options moved to separate file

6 years ago[464-vivso-fix] Fixed copyright years
Francis Dupont [Sat, 16 Feb 2019 14:19:52 +0000 (15:19 +0100)] 
[464-vivso-fix] Fixed copyright years

6 years ago[464-vivso-fix] A a -> Add a
Francis Dupont [Sat, 16 Feb 2019 14:01:42 +0000 (15:01 +0100)] 
[464-vivso-fix] A a -> Add a

6 years ago[464-vivso-fix] Reindented
Francis Dupont [Sat, 16 Feb 2019 13:44:49 +0000 (14:44 +0100)] 
[464-vivso-fix] Reindented

6 years ago[#464,!238] User's guide updated
Tomek Mrugalski [Fri, 15 Feb 2019 16:29:04 +0000 (17:29 +0100)] 
[#464,!238] User's guide updated

6 years ago[#464,!238] configs simplified
Tomek Mrugalski [Fri, 15 Feb 2019 15:39:15 +0000 (16:39 +0100)] 
[#464,!238] configs simplified

6 years ago[#464,!238] vivsoInResponseOnly fixed.
Tomek Mrugalski [Fri, 15 Feb 2019 15:32:02 +0000 (16:32 +0100)] 
[#464,!238] vivsoInResponseOnly fixed.

6 years ago[#464,!238] New unit-test implemented for vendor opts processing
Tomek Mrugalski [Fri, 15 Feb 2019 14:54:18 +0000 (15:54 +0100)] 
[#464,!238] New unit-test implemented for vendor opts processing

6 years ago[#464,!238] Reenabled and cleaned up old vendor test
Tomek Mrugalski [Fri, 15 Feb 2019 12:45:02 +0000 (13:45 +0100)] 
[#464,!238] Reenabled and cleaned up old vendor test

6 years ago[#464,!238] Truncated vivso option moved to vendor_opts_unittest.cc
Tomek Mrugalski [Fri, 15 Feb 2019 12:44:42 +0000 (13:44 +0100)] 
[#464,!238] Truncated vivso option moved to vendor_opts_unittest.cc

6 years ago[#464,!238] Vendor tests moved to their own name (VendorOptsTest)
Tomek Mrugalski [Fri, 15 Feb 2019 12:33:31 +0000 (13:33 +0100)] 
[#464,!238] Vendor tests moved to their own name (VendorOptsTest)

6 years ago[#464,!238] Option 43 tests moved to vendor_opts_unittest.cc
Tomek Mrugalski [Fri, 15 Feb 2019 12:29:08 +0000 (13:29 +0100)] 
[#464,!238] Option 43 tests moved to vendor_opts_unittest.cc

6 years ago[#464,!238] Moved vendor option tests to a separate file.
Tomek Mrugalski [Fri, 15 Feb 2019 12:18:09 +0000 (13:18 +0100)] 
[#464,!238] Moved vendor option tests to a separate file.

6 years ago[#464,!238] Prototype fix for Genexis clients
Tomek Mrugalski [Tue, 12 Feb 2019 19:05:57 +0000 (20:05 +0100)] 
[#464,!238] Prototype fix for Genexis clients

6 years ago[master] Updated ChangeLog for iface::send returned value
Francis Dupont [Tue, 19 Feb 2019 10:50:08 +0000 (11:50 +0100)] 
[master] Updated ChangeLog for iface::send returned value

6 years ago[417-incorrect-return-value-of-ifacemgr-send] Fixed interface manager and UDP socket... 417-incorrect-return-value-of-ifacemgr-send
Francis Dupont [Mon, 4 Feb 2019 16:12:51 +0000 (17:12 +0100)] 
[417-incorrect-return-value-of-ifacemgr-send] Fixed interface manager and UDP socket packet filters send returned value

6 years ago[463-ordering-using-timestamps-without-fractional-part-fails-on-mysql-8] Sort audits... 463-ordering-using-timestamps-without-fractional-part-fails-on-mysql-8
Francis Dupont [Fri, 8 Feb 2019 23:25:23 +0000 (00:25 +0100)] 
[463-ordering-using-timestamps-without-fractional-part-fails-on-mysql-8] Sort audits by id when the modification timestamps are the same

6 years ago[#380,!191] Updated description of the error message and comment. 380-unexpected-boost-include-capture 161-move-hooks-subdirectory-under-kea-own-directory_base 161-move-hooks-subdirectory-under-kea-own-directory_merged
Tomek Mrugalski [Tue, 12 Feb 2019 13:08:22 +0000 (14:08 +0100)] 
[#380,!191] Updated description of the error message and comment.

6 years ago[380-unexpected-boost-include-capture] Added a protection against capture from extra...
Francis Dupont [Wed, 2 Jan 2019 14:33:59 +0000 (15:33 +0100)] 
[380-unexpected-boost-include-capture] Added a protection against capture from extra boost in include path

6 years ago[361-kea-user-s-guide-table-listing-standard-options-uses-hex-instead-of-binary]... 361-kea-user-s-guide-table-listing-standard-options-uses-hex-instead-of-binary
Francis Dupont [Sat, 9 Feb 2019 01:38:44 +0000 (02:38 +0100)] 
[361-kea-user-s-guide-table-listing-standard-options-uses-hex-instead-of-binary] Fixed type of option 60 vendor-class-identifier

6 years ago[361-kea-user-s-guide-table-listing-standard-options-uses-hex-instead-of-binary]...
Francis Dupont [Thu, 17 Jan 2019 10:14:19 +0000 (11:14 +0100)] 
[361-kea-user-s-guide-table-listing-standard-options-uses-hex-instead-of-binary] hex -> binary in option descriptions

6 years ago[master] Minor correction in INSTALL file.
Tomek Mrugalski [Tue, 12 Feb 2019 13:24:54 +0000 (14:24 +0100)] 
[master] Minor correction in INSTALL file.

6 years ago[master] typo fixed in enable perfdhcp 441-make-distcheck-fails-on-fedora-29-automake-1-16_base 463-ordering-using-timestamps-without-fractional-part-fails-on-mysql-8_base 94-cb-implement-mysqlconfigbackenddhcpv6-prepare_base
Wlodek Wencel [Fri, 8 Feb 2019 18:20:33 +0000 (19:20 +0100)] 
[master] typo fixed in enable perfdhcp

6 years ago[master] Added ChangeLog for #451. 458-config-backend-support-in-src-lib_base 460-update-mysql-database-schema-for-dhcpv6--align-on-dhcpv4_base
Marcin Siodelski [Fri, 8 Feb 2019 13:26:29 +0000 (14:26 +0100)] 
[master] Added ChangeLog for #451.

6 years ago[#451,!227] Added unit tests for createBinding/createTriplet methods.
Marcin Siodelski [Fri, 8 Feb 2019 11:58:27 +0000 (12:58 +0100)] 
[#451,!227] Added unit tests for createBinding/createTriplet methods.

As a result of a review.

6 years ago[#451,!227] Corrected exception text as a result of review.
Marcin Siodelski [Fri, 8 Feb 2019 11:09:02 +0000 (12:09 +0100)] 
[#451,!227] Corrected exception text as a result of review.

6 years ago[#451,!227] Store "unspecified" triplets as NULL in the MySQL DB.
Marcin Siodelski [Wed, 6 Feb 2019 20:38:40 +0000 (21:38 +0100)] 
[#451,!227] Store "unspecified" triplets as NULL in the MySQL DB.

6 years ago[366-check-circular_buffer-hpp-existence-in-configure] Added check for boost/circular... 366-check-circular_buffer-hpp-existence-in-configure
Francis Dupont [Fri, 21 Dec 2018 15:44:06 +0000 (16:44 +0100)] 
[366-check-circular_buffer-hpp-existence-in-configure] Added check for boost/circular_buffer.hpp

6 years ago[master] Added Changelog for #444.
Marcin Siodelski [Fri, 8 Feb 2019 12:54:50 +0000 (13:54 +0100)] 
[master] Added Changelog for #444.

6 years ago[#444,!229] Added new line in the dhcpdb_create.mysql
Marcin Siodelski [Fri, 8 Feb 2019 12:18:53 +0000 (13:18 +0100)] 
[#444,!229] Added new line in the dhcpdb_create.mysql

6 years ago[#444,!229] Switched back to second precision in MySQL CB.
Marcin Siodelski [Thu, 7 Feb 2019 11:59:44 +0000 (12:59 +0100)] 
[#444,!229] Switched back to second precision in MySQL CB.

6 years ago[165-netbsd-8-fixes] CCMSG_DATA 165-netbsd-8-fixes 457-review-performance-results
Francis Dupont [Mon, 15 Oct 2018 13:37:21 +0000 (15:37 +0200)] 
[165-netbsd-8-fixes] CCMSG_DATA

6 years ago[354-compilation-with-mysql-fails-on-fedora-29] Simplified patch 354-compilation-with-mysql-fails-on-fedora-29
Francis Dupont [Sat, 2 Feb 2019 09:08:13 +0000 (10:08 +0100)] 
[354-compilation-with-mysql-fails-on-fedora-29] Simplified patch