#
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 is allocated
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_list[0].
|
#
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.
|