summaryrefslogtreecommitdiffstats
path: root/src/responder/pam/pamsrv_dp.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixing critical format string issues.Lukas Slebodnik2013-05-201-2/+4
| | | | | | --missing arguments. --format '%s', but argument is integer. --wrong format string, examle: '%\n'
* Allocate PAM DP request data on responder contextJakub Hrozek2013-04-081-5/+36
| | | | | | | | | | | | https://fedorahosted.org/sssd/ticket/1869 Currently the private data passed to the PAM request is a structure allocated on the client context. But in the odd case where the back end would be stopped or stuck until the idle timeout hits, the DP callback would access data that were freed when the client timed out. This patch introduces a new structure allocated on responder context, whose only purpose is to live as long as the request is active.
* Add conn_name to allow different names for domains and connectionsJan Zeleny2012-04-241-1/+1
|
* Fix a series of memory leaks in the SBUSStephen Gallagher2010-03-171-3/+5
|
* Properly handle dbus send attempts on a closed connectionStephen Gallagher2010-03-151-22/+5
| | | | | | | | dbus_connection_send_with_reply() will report success and return a NULL pending_reply when the connection is not open for communication. This patch creates a new wrapper around dbus_connection_send_with_reply() to properly detect this condition and report it as an error.
* Rename server/ directory to src/Stephen Gallagher2010-02-181-0/+142
Also update BUILD.txt