- 13 Mar, 2014 1 commit
-
-
Thomas Markwalder authored
Kea engineering drop is being constructed. Version number was bumped accordingly.
-
- 06 Mar, 2014 1 commit
-
-
Jeremy C. Reed authored
-
- 27 Feb, 2014 3 commits
-
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
- 26 Feb, 2014 1 commit
-
-
Mukund Sivaraman authored
-
- 25 Feb, 2014 5 commits
-
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Mukund Sivaraman authored
-
Thomas Markwalder authored
Solaris defines FIONREAD, used in unit test is dhcp_ddns/watch_socket_unittests.cc in sys/filio.h. Added header check for this file to configure.ac and use of HAVE_SYS_FILIO_H in the unit test source.
-
- 21 Jan, 2014 1 commit
-
-
Jeremy C. Reed authored
This is for ticket 2945. Don't use grep -q (not portable). Also use quotes around "$werror_ok" just in test just in case is unset. No changelog message as it appears it worked before but was just noisy.
-
- 10 Jan, 2014 1 commit
-
-
Mukund Sivaraman authored
-
- 07 Jan, 2014 1 commit
-
-
Mukund Sivaraman authored
-
- 06 Jan, 2014 1 commit
-
-
Thomas Markwalder authored
Added configuration paramters to dhcp4 and its spec file to support DHCP-DDNS. Created new classes D2ClientMgr, D2ClientConfig, and D2CientConfigParser in the libdhcpsrv. The new parameters are parsed, validated, and stored but do not yet affect behavior. That will be implemented as a seperate ticket.
-
- 30 Dec, 2013 2 commits
-
-
Kean Johnston authored
-
Kean Johnston authored
The obsolete usage of AC_OUTPUT was actually causing config.status to be executed multiple times, which is a big waste of time. Changed to use the correct AC_CONFIG_FILES and AC_CONFIG_COMMANDS macros instead.
-
- 05 Dec, 2013 1 commit
-
-
Mukund Sivaraman authored
-
- 02 Dec, 2013 1 commit
-
-
Kean Johnston authored
-
- 15 Nov, 2013 4 commits
-
-
JINMEI Tatuya authored
-
JINMEI Tatuya authored
This reverts commit f2f02dba. other commit reportedly addressed the issue that this hack tries to solve.
-
JINMEI Tatuya authored
pthread_cond_destroy() doesn't meet the test's assumption. the mutext test would still pass, but this is a minor case anyway, so it's probably okay to just disable both rather introduce more macro variables.
-
JINMEI Tatuya authored
-
- 14 Nov, 2013 1 commit
-
-
Kean Johnston authored
-
- 13 Nov, 2013 1 commit
-
-
Mukund Sivaraman authored
-
- 07 Nov, 2013 1 commit
-
-
Kean Johnston authored
As per review added a comment about the use of $ac_header_preproc.
-
- 14 Oct, 2013 1 commit
-
-
Thomas Markwalder authored
Added UserFile derivation of UserDataSource which allows the UserRegistry to be populated from a JSON formatted file.
-
- 11 Oct, 2013 1 commit
-
-
Thomas Markwalder authored
Adds new source tree branch, bind10/src/hooks, for maintaining custom hooks libraries. Adds bare bones implementation of UserRegistry for use in custom DHCP hooks library.
-
- 01 Oct, 2013 1 commit
-
-
Mukund Sivaraman authored
-
- 23 Sep, 2013 1 commit
-
-
Thomas Markwalder authored
Added entries to dhcp6.spec file to allow a list of prefix delegation pools to be defined for subnet6 entries, along with the necessary parsing logic in dhcp6.
-
- 17 Sep, 2013 1 commit
-
-
Kean Johnston authored
-
- 16 Sep, 2013 1 commit
-
-
Kean Johnston authored
-
- 12 Sep, 2013 1 commit
-
-
Kean Johnston authored
Also fixed a small bug in the previous commit where $CPPFLAGS was not being passed along with $CPP when checking the log4cplus version.
-
- 10 Sep, 2013 1 commit
-
-
Kean Johnston authored
... also cleaned up the display of config.report some to avoid the rather unsightly blank lines that were ejected quite frequently when a give variable had empty contents.
-
- 04 Sep, 2013 2 commits
-
-
Mukund Sivaraman authored
... and don't generate isc/server_common/bind10_server.py from isc/server_common/bind10_server.py.in. This fixes a builddir vs srcdir path failure for the isc.server_common module.
-
Stephen Morris authored
This fix: * Ensures the user library accesses the correct ServerHooks singleton object. * Provides a way to initialize the BIND 10 logging framework in the context of the user-written hooks library.
-
- 16 Aug, 2013 2 commits
-
-
Stephen Morris authored
The joker in the pack here is io_address.h, required by the DHCP header files. That refers to the headers-only version of Boost ASIO included in the BIND 10 source kit, so the ASIO files need to be copied as well.
-
Michal 'vorner' Vaner authored
-
- 14 Aug, 2013 1 commit
-
-
Mukund Sivaraman authored
Also fix configure argument name to match help documentation.
-
- 13 Aug, 2013 1 commit
-
-
Mukund Sivaraman authored
... as we only use it in an automake condition.
-