Jeremy C. Reed
|
118edb2944
[jreed-copyrights] remove CZ copyrights (they are replaced with ISC)
|
14 years ago |
JINMEI Tatuya
|
b20ba8d51b
more $Id$ cleanups:
|
14 years ago |
JINMEI Tatuya
|
3752558cd9
added quick hack fix for #516: making sure do group_recvmsg()
|
14 years ago |
JINMEI Tatuya
|
e3fac0c7ba
merged trac #358 (various cleanups to the DNS message class)
|
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 |
Likun Zhang
|
9ef09bfd76
Rename folder name from utils to util.
|
14 years ago |
Likun Zhang
|
dba62177ce
When xfrin can't connect with one zone's master, it should tell the bad news to zonemgr, so that zonemgr can reset the timer for that zone.
|
14 years ago |
Michal Vaner
|
f9fbac74f5
Merged trac 349
|
14 years ago |
Likun Zhang
|
ba007f0b0a
Add catch for the exact exception socket.error when msgq has been killed.
|
14 years ago |
Michal Vaner
|
fee2ae4875
xfrin uses isc.net.check
|
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
|
af8ede1820
Merge #322
|
14 years ago |
Michal Vaner
|
00b2fc85ac
Use block reads in the tight loop
|
14 years ago |
Jelte Jansen
|
dca94882c8
merge ticket #314 (better name for libdns_python)
|
14 years ago |
Likun Zhang
|
55af28ea95
Remove unused line code, since the 'ret' is never changed in that block. mentioned by Jeremy, trivial, skip review again.
|
14 years ago |
Jelte Jansen
|
ade3b2f49f
rename libdns_python to pydnspp
|
14 years ago |
Jerry
|
454a8f667a
merge trac215(zone manager) and trac289(notify-out)
|
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
|
c029db4fbf
Refactor the code of xfrin and add config item 'masters' to xfrin, make sure when xfrin get the notify command from zone manager, the zone transfer will be triggered.
|
14 years ago |
Likun Zhang
|
4f89464cbe
Enable user to specify the zone class for command 'retransfer'.
|
14 years ago |
Jerry
|
999d53dce9
merge secondary manager and notifyout
|
14 years ago |
Likun Zhang
|
59fff9f7c1
Also send the 'xfrin_failed' command to zone manager when xfrin failed, so that zone manager can reset the zone timer.
|
14 years ago |
Likun Zhang
|
e0e5e396c1
When zone transfer finishing, it will send the same command to zone manager and xfrout module, so the zone manager can reset the timer for the next refresh, and xfrout module will notify the zones' slaves.
|
14 years ago |
Likun Zhang
|
81c8e9f5a5
Merge the code from trunk to trac289
|
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.
|
14 years ago |
JINMEI Tatuya
|
21e7e5c297
minor update on a comment (about how rrclass is passed)
|
14 years ago |
JINMEI Tatuya
|
667b970229
disabled xfrin triggerred by a notify. the original implementation naively trusts the notify sender and uses it as the transfer master, which is very dangerous from security point of view.
|
15 years ago |