summaryrefslogtreecommitdiff
path: root/src/sbus/sssd_dbus.h
AgeCommit message (Collapse)AuthorFilesLines
2013-09-12Remove unused codeJakub Hrozek1-3/+0
2011-10-13Append PID to sbus server socket name, let clients use a symlinkJakub Hrozek1-0/+1
https://fedorahosted.org/sssd/ticket/1034
2010-03-15Properly handle dbus send attempts on a closed connectionStephen Gallagher1-0/+16
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.
2010-02-18Rename server/ directory to src/Stephen Gallagher1-0/+153
Also update BUILD.txt