summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add test & user enabled state in set user passwordRichard Marian Thomaiyar2018-11-206-11/+85
* Added suppport to convert self channel number.ssekar2018-11-202-0/+39
* Synchronize channel info between network and ipmiAppaRao Puli2018-11-202-19/+464
* IPMI Channel commands implementationAppaRao Puli2018-11-208-2/+2205
* Add kcs selfchannel support & define for LAN toossekar2018-11-202-0/+22
* Implement IPMI ACPI set/get commandsYong Li2018-11-203-1/+266
* ipmid: use the default system busVernon Mauery2018-11-201-1/+1
* Basic IPMI User Management SupportRichard Marian Thomaiyar2018-11-208-7/+2361
* host-ipmid: add more ipmi error codesPatrick Venture2018-11-181-0/+4
* IPMI password entry cleanupRichard Marian Thomaiyar2018-11-134-13/+55
* Handling delete password entry from ipmi-passAppaRao Puli2018-11-135-76/+518
* Add first user layer support.Richard Marian Thomaiyar2018-11-137-1/+478
* Add well-known nameJames Feist2018-11-081-0/+2
* Correct spelling of timestamp variableJason M. Bills2018-11-081-1/+1
* softoff: Convert to sdeventplus loopWilliam A. Kennington III2018-11-073-24/+18
* read_fru_data: use structured bindings in fru loopPatrick Venture2018-11-071-5/+1
* read_fru_data: use std::find_if instead of raw loopPatrick Venture2018-11-071-10/+7
* build: set language to C++Patrick Venture2018-10-311-0/+1
* app/channel: fixup c-style castingPatrick Venture2018-10-311-1/+1
* cleanup: scope reductionPatrick Venture2018-10-316-20/+17
* MAINTAINERS: Update Emily's IRC nickEmily Shaffer2018-10-301-1/+1
* host-ipmid: ipmid-api: drop extern C linkingPatrick Venture2018-10-251-10/+1
* configure: Use generic CXX compiler macroWilliam A. Kennington III2018-10-181-1/+1
* configure: Don't check for sdbusplus twiceWilliam A. Kennington III2018-10-181-3/+0
* Convert variant usage to std interfaceWilliam A. Kennington III2018-10-1813-78/+121
* Use the common timer classVernon Mauery2018-10-1816-524/+27
* Remove direct uses of mapboxJames Feist2018-10-182-9/+11
* cleanup: transition to find_ifPatrick Venture2018-10-172-22/+16
* cleanup: exception catching by referencePatrick Venture2018-10-171-1/+1
* cleanup: c-style castingPatrick Venture2018-10-173-12/+9
* Fix the exponent B in writesensors mako templateKirill Pakhomov2018-10-151-3/+3
* types: Convert ScaledOffset to doubleEmily Shaffer2018-10-111-1/+1
* Fix IPMI SEL reservations and cancellationsJason M. Bills2018-10-053-16/+43
* Fix clang-format issue in sensorhandler.cppJason M. Bills2018-10-051-4/+3
* Fix compile error with g++ 7.3Yong Li2018-10-051-0/+1
* apphandler: Fix buffer underflow in ipmi_app_get_device_guidEmily Shaffer2018-10-011-0/+12
* sensorhandler: fix buffer overflow in Get SDREmily Shaffer2018-10-011-3/+17
* sensorhandler: fix buffer overrun in ipmi_fru_get_sdrEmily Shaffer2018-09-281-11/+6
* openbmc oem code: add ethStatsCmdPatrick Venture2018-09-251-0/+1
* add std namespace prefix to common methodsPatrick Venture2018-09-2510-158/+182
* move filesystem inclusion to bottom of listPatrick Venture2018-09-256-82/+80
* oemrouter: add std namespace where missingPatrick Venture2018-09-251-16/+17
* replaced c headers with cpp where applicablePatrick Venture2018-09-2513-36/+13
* rename headers to match stylePatrick Venture2018-09-2536-115/+87
* apphandler: Add "System Name" System Info parameterXo Wang2018-09-251-0/+15
* apphandler: Implement Get/Set System Info ParameterXo Wang2018-09-253-8/+193
* Get Device ID: Add handling of availability bitAlexander Amelkin2018-09-251-2/+32
* Implement Set Channel access commandTom Joseph2018-09-252-0/+128
* Implement chassis set power restore policy commandYong Li2018-09-253-0/+94
* apphandler: Add storage for Get/Set System Info ParameterXo Wang2018-09-243-0/+100
OpenPOWER on IntegriCloud