summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* service: use verify_server_cert=False in testsJan Synacek2013-10-031-4/+4
* 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-022-4/+4
* Remove 'OpenLMI LogicalFile CIM classes' from overall documentation.Jan Safranek2013-10-022-6/+13
* Remove 'OpenLMI Account CIM classes' from overall documentation.Jan Safranek2013-10-022-6/+13
* Remove "Indices and tables" from generated docs, they seem to be useless.Jan Safranek2013-10-021-9/+0
* Account: Add DeleteGroup method to be consistent with user's deletionRoman Rakus2013-09-302-41/+114
* account: Fix removing member of groupRoman Rakus2013-09-261-3/+4
* fan: add FindLMSensors.cmake for finding lm_sensorsRadek Novacek2013-09-261-0/+2
* python: support for older versions of python (2.6)Michal Minar2013-09-251-73/+67
* Merge branch 'master' of ssh://git.fedorahosted.org/git/openlmi-providersPeter Schiffer2013-09-25108-401/+1627
|\
| * account: Allow to set plain text passwordRoman Rakus2013-09-202-1/+65
| * Fixed logging of debug messages.Jan Safranek2013-09-191-1/+1
| * logicalfile: add documentationJan Synacek2013-09-196-0/+610
| * Priority of traces should be lower than priority of DEBUG log messagesRadek Novacek2013-09-192-7/+9
| * power: Fix crash in power providerRadek Novacek2013-09-191-1/+2
| * Call lmi_init function from providersRadek Novacek2013-09-1990-2/+157
| * Improve logging in C providersRadek Novacek2013-09-192-11/+89
| * logicalfile: code cleanup and rewriteJan Synacek2013-09-1812-161/+310
| * Account: Better failure check of lock pool initialization.Robin Hack2013-09-181-1/+2
| * Forgot to add openlmi.conf fileRadek Novacek2013-09-181-0/+22
| * Introduce toplevel openlmi config fileRadek Novacek2013-09-185-22/+221
| * Service: Propagate error messages, check for invalid (NULL) service names, fi...Vitezslav Crhonek2013-09-173-14/+58
| * logicalfile: ignore some key propertiesJan Synacek2013-09-167-175/+51
| * software: fixed critical section problemMichal Minar2013-09-121-2/+2
| * logging improvements and fixMichal Minar2013-09-122-17/+42
| * logicalfile: warn if udev context creation failsJan Synacek2013-09-121-0/+1
| * Account: Removed unused macro undefinitions.Robin Hack2013-09-111-5/+0
* | Hardware: Move PCI bus initialization to the Initialize() functionPeter Schiffer2013-09-246-69/+109
|/
* Account: Added associative thread locking.Robin Hack2013-09-104-0/+242
* Service: Fix detection of service stateVitezslav Crhonek2013-09-102-17/+8
* software: removed outdated console scriptMichal Minar2013-09-102-245/+6
* python: added license to setup and corrected classifiersMichal Minar2013-09-101-3/+6
* software: fixed updating of package done by async methodMichal Minar2013-09-102-3/+4
* fix issues when creating instance for broken repositoryMichal Minar2013-09-101-1/+2
* fixed getting information about verification jobMichal Minar2013-09-101-1/+1
* Hardware: Added PCI_Bridge providerPeter Schiffer2013-09-099-81/+1077
* 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
* Account: Better return values for methodsRoman Rakus2013-09-051-14/+31
* Account: Fix memory leaksRoman Rakus2013-09-051-0/+6
* Account: Fix memory corruptionRoman Rakus2013-09-044-67/+117
* Account: Warn about a bug (libuser) in documentation.Roman Rakus2013-09-041-0/+5
* Account: Use return CIM_RC_ERR_FAILED instead of exit(1)Roman Rakus2013-09-0410-36/+41
* Merge branch 'master' of https://git.fedorahosted.org/cgit/openlmi-providersRobin Hack2013-09-041-0/+27
|\
| * Fix for cim-schema > 2.33Radek Novacek2013-09-031-0/+27