summaryrefslogtreecommitdiffstats
path: root/apphandler.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Standardize use of filesystemVernon Mauery2018-08-081-2/+12
* Reducing IPMI logging footprintAditya Saripalli2018-04-181-44/+10
* Implement Get Channel Cipher Suites commandTom Joseph2018-04-161-0/+7
* setlan: Remove registration of handler for Set Channel AccessRatan Gupta2018-03-201-10/+0
* Change the byte order for aux firmware revisionTom Joseph2018-03-161-4/+4
* Remove use of legacy inventory interfaceNagaraju Goruganti2018-03-121-35/+111
* Remove unused variables.Nagaraju Goruganti2018-02-271-4/+0
* watchdog: Implements the Watchdog Get CommandWilliam A. Kennington III2018-02-211-0/+7
* watchdog: Reorganize header and function namesWilliam A. Kennington III2018-02-151-2/+2
* apphandler.cpp: fix-up 80 charsPatrick Venture2018-02-091-38/+104
* DCMI : Implement Get System GUID commandMarri Devender Rao2018-01-191-0/+74
* Get Device ID - JSONDavid Cobbley2018-01-041-59/+69
* IPMI device ID command mismatch with BMC current side issue fix.Dinesh Chinari2017-12-051-32/+66
* Spelling fixesGunnar Mills2017-10-311-2/+2
* apphandler: channel: split out commandsPatrick Venture2017-10-261-395/+2
* watchdog: split out commandsPatrick Venture2017-10-251-169/+1
* Don't set/get zeroconfig address if other IP address is presentNagaraju Goruganti2017-10-111-2/+5
* Independently set the watchdog Interval when setPatrick Venture2017-09-121-6/+6
* SetLan: Make changes in set channel access to support ipsrc paramRatan Gupta2017-09-081-88/+215
* Implement Get channel access commandTom Joseph2017-08-161-0/+50
* Handle an action byte value of 0 in the set watchdog timer commandPatrick Venture2017-08-151-0/+10
* Add support for vlan(set lan command)Ratan Gupta2017-08-131-5/+42
* Move LAN handling commands to the new xyz interfacesRatan Gupta2017-08-131-88/+133
* apphandler: Fix version string leak in ipmi_app_get_device_idXo Wang2017-07-201-0/+1
* Update watchdog command handler to use new watchdog daemonVishwanatha Subbanna2017-06-151-33/+67
* Add privilege level for each IPMI commandTom2017-01-171-10/+29
* Create library for System Interface Commands.Tom2017-01-171-98/+0
* ipmid: Fix Get BT Interface Capabilities responseAdriana Kobylak2016-12-131-1/+3
* Add transaction support to Set Lan Cmd and Set Channel Access CmdNan Li2016-11-231-0/+121
* Add IPMI Get Self Test Results supportNan Li2016-11-221-0/+42
* Print failing object path after failed bus lookupBrad Bishop2016-10-061-4/+8
* Ensure all tools are building with -Wall and -WerrorMatthew Barth2016-09-211-2/+0
* Modify respond of un-supported IPMI commandNan Li2016-09-091-1/+1
OpenPOWER on IntegriCloud