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 |
Jerry
|
20355243ac
fix a minor typo and add some code comments
|
14 years ago |
Jerry
|
5284878ad2
refine zonemgr info map and unittest
|
14 years ago |
Likun Zhang
|
a10e034168
Let auth module send notify command to zone manager.
|
14 years ago |
Likun Zhang
|
73454d968d
Update the unittest code of xfrin.
|
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 |
Jerry
|
447bebe7bd
using socketpair to communicate between threads
|
14 years ago |
Likun Zhang
|
4f89464cbe
Enable user to specify the zone class for command 'retransfer'.
|
14 years ago |
Jerry
|
1f7e5114e2
modify command names
|
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
|
c7769f6183
Remove unused print and append the character '.' to the zone name which doesn't end with it.
|
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 |
Jerry
|
056285a5d6
Finish secondary manager code and unittest
|
14 years ago |
JINMEI Tatuya
|
0043299b12
removed redundant null checks before delete.
|
14 years ago |
JINMEI Tatuya
|
f7d5d843a8
cleanup: removed unnecessary lexical_cast.
|
14 years ago |
JINMEI Tatuya
|
3cc88bfa25
cleanup: removed <config.h> because we don't use UNUSED_PARAM in this file.
|
14 years ago |
JINMEI Tatuya
|
92a667282e
cleanup: removed <config.h> because we now don't use UNUSED_PARAM.
|
14 years ago |
JINMEI Tatuya
|
4c3dd96dbe
constify.
|
14 years ago |
JINMEI Tatuya
|
c982ccbbda
added a brief comment about unistd.h
|
14 years ago |
JINMEI Tatuya
|
c2258c4e0b
worked around another brokenness of sunstudio.
|
14 years ago |
JINMEI Tatuya
|
a82c729cef
added redundant top-level consts in declarations to help broken sunstudio behavior.
|
14 years ago |
Jerry
|
ed16d7a6f7
Create a new branch for trac215(Secondary manager implementation)
|
14 years ago |
JINMEI Tatuya
|
535489324e
removed a redundant comman after the last member of enum.
|
14 years ago |
JINMEI Tatuya
|
71dcd00edb
corrected indentation.
|
14 years ago |
JINMEI Tatuya
|
4eb2441498
fixed a typo in a comment.
|
14 years ago |
JINMEI Tatuya
|
92171ed6ef
added an entry for trac #221
|
14 years ago |
JINMEI Tatuya
|
f383a56c23
merged branches/trac221b for trac #221.
|
14 years ago |