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