- 13 Aug, 2013 4 commits
-
-
Mukund Sivaraman authored
-
Michal 'vorner' Vaner authored
So don't disable it by default.
-
Michal 'vorner' Vaner authored
Don't build the resolver and its libraries (lib/resolve and lib/libnsas) in case the --enable-experimental-resolver is not set.
-
Michal 'vorner' Vaner authored
The switch doesn't have an effect yet.
-
- 09 Aug, 2013 1 commit
-
-
Tomek Mrugalski authored
Conflicts: ChangeLog src/bin/dhcp6/dhcp6_srv.cc
-
- 07 Aug, 2013 10 commits
-
-
Mukund Sivaraman authored
-
Thomas Markwalder authored
D2UpdateMgr::checkFinishedTransaction was issuing an invalid read when attempting to prefix increment an iterator used in an std::map erase call. This was flagged by valgrind and also core dumped under FreeBSD10.
-
Thomas Markwalder authored
-
Tomek Mrugalski authored
-
Tomek Mrugalski authored
- unknown message log added - comments fixed
-
Thomas Markwalder authored
Adds initial implementation of D2UpdateMgr class to src/bin/d2.
-
Thomas Markwalder authored
D2UpdateMgr members were rescoped to be more appropriate and unit tests adjusted accordingly. Other minor changes.
-
Stephen Morris authored
-
Stephen Morris authored
-
Marcin Siodelski authored
-
- 06 Aug, 2013 2 commits
-
-
Thomas Markwalder authored
-
Thomas Markwalder authored
Reverse IP address methods in D2UpdateMgr were declared static. Other cosmetic changes.
-
- 05 Aug, 2013 21 commits
-
-
Thomas Markwalder authored
-
Thomas Markwalder authored
Added initial implemenation of D2UpdateMgr class to src/bin/d2.
-
Thomas Markwalder authored
-
Thomas Markwalder authored
Adds initial implementation of D2QueueMgr class to DHCP_DDNS. This class is manages the queue of inbound DHCP_DDNS requests.
-
Thomas Markwalder authored
-
Thomas Markwalder authored
Changes were largely cosmetic.
-
Marcin Siodelski authored
-
Stephen Morris authored
-
Stephen Morris authored
Conflicts: doc/Doxyfile doc/devel/mainpage.dox
-
Mukund Sivaraman authored
-
Marcin Siodelski authored
The following statement 'buf[i + 1] << 8 + buf[i] & 0xFF' was replaced with this '(buf[i + 1] << 8) + (buf[i] & 0xFF)' because + operator takes precedence over << operator.
-
Michal 'vorner' Vaner authored
-
David Carlier authored
Applied with trivial whitespace fixes.
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
If the cmdctl-certfile.pem is older than cmdctl-keyfile.pem for some reason, make will try to run the rule every time.
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Yoshitaka Aharen authored
-
Yoshitaka Aharen authored
-
- 02 Aug, 2013 2 commits
-
-
Stephen Morris authored
-
Thomas Markwalder authored
DHCP packet pack methods now throw exceptions on error, rather then returning bool result value.
-