Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-04-29 | Fix Indentation | Simo Sorce | 1 | -88/+89 | |
2009-04-29 | reuse authtok which is already in the pam stack | Sumit Bose | 1 | -2/+22 | |
2009-04-23 | allow to forward the authtok to other pam modules | Sumit Bose | 1 | -0/+16 | |
Other pam modules which are called after pam_sss might want to reuse the given password so that the user is not bothered with multiple password prompt. When pam_sss is configured with the option 'forward_pass' it will use pam_set_item to safe the password for other pam modules. | |||||
2009-03-25 | Fix compilation error due to implicit cast | Stephen Gallagher | 1 | -2/+2 | |
2009-03-20 | added response type PAM_ENV_ITEM and integrated response data into dbus messages | Sumit Bose | 1 | -0/+32 | |
2009-03-10 | Remove unexisting left over header | Simo Sorce | 1 | -1/+0 | |
Also bump up the version as this error prevented a successful build of 0.2.0 | |||||
2009-03-10 | added generic PAM return messages and a false login delay | Sumit Bose | 1 | -15/+59 | |
2009-03-05 | added password reset by root | Sumit Bose | 1 | -9/+33 | |
2009-03-02 | first version of LOCAL pam backend | Sumit Bose | 1 | -0/+6 | |
2009-02-24 | Add PAM client | Sumit Bose | 1 | -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> |