summaryrefslogtreecommitdiffstats
path: root/src/logicalfile
Commit message (Collapse)AuthorAgeFilesLines
* Silence many compilation warningsRadek Novacek2013-07-251-1/+1
| | | | 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.
* LogicalFile: use get_string_property_from_op() where appropriateJan Synacek2013-07-174-42/+15
|
* LogicalFile: set LMI_UnixFile.NameJan Synacek2013-07-171-0/+1
| | | | | The property is not mandatory, but it's nice to have it consistent with other LMI file classes that are derived from CIM_LogicalFile.
* LogicalFile: mention python-pyudev as a test dependencyJan Synacek2013-07-171-1/+5
|
* LogicalFile: add tests for property checksJan Synacek2013-07-171-0/+87
|
* LogicalFile: add property checksJan Synacek2013-07-174-42/+119
|
* LogicalFile: make selinux lookups non-fatalJan Synacek2013-07-151-2/+4
| | | | | If, for some reason, no selinux context can be found, use a default <<none>> that is used by the selinux utilities (e.g. matchpathcon).
* LogicalFile: add tests for selinuxJan Synacek2013-07-152-3/+39
|
* LogicalFile: add selinux contexts supportJan Synacek2013-07-152-1/+69
| | | | | Add support for displaying the current and the expected selinux context on a file.
* LogicalFile: remove unused variableJan Synacek2013-07-121-2/+1
|
* LogicalFile: fix typoJan Synacek2013-07-121-1/+1
|
* LogicalFile: Add testsJan Synacek2013-07-084-0/+384
|
* LogicalFile: use udev to fill info about the filesystemJan Synacek2013-07-026-22/+113
|
* LogicalFile: remove unused variableJan Synacek2013-07-021-1/+0
|
* LogicalFile: install cimprovagt wrapper scriptJan Synacek2013-06-271-0/+2
|
* LogicalFile: fix typoJan Synacek2013-06-271-1/+1
|
* LogicalFile: add cimprovagt wrapper scriptJan Synacek2013-06-271-0/+21
|
* 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-1312-12/+12
|
* LogicalFile: support deleting directoriesJan Synacek2013-02-141-2/+14
|
* LogicalFile: additional check for root directory in RootDirectoryJan Synacek2013-02-141-0/+9
|
* LogicalFile: fix DirectoryContainsFileJan Synacek2013-02-141-21/+16
|
* LogicalFile: update RootDirectoryJan Synacek2013-02-141-19/+43
|
* LogicalFile: fix FileIdentityJan Synacek2013-02-143-36/+123
| | | | | | LMI_FileIdentity.Associators() was not behaving correctly -- it was returning the object itself instead of the other one. Also, LMI_FileIdentity.References() has been updated.
* LogicalFile: check for valid classes in association methodsJan Synacek2013-02-142-0/+62
|
* LogicalFile: add socket file type and root directory associationJan Synacek2013-02-143-0/+459
| | | | | Add LMI_UnixSocket and LMI_RootDirectory association. LMI_RootDirectory associates the root directory with the computer system on which it resides.
* New provider: LogicalFileJan Synacek2013-02-1111-0/+1875