summaryrefslogtreecommitdiffstats
path: root/src/responder/common
Commit message (Expand)AuthorAgeFilesLines
* Move sized_output_name() and sized_domain_name() into responder common codeJakub Hrozek2017-04-212-0/+111
* responders: do not leak selinux context on clients destructionPavel Březina2017-04-031-1/+19
* CACHE_REQ: Domain type selection in cache_reqJakub Hrozek2017-03-3021-24/+158
* Add domain_resolution_order config optionFabiano Fidêncio2017-03-292-0/+28
* CACHE_REQ: Make use of domainResolutionOrderFabiano Fidêncio2017-03-296-37/+436
* CACHE_REQ: Descend into subdomains on lookupsFabiano Fidêncio2017-03-2910-10/+10
* SUBDOMAINS: Allow use_fully_qualified_names for subdomainsMichal Židek2017-03-291-4/+5
* nss: allow larger buffer for certificate based requestsSumit Bose2017-03-232-1/+21
* CACHE_REQ: shortcut if object is foundPavel Březina2017-03-141-0/+12
* CACHE_REQ: Check the caches firstFabiano Fidêncio2017-03-145-35/+145
* 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
* RESPONDER: Wrap up the code to setup the idle timeoutFabiano Fidêncio2017-03-082-35/+54
* 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-023-2/+42
* RESPONDER: Contact inconsistent domainsJakub Hrozek2017-02-151-3/+71
* RESPONDER: Include the files provider in NEEDS_CHECK_PROVIDERJakub Hrozek2017-02-151-2/+7
* RESPONDER: Use the NEED_CHECK_DOMAIN macroJakub Hrozek2017-02-151-1/+11
* RESPONDER: A sbus interface to reset negatively cached users and groupsJakub Hrozek2017-02-156-0/+120
* RESPONDER: Add a responder sbus interface to set domain stateJakub Hrozek2017-02-157-0/+315
* NEGCACHE: Add API to reset all users and groupsJakub Hrozek2017-02-152-0/+58
* 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-088-0/+357
* 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-083-6/+32
* Suppres implicit-fallthrough from gcc 7Lukas Slebodnik2017-02-011-0/+1
* RESPONDER: Change how client timeout is calculatedFabiano Fidêncio2017-01-232-8/+33
* RESPONDER: Shutdown {dbus,socket}-activated responders in case they're idleFabiano Fidêncio2017-01-232-1/+132
* RESPONDER: Don't expose client_idle_handler()Fabiano Fidêncio2017-01-232-21/+16
* RESPONDER: Make clear {reset_,}idle_timer() are related to clientFabiano Fidêncio2017-01-232-13/+13
* SBUS: Add a time_t pointer to the sbus_connectionFabiano Fidêncio2017-01-231-1/+2
* RESPONDER: Make responders' common code ready for socket activationFabiano Fidêncio2017-01-231-36/+34
* UTIL: Introduce --dbus-activated cmd option for respondersFabiano Fidêncio2017-01-232-2/+5
* UTIL: Introduce --socket-activated cmdline option for respondersFabiano Fidêncio2017-01-232-1/+6
* MONITOR: Pass the service type to the RegisterService methodFabiano Fidêncio2017-01-231-2/+2
* DP: Remove unused attr_type from struct dp_id_dataLukas Slebodnik2017-01-161-4/+2
* nss: rewrite nss responder so it uses cache_reqPavel Březina2016-12-191-1/+1
* responders: do not try to contact DP with LOCAL providerPavel Březina2016-12-191-0/+22
* responders: unify usage of sss_cmd_send_empty and _errorPavel Březina2016-12-192-3/+2
* 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