summaryrefslogtreecommitdiffstats
path: root/src/responder/common/cache_req
Commit message (Expand)AuthorAgeFilesLines
* CACHE_REQ: Domain type selection in cache_reqJakub Hrozek2017-03-3021-24/+158
* CACHE_REQ: Make use of domainResolutionOrderFabiano Fidêncio2017-03-293-37/+264
* CACHE_REQ: Descend into subdomains on lookupsFabiano Fidêncio2017-03-2910-10/+10
* CACHE_REQ: shortcut if object is foundPavel Březina2017-03-141-0/+12
* CACHE_REQ: Check the caches firstFabiano Fidêncio2017-03-143-35/+133
* CACHE_REQ: Move cache_req_next_domain() into a new tevent requestFabiano Fidêncio2017-03-141-148/+279
* CACHE_REQ: Move result manipulation into a separate modulePavel Březina2017-03-143-219/+254
* CACHE_REQ: Make cache_req_{create_and_,}add_result() more genericPavel Březina2017-03-141-19/+34
* cache_req: allow multiple matches for searches by certificateSumit Bose2017-03-101-2/+2
* cache_req: use rctx as memory context during midpoint refreshPavel Březina2017-03-081-1/+1
* CACHE_REQ: Only search the given domain when looking up entries by UPNJakub Hrozek2017-03-031-2/+2
* SYSDB: When searching for UPNs, search either the whole DB or only the given ...Jakub Hrozek2017-03-031-3/+4
* CACHE_REQ: Add cache_req_data_set_bypass_cache()Fabiano Fidêncio2017-03-034-1/+18
* cache_req: use own namespace for UPNsSumit Bose2017-03-021-2/+2
* 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