- 10 Mar, 2010 2 commits
-
-
Jelte Jansen authored
check if configmanager object was created before trying to call write_config() on it when shutting down after an error (i.e. msgq not running) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1299 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1279 e5f2f494-b856-4b98-b285-d166d9295462
-
- 24 Feb, 2010 1 commit
-
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@949 e5f2f494-b856-4b98-b285-d166d9295462
-
- 01 Feb, 2010 4 commits
-
-
Jelte Jansen authored
output generated header files for lib/dns into source tree, not build tree moved cfgmgr.py to lib/config/python/isc/config run_bind10.sh now takes python path from build dir, not src git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@698 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@696 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@694 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
Should that one be moved back to lib/? git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@693 e5f2f494-b856-4b98-b285-d166d9295462
-
- 30 Jan, 2010 1 commit
-
-
Jelte Jansen authored
If run from source tree, it will store it in @abs_top_srcdir@/b10-config.db if you depend on you data in /tmp/parkinglot.db, copy that one to the correct file git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@688 e5f2f494-b856-4b98-b285-d166d9295462
-
- 29 Jan, 2010 1 commit
-
-
Jeremy C. Reed authored
(it is renamed from b10-cfgmgr.py.) And path for the modules is added. Move b10-cfgmgr.in to run_b10-cfgmgr.sh.in (this is used to run in source tree). For these shell scripts, run from abs_top_builddir not abs_top_srcdir. (I will do a later commit for the execute permissions.) git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@620 e5f2f494-b856-4b98-b285-d166d9295462
-
- 28 Jan, 2010 2 commits
-
-
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
-
Jelte Jansen authored
added CCSession to Boss module removed hard-coded boss stuff from cmd-ctrld and bindctl removed a few unnecessary subscriptions from default channels git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@576 e5f2f494-b856-4b98-b285-d166d9295462
-
- 27 Jan, 2010 1 commit
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@555 e5f2f494-b856-4b98-b285-d166d9295462
-
- 26 Jan, 2010 2 commits
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@527 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
-
- 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
-
- 22 Dec, 2009 1 commit
-
-
Jelte Jansen authored
removed catch-all in ccsession (i want to get the original exception) check result size after get_config in parkinglot git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jelte-datadef@397 e5f2f494-b856-4b98-b285-d166d9295462
-
- 21 Dec, 2009 1 commit
-
-
Jelte Jansen authored
(SOA still fixed though) git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jelte-datadef@395 e5f2f494-b856-4b98-b285-d166d9295462
-
- 04 Dec, 2009 4 commits
-
-
Jelte Jansen authored
bigtool now listens to 'specification_update' and 'commands_update' commands for data_spec and module commands of modules that were not running yet at the time bigtool was started. no command for removal yet git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jelte-datadef@352 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
config data store now also has a version, so we can include a migration path later (for now if it find an old version it will throw away all config) when storing the configuration, write it to a tmp file first, then move it if the writing succeeds, so we don't end up with a 0-byte file git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jelte-datadef@351 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jelte-datadef@350 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jelte-datadef@347 e5f2f494-b856-4b98-b285-d166d9295462
-
- 03 Dec, 2009 1 commit
-
-
Jelte Jansen authored
added a data.py class with a few classes and function usable by configuration handlers. bigtool now has a fixed config 'module' which takes configuration commands. The completion function completes configuration identifiers, though i haven't been able to get rid of the space yet, which would not always be ideal config commands are kind of based on the message i sent last week to -dev; set,unset,add (to list), remove (from list), revert, and commit changed configuration is stored, but not sent to and used by parkinglot etc. yet git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jelte-datadef@343 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
-
- 20 Nov, 2009 2 commits
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@302 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@301 e5f2f494-b856-4b98-b285-d166d9295462
-
- 19 Nov, 2009 1 commit
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jelte-datadef@299 e5f2f494-b856-4b98-b285-d166d9295462
-
- 18 Nov, 2009 1 commit
-
-
Jelte Jansen authored
added datadefinition checking to the DataDefinition class, throw DataDefinitionError when that fails first argument of group_sendmsg() is now const parkinglot now reads a parkinglot.spec file and tries to send it to the config manager (which currently fails somewhere in the msgq), file is read from cwd for now (i.e. the bin/bind10/bind10 dir) git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jelte-datadef@296 e5f2f494-b856-4b98-b285-d166d9295462
-
- 04 Nov, 2009 1 commit
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@294 e5f2f494-b856-4b98-b285-d166d9295462
-
- 30 Oct, 2009 2 commits
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@249 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@233 e5f2f494-b856-4b98-b285-d166d9295462
-
- 29 Oct, 2009 7 commits
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@198 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@173 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
store config in (binary) database on exit, read on start. database file currently hardcoded as /tmp/parkinglot.db git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@170 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@168 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
'fixed' imports by adding namespace to __init__.py files (is that right?) still errors in session.py git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@161 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
functionality now working: add zone, remove zone, list zones git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@157 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
fixed naming in session.py (and switched result values) git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@156 e5f2f494-b856-4b98-b285-d166d9295462
-
- 28 Oct, 2009 2 commits
-
-
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
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/f2f200910@140 e5f2f494-b856-4b98-b285-d166d9295462
-