summaryrefslogtreecommitdiffstats
path: root/src/responder
Commit message (Expand)AuthorAgeFilesLines
* mmap_cache: Check if slot and name_ptr are not invalid.sssd-1.9.2-118.el6Michal Zidek2013-08-112-2/+54
* if selinux is disabled, ignore that selogin dir is missingsssd-1.9.2-114.el6Pavel Březina2013-08-091-3/+15
* File descriptor leak in nss responder.sssd-1.9.2-112.el6Michal Zidek2013-08-091-18/+43
* Debug message in sss_mc_create_file.Michal Zidek2013-08-091-0/+5
* Do not call sss_cmd_done in function check_cache.sssd-1.9.2-105.el6Lukas Slebodnik2013-08-081-6/+0
* Handle too many results from getnetgr.Lukas Slebodnik2013-08-081-1/+13
* sudo responder: use fully qualified name for subdomain userssssd-1.9.2-103.el6Pavel Březina2013-08-081-1/+1
* Add ignore_group_members option.sssd-1.9.2-102.el6Paul B. Henson2013-08-081-16/+19
* NSS: Add original homedir to home directory template optionssssd-1.9.2-101.el6Stephen Gallagher2013-08-082-6/+7
* sudo responder: use different callback for oob refreshsssd-1.9.2-100.el6Pavel Březina2013-08-081-6/+8
* NSS: Clear cached netgroups if a request comes in from the sss_cachesssd-1.9.2-97.el6Lukas Slebodnik2013-08-083-0/+54
* NSS: allow removing entries from netgroup hash tableLukas Slebodnik2013-08-083-1/+32
* Allocate PAM DP request data on responder context1.9.2-92Jakub Hrozek2013-07-253-5/+54
* autofs: fix invalid header 'number of entries' in packet1.9.2-91Pavel Březina2013-05-301-1/+5
* Check that strings do not go beyond the end of the packet body in autofs and ...Jan Cholasta2013-01-232-7/+7
* sudo responder: change num_rules type from size_t to uint32_tPavel Březina2013-01-225-21/+21
* Invalidate user entry even if there are no groupsJakub Hrozek2013-01-161-6/+1
* NSS: invalidate memcache user entry on initgr, tooJakub Hrozek2013-01-161-0/+11
* Refactor gid handling in the PAC responderSumit Bose2013-01-083-84/+202
* PAC responder: check if existing user differsSumit Bose2013-01-083-13/+64
* Use hash table to collect GIDs from PAC to avoid dupsSumit Bose2013-01-081-18/+86
* Read remote groups from PACSumit Bose2013-01-081-3/+52
* Remote groups do not have an original DN attributeSumit Bose2013-01-081-40/+34
* Save domain and GID for groups from the configured domainSumit Bose2013-01-083-17/+47
* Always get user data from PACSumit Bose2013-01-081-7/+7
* Update domain ID for local domain as wellSumit Bose2013-01-081-2/+14
* Add find_domain_by_id()Sumit Bose2013-01-082-0/+42
* Use struct pac_grp instead of gid_t for groups from PACSumit Bose2013-01-083-18/+25
* sss_userdel and sss_groupdel with use_fully_qualified_namesMichal Zidek2013-01-071-15/+50
* mmap cache: invalidate cache on fatal errorSimo Sorce2012-12-203-10/+30
* Carefully check records when forcibly invalidatingSimo Sorce2012-12-201-18/+101
* Update free table when records are invalidated.Simo Sorce2012-12-201-14/+23
* nss_mc: Add extra checks when dereferencing recordsSimo Sorce2012-12-201-0/+12
* SSH: Reject requests for authorized keys of rootJan Cholasta2012-12-201-0/+5
* sssd_nss: Plug memory leaks1.9.2-55Simo Sorce2012-12-201-2/+11
* responder_dp: Add timeout to side requets1.9.2-53Simo Sorce2012-12-201-1/+25
* AUTOFS: Clear enum cache if a request comes in from the sss_cacheJakub Hrozek2012-12-181-0/+22
* RESPONDERS: Create a common file with service names and versionsJakub Hrozek2012-12-1810-16/+49
* AUTOFS: remove all maps from hash if request for auto.master comes inJakub Hrozek2012-12-182-3/+59
* AUTOFS: allow removing entries from hash tableJakub Hrozek2012-12-183-1/+32
* sssd_pam: Cleanup requests cache on sbus reconect1.9.2-45Simo Sorce2012-12-141-1/+4
* sssd_nss: Remove entries from memory cache if not found in sysdbMichal Zidek2012-12-141-0/+23
* NSS: Fix the error handler in sss_mc_create_fileJakub Hrozek2012-12-141-10/+16
* PAC: check the return value of diff_git_listsJakub Hrozek2012-12-141-0/+4
* NSS: Fix netgroup midpoint cache refresh1.9.2-35Jakub Hrozek2012-12-073-3/+3
* Always append rctx as private data1.9.2-33Simo Sorce2012-12-061-1/+1
* Hook for mmap cache update on initgroup callsSimo Sorce2012-12-063-0/+147
* Hook to perform a mmap cache update from sssd_nssSimo Sorce2012-12-063-0/+118
* mmap cache: public functions to invalidate recordsSimo Sorce2012-12-062-0/+135
* LDAP: Only convert direct parents' ghost attribute to memberJakub Hrozek2012-11-211-1/+1