- 18 Mar, 2010 2 commits
-
-
Michael Graff authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1552 e5f2f494-b856-4b98-b285-d166d9295462
-
Evan Hunt authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1541 e5f2f494-b856-4b98-b285-d166d9295462
-
- 11 Mar, 2010 3 commits
-
-
Shane Kerr authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1335 e5f2f494-b856-4b98-b285-d166d9295462
-
Shane Kerr authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1333 e5f2f494-b856-4b98-b285-d166d9295462
-
Shane Kerr authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1332 e5f2f494-b856-4b98-b285-d166d9295462
-
- 10 Mar, 2010 2 commits
-
-
Shane Kerr authored
statements in general. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1297 e5f2f494-b856-4b98-b285-d166d9295462
-
Shane Kerr authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1273 e5f2f494-b856-4b98-b285-d166d9295462
-
- 09 Mar, 2010 2 commits
-
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1235 e5f2f494-b856-4b98-b285-d166d9295462
-
Shane Kerr authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1233 e5f2f494-b856-4b98-b285-d166d9295462
-
- 08 Mar, 2010 1 commit
-
-
Shane Kerr authored
Adding wait for retry on process failure. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1220 e5f2f494-b856-4b98-b285-d166d9295462
-
- 03 Mar, 2010 2 commits
-
-
Shane Kerr authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1088 e5f2f494-b856-4b98-b285-d166d9295462
-
Shane Kerr authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1087 e5f2f494-b856-4b98-b285-d166d9295462
-
- 26 Feb, 2010 2 commits
-
-
Jelte Jansen authored
updated command callback fingerprint; the function a module provides should now take 2 arguments; the first is a string with the name of the command, the second an ElementPtr containing argument(s) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@999 e5f2f494-b856-4b98-b285-d166d9295462
-
Evan Hunt authored
ticket #50 for full details) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@988 e5f2f494-b856-4b98-b285-d166d9295462
-
- 19 Feb, 2010 1 commit
-
-
Jelte Jansen authored
renamed validate() to validate_config() (plan on adding validate_command() as well) added createAnswer function in cpp version git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jelte-configuration@880 e5f2f494-b856-4b98-b285-d166d9295462
-
- 17 Feb, 2010 1 commit
-
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@853 e5f2f494-b856-4b98-b285-d166d9295462
-
- 16 Feb, 2010 4 commits
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jelte-configuration@843 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
renamed UIConfigData to UICCSession That last one is now a subclass of MultiConfigData, since half the functions it needed turned out to be nothing but passtroughs (next is to do the same for ModuleCCSession, only that will be a subclass of ConfigData, and make the two as similar as possible, from a certain point of view they to the same, albeit from another 'direction') git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jelte-configuration@842 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
renamed the DataDefinition class to the much more accurate ModuleSpec also renamed some ambiguously named functions therein git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jelte-configuration@833 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
implemented sample print_settings command git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jelte-configuration@831 e5f2f494-b856-4b98-b285-d166d9295462
-
- 15 Feb, 2010 2 commits
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jelte-configuration@825 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
added some more dummy specfile entries creates two simple functions for making and reading answer messages bindctl will parse command 'config set' values natively (i.e. for "config set my_item 3" the 3 is now read as an integer instead of a string) added config diff option that shows a dict of the current uncommited changes git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jelte-configuration@823 e5f2f494-b856-4b98-b285-d166d9295462
-
- 13 Feb, 2010 1 commit
-
-
Jelte Jansen authored
refactoring of cfgmgr and config in general; they now use the datadefinition class so they could later validate data that is passed around (refactoring not done yet, though it is now in a working state again, which seemed like a good time to commit) added a config_data.py with classes for storing definitions and data (for both modules and UIs) fixed a missed refactoring bug in bob changed DataDefinition initializer; a string is now parsed instead of seen as a file name; there is a helper function in the module to read a datadef directly from file now added a temporary example config data specification for auth module added a temporary second config data element to bob.spec git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jelte-configuration@814 e5f2f494-b856-4b98-b285-d166d9295462
-
- 04 Feb, 2010 1 commit
-
-
Jelte Jansen authored
started with unittests for config/python git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@719 e5f2f494-b856-4b98-b285-d166d9295462
-
- 03 Feb, 2010 1 commit
-
-
Jeremy C. Reed authored
for starting programs from bind10. Have auth installed to pkglibexecdir. (While here add a comment about pkgdatadir problem.) git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@712 e5f2f494-b856-4b98-b285-d166d9295462
-
- 01 Feb, 2010 2 commits
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@695 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@691 e5f2f494-b856-4b98-b285-d166d9295462
-
- 30 Jan, 2010 5 commits
-
-
Evan Hunt authored
(This now builds the b10-auth binary. The b10-parkinglot binary is still being built for reference purposes, but is expected to be removed. Both programs use port 5300, so they cannot be run simultaneously.) git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@690 e5f2f494-b856-4b98-b285-d166d9295462
-
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
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@676 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
to tell bind10 and all its subprocesses that we are running from source and where that source lives git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@674 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@669 e5f2f494-b856-4b98-b285-d166d9295462
-
- 29 Jan, 2010 2 commits
-
-
Jelte Jansen authored
bind10.py now uses the specfile at the install targets location, unless the environment variable B10_SPECFILE_PATH is set, in which case that path is used run_bind10.sh sets that variable git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@667 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
can be ran from source tree. Rename bind10.py to bind10.py.in -- this is the bind10 tool. It has the python and python module path added to it. The python script will actually startup from installed directory. TODO: bind10 will run daemons from @libexecdir@ (I will commit those daemon install changes shortly). TODO: don't need special python handling. TODO: split out all functionality to a bind10 specific module git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@613 e5f2f494-b856-4b98-b285-d166d9295462
-
- 28 Jan, 2010 5 commits
-
-
Jelte Jansen authored
rename parkinglot binary to b10-parkinglot git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@601 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
-
Jelte Jansen authored
CCSession constructor now does not take a module_name argument anymore, the module name is read from the .spec file (in both python and cpp) git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@578 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@569 e5f2f494-b856-4b98-b285-d166d9295462
-