Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-11-17 | The default message handler will now pass both the method_ctx and the | Stephen Gallagher | 3 | -21/+42 | |
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-13 | Fix trailing spaces and some indentation issues. | Simo Sorce | 1 | -46/+57 | |
2008-11-04 | Add the ping funtion to the nss service Make the monitor task ping ↵ | Simo Sorce | 3 | -59/+77 | |
connecting services Make it possible to configure timeouts and service ping times. | |||||
2008-11-03 | Add support for dbus comunication in the nss service | Simo Sorce | 1 | -6/+5 | |
Add utility function in confdb Make all component fetch the dbus socket from the confdb | |||||
2008-11-03 | Use a common interface file for all users of the internal | Simo Sorce | 1 | -10/+1 | |
sbus service. | |||||
2008-11-03 | Renaming sssd/server/dbus to sssd/server/sbus. Making necessary changes to ↵ | Stephen Gallagher | 6 | -0/+1260 | |
header includes and makefiles. |