summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add ignore_group_members option.sssd-1.9.2-102.el6Paul B. Henson2013-08-089-18/+64
* NSS: Add original homedir to home directory template optionssssd-1.9.2-101.el6Stephen Gallagher2013-08-086-8/+29
* sudo responder: use different callback for oob refreshsssd-1.9.2-100.el6Pavel Březina2013-08-081-6/+8
* MAN: Clarify the min_id/max_id limits furthersssd-1.9.2-99.el6Jakub Hrozek2013-08-081-0/+4
* IPA: Do not download or store the member attribute of host groupssssd-1.9.2-98.el6Jakub Hrozek2013-08-082-2/+0
* NSS: Clear cached netgroups if a request comes in from the sss_cachesssd-1.9.2-97.el6Lukas Slebodnik2013-08-084-0/+55
* NSS: allow removing entries from netgroup hash tableLukas Slebodnik2013-08-083-1/+32
* sudo: print better debug message when a rule has multiple cn valuessssd-1.9.2-96.el6Pavel Březina2013-08-081-1/+5
* sudo: skip rule on error instead of failing completelyPavel Březina2013-08-081-1/+3
* MAN: Clarify that saving users after enumerating large domain might be CPU in...sssd-1.9.2-95Jakub Hrozek2013-07-251-1/+9
* 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
* Only try to relink ghost users if we're not enumerating1.9.2-90Jakub Hrozek2013-05-302-4/+16
* LDAP: do not invalidate pointer with realloc while processing ghost users1.9.2-89Jakub Hrozek2013-05-301-3/+13
* Fix simple access group control in case-insensitive domains1.9.2-88Jakub Hrozek2013-04-152-18/+11
* ldap: Fallback option for rfc2307 schemaSimo Sorce2013-04-1513-11/+227
* Resolve GIDs in the simple access providerJakub Hrozek2013-04-154-303/+1020
* Do not compile main() in DP if UNIT_TESTING is definedJakub Hrozek2013-04-151-0/+2
* Add unit tests for simple access test by groupsJakub Hrozek2013-04-151-32/+253
* Provide a be_get_account_info_send functionJakub Hrozek2013-04-152-19/+149
* Don't treat 0 as default for pam_pwd_expiration warning1.9.2-85Jakub Hrozek2013-03-011-1/+2
* Fix the krb5 password expiration warningJakub Hrozek2013-02-221-1/+7
* nested groups: fix group lookup hangs if member dn is incorrectrhel-6.41.9.2-83Pavel Březina2013-01-301-0/+24
* SYSDB: Expire group if adding ghost users fails with EEXISTJakub Hrozek2013-01-231-2/+36
* SYSDB: make the sss_ldb_modify_permissive function publicJakub Hrozek2013-01-232-2/+11
* TOOLS: Use file descriptor to avoid races when creating a home directoryJakub Hrozek2013-01-234-354/+364
* TOOLS: Use openat/unlinkat when removing the homedirJakub Hrozek2013-01-231-42/+41
* 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-227-26/+26
* Convert the value of pwd_exp_warning to secondsJakub Hrozek2013-01-221-5/+6
* fix backend callbacks: remove callback properly from dlistPavel Březina2013-01-221-6/+18
* TOOLS: invalidate parent groups in memory cache, tooJakub Hrozek2013-01-214-8/+71
* LDAP: Compare lists of DNs when saving autofs entriesJakub Hrozek2013-01-213-137/+173
* Invalidate user entry even if there are no groupsJakub Hrozek2013-01-162-11/+8
* NSS: invalidate memcache user entry on initgr, tooJakub Hrozek2013-01-161-0/+11
* autofs: Use SAFEALIGN_SET_UINT32 instead of SAFEALIGN_COPY_UINT32Jakub Hrozek2013-01-161-10/+5
* LDAP: avoid complex realloc logic in save_rfc2307bis_group_membershipsJakub Hrozek2013-01-151-12/+4
* TOOLS: Refresh memcache after changes to local users and groupsJakub Hrozek2013-01-152-0/+42
* TOOLS: Provide a convenience function to refresh a list of groupsJakub Hrozek2013-01-152-0/+22
* TOOLS: Split querying nss responder into a separate functionJakub Hrozek2013-01-154-32/+68
* TOOLS: move memcache related functions to tools_mc_utils.cJakub Hrozek2013-01-153-161/+188
* Fix invalidating autofs mapsSimo Sorce2013-01-151-1/+1
* let ldap_backup_chpass_uri workPavel Březina2013-01-151-2/+4
* AD: Add user as a direct member of his primary groupJakub Hrozek2013-01-091-8/+109
* AD: replace GID/UID, do not add another oneJakub Hrozek2013-01-094-7/+41
* IPA: Rename IPA_CONFIG_SELINUX_DEFAULT_MAPJakub Hrozek2013-01-083-4/+6
* SELINUX: Process maps even when offlineJakub Hrozek2013-01-081-226/+429
* SYSDB: Split a function to read all SELinux mapsJakub Hrozek2013-01-082-23/+49
* SYSDB: Remove duplicate selinux definesJakub Hrozek2013-01-083-5/+2
* Refactor gid handling in the PAC responderSumit Bose2013-01-084-105/+238