Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactoring the monitor code and SBUS utility functions. | Stephen Gallagher | 2009-01-27 | 1 | -39/+0 |
| | |||||
* | Adding a parameter to the sbus_service_sbus_init function to allow passing ↵ | Stephen Gallagher | 2008-12-15 | 1 | -1/+2 |
| | | | | in an sbus_conn_destructor_fn to the sbus_new_connection() function. Fixing minor warning about the usage of talloc_reference. | ||||
* | Change data provider into a hub, where backends (ldap, nis, ipa providers) | Simo Sorce | 2008-12-08 | 1 | -2/+1 |
| | | | | and frontends (pam, nss, ... modules) can connect to. | ||||
* | Fix indentation | Simo Sorce | 2008-11-24 | 1 | -2/+2 |
| | |||||
* | Created a helper function sssd_service_sbus_init() to simplify creating the ↵ | Stephen Gallagher | 2008-11-20 | 1 | -0/+39 |
initial connection to the monitor service within the child services. It will create the D-BUS connection to the monitor and configure the service to handle the mandatory getIdentity and ping methods. |