summaryrefslogtreecommitdiff
path: root/sss_client
AgeCommit message (Collapse)AuthorFilesLines
2009-03-05added sss_client to spec fileSumit Bose1-3/+5
2009-03-05added password reset by rootSumit Bose1-9/+33
2009-03-05Fix sss_client install targetSimo Sorce1-4/+5
With this fix configure must be passed the right libdir argument depending on the platform you are building on. For example on Linux x86_64: ./configure --libdir=/lib64
2009-03-05added a privileged pipeSumit Bose2-7/+24
2009-03-02first version of LOCAL pam backendSumit Bose1-0/+6
2009-02-24Add PAM clientSumit Bose15-0/+5588
Also rename nss_client to sss_client and reuse the same pipe protocol for both the NSS and PAM client libraries. Signed-off-by: Simo Sorce <ssorce@redhat.com>