summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Rewrite set & get user access cmd to new providerRichard Marian Thomaiyar2019-04-161-146/+118
* Fix: RestrictionMode property change handlerRichard Marian Thomaiyar2019-04-161-7/+17
* Fix compilation warning regarding std::variantAlexander Amelkin2019-04-161-0/+1
* autotools: Fix for autoconf-archive 2019.01.19William A. Kennington III2019-04-113-3/+30
* message/unpack: Fix undefined behaviorWilliam A. Kennington III2019-04-111-1/+3
* rewrite Reset Watchdog Timer command to use new provider APIVernon Mauery2019-04-113-29/+12
* Fix up Get Device ID to use the new return helpersVernon Mauery2019-04-111-2/+2
* Support - Get channel capabilities in host intfsmriti2019-04-091-0/+89
* ipmid: update chassis identify commandVernon Mauery2019-04-091-26/+16
* Add a tuple type for packingVernon Mauery2019-04-093-18/+72
* Add error message to build to make packing type errors clearVernon Mauery2019-04-091-0/+2
* Add: Get channel payload support commandSaravanan Palanisamy2019-04-094-0/+129
* Add helper functions to simplify error responsesVernon Mauery2019-04-081-3/+100
* Only include ipmid/api.hpp for the new APIVernon Mauery2019-04-0827-396/+379
* remove app wildcard handlerVernon Mauery2019-04-051-21/+0
* rewrite Get BT Capabilities using new provider APIVernon Mauery2019-04-051-21/+13
* rewrite Get Self Test Results to use new provider APIVernon Mauery2019-04-051-20/+7
* rewrite Get Device ID using new provider APIVernon Mauery2019-04-051-72/+70
* Add convert current channel number functionRichard Marian Thomaiyar2019-04-051-0/+20
* Fix utility.hpp to use correct types for Request and ContextVernon Mauery2019-04-051-1/+10
* Add support for returning optional valuesVernon Mauery2019-04-052-0/+42
* message: pack: add variant supportJames Feist2019-04-042-10/+39
* Catch sdbusplus exceptions in IPMI netVernon Mauery2019-04-042-3/+4
* update apphandler #include to match styleVernon Mauery2019-04-011-7/+8
* Remove old channel commandsVernon Mauery2019-04-012-190/+1
* remove legacy ipmid.cpp and ipmid.hppVernon Mauery2019-04-0110-735/+6
* Fix: Set Lan Configuration parameterRichard Marian Thomaiyar2019-04-011-15/+31
* build: install into bin instead of sbinPatrick Venture2019-04-012-2/+2
* allow legacy handlers to register with groupoem extensionVernon Mauery2019-04-011-1/+14
* resolve symbolic links to only load each library onceVernon Mauery2019-03-291-0/+6
* Remove experimental filesystem spliceVernon Mauery2019-03-287-91/+7
* Adding Set Password API support in UserlayerSuryakanth Sekar2019-03-267-79/+142
* delete writechannel.mako.cppPatrick Venture2019-03-251-20/+0
* dcmihandler: Fix Get DCMI Capabilities commandKirill Pakhomov2019-03-252-8/+17
* move types.hpp to ipmid/types.hpp for exportVernon Mauery2019-03-2520-22/+20
* Move util.cpp/util.hpp to libipmidVernon Mauery2019-03-2524-28/+24
* do not use auto and rename handles to providersVernon Mauery2019-03-251-2/+3
* [User Mgmt]: Update local user enabled state cacheRichard Marian Thomaiyar2019-03-251-0/+10
* Cleanup: Get rid of duplicate getChannelName()Richard Marian Thomaiyar2019-03-254-16/+3
* Add user context parameter to legacy ipmi handler registrationVernon Mauery2019-03-212-5/+8
* make ipmid respond to SIGTERM and SIGINT for clean shutdownVernon Mauery2019-03-202-6/+21
* Add generic signal handling API to work with boost::asioVernon Mauery2019-03-203-0/+142
* make utility.hpp available for external things that include ipmid/api.hppVernon Mauery2019-03-191-0/+1
* Change linkage of ipmid_get_sdbus_plus_handler() to libipmid.soVernon Mauery2019-03-196-40/+96
* errorResponse must not pack completion code in data payloadVernon Mauery2019-03-151-3/+3
* Use payload interface to unpack group/IANA from messageVernon Mauery2019-03-151-2/+2
* utils: Use 5s timeout for D-Bus get/set property callsKun Yi2019-03-122-12/+26
* fix whitelist RestrictionMode lookupVernon Mauery2019-03-071-3/+6
* [IPMI]Set/Get global enablesJia, Chunhui2019-03-073-7/+50
* Fix: User commands require channel layer libRichard Marian Thomaiyar2019-03-041-1/+2
OpenPOWER on IntegriCloud