Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Kea
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Sebastian Schrader
Kea
Commits
ea6e9d16
Commit
ea6e9d16
authored
Apr 18, 2015
by
Francis Dupont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[master] remove '#include <config.h' from include files (#3782)
parent
daa968d9
Changes
141
Show whitespace changes
Inline
Side-by-side
Showing
141 changed files
with
304 additions
and
116 deletions
+304
-116
ChangeLog
ChangeLog
+9
-4
src/bin/d2/bundy_d2_controller.cc
src/bin/d2/bundy_d2_controller.cc
+3
-1
src/bin/d2/d2_cfg_mgr.cc
src/bin/d2/d2_cfg_mgr.cc
+3
-1
src/bin/d2/d2_config.cc
src/bin/d2/d2_config.cc
+3
-1
src/bin/d2/d2_controller.cc
src/bin/d2/d2_controller.cc
+3
-1
src/bin/d2/d2_process.cc
src/bin/d2/d2_process.cc
+2
-0
src/bin/d2/d2_queue_mgr.cc
src/bin/d2/d2_queue_mgr.cc
+1
-0
src/bin/d2/d2_update_mgr.cc
src/bin/d2/d2_update_mgr.cc
+2
-0
src/bin/d2/d_cfg_mgr.cc
src/bin/d2/d_cfg_mgr.cc
+3
-1
src/bin/d2/dns_client.cc
src/bin/d2/dns_client.cc
+2
-1
src/bin/d2/nc_add.cc
src/bin/d2/nc_add.cc
+2
-0
src/bin/d2/nc_remove.cc
src/bin/d2/nc_remove.cc
+2
-0
src/bin/d2/nc_trans.cc
src/bin/d2/nc_trans.cc
+2
-0
src/bin/d2/state_model.cc
src/bin/d2/state_model.cc
+3
-1
src/bin/d2/tests/bundy_d2_controller_unittests.cc
src/bin/d2/tests/bundy_d2_controller_unittests.cc
+3
-2
src/bin/d2/tests/d2_cfg_mgr_unittests.cc
src/bin/d2/tests/d2_cfg_mgr_unittests.cc
+3
-1
src/bin/d2/tests/d2_controller_unittests.cc
src/bin/d2/tests/d2_controller_unittests.cc
+3
-2
src/bin/d2/tests/d2_process_unittests.cc
src/bin/d2/tests/d2_process_unittests.cc
+1
-1
src/bin/d2/tests/d2_queue_mgr_unittests.cc
src/bin/d2/tests/d2_queue_mgr_unittests.cc
+2
-0
src/bin/d2/tests/d2_update_mgr_unittests.cc
src/bin/d2/tests/d2_update_mgr_unittests.cc
+2
-0
src/bin/d2/tests/d_cfg_mgr_unittests.cc
src/bin/d2/tests/d_cfg_mgr_unittests.cc
+3
-2
src/bin/d2/tests/d_controller_unittests.cc
src/bin/d2/tests/d_controller_unittests.cc
+3
-2
src/bin/d2/tests/d_test_stubs.cc
src/bin/d2/tests/d_test_stubs.cc
+1
-0
src/bin/d2/tests/io_service_signal_unittests.cc
src/bin/d2/tests/io_service_signal_unittests.cc
+2
-0
src/bin/d2/tests/nc_add_unittests.cc
src/bin/d2/tests/nc_add_unittests.cc
+2
-0
src/bin/d2/tests/nc_remove_unittests.cc
src/bin/d2/tests/nc_remove_unittests.cc
+2
-0
src/bin/d2/tests/nc_test_utils.cc
src/bin/d2/tests/nc_test_utils.cc
+2
-0
src/bin/d2/tests/nc_trans_unittests.cc
src/bin/d2/tests/nc_trans_unittests.cc
+2
-0
src/bin/d2/tests/state_model_unittests.cc
src/bin/d2/tests/state_model_unittests.cc
+3
-1
src/bin/dhcp4/dhcp4_srv.cc
src/bin/dhcp4/dhcp4_srv.cc
+1
-0
src/bin/dhcp4/json_config_parser.cc
src/bin/dhcp4/json_config_parser.cc
+2
-0
src/bin/dhcp4/tests/callout_library_common.h
src/bin/dhcp4/tests/callout_library_common.h
+2
-1
src/bin/dhcp4/tests/d2_unittest.cc
src/bin/dhcp4/tests/d2_unittest.cc
+3
-1
src/bin/dhcp4/tests/dhcp4_client.cc
src/bin/dhcp4/tests/dhcp4_client.cc
+1
-0
src/bin/dhcp4/tests/direct_client_unittest.cc
src/bin/dhcp4/tests/direct_client_unittest.cc
+1
-0
src/bin/dhcp6/json_config_parser.cc
src/bin/dhcp6/json_config_parser.cc
+2
-0
src/bin/dhcp6/tests/callout_library_common.h
src/bin/dhcp6/tests/callout_library_common.h
+2
-1
src/bin/dhcp6/tests/d2_unittest.cc
src/bin/dhcp6/tests/d2_unittest.cc
+2
-0
src/bin/dhcp6/tests/dhcp6_client.cc
src/bin/dhcp6/tests/dhcp6_client.cc
+1
-0
src/bin/dhcp6/tests/dhcp6_message_test.cc
src/bin/dhcp6/tests/dhcp6_message_test.cc
+1
-0
src/bin/dhcp6/tests/dhcp6_test_utils.cc
src/bin/dhcp6/tests/dhcp6_test_utils.cc
+1
-0
src/bin/lfc/lfc_controller.cc
src/bin/lfc/lfc_controller.cc
+2
-1
src/bin/perfdhcp/command_options.cc
src/bin/perfdhcp/command_options.cc
+3
-2
src/bin/perfdhcp/perf_pkt4.cc
src/bin/perfdhcp/perf_pkt4.cc
+3
-1
src/bin/perfdhcp/perf_pkt6.cc
src/bin/perfdhcp/perf_pkt6.cc
+3
-1
src/bin/perfdhcp/pkt_transform.cc
src/bin/perfdhcp/pkt_transform.cc
+3
-1
src/bin/perfdhcp/test_control.cc
src/bin/perfdhcp/test_control.cc
+2
-1
src/bin/perfdhcp/tests/command_options_unittest.cc
src/bin/perfdhcp/tests/command_options_unittest.cc
+3
-1
src/bin/perfdhcp/tests/packet_storage_unittest.cc
src/bin/perfdhcp/tests/packet_storage_unittest.cc
+3
-1
src/bin/perfdhcp/tests/stats_mgr_unittest.cc
src/bin/perfdhcp/tests/stats_mgr_unittest.cc
+3
-1
src/bin/perfdhcp/tests/test_control_unittest.cc
src/bin/perfdhcp/tests/test_control_unittest.cc
+3
-1
src/hooks/dhcp/user_chk/load_unload.cc
src/hooks/dhcp/user_chk/load_unload.cc
+2
-0
src/hooks/dhcp/user_chk/pkt_receive_co.cc
src/hooks/dhcp/user_chk/pkt_receive_co.cc
+2
-1
src/hooks/dhcp/user_chk/pkt_send_co.cc
src/hooks/dhcp/user_chk/pkt_send_co.cc
+2
-1
src/hooks/dhcp/user_chk/subnet_select_co.cc
src/hooks/dhcp/user_chk/subnet_select_co.cc
+1
-0
src/hooks/dhcp/user_chk/version.cc
src/hooks/dhcp/user_chk/version.cc
+3
-1
src/lib/asiodns/io_fetch.h
src/lib/asiodns/io_fetch.h
+1
-3
src/lib/asiodns/tests/io_fetch_unittest.cc
src/lib/asiodns/tests/io_fetch_unittest.cc
+3
-1
src/lib/asiodns/udp_server.cc
src/lib/asiodns/udp_server.cc
+3
-3
src/lib/asiolink/tcp_socket.h
src/lib/asiolink/tcp_socket.h
+1
-3
src/lib/asiolink/tests/tcp_socket_unittest.cc
src/lib/asiolink/tests/tcp_socket_unittest.cc
+3
-1
src/lib/asiolink/tests/udp_socket_unittest.cc
src/lib/asiolink/tests/udp_socket_unittest.cc
+3
-1
src/lib/asiolink/udp_socket.h
src/lib/asiolink/udp_socket.h
+0
-2
src/lib/dhcp/Makefile.am
src/lib/dhcp/Makefile.am
+1
-0
src/lib/dhcp/classify.cc
src/lib/dhcp/classify.cc
+2
-1
src/lib/dhcp/classify.h
src/lib/dhcp/classify.h
+1
-3
src/lib/dhcp/option.cc
src/lib/dhcp/option.cc
+2
-1
src/lib/dhcp/option6_addrlst.cc
src/lib/dhcp/option6_addrlst.cc
+3
-1
src/lib/dhcp/option6_ia.cc
src/lib/dhcp/option6_ia.cc
+2
-1
src/lib/dhcp/option6_iaaddr.cc
src/lib/dhcp/option6_iaaddr.cc
+3
-1
src/lib/dhcp/option6_iaprefix.cc
src/lib/dhcp/option6_iaprefix.cc
+3
-1
src/lib/dhcp/option_custom.cc
src/lib/dhcp/option_custom.cc
+2
-1
src/lib/dhcp/option_definition.cc
src/lib/dhcp/option_definition.cc
+2
-1
src/lib/dhcp/option_vendor.cc
src/lib/dhcp/option_vendor.cc
+3
-1
src/lib/dhcp/pkt.cc
src/lib/dhcp/pkt.cc
+1
-0
src/lib/dhcp/pkt4.cc
src/lib/dhcp/pkt4.cc
+1
-0
src/lib/dhcp/pkt6.cc
src/lib/dhcp/pkt6.cc
+2
-0
src/lib/dhcp/pkt_filter6.cc
src/lib/dhcp/pkt_filter6.cc
+3
-1
src/lib/dhcp/pkt_filter_inet6.cc
src/lib/dhcp/pkt_filter_inet6.cc
+3
-1
src/lib/dhcp/protocol_util.cc
src/lib/dhcp/protocol_util.cc
+2
-1
src/lib/dhcp/tests/iface_mgr_test_config.cc
src/lib/dhcp/tests/iface_mgr_test_config.cc
+2
-0
src/lib/dhcp/tests/pkt_filter6_test_stub.cc
src/lib/dhcp/tests/pkt_filter6_test_stub.cc
+3
-1
src/lib/dhcp/tests/pkt_filter6_test_utils.cc
src/lib/dhcp/tests/pkt_filter6_test_utils.cc
+2
-0
src/lib/dhcp/tests/pkt_filter_test_stub.cc
src/lib/dhcp/tests/pkt_filter_test_stub.cc
+2
-0
src/lib/dhcp/tests/pkt_filter_test_utils.cc
src/lib/dhcp/tests/pkt_filter_test_utils.cc
+1
-0
src/lib/dhcp_ddns/ncr_udp.cc
src/lib/dhcp_ddns/ncr_udp.cc
+3
-1
src/lib/dhcp_ddns/tests/ncr_udp_unittests.cc
src/lib/dhcp_ddns/tests/ncr_udp_unittests.cc
+3
-1
src/lib/dhcpsrv/alloc_engine.cc
src/lib/dhcpsrv/alloc_engine.cc
+2
-0
src/lib/dhcpsrv/cfg_hosts.cc
src/lib/dhcpsrv/cfg_hosts.cc
+1
-0
src/lib/dhcpsrv/cfg_iface.cc
src/lib/dhcpsrv/cfg_iface.cc
+1
-0
src/lib/dhcpsrv/cfg_option_def.cc
src/lib/dhcpsrv/cfg_option_def.cc
+2
-1
src/lib/dhcpsrv/cfg_subnets4.cc
src/lib/dhcpsrv/cfg_subnets4.cc
+2
-1
src/lib/dhcpsrv/cfg_subnets6.cc
src/lib/dhcpsrv/cfg_subnets6.cc
+2
-1
src/lib/dhcpsrv/cfgmgr.cc
src/lib/dhcpsrv/cfgmgr.cc
+2
-1
src/lib/dhcpsrv/csv_lease_file4.cc
src/lib/dhcpsrv/csv_lease_file4.cc
+1
-0
src/lib/dhcpsrv/csv_lease_file6.cc
src/lib/dhcpsrv/csv_lease_file6.cc
+1
-0
src/lib/dhcpsrv/d2_client_cfg.cc
src/lib/dhcpsrv/d2_client_cfg.cc
+2
-0
src/lib/dhcpsrv/d2_client_mgr.cc
src/lib/dhcpsrv/d2_client_mgr.cc
+2
-0
src/lib/dhcpsrv/daemon.h
src/lib/dhcpsrv/daemon.h
+1
-2
src/lib/dhcpsrv/host.cc
src/lib/dhcpsrv/host.cc
+1
-0
src/lib/dhcpsrv/host_mgr.cc
src/lib/dhcpsrv/host_mgr.cc
+1
-0
src/lib/dhcpsrv/lease_mgr.cc
src/lib/dhcpsrv/lease_mgr.cc
+3
-1
src/lib/dhcpsrv/lease_mgr_factory.cc
src/lib/dhcpsrv/lease_mgr_factory.cc
+2
-2
src/lib/dhcpsrv/logging.cc
src/lib/dhcpsrv/logging.cc
+2
-1
src/lib/dhcpsrv/logging_info.cc
src/lib/dhcpsrv/logging_info.cc
+2
-2
src/lib/dhcpsrv/memfile_lease_mgr.cc
src/lib/dhcpsrv/memfile_lease_mgr.cc
+1
-0
src/lib/dhcpsrv/parsers/dbaccess_parser.cc
src/lib/dhcpsrv/parsers/dbaccess_parser.cc
+2
-0
src/lib/dhcpsrv/parsers/dhcp_parsers.cc
src/lib/dhcpsrv/parsers/dhcp_parsers.cc
+2
-0
src/lib/dhcpsrv/parsers/host_reservation_parser.cc
src/lib/dhcpsrv/parsers/host_reservation_parser.cc
+2
-1
src/lib/dhcpsrv/parsers/ifaces_config_parser.cc
src/lib/dhcpsrv/parsers/ifaces_config_parser.cc
+1
-0
src/lib/dhcpsrv/srv_config.cc
src/lib/dhcpsrv/srv_config.cc
+1
-0
src/lib/dhcpsrv/subnet.cc
src/lib/dhcpsrv/subnet.cc
+2
-0
src/lib/dhcpsrv/tests/callout_library.cc
src/lib/dhcpsrv/tests/callout_library.cc
+3
-1
src/lib/dhcpsrv/tests/generic_lease_mgr_unittest.cc
src/lib/dhcpsrv/tests/generic_lease_mgr_unittest.cc
+2
-1
src/lib/dhcpsrv/tests/test_get_callout_handle.cc
src/lib/dhcpsrv/tests/test_get_callout_handle.cc
+2
-1
src/lib/dhcpsrv/tests/test_utils.cc
src/lib/dhcpsrv/tests/test_utils.cc
+2
-1
src/lib/hooks/callout_manager.cc
src/lib/hooks/callout_manager.cc
+3
-1
src/lib/hooks/hooks.cc
src/lib/hooks/hooks.cc
+3
-1
src/lib/hooks/hooks.h
src/lib/hooks/hooks.h
+1
-2
src/lib/hooks/library_manager.cc
src/lib/hooks/library_manager.cc
+2
-0
src/lib/hooks/tests/basic_callout_library.cc
src/lib/hooks/tests/basic_callout_library.cc
+1
-0
src/lib/hooks/tests/framework_exception_library.cc
src/lib/hooks/tests/framework_exception_library.cc
+3
-1
src/lib/hooks/tests/full_callout_library.cc
src/lib/hooks/tests/full_callout_library.cc
+3
-1
src/lib/hooks/tests/incorrect_version_library.cc
src/lib/hooks/tests/incorrect_version_library.cc
+2
-1
src/lib/hooks/tests/load_callout_library.cc
src/lib/hooks/tests/load_callout_library.cc
+2
-1
src/lib/hooks/tests/load_error_callout_library.cc
src/lib/hooks/tests/load_error_callout_library.cc
+2
-1
src/lib/hooks/tests/unload_callout_library.cc
src/lib/hooks/tests/unload_callout_library.cc
+3
-1
src/lib/log/Makefile.am
src/lib/log/Makefile.am
+2
-0
src/lib/log/compiler/Makefile.am
src/lib/log/compiler/Makefile.am
+1
-1
src/lib/log/interprocess/tests/interprocess_sync_file_unittest.cc
...log/interprocess/tests/interprocess_sync_file_unittest.cc
+3
-1
src/lib/log/log_formatter.cc
src/lib/log/log_formatter.cc
+2
-2
src/lib/log/tests/buffer_appender_unittest.cc
src/lib/log/tests/buffer_appender_unittest.cc
+2
-2
src/lib/log/tests/log_formatter_unittest.cc
src/lib/log/tests/log_formatter_unittest.cc
+2
-2
src/lib/log/tests/logger_unittest.cc
src/lib/log/tests/logger_unittest.cc
+3
-1
src/lib/log/tests/message_initializer_2_unittest.cc
src/lib/log/tests/message_initializer_2_unittest.cc
+2
-0
src/lib/testutils/mockups.h
src/lib/testutils/mockups.h
+1
-3
src/lib/util/tests/buffer_unittest.cc
src/lib/util/tests/buffer_unittest.cc
+3
-1
src/lib/util/tests/fd_share_tests.cc
src/lib/util/tests/fd_share_tests.cc
+3
-1
src/lib/util/tests/fd_tests.cc
src/lib/util/tests/fd_tests.cc
+3
-1
src/lib/util/threads/sync.cc
src/lib/util/threads/sync.cc
+2
-2
src/lib/util/threads/tests/thread_unittest.cc
src/lib/util/threads/tests/thread_unittest.cc
+3
-1
No files found.
ChangeLog
View file @
ea6e9d16
922. [build] fdupont
The config.h file should never be included by another include file.
Copy missing header files to the install directory.
(Trac #3782, git xxx)
921. [func] marcin
921. [func] marcin
libdhcpsrv: Added log traces to the host manager.
libdhcpsrv: Added log traces to the host manager.
(Trac #3699 git 75b75c89db88eb1a81e76f5550f2a5b3155ce42d)
(Trac #3699
,
git 75b75c89db88eb1a81e76f5550f2a5b3155ce42d)
920. [bug] marcin
920. [bug] marcin
Corrected issues with logging initialization in hooks
Corrected issues with logging initialization in hooks
libraries. The dynamically loaded hooks libraries may now
libraries. The dynamically loaded hooks libraries may now
define their own loggers which are configurable using Kea
define their own loggers which are configurable using Kea
configuration file.
configuration file.
(Trac #3198 git 8216a6b1a2ed6e2b38919280809ee21fc4107fd6)
(Trac #3198
,
git 8216a6b1a2ed6e2b38919280809ee21fc4107fd6)
Kea 0.9.1 released on March 31, 2015
Kea 0.9.1 released on March 31, 2015
919. [doc] stephen
919. [doc] stephen
Corrected some configuration examples in the documentation.
Corrected some configuration examples in the documentation.
(Trac #3772 git e9f084525bc1eec1cca635c00f33228bf7fac6a4)
(Trac #3772
,
git e9f084525bc1eec1cca635c00f33228bf7fac6a4)
918. [func] tomek,tmark
918. [func] tomek,tmark
DHCPv6 server now supports static reservations of hostnames
DHCPv6 server now supports static reservations of hostnames
for clients. Note this resolves #3708 by reducing the number
for clients. Note this resolves #3708 by reducing the number
of calls to selectSubnet to once per client request.
of calls to selectSubnet to once per client request.
(Trac #3689 git c13c824d9948f7e3f71a65ed43798f3b5c14042c)
(Trac #3689
,
git c13c824d9948f7e3f71a65ed43798f3b5c14042c)
917. [bug] marcin
917. [bug] marcin
DHCPv4 server may allocate lease for the client which is
DHCPv4 server may allocate lease for the client which is
...
...
src/bin/d2/bundy_d2_controller.cc
View file @
ea6e9d16
// Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
// Copyright (C) 2014
, 2015
Internet Systems Consortium, Inc. ("ISC")
//
//
// Permission to use, copy, modify, and/or distribute this software for any
// Permission to use, copy, modify, and/or distribute this software for any
// purpose with or without fee is hereby granted, provided that the above
// purpose with or without fee is hereby granted, provided that the above
...
@@ -12,6 +12,8 @@
...
@@ -12,6 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
// PERFORMANCE OF THIS SOFTWARE.
#include <config.h>
#include <d2/bundy_d2_controller.h>
#include <d2/bundy_d2_controller.h>
#include <d2/d2_process.h>
#include <d2/d2_process.h>
#include <d2/spec_config.h>
#include <d2/spec_config.h>
...
...
src/bin/d2/d2_cfg_mgr.cc
View file @
ea6e9d16
// Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
// Copyright (C) 2014
, 2015
Internet Systems Consortium, Inc. ("ISC")
//
//
// Permission to use, copy, modify, and/or distribute this software for any
// Permission to use, copy, modify, and/or distribute this software for any
// purpose with or without fee is hereby granted, provided that the above
// purpose with or without fee is hereby granted, provided that the above
...
@@ -12,6 +12,8 @@
...
@@ -12,6 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
// PERFORMANCE OF THIS SOFTWARE.
#include <config.h>
#include <d2/d2_log.h>
#include <d2/d2_log.h>
#include <d2/d2_cfg_mgr.h>
#include <d2/d2_cfg_mgr.h>
#include <util/encode/hex.h>
#include <util/encode/hex.h>
...
...
src/bin/d2/d2_config.cc
View file @
ea6e9d16
// Copyright (C) 2013-201
4
Internet Systems Consortium, Inc. ("ISC")
// Copyright (C) 2013-201
5
Internet Systems Consortium, Inc. ("ISC")
//
//
// Permission to use, copy, modify, and/or distribute this software for any
// Permission to use, copy, modify, and/or distribute this software for any
// purpose with or without fee is hereby granted, provided that the above
// purpose with or without fee is hereby granted, provided that the above
...
@@ -12,6 +12,8 @@
...
@@ -12,6 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
// PERFORMANCE OF THIS SOFTWARE.
#include <config.h>
#include <d2/d2_log.h>
#include <d2/d2_log.h>
#include <d2/d2_cfg_mgr.h>
#include <d2/d2_cfg_mgr.h>
#include <dhcpsrv/parsers/dhcp_parsers.h>
#include <dhcpsrv/parsers/dhcp_parsers.h>
...
...
src/bin/d2/d2_controller.cc
View file @
ea6e9d16
// Copyright (C) 2013-201
4
Internet Systems Consortium, Inc. ("ISC")
// Copyright (C) 2013-201
5
Internet Systems Consortium, Inc. ("ISC")
//
//
// Permission to use, copy, modify, and/or distribute this software for any
// Permission to use, copy, modify, and/or distribute this software for any
// purpose with or without fee is hereby granted, provided that the above
// purpose with or without fee is hereby granted, provided that the above
...
@@ -12,6 +12,8 @@
...
@@ -12,6 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
// PERFORMANCE OF THIS SOFTWARE.
#include <config.h>
#include <d2/d2_controller.h>
#include <d2/d2_controller.h>
#include <d2/d2_process.h>
#include <d2/d2_process.h>
#include <d2/spec_config.h>
#include <d2/spec_config.h>
...
...
src/bin/d2/d2_process.cc
View file @
ea6e9d16
...
@@ -12,6 +12,8 @@
...
@@ -12,6 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
// PERFORMANCE OF THIS SOFTWARE.
#include <config.h>
#include <config/ccsession.h>
#include <config/ccsession.h>
#include <d2/d2_log.h>
#include <d2/d2_log.h>
#include <d2/d2_cfg_mgr.h>
#include <d2/d2_cfg_mgr.h>
...
...
src/bin/d2/d2_queue_mgr.cc
View file @
ea6e9d16
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
// PERFORMANCE OF THIS SOFTWARE.
#include <config.h>
#include <d2/d2_log.h>
#include <d2/d2_log.h>
#include <d2/d2_queue_mgr.h>
#include <d2/d2_queue_mgr.h>
#include <dhcp_ddns/ncr_udp.h>
#include <dhcp_ddns/ncr_udp.h>
...
...
src/bin/d2/d2_update_mgr.cc
View file @
ea6e9d16
...
@@ -12,6 +12,8 @@
...
@@ -12,6 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
// PERFORMANCE OF THIS SOFTWARE.
#include <config.h>
#include <d2/d2_update_mgr.h>
#include <d2/d2_update_mgr.h>
#include <d2/nc_add.h>
#include <d2/nc_add.h>
#include <d2/nc_remove.h>
#include <d2/nc_remove.h>
...
...
src/bin/d2/d_cfg_mgr.cc
View file @
ea6e9d16
// Copyright (C) 2013-201
4
Internet Systems Consortium, Inc. ("ISC")
// Copyright (C) 2013-201
5
Internet Systems Consortium, Inc. ("ISC")
//
//
// Permission to use, copy, modify, and/or distribute this software for any
// Permission to use, copy, modify, and/or distribute this software for any
// purpose with or without fee is hereby granted, provided that the above
// purpose with or without fee is hereby granted, provided that the above
...
@@ -12,6 +12,8 @@
...
@@ -12,6 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
// PERFORMANCE OF THIS SOFTWARE.
#include <config.h>
#include <config/ccsession.h>
#include <config/ccsession.h>
#include <d2/d2_log.h>
#include <d2/d2_log.h>
#include <dhcp/libdhcp++.h>
#include <dhcp/libdhcp++.h>
...
...
src/bin/d2/dns_client.cc
View file @
ea6e9d16
// Copyright (C) 2013-201
4
Internet Systems Consortium, Inc. ("ISC")
// Copyright (C) 2013-201
5
Internet Systems Consortium, Inc. ("ISC")
//
//
// Permission to use, copy, modify, and/or distribute this software for any
// Permission to use, copy, modify, and/or distribute this software for any
// purpose with or without fee is hereby granted, provided that the above
// purpose with or without fee is hereby granted, provided that the above
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
// PERFORMANCE OF THIS SOFTWARE.
#include <config.h>
#include <d2/dns_client.h>
#include <d2/dns_client.h>
#include <d2/d2_log.h>
#include <d2/d2_log.h>
#include <dns/messagerenderer.h>
#include <dns/messagerenderer.h>
...
...
src/bin/d2/nc_add.cc
View file @
ea6e9d16
...
@@ -12,6 +12,8 @@
...
@@ -12,6 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
// PERFORMANCE OF THIS SOFTWARE.
#include <config.h>
#include <d2/d2_log.h>
#include <d2/d2_log.h>
#include <d2/d2_cfg_mgr.h>
#include <d2/d2_cfg_mgr.h>
#include <d2/nc_add.h>
#include <d2/nc_add.h>
...
...
src/bin/d2/nc_remove.cc
View file @
ea6e9d16
...
@@ -12,6 +12,8 @@
...
@@ -12,6 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
// PERFORMANCE OF THIS SOFTWARE.
#include <config.h>
#include <d2/d2_log.h>
#include <d2/d2_log.h>
#include <d2/d2_cfg_mgr.h>
#include <d2/d2_cfg_mgr.h>
#include <d2/nc_remove.h>
#include <d2/nc_remove.h>
...
...
src/bin/d2/nc_trans.cc
View file @
ea6e9d16
...
@@ -12,6 +12,8 @@
...
@@ -12,6 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
// PERFORMANCE OF THIS SOFTWARE.
#include <config.h>
#include <d2/d2_log.h>
#include <d2/d2_log.h>
#include <d2/nc_trans.h>
#include <d2/nc_trans.h>
#include <dns/rdata.h>
#include <dns/rdata.h>
...
...
src/bin/d2/state_model.cc
View file @
ea6e9d16
// Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC")
// Copyright (C) 2013
, 2015
Internet Systems Consortium, Inc. ("ISC")
//
//
// Permission to use, copy, modify, and/or distribute this software for any
// Permission to use, copy, modify, and/or distribute this software for any
// purpose with or without fee is hereby granted, provided that the above
// purpose with or without fee is hereby granted, provided that the above
...
@@ -12,6 +12,8 @@
...
@@ -12,6 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
// PERFORMANCE OF THIS SOFTWARE.
#include <config.h>
#include <d2/d2_log.h>
#include <d2/d2_log.h>
#include <d2/state_model.h>
#include <d2/state_model.h>
...
...
src/bin/d2/tests/bundy_d2_controller_unittests.cc
View file @
ea6e9d16
// Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
// Copyright (C) 2014
, 2015
Internet Systems Consortium, Inc. ("ISC")
//
//
// Permission to use, copy, modify, and/or distribute this software for any
// Permission to use, copy, modify, and/or distribute this software for any
// purpose with or without fee is hereby granted, provided that the above
// purpose with or without fee is hereby granted, provided that the above
...
@@ -12,6 +12,8 @@
...
@@ -12,6 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
// PERFORMANCE OF THIS SOFTWARE.
#include <config.h>
#include <config/ccsession.h>
#include <config/ccsession.h>
#include <d_test_stubs.h>
#include <d_test_stubs.h>
#include <d2/bundy_d2_controller.h>
#include <d2/bundy_d2_controller.h>
...
@@ -21,7 +23,6 @@
...
@@ -21,7 +23,6 @@
#include <boost/date_time/posix_time/posix_time.hpp>
#include <boost/date_time/posix_time/posix_time.hpp>
#include <gtest/gtest.h>
#include <gtest/gtest.h>
#include <config.h>
#include <sstream>
#include <sstream>
using
namespace
boost
::
posix_time
;
using
namespace
boost
::
posix_time
;
...
...
src/bin/d2/tests/d2_cfg_mgr_unittests.cc
View file @
ea6e9d16
// Copyright (C) 2013-201
4
Internet Systems Consortium, Inc. ("ISC")
// Copyright (C) 2013-201
5
Internet Systems Consortium, Inc. ("ISC")
//
//
// Permission to use, copy, modify, and/or distribute this software for any
// Permission to use, copy, modify, and/or distribute this software for any
// purpose with or without fee is hereby granted, provided that the above
// purpose with or without fee is hereby granted, provided that the above
...
@@ -12,6 +12,8 @@
...
@@ -12,6 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
// PERFORMANCE OF THIS SOFTWARE.
#include <config.h>
#include <config/module_spec.h>
#include <config/module_spec.h>
#include <d2/d2_config.h>
#include <d2/d2_config.h>
#include <d2/d2_cfg_mgr.h>
#include <d2/d2_cfg_mgr.h>
...
...
src/bin/d2/tests/d2_controller_unittests.cc
View file @
ea6e9d16
// Copyright (C) 2013-201
4
Internet Systems Consortium, Inc. ("ISC")
// Copyright (C) 2013-201
5
Internet Systems Consortium, Inc. ("ISC")
//
//
// Permission to use, copy, modify, and/or distribute this software for any
// Permission to use, copy, modify, and/or distribute this software for any
// purpose with or without fee is hereby granted, provided that the above
// purpose with or without fee is hereby granted, provided that the above
...
@@ -12,6 +12,8 @@
...
@@ -12,6 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
// PERFORMANCE OF THIS SOFTWARE.
#include <config.h>
#include <config/ccsession.h>
#include <config/ccsession.h>
#include <d_test_stubs.h>
#include <d_test_stubs.h>
#include <d2/d2_controller.h>
#include <d2/d2_controller.h>
...
@@ -22,7 +24,6 @@
...
@@ -22,7 +24,6 @@
#include <boost/date_time/posix_time/posix_time.hpp>
#include <boost/date_time/posix_time/posix_time.hpp>
#include <gtest/gtest.h>
#include <gtest/gtest.h>
#include <config.h>
#include <sstream>
#include <sstream>
using
namespace
boost
::
posix_time
;
using
namespace
boost
::
posix_time
;
...
...
src/bin/d2/tests/d2_process_unittests.cc
View file @
ea6e9d16
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
// PERFORMANCE OF THIS SOFTWARE.
#include <config.h>
#include <asiolink/io_service.h>
#include <asiolink/io_service.h>
#include <config/ccsession.h>
#include <config/ccsession.h>
...
@@ -23,7 +24,6 @@
...
@@ -23,7 +24,6 @@
#include <boost/date_time/posix_time/posix_time.hpp>
#include <boost/date_time/posix_time/posix_time.hpp>
#include <gtest/gtest.h>
#include <gtest/gtest.h>
#include <config.h>
#include <sstream>
#include <sstream>
using
namespace
std
;
using
namespace
std
;
...
...
src/bin/d2/tests/d2_queue_mgr_unittests.cc
View file @
ea6e9d16
...
@@ -12,6 +12,8 @@
...
@@ -12,6 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
// PERFORMANCE OF THIS SOFTWARE.
#include <config.h>
#include <asiolink/io_service.h>
#include <asiolink/io_service.h>
#include <asiolink/interval_timer.h>
#include <asiolink/interval_timer.h>
#include <d2/d2_queue_mgr.h>
#include <d2/d2_queue_mgr.h>
...
...
src/bin/d2/tests/d2_update_mgr_unittests.cc
View file @
ea6e9d16
...
@@ -12,6 +12,8 @@
...
@@ -12,6 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
// PERFORMANCE OF THIS SOFTWARE.
#include <config.h>
#include <asiolink/io_service.h>
#include <asiolink/io_service.h>
#include <d2/d2_update_mgr.h>
#include <d2/d2_update_mgr.h>
#include <util/time_utilities.h>
#include <util/time_utilities.h>
...
...
src/bin/d2/tests/d_cfg_mgr_unittests.cc
View file @
ea6e9d16
// Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC")
// Copyright (C) 2013
, 2015
Internet Systems Consortium, Inc. ("ISC")
//
//
// Permission to use, copy, modify, and/or distribute this software for any
// Permission to use, copy, modify, and/or distribute this software for any
// purpose with or without fee is hereby granted, provided that the above
// purpose with or without fee is hereby granted, provided that the above
...
@@ -12,6 +12,8 @@
...
@@ -12,6 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
// PERFORMANCE OF THIS SOFTWARE.
#include <config.h>
#include <config/ccsession.h>
#include <config/ccsession.h>
#include <config/module_spec.h>
#include <config/module_spec.h>
#include <dhcpsrv/parsers/dhcp_parsers.h>
#include <dhcpsrv/parsers/dhcp_parsers.h>
...
@@ -22,7 +24,6 @@
...
@@ -22,7 +24,6 @@
#include <boost/date_time/posix_time/posix_time.hpp>
#include <boost/date_time/posix_time/posix_time.hpp>
#include <gtest/gtest.h>
#include <gtest/gtest.h>
#include <config.h>
#include <sstream>
#include <sstream>
using
namespace
std
;
using
namespace
std
;
...
...
src/bin/d2/tests/d_controller_unittests.cc
View file @
ea6e9d16
// Copyright (C) 2013-201
4
Internet Systems Consortium, Inc. ("ISC")
// Copyright (C) 2013-201
5
Internet Systems Consortium, Inc. ("ISC")
//
//
// Permission to use, copy, modify, and/or distribute this software for any
// Permission to use, copy, modify, and/or distribute this software for any
// purpose with or without fee is hereby granted, provided that the above
// purpose with or without fee is hereby granted, provided that the above
...
@@ -12,6 +12,8 @@
...
@@ -12,6 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
// PERFORMANCE OF THIS SOFTWARE.
#include <config.h>
#include <config/ccsession.h>
#include <config/ccsession.h>
#include <d_test_stubs.h>
#include <d_test_stubs.h>
#include <d2/spec_config.h>
#include <d2/spec_config.h>
...
@@ -19,7 +21,6 @@
...
@@ -19,7 +21,6 @@
#include <boost/date_time/posix_time/posix_time.hpp>
#include <boost/date_time/posix_time/posix_time.hpp>
#include <gtest/gtest.h>
#include <gtest/gtest.h>
#include <config.h>
#include <sstream>
#include <sstream>
using
namespace
boost
::
posix_time
;
using
namespace
boost
::
posix_time
;
...
...
src/bin/d2/tests/d_test_stubs.cc
View file @
ea6e9d16
...
@@ -12,6 +12,7 @@
...
@@ -12,6 +12,7 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
// PERFORMANCE OF THIS SOFTWARE.
#include <config.h>
#include <asiolink/io_service.h>
#include <asiolink/io_service.h>
#include <d2/d2_log.h>
#include <d2/d2_log.h>
#include <d2/spec_config.h>
#include <d2/spec_config.h>
...
...
src/bin/d2/tests/io_service_signal_unittests.cc
View file @
ea6e9d16
...
@@ -12,6 +12,8 @@
...
@@ -12,6 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
// PERFORMANCE OF THIS SOFTWARE.
#include <config.h>
#include <asiolink/io_service.h>
#include <asiolink/io_service.h>
#include <d_test_stubs.h>
#include <d_test_stubs.h>
#include <d2/io_service_signal.h>
#include <d2/io_service_signal.h>
...
...
src/bin/d2/tests/nc_add_unittests.cc
View file @
ea6e9d16
...
@@ -12,6 +12,8 @@
...
@@ -12,6 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
// PERFORMANCE OF THIS SOFTWARE.
#include <config.h>
#include <asiolink/io_service.h>
#include <asiolink/io_service.h>
#include <d2/d2_cfg_mgr.h>
#include <d2/d2_cfg_mgr.h>
#include <d2/d2_cfg_mgr.h>
#include <d2/d2_cfg_mgr.h>
...
...
src/bin/d2/tests/nc_remove_unittests.cc
View file @
ea6e9d16
...
@@ -12,6 +12,8 @@
...
@@ -12,6 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
// PERFORMANCE OF THIS SOFTWARE.
#include <config.h>
#include <asiolink/io_service.h>
#include <asiolink/io_service.h>
#include <d2/d2_cfg_mgr.h>
#include <d2/d2_cfg_mgr.h>
#include <d2/d2_cfg_mgr.h>
#include <d2/d2_cfg_mgr.h>
...
...
src/bin/d2/tests/nc_test_utils.cc
View file @
ea6e9d16
...
@@ -12,6 +12,8 @@
...
@@ -12,6 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// PERFORMANCE OF THIS SOFTWARE.
// PERFORMANCE OF THIS SOFTWARE.
#include <config.h>
#include <d2/d2_cfg_mgr.h>
#include <d2/d2_cfg_mgr.h>
#include <dns/opcode.h>
#include <dns/opcode.h>
#include <dns/messagerenderer.h>
#include <dns/messagerenderer.h>
...
...
src/bin/d2/tests/nc_trans_unittests.cc
View file @
ea6e9d16
...
@@ -12,6 +12,8 @@
...
@@ -12,6 +12,8 @@
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
// OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR