summaryrefslogtreecommitdiffstats
path: root/src/logicalfile/LMI_SymbolicLinkProvider.c
Commit message (Collapse)AuthorAgeFilesLines
* libopenlmi: minor fixes and improvementsJan Synacek2014-05-061-6/+6
|
* libopenlmi: reorganize and gatherJan Synacek2014-04-301-6/+6
| | | | | | | Make naming consistent. Gather common functionality into one library and try to use it across all providers. Introduce libtool-style versioning for libraries.
* logicalfile: respect configuration when creating symlinksJan Synacek2014-04-281-1/+7
|
* logicalfile: add support for symlink creationJan Synacek2014-04-241-1/+20
|
* Updated copyright yearsPeter Schiffer2014-01-161-1/+1
| | | | Updated copyright years to include new year 2014.
* Add lmi_get_computer_system function and fix lmi_get_system_nameRadek Novacek2013-10-311-5/+5
| | | | | | | | | | | | | | PG_ComputerSystem has different method how to get hostname than our providers. In order to create the associations to this class we need to enumerate it. The downside is that all providers must supply CMPIContext to the lmi_init function. New function lmi_get_computer_system returns CMPIObjectPath to the configured CIM_ComputerSystem subclass instance. This object should be used in all references with ComputerSystem. Function lmi_get_system_name has been altered to return same value as ComputerSystem "Name" property.
* Call lmi_init function from providersRadek Novacek2013-09-191-0/+1
|
* logicalfile: code cleanup and rewriteJan Synacek2013-09-181-10/+13
| | | | | | | | | | GetInstance() calls were rewritten using cleaner code. Also, the macros that were used before were either rewritten to functions, or cleaned up so they wouldn't return or do anything unexpected. Helper functions now use CMPIStatus more consistently. Some memory leaks were fixed.
* Happy New Year! (better later than never)Jan Synacek2013-03-131-1/+1
|
* New provider: LogicalFileJan Synacek2013-02-111-0/+157