summaryrefslogtreecommitdiffstats
path: root/src/lib/dns/gen-rdatacode.py.in (unfollow)
Commit message (Expand)AuthorFilesLines
2012-02-23[1392] cleanup: removed a "short term" workaround in python/isc/log/Makefile.amJINMEI Tatuya1-9/+0
2012-02-23[master] changelog for NSEC3 tickets.JINMEI Tatuya1-0/+6
2012-02-22[master] include the docbook xml files for the dhcp man pages in the dist tar...Jeremy C. Reed2-2/+2
2012-02-22[1587] some more documentation cleanups/additionsJINMEI Tatuya2-8/+11
2012-02-22[1587] documentation updatesJINMEI Tatuya2-1/+56
2012-02-22[1587] unified non-recursive findNSEC3 cases into a helper method,JINMEI Tatuya2-40/+26
2012-02-21[1587] extracted cases with recursive findNSEC3 into a unified helper method,JINMEI Tatuya3-73/+53
2012-02-21[master] revised changelog entry for #1633 so it'll be more helpful.JINMEI Tatuya1-1/+3
2012-02-21[master] changelog for #1633JINMEI Tatuya1-1/+5
2012-02-21[master] applied proposed patch for #1633 (MacOS Lion build fix)JINMEI Tatuya1-0/+4
2012-02-20[1593-sun] Add missing include of $(BOOST_INCLUDE) to the testsStephen Morris1-2/+3
2012-02-20[1593-sun] Fix errors on Sun buildStephen Morris3-8/+6
2012-02-17[1593] Addressed (re)review pointsStephen Morris3-6/+23
2012-02-17[master] update changelogJelte Jansen1-0/+8
2012-02-17[1613] fix indentJelte Jansen1-1/+1
2012-02-17[1613] move resumeServer wrapper into Impl classJelte Jansen2-30/+30
2012-02-17[master] changelog fixJelte Jansen1-1/+1
2012-02-17[master] update changelogJelte Jansen1-0/+4
2012-02-17[1695] make sure auth::Query recognizes the DNSSEC DO bit. tests added.JINMEI Tatuya6-1/+139
2012-02-17[1695] mv an NSEC3 test zone under testutils/testdata so we can share itJINMEI Tatuya3-74/+2
2012-02-16[1584review] cleanup and comment update: removed redundant check for isWildcard.JINMEI Tatuya2-9/+13
2012-02-16[1584review] added a test for a run time collision case for wildcard + NSEC3.JINMEI Tatuya2-4/+17
2012-02-16[1584review] simplification: we actually didn't have to calculate the nextJINMEI Tatuya1-9/+4
2012-02-16[1584review] corrected indentation per the guideline.JINMEI Tatuya1-37/+37
2012-02-16[1584review] added a test for CNAME+wildcard with NSEC3 case.JINMEI Tatuya1-1/+32
2012-02-16[1584review] added a test case for wildcard + NSEC3.JINMEI Tatuya1-4/+48
2012-02-16[1584] more style fixes, per the guidelines and consistency.JINMEI Tatuya1-22/+24
2012-02-16[master] added changelog entry for #1638. also fixed a minor typo for 378.JINMEI Tatuya1-1/+7
2012-02-16[1584] trivial editorial fixes to meet the coding guidelines.JINMEI Tatuya2-4/+5
2012-02-16[master] make --disable-man workJeremy C. Reed1-1/+1
2012-02-16[master] add missing space in item descriptionsJeremy C. Reed1-8/+8
2012-02-16[1593] a couple of style fixesJINMEI Tatuya1-2/+4
2012-02-16[1613] constifyJINMEI Tatuya1-3/+3
2012-02-16[master] update changelogJelte Jansen1-0/+11
2012-02-16[1613] fix commentJelte Jansen1-1/+1
2012-02-16[1593] Addressed comments from reviewStephen Morris3-35/+54
2012-02-16[1613] data mangle wasn't necessary, revertedJelte Jansen3-41/+5
2012-02-16[1613] also test very badly malformed query (and FORMERR counter)Jelte Jansen3-6/+46
2012-02-16[1613] fix rcode counting, and add additional tests for thatJelte Jansen4-10/+106
2012-02-16[1580] a suggested cleanup: rename addNSCOMAINProof to addNSCOMAINProofByNSECJINMEI Tatuya3-12/+13
2012-02-16[1580] handled one missing case: run time collision due to having matchingJINMEI Tatuya2-2/+24
2012-02-16[1580] updated addNSEC3NXDOMAINProof() so we don't check duplicate NSEC3 forJINMEI Tatuya2-20/+34
2012-02-16[1580] simplified the cases with unexpected NULL results of findNSEC3().JINMEI Tatuya2-27/+20
2012-02-16[1580] corrected the comment about how to construct the correspondingJINMEI Tatuya1-5/+5
2012-02-16[1580] removed incorrect/redundant comments. the first line is simplyJINMEI Tatuya1-11/+0
2012-02-16[1580] removed white space at EOL and in blank line.JINMEI Tatuya2-2/+2
2012-02-16[1593] suggested style cleanup: use the camel style for function names per guideJINMEI Tatuya3-57/+55
2012-02-16[1593] some trivial style fixes. mostly to be aligned with the guideline.JINMEI Tatuya2-25/+25
2012-02-16[1580] Add Bad NSEC3 next_proof test.Xie Jiagui1-1/+51
2012-02-16[1580] Add new comments to NSEC3 proves for NXDOMAIN,and fix theXie Jiagui1-23/+27