| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [#642,!373] Updated MySQL Config Backend with simple server mgmt functions. | Marcin Siodelski | 2019-06-27 | 1 | -0/+130 |
* | [295-min-max-lease-time-configuration-options] Checkpoint: updated MySQL sche... | Francis Dupont | 2019-06-22 | 1 | -0/+44 |
* | [527-check-return-value-of-multi-index-push_back] Addressed comments | Francis Dupont | 2019-06-21 | 1 | -6/+3 |
* | [527-check-return-value-of-multi-index-push_back] Added either explicit cast ... | Francis Dupont | 2019-06-21 | 1 | -2/+7 |
* | [#579] MySQL CB returns server tag for each returned config element. | Marcin Siodelski | 2019-04-25 | 1 | -2/+12 |
* | [#571,!306] Modified MySQL CB to use factory functions to allocate objects. | Marcin Siodelski | 2019-04-18 | 1 | -15/+16 |
* | [397-cb-implement-mysqlconfigbackenddhcpv6] Correct indentation. | Marcin Siodelski | 2019-04-18 | 1 | -10/+9 |
* | [397-cb-implement-mysqlconfigbackenddhcpv6] Shared body of createUpdateOption... | Francis Dupont | 2019-04-18 | 1 | -0/+91 |
* | [#103,!289] MySQL Config Backend tags configuration elements with db ids. | Marcin Siodelski | 2019-04-10 | 1 | -0/+8 |
* | [#521,!270] Addressed review comments. | Marcin Siodelski | 2019-03-14 | 1 | -7/+11 |
* | [#521,!270] Removed dependency of the MySQL CB on LibDHCP option defs. | Marcin Siodelski | 2019-03-14 | 1 | -39/+1 |
* | [#94,!235] Pass pool type by reference.397-cb-implement-mysqlconfigbackenddhcpv6_base | Marcin Siodelski | 2019-02-22 | 1 | -1/+1 |
* | [#94,!235] Added whitespace. | Marcin Siodelski | 2019-02-22 | 1 | -1/+1 |
* | [94-cb-implement-mysqlconfigbackenddhcpv6-prepare] Address last comment | Francis Dupont | 2019-02-22 | 1 | -3/+12 |
* | [94-cb-implement-mysqlconfigbackenddhcpv6-prepare] Addressed some comments | Francis Dupont | 2019-02-22 | 1 | -6/+3 |
* | [94-cb-implement-mysqlconfigbackenddhcpv6-prepare] Shared getOption* | Francis Dupont | 2019-02-22 | 1 | -2/+155 |
* | [94-cb-implement-mysqlconfigbackenddhcpv6-prepare] Shared get*OptionDef[s] | Francis Dupont | 2019-02-22 | 1 | -0/+51 |
* | [94-cb-implement-mysqlconfigbackenddhcpv6-prepare] Shared getGlobalParameters | Francis Dupont | 2019-02-22 | 1 | -0/+36 |
* | [94-cb-implement-mysqlconfigbackenddhcpv6-prepare] Moved to push_back in getO... | Francis Dupont | 2019-02-22 | 1 | -25/+28 |
* | [94-cb-implement-mysqlconfigbackenddhcpv6-prepare] Adapted code for DHCPv6 su... | Francis Dupont | 2019-02-22 | 1 | -5/+29 |
* | [#451,!227] Added unit tests for createBinding/createTriplet methods. | Marcin Siodelski | 2019-02-08 | 1 | -2/+2 |
* | [#451,!227] Corrected exception text as a result of review. | Marcin Siodelski | 2019-02-08 | 1 | -1/+1 |
* | [#451,!227] Store "unspecified" triplets as NULL in the MySQL DB. | Marcin Siodelski | 2019-02-08 | 1 | -0/+22 |
* | [354-compilation-with-mysql-fails-on-fedora-29] Simplified patch | Francis Dupont | 2019-02-07 | 1 | -8/+1 |
* | [354-compilation-with-mysql-fails-on-fedora-29] Fixed MySQL hook on MariaDB | Francis Dupont | 2019-02-07 | 1 | -0/+8 |
* | [#396,!205] Added comments to output bindings of getRecentAuditEntries. | Marcin Siodelski | 2019-01-30 | 1 | -6/+6 |
* | [#396,!205] Audit revision timestamp is set by Kea. | Marcin Siodelski | 2019-01-30 | 1 | -1/+5 |
* | [#396,!205] Return audit for the specified server. | Marcin Siodelski | 2019-01-30 | 1 | -21/+28 |
* | [#396,!205] Server selector is now used for creating audit revisions. | Marcin Siodelski | 2019-01-30 | 1 | -5/+11 |
* | [#396,!205] Cleanup in the database creation script. | Marcin Siodelski | 2019-01-30 | 1 | -0/+1 |
* | [#396,!205] Improved commentary in the MySQL CB backend. | Marcin Siodelski | 2019-01-30 | 1 | -1/+1 |
* | [#396,!205] Numerous improvements to MySQL CB audit trail. | Marcin Siodelski | 2019-01-30 | 1 | -31/+31 |
* | [#396,!205] Implemented audit for options. | Marcin Siodelski | 2019-01-30 | 1 | -0/+11 |
* | [#396,!205] Added audit for global parameters. | Marcin Siodelski | 2019-01-30 | 1 | -1/+38 |
* | [#93,!63] Throw exception if the server selector is unassigned. | Marcin Siodelski | 2018-10-18 | 1 | -0/+6 |
* | [#93,!63] Implemented getHost() and getPort() MySQL backend functions. | Marcin Siodelski | 2018-10-18 | 1 | -0/+29 |
* | [#93,!63] Server selection is partially supported for options. | Marcin Siodelski | 2018-10-18 | 1 | -42/+7 |
* | [#93,!63] Server selection partially working for subnets. | Marcin Siodelski | 2018-10-18 | 1 | -7/+1 |
* | [#93,!63] Server selection partially working for global paramneters. | Marcin Siodelski | 2018-10-18 | 1 | -5/+24 |
* | [#93,!63] Implemented server selection for global parameters in MySQL. | Marcin Siodelski | 2018-10-18 | 1 | -0/+35 |
* | [#93,!51] Used buffer length constants in mysql cb impl. | Marcin Siodelski | 2018-10-08 | 1 | -10/+12 |
* | [#93,!51] Addressed review comments. | Marcin Siodelski | 2018-10-08 | 1 | -2/+20 |
* | [#93,!51] Added options management in MySQL DHCPv4 config backend. | Marcin Siodelski | 2018-10-08 | 1 | -0/+117 |
* | [#93,!35] Config Backend API returns number of deleted entries. | Marcin Siodelski | 2018-10-08 | 1 | -4/+4 |
* | [#93,!35] Changed option def code from tinyint to smallint. | Marcin Siodelski | 2018-10-08 | 1 | -3/+3 |
* | [#93,!35] Moved common CB functions to a parent class. | Marcin Siodelski | 2018-10-08 | 1 | -0/+196 |