summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* service: remove unused variableJan Synacek2013-10-091-4/+3
* realmd: don't define own ORGIDJan Synacek2013-10-091-1/+1
* fan: coverity fixesMichal Minar2013-10-091-48/+41
* Use PG_ComputerSystem by default.Jan Safranek2013-10-0920-42/+42
* hardware: fix buildJan Synacek2013-10-091-2/+0
* logicalfile: more intrinsic methods for LMI_RootDirectoryJan Synacek2013-10-092-3/+56
* parse_config: Don't reuse already initialized GError structTomas Bzatek2013-10-091-2/+4
* Service: Fix. Use verify_server_cert=False while connection.Robin Hack2013-10-091-2/+2
* Service: Add new test case to QA upstream test.Robin Hack2013-10-091-3/+20
* hardware: fixed buildMichal Minar2013-10-081-1/+3
* added admin documentation for softwareMichal Minar2013-10-087-0/+1345
* python: version bump of python providersMichal Minar2013-10-083-3/+3
* Service: Add documentationVitezslav Crhonek2013-10-086-0/+488
* logicalfile: fix resource leak and logicJan Synacek2013-10-081-1/+2
* software: fixed exception handlingMichal Minar2013-10-041-1/+1
* software: docstrings updateMichal Minar2013-10-041-30/+40
* software: fix startupMichal Minar2013-10-041-3/+9
* software: url check fix in testMichal Minar2013-10-041-3/+3
* software: speeded up testsMichal Minar2013-10-046-0/+12
* software: let's check only for subclasses of CIM_ComputerSystemMichal Minar2013-10-047-12/+12
* logicalfile: set correct version in documentationJan Synacek2013-10-031-2/+2
* logicalfile: fill LMI_UnixDeviceFile.DeviceFileTypeJan Synacek2013-10-033-2/+12
* Account: Documentation improvementRoman Rakus2013-10-031-12/+12
* Account: Set correct version in documentationRoman Rakus2013-10-031-2/+2
* 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