summaryrefslogtreecommitdiffstats
path: root/sss_client/sss_cli.h
Commit message (Collapse)AuthorAgeFilesLines
* added new pam client protocolSumit Bose2009-05-151-1/+14
|
* added more flexible handling of client protocolSumit Bose2009-05-151-1/+2
| | | | | - allow different protocol versions for PAM and NSS - support more than one protocol version in the responder
* added response type PAM_ENV_ITEM and integrated response data into dbus messagesSumit Bose2009-03-201-0/+3
|
* added generic PAM return messages and a false login delaySumit Bose2009-03-101-0/+5
|
* Treat uids and gids as 32 bit numbers not 64Simo Sorce2009-03-101-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.
* added a privileged pipeSumit Bose2009-03-051-6/+8
|
* Add PAM clientSumit Bose2009-02-241-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>