summaryrefslogtreecommitdiff
path: root/server/sbus/sssd_dbus_connection.c
AgeCommit message (Collapse)AuthorFilesLines
2008-11-20Start conversion from a fork() and live to a fork()/exec() model.Simo Sorce1-16/+17
To start the dameon now you need to pass the option -s monitor Still have some problems communicating with children.
2008-11-19Add method to get a connection's private dataSimo Sorce1-0/+5
Fix memory hierarchy, set the destructor on the server context so that it is called before any memory attached to it is freed. Before this change a talloc_free() on the event context would end in a double free and and an abort() inside talloc.
2008-11-17The default message handler will now pass both the method_ctx and theStephen Gallagher1-14/+30
sbus_conn_ctx to all message handling functions. This will allow connection-specific data to be passed in by taking advantage of the sbus_conn_set_private_data() function on the sbus_conn_ctx struct. Presently this private data is global to all methods of the connection context.
2008-11-13Fix trailing spaces and some indentation issues.Simo Sorce1-46/+57
2008-11-04Add the ping funtion to the nss service Make the monitor task ping ↵Simo Sorce1-3/+4
connecting services Make it possible to configure timeouts and service ping times.
2008-11-03Renaming sssd/server/dbus to sssd/server/sbus. Making necessary changes to ↵Stephen Gallagher1-0/+576
header includes and makefiles.