summaryrefslogtreecommitdiffstats
path: root/src/bin/auth/tests/auth_srv_unittest.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge branch 'master' into trac2155_2Yoshitaka Aharen2012-10-301-70/+66
|\ \ \
| * \ \ Merge #2209Michal 'vorner' Vaner2012-10-291-4/+7
| |\ \ \ | | |/ / | |/| |
| | * | [2209] Merge trac2208Michal 'vorner' Vaner2012-10-261-4/+7
| | |\ \
| | | * | [2208] Pass RRClass to ZoneTableSegment::create() factory methodMukund Sivaraman2012-10-231-1/+1
| | | * | [2208] Use consistent naming for ZoneTableSegment variablesMukund Sivaraman2012-10-221-3/+4
| | | * | [2208] Don't use .get() syntax in some places in managed ptrsMukund Sivaraman2012-10-221-2/+1
| | | * | [2208] Update ConfigurableClientList and other bits accordinglyMukund Sivaraman2012-10-181-4/+7
| * | | | [master] Merge branch 'trac2211'JINMEI Tatuya2012-10-231-73/+22
| |\ \ \ \
| | * | | | [2211] s/swapDataSrcClientLists/setDataSrcClientLists/ and changed the behaviorJINMEI Tatuya2012-10-231-3/+3
| | * | | | [2211] cleanup: removed now-unused stuff: auth_srv mutex, client lists, etc.JINMEI Tatuya2012-10-201-1/+0
| | * | | | [2211] test duplicate mgr holder acquisition instead using auth lockerJINMEI Tatuya2012-10-201-13/+0
| | * | | | [2211] use DataSrcClientsMgr for query processingJINMEI Tatuya2012-10-201-19/+22
| | * | | | [2211] introduce DataSrcClientsMgr::Holder.JINMEI Tatuya2012-10-201-40/+0
| * | | | | [2210] rename DataSrcClientListsPtr to ClientListMapPtrJelte Jansen2012-10-221-4/+4
| |/ / / /
| * / / / [2210] move DataSrcClientListsPtr typedefJelte Jansen2012-10-181-4/+4
| |/ / /
| * / / [2332] renamed thread/lock.h to thread/sync.h as it's not only for locks nowJINMEI Tatuya2012-10-171-1/+1
| |/ /
| * | [2204] cleanup: removed unused func, and renamed "ClientList" with "DataSrc".JINMEI Tatuya2012-10-061-14/+18
| * | [2204] removed server function/template param from configureDataSourceGeneric.JINMEI Tatuya2012-10-061-4/+4
| * | [2204] extracted swapDataSrcClientLists() from configureDataSource().JINMEI Tatuya2012-10-061-4/+12
| * | [2204] completely replaced setClientList with swapDataSrcClientLists.JINMEI Tatuya2012-10-061-24/+35
| * | [2204] Merge branch 'trac2203' into trac2204JINMEI Tatuya2012-10-051-28/+28
| |\ \
| | * | [2203] renamed datasrc_configurator to datasrc_config; it represents it better.JINMEI Tatuya2012-10-051-1/+1
| | * | [2203] changed configurator class to a simple function.JINMEI Tatuya2012-10-041-37/+25
| | * | [2203] pass server obj to configurator's reconfigure().JINMEI Tatuya2012-10-041-30/+35
| | * | [2203] refactoring 2nd step: configurator can now be a separate object.JINMEI Tatuya2012-10-041-26/+33
| * | | [master] Merge branch 'trac2060'JINMEI Tatuya2012-10-031-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | [2060] (unrelated) make the finder Context class "more basic"JINMEI Tatuya2012-10-031-1/+1
| * | | Merge #2202Michal 'vorner' Vaner2012-10-021-4/+25
| |\ \ \ | | |/ / | |/| |
| | * | [2202] More detail in TODO commentMichal 'vorner' Vaner2012-10-011-1/+3
| | * | [2202] Check the mutex is locked when it shouldMichal 'vorner' Vaner2012-09-051-4/+12
| | * | [2202] Add a mutex to the AuthSrvMichal 'vorner' Vaner2012-09-041-0/+11
* | | | [2155] update test case commentsYoshitaka Aharen2012-10-251-8/+8
* | | | [2155] update test case according to the review commentYoshitaka Aharen2012-10-121-13/+11
* | | | [2155] fixed wrong commentYoshitaka Aharen2012-10-101-1/+1
* | | | [2155] update for structured statistics itemsYoshitaka Aharen2012-10-051-4/+13
| |_|/ |/| |
* | | [2155] modify Counters::inc() to update new countersYoshitaka Aharen2012-10-011-43/+156
* | | [2155] put statistics into isc::auth::statistics namespaceYoshitaka Aharen2012-09-281-8/+9
|/ /
* | [2219] workaround for letting auth test refer to in-memory data source clientJINMEI Tatuya2012-09-211-3/+7
* | [2160] Automatically clean message after processMessage()Jelte Jansen2012-08-311-4/+3
|/
* Statistics data transfer method is changedKazunori Fujiwara2012-08-081-2/+0
* Don't require dynamic libs on static linkMichal 'vorner' Vaner2012-07-251-0/+8
* Remove unused functionMichal 'vorner' Vaner2012-07-241-15/+0
* Merge #1976Michal 'vorner' Vaner2012-07-241-211/+286
|\
| * [1976] Remove more unused codeMichal 'vorner' Vaner2012-07-191-12/+2
| * [1976] Remove unused member variableMukund Sivaraman2012-07-171-2/+0
| * [1976] Enable proxy testsMichal 'vorner' Vaner2012-07-041-92/+89
| * [1976] Enable tests for builtin DSRCMichal 'vorner' Vaner2012-07-041-77/+108
| * [1976] Enable some tests for in-memory from master filesMichal 'vorner' Vaner2012-06-301-43/+31
| * Merge #2046Michal 'vorner' Vaner2012-06-301-2/+2
| |\
| * | Merge #2044Michal 'vorner' Vaner2012-06-301-5/+0
| |\|