summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tests: Add missing import.0.4.2Jan Safranek2014-01-081-0/+1
* Prepare 0.4.2 releaseJan Safranek2014-01-082-3/+6
* indmanager: Properly free diff list dataTomas Bzatek2014-01-071-0/+2
* account: Initialize NULL the group array to prevent bad memory accessTomas Bzatek2014-01-071-1/+2
* account: Fix some memory leaksTomas Bzatek2014-01-073-1/+6
* Plug some memory leaksTomas Bzatek2014-01-071-1/+4
* account: Fall back to /etc/passwd if /etc/shadow returns NULL passwordTomas Bzatek2014-01-071-4/+10
* account: Make filter names in tests nicerTomas Bzatek2014-01-071-5/+5
* indmanager: Properly bump soname versionTomas Bzatek2014-01-071-2/+2
* software: fixed InstanceID of installation serviceMichal Minar2014-01-071-1/+1
* indmanager: Bump soname versionTomas Bzatek2014-01-071-2/+2
* indmanager: Code annotation cleanupTomas Bzatek2014-01-071-22/+32
* indmanager: Properly detach the manage thread from CIMOMTomas Bzatek2014-01-071-20/+41
* indmanager: Rework thread cancellation againTomas Bzatek2014-01-072-3/+26
* indmanager: Fix condvar destroyingTomas Bzatek2014-01-071-1/+1
* account: Free private indication data after indications are stoppedTomas Bzatek2014-01-072-6/+10
* Fixed unlocking mutex before return.Jan Safranek2014-01-071-0/+1
* indicationmgr: fixed deadlock when re-starting the namager thread.Jan Safranek2014-01-071-25/+10
* indmanager: Fix reverse boolean checkTomas Bzatek2014-01-071-2/+2
* indmanager: Add forgotten returnTomas Bzatek2014-01-071-0/+1
* indmanager: Forcefully recreate mutexes on indication stopTomas Bzatek2014-01-072-14/+29
* indmanager: Fix allowed classes testTomas Bzatek2014-01-071-1/+1
* indmanager: Do initial poll for newly added filtersTomas Bzatek2014-01-071-47/+52
* indmanager: Introduce common filter checkerTomas Bzatek2014-01-079-83/+93
* indmanager: Handle bad select expressions when adding a filterTomas Bzatek2014-01-071-1/+11
* indmanager: Fix potential errorneous dereferenceTomas Bzatek2014-01-071-2/+1
* account: Watch parent directory instead of files directlyTomas Bzatek2014-01-072-63/+34
* indmanager: Fix empty enum cleanupTomas Bzatek2014-01-071-2/+4
* software: allow tilde presence in package versionKlaus Kämpf2014-01-072-5/+6
* software: fix example in documentationMichal Minar2014-01-071-1/+1
* software: fixed possible deadlock in session managerMichal Minar2014-01-061-10/+20
* software: test improvementsMichal Minar2014-01-069-24/+45
* software: fixed tests behaviour under nosetestsMichal Minar2014-01-061-13/+13
* software: test fixesMichal Minar2014-01-062-2/+9
* software: added test for SoftwareInstallationServiceMichal Minar2014-01-061-0/+20
* python: install test utilities in new subpackageMichal Minar2014-01-062-1/+21
* Let the test write to stderr.Jan Safranek2013-12-191-3/+3
* Fixed dependency between openlmi-providers and openlmi-python-base.Jan Safranek2013-12-191-1/+1
* Do not skip LMI_MountedFileSystem during tests.Jan Safranek2013-12-191-1/+0
* Enable instance tests by default.Jan Safranek2013-12-191-1/+1
* Enable logicalfile tests.Jan Safranek2013-12-191-1/+1
* Update spec files for fixed openlmi-mof-register.Jan Safranek2013-12-191-0/+2
* Fixed openlmi-mof-register not to crash when CIMOM is down.Jan Safranek2013-12-192-12/+307
* Add test to call all EnumerateInstance{s,Names}, GetInstance, Associators and...Jan Safranek2013-12-191-0/+174
* power: Always init provider when startingRadek Novacek2013-12-172-6/+33
* power: Rewrite description of PowerStatesSupported propertyRadek Novacek2013-12-171-1/+22
* logicalfile: correctly fill FSCreationClassName and FSNameJan Synacek2013-12-177-49/+87
* software: test fixes and improvementsMichal Minar2013-12-173-11/+11
* software: fixed creation of Error instanceMichal Minar2013-12-177-17/+19
* software: fix tests for rhel7Michal Minar2013-12-171-3/+28