JINMEI Tatuya
|
92a667282e
cleanup: removed <config.h> because we now don't use UNUSED_PARAM.
|
il y a 15 ans |
JINMEI Tatuya
|
71dcd00edb
corrected indentation.
|
il y a 15 ans |
JINMEI Tatuya
|
4eb2441498
fixed a typo in a comment.
|
il y a 15 ans |
JINMEI Tatuya
|
dc0e2cde2a
- renamed a variable: s/is_axfr_connection_established/xfrout_connected/ as suggested in review
|
il y a 15 ans |
JINMEI Tatuya
|
830be189e6
made sure passing the RRClass of notify to the remote process.
|
il y a 15 ans |
JINMEI Tatuya
|
4f65d1a1ca
for notify, use consistent parameter with other xfrin commands.
|
il y a 15 ans |
JINMEI Tatuya
|
678e8861f5
merged the original trac221 branch
|
il y a 15 ans |
JINMEI Tatuya
|
567266e3ee
style: removed a space char at EOL
|
il y a 15 ans |
JINMEI Tatuya
|
ee4099c30d
introduced an abstract base Session class so that we can easily create test cases using a mock sessio implementation.
|
il y a 15 ans |
Evan Hunt
|
34159d6962
70. [func] each
|
il y a 15 ans |
Jelte Jansen
|
1b93102619
sync with trunk for merge
|
il y a 15 ans |
JINMEI Tatuya
|
fd8cba2c5d
added comment about why we don't return SERVFAIL due to an internal error in handling notify
|
il y a 15 ans |
JINMEI Tatuya
|
d4f1d35097
fixed one remaining bug: check rcode given by Xfrin.
|
il y a 15 ans |
JINMEI Tatuya
|
241e30a82b
added tests about exceptional cases in communicating with the xfrin process.
|
il y a 15 ans |
JINMEI Tatuya
|
c2e220e69b
tightened validation on incoming notifies with corresponding tests.
|
il y a 15 ans |
JINMEI Tatuya
|
b16d7de7ac
successful notify response must have AA bit on.
|
il y a 15 ans |
JINMEI Tatuya
|
d990b85fbe
introduced an abstract base Session class to allow tests to define and use a mock session class.
|
il y a 15 ans |
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
|
il y a 15 ans |
JINMEI Tatuya
|
e121e2eda3
always try xfrout connection regardless of the availability of boost.python.
|
il y a 15 ans |
JINMEI Tatuya
|
b49ee3e55f
minor style fix
|
il y a 15 ans |
JINMEI Tatuya
|
798c5262f8
introduced an abstract base class for XfroutClient, introduced a mock derived class of it, and added detailed tests for xfrout using it.
|
il y a 15 ans |
Han Feng
|
572c3fa623
refine the code for notify and axfr handling
|
il y a 15 ans |
JINMEI Tatuya
|
fa05c86463
style fixes and minor C++ nits
|
il y a 15 ans |
Han Feng
|
d46b56addb
update the logic for ixfr that if error happen, we will ignore all the message
|
il y a 15 ans |
Han Feng
|
2e4f58b9dd
add unitest for notify
|
il y a 15 ans |
Likun Zhang
|
36f31d1b3e
Avoid catch all the exceptions.
|
il y a 15 ans |
Han Feng
|
de38fde525
refine code for axfr process logic that connection with ixfr unix socket once and reuse it for subsequent query
|
il y a 15 ans |
Han Feng
|
91b68d7e1c
refine code for notify process
|
il y a 15 ans |
JINMEI Tatuya
|
8af1510171
style: folded a long line.
|
il y a 15 ans |
JINMEI Tatuya
|
55291537c9
missing commit for r2198
|
il y a 15 ans |