summaryrefslogtreecommitdiffstats
path: root/server/responder/pam/pamsrv_dp.c
Commit message (Collapse)AuthorAgeFilesLines
* Change the why DP clients identifySimo Sorce2009-08-111-49/+0
| | | | Mirrors what we have done with the monitor.
* Simplify interfaces initializationSimo Sorce2009-08-101-9/+17
| | | | | | | 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.
* Cosmetic changesSimo Sorce2009-08-101-6/+6
| | | | | Rationalize and rename connection names in preparatoin for merging of server and connection structures.
* Remove redundant memory contextsSimo Sorce2009-08-101-2/+2
| | | | 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
|
* added check for NULL valuesSumit Bose2009-05-141-9/+0
| | | | | - allow unspecified value in struct pam_data to be NULL - check if domain structure is initialized in pam_reply
* Implement credentials caching in pam responder.Simo Sorce2009-04-131-41/+22
| | | | | | | 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)
* Fix copy&paste errorSimo Sorce2009-03-271-1/+1
|
* Fix potential segfault if dp_ctx is still NULL.Simo Sorce2009-03-271-2/+9
| | | | | | | May happen at startup if, for some reason dp is very slow to start and we receive a request before a reconnection is rescheduled in the responder dp reconnection code. This shouldn't happen normally so make it clear with a debug statement.
* Refactor nss_ctx to resp_ctx in respondersStephen Gallagher2009-03-261-1/+1
|
* use pam_data as main data structure for dbus communicationSumit Bose2009-03-191-27/+5
|
* added generic PAM return messages and a false login delaySumit Bose2009-03-101-9/+18
|
* added a privileged pipeSumit Bose2009-03-051-3/+2
|
* Add PAM responderSumit Bose2009-02-241-0/+215
Also move responders under server/responder with shared code in server/responder/common Signed-off-by: Simo Sorce <ssorce@redhat.com>