summaryrefslogtreecommitdiff
path: root/server/responder/common/responder_dp.c
AgeCommit message (Collapse)AuthorFilesLines
2009-07-02check pending_return after dbus_connection_send_with_replySumit Bose1-1/+1
2009-04-17Force user check and discover user's domainSimo Sorce1-0/+262
Force a user lookup against the users domain provider. If a user domain is not specified search though all non fully qualifying domains. Perform authentication against the corrent domain auth backend, based on the user's domain found in the lookup if one was not specified. Also move the NSS-DP functions in COMMON-DP as they are reused by the PAM responder too now.
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-26Refactor nss_ctx to resp_ctx in respondersStephen Gallagher1-11/+11
2009-03-05added a privileged pipeSumit Bose1-1/+0
2009-02-26Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce1-6/+6
dependencies based on the latest samba code. Convert all references to the old events library to use the renamed tevent library.
2009-02-24Add PAM responderSumit Bose1-0/+123
Also move responders under server/responder with shared code in server/responder/common Signed-off-by: Simo Sorce <ssorce@redhat.com>