- 13 Apr, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
The notification is used even when the config is not checked by remote config. So we send it out in case of virtual module as well, but don't wait for the answer.
-
- 08 Apr, 2011 2 commits
-
-
Michal 'vorner' Vaner authored
-
Michal 'vorner' Vaner authored
-
- 14 Mar, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
They need to be put to the test file, if they are not default values of parameters.
-
- 11 Mar, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
- Less hardcoding of values - Tests of missing argument values - "args" instead of "opts" for argument values - Some documentation updates
-
- 10 Mar, 2011 1 commit
-
-
JINMEI Tatuya authored
- remove ' ' around '=' in parameter listing (style guideline) - add a new line for readability - typo in doc
-
- 07 Mar, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 03 Mar, 2011 1 commit
-
-
Michal 'vorner' Vaner authored
-
- 07 Jan, 2011 2 commits
-
-
Scott Mann authored
-
Scott Mann authored
-
- 23 Dec, 2010 1 commit
-
-
Jelte Jansen authored
fix setting of config data (refactored the 'set new config for all modules' into calling 'set new config for module X' for each dataset along the way) git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac427@3985 e5f2f494-b856-4b98-b285-d166d9295462
-
- 22 Dec, 2010 1 commit
-
-
Jelte Jansen authored
fail with exit if configuration file cannot be read for any other ioerror reason than 'file not found' git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac435@3966 e5f2f494-b856-4b98-b285-d166d9295462
-
- 18 Oct, 2010 1 commit
-
-
Kazunori Fujiwara authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac292@3248 e5f2f494-b856-4b98-b285-d166d9295462
-
- 07 Sep, 2010 1 commit
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac312@2854 e5f2f494-b856-4b98-b285-d166d9295462
-
- 27 Aug, 2010 1 commit
-
-
Jelte Jansen authored
CCSession's check_command now does a non-blocking read to see if there are commands (instead of a blocking+timeout catch) make default timeout a class constant in python cc.Session git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac312@2829 e5f2f494-b856-4b98-b285-d166d9295462
-
- 26 Aug, 2010 1 commit
-
-
Jelte Jansen authored
make cc/session raise SessionTimeout on timeout, handle appropriately where group_recvmsg() is called git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac312@2809 e5f2f494-b856-4b98-b285-d166d9295462
-
- 16 Aug, 2010 1 commit
-
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac289@2730 e5f2f494-b856-4b98-b285-d166d9295462
-
- 11 Aug, 2010 1 commit
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac296@2700 e5f2f494-b856-4b98-b285-d166d9295462
-
- 10 Aug, 2010 2 commits
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac294@2694 e5f2f494-b856-4b98-b285-d166d9295462
-
http://bind10.isc.org/ticket/294#comment:12Jelte Jansen authored
also made the catch-all only catch the ValueError from json (so it does not catch our own exceptions) git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac294@2692 e5f2f494-b856-4b98-b285-d166d9295462
-
- 02 Aug, 2010 5 commits
-
-
Jelte Jansen authored
also removed the nested try statement git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac294@2615 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac294@2614 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
(removed from the one exception it was in, and moved to where it is actually printed) git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac294@2613 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac294@2610 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
b10-cfgmgr now prints the specific error on startup (and not a stack trace), which includes the full path to the bad file moved ConfigManagerData.CONFIG_VERSION to config_data.BIND10_CONFIG_DATA_VERSION bumped version to 2; including automatic 'update' (versions 1 and 2 are the same except for the format itself, in which case you can't even get to the actual value) checks automatically use the 'current' value git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac294@2609 e5f2f494-b856-4b98-b285-d166d9295462
-
- 19 Jul, 2010 1 commit
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac284@2532 e5f2f494-b856-4b98-b285-d166d9295462
-
- 08 Jul, 2010 1 commit
-
-
Jelte Jansen authored
json has a few things tiny bit different, and the parser in python is stricter than absolutely necessary, so had to update a few spec and test data files git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac284@2441 e5f2f494-b856-4b98-b285-d166d9295462
-
- 24 Jun, 2010 1 commit
-
-
Likun Zhang authored
1. Add support to cmdctl.spec file, now there are three configurable items for cmdctl: 'key_file', 'cert_file' and 'accounts_file', all of them can be changed in 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
-
- 26 May, 2010 1 commit
-
-
Jelte Jansen authored
http://bind10.isc.org/ticket/38 (which i now consider done, and will close shortly) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1928 e5f2f494-b856-4b98-b285-d166d9295462
-
- 19 May, 2010 2 commits
-
-
https://bind10.isc.org/ticket/184Jelte Jansen authored
(make temporary file with python tempfile module instead of manual with fixed name) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1859 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
(module descriptions in spec files) See also https://bind10.isc.org/ticket/90 git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1856 e5f2f494-b856-4b98-b285-d166d9295462
-
- 25 Mar, 2010 1 commit
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1645 e5f2f494-b856-4b98-b285-d166d9295462
-
- 16 Mar, 2010 1 commit
-
-
Jelte Jansen authored
use the sequence number to get the right answer in cfgmgr and ccsession.py (and hence in modules) too git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1449 e5f2f494-b856-4b98-b285-d166d9295462
-
- 10 Mar, 2010 4 commits
-
-
Evan Hunt authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1287 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1281 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1280 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1279 e5f2f494-b856-4b98-b285-d166d9295462
-
- 08 Mar, 2010 3 commits
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1218 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
(on the python side) ModuleCCSession.add_remote_config(specfile) sets this up; you provide it the spec file of the module you want a setting from. Config updates will be caught so the get function below should always give you the latest error. (there is no rollback yet, so if the other module does not accept the new value for any reason this is currently missed here) ModuleCCSession.get_remote_config_value(module name, identifier) returns the same value,default tuple as ConfigData::get_value(identifier), but obviously for the remote module ModuleCCSession.remove_remote_config(module_name) removes the remote config settings again. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1205 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
if not set, the hardcoded default is used Added removeDataSrc(ConstDataSrcPtr) to remove a running one (auth_srv has a copy of the currently running sqlite datasrcptr to keep track of this) added test for addDataSrc and removeDataSrc (for which is also added an dataSrcCount() function) removed zone_list from auth.spec to avoid confusion updated ccsession to give a better error when there is something wrong (like a bad .spec file) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1203 e5f2f494-b856-4b98-b285-d166d9295462
-