Stephen Morris
|
354c7cc33a
Ensure that process started and process terminated messages are output
|
14 years ago |
Stephen Morris
|
fe2cd9cc0a
Fix points identified as result of review of ticket 412.
|
14 years ago |
Michal Vaner
|
0309a0968b
Small code simplification
|
14 years ago |
Stephen Morris
|
8681b8636f
Added start_auth and start_recurse options to the Boss process to determine
|
14 years ago |
Shane Kerr
|
99f0a885e2
Use setpgrp() so that we don't get SIGINT (Ctrl-C) on the child
|
14 years ago |
Likun Zhang
|
fd0aa33626
Merge trunk back to this branch
|
14 years ago |
Michal Vaner
|
2e733bc5b9
Merge trac #335
|
14 years ago |
Michal Vaner
|
84e585bf67
Merged trac 353
|
14 years ago |
Michal Vaner
|
8ec371d53d
Rename _check to _parse
|
14 years ago |
Naoki Kambe
|
fc2610f5ad
- merge trac #191 (Implement a initial version of stats)
|
14 years ago |
Shane Kerr
|
45d4be15f1
Block SIGPIPE signals. We had a command channel message cause
|
14 years ago |
Likun Zhang
|
9ef09bfd76
Rename folder name from utils to util.
|
14 years ago |
Michal Vaner
|
a2c00fc688
Move BoB to use library port and addr checking
|
14 years ago |
Likun Zhang
|
e9bc9c4d77
Make boss process send correct 'shutdown' command to other modules.
|
14 years ago |
Likun Zhang
|
6d3b4b3c71
1. catch the exception when xfrin sending the zone transfer result to others modules, msgq may has been killed at that time. 2. change the delay time of boss process between sending command 'shutdown' and signal 'SIGTERM'.
|
14 years ago |
Michal Vaner
|
9aa70d5562
Let BoB use the IPAddr from isc.net.addr
|
14 years ago |
Michal Vaner
|
af8ede1820
Merge #322
|
14 years ago |
Likun Zhang
|
a46e52a0de
Change the sleep time(the time between sending shutdown command to other processes and reap these processes) of boss process from 0.5 to 1 second, so that it can make sure other processes can exit automatically when user enter ctrl+c command.
|
14 years ago |
Jeremy C. Reed
|
f89a38327d
Update the version. Remove the "v" prefix.
|
14 years ago |
Jelte Jansen
|
fdba520a89
a well-timed ctrl-c may stop msgq before bind10, in which case 0-bytes are read, which is now an error. Catch that error and break from the for loop, so bob will go into shutdown mode cleanly
|
14 years ago |
Jeremy C. Reed
|
b157652dd8
Minor grammar fix.
|
14 years ago |
Jerry
|
c88bf74e9c
merge trunk into trac289
|
14 years ago |
Jerry
|
6169072e1f
Add zonemgr TODO list and revert to r2688 for merge
|
14 years ago |
Jerry
|
0eac466cb5
update trac289 to latest version
|
14 years ago |
Jerry
|
056285a5d6
Finish secondary manager code and unittest
|
14 years ago |
JINMEI Tatuya
|
fdbb3b8307
pass -u to b10-auth
|
14 years ago |
Evan Hunt
|
52ac5cf227
71. [func] each
|
15 years ago |
Evan Hunt
|
34159d6962
70. [func] each
|
15 years ago |
Likun Zhang
|
fc5d7da022
1. Remove certificate file 'bindctl.pem'. 2. Add options -c(--certificate-chain) to bindctl. 3. Override class HTTPSConnection to support server certificate validation. 4. Rename module name from 'Cmd-Ctrl' to 'Cmdctl'. 5. 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.
|
15 years ago |
Shane Kerr
|
dfc50e2853
Optionally drop priviliges in the boss process.
|
15 years ago |