- 29 Jan, 2010 1 commit
-
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@612 e5f2f494-b856-4b98-b285-d166d9295462
-
- 28 Jan, 2010 4 commits
-
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@608 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
renamed src/bin/cmd-ctrld to src/bin/cmdctl renamed src/bin/cmd-ctrld/cmd-ctrld.in to src/bin/cmdctl/b10-cmdctl.in renamed src/bin/cmd-ctrld/cmd-ctrld.py to src/bin/cmdctl/b10-cmdctl.py git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@600 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
renamed src/bin/bind-cfgd to src/bin/cfgmgr moved src/lib/config/python/bind-cfgd.py to src/bin/cfgmgr/b10-cfgmgr git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@599 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
Update AC_CONFIG_FILES. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@598 e5f2f494-b856-4b98-b285-d166d9295462
-
- 26 Jan, 2010 5 commits
-
-
JINMEI Tatuya authored
# prototyping, but we should soon fix the code, rather than ignoring the # warnings!! git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@531 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@530 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
2. Rename file name "bindctl.py" to 'bindcmd.py'. 3. Rename file name "command.py" to 'cmdparse.py'. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@528 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
moved data_def.* and ccsession.* to lib/config/cpp, they are compiled into lib/config/libclient.a (for now) fixed includes and ldadds for the rest of the stuff also fixed an include problem in parkinglot/common.h git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@526 e5f2f494-b856-4b98-b285-d166d9295462
-
http://bind10.isc.org/ticket/18Jeremy C. Reed authored
Update configure for lcov and gtest detection. Be more verbose. Use gtest-config if available. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@516 e5f2f494-b856-4b98-b285-d166d9295462
-
- 21 Jan, 2010 1 commit
-
-
Likun Zhang authored
When bindctl starts up, it needs login into cmd-ctrld. The communication between bindctl and cmd-ctrld is protected by SSL. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@494 e5f2f494-b856-4b98-b285-d166d9295462
-
- 20 Jan, 2010 1 commit
-
-
Jeremy C. Reed authored
Moved some directories for this and edited files to change BIGTOOL, BigTool, bigtool to BINDCTL, BindCtl, bindctl respectively. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@488 e5f2f494-b856-4b98-b285-d166d9295462
-
- 19 Jan, 2010 1 commit
-
-
Shane Kerr authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@483 e5f2f494-b856-4b98-b285-d166d9295462
-
- 31 Dec, 2009 1 commit
-
-
Jeremy C. Reed authored
And fix setting of CPPFLAGS and LIBS. Don't use make-style variable syntax in shell scripts as it became shell command substition. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@424 e5f2f494-b856-4b98-b285-d166d9295462
-
- 29 Dec, 2009 2 commits
-
-
Jelte Jansen authored
configure --with-lcov will try /usr/bin and /usr/local/bin for the lcov and genhtml binaries (use --with-lcov=PATH to specify a full path to the lcov binary, genhtml is assumed to be in the same one) this enables a new makefile target; coverage make coverage removes old coverage results, performs the tests (by depending on make check), and generates a new report in coverage/ git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@412 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
Now gives a configure-time error if gtest is not found (by checking gtest/gtest.h in the path(s)) git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@411 e5f2f494-b856-4b98-b285-d166d9295462
-
- 15 Dec, 2009 1 commit
-
-
Jeremy C. Reed authored
Install these scripts too. (TODO: need to install the wrapper script too.) git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@369 e5f2f494-b856-4b98-b285-d166d9295462
-
- 03 Dec, 2009 3 commits
-
-
Michael Graff authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@340 e5f2f494-b856-4b98-b285-d166d9295462
-
Michael Graff authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@339 e5f2f494-b856-4b98-b285-d166d9295462
-
Michael Graff authored
search for python, python3, and then python3.1. Require version 3.1. Use @PYTHON@ in all .in files, and add run_bigtool.in. This should cover all script wrappers. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@336 e5f2f494-b856-4b98-b285-d166d9295462
-
- 02 Dec, 2009 1 commit
-
-
Michael Graff authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@331 e5f2f494-b856-4b98-b285-d166d9295462
-
- 23 Nov, 2009 1 commit
-
-
Jelte Jansen authored
somewhat parse the commands structure in bigtool as they are sent by the config manager git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jelte-datadef@318 e5f2f494-b856-4b98-b285-d166d9295462
-
- 05 Nov, 2009 1 commit
-
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@295 e5f2f494-b856-4b98-b285-d166d9295462
-
- 30 Oct, 2009 5 commits
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@261 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
we need to add chmod +x somewhere git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@253 e5f2f494-b856-4b98-b285-d166d9295462
-
Evan Hunt authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@237 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@232 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
include boost headers (all base ones, and asio; don't know if asio needs more than just the headers though) git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@210 e5f2f494-b856-4b98-b285-d166d9295462
-
- 29 Oct, 2009 1 commit
-
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@178 e5f2f494-b856-4b98-b285-d166d9295462
-
- 28 Oct, 2009 2 commits
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@151 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
move the bin to it's own module dir as well (should we not do this, or seperate on module level on dir higher? (i.e. before /lib and /bin separation) git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@142 e5f2f494-b856-4b98-b285-d166d9295462
-
- 27 Oct, 2009 3 commits
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@129 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@120 e5f2f494-b856-4b98-b285-d166d9295462
-
JINMEI Tatuya authored
added some test cases with gtest. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@118 e5f2f494-b856-4b98-b285-d166d9295462
-
- 17 Oct, 2009 1 commit
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@94 e5f2f494-b856-4b98-b285-d166d9295462
-
- 16 Oct, 2009 1 commit
-
-
JINMEI Tatuya authored
(I used automake since it seems to be a convenient way of quick start, but we can change that to in-house Makefile.in's later if we want) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@90 e5f2f494-b856-4b98-b285-d166d9295462
-