- 23 Oct, 2019 7 commits
-
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Thomas Markwalder authored
-
Thomas Markwalder authored
src/lib/dhcp/libdhcp++.cc Cleaned up necessary exception decls src/lib/dhcp/option.h Added commentary for SkipThisOptionError src/lib/dhcp/option_definition.cc Cleaned up unnecessary exception decls src/lib/dhcp/option_string.cc Replaced NULL with nul src/lib/testutils/gtest_utils.h Added emissions of exception type name
-
Thomas Markwalder authored
src/lib/dhcp/option.h class SkipThisOptionError - new exception type src/lib/dhcp/libdhcp++.cc LibDHCP::unpackOptions4() LibDHCP::unpackOptions6() - explicitly catches and handles SkipThisOptionError expceptions src/lib/dhcp/option_definition.cc OptionDefinition::optionFactory() - now rethrows SkipThisOptionError src/lib/dhcp/option_int.h OptionInt::unpack() - altered ambiguous exception text src/lib/dhcp/option_int_array.h OptionIntArray::unpack() - altered ambiguous exception text src/lib/dhcp/option_string.cc OptionString::unpack() - now throws SkipThisOptionError if option, once trimmed, is empty src/lib/dhcp/tests/option_string_unittest.cc Updated tests src/lib/dhcp/tests/pkt4_unittest.cc TEST_F(Pkt4Test, testSkipThisOptionError) - new test src/lib/dhcp/tests/pkt6_unittest.cc TEST_F(Pkt6Test, testSkipThisOptionError) - new test src/lib/dhcpsrv/tests/cfg_option_unittest.cc Updated expected exception text src/lib/testutils/gtest_utils.h Added two macros to emit exception info on throws. #define EXPECT_NO_THROW_LOG(statement) #define ASSERT_NO_THROW_LOG(statement)
-
- 22 Oct, 2019 2 commits
-
-
Francis Dupont authored
-
Francis Dupont authored
-
- 21 Oct, 2019 1 commit
-
-
Francis Dupont authored
[868-the-examples-directory-in-main-dir-not-doc-examples-is-useless-and-should-be-removed] Removes topdir examples
-
- 18 Oct, 2019 8 commits
-
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
This reverts commit 9c1ab213.
-
Francis Dupont authored
-
Thomas Markwalder authored
-
Thomas Markwalder authored
-
Thomas Markwalder authored
src/lib/dhcpsrv/alloc_engine.cc AllocEngine::allocateLeases6(ClientContext6& ctx) - add call to updateLeaseData() to case 3. src/lib/dhcpsrv/tests/alloc_engine6_unittest.cc TEST_F(AllocEngine6Test, hostDynamicAddress) TEST_F(AllocEngine6Test, globalHostDynamicAddress) - revamped to verify assignment and update for REQUESTs
-
- 16 Oct, 2019 1 commit
-
-
Wlodzimierz Wencel authored
-
- 15 Oct, 2019 8 commits
-
-
Francis Dupont authored
-
Francis Dupont authored
[392-search-of-reservations-by-hostname] Added a reference in reservation-get-by-hostname to admin/MySQL
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
- 14 Oct, 2019 3 commits
-
-
Wlodzimierz Wencel authored
-
Wlodzimierz Wencel authored
-
Wlodzimierz Wencel authored
-
- 10 Oct, 2019 10 commits
-
-
Thomas Markwalder authored
-
Thomas Markwalder authored
src/lib/dhcpsrv/parsers/simple_parser4.cc src/lib/dhcpsrv/parsers/simple_parser6.cc Fixed indentations in defaults list
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Francis Dupont authored
-
Thomas Markwalder authored
Addressed a myriad of minor typos and wording issues. modified: ChangeLog doc/examples/kea4/all-keys.json doc/examples/kea6/all-keys.json doc/sphinx/arm/dhcp4-srv.rst doc/sphinx/arm/dhcp6-srv.rst src/bin/dhcp4/dhcp4_srv.cc src/bin/dhcp4/tests/config_parser_unittest.cc src/bin/dhcp4/tests/fqdn_unittest.cc src/bin/dhcp6/tests/config_parser_unittest.cc src/bin/dhcp6/tests/d2_unittest.cc src/bin/dhcp6/tests/fqdn_unittest.cc src/lib/dhcpsrv/alloc_engine.cc src/lib/dhcpsrv/alloc_engine.h src/lib/dhcpsrv/d2_client_cfg.h src/lib/dhcpsrv/parsers/base_network_parser.cc src/lib/dhcpsrv/srv_config.h
-
Francis Dupont authored
-
Thomas Markwalder authored
Updated: doc/examples/kea4/all-keys.json doc/examples/kea4/with-ddns.json doc/examples/kea6/all-keys.json doc/sphinx/arm/dhcp4-srv.rst doc/sphinx/arm/dhcp6-srv.rst Added ChangeLogEntry
-
Thomas Markwalder authored
src/bin/dhcp4/tests/get_config_unittest.cc src/bin/dhcp6/tests/get_config_unittest.cc regenerated tests src/lib/dhcpsrv/parsers/simple_parser4.cc Removed DDNS params from INHERIT_TO_SUBNET4 list src/lib/dhcpsrv/parsers/simple_parser6.cc Removed DDNS params from INHERIT_TO_SUBNET6 list
-