summaryrefslogtreecommitdiffstats
path: root/src/responder/common/responder_cache_req.c
Commit message (Expand)AuthorAgeFilesLines
* cache_req: rename cache_req_input to cache_reqPavel Březina2016-03-141-209/+203
* cache_req: hide input and pass parameters in structPavel Březina2016-03-141-223/+280
* cache_req: add SID lookupsPavel Březina2016-03-141-11/+90
* cache_req: improve debuggingPavel Březina2016-03-141-48/+142
* cache_req: rename debug_fqn to debugobjPavel Březina2016-03-141-20/+22
* cache_req: break cache_req_input_create into more functionsPavel Březina2016-03-141-23/+46
* cache_req: fix typo in debug messagePavel Březina2016-03-141-1/+1
* cache_req: bring together search parametersPavel Březina2016-03-141-59/+59
* cache_req: do not lookup views if possiblePavel Březina2016-01-281-6/+84
* cache_req: simplify cache_req_cache_check()Pavel Březina2016-01-281-31/+48
* cache_req: check all domains for lookups by certificateSumit Bose2015-11-111-3/+4
* cache_req: Fix warning -WshadowLukas Slebodnik2015-11-101-4/+4
* util: Update get_next_domain's interfaceMichal Židek2015-10-231-3/+4
* fix upn cache_req for sub-domain usersSumit Bose2015-10-081-2/+7
* cache_req: remove raw_name and do not touch orig_namePavel Březina2015-10-081-23/+29
* cache_req: add support for UPNPavel Březina2015-10-081-9/+107
* cache_req: provide extra flag for oob requestPavel Březina2015-10-081-5/+6
* negcache: allow domain name for UID and GIDSumit Bose2015-07-271-4/+4
* cache_req: Extend cache_req with wildcard lookupsJakub Hrozek2015-07-151-13/+143
* IFP: add FindByCertificate method for User objectsSumit Bose2015-06-191-8/+80
* responder_cache: Fix warning may be used uninitializedLukas Slebodnik2015-03-171-1/+1
* cache_req: return ERR_INTERNAL if more than one entry is foundPavel Březina2015-03-131-1/+1
* cache_req: parse input name if neededPavel Březina2015-03-131-15/+108
* cache_req: add support for group by idPavel Březina2015-03-131-0/+44
* cache_req: remove default branch from switchesPavel Březina2015-03-131-20/+4
* cache_req: add support for group by namePavel Březina2015-03-131-0/+42
* cache_req: add support for user by uidPavel Březina2015-03-131-6/+99
* cache_req: preparations for different input typePavel Březina2015-03-131-89/+256
* responders: enable views in cache requestPavel Březina2015-01-091-3/+9
* responders: new interface for cache requestPavel Březina2015-01-091-0/+560