summaryrefslogtreecommitdiffstats
path: root/src/responder
Commit message (Expand)AuthorAgeFilesLines
* nss: fix UPN lookups for sub-domain usersSumit Bose2015-10-081-2/+10
* fix upn cache_req for sub-domain usersSumit Bose2015-10-081-2/+7
* cache_req: remove raw_name and do not touch orig_namePavel Březina2015-10-081-23/+29
* cache_req: add support for UPNPavel Březina2015-10-083-14/+127
* cache_req: provide extra flag for oob requestPavel Březina2015-10-081-5/+6
* PAM: only allow missing user name for certificate authenticationSumit Bose2015-10-021-3/+9
* IFP: Suppress warning from static analyzerLukas Slebodnik2015-09-263-6/+6
* PAM: Make p11_child timeout configurableMichal Židek2015-09-231-25/+38
* UTIL: Convert domain->disabled into tri-state with domain statesJakub Hrozek2015-09-211-2/+3
* views: allow ghost members for LOCAL viewPavel Březina2015-09-181-1/+2
* DATA_PROVIDER: BE_REQ as string in log messagePetr Cech2015-09-141-2/+2
* NSS: Don't ignore backslash in usernames with ldap providerLukas Slebodnik2015-09-011-2/+2
* UTIL: Function 2string for enum sss_cli_commandPetr Cech2015-08-311-25/+29
* NSS: Fix use after freeLukas Slebodnik2015-08-202-3/+4
* SSH: Use sss_unique_file_ex to create the known hosts fileJakub Hrozek2015-08-171-17/+4
* pam: Incerease p11 child timeoutMichal Židek2015-08-171-2/+7
* sudo: use "higher value wins" when ordering rulesPavel Březina2015-08-143-10/+56
* IFP: use default limit if provided is 0Pavel Březina2015-08-141-1/+3
* NSS: Initgr memory cache should work with fq namesLukas Slebodnik2015-08-054-16/+49
* mmap: Invalidate initgroups memory cache after any changeLukas Slebodnik2015-08-051-8/+9
* mmap_cache: "Override" functions for initgr mmap cacheLukas Slebodnik2015-08-051-3/+12
* mmap_cache: Rename variablesLukas Slebodnik2015-08-052-10/+10
* ssh: generate public keys from certificateSumit Bose2015-07-313-11/+53
* PAM: add certificate support to PAM (pre-)auth requestsSumit Bose2015-07-314-37/+858
* nss: use negative cache for sid-by-id requestsSumit 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