summaryrefslogtreecommitdiff
path: root/src/sss_client/nss_group.c
AgeCommit message (Collapse)AuthorFilesLines
2010-11-22sss_client: make code thread-safeSimo Sorce1-21/+64
Add mutexes around nss operations and serialize them. This is necessary because nss operations may have global state. For pam it is sufficient to protect socket operations instead. As pam functions use only the provided pam handler. Fixes: https://fedorahosted.org/sssd/ticket/640
2010-10-13Rename group.c and passwd.c for clarityStephen Gallagher1-0/+446
Prefixing group.c and passwd.c with "nss_" similar to the way the PAM client sources are prefixed with "pam_"