summaryrefslogtreecommitdiff
path: root/server/responder/pam
AgeCommit message (Expand)AuthorFilesLines
2009-05-18Prevent accepting blank passwordsSimo Sorce1-0/+7
2009-05-18Fix crypt functions to not use static buffers.Simo Sorce2-18/+16
2009-05-15added new pam client protocolSumit Bose1-1/+132
2009-05-15added more flexible handling of client protocolSumit Bose1-1/+12
2009-05-14added check for NULL valuesSumit Bose2-9/+1
2009-04-28handle other pam calls when offlineSumit Bose1-0/+10
2009-04-28Use different attribute for cached passwords change timeSumit Bose1-2/+2
2009-04-28change PAM timeout the match NSS timeSumit Bose2-3/+1
2009-04-27Use different attribute for cached passwordsSimo Sorce1-3/+3
2009-04-27fix for pam proxy chauthtokSumit Bose1-0/+1
2009-04-23removed length of unused element from packet size calculationSumit Bose1-1/+1
2009-04-22fix for a seq fault when pam_reply_delay is called.Sumit Bose1-2/+2
2009-04-17Force user check and discover user's domainSimo Sorce2-19/+319
2009-04-14Make reconnection to the Data Provider a global settingStephen Gallagher1-2/+2
2009-04-13Fix a couple of segfaults and timeout checksSimo Sorce1-1/+1
2009-04-13Implement credentials caching in pam responder.Simo Sorce8-373/+494
2009-04-13Always pass full domain infoSimo Sorce1-1/+1
2009-04-08Change the way we retrieve domainsSimo Sorce3-20/+16
2009-04-07Clean up warnings in SSSDStephen Gallagher2-3/+2
2009-04-07Unify name parsing and reposnder headersSimo Sorce3-34/+35
2009-04-07Use info in the domain entry to determine action.Simo Sorce1-1/+12
2009-03-27Fix copy&paste errorSimo Sorce1-1/+1
2009-03-27Fix potential segfault if dp_ctx is still NULL.Simo Sorce1-2/+9
2009-03-27Make nsssrv use the common responder functionsSimo Sorce2-12/+8
2009-03-26Enable autoreconnection to the Data Provider in PAMStephen Gallagher1-1/+61
2009-03-26Refactor nss_ctx to resp_ctx in respondersStephen Gallagher3-11/+11
2009-03-20Enhance server_setupSimo Sorce1-1/+1
2009-03-20added response type PAM_ENV_ITEM and integrated response data into dbus messagesSumit Bose2-19/+98
2009-03-19use pam_data as main data structure for dbus communicationSumit Bose3-27/+85
2009-03-11remove an unnecessary call to confdbSumit Bose1-8/+4
2009-03-10added generic PAM return messages and a false login delaySumit Bose5-64/+150
2009-03-09Always pass sss_domain_info to sysdb functions.Simo Sorce1-3/+3
2009-03-09Do not duplicate attribute names macros.Simo Sorce1-2/+2
2009-03-09use fixed paths to sockets to make sure clients and server are using the sameSumit Bose1-2/+3
2009-03-05Remove _PW_ and _GR_ from SYSDB_ definesSimo Sorce1-7/+7
2009-03-05added password reset by rootSumit Bose1-0/+5
2009-03-05added a privileged pipeSumit Bose1-3/+2
2009-03-04Simplify some aspects of pam_LOCAL_domainSimo Sorce3-138/+87
2009-03-03replaced pure ldb calls with sysdb callsSumit Bose3-120/+309
2009-03-02first version of LOCAL pam backendSumit Bose4-2/+332
2009-02-24Add PAM responderSumit Bose5-0/+631