summaryrefslogtreecommitdiffstats
path: root/command/rakp12.hpp
Commit message (Collapse)AuthorAgeFilesLines
* Support privilege based lookup with user nameRichard Marian Thomaiyar2018-12-191-0/+1
| | | | | | | | | | | | | | | | Support for privilege based lookup, with user name is added. Still NULL user name is not supported for user/privilege based lookup for security reasons Unit-Test: Verified ipmitool session with -L <privielge>+ and also verified that RAKP12 fails, when requested privilege is more than the user privilege. ipmitool -I lanplus -H xx.xx.xx.xx -U root -P 0penBmc -L Administrator+ raw 6 1 Change-Id: Ia97d4f3091c5ca7e3b688188ce1690c17fce9891 Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com>
* RMCP+ login support with privilegeRichard Marian Thomaiyar2018-11-211-0/+3
| | | | | | | | | | | | | Implementation of RMCP login support with appropriate privilege level. Unit Test: 1. Verified that user is able to login without any issues 2. Privilege of the user is minimum of requested, user & channel 3. Unable to set higher privilege using Set session commands Change-Id: I5e9ef21dfc1f1b50aa815562a3a65d90c434877c Signed-off-by: Richard Marian Thomaiyar <richard.marian.thomaiyar@linux.intel.com>
* netipmid: apply clang-format rulesVernon Mauery2018-11-021-3/+3
| | | | | | | | Lots of whitespace change. Let clang-format do its job and keep the code looking nice. Change-Id: Idfcad1a99cab8170d55a06163de8ad3f420b68b7 Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
* Support username for IPMI default user accountTom Joseph2018-04-231-1/+3
| | | | | | | | | | | | | The current support in IPMI is for the nameless account, which has no username and only password associated with the account. In ipmitool for the nameless account -U option is not needed. There are management scripts which take a parameter for -U option and fails if -U option is not supported by ipmitool option. This patch is to support "admin" username for the default account. Once full fledged user account management is in place, this change can be removed. Change-Id: Idad73c0d04f189af66f2365424a68a637fe0e476 Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
* Correct doxygen syntax in phosphor-net-ipmidTom Joseph2017-05-231-3/+3
| | | | | | | Resolves openbmc/openbmc#1147 Change-Id: I57ab1b09ec1bf308cc3d97cd30b2d18564beb38b Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
* Change the signature of the command handler functions.Tom Joseph2017-04-251-1/+1
| | | | | | | Resolves openbmc/openbmc#857 Change-Id: I0b7ca6665dd89629838a238d77aff67fec1818c7 Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
* RAKP Message 1 & RAKP Message 2 ImplementationTom Joseph2017-01-021-0/+71
Change-Id: Ibe7309651d022de6bd6c7b561493fd085d0e27c0 Signed-off-by: Tom Joseph <tomjoseph@in.ibm.com>
OpenPOWER on IntegriCloud