summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make destination of .reg adjustable in CuraMacros0.0.3Radek Novacek2012-08-295-6/+7
| | | | | If CuraMacros are used by different provider it needs to change location where the .reg is installed.
* Show error when library has undefined symbolsRadek Novacek2012-08-291-1/+1
|
* Define methods from experimental schemaRadek Novacek2012-08-297-0/+154
| | | | | Add missing methods to fix undefined references. All of the methods return NOT_SUPPORTED error
* install CuraMacros.cmake and globals.hRadek Novacek2012-08-282-1/+5
|
* Don't call sed from CuraMacros, use cmake regex insteadRadek Novacek2012-08-281-53/+54
|
* 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).
* Add make-release.sh script for making tarballs from git tagsRadek Novacek2012-08-281-0/+27
|
* Do not pack .gitignore to release tarballRadek Novacek2012-08-281-0/+2
|
* account: format mof file same as other mofsRadek Novacek2012-08-281-95/+94
|
* Rename prefix from Cura_ to LMI_Radek Novacek2012-08-2844-1487/+1537
|
* tools: new tool cql.py - interactive console for running CQL queriesRadek Novacek2012-08-151-0/+151
|
* Account provider0.0.2Roman Rakus2012-08-1428-0/+4846
| | | | | | Listing of the users and groups Signed-off-by: Roman Rakus <rrakus@redhat.com>
* fix typo in register.shRadek Novacek2012-08-031-1/+1
|
* Fix wrong PG_Provider name in reg2pegasus.py0.0.1Radek Novacek2012-08-021-6/+6
|
* updated fan READMEMichal Minar2012-08-021-18/+4
|
* Always use .reg file instead of .registrationRadek Novacek2012-08-024-28/+35
|
* Use Cura_ prefix for registration filesRadek Novacek2012-08-021-3/+3
|
* Add 'Cura_' to provider library nameRadek Novacek2012-08-023-3/+3
|
* Unify style of MOF filesRadek Novacek2012-08-023-112/+85
|
* Add GPLv2 license file and GPLv2+ headers to all filesRadek Novacek2012-08-0224-97/+684
|
* fan: fix syntax of mof fileRadek Novacek2012-08-021-27/+27
|
* Add script for registration and deregitration of providerRadek Novacek2012-08-024-2/+152
|
* service: make the shell scripts executableRadek Novacek2012-08-011-1/+1
|
* Add so-version to curacommon and install itRadek Novacek2012-08-011-0/+4
|
* Remove -Wmaybe-uninitialized CFLAG, not working with old GCCRadek Novacek2012-08-011-1/+1
|
* Remove GPL-incopatible provider-register.shRadek Novacek2012-08-011-755/+0
|
* 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-3121-650/+650
|
* power: use get_system_creation_class_name function in the providerRadek Novacek2012-07-304-7/+5
|
* Make provider optional using cmake optionsRadek Novacek2012-07-304-7/+21
|
* Merge READMEs to one, get rid of should-be-global files in serviceRadek Novacek2012-07-308-1449/+85
|
* 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-2098/+1055
|
* 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-252-12/+14
|
* service: Move MOF to toplevel mof/ directory and remove registrationRadek Novacek2012-07-242-2/+0
|
* power: correctly register and installRadek Novacek2012-07-241-6/+4
|
* power: check if upower and systemctl are installedRadek Novacek2012-07-241-1/+13
|
* Install the MOFs to data directoryRadek Novacek2012-07-242-0/+9
|