| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Renaming sssd/server/dbus to sssd/server/sbus. Making necessary changes to ↵ | Stephen Gallagher | 2008-11-03 | 1 | -45/+0 |
| | | | | | header includes and makefiles. | ||||
| * | Refactoring dbus code. Also corrected one talloc allocation mistake for ↵ | Stephen Gallagher | 2008-11-03 | 1 | -4/+4 |
| | | | | | sbus_dispatch. | ||||
| * | Cleaning up improper whitespace | Stephen Gallagher | 2008-11-03 | 1 | -1/+1 |
| | | |||||
| * | Fixed segfault issue when remote connection is lost. | Stephen Gallagher | 2008-11-03 | 1 | -0/+1 |
| | | |||||
| * | Fixing SEGFAULT caused by not completely purging watch data when removing a ↵ | Stephen Gallagher | 2008-11-03 | 1 | -0/+1 |
| | | | | | D-BUS watch from the event loop | ||||
| * | Initial memory cleanup work | Stephen Gallagher | 2008-11-03 | 1 | -0/+3 |
| | | |||||
| * | D-BUS integration style changes. | Simo Sorce | 2008-10-27 | 1 | -2/+2 |
| | | | | | | | | | | | | | 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. | ||||
| * | Integrate D-BUS support for use as IPC between parts. | Stephen Gallagher | 2008-10-24 | 1 | -0/+40 |
| Integrates DBUS with the event system so that it is asynchronous. | |||||
