summaryrefslogtreecommitdiffstats
path: root/src/sss_client/nss_group.c
Commit message (Collapse)AuthorAgeFilesLines
* sss_client: make code thread-safeSimo Sorce2010-11-221-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
* Rename group.c and passwd.c for clarityStephen Gallagher2010-10-131-0/+446
Prefixing group.c and passwd.c with "nss_" similar to the way the PAM client sources are prefixed with "pam_"