2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 13:37:55 +00:00

25873 Commits

Author SHA1 Message Date
Razvan Becheriu
60b7ca2bd7 minor changes 2018-02-19 20:50:14 +02:00
Razvan Becheriu
7ea59aee10 fixed unit tests 2018-02-19 20:37:15 +02:00
Razvan Becheriu
d715910eb6 minor changes 2018-02-19 19:55:20 +02:00
Razvan Becheriu
89f9332e68 minor changes 2018-02-19 19:28:03 +02:00
Razvan Becheriu
8988dd30bd fixed unit teste 2018-02-19 19:11:08 +02:00
Razvan Becheriu
615b0823a4 fixed unit tests 2018-02-19 19:04:35 +02:00
Razvan Becheriu
ea24fa8395 added get4 and get4subnetid for cql 2018-02-19 18:16:21 +02:00
Razvan Becheriu
e9e8389d45 enabled more tests, implemented hwaddr, hwtype and hwaddr_source in pgsql 2018-02-19 16:14:38 +02:00
Razvan Becheriu
3dae3a6d48 minor changes 2018-02-17 11:16:36 +02:00
Razvan Becheriu
96bdb2cecf minor changes 2018-02-17 10:39:12 +02:00
Razvan Becheriu
f9e19da1a8 enable more unit tests 2018-02-16 22:21:08 +02:00
Razvan Becheriu
275599fcbd minor changes - updated comments for google benchmarks 2018-02-16 11:51:51 +02:00
Razvan Becheriu
8fdfbb95d4 fix unit tests 2018-02-15 18:03:10 +02:00
Razvan Becheriu
a24dcb939f fixed primary key of dhcp_option_scope table 2018-02-15 12:28:09 +02:00
Razvan Becheriu
761f2823a1 minor changes 2018-02-15 10:41:47 +02:00
Razvan Becheriu
adc1970cd8 fixed compilation 2018-02-14 20:12:49 +02:00
Razvan Becheriu
1d36c1ea46 minor changes 2018-02-14 19:45:23 +02:00
Razvan Becheriu
0b3cb75dc0 added missing data in cql_host_data_source: dhcp4_next_server, dhcp4_server_hostname, dhcp4_boot_file_name, user_context, option_user_context, option_scope_id 2018-02-14 18:50:53 +02:00
Razvan Becheriu
eb534f2477 Merge remote-tracking branch 'isc-kea/master' into cassandra_improvements 2018-02-14 15:36:18 +02:00
Tomek Mrugalski
d681997141 [master] ChangeLog, AUTHORS, COPYING updated after github36 merge. 2018-02-13 22:57:25 +00:00
Tomek Mrugalski
987fbb0876 [master] Support for Google benchmark added.
# Conflicts:
#	doc/guide/install.xml
#	src/lib/dhcpsrv/tests/generic_host_data_source_unittest.cc
#	src/lib/dhcpsrv/testutils/lease_file_io.cc
2018-02-13 22:54:26 +00:00
Tomek Mrugalski
0790901b1a [github36] User's guide updated. 2018-02-13 19:27:13 +00:00
Tomek Mrugalski
5813fc6023 [github36] Another bunch of changes after review:
- using namespace cleaned up
 - all host benchmarks are now commented
 - common parameters moved to parameters.h
 - code wrapping fixed
2018-02-13 18:56:27 +00:00
Tomek Mrugalski
79383da664 [github36] benchmark methods renamed
- they now follow coding guidelines and are more descriptive
2018-02-13 18:00:22 +00:00
Razvan Becheriu
e409c164a6 added missing tables, columns and values in cql schema, ordered declarations and definitions in lease and host managers 2018-02-13 18:28:40 +02:00
Tomek Mrugalski
b77e67684b [github36] license updated to reflect the original submitter. 2018-02-13 16:24:27 +00:00
Tomek Mrugalski
86980fa937 [github36] Large chunk of review work completed:
- common code extracted to testutils/host_data_source_utils.cc|h
 - doxygen comments written
 - compilation warnings removed
 - each leasemgr benchmark have at least a short description
 - HostDataSource benchmarks partially done, but still WIP
 - overall, the diff is 4k and counting...
2018-02-13 12:20:31 +00:00
Razvan Becheriu
63ea348578 Merge remote-tracking branch 'isc-kea/master' into cql_lightweight 2018-02-13 09:13:10 +02:00
Francis Dupont
51fd66d364 [master] Finishing merge of trac5494 (Cassandra vs macOS) trac5528_base trac5524_base 2018-02-08 16:02:48 +01:00
Francis Dupont
198716a9a6 [5494] Updated AUTHORS waiting for submitter answer 2018-02-08 15:49:57 +01:00
Francis Dupont
da036437ad [5494] Added HWADDR_SOURCE_DOCSIS_MODEM 2018-02-08 13:44:58 +01:00
Tomek Mrugalski
033b9560c5 Merge branch 'trac5494' into github36 2018-02-08 10:35:03 +00:00
Razvan Becheriu
1c5274dcb8 fixed merge 2018-02-08 08:33:21 +00:00
Razvan Becheriu
915f205fac fixed benchmarks with source 2018-02-08 08:31:16 +00:00
Razvan Becheriu
0be7f45306 fixed benchmarks with source 2018-02-08 08:31:02 +00:00
Tomek Mrugalski
ea7c88a1c3 [master] ChangeLog updated after github41 merge. 2018-02-08 04:51:44 +00:00
Tomek Mrugalski
d77fbec5a0 [github41] Initialize logging before reading configuration
More precisely, before reading the "Dhcp4" and "Dhcp6" configurations to
log errors thrown because of any configuration loading issues.

# Conflicts:
#	src/bin/dhcp4/kea_controller.cc
#	src/bin/dhcp6/kea_controller.cc
2018-02-08 04:49:18 +00:00
Tomek Mrugalski
e35fb004fe Merge branch 'initialize-logging-before-reading-conf' of https://github.com/andreipavelQ/kea into github41 2018-02-08 03:48:30 +00:00
Tomek Mrugalski
fd2263de2b [master] ChangeLog, AUTHORS updated after github40 merge. 2018-02-06 17:40:43 +00:00
Tomek Mrugalski
318c9e3d3d [github40] Converted missing backend examples. 2018-02-06 17:17:46 +00:00
Tomek Mrugalski
ed1431b556 [github40] --with-dhcp-XXX renamed to --with-XXX
Merge branch 'with-dhcp' of https://github.com/andreipavelQ/kea into github40

# Conflicts:
#	doc/guide/install.xml
2018-02-06 17:17:23 +00:00
Tomek Mrugalski
4314a56261 [master] ChangeLog, AUTHORS updated after github #39 merge. 2018-02-06 13:36:22 +00:00
Tomek Mrugalski
9b6705bd6c [github39] Reverted DocBook 5.0 reference in manpages. They look ok again 2018-02-06 13:29:24 +00:00
Tomek Mrugalski
fde5de6b40 [github39] system_messages tool converted to DocBook 5.0 2018-02-06 13:28:55 +00:00
Tomek Mrugalski
44c782060a [github39] Merge branch 'docbook-upgrade' of https://github.com/andreipavelQ/kea into github39
- improvements required (__VERSION__ macro omitted)
 - the patch tried to reverse some texts back to 1.1.0 (we're now at 1.3.0)
 - there were many conflicts...

# Conflicts:
#	doc/guide/admin.xml
#	doc/guide/ctrl-channel.xml
#	doc/guide/ddns.xml
#	doc/guide/dhcp4-srv.xml
#	doc/guide/dhcp6-srv.xml
#	doc/guide/install.xml
#	doc/guide/intro.xml
#	doc/guide/kea-guide.xml
#	src/bin/admin/kea-admin.xml
#	src/bin/agent/kea-ctrl-agent.xml
#	src/bin/d2/kea-dhcp-ddns.xml
#	src/bin/dhcp4/kea-dhcp4.xml
#	src/bin/dhcp6/kea-dhcp6.xml
#	src/bin/keactrl/keactrl.xml
#	src/bin/lfc/kea-lfc.xml
#	src/bin/perfdhcp/perfdhcp.xml
#	src/bin/shell/kea-shell.xml
#	src/bin/sockcreator/kea-sockcreator.xml
2018-02-06 12:39:24 +00:00
Razvan Becheriu
662f93ab89 sync with isc kea master 2018-02-01 11:55:04 +02:00
Razvan Becheriu
0962273261 Merge remote-tracking branch 'isc-kea/master' 2018-02-01 11:42:39 +02:00
Tomek Mrugalski
ecf3ea4b49 [master] ChangeLog updated after #5514 merge. 2018-01-31 22:17:03 +01:00
Tomek Mrugalski
6a4aac2b3b [master] Merge branch 'trac5514' (lw4over6 options reinstantiated) 2018-01-31 14:38:40 +01:00
Tomek Mrugalski
edeeae9d4b [5514] Change after review:
- the opion-space check removed from DHCPv4 similar to DHCPv6
2018-01-31 14:38:11 +01:00