index
:
kea
master
kea
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[1602] start with doxygen docs
Jelte Jansen
2012-02-22
2
-4
/
+25
*
[1602] get rid of internal buffer
Jelte Jansen
2012-02-21
4
-76
/
+133
*
[1602] initial implementation
Jelte Jansen
2012-02-20
6
-0
/
+325
*
[master] Merge branch 'trac1613'
Jelte Jansen
2012-02-17
1
-0
/
+1
|
\
|
*
[1613] fix indent
Jelte Jansen
2012-02-17
1
-1
/
+1
|
*
[1613] data mangle wasn't necessary, reverted
Jelte Jansen
2012-02-16
2
-20
/
+5
|
*
[1613] also test very badly malformed query (and FORMERR counter)
Jelte Jansen
2012-02-16
2
-5
/
+21
*
|
[1695] make sure auth::Query recognizes the DNSSEC DO bit. tests added.
JINMEI Tatuya
2012-02-17
4
-0
/
+95
*
|
[1695] mv an NSEC3 test zone under testutils/testdata so we can share it
JINMEI Tatuya
2012-02-17
3
-74
/
+2
*
|
[master] Merge branch 'trac1638'
JINMEI Tatuya
2012-02-16
16
-262
/
+712
|
\
\
|
*
|
[1638] updated comment wording
JINMEI Tatuya
2012-02-15
1
-1
/
+1
|
*
|
[1638] in parseNSEC3ParamText(), checked the encoded salt length first to
JINMEI Tatuya
2012-02-15
1
-4
/
+7
|
*
|
[1638] editorial cleanup: removed a white space at EOL.
JINMEI Tatuya
2012-02-15
1
-1
/
+1
|
*
|
[1638] consolidated common logic of parsing text/wire NSEC3/NSEC3PARAM RDATA
JINMEI Tatuya
2012-02-15
6
-128
/
+304
|
*
|
[1638] an NSEC3 bug fix: reject padded base32hex string for next hash.
JINMEI Tatuya
2012-02-15
2
-1
/
+11
|
*
|
[1638] add some more bad from-wire data tests. no need to fix the main code.
JINMEI Tatuya
2012-02-15
1
-0
/
+13
|
*
|
[1638] unified NSEC3PARAM::toWire() methods, fixing a small bug for empty salt.
JINMEI Tatuya
2012-02-15
2
-11
/
+15
|
*
|
[1638] corrected "from wire" NSEC3PARAM constructor behaviors
JINMEI Tatuya
2012-02-15
6
-12
/
+48
|
*
|
[1638] supported NSEC3PARAM in gen_wiredata.py.
JINMEI Tatuya
2012-02-15
1
-13
/
+35
|
*
|
[1638] adjusted NSEC3PARAM testdata so it's compatible with corresponding NSEC3
JINMEI Tatuya
2012-02-15
2
-4
/
+4
|
*
|
[1638] corrected salt comparison logic in NSEC3PARAM
JINMEI Tatuya
2012-02-15
3
-7
/
+22
|
*
|
[1638] corrected toText() output of NSEC3PARAM with empty salt
JINMEI Tatuya
2012-02-15
2
-11
/
+11
|
*
|
[1638] fixed various "from text" bugs in NSEC3PARAM
JINMEI Tatuya
2012-02-15
4
-27
/
+48
|
*
|
[1638] pre-work refactoring: extracted some NSEC3 tests into TYPED_TESTs
JINMEI Tatuya
2012-02-15
3
-106
/
+256
*
|
|
[master] Merge branch 'trac1649'
Jelte Jansen
2012-02-16
3
-13
/
+113
|
\
\
\
|
*
|
|
[1649] address review comments
Jelte Jansen
2012-02-15
1
-3
/
+3
|
*
|
|
[1649] one more check, and doc update
Jelte Jansen
2012-02-14
2
-9
/
+20
|
*
|
|
[1649] oops removed the if there
Jelte Jansen
2012-02-14
1
-1
/
+1
|
*
|
|
[1649] added a few docstrings
Jelte Jansen
2012-02-14
1
-1
/
+7
|
*
|
|
[1649] use the new helper functions in a few old places
Jelte Jansen
2012-02-14
1
-6
/
+6
|
*
|
|
[1649] remove superfluous / from identifier
Jelte Jansen
2012-02-14
2
-0
/
+6
|
*
|
|
[1649] add index check
Jelte Jansen
2012-02-14
2
-3
/
+43
|
*
|
|
[1649] add a test for the failure scenario
Jelte Jansen
2012-02-14
1
-0
/
+37
*
|
|
|
[master] Merge branch 'trac1585'
JINMEI Tatuya
2012-02-15
3
-6
/
+18
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
[1585] Merge branch 'master' into trac1585 with fixing conflicts, mainly
JINMEI Tatuya
2012-02-14
1
-2
/
+2
|
|
\
|
|
|
|
*
|
[master] [1596] Fix obvious typo in makefile
Michal 'vorner' Vaner
2012-02-14
1
-2
/
+2
|
|
|
/
|
*
/
[1583] not directly related, intermediate update: reject null RRset in
JINMEI Tatuya
2012-02-14
3
-6
/
+18
|
|
/
*
|
[1596] Fix obvious typo in makefile
Michal 'vorner' Vaner
2012-02-14
1
-2
/
+2
*
|
Merge branch #1596
Michal 'vorner' Vaner
2012-02-14
2
-7
/
+9
|
\
\
|
|
/
|
/
|
|
*
[1596] Some comments
Michal 'vorner' Vaner
2012-02-13
1
-3
/
+3
|
*
[1596] Update test
Michal 'vorner' Vaner
2012-02-10
1
-2
/
+2
|
*
[1596] Send pid with a shutdown command
Michal 'vorner' Vaner
2012-02-02
2
-4
/
+6
*
|
[master] Merge branch 'trac1576' with fixing conflicts.
JINMEI Tatuya
2012-02-13
9
-105
/
+665
|
\
\
|
*
|
[1576] made DefaultNSEC3HashCreator so an experimental app can use it interna...
JINMEI Tatuya
2012-02-13
3
-17
/
+58
|
*
|
[1576] removed virtual from the InMemoryZoneFinderTest destructor for now
JINMEI Tatuya
2012-02-13
1
-1
/
+1
|
*
|
[1576] fixed a typo for an expected test value (code was correct; test was wr...
JINMEI Tatuya
2012-02-10
1
-3
/
+5
|
*
|
[1576] avoid possible name conflict, fixed a broken comment
JINMEI Tatuya
2012-02-08
1
-14
/
+14
|
*
|
[1576] added one more test, using more complete zone example and compliant hash
JINMEI Tatuya
2012-02-08
3
-0
/
+114
|
*
|
[1576] added log messages for findNSEC3
JINMEI Tatuya
2012-02-08
2
-0
/
+35
|
*
|
[1576] more cleanup: unifieid nsec3Check and findNSEC3Check.
JINMEI Tatuya
2012-02-08
1
-43
/
+40
[next]