summaryrefslogtreecommitdiffstats
path: root/sss_client/pam_sss.c
Commit message (Expand)AuthorAgeFilesLines
* use old password if available during password changeSumit Bose2009-10-141-8/+9
* add syslog message similar to pam_unixSumit Bose2009-10-081-2/+14
* ask for new password if password is expiredSumit Bose2009-10-051-7/+40
* move password handling into subroutinesSumit Bose2009-10-051-71/+117
* make cli_pid mandatory and increase version number of pam protocolSumit Bose2009-09-141-2/+2
* remove unused client locale from PAM protocolSumit Bose2009-09-141-19/+0
* Let the PAM client send its PIDSumit Bose2009-09-141-9/+34
* Add copyright noticesJakub Hrozek2009-09-111-0/+20
* do not show server messages to userSumit Bose2009-08-271-5/+0
* cleanup of pam_sssSumit Bose2009-07-221-250/+241
* Cleanup warnings in client and server codeSimo Sorce2009-07-031-2/+2
* added kerberos backend with tevent_req event handlingSumit Bose2009-07-021-1/+1
* Implement _pam_overwrite_n(n,x) for older systemsStephen Gallagher2009-06-251-0/+1
* Don't mix strdup and static stringsSimo Sorce2009-06-021-1/+1
* Initial gettext framework for sss_clientsStephen Gallagher2009-05-261-1/+7
* Build fixesSimo Sorce2009-05-171-0/+2
* added new pam client protocolSumit Bose2009-05-151-2/+136
* added syslog support to pam_sssSumit Bose2009-05-081-5/+40
* cleanup and fixes for pam_sssSumit Bose2009-05-081-190/+352
* Fix IndentationSimo Sorce2009-04-291-88/+89
* reuse authtok which is already in the pam stackSumit Bose2009-04-291-2/+22
* allow to forward the authtok to other pam modulesSumit Bose2009-04-231-0/+16
* 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
* 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