summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [1697] 1st update: make MessageRenderer constructors parameter-free.JINMEI Tatuya2012-02-2438-128/+114
* [1392] cleanup: removed a "short term" workaround in python/isc/log/Makefile.amJINMEI Tatuya2012-02-231-9/+0
* [master] changelog for NSEC3 tickets.JINMEI Tatuya2012-02-231-0/+6
* [master] Merge branch 'trac1587'JINMEI Tatuya2012-02-233-105/+129
|\
| * [1587] some more documentation cleanups/additionsJINMEI Tatuya2012-02-222-8/+11
| * [1587] documentation updatesJINMEI Tatuya2012-02-222-1/+56
| * [1587] unified non-recursive findNSEC3 cases into a helper method,JINMEI Tatuya2012-02-222-40/+26
| * [1587] extracted cases with recursive findNSEC3 into a unified helper method,JINMEI Tatuya2012-02-213-73/+53
* | [master] include the docbook xml files for the dhcp man pages in the dist tar...Jeremy C. Reed2012-02-222-2/+2
|/
* [master] revised changelog entry for #1633 so it'll be more helpful.JINMEI Tatuya2012-02-211-1/+3
* [master] changelog for #1633JINMEI Tatuya2012-02-211-1/+5
* [master] applied proposed patch for #1633 (MacOS Lion build fix)JINMEI Tatuya2012-02-211-0/+4
* [1593-sun] Add missing include of $(BOOST_INCLUDE) to the testsStephen Morris2012-02-201-2/+3
* [1593-sun] Fix errors on Sun buildStephen Morris2012-02-203-8/+6
* Merge branch 'master' into trac1593Stephen Morris2012-02-2076-880/+3603
|\
| * [master] Merge branch 'trac1584review' with fixing conflicts.JINMEI Tatuya2012-02-183-23/+138
| |\
| | * [1584review] cleanup and comment update: removed redundant check for isWildcard.JINMEI Tatuya2012-02-162-9/+13
| | * [1584review] added a test for a run time collision case for wildcard + NSEC3.JINMEI Tatuya2012-02-162-4/+17
| | * [1584review] simplification: we actually didn't have to calculate the nextJINMEI Tatuya2012-02-161-9/+4
| | * [1584review] corrected indentation per the guideline.JINMEI Tatuya2012-02-161-37/+37
| | * [1584review] added a test for CNAME+wildcard with NSEC3 case.JINMEI Tatuya2012-02-161-1/+32
| | * [1584review] added a test case for wildcard + NSEC3.JINMEI Tatuya2012-02-161-4/+48
| | * [1584review] Merge branch 'trac1584' into trac1584reviewJINMEI Tatuya2012-02-162-17/+45
| | |\
| | | * [1584] more style fixes, per the guidelines and consistency.JINMEI Tatuya2012-02-161-22/+24
| | | * [1584] trivial editorial fixes to meet the coding guidelines.JINMEI Tatuya2012-02-162-4/+5
| | | * construct name as next closer+closest encloser, and then invoke findNSEC3 to ...zhanghk2012-02-151-43/+36
| | | * add RFC 5155 Section 7.2.6. the NSEC3 wildcard answer responses is added in ...zhanghk2012-02-142-5/+37
| * | | [master] update changelogJelte Jansen2012-02-171-0/+8
| * | | [master] Merge branch 'trac1613'Jelte Jansen2012-02-178-7/+373
| |\ \ \
| | * | | [1613] fix indentJelte Jansen2012-02-171-1/+1
| | * | | [1613] move resumeServer wrapper into Impl classJelte Jansen2012-02-172-30/+30
| | * | | [1613] constifyJINMEI Tatuya2012-02-161-3/+3
| | * | | [1613] fix commentJelte Jansen2012-02-161-1/+1
| | * | | [1613] data mangle wasn't necessary, revertedJelte Jansen2012-02-163-41/+5
| | * | | [1613] also test very badly malformed query (and FORMERR counter)Jelte Jansen2012-02-163-6/+46
| | * | | [1613] fix rcode counting, and add additional tests for thatJelte Jansen2012-02-164-10/+106
| | * | | [1613] fixed trivial typos in comments.JINMEI Tatuya2012-02-161-2/+2
| | * | | [1613] typoJelte Jansen2012-02-151-1/+1
| | * | | [1613] per rcode statisticsJelte Jansen2012-02-155-2/+268
| * | | | [master] changelog fixJelte Jansen2012-02-171-1/+1
| * | | | [master] Merge branch 'master' of ssh://git.bind10.isc.org/var/bind10/git/bind10Jelte Jansen2012-02-173-16/+122
| |\ \ \ \
| | * \ \ \ Merge branch 'master' into trac1580Xie Jiagui2012-02-1722-285/+852
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | * | | | [1580] a suggested cleanup: rename addNSCOMAINProof to addNSCOMAINProofByNSECJINMEI Tatuya2012-02-163-12/+13
| | * | | | [1580] handled one missing case: run time collision due to having matchingJINMEI Tatuya2012-02-162-2/+24
| | * | | | [1580] updated addNSEC3NXDOMAINProof() so we don't check duplicate NSEC3 forJINMEI Tatuya2012-02-162-20/+34
| | * | | | [1580] simplified the cases with unexpected NULL results of findNSEC3().JINMEI Tatuya2012-02-162-27/+20
| | * | | | [1580] corrected the comment about how to construct the correspondingJINMEI Tatuya2012-02-161-5/+5
| | * | | | [1580] removed incorrect/redundant comments. the first line is simplyJINMEI Tatuya2012-02-161-11/+0
| | * | | | [1580] Merge branch 'master' into trac1580 to reduce conflicts with resultsJINMEI Tatuya2012-02-1699-975/+3531
| | |\ \ \ \
| | * | | | | [1580] removed white space at EOL and in blank line.JINMEI Tatuya2012-02-162-2/+2