summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Extra Bytes in response data for chassis Identify commandJia, Chunhui2019-03-041-0/+1
* Add back an interface used by an external providerVernon Mauery2019-02-272-1/+9
* Set new default ipmid provider pathVernon Mauery2019-02-251-1/+1
* ipmid: Add whitelist filtering using the new filter registration mechanismVernon Mauery2019-02-252-2/+181
* ipmid: Add command filter mechanismVernon Mauery2019-02-254-0/+180
* ipmid: Add in Native OEM and Group OEM supportVernon Mauery2019-02-253-1/+309
* ipmid: Rewrite ipmid to use the new architectureVernon Mauery2019-02-255-24/+482
* ipmid: add message packing/unpacking unit testsVernon Mauery2019-02-254-2/+1536
* ipmid: Compiler-generated unpacking and packing of messagesVernon Mauery2019-02-2511-0/+2492
* ipmid: move channel code from libuserlayer to libchannellayerVernon Mauery2019-02-252-11/+8
* user_mgmt: drop c_str() when param is std::stringPatrick Venture2019-02-211-4/+4
* include: Makefile_am: force symlink creationPatrick Venture2019-02-201-6/+6
* gitignore: add entity-gen.cppPatrick Venture2019-02-201-0/+1
* build: pkg anti-pattern: use defaultsPatrick Venture2019-02-161-6/+4
* Add support for Entity Association RecordJaghathiswari Rankappagounder Natarajan2019-02-158-7/+387
* phosphor-host-ipmid: Add support for settable bit in FULL SDRJaghathiswari Rankappagounder Natarajan2019-02-151-0/+5
* build: check for json headerPatrick Venture2019-02-131-0/+1
* Create the libchannellayer library so it can split from libuserlayerVernon Mauery2019-02-122-1/+14
* Get the correct present countdown value when watchdog is stoppedYong Li2019-02-121-4/+8
* Add timer use field support in watchdog commandYong Li2019-02-123-0/+108
* 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
OpenPOWER on IntegriCloud