summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * power: use proper poweroff/reboot commands with sysvinitRadek Novacek2014-04-101-3/+3
| | | | | | | | The commands/options that were used are not compatible with sysvinit.
| * power: check if connection to Logind DBus is validRadek Novacek2014-04-101-9/+10
| |
| * fix for older versions of cmakeRadek Novacek2014-04-102-2/+2
| | | | | | | | | | Older versions of cmake needs to have absolute path in the destination paremeter of configure_file command.
* | python 2.6 compatibility. fix conversion of string into character set error.Ales Ledvinka2014-04-155-29/+29
| |
* | python2.6 review one omissionAles Ledvinka2014-04-141-3/+3
| |
* | python2.6 syntax conversion, review comments for set performanceAles Ledvinka2014-04-144-8/+8
| |
* | python2.6 support, review comment performance of set([])Ales Ledvinka2014-04-149-53/+53
| |
* | python2.6 software providerAles Ledvinka2014-04-118-20/+20
|/
* Service-dbus: Improve EnumerateInstances efficiencyVitezslav Crhonek2014-04-103-15/+249
|
* Add missing pthread.h inclusionRadek Novacek2014-04-091-0/+1
|
* Service (non d-bus): Use mkstemp instead of mktemp and minor updatesVitezslav Crhonek2014-04-085-16/+71
|
* Software-dbus: implemented MemberOfSoftwareCollectionProviderPeter Schiffer2014-04-045-90/+750
|
* Software-dbus: implemented HostedSoftwareCollectionProviderPeter Schiffer2014-03-311-3/+41
|
* Software-dbus: enhanced error reportingPeter Schiffer2014-03-284-35/+66
|
* Software-dbus: Implemented SoftwareIdentityResourceProviderPeter Schiffer2014-03-272-4/+183
|
* Software-dbus: implemented LMI_SystemSoftwareCollectionProviderPeter Schiffer2014-03-264-6/+46
|
* Software-dbus: Implemented SoftwareIdentity ProviderPeter Schiffer2014-03-265-13/+584
| | | | Implemented SoftwareIdentity Provider in Software-dbus using PackageKit.
* Fix incorrect array length when reading provider config optionsRadek Novacek2014-03-252-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 filesAlois Mahdal2014-03-252-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 providerPeter Schiffer2014-03-1427-0/+4345
|
* python: fixed SystemName verificationMichal Minar2014-03-101-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 Hack2014-03-051-3/+5
| | | | Fix nonsense if statement in indication_common.c.
* account: Added test for race conditionsAlois Mahdal2014-02-273-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.
* Hardware: added VirtualMachine field to the Chassis providerPeter Schiffer2014-02-144-1/+97
|
* Account: Race conditions fixes (like: bz#1061150)Robin Hack2014-02-135-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.
* Hardware: added temperature to the DiskDriveProviderPeter Schiffer2014-02-103-1/+17
|
* logicalfile: fix GetInstance() on a socket fileJan Synacek2014-02-101-0/+3
|
* Hardware: minor CPU provider updatesPeter Schiffer2014-02-062-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 unavailablePeter Schiffer2014-02-051-3/+8
|
* Hardware: don't set ConfiguredMemoryClockSpeed if it's unknownPeter Schiffer2014-02-051-2/+4
|
* Hardware: better cpu name fallbackPeter Schiffer2014-02-041-1/+5
|
* Hardware: fixed memory leakPeter Schiffer2014-02-041-0/+2
|
* Hardware: updated tests READMEPeter Schiffer2014-02-041-7/+10
|
* Hardware: Another conversion fix.Robin Hack2014-01-311-1/+1
|
* Hardware: Fix conversion to LMI data format.Robin Hack2014-01-311-1/+1
|
* Hardware: Added some documentation to README file.Robin Hack2014-01-311-0/+8
|
* Hardware: Fixes from review.Robin Hack2014-01-311-10/+15
|
* Hardware: Fixes from review.Robin Hack2014-01-312-61/+130
|
* Hardware: Upstream testsuite from QA.Robin Hack2014-01-313-0/+707
|
* Hardware: added disk capacity to LMI_DiskDriveProviderPeter Schiffer2014-01-305-10/+67
|
* Hardware: add cpu cores and threads fallbackPeter Schiffer2014-01-281-9/+9
| | | | | If dmidecode doesn't report correct cpu cores or cpu threads, use the values from lscpu.
* Hardware: fixed memory leak in dmidecode.cPeter Schiffer2014-01-271-4/+4
|
* Hardware: updated description of LMI_Processor classPeter Schiffer2014-01-271-1/+1
|
* Hardware: detect subsystem id and vendor for PCI BridgesPeter Schiffer2014-01-241-2/+7
| | | | PCI Bridges have subsystem id and vendor stored in capabilities, not in header.
* software: added tests for non-ascii charactersMichal Minar2014-01-243-46/+180
| | | | Test that unicode characters work at least for package files.
* tests: compare encoded values of keysMichal Minar2014-01-241-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_PhysicalMemoryProviderPeter Schiffer2014-01-222-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
* indicationmanager: Handle EOF in inotify readRadek Novacek2014-01-211-0/+6
|
* fan: make the sprintf_chip_name() thread-safeMichal Minar2014-01-211-10/+6
| | | | Resolves: rhbz#1031650
* Hardware: Removed upstream test suite for hw provider.Robin Hack2014-01-213-550/+0
| | | | | | No standard review process was reached. No review process was reached.