summaryrefslogtreecommitdiff
path: root/server/providers/data_provider.c
AgeCommit message (Collapse)AuthorFilesLines
2008-11-24Replacing hard-coded paths with configure script substitutions.Stephen Gallagher1-18/+50
Changing the default SBUS locations to be configure script parameters
2008-11-24change structure nameSimo Sorce1-4/+5
2008-11-20Created a helper function sssd_service_sbus_init() to simplify creating the ↵Stephen Gallagher1-42/+12
initial connection to the monitor service within the child services. It will create the D-BUS connection to the monitor and configure the service to handle the mandatory getIdentity and ping methods.
2008-11-20Remove unused code and fix message handlers in dpSimo Sorce1-24/+10
2008-11-20Start conversion from a fork() and live to a fork()/exec() model.Simo Sorce1-22/+18
To start the dameon now you need to pass the option -s monitor Still have some problems communicating with children.
2008-11-19Add some infrastructure code to add data providers.Simo Sorce1-0/+414
This currently breacks the dameon because of a problem with destroying the monitor dbus server in the children after fork()