- 23 Nov, 2016 1 commit
-
-
Tomek Mrugalski authored
-
- 02 Nov, 2016 2 commits
-
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
-
- 31 Oct, 2016 1 commit
-
-
Marcin Siodelski authored
The test requires that the boost headers are included, otherwise the test reports that gtest doesn't support XXX_TRUE() macros. This change was okayed on jabber.
-
- 26 Oct, 2016 1 commit
-
-
Francis Dupont authored
-
- 17 Oct, 2016 1 commit
-
-
Francis Dupont authored
-
- 14 Oct, 2016 1 commit
-
-
Francis Dupont authored
-
- 31 Aug, 2016 2 commits
-
-
Wlodzimierz Wencel authored
-
Marcin Siodelski authored
This change includes MAC address lists for perfdhcp as well as a command line option for generating relayed traffic in DHCPv6. This patch was contributed by Angelo Failla.
-
- 28 Aug, 2016 1 commit
-
-
Wlodzimierz Wencel authored
-
- 26 Aug, 2016 1 commit
-
-
Marcin Siodelski authored
-
- 11 Aug, 2016 1 commit
-
-
Shawn Routhier authored
-
- 08 Aug, 2016 1 commit
-
-
Stephen Morris authored
Change the default so that the -Werror compiler flag is only enabled if specifically requested at configure time.
-
- 08 Jul, 2016 1 commit
-
-
Francis Dupont authored
-
- 02 Jul, 2016 1 commit
-
-
Francis Dupont authored
-
- 29 Jun, 2016 1 commit
-
-
Francis Dupont authored
-
- 23 Jun, 2016 4 commits
-
-
-
Tomek Mrugalski authored
# Conflicts: # ChangeLog # src/lib/dhcpsrv/cfg_hosts.cc
-
Tomek Mrugalski authored
-
-
- 15 Jun, 2016 1 commit
-
-
Thomas Markwalder authored
Added 4.1 to 4.2 updates from MySQL and created upgrade script for 2.0 to 3.0 src/share/database/scripts/pgsql/dhcpdb_create.pgsql - Enclosed the entire script in a single transaction - Removed DROP TABLE statements - Added host_identifier_type table and data - Added dhcp_option_scope table and data - Updated unqiue constraints for hosts table - Added scope_id and foreign key constraint to dhcp4_options table - Added scope_id and foreign key constraint to dhcp6_options table - Added unique contraint to ipv6_reservations table - Changed 'HWADDR_SOURCE_DOCSIS' to 'HWADDR_SOURCE_DOCSIS_CMTS' - Inserted row for 'HWADDR_SOURCE_UKNOWN' src/share/database/scripts/pgsql/dhcpdb_drop.pgsql Added drops for host_identifier_type and dhcp_option_scope src/share/database/scripts/pgsql/upgrade_2.0_to_3.0.sh.in New file for upgrading Postgresql from 2.0 to 3.0 configure.ac Added src/share/database/scripts/pgsql/upgrade_2.0_to_3.0.sh src/bin/admin/tests/pgsql_tests.sh.in - pgsql_upgrade_1_0_to_2_0 - new function which contains all the checks used to verify 1.0 to 2.0 upgrade (extracted from pgsql_upgrade_test) - pgsql_upgrade_2_0_to_3_0 - new function which contains all the checks used to verify 2.0 to 3.0 upgrade - pgsql_upgrade_test() - modified use new upgrade check fucntions src/share/database/scripts/pgsql/Makefile.am Added entry for upgrade_2.0_to_3.0.sh
-
- 12 Apr, 2016 1 commit
-
-
Thomas Markwalder authored
Moved schema scripts into a new common location: src/share/database/scripts to make them accessible to both kea-admin and dhcpsrv testing
-
- 09 Mar, 2016 1 commit
-
-
Francis Dupont authored
-
- 12 Jan, 2016 1 commit
-
-
Wlodzimierz Wencel authored
-
- 16 Dec, 2015 2 commits
-
-
Thomas Markwalder authored
Bumps MySQL schema version from 4.0 to 4.1. Fixes the issue spelled out in 4238 by adding an entry for hardware address source of zero. This change was added here to limit the number of schema version bumps. Changes the MySQL lease dump functions to order by the lease address. This ensures the dumps always ordered in a predictable manner. src/bin/admin/scripts/mysql/upgrade_4.0_to_4.1.sh.in New file to upgrade from 4.0 to 4.1 configure.ac Added entry for mysql/upgrade_4.0_to_4.1.sh src/bin/admin/scripts/mysql/Makefile.am Added entry form upgrade_4.0_to_4.1.sh src/bin/admin/scripts/mysql/dhcpdb_create.mysql Added insert of HWADDR_SOURCE_UNKNOWN into lease_hwaddr_source Added order by clauses to lease4DumpData and lease6DumpData Updated schema version from 4.0 to 4.1 src/bin/admin/tests/mysql_tests.sh.in mysql_upgrade_test() Added test for 4.0 to 4.1 upgrade Changed final version check to 4.1
-
Wlodzimierz Wencel authored
-
- 15 Dec, 2015 2 commits
-
-
Tomek Mrugalski authored
- this was used in bind10 for enabling SQLite in auth DNS
-
Tomek Mrugalski authored
-
- 01 Dec, 2015 1 commit
-
-
Marcin Siodelski authored
This is a workaround for a GCC bug which affects gcc 4.4 and manifests on RHEL6.3 as a build failure. This fix was okayed on jabber.
-
- 14 Nov, 2015 4 commits
-
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
- 05 Nov, 2015 1 commit
-
-
Francis Dupont authored
-
- 04 Nov, 2015 1 commit
-
-
Tomek Mrugalski authored
-
- 03 Nov, 2015 1 commit
-
-
Francis Dupont authored
-
- 26 Oct, 2015 1 commit
-
-
Tomek Mrugalski authored
-
- 20 Oct, 2015 1 commit
-
-
Thomas Markwalder authored
Upgrade adds state column to both lease tables, the state table, and the lease dump functions. src/bin/admin/scripts/pgsql/upgrade_1.0_to_2.0.sh - new script for upgrading postgres schema src/bin/admin/tests/dhcpdb_create_1.0.pgsql new sql script for creating 1.0 schema db configure.ac added entry for new upgrade script src/bin/admin/kea-admin.in pgsql_upgrade() - modified to set Postgres password env variable and pass in remaining args as psql expects them src/bin/admin/scripts/pgsql/Makefile.am added entry for new upgrade script src/bin/admin/tests/Makefile.am added entry for 1.0 schema script src/bin/admin/tests/pgsql_tests.sh.in pgsql_upgrade_test() - revamped now that Postgres actually has its first upgrade script.
-
- 15 Oct, 2015 1 commit
-
-
Francis Dupont authored
-
- 01 Oct, 2015 1 commit
-
-
Thomas Markwalder authored
src/bin/admin/scripts/mysql/upgrade_3.0_to_4.0.sh.in New script file for upgrading from Schema 3.0 to 4.0 configure.ac Added an entry for new MySQL uppgrade script, upgrade_3.0_to_4.0.sh.in src/bin/admin/scripts/mysql/Makefile.am Added entries for upgrade_3.0_to_4.0.sh. Reformatted list style to make adding entries a bit more convenient. src/bin/admin/tests/mysql_tests.sh.in mysql_upgrade_test() - extended the test to verify the upgrade step from 3.0 to 4.0.
-