- 03 Jan, 2011 2 commits
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@4124 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
Fix for a small problem mentioned on jabber for commands that have no arguments (where validation failed after the merge of ticket #202) Patch also discussed on jabber, no separate ticket git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@4121 e5f2f494-b856-4b98-b285-d166d9295462
-
- 20 Dec, 2010 1 commit
-
-
Han Feng authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac397focused@3885 e5f2f494-b856-4b98-b285-d166d9295462
-
- 08 Dec, 2010 1 commit
-
-
Jelte Jansen authored
also prevent unknown data to get into internal systems (by adding a check for unspecified data in validate_config calls) git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac202@3765 e5f2f494-b856-4b98-b285-d166d9295462
-
- 07 Dec, 2010 1 commit
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac202@3757 e5f2f494-b856-4b98-b285-d166d9295462
-
- 05 Dec, 2010 1 commit
-
-
Jelte Jansen authored
replaced workaround (identifier/value switch) by more fundamental solution (making the value optional) git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac405@3723 e5f2f494-b856-4b98-b285-d166d9295462
-
- 30 Nov, 2010 2 commits
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@3682 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac405@3675 e5f2f494-b856-4b98-b285-d166d9295462
-
- 29 Nov, 2010 1 commit
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac405@3663 e5f2f494-b856-4b98-b285-d166d9295462
-
- 12 Nov, 2010 1 commit
-
-
Jeremy C. Reed authored
For loadzone tests, don't use "python" variable names. In configure be able to set path of pycoverage too. And report it at end of configure. Add make targets: clean-cpp-coverage (was clean-coverage) clean-python-coverage report-cpp-coverage (was report-coverage) report-python-coverage (this creates ./py-coverage-html directory) Now generic make targets for these do both. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac362@3510 e5f2f494-b856-4b98-b285-d166d9295462
-
- 18 Oct, 2010 2 commits
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac292@3256 e5f2f494-b856-4b98-b285-d166d9295462
-
Kazunori Fujiwara authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac292@3248 e5f2f494-b856-4b98-b285-d166d9295462
-
- 07 Oct, 2010 2 commits
-
-
Jeremy C. Reed authored
This will run Python "coverage" tool instead of Python itself for the python test scripts. Then "make check" will create python coverage data which can make a report. I will also add make targets for creating reports later. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac362@3136 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac292@3129 e5f2f494-b856-4b98-b285-d166d9295462
-
- 05 Oct, 2010 1 commit
-
-
Kazunori Fujiwara authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac292@3116 e5f2f494-b856-4b98-b285-d166d9295462
-
- 04 Oct, 2010 3 commits
-
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac349@3113 e5f2f494-b856-4b98-b285-d166d9295462
-
Michal Vaner authored
If there's no command and we want to use a block mode, it should wait forever for the command. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac349@3112 e5f2f494-b856-4b98-b285-d166d9295462
-
Michal Vaner authored
It is thrown if a blocking read is requested on empty fake_session. Fixed tests that depended on wrong fake_session behaviour/sideeffected on it. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac349@3111 e5f2f494-b856-4b98-b285-d166d9295462
-
- 24 Sep, 2010 1 commit
-
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac349@3017 e5f2f494-b856-4b98-b285-d166d9295462
-
- 23 Sep, 2010 1 commit
-
-
Michal Vaner authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac349@3004 e5f2f494-b856-4b98-b285-d166d9295462
-
- 20 Sep, 2010 1 commit
-
-
JINMEI Tatuya authored
adjusted paths to the data in other files. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac344@2978 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
-
- 24 Aug, 2010 1 commit
-
-
Jelte Jansen authored
this change does not appear to me to need a review, so I am committing this directly git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2790 e5f2f494-b856-4b98-b285-d166d9295462
-
- 20 Aug, 2010 1 commit
-
-
Jeremy C. Reed authored
Also add some comments. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac316@2771 e5f2f494-b856-4b98-b285-d166d9295462
-
- 19 Aug, 2010 1 commit
-
-
JINMEI Tatuya authored
so that it can be overridden safely. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac315@2766 e5f2f494-b856-4b98-b285-d166d9295462
-
- 16 Aug, 2010 2 commits
-
-
Jelte Jansen authored
removed double path line included by previous commit (test file problem reported as make distcheck error and patch checked by likun) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2741 e5f2f494-b856-4b98-b285-d166d9295462
-
Jerry authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac289@2730 e5f2f494-b856-4b98-b285-d166d9295462
-
- 13 Aug, 2010 1 commit
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac296@2715 e5f2f494-b856-4b98-b285-d166d9295462
-
- 05 Aug, 2010 1 commit
-
-
Jelte Jansen authored
added 'have_specification()' to MultiConfigData class +tests of course although bindcmd seems to be lacking much in the test department... (fitted it kinda-sorta into bindctl_test right now) git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac99@2643 e5f2f494-b856-4b98-b285-d166d9295462
-
- 02 Aug, 2010 1 commit
-
-
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
-
- 06 Jul, 2010 1 commit
-
-
Jelte Jansen authored
one open potential issue; if there is a CCSessionError in the cpp version it still sends a command. Once we have logging and timeouts we should remove that answer git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac278@2416 e5f2f494-b856-4b98-b285-d166d9295462
-
- 30 Jun, 2010 1 commit
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2369 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
-
- 02 Jun, 2010 1 commit
-
-
Jelte Jansen authored
add an isc_config.py 'module' for paths and possibly other configure-time variables (currently only BIND10_MSGQ_SOCKET_FILE, and currently only used in lib/python/isc/cc/session.py) git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac223@2049 e5f2f494-b856-4b98-b285-d166d9295462
-
- 24 May, 2010 1 commit
-
-
Likun Zhang authored
Add code for task 80(add value/type check for cmdctl). After review, the code needs to be merged to trunk. 1. When cmdctl get the command from bindctl/webgui, cmdctl need first check if the the value of command parameters conforms to its specification file. 2. Bindctl should check command paramters' value and type before sending them out. (it helps user to correct its command immediately) 3. Add API function 'convert_type()' to lib/config/config_data, git-svn-id: svn://bind10.isc.org/svn/bind10/branches/likun-value-check@1911 e5f2f494-b856-4b98-b285-d166d9295462
-
- 19 May, 2010 2 commits
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1860 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
-
- 17 May, 2010 1 commit
-
-
JINMEI Tatuya authored
trivial, skipping review git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1838 e5f2f494-b856-4b98-b285-d166d9295462
-