summaryrefslogtreecommitdiffstats
path: root/src/responder
Commit message (Expand)AuthorAgeFilesLines
* nss: use negative cache for sid-by-id requestsreview-negcacheSumit Bose2015-07-271-0/+55
* negcache: allow domain name for UID and GIDSumit Bose2015-07-274-24/+55
* nss_check_name_of_well_known_sid() improve name splittingSumit Bose2015-07-161-0/+8
* IFP: Add wildcard requestsJakub Hrozek2015-07-155-0/+456
* cache_req: Extend cache_req with wildcard lookupsJakub Hrozek2015-07-152-14/+166
* DP: Add DP_WILDCARD and SSS_DP_WILDCARD_USER/SSS_DP_WILDCARD_GROUPJakub Hrozek2015-07-152-1/+14
* PAM: Only cache first-factorJakub Hrozek2015-07-061-1/+20
* Minor code improvementsPavel Reichl2015-07-062-2/+3
* PAM: authenticate agains cachePavel Reichl2015-07-062-6/+167
* sysdb: new attribute lastOnlineAuthWithCurrentTokenPavel Reichl2015-07-061-0/+66
* nss: Invalidate entry in initgr mmap cacheLukas Slebodnik2015-07-031-0/+32
* mmap_cache: Invalidate entry in right memory cacheLukas Slebodnik2015-07-031-8/+25
* nss: Store entries in responder to initgr mmap cacheLukas Slebodnik2015-07-035-4/+116
* IFP: add FindByCertificate method for User objectsSumit Bose2015-06-1911-13/+239
* ncache: add calls for certificate based searchesSumit Bose2015-06-192-0/+34
* IFP: Fix warnings with enabled optimisationLukas Slebodnik2015-06-191-2/+2
* IFP: Export nodesPavel Březina2015-06-185-22/+199
* IFP: Implement org.freedesktop.sssd.infopipe.Cache[.Object]Pavel Březina2015-06-1811-0/+708
* IFP: deprecate GetUserAttrPavel Březina2015-05-221-0/+3
* IFP: add org.freedesktop.sssd.infopipe.Groups.GroupPavel Březina2015-05-227-0/+658
* IFP: add org.freedesktop.sssd.infopipe.GroupsPavel Březina2015-05-227-0/+369
* IFP: add org.freedesktop.sssd.infopipe.Users.UserPavel Březina2015-05-2212-34/+846
* IFP: add org.freedesktop.sssd.infopipe.UsersPavel Březina2015-05-227-0/+493
* nss: Do not ignore default vaue of SYSDB_INITGR_EXPIRELukas Slebodnik2015-05-221-3/+2
* negcache: Soften condition for expired entriesLukas Slebodnik2015-05-221-1/+1
* 2FA offline authSumit Bose2015-05-081-3/+32
* Add pre-auth requestSumit Bose2015-05-081-0/+7
* pam: handle 2FA authentication token in the responderSumit Bose2015-05-081-0/+4
* NSS: check for overrides before calling backendSumit Bose2015-05-061-5/+20
* autofs: fix 'Cannot allocate memory' with FQDNsAron Parsons2015-04-301-9/+0
* nss: Use negcache for getbysid requestsJakub Hrozek2015-04-241-0/+9
* Option filter_users had no effect for retrieving sudo rulesAdam Tkac2015-04-143-0/+39
* NSS: Reset negcache after checking domainsJakub Hrozek2015-04-091-0/+24
* responders: reset ncache after domains are discovered during startupJakub Hrozek2015-04-099-15/+45
* ncache: Add sss_ncache_reset_repopulate_permanentJakub Hrozek2015-04-092-0/+20
* ncache: Silence critical error from filter_users when default_domain_suffix i...Jakub Hrozek2015-04-091-3/+15
* ncache: Fix sss_ncache_reset_permanentJakub Hrozek2015-04-091-1/+1
* SSH: Ignore the default_domain_suffixJakub Hrozek2015-04-011-1/+1
* PAC: Remove unused functionLukas Slebodnik2015-03-311-35/+0
* Fix a few typos in commentsPavel Reichl2015-03-261-4/+4
* Add missing new lines to debug messagesLukas Slebodnik2015-03-179-15/+15
* responder_cache: Fix warning may be used uninitializedLukas Slebodnik2015-03-171-1/+1
* pam_initgr_check_timeout: add debug outputSumit Bose2015-03-131-0/+4
* PAM: use the logon_name as the key for the PAM initgr cacheSumit Bose2015-03-131-13/+3
* cache_req: return ERR_INTERNAL if more than one entry is foundPavel Březina2015-03-131-1/+1
* cache_req: parse input name if neededPavel Březina2015-03-133-25/+119
* cache_req: add support for group by idPavel Březina2015-03-132-0/+58
* cache_req: remove default branch from switchesPavel Březina2015-03-131-20/+4
* cache_req: add support for group by namePavel Březina2015-03-132-0/+56
* cache_req: add support for user by uidPavel Březina2015-03-133-9/+117