Commit History

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