- 11 Feb, 2014 1 commit
-
-
Thomas Markwalder authored
Rememebering the io_service in use and how to run ready IO handlers was pushed down from D2ClientMgr into NameChangeSender. NameChangeSender stop logic was altered so it will now cleanly complete the last send as well as interrupting the daisy-chain of instigating the next send upon completion of the current send.
-
- 10 Feb, 2014 17 commits
-
-
Thomas Markwalder authored
d2_client.h and .cc was split into four files: D2ClientConfig class is now in d2_client_cfg.h/cc D2ClientMgr class is now in d2_client_mgr.h/cc
-
-
Thomas Markwalder authored
Integrates use of NameChangeUDPSender in D2ClientMgr.
-
-
Tomek Mrugalski authored
Conflicts: ChangeLog src/bin/dhcp4/dhcp4_srv.cc src/bin/dhcp4/tests/dhcp4_srv_unittest.cc src/bin/dhcp4/tests/dhcp4_test_utils.h src/lib/dhcpsrv/cfgmgr.cc src/lib/dhcpsrv/cfgmgr.h
-
Thomas Markwalder authored
-
ssh://git.bind10.isc.org/var/bind10/git/bind10Thomas Markwalder authored
Master updated while merging in 3299.
-
Thomas Markwalder authored
Also ran dhcp_ddns_messages.mes through reorder tool.
-
Marcin Siodelski authored
This prevents errors reported by valgrind about uninitialized value of hops being used in unit tests which skip parsing the packet. Okayed on jabber.
-
Tomek Mrugalski authored
-
Thomas Markwalder authored
b10-dhcp-ddns uses lease length as TTL in DNS update RRsets.
-
Thomas Markwalder authored
-
Thomas Markwalder authored
Shored up the error handling in the sender when the WatchSocket fails to mark or clear. Addes unit tests accordingly.
-
Tomek Mrugalski authored
- getRelayInfo() implemented, relay_ is now protected - setRelay => setRelayInfo - Option::Universe is passed as const reference - Further clarified white_list_ field in Subnet.h
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
Conflicts: src/bin/dhcp4/tests/fqdn_unittest.cc
-
- 08 Feb, 2014 2 commits
-
-
Thomas Markwalder authored
Fixed a couple doxgyen errors and removed the commented out include of ioctl.h in d2_upd_unittest.cc
-
Thomas Markwalder authored
Made behavior of dhcp_ddns::WatchSocket a bit more robust in handling programmatic abuse. Cleaned up addresses used in ncr_upd_unittest.cc, added specific test for client side address if 0.0.0.0/port 0. Updated copyrights as appropriate and other cosmetics.
-
- 07 Feb, 2014 8 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Tomek Mrugalski authored
- RelayInfoParser now takes Option::Universe as last parameter; - Extra tests for checking invalid parameters in RelayInfoParser - Comments in subnet.h improved - Sanity checks in RelayInfoParser implemented, doc improved
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Marcin Siodelski authored
Also added a pointer to valid message types on IANA website, in the log message description.
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 06 Feb, 2014 11 commits
-
-
Tomek Mrugalski authored
- Copyright years updated - Minor corrections in BINDX Guide - dhcp4.spec relay structure description updated. - new unit-test for DHCPv4 client classification added - new unit-test for DHCPv6 client classification added - fixed Doxygen errors - comments for CfgMgr::getSubnet{4,6} updated
-
Tomek Mrugalski authored
-
Thomas Markwalder authored
Changed build request methods in d2::NameAddTransaction to set the RRset TTL value to the value of NameChangeRequest::lease_length.
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
Thomas Markwalder authored
Compilation under Fedora turned a couple of missing includes, errno.h and stdint.h.
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Marcin Siodelski authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 05 Feb, 2014 1 commit
-
-
Thomas Markwalder authored
Added creation and management of NameChangeSender to dhcpsrv::D2ClientMgr. Added new file of unit tests, d2_udp_unittest.cc, to exercise D2ClientMgr with a UDP sender.
-