Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-11-03 | Fixed segfault issue when remote connection is lost. | Stephen Gallagher | 1 | -0/+7 | |
2008-11-03 | Initial memory cleanup work | Stephen Gallagher | 1 | -2/+0 | |
2008-10-27 | D-BUS integration style changes. | Simo Sorce | 1 | -0/+48 | |
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. |