History log of /openbmc/ipmitool/lib/ipmi_sunoem.c (Results 1 – 4 of 4)
Revision Date Author Comments
# 2d79e69f 25-Jul-2015 Zdenek Styblik <stybla@turnovfree.net>

Merge commit '2f5789750183d4ef8be125b8cb32019441dd0530'

Return codes of functions should be either used or evaluated - always. This
merge is necessary for shell scripting to, eg. signal

Merge commit '2f5789750183d4ef8be125b8cb32019441dd0530'

Return codes of functions should be either used or evaluated - always. This
merge is necessary for shell scripting to, eg. signal there was an error during
execution.

show more ...


# a6957f87 30-Dec-2014 Zdenek Styblik <stybla@turnovfree.net>

Delete dead code from ipmi_sunoem_echo() - CID#1261338

Commit removes a dead code from ipmi_sunoem_echo(). Code didn't make any sense
in given context.


# a88db0d1 09-Apr-2014 Zdenek Styblik <stybla@turnovfree.net>

ID: 300 - new sunoem functionality

Main changes include:

* direct connection to ILOM command line interface
* ability to add/delete ssh keys fot ILOM users
* ability to s

ID: 300 - new sunoem functionality

Main changes include:

* direct connection to ILOM command line interface
* ability to add/delete ssh keys fot ILOM users
* ability to set ILOM properties
* ability to retrieve various logs from SP
* removal of obsolete/non-functioning code and other misc changes

Commit for Martin Hovorka of Oracle

show more ...


# c18ec02f 05-Feb-2014 Petter Reinholdtsen <pere@hungry.com>

Move all files one level up in the file hierarcy, to avoid the useless ipmitool directory.