summaryrefslogtreecommitdiff
path: root/server/responder/pam/pamsrv_cache.c
AgeCommit message (Collapse)AuthorFilesLines
2009-05-18Move actual password caching into sysdbSimo Sorce1-111/+1
Convert auth modules to do the caching themselves
2009-05-18Fix crypt functions to not use static buffers.Simo Sorce1-9/+7
Also fix style, clarify, and simplify some logic.
2009-04-28Use different attribute for cached passwords change timeSumit Bose1-2/+2
2009-04-27Use different attribute for cached passwordsSimo Sorce1-3/+3
This fixes a bug with legacy backends where the cached password would be cleared on a user update. Using a different attribute we make sure a userPassword coming from the remote backend does not interfere with a cachedPassword (and vice versa).
2009-04-13Implement credentials caching in pam responder.Simo Sorce1-0/+275
Implement credentials caching in pam responder. Currently works only for the proxy backend. Also cleanup pam responder code and mode common code in data provider. (the data provider should never include responder private headers)