summaryrefslogtreecommitdiff
path: root/src/sss_client/passwd.c
AgeCommit message (Collapse)AuthorFilesLines
2010-10-13Rename group.c and passwd.c for clarityStephen Gallagher1-378/+0
Prefixing group.c and passwd.c with "nss_" similar to the way the PAM client sources are prefixed with "pam_"
2010-06-14Potential memory leak in _nss_sss_*_r()Jakub Hrozek1-0/+2
Fixes: #516
2010-03-08Fixed alignment problems in nss client/serverGeorge McCollister1-2/+5
I fixed a handful of alignment problems in sss_client and nss responder. Enumerating group and passwd with getgrent and getpwent now works correctly on ARM. Signed-off-by: George McCollister <georgem@novatech-llc.com>
2010-02-18Rename server/ directory to src/Stephen Gallagher1-0/+373
Also update BUILD.txt