summaryrefslogtreecommitdiff
path: root/server/responder/pam/pam_LOCAL_domain.c
AgeCommit message (Expand)AuthorFilesLines
2009-09-23Revert "Use syslog for logging error conditions in SSSD"Stephen Gallagher1-1/+1
2009-09-21Use syslog for logging error conditions in SSSDJakub Hrozek1-1/+1
2009-09-08Split database in multiple filesSimo Sorce1-1/+7
2009-07-29Address CVE-2009-2410Stephen Gallagher1-1/+1
2009-07-03Rework transaction code to use tevent_reqSimo Sorce1-31/+84
2009-07-03Rename sysdb_req to sysdb_handle.Simo Sorce1-6/+6
2009-05-18Move actual password caching into sysdbSimo Sorce1-1/+1
2009-05-18Prevent accepting blank passwordsSimo Sorce1-0/+7
2009-05-18Fix crypt functions to not use static buffers.Simo Sorce1-9/+9
2009-04-13Fix a couple of segfaults and timeout checksSimo Sorce1-1/+1
2009-04-13Implement credentials caching in pam responder.Simo Sorce1-67/+86
2009-04-13Always pass full domain infoSimo Sorce1-1/+1
2009-04-08Change the way we retrieve domainsSimo Sorce1-3/+2
2009-03-26Refactor nss_ctx to resp_ctx in respondersStephen Gallagher1-2/+2
2009-03-10added generic PAM return messages and a false login delaySumit Bose1-45/+11
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-05Remove _PW_ and _GR_ from SYSDB_ definesSimo Sorce1-7/+7
2009-03-05added password reset by rootSumit Bose1-0/+5
2009-03-04Simplify some aspects of pam_LOCAL_domainSimo Sorce1-136/+82
2009-03-03replaced pure ldb calls with sysdb callsSumit Bose1-117/+306
2009-03-02first version of LOCAL pam backendSumit Bose1-0/+295