summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Updating the translations for the 1.9.5 releasesssd-1_9_5Jakub Hrozek2013-04-2315-7353/+8232
* LDAP: do not invalidate pointer with realloc while processing ghost usersJakub Hrozek2013-04-191-3/+13
* Fix simple access group control in case-insensitive domainsJakub Hrozek2013-04-152-18/+11
* Fix krbcc dir creation issue with MIT krb5 1.11Lukas Slebodnik2013-04-152-35/+85
* krb5: include backwards compatible declaration of krb5_trace_infoJakub Hrozek2013-04-152-2/+8
* 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
* Document what does access_provider=ad doJakub Hrozek2013-03-211-0/+14
* ldap: Fallback option for rfc2307 schemaSimo Sorce2013-03-2113-11/+227
* Resolve GIDs in the simple access providerJakub Hrozek2013-03-194-303/+1020
* Do not compile main() in DP if UNIT_TESTING is definedJakub Hrozek2013-03-191-0/+2
* Add unit tests for simple access test by groupsJakub Hrozek2013-03-191-32/+253
* Provide a be_get_account_info_send functionJakub Hrozek2013-03-192-19/+149
* krb5-utils-tests: remove invalid conditionPavel Březina2013-03-131-2/+0
* 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
* Don't treat 0 as default for pam_pwd_expiration warningJakub Hrozek2013-03-011-1/+2
* 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
* sdap_fill_memberships: continue if a member is not foud in sysdbPavel Březina2013-02-271-3/+7
* Remove enumerate=true from man sssd-ldapJakub Hrozek2013-02-261-1/+0
* sysdb: try dealing with binary-content attributesJan Engelhardt2013-02-264-7/+17
* Fix the krb5 password expiration warningJakub Hrozek2013-02-211-1/+7
* subdomains: replace invalid characters with underscore in krb5 mapping file namePavel Březina2013-02-141-1/+25
* NSS: Add original homedir to home directory template optionsStephen Gallagher2013-02-106-8/+29
* Unchecked return value in files.cMichal Zidek2013-02-061-1/+9
* Fix minor grammar error in logStephen Gallagher2013-01-301-1/+1
* krb: recreate ccache if it was deletedPavel Březina2013-01-301-1/+8
* Updating the translations for the 1.9.4 releasesssd-1_9_4Jakub Hrozek2013-01-2816-2810/+13240
* nested groups: fix group lookup hangs if member dn is incorrectPavel Březina2013-01-281-0/+24
* TOOLS: Compile on old platforms such as RHEL5Jakub Hrozek2013-01-281-37/+140
* MAN: Clarify that saving users after enumerating large domain might be CPU in...Jakub Hrozek2013-01-281-1/+9
* 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-25/+25
* 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