Searched hist:"70 bd0635acd98d409577e6faee774970118053f2" (Results 1 – 4 of 4) sorted by relevance
/openbmc/phosphor-host-ipmid/user_channel/ |
H A D | passwd_mgr.cpp | diff 70bd0635acd98d409577e6faee774970118053f2 Fri Oct 23 01:24:55 CDT 2020 Jayaprakash Mutyala <mutyalax.jayaprakash@intel.com> Clear security sensitive data
As password is sensitive data Clear after use.
Tested: Verified using ipmitool commands Command: ipmitool user set password 5 asdf1234 //Set user password Response: Set User Password command successful (user 5) Command: ipmitool raw 6 0x47 5 2 0x30 0x70 0x65 0x6e 0x42 0x6d 0x63 0x31 0 0 0 0 0 0 0 0 //set user password - set password Response: //Success Command: ipmitool raw 6 0x47 5 3 0x30 0x70 0x65 0x6e 0x42 0x6d 0x63 0x31 0 0 0 0 0 0 0 0 //set user password - test password Response: //Success
Signed-off-by: Jayaprakash Mutyala <mutyalax.jayaprakash@intel.com> Change-Id: I06196233ac5468534bd10fd34f99f7d35fd7b971
|
H A D | channel_layer.hpp | diff 70bd0635acd98d409577e6faee774970118053f2 Fri Oct 23 01:24:55 CDT 2020 Jayaprakash Mutyala <mutyalax.jayaprakash@intel.com> Clear security sensitive data
As password is sensitive data Clear after use.
Tested: Verified using ipmitool commands Command: ipmitool user set password 5 asdf1234 //Set user password Response: Set User Password command successful (user 5) Command: ipmitool raw 6 0x47 5 2 0x30 0x70 0x65 0x6e 0x42 0x6d 0x63 0x31 0 0 0 0 0 0 0 0 //set user password - set password Response: //Success Command: ipmitool raw 6 0x47 5 3 0x30 0x70 0x65 0x6e 0x42 0x6d 0x63 0x31 0 0 0 0 0 0 0 0 //set user password - test password Response: //Success
Signed-off-by: Jayaprakash Mutyala <mutyalax.jayaprakash@intel.com> Change-Id: I06196233ac5468534bd10fd34f99f7d35fd7b971
|
H A D | usercommands.cpp | diff 70bd0635acd98d409577e6faee774970118053f2 Fri Oct 23 01:24:55 CDT 2020 Jayaprakash Mutyala <mutyalax.jayaprakash@intel.com> Clear security sensitive data
As password is sensitive data Clear after use.
Tested: Verified using ipmitool commands Command: ipmitool user set password 5 asdf1234 //Set user password Response: Set User Password command successful (user 5) Command: ipmitool raw 6 0x47 5 2 0x30 0x70 0x65 0x6e 0x42 0x6d 0x63 0x31 0 0 0 0 0 0 0 0 //set user password - set password Response: //Success Command: ipmitool raw 6 0x47 5 3 0x30 0x70 0x65 0x6e 0x42 0x6d 0x63 0x31 0 0 0 0 0 0 0 0 //set user password - test password Response: //Success
Signed-off-by: Jayaprakash Mutyala <mutyalax.jayaprakash@intel.com> Change-Id: I06196233ac5468534bd10fd34f99f7d35fd7b971
|
H A D | user_mgmt.cpp | diff 70bd0635acd98d409577e6faee774970118053f2 Fri Oct 23 01:24:55 CDT 2020 Jayaprakash Mutyala <mutyalax.jayaprakash@intel.com> Clear security sensitive data
As password is sensitive data Clear after use.
Tested: Verified using ipmitool commands Command: ipmitool user set password 5 asdf1234 //Set user password Response: Set User Password command successful (user 5) Command: ipmitool raw 6 0x47 5 2 0x30 0x70 0x65 0x6e 0x42 0x6d 0x63 0x31 0 0 0 0 0 0 0 0 //set user password - set password Response: //Success Command: ipmitool raw 6 0x47 5 3 0x30 0x70 0x65 0x6e 0x42 0x6d 0x63 0x31 0 0 0 0 0 0 0 0 //set user password - test password Response: //Success
Signed-off-by: Jayaprakash Mutyala <mutyalax.jayaprakash@intel.com> Change-Id: I06196233ac5468534bd10fd34f99f7d35fd7b971
|