- 18 Mar, 2010 1 commit
-
-
Jeremy C. Reed authored
from docbook format (already in svn). This updates bindctl.1 and msgq.8 already in svn. Add Makefile.am additions so these are installed and also to regenerate them. Assuming the nroff version is newer than the xml version, make won't need to regenerate. It is created using xsltproc. But this shouldn't be a build requirement -- so may need to redo this if notice any problem. Also in the loadzone makefile, create the localstatedir. (Not really needed since other makefile creates, but just in case this becomes standalone.) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1506 e5f2f494-b856-4b98-b285-d166d9295462
-
- 17 Mar, 2010 1 commit
-
-
Likun Zhang authored
2. Remove unused variable "CONST_COMMAND_NODE" according Jelte's review. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1473 e5f2f494-b856-4b98-b285-d166d9295462
-
- 16 Mar, 2010 12 commits
-
-
Jeremy C. Reed authored
This is based on my nroff version but much cleanup and changes. Most notable I removed some usage that needs to be put in the other manual pages for the modules. Also need to re-add some examples here. I will be adding the examples and more detail to the users guide. I will later commit the new generated nroff version (which is already in svn). git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1465 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
from a directory relative to that, otherwise we use the one installed on the system. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1450 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1448 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1445 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1444 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1443 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1442 e5f2f494-b856-4b98-b285-d166d9295462
-
Shane Kerr authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1441 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1440 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1439 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
Have the path for bindctl.pem set. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1429 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
Also replace @@SYSCONFDIR@@ for bindctl. (But nothing uses that yet.) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1427 e5f2f494-b856-4b98-b285-d166d9295462
-
- 15 Mar, 2010 8 commits
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1419 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
if you pass recvmsg() or group_recvmsg() the sequence number you got back from send(), it will only give back the answer to your message (which should be sent back with group_reply()); other messages are queued and returned on subsequent calls of recvmsg() this should fix at least the Bad config version some people have been having (which were caused by other messages getting in before the answer to certain requests made by cmdctl) it's only in the python version, and i would like someone to take a good look at this change (perhaps the api of this part can be better, and possibly a limit on how many messages are queued). If people are ok with this solution we'll add it to the cpp version too git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1418 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1417 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1416 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
when running in the source directory it (previously bindctl.py) wouldn't be imported by bindctl. Don't know if this is the best way. Should be no change for the installed bindctl. While here add another TODO. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1415 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
And for bindctl don't import bindctl.py (But still does due to following "from" lines.) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1414 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1412 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1410 e5f2f494-b856-4b98-b285-d166d9295462
-
- 13 Mar, 2010 1 commit
-
-
Jeremy C. Reed authored
Identify files that need to be included in the tarball. Also change some from Makefile.am entries to identify that are not in the tarball (since later generated during build). Includes needed for headers in src tree and in build tree (because some includes are generated). Also includes specifically for "dns" needed since headers in src tree don't see the ones in build tree and vice versa. Have the gen-rdatacode.py script read placeholder from src tree and save generated files into build tree. Okayed by Jinmei. Identify a few files that should be removed on a clean. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1389 e5f2f494-b856-4b98-b285-d166d9295462
-
- 12 Mar, 2010 3 commits
-
-
Jeremy C. Reed authored
git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1373 e5f2f494-b856-4b98-b285-d166d9295462
-
Jeremy C. Reed authored
running it from the source tree. TODO: get the bindctl modules installed. (As it is now the installed bindctl does not run.) Renamed the bindctl shell script to run_bindctl.sh which can be ran from the source. Rename the run_loadzone to include "sh" to be like the rest in bind10. (That is not installed.) Update README to mention the run_*.sh scripts. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1372 e5f2f494-b856-4b98-b285-d166d9295462
-
Jelte Jansen authored
fixed bindctl> config revert command (called wrong function) git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@1364 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
-
- 26 Feb, 2010 1 commit
-
-
Likun Zhang authored
1. Refactor the function get_param_name_by_position of class CommandInfo, add add some unittest for it. git-svn-id: svn://bind10.isc.org/svn/bind10/trunk@990 e5f2f494-b856-4b98-b285-d166d9295462
-
- 25 Feb, 2010 1 commit
-
-
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
-
- 23 Feb, 2010 2 commits
-
-
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
-
- 16 Feb, 2010 2 commits
-
-
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
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 1 commit
-
-
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
-
- 01 Feb, 2010 1 commit
-
-
Jelte Jansen authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@695 e5f2f494-b856-4b98-b285-d166d9295462
-
- 30 Jan, 2010 1 commit
-
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@680 e5f2f494-b856-4b98-b285-d166d9295462
-
- 28 Jan, 2010 3 commits
-
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@609 e5f2f494-b856-4b98-b285-d166d9295462
-
Likun Zhang authored
git-svn-id: svn://bind10.isc.org/svn/bind10/branches/parkinglot@608 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
-