#
255e8b97 |
| 08-Dec-2022 |
Patrick Williams <patrick@stwcx.xyz> |
prettier: re-format
Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML files to have consistent formatting for these file types. Re-run the formatter on the whole repository.
prettier: re-format
Prettier is enabled in openbmc-build-scripts on Markdown, JSON, and YAML files to have consistent formatting for these file types. Re-run the formatter on the whole repository.
Change-Id: Ie0192fa4887b637f5cbf1d3326824a1ad7375f83 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
#
a6ea372c |
| 09-Jun-2022 |
Konstantin Aladyshev <aladyshev22@gmail.com> |
Correct links to the phosphor-dbus-interfaces project
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com> Change-Id: Ib14f971b9803def247559478dda1bee850c769f5
|
#
81c34dfe |
| 01-Nov-2018 |
Adriana Kobylak <anoo@us.ibm.com> |
Replace reset BMC authentication with factory reset
Due to security concerns, replace the command that performs a reset of the BMC authentication mechanism to perform a full BMC reset so that any po
Replace reset BMC authentication with factory reset
Due to security concerns, replace the command that performs a reset of the BMC authentication mechanism to perform a full BMC reset so that any potential sensitive data is erased when the authentication mechanism needs to be reset.
Tested: Verified the host was powered off and the BMC was factory reset as part of this command.
Change-Id: I71dead237538d410e88710d2b7a53cea30de1426 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
show more ...
|
#
3288471d |
| 28-Sep-2018 |
Matt Spinler <spinler@us.ibm.com> |
Rename the reset password command
Call it 'reset authentication' instead, since it will do more than just reset the password, such as:
* Enable local users if they were disabled * Delete the LDAP c
Rename the reset password command
Call it 'reset authentication' instead, since it will do more than just reset the password, such as:
* Enable local users if they were disabled * Delete the LDAP configuration if there was one * Reset the root password back to the default one
Change-Id: Ib71e827be5e6b75ba4f2747f64041cc5f05cda48 Signed-off-by: Matt Spinler <spinler@us.ibm.com>
show more ...
|
#
81e23107 |
| 09-Aug-2018 |
Adriana Kobylak <anoo@us.ibm.com> |
Define new IBM OEM cmd to reset BMC password
Create a new OEM command to perform a reset of the BMC root password. It'll also re-enable the local account if it had been disabled. The implementation
Define new IBM OEM cmd to reset BMC password
Create a new OEM command to perform a reset of the BMC root password. It'll also re-enable the local account if it had been disabled. The implementation will be added in subsequent commits, for this first change just define the new function enum.
Change-Id: I54d8b6e5ce34a2a02b0142788a32cb5edf64b451 Signed-off-by: Adriana Kobylak <anoo@us.ibm.com>
show more ...
|
#
11b6efa6 |
| 30-Mar-2018 |
Gunnar Mills <gmills@us.ibm.com> |
README: Reword cleaning the repo
Reworded cleaning the repo. The old wording did not make sense.
Change-Id: Ic61e8f2b77e0536e656faa7dc6da06e20b67dd68 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
|
#
70dbc587 |
| 20-Sep-2016 |
Matthew Barth <msbarth@us.ibm.com> |
Convert build process to autotools
Replaced the use of a manual Makefile with the use of autotools to automatically verify and generate the necessary build files. Follow the steps outlined within th
Convert build process to autotools
Replaced the use of a manual Makefile with the use of autotools to automatically verify and generate the necessary build files. Follow the steps outlined within the README.md file to build the package.
Change-Id: I25437239b3f575a5495773be49605fdf598d2054 Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
show more ...
|
#
2cfd00e1 |
| 16-May-2016 |
Patrick Williams <patrick@stwcx.xyz> |
Merge pull request #12 from causten/patch-1
Update README.md
|
#
5607b82f |
| 24-Apr-2016 |
Chris Austen <causten@users.noreply.github.com> |
Update README.md
|
#
f79a21f3 |
| 13-Oct-2015 |
Chris Austen <austenc@us.ibm.com> |
Add a test framework for the .so
|