- 15 Aug, 2017 1 commit
-
-
Marcin Siodelski authored
-
- 23 Jul, 2017 1 commit
-
-
Josh Soref authored
-
- 12 Apr, 2017 1 commit
-
-
Wlodzimierz Wencel authored
-
- 29 Mar, 2017 1 commit
-
-
Tomek Mrugalski authored
-
- 23 Mar, 2017 1 commit
-
-
Tomek Mrugalski authored
-
- 26 Jan, 2017 1 commit
-
-
Tomek Mrugalski authored
-
- 28 Aug, 2016 1 commit
-
-
Wlodzimierz Wencel authored
-
- 17 Jun, 2016 1 commit
-
-
Francis Dupont authored
-
- 16 Jun, 2016 1 commit
-
-
Francis Dupont authored
-
- 06 Apr, 2016 1 commit
-
-
Thomas Markwalder authored
Moved string/enum conversion functions inside D2ClientConfig Changed underscores to hypens in replace-client-name values and changed all literal values to lower case. Fixed minor wording issues in admin guide and new log messages. Added commentary and extra error logging to unit tests Added test case for invalid value of replace-client-name
-
- 04 Apr, 2016 2 commits
-
-
Thomas Markwalder authored
Revamped discussion of FQDN name generation and use of the replace-client-name parameter in the v4 and v6 guides.
-
Thomas Markwalder authored
src/bin/dhcp6/dhcp6_messages.mes - Added new log message, DHCP6_DDNS_SUPPLY_FQDN src/bin/dhcp6/dhcp6_srv.cc - Dhcpv6Srv::processClientFqdn() - modified to support the name replacement modes src/bin/dhcp6/tests/fqdn_unittest.cc - FqdnDhcpv6SrvTest::testReplaceClientNameMode() new method which tests a server's handling of a single client packet for a given replace-client-name mode. - TEST_F(FqdnDhcpv6SrvTest, replaceClientNameModeTest) - new test which exercises the permutations of client packets and replace-client-name modes.
-
- 23 Mar, 2016 1 commit
-
-
Thomas Markwalder authored
src/bin/dhcp4/dhcp4_messages.mes - Replaced the word "debug" with "informational" where appropriate src/bin/dhcp4/dhcp4_srv.cc - Changed several lease4_logger messages from DEBUG to INFO DHCP4_INIT_REBOOT DHCP4_LEASE_ADVERT DHCP4_LEASE_ALLOC DHCP4_RELEASE DHCP4_DECLINE_LEASE src/bin/dhcp6/dhcp6_messages.mes - Replaced the word "debug" with "informational" where appropriate - Added two new messages: DHCP6_LEASE_RENEW DHCP6_PD_LEASE_RENEW src/bin/dhcp6/dhcp6_srv.cc - Changed several lease6_logger messages from DEBUG to INFO DHCP6_LEASE_ADVERT DHCP6_LEASE_ALLOC DHCP6_PD_LEASE_ADVERT DHCP6_PD_LEASE_ALLOC DHCP6_RELEASE_NA DHCP6_RELEASE_PD DHCP6_DECLINE_LEASE - Dhcpv6Srv::extendIA_NA() - added new log for DHCP6_LEASE_RENEW - Dhcpv6Srv::extendIA_PD() - added new log for DHCP6_PD_LEASE_RENEW
-
- 20 Feb, 2016 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)
-
- 07 Dec, 2015 1 commit
-
-
Tomek Mrugalski authored
-
- 04 Dec, 2015 1 commit
-
-
Wlodzimierz Wencel authored
-
- 26 Nov, 2015 1 commit
-
-
Marcin Siodelski authored
-
- 25 Nov, 2015 2 commits
-
-
Francis Dupont authored
-
Shawn Routhier authored
-
- 21 Nov, 2015 1 commit
-
-
Francis Dupont authored
-
- 17 Nov, 2015 1 commit
-
-
Marcin Siodelski authored
-
- 21 Oct, 2015 1 commit
-
-
Marcin Siodelski authored
-
- 20 Oct, 2015 1 commit
-
-
Marcin Siodelski authored
This change triggered a lot of code refactoring for generating the NameChangeRequests. Long story short is that the functions responsible for generating NCRs from the lease information have been moved to the libdhcpsrv where they better fit and where they may be used by both allocation engine and the servers.
-
- 15 Oct, 2015 1 commit
-
-
Tomek Mrugalski authored
- comments, message corrected - unit-tests renamed to follow naming convention better
-
- 08 Oct, 2015 1 commit
-
-
Tomek Mrugalski authored
-
- 25 Sep, 2015 1 commit
-
-
Marcin Siodelski authored
-
- 21 Sep, 2015 1 commit
-
-
Tomek Mrugalski authored
- Lease6::decline() implemented - DUID::generateEmpty() implemented - Unit-tests for Decline (not include address, not include IA_NA) implemented - several comments updated - logging corrected and reworded
-
- 16 Sep, 2015 1 commit
-
-
Shawn Routhier authored
-
- 09 Sep, 2015 1 commit
-
-
Tomek Mrugalski authored
-
- 25 Aug, 2015 1 commit
-
-
Tomek Mrugalski authored
- distinction between ISC and std exceptions removed. - reference to support ticket removed.
-
- 20 Aug, 2015 1 commit
-
-
Tomek Mrugalski authored
- std::exception is now caught - try/catch clause added around handleSignal
-
- 12 Aug, 2015 1 commit
-
-
Thomas Markwalder authored
Rather that stopping it explicitly, the server was relying D2ClientMgr to stop itself during its own destruction. This was falling over during process wind-down because the IfaceMgr singletone was being destroyed before the D2ClientMgr instance. The server destructor now explicitly stops the D2ClientMgr. src/bin/dhcp6/dhcp6_messages.mes added DHCP6_SRV_D2STOP_ERROR log message src/bin/dhcp6/dhcp6_srv.cc Dhcpv6Srv::stopD2() - new method stops the NCR sender, causing it to unregister its WathSocket from IfaceMgr Dhcpv6Srv::~Dhcpv6Srv() - added call to Dhcpv6Srv::stopD2() src/bin/dhcp6/tests/dhcp6_process_tests.sh.in Enabled DNS updates in the CONFIG string. This ensures the D2 client will be started during system tests
-
- 30 Jul, 2015 1 commit
-
-
Marcin Siodelski authored
This change removes ability to disable allocation new leases new Renew/Rebind, specified in RFC7550. The behavior specified in this RFC is the only supported behavior.
-
- 23 Jul, 2015 1 commit
-
-
Wlodzimierz Wencel authored
-
- 08 Jul, 2015 2 commits
-
-
Marcin Siodelski authored
-
Thomas Markwalder authored
Removed Daemon::init() method, improved server log message descpriptions, and minor typos.
-