summaryrefslogtreecommitdiffstats
path: root/server/responder/pam/pam_LOCAL_domain.c
Commit message (Expand)AuthorAgeFilesLines
* Address CVE-2009-2410Stephen Gallagher2009-07-291-1/+1
* Rework transaction code to use tevent_reqSimo Sorce2009-07-031-31/+84
* Rename sysdb_req to sysdb_handle.Simo Sorce2009-07-031-6/+6
* Move actual password caching into sysdbSimo Sorce2009-05-181-1/+1
* Prevent accepting blank passwordsSimo Sorce2009-05-181-0/+7
* Fix crypt functions to not use static buffers.Simo Sorce2009-05-181-9/+9
* Fix a couple of segfaults and timeout checksSimo Sorce2009-04-131-1/+1
* Implement credentials caching in pam responder.Simo Sorce2009-04-131-67/+86
* Always pass full domain infoSimo Sorce2009-04-131-1/+1
* Change the way we retrieve domainsSimo Sorce2009-04-081-3/+2
* Refactor nss_ctx to resp_ctx in respondersStephen Gallagher2009-03-261-2/+2
* added generic PAM return messages and a false login delaySumit Bose2009-03-101-45/+11
* Always pass sss_domain_info to sysdb functions.Simo Sorce2009-03-091-3/+3
* Do not duplicate attribute names macros.Simo Sorce2009-03-091-2/+2
* Remove _PW_ and _GR_ from SYSDB_ definesSimo Sorce2009-03-051-7/+7
* added password reset by rootSumit Bose2009-03-051-0/+5
* Simplify some aspects of pam_LOCAL_domainSimo Sorce2009-03-041-136/+82
* replaced pure ldb calls with sysdb callsSumit Bose2009-03-031-117/+306
* first version of LOCAL pam backendSumit Bose2009-03-021-0/+295