summaryrefslogtreecommitdiff
path: root/sss_client/pam_sss.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-22Pointers to non 32 bit aligned data were being cast to uint32_t *George McCollister1-27/+38
2009-12-18Handle chauthtok with PAM_PRELIM_CHECK separatelySumit Bose1-1/+1
2009-11-06Clean up unused dependenciesStephen Gallagher1-1/+0
2009-10-14use old password if available during password changeSumit Bose1-8/+9
2009-10-08add syslog message similar to pam_unixSumit Bose1-2/+14
2009-10-05ask for new password if password is expiredSumit Bose1-7/+40
2009-10-05move password handling into subroutinesSumit Bose1-71/+117
2009-09-14make cli_pid mandatory and increase version number of pam protocolSumit Bose1-2/+2
2009-09-14remove unused client locale from PAM protocolSumit Bose1-19/+0
2009-09-14Let the PAM client send its PIDSumit Bose1-9/+34
2009-09-11Add copyright noticesJakub Hrozek1-0/+20
2009-08-27do not show server messages to userSumit Bose1-5/+0
2009-07-22cleanup of pam_sssSumit Bose1-250/+241
2009-07-03Cleanup warnings in client and server codeSimo Sorce1-2/+2
2009-07-02added kerberos backend with tevent_req event handlingSumit Bose1-1/+1
2009-06-25Implement _pam_overwrite_n(n,x) for older systemsStephen Gallagher1-0/+1
2009-06-02Don't mix strdup and static stringsSimo Sorce1-1/+1
2009-05-26Initial gettext framework for sss_clientsStephen Gallagher1-1/+7
2009-05-17Build fixesSimo Sorce1-0/+2
2009-05-15added new pam client protocolSumit Bose1-2/+136
2009-05-08added syslog support to pam_sssSumit Bose1-5/+40
2009-05-08cleanup and fixes for pam_sssSumit Bose1-190/+352
2009-04-29Fix IndentationSimo Sorce1-88/+89
2009-04-29reuse authtok which is already in the pam stackSumit Bose1-2/+22
2009-04-23allow to forward the authtok to other pam modulesSumit Bose1-0/+16
2009-03-25Fix compilation error due to implicit castStephen Gallagher1-2/+2
2009-03-20added response type PAM_ENV_ITEM and integrated response data into dbus messagesSumit Bose1-0/+32
2009-03-10Remove unexisting left over headerSimo Sorce1-1/+0
2009-03-10added generic PAM return messages and a false login delaySumit Bose1-15/+59
2009-03-05added password reset by rootSumit Bose1-9/+33
2009-03-02first version of LOCAL pam backendSumit Bose1-0/+6
2009-02-24Add PAM clientSumit Bose1-0/+324