summaryrefslogtreecommitdiffstats
path: root/server/sbus/tests
Commit message (Collapse)AuthorAgeFilesLines
* The default message handler will now pass both the method_ctx and theStephen Gallagher2008-11-171-0/+1
| | | | | | | 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.
* Add support for dbus comunication in the nss serviceSimo Sorce2008-11-031-6/+5
| | | | | 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-10/+1
| | | | sbus service.
* Renaming sssd/server/dbus to sssd/server/sbus. Making necessary changes to ↵Stephen Gallagher2008-11-031-0/+223
header includes and makefiles.