summaryrefslogtreecommitdiffstats
path: root/src/power
Commit message (Collapse)AuthorAgeFilesLines
* power: Fix crash in power providerRadek Novacek2013-09-191-1/+2
|
* Call lmi_init function from providersRadek Novacek2013-09-192-1/+9
|
* Fix for cim-schema > 2.33Radek Novacek2013-09-031-0/+27
| | | | There are some new methods in CIM_ConcreteJob
* power: various improvementsRadek Novacek2013-07-263-1/+56
| | | | | | * class versions in the mof file * profile registration * selinux wrapper
* power: Remove debugging signal handlingRadek Novacek2013-07-251-22/+0
|
* Silence many compilation warningsRadek Novacek2013-07-251-1/+5
| | | | 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.
* Adapt for KonkretCMPI changes in EmbeddedInstancesRadek Novacek2013-07-012-4/+4
| | | | | | KonkretCMPI was recently changed to handle EmbeddedInstances as KInstance type instead of KString, which is much more convinient to use, but the generated sources must be sometimes fixed.
* power: fix undefined symbols in power provider0.0.23Radek Novacek2013-05-201-13/+13
| | | | | Previous commit renamed LMI_ConcreteJob to LMI_PowerConcreteJob but didn't rename some symbols in power.c causing compilation to fail.
* power: Rename LMI_ConcreteJob to LMI_PowerConcreteJobRadek Novacek2013-05-201-37/+35
| | | | | | There is collision with LMI_ConcreteJob provided by 30_LMI_Jobs.mof. This is just workaround, proper fix would be to use the jobs properly. The jobs in power provider were just an attempt and need to be fixed.
* renamed mof files according to LMI conventionMichal Minar2013-04-221-1/+1
| | | | | | | | | | | | | | | Mof files prefixed with digits ensuring their correct order of parsing upon their installation. This avoids problems with sfcbmof compiler, which can not handle dependent classes being parsed before their antecedents. Convention is specified in mof/README. Removed inclusion of LMI_Qualifiers in LMI_Jobs. LMI_Qualifiers should be registered in cimom instead of included in dependent mof files. This allows it to be used by any other providers simultaneously. Modified references to mof files in cmake build files.
* Happy New Year! (better later than never)Jan Synacek2013-03-138-8/+8
|
* Relicence all sources from GPLv2+ to LGPLv2+0.0.15Radek Novacek2012-11-128-80/+104
|
* Change project name from Cura to OpenLMIRadek Novacek2012-10-221-3/+3
|
* Make destination of .reg adjustable in CuraMacros0.0.3Radek Novacek2012-08-291-1/+1
| | | | | If CuraMacros are used by different provider it needs to change location where the .reg is installed.
* Define methods from experimental schemaRadek Novacek2012-08-293-0/+45
| | | | | Add missing methods to fix undefined references. All of the methods return NOT_SUPPORTED error
* Rename HostedService classes to avoid duplicationRadek Novacek2012-08-281-31/+31
| | | | | | | Both Power and Account providers defined LMI_HostedService class. It confuses sfcbd daemon, so the classes has been renamed based on which service they provide (HostedPowerManagementService and HostedAccountManagementService).
* Rename prefix from Cura_ to LMI_Radek Novacek2012-08-288-285/+285
|
* Add 'Cura_' to provider library nameRadek Novacek2012-08-021-1/+1
|
* Add GPLv2 license file and GPLv2+ headers to all filesRadek Novacek2012-08-028-0/+133
|
* Replace all Linux_ prefixes with Cura_ prefixes.Radek Novacek2012-07-318-285/+285
|
* power: use get_system_creation_class_name function in the providerRadek Novacek2012-07-304-7/+5
|
* Make provider optional using cmake optionsRadek Novacek2012-07-301-0/+3
|
* Fix typo in get_system_creation_class_name method nameRadek Novacek2012-07-302-4/+4
|
* power: fix finding Linux_ComputerSystem in referencesRadek Novacek2012-07-272-40/+16
|
* Unify logging through all providersRadek Novacek2012-07-279-109/+3
| | | | | Needs to be ported to sfcb/pegasus standard logging, using stderr for now.
* Fix few errors in CuraMacros.cmake and power cmakeRadek Novacek2012-07-251-2/+2
|
* power: correctly register and installRadek Novacek2012-07-241-6/+4
|
* power: check if upower and systemctl are installedRadek Novacek2012-07-241-1/+13
|
* Remove src/ subdirectory from power/Radek Novacek2012-07-241-70/+0
|
* Move provider-register to top level directoryRadek Novacek2012-07-231-755/+0
|
* Move power example script to examples/ directoryRadek Novacek2012-07-231-52/+0
|
* Restructure Power providerRadek Novacek2012-07-2314-58/+29
| | | | | | * get rid of src/ subdirectory in power/ * cleanup CMake * use konkretcmpi_generate macro
* Start converting all providers to CMakeRadek Novacek2012-07-231-12/+0
|
* Move all providers to src/ directoryRadek Novacek2012-07-2317-0/+3014