Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-13 | append CFLAGS environment variable to Makefiles CFLAGS | Sumit Bose | 1 | -2/+2 | |
2009-03-09 | NSS libs do not use versioned shared objects | Simo Sorce | 1 | -1/+1 | |
Afaik glibc uses just .so/.so.2, and all other nss libs I can see in the system are the same. | |||||
2009-03-05 | added sss_client to spec file | Sumit Bose | 1 | -3/+5 | |
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-02-24 | Add PAM client | Sumit Bose | 1 | -0/+86 | |
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> |