- 06 Sep, 2013 1 commit
-
-
Tomek Mrugalski authored
-
- 30 Aug, 2013 1 commit
-
-
Marcin Siodelski authored
-
- 27 Aug, 2013 1 commit
-
-
Marcin Siodelski authored
-
- 26 Aug, 2013 1 commit
-
-
Marcin Siodelski authored
Also, included FQDN fields in the MySQL script creating database.
-
- 09 Apr, 2013 1 commit
-
-
Thomas Markwalder authored
-
- 15 Mar, 2013 1 commit
-
-
Thomas Markwalder authored
Changes: - hwaddr.h - added MAX_HWADDR_LEN - hwaddr.cc - modified constructor to throw InvalidParameter if input address is too big - hwaddr_unittest.cc - added tests for new constructor throws - lease_mgr.h - removed HWADDR_MAX - mysql_lease_mgr.cc - added logic to set SQL mode to STRICT - tests/mysql_lease_mgr_unittest.cc - modified tests that were failing on STRICT mode, to expect exceptions.
-
- 14 Mar, 2013 1 commit
-
-
Thomas Markwalder authored
The include path for MySQL includes is accurately set by mysql_config.
-
- 08 Mar, 2013 1 commit
-
-
Jeremy C. Reed authored
Some slight grammar changes. Mostly in comments, but some for api docs. Changes a isc_throw output too. Reviewed via jabber.
-
- 07 Mar, 2013 3 commits
-
-
Stephen Morris authored
-
Jelte Jansen authored
Half-related change, if available, call mysql_library_end() at the end of the unit test run
-
Tomek Mrugalski authored
-
- 25 Feb, 2013 1 commit
-
-
Jelte Jansen authored
the mysql lease manager wouldn't close the mysql database immediately if initialization failed at certain points. This proposed fix is not entirely complete; it would probably be better to either use such a holder class as the member, or to slightly clean it up so that the return value from release() can be given to mysql_ (and therefore use the holder in the construction code instead of mysql_), but I did not want to touch too much existing code at this point.
-
- 21 Feb, 2013 1 commit
-
-
Tomek Mrugalski authored
-
- 07 Feb, 2013 1 commit
-
-
Tomek Mrugalski authored
-
- 28 Dec, 2012 1 commit
-
-
Tomek Mrugalski authored
-
- 18 Dec, 2012 3 commits
-
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
Also make the hardware address to string function common to both database modules.
-
- 14 Dec, 2012 1 commit
-
-
Stephen Morris authored
-
- 10 Dec, 2012 2 commits
-
-
Stephen Morris authored
-
Stephen Morris authored
As the address is th eprimary key of the table, there can only ever be at most one lease in the database with a given address. Additional selection by subnet ID is not needed.
-
- 07 Dec, 2012 1 commit
-
-
Stephen Morris authored
cppcheck was complaining about what was effectively: const int A = 6; const int B = A; std::string array[b]; Changing this to const int B = 6; std::string array[b]; ... works
-
- 04 Dec, 2012 1 commit
-
-
Stephen Morris authored
-
- 03 Dec, 2012 1 commit
-
-
Stephen Morris authored
Including: * Updates to comments etc. * Addition of Lease4::operator==() (and associated unit tests)
-
- 30 Nov, 2012 1 commit
-
-
Stephen Morris authored
* Corrections of miscellaneous typos in comments * Update database version to 1.0 * Handling of truncation while fetching data from the database
-
- 26 Nov, 2012 1 commit
-
-
Stephen Morris authored
Also, included dhcpsrv in the list of directories searched by Doxygen.
-
- 23 Nov, 2012 6 commits
-
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
-
Stephen Morris authored
-
- 21 Nov, 2012 2 commits
-
-
Stephen Morris authored
Add ability to select IPv4 leases by address and Subnet ID.
-
Stephen Morris authored
-
- 16 Nov, 2012 1 commit
-
-
Stephen Morris authored
-
- 13 Nov, 2012 1 commit
-
-
Stephen Morris authored
Parameters are hard-coded for the moment.
-
- 09 Nov, 2012 1 commit
-
-
Stephen Morris authored
-
- 08 Nov, 2012 2 commits
-
-
Stephen Morris authored
... to ensure that it is always called when a method terminates.
-
Stephen Morris authored
-
- 06 Nov, 2012 1 commit
-
-
Stephen Morris authored
-