summaryrefslogtreecommitdiffstats
path: root/apphandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* apphandler: move set acpi power state to new api.Deepak Kumar Sahu2019-12-021-36/+20
* Added sessionId context in host-ipmid, used by GetSessionInfoRajashekar Gade Reddy2019-11-191-6/+31
* Updated privileges for IPMI commandsAppaRao Puli2019-11-131-5/+5
* Fix permissions on Get Channel Cipher Suites commandVernon Mauery2019-11-111-1/+1
* Implemented get session info cmd in host interfaceRajashekar Gade Reddy2019-10-251-0/+275
* add "set system info" commandJia, chunhui2019-10-111-15/+108
* transporthandler: Rewrite + New HandlerWilliam A. Kennington III2019-09-271-1/+0
* Implemented close session cmd in host interfaceRajashekar Gade Reddy2019-09-251-0/+112
* Fix: refactor get channel cipher suite commandAyushi Smriti2019-09-251-2/+3
* Update GetSystemInfo with new APIJia, chunhui2019-09-231-132/+61
* Watchdog: move get and set watchdog to new api.Deepak Kumar Sahu2019-09-101-4/+6
* Move i2c WR api into libipmidYong Li2019-08-301-42/+4
* Add compile option to disable white list checking for I2C master WR commandYong Li2019-08-301-1/+14
* rewrite Get System GUID to use new provider APIVernon Mauery2019-06-201-58/+33
* Modify Get Device ID to use Context::busVernon Mauery2019-06-051-17/+30
* rewrite Get Device GUID to use new provider APIVernon Mauery2019-05-201-97/+53
* apphandler: move get ACPI power state to new APIDeepak Kumar Sahu2019-05-091-21/+21
* apphandler: catch exceptions in getting bmc statePatrick Venture2019-05-071-1/+19
* apphandler: Master write read - whitelist filterRichard Marian Thomaiyar2019-05-071-0/+282
* move variant to std namespaceVernon Mauery2019-04-181-13/+12
* rewrite Reset Watchdog Timer command to use new provider APIVernon Mauery2019-04-111-2/+3
* Fix up Get Device ID to use the new return helpersVernon Mauery2019-04-111-2/+2
* Only include ipmid/api.hpp for the new APIVernon Mauery2019-04-081-2/+0
* 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
* update apphandler #include to match styleVernon Mauery2019-04-011-7/+8
* Remove old channel commandsVernon Mauery2019-04-011-19/+1
* remove legacy ipmid.cpp and ipmid.hppVernon Mauery2019-04-011-1/+0
* Remove experimental filesystem spliceVernon Mauery2019-03-281-13/+1
* move types.hpp to ipmid/types.hpp for exportVernon Mauery2019-03-251-1/+1
* Move util.cpp/util.hpp to libipmidVernon Mauery2019-03-251-1/+1
* Create libipmid and libipmid-hostWilliam A. Kennington III2019-02-071-1/+1
* libipmi: Decouple user commandsWilliam A. Kennington III2018-12-201-4/+0
* std::variant: Fix new instances of mapbox specific callsWilliam A. Kennington III2018-11-261-2/+2
* IPMI Channel commands implementationAppaRao Puli2018-11-201-1/+10
* Implement IPMI ACPI set/get commandsYong Li2018-11-201-1/+263
* Basic IPMI User Management SupportRichard Marian Thomaiyar2018-11-201-1/+2
* Convert variant usage to std interfaceWilliam A. Kennington III2018-10-181-10/+14
* apphandler: Fix buffer underflow in ipmi_app_get_device_guidEmily Shaffer2018-10-011-0/+12
* add std namespace prefix to common methodsPatrick Venture2018-09-251-8/+8
* move filesystem inclusion to bottom of listPatrick Venture2018-09-251-15/+14
* replaced c headers with cpp where applicablePatrick Venture2018-09-251-2/+0
* rename headers to match stylePatrick Venture2018-09-251-3/+3
* apphandler: Add "System Name" System Info parameterXo Wang2018-09-251-0/+15
* apphandler: Implement Get/Set System Info ParameterXo Wang2018-09-251-8/+176
* Get Device ID: Add handling of availability bitAlexander Amelkin2018-09-251-2/+32
* Implement Set Channel access commandTom Joseph2018-09-251-0/+4
* add .clang-formatPatrick Venture2018-09-071-173/+147
OpenPOWER on IntegriCloud