summaryrefslogtreecommitdiffstats
path: root/src/responder
Commit message (Expand)AuthorAgeFilesLines
* mmap_cache: Do not remove record from chain twiceLukas Slebodnik2013-09-091-0/+6
* Make IPA SELinux provider aware of subdomain usersJakub Hrozek2013-09-031-2/+4
* Include sys/types.h for types id_t and uid_tLukas Slebodnik2013-09-031-0/+1
* DP: Use the correct type for DBus booleanJakub Hrozek2013-08-281-2/+5
* mmap_cache: Use stricter check for hash keys.Lukas Slebodnik2013-08-281-4/+6
* mmap_cache: Skip records which doesn't have same hashLukas Slebodnik2013-08-281-2/+34
* sss_packet_grow: correctly pad packet length to 512BPavel Březina2013-08-281-1/+1
* Removing unused parameter type from sudosrv_get_sudorules_query_cache()Lukas Slebodnik2013-08-281-4/+2
* mmap_cache: Store corrupted mmap cache before resetMichal Zidek2013-08-191-0/+66
* mmap_cache: Use better checks for corrupted mc in responderMichal Zidek2013-08-191-3/+53
* mmap_cache: Off by one error.Michal Zidek2013-08-191-6/+6
* mmap_cache: Check if slot and name_ptr are not invalid.Michal Zidek2013-08-112-2/+54
* Handle too many results from getnetgr.Lukas Slebodnik2013-08-081-1/+13
* Do not call sss_cmd_done in function check_cache.Lukas Slebodnik2013-08-081-6/+0
* NSS: Clear cached netgroups if a request comes in from the sss_cacheLukas Slebodnik2013-08-083-0/+54
* NSS: allow removing entries from netgroup hash tableLukas Slebodnik2013-08-083-1/+32
* sudo responder: use different callback for oob refreshPavel Březina2013-06-271-6/+8
* Add ignore_group_members option.Paul B. Henson2013-05-311-16/+19
* sudo responder: use fully qualified name for subdomain usersPavel Březina2013-05-101-1/+1
* sssd fails with readonly SELinux login filesMichal Zidek2013-04-121-1/+4
* Allocate PAM DP request data on responder contextJakub Hrozek2013-04-083-5/+54
* Debug message in sss_mc_create_file.Michal Zidek2013-03-071-0/+5
* File descriptor leak in nss responder.Michal Zidek2013-03-071-18/+43
* if selinux is disabled, ignore that selogin dir is missingPavel Březina2013-03-011-3/+15
* autofs: fix invalid header 'number of entries' in packetPavel Březina2013-03-011-1/+5
* NSS: Add original homedir to home directory template optionsStephen Gallagher2013-02-102-6/+7
* 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-20/+20
* 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
* memcache: add macro that validates record lengthPavel Březina2013-01-071-2/+1
* 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
* sssd_nss: Plug memory leaksSimo Sorce2012-12-191-2/+11
* responder_dp: Add timeout to side requetsSimo Sorce2012-12-181-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