summaryrefslogtreecommitdiffstats
path: root/sss_client/pam_sss.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix compilation error due to implicit castStephen Gallagher2009-03-251-2/+2
|
* added response type PAM_ENV_ITEM and integrated response data into dbus messagesSumit Bose2009-03-201-0/+32
|
* Remove unexisting left over headersssd-0_2_1Simo Sorce2009-03-101-1/+0
| | | | Also bump up the version as this error prevented a successful build of 0.2.0
* added generic PAM return messages and a false login delaySumit Bose2009-03-101-15/+59
|
* added password reset by rootSumit Bose2009-03-051-9/+33
|
* first version of LOCAL pam backendSumit Bose2009-03-021-0/+6
|
* Add PAM clientSumit Bose2009-02-241-0/+324
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>