summaryrefslogtreecommitdiffstats
path: root/src/sss_client/passwd.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename group.c and passwd.c for clarityStephen Gallagher2010-10-131-378/+0
| | | | | Prefixing group.c and passwd.c with "nss_" similar to the way the PAM client sources are prefixed with "pam_"
* Potential memory leak in _nss_sss_*_r()Jakub Hrozek2010-06-141-0/+2
| | | | Fixes: #516
* Fixed alignment problems in nss client/serverGeorge McCollister2010-03-081-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>
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+373
Also update BUILD.txt