summaryrefslogtreecommitdiffstats
path: root/src/bin/auth/tests/auth_srv_unittest.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [3391] Removed DNS specific folders from the tree.Marcin Siodelski2014-04-091-2186/+0
* [2168] Fix more unittestsMukund Sivaraman2014-01-151-13/+12
* Disable a test conditionallyMichal 'vorner' Vaner2013-07-311-0/+4
* [2862] Subscribe in case of remote segmentMichal 'vorner' Vaner2013-07-121-0/+12
* [2862] Tests for subscribing to the readersMichal 'vorner' Vaner2013-07-121-2/+32
* [2905] updated Query::process so it'll return SERVFAIL for empty(broken) zones.JINMEI Tatuya2013-05-211-0/+32
* [master] Merge branch 'trac2833'JINMEI Tatuya2013-04-031-84/+16
|\
| * [2833] cleanup: removed static data source module.JINMEI Tatuya2013-04-021-77/+12
| * [2833] pass CacheConfig to DataSourceClient and maintain it there.JINMEI Tatuya2013-04-011-3/+3
| * [2833] revise ZoneTableSegment::create() so it takes ZoneTableConfigJINMEI Tatuya2013-03-281-5/+2
* | [master] Merge branch 'trac2562'JINMEI Tatuya2013-03-281-2/+9
|\ \ | |/ |/|
| * [2562] set want_answer to true in group_sendmsg() for notify handling.JINMEI Tatuya2013-03-281-0/+5
| * [2562] update notifyWithoutSession test for the case where zonemgr not running.JINMEI Tatuya2013-03-271-2/+4
* | Merge #2835Michal 'vorner' Vaner2013-03-271-1/+1
|\ \ | |/ |/|
| * [1835] Read name from configurationMichal 'vorner' Vaner2013-03-151-1/+1
* | [1938] reject 'notauth' notifies immediately from b10-auth.JINMEI Tatuya2013-03-201-0/+47
* | [1938] test refactoring: make sure some notify tests use auth zone.JINMEI Tatuya2013-03-201-58/+91
|/
* Merge branch 'trac2157_merge'Yoshitaka Aharen2013-02-211-166/+310
|\
| * Merge branch 'trac2157_2' into trac2157_mergeYoshitaka Aharen2013-02-061-166/+310
| |\
| | * [2157] fix opcode handling and added some documentationYoshitaka Aharen2013-02-021-0/+3
| | * [2157] increment opcode counter if message header parse succeededYoshitaka Aharen2013-01-311-2/+22
| | * [2157] added a note to describe response() processes 3 messagesYoshitaka Aharen2013-01-281-0/+1
| | * [2157] removed unused helper function from test codeYoshitaka Aharen2013-01-281-6/+0
| | * [2157] use boost::optional for getRequestOpcode()Yoshitaka Aharen2013-01-281-3/+0
| | * [2157] corrected order of EXPECT_EQ params: 1st param should be the 'expected'.JINMEI Tatuya2013-01-151-6/+6
| | * [2157] constifyJINMEI Tatuya2013-01-151-1/+1
| | * [2157] check some statistics counters are unaffectedYoshitaka Aharen2013-01-111-133/+164
| | * [2157] skip test which uses sqlite3 data source for static-linkYoshitaka Aharen2012-12-261-0/+4
| | * [2157] style fix: folded a long lineJINMEI Tatuya2012-12-211-1/+2
| | * [2157] test only for concerned countersYoshitaka Aharen2012-12-111-20/+0
| | * [2157] fix checks for response is TSIG signed or notYoshitaka Aharen2012-12-111-0/+1
| | * [2157] add a testcase of truncated messageYoshitaka Aharen2012-12-111-4/+28
| | * [2157] unify counter initialization check into a methodYoshitaka Aharen2012-12-111-165/+42
| | * [2157] add testcaseYoshitaka Aharen2012-11-211-36/+282
| | * [2157] rename following the naming policyYoshitaka Aharen2012-11-161-2/+2
| | * [2157] update item definitionsYoshitaka Aharen2012-11-151-3/+1
| | * [2157] fix code-to-counter conversion tableYoshitaka Aharen2012-11-151-1/+1
| | * [2155] update test case according to the review commentYoshitaka Aharen2012-11-151-11/+4
| | * [2155] fixed wrong commentYoshitaka Aharen2012-11-151-1/+1
| | * [2157] some more trivial style fixesJINMEI Tatuya2012-11-141-1/+2
| | * [2157] apply review commentsYoshitaka Aharen2012-11-131-5/+6
| | * [2155] update for structured statistics itemsYoshitaka Aharen2012-10-051-88/+61
| | * [2157] modified an interface to get statistics dataYoshitaka Aharen2012-10-021-38/+44
* | | [2281] Remove the old in-memory data source codeMukund Sivaraman2013-02-071-1/+0
|/ /
* | [2587] Use scoped_ptr and convertSockAddr()Jelte Jansen2013-01-171-8/+7
* | [2587] use sockaddr_storageJelte Jansen2013-01-151-4/+7
* | [2587] Fix for unit test; set sa_len if availableJelte Jansen2013-01-141-2/+11
* | [2442] unified from std::string and with lexer ctro for text-like rdata.JINMEI Tatuya2012-12-041-1/+1
* | [master] Merge branch 'trac2213'Jelte Jansen2012-11-011-0/+23
|\ \
| * | [2213] add test for AuthSrv::loadZone()Jelte Jansen2012-10-291-0/+23