Jelte Jansen
|
2df8941556
Merge branch 'trac427'
|
14 years ago |
Jelte Jansen
|
9f10f3a78b
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)
|
14 years ago |
Jelte Jansen
|
32e9990ab8
fail with exit if configuration file cannot be read for any other ioerror reason than 'file not found'
|
14 years ago |
Jelte Jansen
|
f96970c995
small documentation update
|
14 years ago |
Jelte Jansen
|
c7d2c477c3
bit of set_timeout cleanup in cfgmgr
|
14 years ago |
Jelte Jansen
|
0b92905fcf
make cc/session raise SessionTimeout on timeout, handle appropriately where group_recvmsg() is called
|
14 years ago |
Jelte Jansen
|
3cc58b3f5e
sync trunk for merge
|
14 years ago |
Jelte Jansen
|
7acbcf3c09
cfgmgr: don't stop on None result from recvmsg
|
14 years ago |
Jelte Jansen
|
edb0eb8885
few more "config file" -> "configuration file"
|
14 years ago |
Jelte Jansen
|
358acde89f
used text suggested in http://bind10.isc.org/ticket/294#comment:12 for errors
|
14 years ago |
Jelte Jansen
|
8773382cbc
specify too new/too old in wrong config data error (even though too old *should* not occur)
|
14 years ago |
Jelte Jansen
|
1b3977e523
add print about config db update
|
14 years ago |
Jelte Jansen
|
989f97e56a
put [b10-cfgmgr] before error message
|
14 years ago |
Jelte Jansen
|
ede5fac558
forgot to remove old close() line
|
14 years ago |
Jelte Jansen
|
f12da9286b
better handling of bad/old config data file
|
14 years ago |
Jelte Jansen
|
9cf201a5ea
addressed comments from trac review
|
15 years ago |
Jelte Jansen
|
6fe33b957f
update literal_eval calls to also use json.loads
|
15 years ago |
Likun Zhang
|
8523458e6d
|
15 years ago |
Jelte Jansen
|
58d4c7d4c7
A refactor in cfgmgr.py, inspired (and reviewed) by ticket
|
15 years ago |
Jelte Jansen
|
fe3e958331
apply patch from ticket https://bind10.isc.org/ticket/184
|
15 years ago |
Jelte Jansen
|
1db7be2208
Merged in branches/trac90
|
15 years ago |
Jelte Jansen
|
f14c7b5c01
shutdown is common enough to make a standard fixed name for it
|
15 years ago |
Jelte Jansen
|
fa081c17eb
use the sequence number to get the right answer in cfgmgr and ccsession.py (and hence in modules) too
|
15 years ago |
Evan Hunt
|
736631d7ea
CONFIG_VERSION was not recognized
|
15 years ago |
Jelte Jansen
|
52f069ed44
include version in 'empty' config data
|
15 years ago |
Jelte Jansen
|
b3a367e0aa
removed debug prints
|
15 years ago |
Jelte Jansen
|
c7fef0ff01
fixed a potential KeyError exception, and an import in the .py.in
|
15 years ago |
Jelte Jansen
|
af72796acf
same remote config stuff for the c++ side of modulesessions
|
15 years ago |
Jelte Jansen
|
06da514e02
added support for access to the configuration settings of other modules
|
15 years ago |
Jelte Jansen
|
784ae3c558
make auth_srv use the Auth/database_file setting
|
15 years ago |