summaryrefslogtreecommitdiffstats
path: root/mof/LMI_Software.reg
Commit message (Collapse)AuthorAgeFilesLines
* renamed openlmi namespace to lmiMichal Minar2013-07-041-24/+24
| | | | | To comply with lmi shell, which is placed in *lmi* package, and to make our imports shorter, we are renaming *openlmi* namespace to *lmi*.
* added cimprovagt wrapper script for SELinuxMichal Minar2013-07-041-21/+25
| | | | | added missing group attribute to providers readded registration of 05_LMI_Qualifiers.mof to scripts
* added another LMI_SoftwareVerificationJobMichal Minar2013-07-031-0/+12
| | | | | | | | | | There are now two asynchronous jobs: LMI_SoftwareInstallationJob LMI_SoftwareVerificationJob Previous LMI_SoftwareInstallationJob module made generic to handle both jobs and possibly more. Also added new static filters for LMI_SoftwareVerificationJob.
* added implementation for verification classesMichal Minar2013-07-031-0/+11
| | | | | | implemented: LMI_SoftwareIdentityFileCheck LMI_SoftwareIdentityChecks
* Added group: to openlmi-software.Jan Safranek2013-05-141-0/+20
| | | | To make sure that storage provider runs in separate process.
* added support for indications to software providersMichal Minar2013-04-111-0/+12
| | | | | | | Only static indication filters listed in mof/LMI_SoftwareIndicationFilters.mof are supported. They should be installed at rpm package installation, so user can use them for subscriptions.
* added association providerMichal Minar2013-03-261-0/+6
| | | | | | | added provider: * LMI_SoftwareInstallationServiceAffectsElement associating SoftwareInstallationService to Linux_ComputerSystem and SoftwareIdentity
* new association providersMichal Minar2013-03-261-0/+12
| | | | | | new providers: * LMI_AssociatedSoftwareInstallationServiceCapabilities * LMI_HostedSoftwareInstallationService
* added LMI_SoftwareInstallationServiceCapabilities providerMichal Minar2013-03-261-0/+6
|
* added new providersMichal Minar2013-03-211-0/+25
| | | | | | | | | | providers added: * LMI_AffectedSoftwareJobElement * LMI_AssociatedSoftwareJobMethodResult * LMI_OwningSoftwareJobElement * LMI_SoftwareMethodResult subclassed job classes defined in LMI_Jobs.mof
* added new providers, allowed for asynchronous jobsMichal Minar2013-03-201-0/+11
| | | | | | new providers: LMI_SoftwareInstallationJob LMI_SoftwareInstallationService
* added association providers for SoftwareIdentityResourceMichal Minar2013-03-041-0/+13
| | | | simplified writing references() method of any association provider
* added LMI_SoftwareIdentityResource providerMichal Minar2013-02-181-0/+6
| | | | now it's possible to list and manage repositories
* new association provider LMI_InstalledSoftwareIdentityMichal Minar2013-02-131-0/+6
|
* initial phase of rewrite for SMASH profileMichal Minar2013-02-131-7/+7
| | | | | currently only a subset of Software Inventory profile is supported * listing available packages
* rewritten for safe execution of transactionsMichal Minar2013-02-041-4/+4
| | | | | | | | | | | | | | | | | | | | | | | Made separate process openlmi.software.yumdb.process.YumWorker for calls to yum API. Its client openlmi.software.yumdb.YumDB communicates with it via synchronnous queues - uplink and downlink. Resolves: #63 in openlmi trac -- yum API not useable, while changing thread_id) Resolves: #33 in openlmi trac -- Install/remove package Common functionality of providers moved under openlmi.software.core subpackage to make them easily accessible from other providers without cyclic dependencies. Improved logging with cmpi_logging module. openlmi.software.cimom_entry module now is the only module loadable by cmpi-bindings. It sets up providers and maps them by their name. New subpackages: openlmi.software.core openlmi.software.yumdb
* Change project name from Cura to OpenLMIRadek Novacek2012-10-221-4/+4
|
* renamed LMI_SoftwarePackage{File,Checks}Michal Minar2012-10-131-2/+2
| | | | | corrected some corner cases, when getting/modifying instance with wrong or missing keys
* renamed yum package providers to softwareMichal Minar2012-10-101-0/+23
renamed LMI_Yum* to LMI_Software* removed attributes GroupString and LicenseString from LMI_SoftwarePackage modified attributes Group, Architecture and License of LMI_SoftwarePackage to return string instead of Uints - because values and valuemaps would need frequent updates