summaryrefslogtreecommitdiffstats
path: root/src/responder/nss
Commit message (Expand)AuthorAgeFilesLines
* Move sized_output_name() and sized_domain_name() into responder common codeJakub Hrozek2017-04-213-99/+1
* CACHE_REQ: Domain type selection in cache_reqJakub Hrozek2017-03-302-2/+3
* nss-idmap: add sss_nss_getlistbycert()Sumit Bose2017-03-233-0/+76
* nss: ensure that SSS_NSS_GETNAMEBYCERT only returns a unique matchSumit Bose2017-03-103-1/+22
* NSS: Fix invalidating memory cache for subdomain usersJakub Hrozek2017-03-101-1/+3
* CONFDB: Make pwfield configurable per-domainJakub Hrozek2017-02-154-6/+22
* NSS: Rename the interface to invalidate memory cache initgroup records for co...Pavel Březina2017-02-154-10/+10
* NSS: Add sbus interface to clear memory cacheJakub Hrozek2017-02-154-1/+99
* NSS: Make NSS responder socket-activatableFabiano Fidêncio2017-01-231-0/+1
* nss: remove the old codePavel Březina2016-12-197-8903/+0
* nss: rewrite nss responder so it uses cache_reqPavel Březina2016-12-1915-41/+4376
* responders: remove checks that are handled inside cache_reqPavel Březina2016-12-191-4/+1
* responders: unify usage of sss_cmd_send_empty and _errorPavel Březina2016-12-191-3/+5
* cache_req: encapsulate output data into structurePavel Březina2016-12-191-4/+3
* setent_notify: remove unused private contextPavel Březina2016-12-191-1/+1
* nss: move nss_ctx->global_names to rctxPavel Březina2016-12-193-13/+2
* MONITOR: Remove unused shutDown sbus methodJakub Hrozek2016-11-091-1/+0
* MONITOR: Remove deprecated pong sbus methodJakub Hrozek2016-11-091-1/+0
* cache_req: switch to new codePavel Březina2016-10-201-1/+1
* nss: allow UPNs in SSS_NSS_GETSIDBYNAME and SSS_NSS_GETORIGBYNAMESumit Bose2016-10-101-10/+66
* NSS: Fix offline resolution of netgroupsJakub Hrozek2016-09-211-0/+9
* NSS: Remove unused functionsPavel Březina2016-08-163-125/+0
* DP: Remove old data provider interfacePavel Březina2016-08-167-25/+228
* NSS: Use correct name for invalidating memory cacheLukas Slebodnik2016-08-102-15/+18
* NSS: use different neg cache name for UPN searchesSumit Bose2016-07-291-2/+10
* NSS: continue with UPN/email search if name was not foundSumit Bose2016-07-291-6/+6
* NSS: add user email to fill_orig()Sumit Bose2016-07-291-0/+2
* views: properly override group member namesSumit Bose2016-07-291-1/+6
* NSS: Fix domain for UPN based lookupsSumit Bose2016-07-071-0/+29
* NSS: Fix NSS responder to cope with fully-qualified usernamesJakub Hrozek2016-07-071-387/+203
* UTIL: expand_homedir_template manages usernames internallyJakub Hrozek2016-07-071-5/+6
* Responders: Make the client context more genericSimo Sorce2016-06-295-230/+374
* RESPONDER: New interface for client registrationPavel Březina2016-06-201-3/+1
* nss-idmap: add sss_nss_getnamebycert()Sumit Bose2016-06-091-0/+1
* NSS: add SSS_NSS_GETNAMEBYCERT requestSumit Bose2016-06-091-0/+116
* nss: return user certificate base64 encodedSumit Bose2016-06-091-5/+20
* nss: include certificates in full result listSumit Bose2016-06-091-0/+2
* RESPONDER: Removing ncache from nss_ctxPetr Cech2016-05-115-60/+40
* RESPONDER: Removing neg_timeout from nss responderPetr Cech2016-05-113-8/+5
* NEGCACHE: Removing timeout from sss_ncache_check_*Petr Cech2016-05-112-40/+19
* NEGCACHE: Adding timeout to struct sss_nc_ctxPetr Cech2016-05-111-1/+5
* NSS: Move a DEBUG message so that it's less confusingJakub Hrozek2016-03-081-2/+4
* Fix typos reported by lintianLukas Slebodnik2016-02-231-1/+1
* NSS: Fix memory leak netgroupPavel Reichl2016-02-041-12/+29
* NSS: do not skip cache check for netgoupsMichal Židek2016-01-211-24/+23
* NSS: fix a use-after-free issueSumit Bose2015-11-041-7/+10
* Refactor some conditionsMichal Židek2015-10-231-2/+2
* util: Update get_next_domain's interfaceMichal Židek2015-10-233-55/+58
* nss: send original name and id with local views if possiblePavel Březina2015-10-141-3/+128
* nss: fix UPN lookups for sub-domain usersSumit Bose2015-10-081-2/+10