Mukund Sivaraman 6a7aa9cb23 [2762] Allow short names for HMAC-MD5 11 years ago
..
testdata 937635d756 Merge branch 'trac2387' 12 years ago
.gitignore 2b13ceb687 Add more .gitignore files for the rest of generated stuff 13 years ago
Makefile.am 6478f4a1f3 [2498] Remove deprecated character_string files 12 years ago
edns_unittest.cc fb9060e5dc [1697] 1st update: make MessageRenderer constructors parameter-free. 13 years ago
labelsequence_unittest.cc e744b4b23d [master] many spelling or typo fixes 12 years ago
master_lexer_inputsource_unittest.cc 4baf3a4dca [2572] introduced a special source size of "unknown". 12 years ago
master_lexer_state_unittest.cc a435de0e81 [2427] Find INITIAL_WS even at the beginning of file 12 years ago
master_lexer_token_unittest.cc ae3a1e5d17 [2506] handled the case a number is expected but not found 12 years ago
master_lexer_unittest.cc 95d6795825 [master] Merge branch 'trac2573' 12 years ago
master_loader_callbacks_test.cc ca25d3c2eb Fix cppcheck complain 12 years ago
master_loader_unittest.cc 403c717859 [master] fix regression in MasterLoaderTest 12 years ago
masterload_unittest.cc 55fe56a1ce [2387] Remove duplicate # in front of ticket numbers 12 years ago
message_unittest.cc fdb992f0a2 [2521] add MasterLexer constructor for RRSIG 12 years ago
messagerenderer_unittest.cc a16d2686dc [2087] Add MessageRenderer::writeName() variant for LabelSequence 12 years ago
name_unittest.cc 81cf2b7ac4 [2383] Clarify @ in names 12 years ago
nsec3hash_unittest.cc 09ccd7c1ec [2218] Update NSEC3Hash::create() to accept uint8_t buffer instead of vector 12 years ago
opcode_unittest.cc e3e59cf1f2 cleanup: removed $Id$, which is useless now that we've migrated to git. 14 years ago
question_unittest.cc fb9060e5dc [1697] 1st update: make MessageRenderer constructors parameter-free. 13 years ago
rcode_unittest.cc e3e59cf1f2 cleanup: removed $Id$, which is useless now that we've migrated to git. 14 years ago
rdata_afsdb_unittest.cc 9a551ccda0 [2391] update AFSDB to use the MasterLexer 12 years ago
rdata_char_string_unittest.cc 7a8402a585 [2498] Fix compareCharStrings for empty charstrings 12 years ago
rdata_cname_unittest.cc fbb78097f3 [master] Avoid static init fiasco in libdns++ unittests due to merge of #2390, #2656 12 years ago
rdata_dhcid_unittest.cc 65b7adb8a1 [2521] add 0-length check to DHCID from-wire constructor 12 years ago
rdata_dname_unittest.cc fbb78097f3 [master] Avoid static init fiasco in libdns++ unittests due to merge of #2390, #2656 12 years ago
rdata_dnskey_unittest.cc 49316890b8 [2387] Test DNSKEY operator= correctly 12 years ago
rdata_ds_like_unittest.cc 0404a592b1 [master] don't initialize test data objects in namescope level. 12 years ago
rdata_hinfo_unittest.cc 9a0d024c97 [2498] Add another HINFO test 12 years ago
rdata_in_a_unittest.cc 07ecaaf470 [master] customize check logic against extra space for in::A based on inet_pton 12 years ago
rdata_in_aaaa_unittest.cc 38c66b9617 [2389] added test cases involving internal lexer error. 12 years ago
rdata_minfo_unittest.cc 0b2800af6e [2522] updated 'missing origin' tests so we test all names 12 years ago
rdata_mx_unittest.cc fbb78097f3 [master] Avoid static init fiasco in libdns++ unittests due to merge of #2390, #2656 12 years ago
rdata_naptr_unittest.cc 7cbed6378d [2498] Add a few quoting tests for toText() in HINFO and NAPTR 12 years ago
rdata_ns_unittest.cc fbb78097f3 [master] Avoid static init fiasco in libdns++ unittests due to merge of #2390, #2656 12 years ago
rdata_nsec3_unittest.cc 0e61367a42 [2387] style: fixed a long line 12 years ago
rdata_nsec3param_like_unittest.cc 45b4e930c9 [2497] Return NULL upon exception in rdata::createRdata() 12 years ago
rdata_nsec3param_unittest.cc 85655172ba [2387] Test NSEC3PARAM operator= correctly 12 years ago
rdata_nsec_unittest.cc 4929b134cd [2386] Update std::string NSEC constructor to use the MasterLexer 12 years ago
rdata_nsecbitmap_unittest.cc d217a09338 [2386] Remove obsolete NSECLikeBitmapTest.badText test 12 years ago
rdata_opt_unittest.cc e8655ab138 [2521] style cleanup: remove trailing whitespace 12 years ago
rdata_ptr_unittest.cc fbb78097f3 [master] Avoid static init fiasco in libdns++ unittests due to merge of #2390, #2656 12 years ago
rdata_rp_unittest.cc 0b2800af6e [2522] updated 'missing origin' tests so we test all names 12 years ago
rdata_rrsig_unittest.cc bec8813a79 [2521] divide Rdata_RRSIG_Test.badText into many smaller tests 12 years ago
rdata_soa_unittest.cc bd43cb2eaa [2389] added comment about use of isc::Exception in some cases 12 years ago
rdata_srv_unittest.cc fbb78097f3 [master] Avoid static init fiasco in libdns++ unittests due to merge of #2390, #2656 12 years ago
rdata_sshfp_unittest.cc 64bc088640 [2522] revised "copy" test for SSHFP: make sure to use assignment, not copy. 12 years ago
rdata_tsig_unittest.cc 6a7aa9cb23 [2762] Allow short names for HMAC-MD5 11 years ago
rdata_txt_like_unittest.cc 019ca21802 [master] Merge branch 'trac2500' 12 years ago
rdata_unittest.cc b791d34805 [2389] updater lexer support in AAAA constructor. 12 years ago
rdata_unittest.h ec7c54008a [2389] tepmlated common "from text" test pattern and used it for A/AAAA/SOA. 12 years ago
rdatafields_unittest.cc fb9060e5dc [1697] 1st update: make MessageRenderer constructors parameter-free. 13 years ago
rrclass_unittest.cc 463700b34d [1866] auto-generate RRType defs for all (yet fully) unsupported types. 12 years ago
rrcollator_unittest.cc d24f908722 [2521] remove erroneous whitespace in RRCollator test data 12 years ago
rrparamregistry_unittest.cc 7acdd8d445 [2522] remove OldRdataFactory, make AbstractRdataFactory pure virtual 12 years ago
rrset_collection_unittest.cc e7f9ab5365 [2432] Use prefix operator++ 12 years ago
rrset_unittest.cc fdb992f0a2 [2521] add MasterLexer constructor for RRSIG 12 years ago
rrttl_unittest.cc 55e0fb2472 [master] Rename RRTTL::MAX() to MAX_TTL() to avoid shadowing 12 years ago
rrtype_unittest.cc 463700b34d [1866] auto-generate RRType defs for all (yet fully) unsupported types. 12 years ago
run_unittests.cc e3ab398684 [trac542] Convert RUN_ALL_TESTS() to call to isc::util::unittest::run_all() 14 years ago
serial_unittest.cc 4e636c3e9a [master] [1299] (unrelated but necessary fix) corrected Serial::operator>= logic 13 years ago
tsig_unittest.cc 803c67a839 [1357] Test at most 99 unsigned messages are there 12 years ago
tsigerror_unittest.cc cabd3b127c [trac893] added a new utility method, TSIGError::toRcode(). 14 years ago
tsigkey_unittest.cc a2b2bf47cb [master] Fix variable name use in TSIGKeyRingTest 12 years ago
tsigrecord_unittest.cc fb9060e5dc [1697] 1st update: make MessageRenderer constructors parameter-free. 13 years ago
unittest_util.cc 48b2af87d9 [1612] finish tests and update code 13 years ago
unittest_util.h 059a2a1751 [2357] Update scaffolding using fix-scaffolding.py tool 12 years ago
zone_checker_unittest.cc c5efaec3f9 [2656] Update std::string DNAME constructor to use the MasterLexer 12 years ago