- 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
-
- 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
-
- 19 Jul, 2010 2 commits
-
-
JINMEI Tatuya authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac284@2534 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac284@2532 e5f2f494-b856-4b98-b285-d166d9295462
-
- 08 Jul, 2010 2 commits
-
-
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
-
Jelte Jansen authored
fix; only initialize fully if it hasn't been done yet, otherwise only update the specifications and the configuration as known by the manager, not the local changes git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac285@2440 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
-
- 03 Jun, 2010 1 commit
-
-
http://bind10.isc.org/ticket/227Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2073 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
-
- 01 Jun, 2010 1 commit
-
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@2013 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
-
- 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 3 commits
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1860 e5f2f494-b856-4b98-b285-d166d9295462
-
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
-
- 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
-
- 20 Apr, 2010 3 commits
-
-
Jeremy C. Reed authored
I have another commit coming up to fix PYTHONPATH paths. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac153@1759 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
Moved msgq tests to own directory. Added targets for all known python unittests. Note this is for those that use the unittest module. Other tests are ignored for now. These tests are ran using "make check" even if not built with gtest. Some of these tests fail. I will comment them out in later commit. git-svn-id: svn://bind10.isc.org/svn/bind10/branches/trac153@1753 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
added missing copyright statements to every relevant .in, .py, .cc and .h file that didn't have one yet git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1750 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
-
- 19 Mar, 2010 2 commits
-
-
Jelte Jansen authored
remove a re-raise of an exception that should only have been included in an error answer on the cc channel fixed tests to recent changes, and removed a few that failed but weren't really relevant right now git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1601 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1598 e5f2f494-b856-4b98-b285-d166d9295462
-
- 18 Mar, 2010 1 commit
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1515 e5f2f494-b856-4b98-b285-d166d9295462
-
- 16 Mar, 2010 3 commits
-
-
Michael Graff authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1462 e5f2f494-b856-4b98-b285-d166d9295462
-
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
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1445 e5f2f494-b856-4b98-b285-d166d9295462
-
- 15 Mar, 2010 1 commit
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1409 e5f2f494-b856-4b98-b285-d166d9295462
-
- 12 Mar, 2010 1 commit
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1360 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
-
- 09 Mar, 2010 1 commit
-
-
Jeremy C. Reed authored
to create the pyc and pyo optimized python files. NOTE: run "autoreconf --install" to get the py-compile. Later, I will handle this for the src/bin python scripts. (Ticket #78) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1238 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
-
- 07 Mar, 2010 1 commit
-
-
Jelte Jansen authored
need deepcopy() instead of shallow copy() for reverting to older data when new config is not accepted git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1186 e5f2f494-b856-4b98-b285-d166d9295462
-
- 05 Mar, 2010 1 commit
-
-
Jeremy C. Reed authored
This is based on ideas done in experiments/jreed-layout, but I manually did this again. Moved around directory structures. A single python subdirectory under src/lib for single "isc" module. No "cpp" directories. No pyshared or includes symlink trees. I tested running the c++ tests and python tests. I tested running run_bind10.sh from source tree (with nothing installed). I tested running bind10 from installed (after moving source). git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1120 e5f2f494-b856-4b98-b285-d166d9295462
-