summaryrefslogtreecommitdiffstats
path: root/server/sbus_interfaces.h
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring the monitor code and SBUS utility functions.Stephen Gallagher2009-01-271-49/+0
|
* Add placeholders for new configuration reload methods. The monitor will be ↵Stephen Gallagher2009-01-121-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.
* Fix dp client to connect to the right dbus pipeSimo Sorce2009-01-051-2/+2
|
* point PIPE_PATH at /var/lib/sss/pipes, not just the private path so that theSimo Sorce2008-11-241-1/+1
| | | | same config option can be used for the nss service
* Replacing hard-coded paths with configure script substitutions.Stephen Gallagher2008-11-241-1/+1
| | | | Changing the default SBUS locations to be configure script parameters
* Add some infrastructure code to add data providers.Simo Sorce2008-11-191-0/+6
| | | | | | This currently breacks the dameon because of a problem with destroying the monitor dbus server in the children after fork()
* Add the ping funtion to the nss service Make the monitor task ping ↵Simo Sorce2008-11-041-0/+1
| | | | connecting services Make it possible to configure timeouts and service ping times.
* Add support for dbus comunication in the nss serviceSimo Sorce2008-11-031-0/+2
| | | | | Add utility function in confdb Make all component fetch the dbus socket from the confdb
* Use a common interface file for all users of the internalSimo Sorce2008-11-031-0/+39
sbus service.