summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* install CuraMacros.cmake and globals.hRadek Novacek2012-08-281-0/+1
|
* Rename HostedService classes to avoid duplicationRadek Novacek2012-08-282-62/+62
| | | | | | | 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-2836-1396/+1396
|
* Account provider0.0.2Roman Rakus2012-08-1425-0/+4537
| | | | | | Listing of the users and groups Signed-off-by: Roman Rakus <rrakus@redhat.com>
* updated fan READMEMichal Minar2012-08-021-18/+4
|
* Add 'Cura_' to provider library nameRadek Novacek2012-08-023-3/+3
|
* Add GPLv2 license file and GPLv2+ headers to all filesRadek Novacek2012-08-0220-74/+295
|
* service: make the shell scripts executableRadek Novacek2012-08-011-1/+1
|
* Add so-version to curacommon and install itRadek Novacek2012-08-011-0/+4
|
* service: Add shebang to service*.sh scriptsRadek Novacek2012-07-312-1/+3
|
* service: Move serviceutil to libexecRadek Novacek2012-07-312-3/+3
|
* Replace all Linux_ prefixes with Cura_ prefixes.Radek Novacek2012-07-3116-578/+578
|
* power: use get_system_creation_class_name function in the providerRadek Novacek2012-07-304-7/+5
|
* Make provider optional using cmake optionsRadek Novacek2012-07-302-3/+14
|
* Merge READMEs to one, get rid of should-be-global files in serviceRadek Novacek2012-07-307-1448/+0
|
* service: use global functions for getting system (creation class) nameRadek Novacek2012-07-304-105/+4
|
* Fix typo in get_system_creation_class_name method nameRadek Novacek2012-07-304-6/+6
|
* fan: port Fan provider to KonkretCMPIRadek Novacek2012-07-3018-2207/+1052
|
* power: fix finding Linux_ComputerSystem in referencesRadek Novacek2012-07-272-40/+16
|
* Unify logging through all providersRadek Novacek2012-07-2715-124/+111
| | | | | Needs to be ported to sfcb/pegasus standard logging, using stderr for now.
* service: rewrite Service_Operation functionRadek Novacek2012-07-271-21/+13
| | | | | There were wrong handling of temporary file and few unnecesary operations.
* service: add missing file closeRadek Novacek2012-07-261-0/+1
|
* service: better handling of services without Main PID (like iptables)Radek Novacek2012-07-261-1/+6
|
* service: Better error handling in providerRadek Novacek2012-07-261-5/+7
|
* service: fix a couple of memory leaksRadek Novacek2012-07-251-0/+3
|
* service: Don't list systemd special '@' servicesRadek Novacek2012-07-251-1/+1
| | | | | | | Services ending with @.service can have multiple instance and can't be started/stopped directly. I'm not sure how to handle them, so I'll hide them for now.
* service: convert to using KonkretCMPIRadek Novacek2012-07-256-432/+346
|
* service: Finish converting service provider to CMakeRadek Novacek2012-07-255-560/+16
|
* Fix few errors in CuraMacros.cmake and power cmakeRadek Novacek2012-07-251-2/+2
|
* service: Move MOF to toplevel mof/ directory and remove registrationRadek Novacek2012-07-242-60/+0
|
* 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-232-1510/+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-234-12/+41
|
* Move all providers to src/ directoryRadek Novacek2012-07-2354-0/+9770