Michal Vaner
|
af8ede1820
Merge #322
|
il y a 14 ans |
Jelte Jansen
|
68f83786ac
found an uncaught timeout possibility
|
il y a 14 ans |
Jelte Jansen
|
0b92905fcf
make cc/session raise SessionTimeout on timeout, handle appropriately where group_recvmsg() is called
|
il y a 14 ans |
JINMEI Tatuya
|
ce44a279ea
suggested changes:
|
il y a 14 ans |
Likun Zhang
|
c08819a735
1. Raise CmdctlException instead of exiting when port is used by other processes. 2. Make error message be more accurate.
|
il y a 14 ans |
Likun Zhang
|
f7f4533d07
Make cmdctl output be more friendly when running cmdctl and it's running already.
|
il y a 14 ans |
Likun Zhang
|
0c4bbcba5e
using a build dir instead of src dir to get generated file.
|
il y a 15 ans |
Likun Zhang
|
91fbb1a5ce
Make the error message more readable when cmdctl fails to read user information.
|
il y a 15 ans |
Likun Zhang
|
4058640801
Update the code according Jelte's review. Fix some hardcode string in code. Raise correct exception if key/certificate file doesn't exist. Fix docstring error.
|
il y a 15 ans |
Likun Zhang
|
5ebcddea36
1. Add lock for read/write modules spec information. 2. Make the log message be more readable.
|
il y a 15 ans |
Likun Zhang
|
145609c3fa
Add log message if key/account/certificate file can't be found when cmdctl starts. Remove the test cases which rely on the installation path of cmdctl.
|
il y a 15 ans |
Likun Zhang
|
8523458e6d
|
il y a 15 ans |
JINMEI Tatuya
|
6e04eb7a37
removed an awkward colon from a log message.
|
il y a 15 ans |
Jelte Jansen
|
60f6071643
changes from http://bind10.isc.org/ticket/227 (unnamed prints), looked at by Jeremy and Evan
|
il y a 15 ans |
Likun Zhang
|
3dabd8c630
Add code for task 80(add value/type check for cmdctl). After review, the code needs to be merged to trunk.
|
il y a 15 ans |
Jelte Jansen
|
1db7be2208
Merged in branches/trac90
|
il y a 15 ans |
Jelte Jansen
|
c3918cfa0f
some very minor issues that came up during review of cmdctl
|
il y a 15 ans |
Likun Zhang
|
6fb0878dd3
Enable verbose mode for cmdctl,
|
il y a 15 ans |
Likun Zhang
|
cc002a4661
Add verbose option for the messages printted by module cmdctl and xfrin.
|
il y a 15 ans |
Jelte Jansen
|
939eedf98d
ok i see why the nonnonblock didn't work, broke it yesterday, missed a return statement
|
il y a 15 ans |
Jelte Jansen
|
81f707eae7
retry group_recvmsg() if it returned None (even though nonblocking is false)
|
il y a 15 ans |
Jelte Jansen
|
13a3a9aab4
added a feature (yes i know, but this is a serious problem) to cc/session.py;
|
il y a 15 ans |
Shane Kerr
|
0acb75776f
Convert from fork & exec server to a threaded server.
|
il y a 15 ans |
Jeremy C. Reed
|
225b0672b4
Make the b10-cmdctl use account database and certificate files
|
il y a 15 ans |
Likun Zhang
|
53b5c9b950
1. Rename cmdctl account file name from 'passwd.csv' to 'cmdctl-accounts.csv':
|
il y a 15 ans |
Jelte Jansen
|
2d71c1c3ce
add a 'shortcut' in cmdctl.py; it now only checks for existing module/command if the module is not ConfigManager (that one doesn't pass around its commands, i am thinking that that is possible, but at the moment it is completely seen as core and builtin)
|
il y a 15 ans |
Likun Zhang
|
0adcc4ff0a
1. Check if module name and command name exist according module's specification file before send it to the specified module. Parameter check need to be added later.
|
il y a 15 ans |
Jelte Jansen
|
896f1b7a8c
make cmdctl use message create functions
|
il y a 15 ans |
Likun Zhang
|
5281fe9e81
1. Add unittests and help information for cmdctl and bindctl.
|
il y a 15 ans |