index
:
kea
master
kea
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
bin
/
auth
/
tests
/
auth_srv_unittest.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[3391] Removed DNS specific folders from the tree.
Marcin Siodelski
2014-04-09
1
-2186
/
+0
*
[2168] Fix more unittests
Mukund Sivaraman
2014-01-15
1
-13
/
+12
*
Disable a test conditionally
Michal 'vorner' Vaner
2013-07-31
1
-0
/
+4
*
[2862] Subscribe in case of remote segment
Michal 'vorner' Vaner
2013-07-12
1
-0
/
+12
*
[2862] Tests for subscribing to the readers
Michal 'vorner' Vaner
2013-07-12
1
-2
/
+32
*
[2905] updated Query::process so it'll return SERVFAIL for empty(broken) zones.
JINMEI Tatuya
2013-05-21
1
-0
/
+32
*
[master] Merge branch 'trac2833'
JINMEI Tatuya
2013-04-03
1
-84
/
+16
|
\
|
*
[2833] cleanup: removed static data source module.
JINMEI Tatuya
2013-04-02
1
-77
/
+12
|
*
[2833] pass CacheConfig to DataSourceClient and maintain it there.
JINMEI Tatuya
2013-04-01
1
-3
/
+3
|
*
[2833] revise ZoneTableSegment::create() so it takes ZoneTableConfig
JINMEI Tatuya
2013-03-28
1
-5
/
+2
*
|
[master] Merge branch 'trac2562'
JINMEI Tatuya
2013-03-28
1
-2
/
+9
|
\
\
|
|
/
|
/
|
|
*
[2562] set want_answer to true in group_sendmsg() for notify handling.
JINMEI Tatuya
2013-03-28
1
-0
/
+5
|
*
[2562] update notifyWithoutSession test for the case where zonemgr not running.
JINMEI Tatuya
2013-03-27
1
-2
/
+4
*
|
Merge #2835
Michal 'vorner' Vaner
2013-03-27
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
[1835] Read name from configuration
Michal 'vorner' Vaner
2013-03-15
1
-1
/
+1
*
|
[1938] reject 'notauth' notifies immediately from b10-auth.
JINMEI Tatuya
2013-03-20
1
-0
/
+47
*
|
[1938] test refactoring: make sure some notify tests use auth zone.
JINMEI Tatuya
2013-03-20
1
-58
/
+91
|
/
*
Merge branch 'trac2157_merge'
Yoshitaka Aharen
2013-02-21
1
-166
/
+310
|
\
|
*
Merge branch 'trac2157_2' into trac2157_merge
Yoshitaka Aharen
2013-02-06
1
-166
/
+310
|
|
\
|
|
*
[2157] fix opcode handling and added some documentation
Yoshitaka Aharen
2013-02-02
1
-0
/
+3
|
|
*
[2157] increment opcode counter if message header parse succeeded
Yoshitaka Aharen
2013-01-31
1
-2
/
+22
|
|
*
[2157] added a note to describe response() processes 3 messages
Yoshitaka Aharen
2013-01-28
1
-0
/
+1
|
|
*
[2157] removed unused helper function from test code
Yoshitaka Aharen
2013-01-28
1
-6
/
+0
|
|
*
[2157] use boost::optional for getRequestOpcode()
Yoshitaka Aharen
2013-01-28
1
-3
/
+0
|
|
*
[2157] corrected order of EXPECT_EQ params: 1st param should be the 'expected'.
JINMEI Tatuya
2013-01-15
1
-6
/
+6
|
|
*
[2157] constify
JINMEI Tatuya
2013-01-15
1
-1
/
+1
|
|
*
[2157] check some statistics counters are unaffected
Yoshitaka Aharen
2013-01-11
1
-133
/
+164
|
|
*
[2157] skip test which uses sqlite3 data source for static-link
Yoshitaka Aharen
2012-12-26
1
-0
/
+4
|
|
*
[2157] style fix: folded a long line
JINMEI Tatuya
2012-12-21
1
-1
/
+2
|
|
*
[2157] test only for concerned counters
Yoshitaka Aharen
2012-12-11
1
-20
/
+0
|
|
*
[2157] fix checks for response is TSIG signed or not
Yoshitaka Aharen
2012-12-11
1
-0
/
+1
|
|
*
[2157] add a testcase of truncated message
Yoshitaka Aharen
2012-12-11
1
-4
/
+28
|
|
*
[2157] unify counter initialization check into a method
Yoshitaka Aharen
2012-12-11
1
-165
/
+42
|
|
*
[2157] add testcase
Yoshitaka Aharen
2012-11-21
1
-36
/
+282
|
|
*
[2157] rename following the naming policy
Yoshitaka Aharen
2012-11-16
1
-2
/
+2
|
|
*
[2157] update item definitions
Yoshitaka Aharen
2012-11-15
1
-3
/
+1
|
|
*
[2157] fix code-to-counter conversion table
Yoshitaka Aharen
2012-11-15
1
-1
/
+1
|
|
*
[2155] update test case according to the review comment
Yoshitaka Aharen
2012-11-15
1
-11
/
+4
|
|
*
[2155] fixed wrong comment
Yoshitaka Aharen
2012-11-15
1
-1
/
+1
|
|
*
[2157] some more trivial style fixes
JINMEI Tatuya
2012-11-14
1
-1
/
+2
|
|
*
[2157] apply review comments
Yoshitaka Aharen
2012-11-13
1
-5
/
+6
|
|
*
[2155] update for structured statistics items
Yoshitaka Aharen
2012-10-05
1
-88
/
+61
|
|
*
[2157] modified an interface to get statistics data
Yoshitaka Aharen
2012-10-02
1
-38
/
+44
*
|
|
[2281] Remove the old in-memory data source code
Mukund Sivaraman
2013-02-07
1
-1
/
+0
|
/
/
*
|
[2587] Use scoped_ptr and convertSockAddr()
Jelte Jansen
2013-01-17
1
-8
/
+7
*
|
[2587] use sockaddr_storage
Jelte Jansen
2013-01-15
1
-4
/
+7
*
|
[2587] Fix for unit test; set sa_len if available
Jelte Jansen
2013-01-14
1
-2
/
+11
*
|
[2442] unified from std::string and with lexer ctro for text-like rdata.
JINMEI Tatuya
2012-12-04
1
-1
/
+1
*
|
[master] Merge branch 'trac2213'
Jelte Jansen
2012-11-01
1
-0
/
+23
|
\
\
|
*
|
[2213] add test for AuthSrv::loadZone()
Jelte Jansen
2012-10-29
1
-0
/
+23
[next]