index
:
kea
master
kea
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
dns
/
gen-rdatacode.py.in
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-02-23
[1392] cleanup: removed a "short term" workaround in python/isc/log/Makefile.am
JINMEI Tatuya
1
-9
/
+0
2012-02-23
[master] changelog for NSEC3 tickets.
JINMEI Tatuya
1
-0
/
+6
2012-02-22
[master] include the docbook xml files for the dhcp man pages in the dist tar...
Jeremy C. Reed
2
-2
/
+2
2012-02-22
[1587] some more documentation cleanups/additions
JINMEI Tatuya
2
-8
/
+11
2012-02-22
[1587] documentation updates
JINMEI Tatuya
2
-1
/
+56
2012-02-22
[1587] unified non-recursive findNSEC3 cases into a helper method,
JINMEI Tatuya
2
-40
/
+26
2012-02-21
[1587] extracted cases with recursive findNSEC3 into a unified helper method,
JINMEI Tatuya
3
-73
/
+53
2012-02-21
[master] revised changelog entry for #1633 so it'll be more helpful.
JINMEI Tatuya
1
-1
/
+3
2012-02-21
[master] changelog for #1633
JINMEI Tatuya
1
-1
/
+5
2012-02-21
[master] applied proposed patch for #1633 (MacOS Lion build fix)
JINMEI Tatuya
1
-0
/
+4
2012-02-20
[1593-sun] Add missing include of $(BOOST_INCLUDE) to the tests
Stephen Morris
1
-2
/
+3
2012-02-20
[1593-sun] Fix errors on Sun build
Stephen Morris
3
-8
/
+6
2012-02-17
[1593] Addressed (re)review points
Stephen Morris
3
-6
/
+23
2012-02-17
[master] update changelog
Jelte Jansen
1
-0
/
+8
2012-02-17
[1613] fix indent
Jelte Jansen
1
-1
/
+1
2012-02-17
[1613] move resumeServer wrapper into Impl class
Jelte Jansen
2
-30
/
+30
2012-02-17
[master] changelog fix
Jelte Jansen
1
-1
/
+1
2012-02-17
[master] update changelog
Jelte Jansen
1
-0
/
+4
2012-02-17
[1695] make sure auth::Query recognizes the DNSSEC DO bit. tests added.
JINMEI Tatuya
6
-1
/
+139
2012-02-17
[1695] mv an NSEC3 test zone under testutils/testdata so we can share it
JINMEI Tatuya
3
-74
/
+2
2012-02-16
[1584review] cleanup and comment update: removed redundant check for isWildcard.
JINMEI Tatuya
2
-9
/
+13
2012-02-16
[1584review] added a test for a run time collision case for wildcard + NSEC3.
JINMEI Tatuya
2
-4
/
+17
2012-02-16
[1584review] simplification: we actually didn't have to calculate the next
JINMEI Tatuya
1
-9
/
+4
2012-02-16
[1584review] corrected indentation per the guideline.
JINMEI Tatuya
1
-37
/
+37
2012-02-16
[1584review] added a test for CNAME+wildcard with NSEC3 case.
JINMEI Tatuya
1
-1
/
+32
2012-02-16
[1584review] added a test case for wildcard + NSEC3.
JINMEI Tatuya
1
-4
/
+48
2012-02-16
[1584] more style fixes, per the guidelines and consistency.
JINMEI Tatuya
1
-22
/
+24
2012-02-16
[master] added changelog entry for #1638. also fixed a minor typo for 378.
JINMEI Tatuya
1
-1
/
+7
2012-02-16
[1584] trivial editorial fixes to meet the coding guidelines.
JINMEI Tatuya
2
-4
/
+5
2012-02-16
[master] make --disable-man work
Jeremy C. Reed
1
-1
/
+1
2012-02-16
[master] add missing space in item descriptions
Jeremy C. Reed
1
-8
/
+8
2012-02-16
[1593] a couple of style fixes
JINMEI Tatuya
1
-2
/
+4
2012-02-16
[1613] constify
JINMEI Tatuya
1
-3
/
+3
2012-02-16
[master] update changelog
Jelte Jansen
1
-0
/
+11
2012-02-16
[1613] fix comment
Jelte Jansen
1
-1
/
+1
2012-02-16
[1593] Addressed comments from review
Stephen Morris
3
-35
/
+54
2012-02-16
[1613] data mangle wasn't necessary, reverted
Jelte Jansen
3
-41
/
+5
2012-02-16
[1613] also test very badly malformed query (and FORMERR counter)
Jelte Jansen
3
-6
/
+46
2012-02-16
[1613] fix rcode counting, and add additional tests for that
Jelte Jansen
4
-10
/
+106
2012-02-16
[1580] a suggested cleanup: rename addNSCOMAINProof to addNSCOMAINProofByNSEC
JINMEI Tatuya
3
-12
/
+13
2012-02-16
[1580] handled one missing case: run time collision due to having matching
JINMEI Tatuya
2
-2
/
+24
2012-02-16
[1580] updated addNSEC3NXDOMAINProof() so we don't check duplicate NSEC3 for
JINMEI Tatuya
2
-20
/
+34
2012-02-16
[1580] simplified the cases with unexpected NULL results of findNSEC3().
JINMEI Tatuya
2
-27
/
+20
2012-02-16
[1580] corrected the comment about how to construct the corresponding
JINMEI Tatuya
1
-5
/
+5
2012-02-16
[1580] removed incorrect/redundant comments. the first line is simply
JINMEI Tatuya
1
-11
/
+0
2012-02-16
[1580] removed white space at EOL and in blank line.
JINMEI Tatuya
2
-2
/
+2
2012-02-16
[1593] suggested style cleanup: use the camel style for function names per guide
JINMEI Tatuya
3
-57
/
+55
2012-02-16
[1593] some trivial style fixes. mostly to be aligned with the guideline.
JINMEI Tatuya
2
-25
/
+25
2012-02-16
[1580] Add Bad NSEC3 next_proof test.
Xie Jiagui
1
-1
/
+51
2012-02-16
[1580] Add new comments to NSEC3 proves for NXDOMAIN,and fix the
Xie Jiagui
1
-23
/
+27
[next]