History log of /openbmc/ipmitool/lib/ipmi_tsol.c (Results 1 – 9 of 9)
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 ...


# eb541367 11-Mar-2015 Zdenek Styblik <stybla@turnovfree.net>

ID:319 - Interface safe re-open

Currently, interface-management code in the ipmitool does not allow safe
interface re-opening (i.e. closing and opening again). It is because the session

ID:319 - Interface safe re-open

Currently, interface-management code in the ipmitool does not allow safe
interface re-opening (i.e. closing and opening again). It is because the session
is allocated in the interface setup callback while is freed in the close
callback. So, normal re-opening of the interface, which can be required for
example durng the HPM.1 upgrade, leads to segmentation fault. That's why in the
ipmi_hpmfwupg.c instead of normal closing interface, directly access the
interface data for subsequent re-opening.

Commit for Dmitry Bazhenov

show more ...


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

Fix Identical code for different branches in ipmi_tsol_main() - CID#1261346

Commit adds error message and retval (-1) for an invalid tsol command/parameter.


# ce02ffaf 23-Dec-2014 Zdenek Styblik <stybla@turnovfree.net>

ID:354 - forcefully switch to C99 and more strict CFLAGS

Commit changes CFLAGS which include C99 and more strict flags. Watch out for
falling rocks.


# 3105812a 23-Dec-2014 Zdenek Styblik <stybla@turnovfree.net>

ID:354 - struct member h_addr has been replaced

Struct member h_addr has been replaced some time ago and kept for backward
compatibility. Let's reflect on this and replace it with h_addr

ID:354 - struct member h_addr has been replaced

Struct member h_addr has been replaced some time ago and kept for backward
compatibility. Let's reflect on this and replace it with h_addr_list[0].

show more ...


# d79b0e05 29-May-2014 Zdenek Styblik <stybla@turnovfree.net>

ID: 318 - ipmi_tsol.c: fix buffer overflow

Commit fixes buffer over-flow in ipmi_tsol caused by mis-calculation in buffer
size, resp. using wrong variables completely.


# 34736700 24-May-2014 Zdenek Styblik <stybla@turnovfree.net>

lib/ipmi_tsol.c - remove dead code


# aefd2872 24-May-2014 Zdenek Styblik <stybla@turnovfree.net>

lib/ipmi_tsol.c - make code formatting saner


# 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.