Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Software-dbus: Implemented SoftwareIdentityResourceProvider | Peter Schiffer | 2014-03-27 | 2 | -4/+183 |
| | |||||
* | Software-dbus: implemented LMI_SystemSoftwareCollectionProvider | Peter Schiffer | 2014-03-26 | 4 | -6/+46 |
| | |||||
* | Software-dbus: Implemented SoftwareIdentity Provider | Peter Schiffer | 2014-03-26 | 5 | -13/+584 |
| | | | | Implemented SoftwareIdentity Provider in Software-dbus using PackageKit. | ||||
* | Fix incorrect array length when reading provider config options | Radek Novacek | 2014-03-25 | 2 | -30/+20 |
| | | | | | Use NULL terminated array instead of obtaining array length using sizeof (which doesn't work in this case). | ||||
* | account: Add tests for invalid system files | Alois Mahdal | 2014-03-25 | 2 | -1/+570 |
| | | | | | | Each test creates an instance it LMI_Account, then intentionally cripples one of system files related to users/groups, and performs a simple sanity test that checks if instance properties are readable. | ||||
* | Software-dbus: started new software-dbus provider | Peter Schiffer | 2014-03-14 | 27 | -0/+4345 |
| | |||||
* | python: fixed SystemName verification | Michal Minar | 2014-03-10 | 1 | -2/+8 |
| | | | | | | If hostname can not be translated to IP, provider thinks it does not belong to running system. This change makes sure that hostname is properly recognized and no traceback is trown. | ||||
* | Account: Try to make coverity happy. | Robin Hack | 2014-03-05 | 1 | -3/+5 |
| | | | | Fix nonsense if statement in indication_common.c. | ||||
* | account: Added test for race conditions | Alois Mahdal | 2014-02-27 | 3 | -0/+406 |
| | | | | | | | | Based on bug 1061153, these tests attempt to create, modify or delete users from a number of threads. Clean up is done by reverting backup of /etc/passwd, /etc/groups, /etc/shadow and /etc/gshadow. | ||||
* | devassistant: Add C and Python provider templates | Tomas Bzatek | 2014-02-25 | 21 | -0/+1594 |
| | | | | | | This commit introduces basic Developer Assistant support for generating C and Python OpenLMI providers. Turned off by default, enable with -DWITH-DEVASSISTANT=ON cmake argument. | ||||
* | Hardware: documented temperature field for Disk Drive | Peter Schiffer | 2014-02-14 | 1 | -0/+1 |
| | |||||
* | Hardware: added VirtualMachine field to the Chassis provider | Peter Schiffer | 2014-02-14 | 6 | -3/+106 |
| | |||||
* | Account: Race conditions fixes (like: bz#1061150) | Robin Hack | 2014-02-13 | 5 | -87/+149 |
| | | | | | | | | | This patch solves: * Avoid race conditions with shadow-utils. * Avoid race condition with libuser: uid/gid "sharing" amoung users/groups. * Fix deadlock in lock.c code. This patch introduces giant lock which is held for all write operations. | ||||
* | Providers: Enable hardware provider tests. | Robin Hack | 2014-02-13 | 1 | -1/+1 |
| | |||||
* | Hardware: added temperature to the DiskDriveProvider | Peter Schiffer | 2014-02-10 | 4 | -1/+21 |
| | |||||
* | logicalfile: fix GetInstance() on a socket file | Jan Synacek | 2014-02-10 | 1 | -0/+3 |
| | |||||
* | Hardware: minor CPU provider updates | Peter Schiffer | 2014-02-06 | 2 | -6/+20 |
| | | | | | * added cpu name fallback to ProcessorChip class * added stepping fallback for virtual CPUs to Processor class | ||||
* | Hardware: use unknown RPM value if real value is unavailable | Peter Schiffer | 2014-02-05 | 1 | -3/+8 |
| | |||||
* | Hardware: don't set ConfiguredMemoryClockSpeed if it's unknown | Peter Schiffer | 2014-02-05 | 1 | -2/+4 |
| | |||||
* | Hardware: better cpu name fallback | Peter Schiffer | 2014-02-04 | 1 | -1/+5 |
| | |||||
* | Hardware: fixed memory leak | Peter Schiffer | 2014-02-04 | 1 | -0/+2 |
| | |||||
* | Hardware: updated tests README | Peter Schiffer | 2014-02-04 | 1 | -7/+10 |
| | |||||
* | Hardware: Another conversion fix. | Robin Hack | 2014-01-31 | 1 | -1/+1 |
| | |||||
* | Hardware: Fix conversion to LMI data format. | Robin Hack | 2014-01-31 | 1 | -1/+1 |
| | |||||
* | Hardware: Added some documentation to README file. | Robin Hack | 2014-01-31 | 1 | -0/+8 |
| | |||||
* | Hardware: Fixes from review. | Robin Hack | 2014-01-31 | 1 | -10/+15 |
| | |||||
* | Hardware: Fixes from review. | Robin Hack | 2014-01-31 | 2 | -61/+130 |
| | |||||
* | Hardware: Upstream testsuite from QA. | Robin Hack | 2014-01-31 | 3 | -0/+707 |
| | |||||
* | Hardware: mentioned disk capacity in hardware documentation | Peter Schiffer | 2014-01-31 | 1 | -0/+1 |
| | |||||
* | Hardware: added disk capacity to LMI_DiskDriveProvider | Peter Schiffer | 2014-01-30 | 6 | -14/+75 |
| | |||||
* | Hardware: add cpu cores and threads fallback | Peter Schiffer | 2014-01-28 | 1 | -9/+9 |
| | | | | | If dmidecode doesn't report correct cpu cores or cpu threads, use the values from lscpu. | ||||
* | Hardware: added documentation for disk drive classes | Peter Schiffer | 2014-01-27 | 2 | -0/+58 |
| | |||||
* | Hardware: fixed memory leak in dmidecode.c | Peter Schiffer | 2014-01-27 | 1 | -4/+4 |
| | |||||
* | Hardware: updated description of LMI_Processor class | Peter Schiffer | 2014-01-27 | 1 | -1/+1 |
| | |||||
* | Hardware: detect subsystem id and vendor for PCI Bridges | Peter Schiffer | 2014-01-24 | 1 | -2/+7 |
| | | | | PCI Bridges have subsystem id and vendor stored in capabilities, not in header. | ||||
* | software: added tests for non-ascii characters | Michal Minar | 2014-01-24 | 3 | -46/+180 |
| | | | | Test that unicode characters work at least for package files. | ||||
* | tests: compare encoded values of keys | Michal Minar | 2014-01-24 | 1 | -0/+8 |
| | | | | | | When comparing instance names, treat unicode and str objects the same. Byte strings are supposed to use utf-8 encoding. Therefor unicode strings need to be encoded before comparison. | ||||
* | Hardware: updated LMI_PhysicalMemoryProvider | Peter Schiffer | 2014-01-22 | 2 | -21/+22 |
| | | | | | | * be more picky when choosing bank locator * take into account Configured Clock Speed field from dmidecode * display speed only if the data is available | ||||
* | Use %%cmake in comment | Klaus Kämpf | 2014-01-22 | 1 | -1/+1 |
| | |||||
* | indicationmanager: Handle EOF in inotify read | Radek Novacek | 2014-01-21 | 1 | -0/+6 |
| | |||||
* | spec: fix openlmi-pcp spec scripts | Radek Novacek | 2014-01-21 | 1 | -16/+14 |
| | | | | | | | | This commit disables automatic registration of openlmi-pcp because the mof and reg files don't exist when package is installed It also adds a check if the openlmi-pcp provider is installed when uninstalling. | ||||
* | fan: make the sprintf_chip_name() thread-safe | Michal Minar | 2014-01-21 | 1 | -10/+6 |
| | | | | Resolves: rhbz#1031650 | ||||
* | Hardware: Removed upstream test suite for hw provider. | Robin Hack | 2014-01-21 | 3 | -550/+0 |
| | | | | | | No standard review process was reached. No review process was reached. | ||||
* | Hardware: Added upstream test suite. | Robin Hack | 2014-01-21 | 3 | -0/+550 |
| | |||||
* | service: add methods description into mof file | Vitezslav Crhonek | 2014-01-20 | 1 | -2/+26 |
| | |||||
* | Updated copyright years | Peter Schiffer | 2014-01-16 | 279 | -282/+282 |
| | | | | Updated copyright years to include new year 2014. | ||||
* | Remove trailing spaces | Peter Schiffer | 2014-01-16 | 64 | -1649/+1649 |
| | | | | This patch removes trailing spaces from source files. | ||||
* | service: wait for finish of systemd method call and return proper result | Vitezslav Crhonek | 2014-01-16 | 2 | -10/+91 |
| | |||||
* | Hardware: fixed typos in comments | Peter Schiffer | 2014-01-15 | 1 | -2/+2 |
| | |||||
* | Hardware: renamed LMI_ATAProtocolEndpointProvider | Peter Schiffer | 2014-01-15 | 5 | -66/+68 |
| | | | | | | Renamed LMI_ATAProtocolEndpointProvider to LMI_DiskDriveATAProtocolEndpointProvider so the name matches the pattern used in all disk drive classes. |