Commit History

Author SHA1 Message Date
  JINMEI Tatuya 9c05f6faae added more tests for auth server: 15 years ago
  Jeremy C. Reed 25dde25a3b Catch up on renames. Should have committed this in previous commit. 15 years ago
  Jeremy C. Reed 87e20bcb3d Install bindctl itself and not the shell script which was 15 years ago
  JINMEI Tatuya 60e25cf01d Specific versions of gcc (g++) have a bug that incorrectly warns with 15 years ago
  JINMEI Tatuya 698ee48ca0 avoid (implicit) multi-defining initial_messages, etc. 15 years ago
  Jeremy C. Reed 8744991be6 Remove extra tabs. 15 years ago
  Jelte Jansen c68d74d8c2 doxygen for createAnswer and family of helper functions 15 years ago
  Evan Hunt 63ce80bca2 Check sizeof(time_t) before running the time overflow test. 15 years ago
  Jelte Jansen 7830a83f8f null checks for all global fake session variables 15 years ago
  Jelte Jansen 9ef6a9667b a few small improvements 15 years ago
  Jelte Jansen c00932b53e updated example bindctl session 15 years ago
  Jelte Jansen c43f09f1bd oops shouldn't have committed that line; 15 years ago
  Jeremy C. Reed b2100aeb14 Typo/grammar fix in a print statement. 15 years ago
  Jelte Jansen 011e3e2352 commented out year>10000 (time_t here and on test builder is 32bits, so this failure mode doesn't come up because the test value overflows 15 years ago
  Jelte Jansen f189032a01 rename unittests/ dirs to tests/ 15 years ago
  Jelte Jansen 366177a393 added tests for ModuleCCSession class (with a fake Session object) 15 years ago
  JINMEI Tatuya 75727c97da added a test case for EDNS BADVERS 15 years ago
  JINMEI Tatuya 32bf6c47a7 tweaked the code to handle the EDNS BADVERS case. 15 years ago
  JINMEI Tatuya b28e710244 added test cases for short message with a complete header. 15 years ago
  JINMEI Tatuya dbcf762d9e returned DNSMessageFORMERR when the "from wire" name constructor encounters 15 years ago
  JINMEI Tatuya 3700875848 thorw DNSMessageFORMERR instead of generic isc exception on parse errro. 15 years ago
  Evan Hunt c215be2ca4 - use DNSMessageFORMERR exception type instead of InvalidRdata 15 years ago
  JINMEI Tatuya 207d804ead added tests for various kinds of responses (which must be silently dropped) 15 years ago
  JINMEI Tatuya 1670cdbbe8 added a test for a short message 15 years ago
  JINMEI Tatuya c64dbdb7b7 introduced Message::parseHeader() so that we can perform minimal level 15 years ago
  JINMEI Tatuya 14ea192940 preserved the question section when returning an error to a query 15 years ago
  JINMEI Tatuya 5df12b30a0 add operator== for question/section iterators 15 years ago
  JINMEI Tatuya 77c77a5f9c removed debug output 15 years ago
  JINMEI Tatuya 5e51267685 overall cleanup: removed stale comments, indentation, avoid unnecessary copy, 15 years ago
  Likun Zhang 7d3ca0ba4a Fix bug: user name can't be empty. 15 years ago