summaryrefslogtreecommitdiffstats
path: root/src/logicalfile
Commit message (Collapse)AuthorAgeFilesLines
* 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