summaryrefslogtreecommitdiff
path: root/server/sbus_interfaces.h
AgeCommit message (Collapse)AuthorFilesLines
2009-01-12Add placeholders for new configuration reload methods. The monitor will be ↵Stephen Gallagher1-0/+1
able to call the reloadConfig DBUS method on any or all of its children to force them to reread their configuration from the confdb.
2009-01-05Fix dp client to connect to the right dbus pipeSimo Sorce1-2/+2
2008-11-24point PIPE_PATH at /var/lib/sss/pipes, not just the private path so that theSimo Sorce1-1/+1
same config option can be used for the nss service
2008-11-24Replacing hard-coded paths with configure script substitutions.Stephen Gallagher1-1/+1
Changing the default SBUS locations to be configure script parameters
2008-11-19Add some infrastructure code to add data providers.Simo Sorce1-0/+6
This currently breacks the dameon because of a problem with destroying the monitor dbus server in the children after fork()
2008-11-04Add the ping funtion to the nss service Make the monitor task ping ↵Simo Sorce1-0/+1
connecting services Make it possible to configure timeouts and service ping times.
2008-11-03Add support for dbus comunication in the nss serviceSimo Sorce1-0/+2
Add utility function in confdb Make all component fetch the dbus socket from the confdb
2008-11-03Use a common interface file for all users of the internalSimo Sorce1-0/+39
sbus service.