summaryrefslogtreecommitdiffstats
path: root/sss_client/common.c
Commit message (Collapse)AuthorAgeFilesLines
* added more flexible handling of client protocolSumit Bose2009-05-151-4/+18
| | | | | - allow different protocol versions for PAM and NSS - support more than one protocol version in the responder
* added a privileged pipeSumit Bose2009-03-051-1/+16
|
* Add PAM clientSumit Bose2009-02-241-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>