summaryrefslogtreecommitdiff
path: root/server/responder/pam/pamsrv.h
AgeCommit message (Collapse)AuthorFilesLines
2009-04-13Implement credentials caching in pam responder.Simo Sorce1-39/+14
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)
2009-04-07Unify name parsing and reposnder headersSimo Sorce1-1/+1
Use common sss_parse_name function in all responders Simplify responder headers by combining common,cmd,dp in one header and add name parse structure as part of the common responder context.
2009-03-20added response type PAM_ENV_ITEM and integrated response data into dbus messagesSumit Bose1-5/+5
2009-03-19use pam_data as main data structure for dbus communicationSumit Bose1-0/+5
2009-03-10added generic PAM return messages and a false login delaySumit Bose1-2/+15
2009-03-04Simplify some aspects of pam_LOCAL_domainSimo Sorce1-1/+2
Use only one context (the local request) for all functions. Use new helper function in sysdb to set numbers as sysdb_attrs values. Do not use pam_status to report internal errors, use an error variable and check it only when we finally reply. Use sysdb_error_to_errno() to convert and ldb error to errno. Do not free every single buffer allocated, they are all appended to the local request and will be automatically freed once the request is finished.
2009-03-02first version of LOCAL pam backendSumit Bose1-0/+7
2009-02-24Add PAM responderSumit Bose1-0/+33
Also move responders under server/responder with shared code in server/responder/common Signed-off-by: Simo Sorce <ssorce@redhat.com>