summaryrefslogtreecommitdiffstats
path: root/src/logicalfile
Commit message (Expand)AuthorAgeFilesLines
* logicalfile: fix configuration installationJan Synacek2014-05-121-1/+1
* logicalfile: install configurationJan Synacek2014-05-121-0/+2
* logicalfile: test providers' configurationJan Synacek2014-05-122-22/+169
* logicalfile: fix unittest importJan Synacek2014-05-071-1/+1
* libopenlmi: rename back to openlmicommon and get versioning rightJan Synacek2014-05-061-1/+1
* libopenlmi: minor fixes and improvementsJan Synacek2014-05-0612-88/+88
* libopenlmi: reorganize and gatherJan Synacek2014-04-3013-225/+106
* logicalfile: add sentinel to provider_config_defaultsJan Synacek2014-04-291-0/+1
* logicalfile: enhance testsJan Synacek2014-04-281-9/+24
* logicalfile: respect configuration when creating/removing directoriesJan Synacek2014-04-281-2/+13
* logicalfile: respect configuration when creating symlinksJan Synacek2014-04-281-1/+7
* logicalfile: provide default configurationJan Synacek2014-04-282-1/+18
* logicalfile: remove unused code and add a few checksJan Synacek2014-04-241-2/+4
* logicalfile: add support for symlink creationJan Synacek2014-04-245-3/+51
* logicalfile: fix GetInstance() on a socket fileJan Synacek2014-02-101-0/+3
* Updated copyright yearsPeter Schiffer2014-01-1616-16/+16
* logicalfile: don't automatically fill FSName and FSCreationClassNameJan Synacek2014-01-106-38/+53
* logicalfile: replace thread-unsafe functionsJan Synacek2014-01-092-83/+100
* Use re-entrant version of strerror() for thread safetyTomas Bzatek2014-01-091-2/+4
* logicalfile: correctly fill FSCreationClassName and FSNameJan Synacek2013-12-177-49/+87
* logicalfile: simplify get_fsname_from_stat()Jan Synacek2013-12-161-4/+1
* logicalfile: LMI_DirectoryContainsFileProvider.c crash if called with a non-d...Klaus Kämpf2013-11-191-1/+4
* Format string hardeningRadek Novacek2013-11-191-1/+1
* logicalfile: fixed crashing of DirectoryContainsFile association.Jan Safranek2013-11-181-6/+6
* logicalfile: don't assume 'Name' property is available before checking the classJan Safranek2013-11-141-7/+16
* logicalfile: fixed key checking in associations.Jan Safranek2013-11-134-14/+50
* tests: adjusted test suits for changes in lmi.testMichal Minar2013-11-041-3/+3
* logicalfile: implement LMI_RootDirectory.EnumerateInstanceNamesJan Safranek2013-11-011-1/+2
* Add lmi_get_computer_system function and fix lmi_get_system_nameRadek Novacek2013-10-3112-79/+61
* tests: use shared base class in provider testsMichal Minar2013-10-242-28/+21
* Rework documentation.Jan Safranek2013-10-186-617/+0
* Use PG_ComputerSystem by default.Jan Safranek2013-10-094-6/+6
* logicalfile: more intrinsic methods for LMI_RootDirectoryJan Synacek2013-10-092-3/+56
* logicalfile: fix resource leak and logicJan Synacek2013-10-081-1/+2
* logicalfile: set correct version in documentationJan Synacek2013-10-031-2/+2
* logicalfile: fill LMI_UnixDeviceFile.DeviceFileTypeJan Synacek2013-10-033-2/+12
* logicalfile: correctly ignore creation class nameJan Synacek2013-10-024-42/+36
* logicalfile: fix resource leakJan Synacek2013-10-021-8/+8
* logicalfile: remove needless codeJan Synacek2013-10-023-95/+0
* logicalfile: fix possible null pointer dereferenceJan Synacek2013-10-021-1/+4
* Add OpenLMI theme for Sphinx.Jan Safranek2013-10-021-2/+2
* Remove 'OpenLMI LogicalFile CIM classes' from overall documentation.Jan Safranek2013-10-022-6/+13
* logicalfile: add documentationJan Synacek2013-09-196-0/+610
* Call lmi_init function from providersRadek Novacek2013-09-1912-1/+17
* logicalfile: code cleanup and rewriteJan Synacek2013-09-1812-161/+310
* logicalfile: ignore some key propertiesJan Synacek2013-09-167-175/+51
* logicalfile: warn if udev context creation failsJan Synacek2013-09-121-0/+1
* logicalfile: correctly return an objectpathJan Synacek2013-09-091-1/+1
* logicalfile: protect libselinux calls with a mutexJan Synacek2013-09-091-0/+9
* logicalfile: use lstat(2) instead of stat(2)Jan Synacek2013-09-061-1/+1