summaryrefslogtreecommitdiffstats
path: root/command
Commit message (Expand)AuthorAgeFilesLines
* style: cppcheck cleanupPatrick Venture2018-11-081-2/+1
* netipmid: use std::shared_ptr instead of weak_ptr/lockVernon Mauery2018-11-066-30/+22
* netipmid: apply clang-format rulesVernon Mauery2018-11-0216-372/+386
* Support username for IPMI default user accountTom Joseph2018-04-233-5/+41
* Implement get payload instance info commandTom Joseph2018-04-112-0/+69
* Support SOL parameter channel numberTom Joseph2018-04-041-1/+6
* Patch #2 Reducing IPMI logging footprintNagaraju Goruganti2018-04-025-21/+0
* Add support for cipher suite 17Vernon Mauery2017-12-081-0/+7
* Prepare for adding RMCP+ cipher suite 17Vernon Mauery2017-12-073-10/+13
* explicit use of std::vector instead of buffer/BufferVernon Mauery2017-12-051-1/+1
* Spelling fixesGunnar Mills2017-10-251-1/+1
* Cache system GUID in netipmidTom Joseph2017-09-114-20/+58
* sol: Handle deactivate payload correctly when session is closedTom Joseph2017-08-141-2/+17
* Correct doxygen syntax in phosphor-net-ipmidTom Joseph2017-05-236-27/+27
* Add support for Get SOL configuration parameters command.Tom Joseph2017-05-082-0/+129
* Add support for Set SOL Configuration parameters command.Tom Joseph2017-05-082-0/+210
* Allow SOL activation only if SOL is enabled.Tom Joseph2017-05-081-0/+6
* Change the signature of the command handler functions.Tom Joseph2017-04-2514-35/+38
* Add command handler for Payload activation status command.Tom Joseph2017-04-252-1/+103
* Add handler for Deactivate payload command.Tom Joseph2017-04-252-0/+123
* Add command handler for Activate payload command.Tom Joseph2017-04-252-0/+202
* Add command handler for SOL activating command.Tom Joseph2017-04-252-0/+61
* Add handler function for incoming SOL payload.Tom Joseph2017-04-252-0/+79
* Validate Integrity Algorithm in Open Session Request commandTom Joseph2017-02-241-4/+2
* Set the Confidentiality Algo in the RAKP34 commandTom Joseph2017-02-241-0/+23
* Validate Confidentiality Algo in Open Session requestTom Joseph2017-02-241-1/+2
* Authentication Algo keeps record of the Confidentiality algoTom Joseph2017-02-241-1/+2
* Refactor the RAKP34 implementationTom Joseph2017-02-101-12/+23
* Set the Integrity Algo once the Session setup succeedsTom Joseph2017-01-171-0/+13
* Validate Integrity Algo in Open Session requestTom Joseph2017-01-171-2/+6
* Session Commands ImplementationTom Joseph2017-01-092-0/+197
* RAKP Message 3 & RAKP Message 4 ImplementationTom Joseph2017-01-022-0/+273
* RAKP Message 1 & RAKP Message 2 ImplementationTom Joseph2017-01-022-0/+227
* Open Session Request/Response ImplementationTom Joseph2016-12-162-0/+273
* Get Channel Authentication Capabilities ImplementationTom Joseph2016-12-162-0/+178
* Implementation to read System UUID from Chassis DBUS objectTom Joseph2016-12-162-0/+100
OpenPOWER on IntegriCloud