index
:
kea
master
kea
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
dns
/
rdata
/
any_255
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[4236] Replaced license text in all files containing it.
Marcin Siodelski
2015-12-16
2
-22
/
+6
*
[master] untabify
Francis Dupont
2015-06-11
1
-3
/
+3
*
[trac3593] added truncated HMAC support to TSIG
Francis Dupont
2014-10-22
1
-1
/
+9
*
[2762] Update tests and implementation (see full log)
Mukund Sivaraman
2013-09-09
1
-6
/
+16
*
[2726] Use empty() instead of size()
Michal 'vorner' Vaner
2013-06-17
1
-4
/
+4
*
[2726] Use more common check for assignment to self
Michal 'vorner' Vaner
2013-06-14
1
-1
/
+1
*
[2522] TSIG documentation, TSIG unit test string constructors
Paul Selkirk
2013-05-22
1
-18
/
+26
*
[2522] rewrite TSIG string constructor documentation
Paul Selkirk
2013-05-18
1
-35
/
+27
*
[2522] TSIG review updates
Paul Selkirk
2013-05-17
2
-19
/
+23
*
[2522] minor style fixes
JINMEI Tatuya
2013-05-16
1
-2
/
+2
*
[2522] trivial style cleanup: folded long lines
JINMEI Tatuya
2013-05-16
1
-5
/
+10
*
[2522] fix a typo
Paul Selkirk
2013-05-16
1
-1
/
+1
*
[2522] initialize impl_ directly in TSIG lexer constructor
Paul Selkirk
2013-05-16
1
-3
/
+2
*
[2522] TSIG algorigthm can be a reference, maybe a bit more efficient
Paul Selkirk
2013-05-16
1
-1
/
+1
*
[2522] convert TSIG string constructor tests to checkFromText
Paul Selkirk
2013-05-16
1
-3
/
+3
*
[2522] more TSIG unit tests
Paul Selkirk
2013-05-16
1
-1
/
+1
*
[2522] add MasterLexer constructor for TSIG
Paul Selkirk
2013-05-16
2
-53
/
+132
*
[master] fix errors with ambiguous types and other boost uses
Jeremy C. Reed
2012-07-25
1
-1
/
+1
*
[2017] folded long lines as a result of the fixes
JINMEI Tatuya
2012-06-01
1
-11
/
+14
*
[2017] Many Doxygen warnings removed.
Tomek Mrugalski
2012-06-01
1
-11
/
+11
*
[1202] Add missing header files
Stephen Morris
2011-09-09
1
-0
/
+1
*
[master] catch by reference (caught by cppcheck)
Jelte Jansen
2011-08-04
1
-1
/
+1
*
[trac1160] move getToken and numToToken to util
Jelte Jansen
2011-08-01
1
-79
/
+47
*
[trac915] added a space in exception what() message for readability
JINMEI Tatuya
2011-05-18
1
-1
/
+1
*
[trac812next] implemented TSIG signing main part: add TSIGRecord::toWire() an...
JINMEI Tatuya
2011-04-28
1
-10
/
+2
*
Merge branch 'work/rdatafields'
Michal 'vorner' Vaner
2011-04-19
1
-2
/
+2
|
\
|
*
Merge branch 'master' into work/serialize
Michal 'vorner' Vaner
2011-04-04
1
-2
/
+2
*
|
[trac749] rename namespace
chenzhengzhang
2011-04-14
1
-2
/
+2
*
|
[trac749] update namespace names
chenzhengzhang
2011-04-14
1
-4
/
+4
*
|
[trac749] refactor more C++ utility code
chenzhengzhang
2011-04-12
1
-3
/
+4
*
|
[trac749] refactor C++ utility library
chenzhengzhang
2011-04-11
1
-2
/
+4
|
/
*
cleanup: removed $Id$, which is useless now that we've migrated to git.
JINMEI Tatuya
2011-01-21
2
-4
/
+0
*
corrected compile error with clang++ by avoiding to refer to a private class ...
JINMEI Tatuya
2010-11-30
1
-12
/
+14
*
resolve conflict: we don't need UNUSED_PARAM anymore.
JINMEI Tatuya
2010-11-29
1
-16
/
+14
*
avoid using a large (>= 2^32) constant for wider portability.
JINMEI Tatuya
2010-11-24
1
-1
/
+2
*
removed redundant white spaces at EOLs
JINMEI Tatuya
2010-10-15
2
-3
/
+3
*
added detailed documentation for the TSIG RDATA class.
JINMEI Tatuya
2010-10-15
2
-11
/
+216
*
initial implementation of TSIG RDATA.
JINMEI Tatuya
2010-10-15
2
-0
/
+455