summaryrefslogtreecommitdiffstats
path: root/command
Commit message (Expand)AuthorAgeFilesLines
* Cache the user & channel acces in sessionRichard Marian Thomaiyar2019-04-022-34/+15
* RAKP12: Don't allow user with NOACCESS priv.Richard Marian Thomaiyar2019-03-251-0/+6
* Handle invalid length for Disable Payload commandSumanth Bhat2019-03-252-0/+7
* Handle input - Get channel auth capabilitiesRichard Marian Thomaiyar2019-03-121-3/+27
* Convert host-ipmid -> libipmidWilliam A. Kennington III2019-02-194-4/+4
* Return the maximum privilege in open session commandTom Joseph2019-02-124-7/+23
* Null username support is removed from Get Channel Auth commandTom Joseph2019-02-091-1/+1
* Fix the order of fields in Get Channel Auth Capabilities commandTom Joseph2019-02-091-16/+16
* Fix: Set proper session privilege for RAKP 1Richard Marian Thomaiyar2019-01-291-5/+14
* Fix: Get Payload info for non active payloadRichard Marian Thomaiyar2019-01-281-8/+10
* Fix: match exact privilege for priv lookupRichard Marian Thomaiyar2019-01-281-2/+2
* netipmid: replace std::cerr with phosphor::logging callsVernon Mauery2018-12-196-21/+31
* Support privilege based lookup with user nameRichard Marian Thomaiyar2018-12-192-4/+17
* Revert "W/A for CI test case - Accept empty user name"Richard Marian Thomaiyar2018-12-062-87/+68
* W/A for CI test case - Accept empty user nameRichard Marian Thomaiyar2018-11-292-68/+87
* RMCP+ login support with privilegeRichard Marian Thomaiyar2018-11-214-19/+122
* 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
OpenPOWER on IntegriCloud