summaryrefslogtreecommitdiffstats
path: root/src/responder/common
Commit message (Expand)AuthorAgeFilesLines
* RESPONDER: Fix "-Wold-style-definition" caught by GCCFabiano Fidêncio2017-09-251-1/+1
* Print a warning when enumeration is requested but disabledAmitKumar2017-09-252-0/+7
* cache_req: Look for name attribute also in nss_cmd_getsidbyidLukas Slebodnik2017-09-061-1/+3
* NEGCACHE: Add root's uid/gid to ncacheFabiano Fidêncio2017-08-281-0/+17
* CACHE_REQ: Don't error out when searching by id = 0Fabiano Fidêncio2017-08-281-6/+0
* NEGCACHE: Descend to all subdomains when adding user/groupsFabiano Fidêncio2017-08-281-2/+6
* NEGCACHE: Always add "root" to the negative cacheFabiano Fidêncio2017-08-281-34/+54
* NEGCACHE: Add some comments about each step of sss_ncache_prepopulate()Fabiano Fidêncio2017-08-281-1/+4
* CACHE_REQ: Fix warning may be used uninitializedFabiano Fidêncio2017-07-311-0/+2
* CACHE_REQ: Pull sessionRecording attrs from initgrNikolai Kondrashov2017-07-273-6/+381
* RESPONDER: Add session recording conf loadingNikolai Kondrashov2017-07-272-0/+12
* NSS: Move nss_get_shell_override to responder utilsNikolai Kondrashov2017-07-272-0/+88
* NSS: Move shell options to common responderNikolai Kondrashov2017-07-272-0/+107
* CACHE_REQ: Propagate num_results to cache_req_stateNikolai Kondrashov2017-07-271-2/+7
* RESPONDERS: Fix terminating idle connectionsJakub Hrozek2017-07-211-5/+11
* PAM: make sure the files provider uses the right auth providerSumit Bose2017-07-111-0/+4
* responders: update domain even for local and files providerSumit Bose2017-07-111-0/+8
* DOMAIN: Add sss_domain_info_{get,set}_output_fqnames()Fabiano Fidêncio2017-06-211-2/+2
* RESPONDER: Use fqnames as output when neededFabiano Fidêncio2017-06-212-0/+22
* cache_req: Do not use default_domain_suffix with netgroupsLukas Slebodnik2017-06-081-1/+1
* UTIL: Remove fcntl.h from util/util.hLukas Slebodnik2017-06-081-0/+1
* codegen: Remove util.h from generated filesLukas Slebodnik2017-06-082-1/+5
* CACHE_REQ_SEARCH: Check for filtered users/groups also on cache_req_send()Fabiano Fidêncio2017-06-051-0/+4
* CACHE_REQ: Simplify _search_ncache_filter()Fabiano Fidêncio2017-06-051-20/+7
* RESPONDER_COMMON: update certmaps in respondersSumit Bose2017-06-011-0/+23
* RESP: Provide a reusable request to fully resolve incomplete groupsJakub Hrozek2017-05-312-0/+220
* BUILD: Fix build without sshLukas Slebodnik2017-05-251-0/+4
* cache_req: use the right negative cache for initgroups by upnSumit Bose2017-05-231-2/+2
* CACHE_REQ: Ensure the domains are updated for "filter" related callsFabiano Fidêncio2017-05-171-5/+81
* CACHE_REQ: Avoid using of uninitialized valueFabiano Fidêncio2017-05-151-6/+6
* CACHE_REQ: Make use of cache_req_ncache_filter_fn()Fabiano Fidêncio2017-05-106-16/+165
* CACHE_REQ_RESULT: Introduce cache_req_create_ldb_result_from_msg_list()Fabiano Fidêncio2017-05-102-0/+40
* CACHE_REQ: Add a new cache_req_ncache_filter_fn() plugin functionFabiano Fidêncio2017-05-1021-0/+33
* NSS: Move output name formatting to utilsNikolai Kondrashov2017-05-101-19/+8
* DP: Reduce Data Provider log level noiseJustin Stephenson2017-05-091-2/+11
* cache_req: Avoid bool in switch/caseLukas Slebodnik2017-04-281-11/+7
* CACHE_REQ_DOMAIN: debug the set domain resolution orderFabiano Fidêncio2017-04-261-0/+11
* RESPONDER_COMMON: Improve domaiN_resolution_order debug messagesFabiano Fidêncio2017-04-261-0/+6
* CACHE_REQ_DOMAIN: Add some comments to cache_req_domain_new_list_from_string_...Fabiano Fidêncio2017-04-261-0/+4
* CACHE_REQ: Allow configurationless shortname lookupsFabiano Fidêncio2017-04-263-1/+50
* RESPONDER: Fallback to global domain resolution order in case the view doesn'...Fabiano Fidêncio2017-04-263-53/+74
* 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