summaryrefslogtreecommitdiffstats
path: root/src/responder/common/cache_req
Commit message (Expand)AuthorAgeFilesLines
* cache_req: always go to dp first when looking up hostPavel Březina2017-02-081-1/+1
* cache_req: add host by name searchPavel Březina2017-02-086-0/+187
* cache_req: move dp request to pluginPavel Březina2017-02-0823-313/+360
* cache_req: add api to create ldb_result from messagePavel Březina2017-02-081-19/+28
* cache_req: search user by name with attrsPavel Březina2017-02-082-2/+42
* cache_req: add ability to not use default domain suffixPavel Březina2017-02-0821-1/+31
* sss_parse_inp_send: provide default_domain as parameterPavel Březina2017-02-081-1/+2
* nss: rewrite nss responder so it uses cache_reqPavel Březina2016-12-191-1/+1
* cache_req: do not set ncache if dp request failsPavel Březina2016-12-193-10/+36
* cache_req: allow to search subdomains without fqnPavel Březina2016-12-196-10/+10
* cache_req: fix plugin function descriptionPavel Březina2016-12-191-2/+3
* cache_req: improve debuggingPavel Březina2016-12-193-3/+4
* cache_req: make plug-ins definition constPavel Březina2016-12-1922-42/+42
* cache_req: add object by idPavel Březina2016-12-195-0/+177
* cache_req: add object by namePavel Březina2016-12-195-0/+271
* cache_req: allow upn search with attrsPavel Březina2016-12-191-1/+6
* cache_req: make sure that we always fetch default attrsPavel Březina2016-12-191-1/+43
* cache_req: return well known objects in object by sidPavel Březina2016-12-193-1/+148
* cache_req: allow to return well known object as resultPavel Březina2016-12-1921-3/+153
* cache_req: allow shallow copy of resultPavel Březina2016-12-192-0/+67
* cache_req: add support for netgroupsPavel Březina2016-12-195-0/+173
* cache_req: add support for services enumerationPavel Březina2016-12-195-0/+107
* cache_req: add support for service by portPavel Březina2016-12-195-0/+190
* cache_req: add support for service by namePavel Březina2016-12-196-5/+273
* cache_req: add group enumerationPavel Březina2016-12-195-0/+117
* cache_req: add user enumerationPavel Březina2016-12-195-0/+133
* cache_req: add ability to filter domains by enumerationPavel Březina2016-12-1913-5/+55
* cache_req: add ability to gather result from all domainsPavel Březina2016-12-1913-17/+71
* cache_req: encapsulate output data into structurePavel Březina2016-12-193-50/+179
* cache_req: skip first search on bypass cachePavel Březina2016-12-191-10/+22
* cache_req: fix initgroups by namePavel Březina2016-12-191-1/+3
* cache_req: move from switch to plugins, add pluginsPavel Březina2016-10-2015-0/+2019
* cache_req: move from switch to plugins; add logicPavel Březina2016-10-205-0/+1295