summaryrefslogtreecommitdiff
path: root/server/responder/pam/pamsrv_cmd.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-09Fix tevent_req error checking.Simo Sorce1-6/+1
2009-10-27Move responsibility for entry expiration timeoutSimo Sorce1-7/+4
2009-10-27Fix segfaultSimo Sorce1-1/+1
2009-10-26Use standard coding practice to set last loginSimo Sorce1-90/+128
2009-10-22Add support for offline auth cache timeoutStephen Gallagher1-1/+170
2009-10-15Fix offline authenticationSimo Sorce1-16/+3
2009-09-23Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher1-3/+3
2009-09-21Use syslog for logging error conditions in SSSDJakub Hrozek1-3/+3
2009-09-14make cli_pid mandatory and increase version number of pam protocolSumit Bose1-1/+25
2009-09-14Let the PAM client send its PIDSumit Bose1-0/+19
2009-09-08Split database in multiple filesSimo Sorce1-3/+26
2009-08-17Fix reconnection codeSimo Sorce1-1/+1
2009-08-14Refactor responder_dp.cStephen Gallagher1-6/+6
2009-07-02added kerberos backend with tevent_req event handlingSumit Bose1-1/+19
2009-06-08fix detection of authentication against LOCAL domainSumit Bose1-3/+9
2009-05-28special-case NSS calls in PAM codeJakub Hrozek1-2/+2
2009-05-26fix a wrong timeoutSumit Bose1-3/+4
2009-05-18Move actual password caching into sysdbSimo Sorce1-13/+0
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 Bose1-0/+1
2009-04-28handle other pam calls when offlineSumit Bose1-0/+10
2009-04-28change PAM timeout the match NSS timeSumit Bose1-1/+1
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 Sorce1-19/+316
2009-04-13Implement credentials caching in pam responder.Simo Sorce1-28/+95
2009-04-08Change the way we retrieve domainsSimo Sorce1-16/+13
2009-04-07Clean up warnings in SSSDStephen Gallagher1-2/+2
2009-04-07Unify name parsing and reposnder headersSimo Sorce1-31/+34
2009-04-07Use info in the domain entry to determine action.Simo Sorce1-1/+12
2009-03-27Make nsssrv use the common responder functionsSimo Sorce1-8/+1
2009-03-26Refactor nss_ctx to resp_ctx in respondersStephen Gallagher1-8/+8
2009-03-11remove an unnecessary call to confdbSumit Bose1-8/+4
2009-03-10added generic PAM return messages and a false login delaySumit Bose1-7/+86
2009-03-04Simplify some aspects of pam_LOCAL_domainSimo Sorce1-1/+3
2009-03-03replaced pure ldb calls with sysdb callsSumit Bose1-1/+1
2009-03-02first version of LOCAL pam backendSumit Bose1-2/+21
2009-02-24Add PAM responderSumit Bose1-0/+196