summaryrefslogtreecommitdiff
path: root/sss_client/common.c
AgeCommit message (Collapse)AuthorFilesLines
2009-05-15added more flexible handling of client protocolSumit Bose1-4/+18
- allow different protocol versions for PAM and NSS - support more than one protocol version in the responder
2009-03-05added a privileged pipeSumit Bose1-1/+16
2009-02-24Add PAM clientSumit Bose1-0/+610
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>