Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-10 | Treat uids and gids as 32 bit numbers not 64 | Simo Sorce | 1 | -11/+11 | |
In the nss communication protocol we were treating uids and gids as 64 bit values, but uids and gids are really u32 values, change the protocol to reflect the real size. | |||||
2009-02-24 | Add PAM client | Sumit Bose | 1 | -0/+346 | |
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> |