summaryrefslogtreecommitdiffstats
path: root/server/responder/common/responder_dp.c
Commit message (Collapse)AuthorAgeFilesLines
* Simplify interfaces initializationSimo Sorce2009-08-101-18/+6
| | | | | | | Make as much as possible static, and remove use of talloc_reference and allocation/deallocation of memory when not necessary. Fix also responder use of rctx->conn, was mistakenly used for both monitor and dp connections.
* merge server and connection structuresSimo Sorce2009-08-101-2/+2
| | | | | | This reduce code duplication as it allows to use one set of watch and timeout functions, and at the same time also allow not to use a secondary structure just to unify these functions.
* Cosmetic changesSimo Sorce2009-08-101-10/+10
| | | | | Rationalize and rename connection names in preparatoin for merging of server and connection structures.
* Remove redundant memory contextsSimo Sorce2009-08-101-8/+12
| | | | Simplify code by removing stuff that is never used or redundant.
* check pending_return after dbus_connection_send_with_replySumit Bose2009-07-021-1/+1
|
* Force user check and discover user's domainSimo Sorce2009-04-171-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.
* Unify name parsing and reposnder headersSimo Sorce2009-04-071-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.
* Refactor nss_ctx to resp_ctx in respondersStephen Gallagher2009-03-261-11/+11
|
* added a privileged pipeSumit Bose2009-03-051-1/+0
|
* Rebase the code to use talloc, tdb, tevent, ldb as externalSimo Sorce2009-02-261-6/+6
| | | | | | dependencies based on the latest samba code. Convert all references to the old events library to use the renamed tevent library.
* Add PAM responderSumit Bose2009-02-241-0/+123
Also move responders under server/responder with shared code in server/responder/common Signed-off-by: Simo Sorce <ssorce@redhat.com>