Commit History

Author SHA1 Message Date
  JINMEI Tatuya dc43a8070a added support for PTR RR 15 years ago
  Jelte Jansen 06da514e02 added support for access to the configuration settings of other modules 15 years ago
  Jelte Jansen 784ae3c558 make auth_srv use the Auth/database_file setting 15 years ago
  JINMEI Tatuya 1af48847d1 sync with trunk, mainly for truncation support 15 years ago
  JINMEI Tatuya f53558554a corrected initialization 15 years ago
  JINMEI Tatuya 85dc228ffd added preliminary level truncation support 15 years ago
  JINMEI Tatuya 207c9929e8 updated doxygen source files 15 years ago
  JINMEI Tatuya 3dc594ce21 simplification: no null check is needed before delete 15 years ago
  JINMEI Tatuya 14297b86e7 experimental UDP/TCP auth server using boost::asio 15 years ago
  JINMEI Tatuya eb04a1699b temporary branch for boost ASIO experiments 15 years ago
  JINMEI Tatuya b0cbeb1dcb exception safe bug. use vector instead of an array allocated by new[]. 15 years ago
  JINMEI Tatuya a902e5f1b4 corrected RR class for the static data source. 15 years ago
  Evan Hunt cc1498e0cf specify query class when calling findClosestEnclosure(), so that we can 15 years ago
  JINMEI Tatuya 298967b31a copyright, propset, emacs C++ mode specification 15 years ago
  Evan Hunt 38444dd8b0 use reverse-name lookup to find empty non-terminals (sqlite3's doc 15 years ago
  JINMEI Tatuya d08ed40d52 defined a new exception class, Sqlite3Error, to throw an exception with 15 years ago
  Evan Hunt 657e6a2997 - fixed a compile bug in code I accidentally committed earlier 15 years ago
  Jelte Jansen 8223760b18 need deepcopy() instead of shallow copy() for reverting to older data when new config is not accepted 15 years ago
  JINMEI Tatuya 51ef32bb1c allow isc_throw to have a partial statement using ostream + operator<<. 15 years ago
  Evan Hunt 7ca848e3c5 Corrected NSEC3 logic. When returning NXDOMAIN for a node that isn't 15 years ago
  Evan Hunt e9d6bcdabd cleaned up nsec3 code a bit 15 years ago
  JINMEI Tatuya 4614a568fa cleanup: unnecessary forward declarations 15 years ago
  JINMEI Tatuya 9857db0468 s/dns_throw/isc_throw/ 15 years ago
  JINMEI Tatuya cd553ba8ae a minor clarification comment about sqlite3_close() 15 years ago
  JINMEI Tatuya 7367b6b0b5 use RRsetList::findRRset() instead operator[] to avoid the implicit assumption 15 years ago
  JINMEI Tatuya ecdc1c915c cleanup: consolidated sql rows enumating code 15 years ago
  JINMEI Tatuya 737b559304 cancel some tests once a critical bug found, to avoid crash during tests 15 years ago
  JINMEI Tatuya 8d93893aa8 added a simple NSEC3 test 15 years ago
  JINMEI Tatuya 8fc0dcd4e1 fixed an exception-unsafe bug: 15 years ago
  JINMEI Tatuya a50b30361a made Nsec3Param member variables private as they don't have to be public. 15 years ago