They should fail now, since the functions are still stubs
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac353@3069 e5f2f494-b856-4b98-b285-d166d9295462
adjusted the generator script a bit for this purpose.
also fixed a distcheck failure in lib/dns/python tests.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac354@3047 e5f2f494-b856-4b98-b285-d166d9295462
- made --disable-static workable by linking the lib/config test with libcc
instead of a specific .o file. (we can now safely to do so thanks to the
refactoring of the test framework with mock classes).
- don't set CXXFLAGS in configure.ac
And one minor cleanup: don't bother to print the value of CFLAGS at the end of
configure. we don't use it.
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2976 e5f2f494-b856-4b98-b285-d166d9295462
to datasrc, xfrin, xfrout and so on removed. This is simply the
client-facing side of a name server; it can receive and send packets
but can't process them in any way yet. It will become a simple forwarder,
and then a proper resolver, in future work.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac327@2958 e5f2f494-b856-4b98-b285-d166d9295462
src/lib/asiolink. No changes to the code itself have been made except for
the purely cosmetic one of changing the namespace and filenames from
"asio_link" to "asiolink".
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac327@2953 e5f2f494-b856-4b98-b285-d166d9295462
introduced a new ./configure option --enable-static-link to statically link executables while still building dynamic loadable modules correctly.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac309@2722 e5f2f494-b856-4b98-b285-d166d9295462
And remove it from documentation too (while in the guide also remove
note about LD_LIBRARY_PATH which was handled in ticket 148).
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2684 e5f2f494-b856-4b98-b285-d166d9295462
use build-dir based domain socket for tests (requires clean rebuild to generate .h file)
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac296@2650 e5f2f494-b856-4b98-b285-d166d9295462
mostly editorial, and should be obvious enough. so skipping review.
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2402 e5f2f494-b856-4b98-b285-d166d9295462
Minor updates in README, point to some Y2 descriptions.
Add release date to ChangeLog.
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2380 e5f2f494-b856-4b98-b285-d166d9295462
[func] jerry
Added python logging framework. It is for testing and experimenting
with logging ideas. Currently, it supports three channels(file,
syslog and stderr) and five levels(debug, info, warning, error and
critical).
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2338 e5f2f494-b856-4b98-b285-d166d9295462
runtime. Also there is two command spported by cmdctl: shutdown and print_settings .
2. Refator some code of cmdctl and add corresponding test cases.
3. Rename module name from 'Cmd-Ctrld' to 'Cmdctl'.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac127@2253 e5f2f494-b856-4b98-b285-d166d9295462
moved a little bit of code into a main() function (instead of calling it directly), for easier testing
module magic happening in the test.
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac238@2127 e5f2f494-b856-4b98-b285-d166d9295462
This helps workaround problem noted on bind10-users list last week
and this was discussed on jabber last week.
Note that if the m4 macro doesn't exist. Then even if pkg-config
is installed later, the configure script will still fail. autoconf
will need to be ran again.
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2106 e5f2f494-b856-4b98-b285-d166d9295462