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 |
Likun Zhang
|
8523458e6d
|
15 years ago |
Jelte Jansen
|
60f6071643
changes from http://bind10.isc.org/ticket/227 (unnamed prints), looked at by Jeremy and Evan
|
15 years ago |
Shane Kerr
|
6e3c1596ce
Merging changes from Trac ticket #40.
|
15 years ago |
Jelte Jansen
|
51803e4064
|
15 years ago |
Likun Zhang
|
55864ffabb
Pass bind10 verbose option to module xfrin, xfrout and cmdctl(Has been reviewed by jeremy)
|
15 years ago |
Jelte Jansen
|
1306183eb7
some changes inspired by jinmei's review
|
15 years ago |
Jelte Jansen
|
00ee10a06d
removed some leftover prints
|
15 years ago |
Jelte Jansen
|
3ef6ad200f
use unix domain socket instead of localhost:9912
|
15 years ago |
Likun Zhang
|
f9c48018e6
1. Send 'shutdown' command to Xfrin and Xfrout when boss receive SIGINT.(Reported in ticket 135)
|
15 years ago |
Jelte Jansen
|
f22c273643
added missing copyright statements to every relevant .in, .py, .cc and .h file that didn't have one yet
|
15 years ago |
Jeremy C. Reed
|
cb61713174
Have msgq and its manpage be installed as "b10-msgq".
|
15 years ago |
Jelte Jansen
|
fdeff5dda7
some very minor fixes not worthy of passing through the review process (done
|
15 years ago |
JINMEI Tatuya
|
6f2f357468
make it selectable on ProcessInfo construction whether to keep stderr
|
15 years ago |
JINMEI Tatuya
|
f0fe1c38c7
keep stderr for child processes if -v is specified.
|
15 years ago |
JINMEI Tatuya
|
1a57ab6ff0
Environment variables for the child process will be a copy of those
|
15 years ago |
Shane Kerr
|
37966187e0
Change shutdown to actually SIGKILL properly.
|
15 years ago |
Likun Zhang
|
3771057f6f
Commit code for module xfrout, AXFR-out works now. Notes:
|
15 years ago |
Jelte Jansen
|
23d5e5e2dc
removed unnecessary sleep() from ccsession.cc, added note for bob to implement 'i have started' messages for modules
|
15 years ago |