Commit History

Author SHA1 Message Date
  Michal Vaner c22bd7bc69 Race conditions in xfrout 14 years ago
  Likun Zhang 76bdd11c1c Make sure xfrout can be shutdown, now notify-out thread and transfer-server thread can be terminated when the main thread get shutdown command. 14 years ago
  Jeremy C. Reed c11617b770 For Trac #342 14 years ago
  Jelte Jansen 14406ebae3 merge ticket #312 (python msgq timeouts differ from c++ ones) 14 years ago
  Jelte Jansen 40623bbe96 changed print() calls in xfrout to sys.stderr.write 14 years ago
  Jelte Jansen e0009e9dfa committed the proposed patch from ticket #334 to trunk 14 years ago
  Likun Zhang 2f0979aa63 Change one log message of xfrout, to make it more readable. trivial, skip review. 14 years ago
  Jelte Jansen ade3b2f49f rename libdns_python to pydnspp 14 years ago
  Jelte Jansen 0b92905fcf make cc/session raise SessionTimeout on timeout, handle appropriately where group_recvmsg() is called 14 years ago
  Likun Zhang a9be5b02f2 1. Identify one zone with its name and class. 2. Avoid check the rcode of notify reply, since if we get the reply from the slave, it means the slave has get the notify message. 14 years ago
  Likun Zhang 367c6a2c47 change for auth: change the parameter name from 'rrclass' to 'zone_class', set the default master and port is '127.0.0.1' and 53, refactor the code for processing command 'notify' and 'refresh/retransfer', rename the command sent from zonemgr to 'refresh_from_zonemgr' 14 years ago
  Likun Zhang ea33f60613 commit the code of notify-out. TODO:merge the code of secondary manager(in branch 215) to this branch, so that it's easy do the test. 15 years ago
  Likun Zhang db0e2443ff Avoid socket error caused by shutting down one non-connected socket. 15 years ago
  Jelte Jansen 26266087e3 finaly sync for merge 15 years ago
  JINMEI Tatuya 0bd29bdbb3 added a log message when xfrout fails because the zone is unavailable for some reason. 15 years ago
  Jelte Jansen 6220232c45 sync with trunk for merge step 2 (apparently some ranges were skipped, and there were also a few minor updates to trunk) 15 years ago
  Jelte Jansen 31870586de committing fix for ticket #262 15 years ago
  Jelte Jansen 7cdceb252e sync with trunk for merge 15 years ago
  Jerry 0eb4e31198 merge of ticket #176 (python logging framework), also changes xfrout to use the python logging. 15 years ago
  Jelte Jansen 2da6b0550c merge of ticket #225 (b10-auth fails if ran from source tree), also changes xfrin and xfrout to use the database_file setting from the auth module, so for xfrin you don't need to specify it on the command, and for out it doesn't need its own configuration value 15 years ago
  Jeremy C. Reed 963591b9bb Remove space from "shutdown" in log message (back to way it was before). 15 years ago
  Shane Kerr bba1a4f678 Ctrl-C was causing xfrout to get an exception. This was serve_forever() 15 years ago
  Jerry 17bd03fee4 -Modified logging formatter 15 years ago
  Likun Zhang 187844f29a Enable b10-xfrout can be launched in source code tree.(Reviewed by Jelte) 15 years ago
  Jelte Jansen 93227d328b merge to sync with trunk and make later merge back easier 15 years ago
  Likun Zhang 990e977d86 When xfrout is launched, check whether the socket file is being used by one running xfrout process, if it is, exit from python. If the file isn't a socket file or nobody is listening, it will be removed. If it can't be removed, exit from python. 15 years ago
  Jelte Jansen 2074ba324e removed old dns-python example code 15 years ago
  Jerry 96963fc848 Refine python logging test cases 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
  Jerry aeeb89b295 Python coding style fix: 15 years ago