summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dcmihandler: Add DCMI Power management support checkKirill Pakhomov2019-02-122-0/+44
* dcmihandler: Add parameterization to JSON parser method.Kirill Pakhomov2019-02-122-11/+12
* Set init_priority attribute for global variables in shared libLei YU2019-02-124-6/+12
* ipmi_fru_info_area: Handle exception during parsing of chassis typeOskar Senft2019-02-111-1/+11
* Platform event commandJia, Chunhui2019-02-073-0/+117
* eSEL: Remove code related to logging eSELTom Joseph2019-02-073-236/+0
* Create libipmid and libipmid-hostWilliam A. Kennington III2019-02-0743-50/+123
* Add request data length check to IPMI SEL commandsJason M. Bills2019-02-061-0/+46
* Removing net.hpp and net.cpp because functionality movedJohnathan Mantey2019-02-056-120/+1
* Changes to align with IPMI specYong Li2019-02-051-4/+5
* Acquire the NIC netmaskJohnathan Mantey2019-02-051-3/+3
* IPMI channel to NIC device mapping modified within JSON config fileJohnathan Mantey2019-02-048-39/+84
* Move public variables to the class private space.Johnathan Mantey2019-02-041-4/+10
* Refactor the initialization of the channel data from the JSONJohnathan Mantey2019-02-042-60/+47
* Eliminate public function returning pointer to private class dataJohnathan Mantey2019-02-042-36/+36
* Update DBus initialization and useJohnathan Mantey2019-02-042-16/+7
* Revert "eSEL: Remove unused code related to logging eSEL"Tom Joseph2019-02-048-0/+658
* Use network interface name as channel nameRichard Marian Thomaiyar2019-02-023-66/+29
* transporthandler: Add IPV6 LAN parameters to enumPatrick Venture2019-02-021-3/+50
* Fix: Return error for invalid privilegesRichard Marian Thomaiyar2019-02-021-6/+10
* Fix: Handle return codes for user commmandsRichard Marian Thomaiyar2019-02-021-8/+16
* Fix: Check reserved fields in channel cmds requestRichard Marian Thomaiyar2019-02-021-6/+6
* Fix: NoAccess priv is tied with empty priv attrRichard Marian Thomaiyar2019-02-011-4/+0
* eSEL: Remove unused code related to logging eSELTom Joseph2019-02-018-658/+0
* Removal of excess 16 bytes paddingRichard Marian Thomaiyar2019-01-311-9/+1
* Fix: Get Channel Cipher suite to list algoRichard Marian Thomaiyar2019-01-291-28/+43
* Return error for password length bit mismatchRichard Marian Thomaiyar2019-01-171-2/+7
* ipmid: channel: add max transfer size propertyVernon Mauery2019-01-114-0/+31
* ipmid: replace std::experimental::optional with std::optionalVernon Mauery2019-01-112-10/+9
* ipmid: use a common set of CXX flags across ipmid and provider librariesVernon Mauery2019-01-112-25/+24
* Change struct names to UpperCamelCaseRichard Marian Thomaiyar2018-12-222-18/+18
* Remove unused legacy code referencing org.openbmc.settings.HostTom Joseph2018-12-201-134/+0
* libipmi: Decouple user commandsWilliam A. Kennington III2018-12-206-10/+15
* User commands updated to handle channel requestRichard Marian Thomaiyar2018-12-203-25/+9
* Channel commands updated to handle self channelRichard Marian Thomaiyar2018-12-191-6/+3
* Add self channel number conversion functionRichard Marian Thomaiyar2018-12-194-10/+24
* Doxygen comments for enum & structureRichard Marian Thomaiyar2018-12-198-11/+132
* Refer SMS as regular KCS channelRichard Marian Thomaiyar2018-12-181-1/+1
* Create / delete user with proper propertiesRichard Marian Thomaiyar2018-12-181-8/+2
* ipmi_fru_info_area: Pad output buffer.Oskar Senft2018-12-171-0/+17
* ipmi_fru_info_area: Add support for chassis typeOskar Senft2018-12-171-1/+21
* ipmid: user_channel: fix include path for libuserlayerVernon Mauery2018-12-131-0/+1
* make: Build user_channel separatelyWilliam A. Kennington III2018-12-133-31/+28
* gitignore: Ignore libraries regardless of directoryWilliam A. Kennington III2018-12-131-1/+4
* SetUserName to return success - for same user nameRichard Marian Thomaiyar2018-12-131-2/+7
* Fix units for fan RPM sensorKirill Pakhomov2018-12-122-3/+2
* Fix response length for Set user access commandRichard Marian Thomaiyar2018-12-121-0/+1
* configure: Fix literal usage in AS_IFWilliam A. Kennington III2018-12-111-3/+3
* build: fix pam library inclusion and usagePatrick Venture2018-12-112-1/+2
* build: drop linking of libsslPatrick Venture2018-12-111-1/+2
OpenPOWER on IntegriCloud