index
:
kea
master
kea
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
lib
/
dns
/
tests
/
tsig_unittest.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[#3212] restore code after rebase
Piotrek Zadroga
2024-03-20
1
-39
/
+38
*
[#3208] reordered includes
Razvan Becheriu
2024-03-11
1
-16
/
+13
*
[#3208] Removed spurious tabs and spaces
Francis Dupont
2024-03-10
1
-2
/
+2
*
[#3208] Got rid of non-C++ NULL
Francis Dupont
2024-03-10
1
-23
/
+23
*
[#3208] clean up code
Razvan Becheriu
2024-03-09
1
-5
/
+5
*
[#3208] restore unittests
Razvan Becheriu
2024-03-07
1
-0
/
+1180
*
[#3208] remove unused code in libdns
Razvan Becheriu
2024-03-07
1
-1184
/
+0
*
[#3209] Updated copyrights
Thomas Markwalder
2024-02-07
1
-1
/
+1
*
[#3209] Initial commit
Thomas Markwalder
2024-02-07
1
-1
/
+1
*
Rebase v2_4 onto master after the release.
Marcin Godzina
2023-07-04
1
-1
/
+1
*
[#2830] use uint128_t for random prefix allocation
Razvan Becheriu
2023-06-21
1
-11
/
+9
*
Added #include <config.h> to all .cc files.
Andrei Pavel
2016-12-14
1
-0
/
+2
*
[4236] Updated copyright dates in all files.
Marcin Siodelski
2015-12-16
1
-1
/
+1
*
[4236] Replaced license text in all files containing it.
Marcin Siodelski
2015-12-16
1
-11
/
+3
*
[3919] grammar
Francis Dupont
2015-06-26
1
-1
/
+1
*
[3919] Reverted last change and added a comment
Francis Dupont
2015-06-24
1
-88
/
+103
*
[3919] reworked last unit test which cannot be parsed by buggy cppchecl
Francis Dupont
2015-06-24
1
-99
/
+87
*
[trac3593] added truncated HMAC support to TSIG
Francis Dupont
2014-10-22
1
-4
/
+42
*
Merge branch 'master' into trac2168
Mukund Sivaraman
2014-02-06
1
-1
/
+1
|
\
|
*
[956] Make Message::toWire() TSIG agnostic
Mukund Sivaraman
2014-02-05
1
-1
/
+1
*
|
[2168] Remove use of UnitTestUtil::matchWireData() in dns/tests/
Mukund Sivaraman
2014-01-15
1
-6
/
+7
|
/
*
[1357] Test at most 99 unsigned messages are there
Michal 'vorner' Vaner
2012-09-07
1
-2
/
+32
*
[1357] Fix TCP-TSIG test
Michal 'vorner' Vaner
2012-09-07
1
-4
/
+16
*
[1357] The unsigned message is accepted
Michal 'vorner' Vaner
2012-09-07
1
-1
/
+1
*
[1357] Internal TSIGContext::update method
Michal 'vorner' Vaner
2012-09-07
1
-29
/
+53
*
[1357] Tests for skipped signatures
Michal 'vorner' Vaner
2012-09-06
1
-4
/
+72
*
[1357] Implement TSIGContext::lastHadSignature
Michal 'vorner' Vaner
2012-09-06
1
-2
/
+18
*
[1697] 1st update: make MessageRenderer constructors parameter-free.
JINMEI Tatuya
2012-02-24
1
-2
/
+1
*
[master] Merge branch 'trac910'
JINMEI Tatuya
2011-07-15
1
-0
/
+72
|
\
|
*
[trac910] added a new method getTSIGLength() to TSIGContext, which will be
JINMEI Tatuya
2011-07-08
1
-0
/
+72
*
|
[master] minor and trivial fix to a SCOPED_TRACE message. directly pushing.
JINMEI Tatuya
2011-07-08
1
-1
/
+1
|
/
*
[trac951] workaround for debian build problem
Jelte Jansen
2011-05-23
1
-0
/
+23
*
[master] fixed a minor typo in a test name
JINMEI Tatuya
2011-05-12
1
-1
/
+1
*
[trac893] temporarily disabled hmac tests using truncation due to change a64f778
JINMEI Tatuya
2011-05-06
1
-1
/
+1
*
[trac893] overall document updates
JINMEI Tatuya
2011-05-06
1
-6
/
+6
*
[trac893] temporary change for short signatures: modify cryptolink to reject
JINMEI Tatuya
2011-05-06
1
-0
/
+15
*
[trac893] implemented major logic of TSIG verify
JINMEI Tatuya
2011-05-06
1
-66
/
+425
*
[trac893] unrelated cleanup: correced a typo in a comment line.
JINMEI Tatuya
2011-05-04
1
-1
/
+1
*
[trac893] added another constructor for TSIGContext: from key params and keyr...
JINMEI Tatuya
2011-05-04
1
-0
/
+28
*
[trac812next] unified "fake time" hook in lib/util/time_utilities.
JINMEI Tatuya
2011-04-28
1
-15
/
+14
*
[trac812next] created separate tsigrecord.* files as TSIGRecord is quite
JINMEI Tatuya
2011-04-27
1
-0
/
+1
*
[trac812] minor editorial cleanups
JINMEI Tatuya
2011-04-27
1
-3
/
+3
*
[trac812] ensure TSIGContext::sign() provides strong exception guarantee
JINMEI Tatuya
2011-04-27
1
-0
/
+36
*
[trac812] reject NULL or len=0 data
JINMEI Tatuya
2011-04-27
1
-0
/
+8
*
[trac812] some cleanups
JINMEI Tatuya
2011-04-27
1
-26
/
+30
*
[trac812] main code for TSIG signing.
JINMEI Tatuya
2011-04-26
1
-0
/
+457
*
Initial implementation of TSIGKey and TSIGKeyRing, including detailed tests, ...
JINMEI Tatuya
2010-10-19
1
-41
/
+0
*
s/#include "header"/#include <[path/]header>/ (trac #291)
JINMEI Tatuya
2010-07-16
1
-1
/
+1
*
Restructure trunk again.
Jeremy C. Reed
2010-03-05
1
-0
/
+41