summaryrefslogtreecommitdiff
path: root/src/responder
AgeCommit message (Expand)AuthorFilesLines
2013-01-10Code can only check for cached passwordsSimo Sorce1-15/+24
2013-01-08Refactor gid handling in the PAC responderSumit Bose3-84/+202
2013-01-08PAC responder: check if existing user differsSumit Bose3-13/+64
2013-01-08Use hash table to collect GIDs from PAC to avoid dupsSumit Bose1-18/+86
2013-01-08Read remote groups from PACSumit Bose1-3/+52
2013-01-08Remote groups do not have an original DN attributeSumit Bose1-40/+34
2013-01-08Save domain and GID for groups from the configured domainSumit Bose3-17/+47
2013-01-08Always get user data from PACSumit Bose1-7/+7
2013-01-08Update domain ID for local domain as wellSumit Bose1-2/+14
2013-01-08Add find_domain_by_id()Sumit Bose2-0/+42
2013-01-08Use struct pac_grp instead of gid_t for groups from PACSumit Bose3-18/+25
2013-01-07memcache: add macro that validates record lengthPavel Březina1-2/+1
2013-01-07sss_userdel and sss_groupdel with use_fully_qualified_namesMichal Zidek1-15/+50
2013-01-02failover: Protect against empty host namesMichal Zidek1-1/+2
2012-12-20mmap cache: invalidate cache on fatal errorSimo Sorce3-10/+30
2012-12-20Carefully check records when forcibly invalidatingSimo Sorce1-18/+101
2012-12-20Update free table when records are invalidated.Simo Sorce1-14/+23
2012-12-20nss_mc: Add extra checks when dereferencing recordsSimo Sorce1-0/+12
2012-12-19sssd_nss: Plug memory leaksSimo Sorce1-2/+11
2012-12-18responder_dp: Add timeout to side requetsSimo Sorce1-1/+25
2012-12-18AUTOFS: Clear enum cache if a request comes in from the sss_cacheJakub Hrozek1-0/+22
2012-12-18RESPONDERS: Create a common file with service names and versionsJakub Hrozek10-16/+49
2012-12-18AUTOFS: remove all maps from hash if request for auto.master comes inJakub Hrozek2-3/+59
2012-12-18AUTOFS: allow removing entries from hash tableJakub Hrozek3-1/+32
2012-12-14sssd_pam: Cleanup requests cache on sbus reconectSimo Sorce1-1/+4
2012-12-14Allow mmap calls to gracefully return absent ctxSimo Sorce1-0/+25
2012-12-13sssd_nss: Remove entries from memory cache if not found in sysdbMichal Zidek1-0/+23
2012-12-11NSS: Fix the error handler in sss_mc_create_fileJakub Hrozek1-10/+16
2012-12-10PAC: check the return value of diff_git_listsJakub Hrozek1-0/+4
2012-12-10SSH: Reject requests for authorized keys of rootJan Cholasta1-0/+5
2012-12-06sudo: print rule name if notBefore or notAfter attribute is missingPavel Březina1-1/+1
2012-12-05Always append rctx as private dataSimo Sorce1-1/+1
2012-12-05Hook for mmap cache update on initgroup callsSimo Sorce3-0/+147
2012-12-05Hook to perform a mmap cache update from sssd_nssSimo Sorce3-0/+118
2012-12-05mmap cache: public functions to invalidate recordsSimo Sorce2-0/+135
2012-12-04NSS: Fix netgroup midpoint cache refreshJakub Hrozek3-3/+3
2012-12-02sudo: print message if old protocol is usedPavel Březina1-3/+15
2012-11-20LDAP: Only convert direct parents' ghost attribute to memberJakub Hrozek1-1/+1
2012-11-19Refactor the way subdomain accounts are savedSimo Sorce4-29/+53
2012-11-19Display more information on DB version mismatchOndrej Kos1-0/+1
2012-11-19SUDO: Fix wrong variable checkJakub Hrozek1-1/+1
2012-11-15Add ignore_group_members option.Paul B. Henson1-16/+19
2012-11-14sudo: print how many rules we are refreshing or returningPavel Březina1-3/+4
2012-11-14sudo: do not send domain name with usernamePavel Březina3-6/+5
2012-11-14sudo: support users from subdomainsPavel Březina4-60/+214
2012-11-14use tmp_ctx in sudosrv_get_sudorules_from_cache()Pavel Březina1-8/+20
2012-11-14sudo: fix missing parameter in two debug messagesPavel Březina1-3/+3
2012-11-12Do not always return PAM_SYSTEM_ERR when offline krb5 authentication failsJakub Hrozek1-17/+12
2012-11-10Store the original group DN in the subdomain user objectSumit Bose1-26/+58
2012-11-10Get lists of GIDs to be added and deleted and use themSumit Bose1-3/+89