- 25 Feb, 2010 2 commits
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@962 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
2. Add login idle timeout for cmdctl, default idle time is 1200 seconds. 3. Refactor some code for cmdctl. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@961 e5f2f494-b856-4b98-b285-d166d9295462
-
- 24 Feb, 2010 2 commits
-
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@949 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@947 e5f2f494-b856-4b98-b285-d166d9295462
-
- 23 Feb, 2010 4 commits
-
-
Jeremy C. Reed authored
Tests still fail for me. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@937 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@930 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
changes. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@924 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@923 e5f2f494-b856-4b98-b285-d166d9295462
-
- 22 Feb, 2010 1 commit
-
-
Jelte Jansen authored
added error feedback to config_validate() and option to validate partial configurations in cpp version fixed a bug in Mapelement->str() (it can now print empty map elements) added tests for python config_data module and fixed a few bugs there git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@911 e5f2f494-b856-4b98-b285-d166d9295462
-
- 19 Feb, 2010 2 commits
-
-
Jelte Jansen authored
moved two sets of common code into one private handleConfigUpdate function git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jelte-configuration@881 e5f2f494-b856-4b98-b285-d166d9295462
-
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
-
- 18 Feb, 2010 2 commits
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jelte-configuration@871 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/jelte-configuration@869 e5f2f494-b856-4b98-b285-d166d9295462
-
- 17 Feb, 2010 3 commits
-
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@853 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@850 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
Remove "above" from a docstring as some aren't really "above". git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@848 e5f2f494-b856-4b98-b285-d166d9295462
-
- 16 Feb, 2010 6 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
-
Jeremy C. Reed authored
on a "make clean". The intermediate .py file is created by configure, so is already removed during the "make distclean" step. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@839 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@838 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
-
- 10 Feb, 2010 1 commit
-
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@784 e5f2f494-b856-4b98-b285-d166d9295462
-
- 08 Feb, 2010 1 commit
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@746 e5f2f494-b856-4b98-b285-d166d9295462
-
- 05 Feb, 2010 2 commits
-
-
Jelte Jansen authored
reviewed by jeremy git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@740 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
don't forget to make clean and autoreconf again git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@735 e5f2f494-b856-4b98-b285-d166d9295462
-
- 04 Feb, 2010 2 commits
-
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@722 e5f2f494-b856-4b98-b285-d166d9295462
-
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 3 commits
-
-
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
-
Jeremy C. Reed authored
for bind10-10.0.0. This defines @PACKAGE@ or $PACKAGE used for installation subdirectory names. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@711 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@709 e5f2f494-b856-4b98-b285-d166d9295462
-
- 02 Feb, 2010 2 commits
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@704 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
so that we do not have to add /cpp/ to every #include line - removed /cpp/ from every include line git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@700 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@697 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@695 e5f2f494-b856-4b98-b285-d166d9295462
-