- 01 Mar, 2016 1 commit
-
-
Marcin Siodelski authored
Addressed a couple of minor issues and added unit tests for switching between various lease database backends.
-
- 12 Jan, 2016 2 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
In such case, the server will use a default configuration - memfile lease database backend.
-
- 23 Dec, 2015 1 commit
-
-
fixes: mysql_host_data_source.cc:236:33: error: invalid conversion from 'size_t* {aka unsigned int*}' to 'long unsigned int*' [-fpermissive] bind_[1].length = &dhcp_identifier_length_; ^ mysql_host_data_source.cc:243:33: error: invalid conversion from 'size_t* {aka unsigned int*}' to 'long unsigned int*' [-fpermissive] bind_[1].length = &dhcp_identifier_length_; ^ mysql_host_data_source.cc:344:25: error: invalid conversion from 'size_t* {aka unsigned int*}' to 'long unsigned int*' [-fpermissive] bind_[1].length = &dhcp_identifier_length_;
-
- 21 Dec, 2015 1 commit
-
-
Francis Dupont authored
-
- 16 Dec, 2015 2 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 14 Dec, 2015 2 commits
-
-
Jeremy C. Reed authored
-
Jeremy C. Reed authored
note some misspellings are in the short description but the log ID itself is not changed (no spelling issue there)
-
- 11 Dec, 2015 8 commits
-
-
Francis Dupont authored
-
Francis Dupont authored
-
Thomas Markwalder authored
All MySQL text to create tables sets ENGINE to INNODB MySQL unit tests now reliably drop the "hosts" table src/bin/admin/scripts/mysql/dhcpdb_create.mysql Added "ENGINE = INNODB" table creates where needed src/bin/admin/scripts/mysql/upgrade_1.0_to_2.0.sh.in src/bin/admin/scripts/mysql/upgrade_2.0_to_3.0.sh.in Added "ENGINE = INNODB" table creates where needed src/bin/admin/tests/data/mysql.lease6_dump_test.reference.csv Reversed order of reference file to match INNODB result src/bin/admin/tests/dhcpdb_create_1.0.mysql Added "ENGINE = INNODB" table creates where needed src/bin/admin/tests/mysql_tests.sh.in Removed unnecessary explicit drop of ipv6_reservations src/lib/dhcpsrv/tests/mysql_schema.cc Added MySQL error output on statement failures src/lib/dhcpsrv/tests/schema_mysql_copy.h const char* destroy_statement[] Added statement to turn off referential integrity checks, so all tables will get dropped. "hosts" table was being left behind. const char* create_statement[] Added "ENGINE = INNODB" table creates where needed
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Thomas Markwalder authored
Added mention of hosts db to message text for DHCPSRV_MYSQL_HOST_DB_GET_VERSION
-
Thomas Markwalder authored
src/lib/dhcpsrv/host_data_source_factory.cc HostDataSourceFactory::create(const std::string& dbaccess) - Removed logging from exception throwing conditions - Minor clean up of the method itself src/lib/dhcpsrv/dhcpsrv_messages.mes Removed obsoleted error messages: DHCPSRV_HOSTDB_NOTYPE DHCPSRV_UNKNOWN_HOST_DB
-
- 10 Dec, 2015 4 commits
-
-
Marcin Siodelski authored
This reverts commit 8f2a1f8a, reversing changes made to ed7edadc. This merge introduced regressions in our build farm and revealed issues in the DHCP4o6 IPC code. It also revealed some differences in sockets handling under Linux and BSD. Rather than continue patching this here, we should work on the branch to resolve all issues and then merge 1.1.
-
Marcin Siodelski authored
Added missing fctnl.h include. Okayed on jabber.
-
Tomek Mrugalski authored
-
Marcin Siodelski authored
-
- 09 Dec, 2015 3 commits
-
-
Marcin Siodelski authored
Removed debug leftover and changed 'responds' to 'answers'.
-
Thomas Markwalder authored
src/lib/dhcpsrv/dhcpsrv_messages.mes Added hosts database specific messages src/lib/dhcpsrv/host_data_source_factory.cc src/lib/dhcpsrv/mysql_host_data_source.cc Updated log statements with hosts database messages
-
Marcin Siodelski authored
-
- 04 Dec, 2015 1 commit
-
-
Wlodzimierz Wencel authored
-
- 03 Dec, 2015 1 commit
-
-
Tomek Mrugalski authored
- Includes fix in AllocEngine6Test ctor, provided by Thomas
-
- 01 Dec, 2015 8 commits
-
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
Marcin Siodelski authored
This prevents compilation failure on OS-X. Reviewed and approved on jabber.
-
- 30 Nov, 2015 4 commits
-
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
# Conflicts: # src/lib/dhcpsrv/mysql_lease_mgr.cc # src/lib/dhcpsrv/mysql_lease_mgr.h
-
Marcin Siodelski authored
-
Tomek Mrugalski authored
-
- 27 Nov, 2015 1 commit
-
-
Francis Dupont authored
-
- 26 Nov, 2015 1 commit
-
-
Francis Dupont authored
-