summaryrefslogtreecommitdiffstats
path: root/src/tests/cmocka/test_responder_cache_req.c
Commit message (Expand)AuthorAgeFilesLines
* CACHE_REQ: Domain type selection in cache_reqJakub Hrozek2017-03-301-11/+51
* cache_req: use own namespace for UPNsSumit Bose2017-03-021-3/+3
* cache_req: move dp request to pluginPavel Březina2017-02-081-14/+14
* cache_req: encapsulate output data into structurePavel Březina2016-12-191-38/+20
* cache_req: switch to new codePavel Březina2016-10-201-1/+1
* RESPONDERS: Return the sysdb name from cache_reqJakub Hrozek2016-07-071-2/+2
* RESPONDER: Use fqnames for cache_req lookups of users and groupsJakub Hrozek2016-07-071-65/+119
* SYSDB: If modifyTimestamp is the same, only update the TS cacheJakub Hrozek2016-06-231-0/+2
* RESPONDERS: Negative caching of local usersPetr Cech2016-06-101-2/+2
* RESPONDER: Removing neg_timeout from pam responderPetr Cech2016-05-111-4/+4
* NEGCACHE: Adding timeout to struct sss_nc_ctxPetr Cech2016-05-111-2/+2
* cache_req test: add lookup by sidPavel Březina2016-03-141-5/+404
* cache_req tests: improve user and group creationPavel Březina2016-03-141-142/+118
* cache_req tests: use leak check in test fixturesPavel Březina2016-03-141-17/+47
* cache_req tests: remove unused users and groupsPavel Březina2016-03-141-11/+0
* TEST: Add test_groups_by_recent_filter_validPetr Cech2015-11-141-0/+66
* TEST: Refactor of test_responder_cache_req.cPetr Cech2015-11-141-6/+17
* TEST: Add test_group_by_recent_filter_validPetr Cech2015-11-141-0/+44
* TEST: Add test_users_by_recent_filter_validPetr Cech2015-11-141-1/+62
* TEST: Refactor of test_responder_cache_req.cPetr Cech2015-11-141-15/+46
* TEST: Refactor of test_responder_cache_req.cPetr Cech2015-11-141-2/+4
* TEST: Add test_user_by_recent_filter_validPetr Cech2015-11-141-0/+50
* TESTS: Fix warnings -WshadowLukas Slebodnik2015-11-101-4/+4
* tests: Fix compilation warningJakub Hrozek2015-10-091-8/+8
* cache_req tests: reduce code duplicationPavel Březina2015-10-081-1230/+394
* cache_req: add support for UPNPavel Březina2015-10-081-7/+381
* tests: Use unique name for TEST_PATHLukas Slebodnik2015-09-181-1/+1
* TESTS: Removing part of responder_cache_req-testsPetr Cech2015-08-311-211/+0
* negcache: allow domain name for UID and GIDSumit Bose2015-07-271-2/+2
* cache_req: Extend cache_req with wildcard lookupsJakub Hrozek2015-07-151-1/+413
* cache_req: parse input name if neededPavel Březina2015-03-131-2/+169
* cache_req: add support for group by idPavel Březina2015-03-131-1/+362
* cache_req: add support for group by namePavel Březina2015-03-131-1/+342
* cache_req: add support for user by uidPavel Březina2015-03-131-2/+368
* cache_req tests: define user name constantPavel Březina2015-03-131-11/+14
* cache_req tests: rename test_user to test_user_by_namePavel Březina2015-03-131-25/+25
* tests: convert all unit tests to cmocka 1.0 or laterJakub Hrozek2015-03-111-12/+16
* responders: new interface for cache requestPavel Březina2015-01-091-0/+529