summaryrefslogtreecommitdiffstats
path: root/src/logicalfile/LMI_UnixSocketProvider.c
Commit message (Collapse)AuthorAgeFilesLines
* libopenlmi: minor fixes and improvementsJan Synacek2014-05-061-3/+3
|
* libopenlmi: reorganize and gatherJan Synacek2014-04-301-2/+2
| | | | | | | Make naming consistent. Gather common functionality into one library and try to use it across all providers. Introduce libtool-style versioning for libraries.
* 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-2/+15
| | | | | | | | | | 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
|
* LogicalFile: add socket file type and root directory associationJan Synacek2013-02-141-0/+147
Add LMI_UnixSocket and LMI_RootDirectory association. LMI_RootDirectory associates the root directory with the computer system on which it resides.