- 14 Dec, 2016 1 commit
-
-
Andrei Pavel authored
-
- 16 Dec, 2015 2 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 19 May, 2015 1 commit
-
-
Shawn Routhier authored
Split the logging into three loggers config & general dhcp to d2 d2 to dns (and back) Print out a request ID for each NCR event. Currently this is the DHCID but it could be changed in the future to allow for comparing log entries between DHCP servers and D2. Fix up some typos I ran across while reading the code
-
- 27 May, 2014 1 commit
-
-
Thomas Markwalder authored
Consolidated DNSClient::doUpdate variants into a single method which accepts a smart pointer to a TSIGKey instead of TSIGKey reference. Simplified some unit tests. Added missing commentary. Corrected typos and copyright dates.
-
- 22 Jan, 2014 1 commit
-
-
Marcin Siodelski authored
The DNSClient uses timeout specified in ms. The documentation was wrong saying that the timeout is specified in seconds.
-
- 10 Jan, 2014 1 commit
-
-
Thomas Markwalder authored
Changed DNSClient ctor to require response param be an empty pointer and clarified related commentary. Added debug log statement to log transaction start. Other minor cosmetics.
-
- 29 Nov, 2013 1 commit
-
-
Thomas Markwalder authored
Good deal of commentary clean up, rolled back IOService reference changes to DNSClient, and most significantly added unit tests for NameChangeTransaction::sendUpdate. These tests involve an actual message exchange.
-
- 08 Nov, 2013 1 commit
-
-
Thomas Markwalder authored
Some classes were using references to isc::asiolink::IOService, others where using d2::IOServicePtr. The latter is now used throughout for consistency as well as support for future, possible, multi-threaded implementation.
-
- 09 Jul, 2013 1 commit
-
-
Marcin Siodelski authored
-
- 05 Jul, 2013 1 commit
-
-
Marcin Siodelski authored
In particular, added a doUpdate version which supports TSIG. It is also possible to specify Transport layer protocol preferred.
-
- 03 Jul, 2013 2 commits
-
-
Marcin Siodelski authored
-
Marcin Siodelski authored
-
- 02 Jul, 2013 1 commit
-
-
Marcin Siodelski authored
-