summaryrefslogtreecommitdiff
path: root/server/dbus/sssd_dbus_server.h
AgeCommit message (Collapse)AuthorFilesLines
2008-10-27D-BUS integration style changes.Simo Sorce1-69/+0
Rework interfaces a bit to simplify and uniform function names so that they use a well defined namespace (sssd_*). Simplify headers file, split them into a private and a public one only. Make static all file private functions. Rename sssd_dbus_client.c to sssd_dbus_connection.c to reflect it's function, as it is is used by both a server and a client. Introduce a function table to know where to dipatch messages. Fix coding style issues, and start pointing out where clean-up fucntions are missing.
2008-10-24Integrate D-BUS support for use as IPC between parts.Stephen Gallagher1-0/+69
Integrates DBUS with the event system so that it is asynchronous.