summaryrefslogtreecommitdiff
path: root/sss_client/sss_cli.h
AgeCommit message (Collapse)AuthorFilesLines
2009-03-20added response type PAM_ENV_ITEM and integrated response data into dbus messagesSumit Bose1-0/+3
2009-03-10added generic PAM return messages and a false login delaySumit Bose1-0/+5
2009-03-10Treat uids and gids as 32 bit numbers not 64Simo Sorce1-1/+1
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-03-05added a privileged pipeSumit Bose1-6/+8
2009-02-24Add PAM clientSumit Bose1-0/+188
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>