summaryrefslogtreecommitdiffstats
path: root/src/service-dbus
Commit message (Collapse)AuthorAgeFilesLines
* service: add profile registration, selinux wrapper and class versionJan Synacek2013-07-263-0/+49
|
* Silence many compilation warningsRadek Novacek2013-07-251-0/+6
| | | | Mostly deprecation warnings and wrong 'const' handling.
* Return list of CIM classes from konkretcmpi_generate macroRadek Novacek2013-07-231-0/+1
| | | | This list will be used by profile registration.
* service-dbus: Ignore instantiable servicesTomas Bzatek2013-05-271-1/+2
| | | | | | | | It seems there's no way how to load instantiable unit file that is not active (i.e. not instantiated) in order to get its properties. Let's ignore such services for the moment to be able to enumerate instances. https://fedorahosted.org/openlmi/ticket/114
* service-dbus: Properly initialize local struct variablesTomas Bzatek2013-05-271-1/+1
| | | | | When error occurs in service_get_properties() we may run into freeing uninitialized struct elements.
* service: fix mof nameVitezslav Crhonek2013-05-131-1/+1
|
* service: added dbus based service providerVitezslav Crhonek2013-05-134-0/+763