Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-05 | added sss_client to spec file | Sumit Bose | 1 | -3/+5 | |
2009-03-05 | added password reset by root | Sumit Bose | 1 | -9/+33 | |
2009-03-05 | Fix sss_client install target | Simo Sorce | 1 | -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-05 | added a privileged pipe | Sumit Bose | 2 | -7/+24 | |
2009-03-02 | first version of LOCAL pam backend | Sumit Bose | 1 | -0/+6 | |
2009-02-24 | Add PAM client | Sumit Bose | 15 | -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> |