summaryrefslogtreecommitdiffstats
path: root/src/sbus/sssd_dbus_connection.c
Commit message (Collapse)AuthorAgeFilesLines
* Catch cases where D-Bus connection is NULLJakub Hrozek2012-04-051-0/+4
| | | | https://fedorahosted.org/sssd/ticket/1270
* Defer sbus_dispatch() for 30ms during reconnectSumit Bose2010-05-201-1/+2
|
* Properly handle dbus send attempts on a closed connectionStephen Gallagher2010-03-151-0/+65
| | | | | | | | 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/+692
Also update BUILD.txt