History log of /openbmc/ipmitool/lib/ (Results 1 – 25 of 158)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
c04aa9bb04-Oct-2015 Zdenek Styblik <zdenek.styblik@showmax.com>

ID:388 - Turn all messages into LOG_INFO in VITA discovery

... because people without VITA support don't care about errors related to VITA
discovery. This has been suggested as a part of the ticket

ID:388 - Turn all messages into LOG_INFO in VITA discovery

... because people without VITA support don't care about errors related to VITA
discovery. This has been suggested as a part of the ticket and "copied" after
PICMG discovery.

show more ...

329281bb04-Oct-2015 Zdenek Styblik <zdenek.styblik@showmax.com>

ID:388 - Handle ccode 0xCC as well in VITA discovery

3412d86110-Sep-2015 Alexander Rube <alexander.rube@advantech.eu>

ID:391 - changing data_len from 17 to 16 according to ipmi spec 22.29, first byte is completion code

a98eedb210-Sep-2015 Zdenek Styblik <stybla@turnovfree.net>

Remove trailing white-spaces in ipmi_user.c

372b458e10-Sep-2015 Zdenek Styblik <stybla@turnovfree.net>

ID:388 - Fix Error message always printed if BMC does not support VITA

Print error message for 0xC1 to LOG_DEBUG instead of LOG_ERR, because it isn't
an error if VITA isn't supported.

0caa681128-Aug-2015 Alexander Rube <alexander.rube@AEU-DSK-308.AEU.ADVANTECH.CORP>

ID:389 - Add on of Advantech IANA number

a5c1120d26-Aug-2015 Zdenek Styblik <zdenek.styblik@showmax.com>

Cleanup trailing white-spaces in ipmi_vita.c

89e9e63404-Aug-2015 Dmitry Bazhenov <dima_b@pigeonpoint.com>

ID:376 - Add means to configure "Bad Password Threshold"

Add support for setting and printing of the "Bad Password Threshold"
LAN configuration parameter.

ff80a18826-Jul-2015 Zdenek Styblik <zdenek.styblik@showmax.com>

ID:382 - Fix memcpy() params in HpmFwupgActionUploadFirmware()

The 'bufLength' variable holds a constant chunk size. If the actual
data length is less than the 'bufLength', then it crashes IPMITool.

ID:382 - Fix memcpy() params in HpmFwupgActionUploadFirmware()

The 'bufLength' variable holds a constant chunk size. If the actual
data length is less than the 'bufLength', then it crashes IPMITool. The
code was already there to calculate the remaining data length, but was
not used in memcpy(). We changed it to use the 'count' variable which
holds the proper available data length.

Commit for: Viswanathan Swaminathan

show more ...

c87aa0b925-Jul-2015 Zdenek Styblik <stybla@turnovfree.net>

ID:368 - Fix handling of bridging-related parameters

1. my_addr is not set if an interface does not expose set_my_addr.
Currently, the only interface which requires some special handling to set

ID:368 - Fix handling of bridging-related parameters

1. my_addr is not set if an interface does not expose set_my_addr.
Currently, the only interface which requires some special handling to set
my_addr is OpenIPMI. But changing of my_addr still needed for other interfaces.
So, we must set it regardless of presence of set_my_addr().
2. Since set_my_addr() for serial interfaces only sets my_addr, we remove them
as redundand.
3. Bridging is enabled when either trasit_addr or target_addr is not 0.
Currentle transit_addr is not regarded.
4. target_lun does not relate to briging. It is needed for "raw" command. We
set it regardles of bridging.

Commit for: Dmitry Bazhenov

show more ...

259500e121-Jul-2015 Pat Donlin <pjd@sgi.com>

ID: 380 raw commands override retry and timeout values

Remove the hard coded override for retry and timeout in ipmi_master_write_read

70099a3c21-Jul-2015 Pat Donlin <pjd@sgi.com>

ID: 380 - raw commands override retry and timeout values

Correct compiler warnings in ipmi_raw.c

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

9caa78be16-Feb-2015 Parthasarathy Bhuvaragan <parthasarathy.xx.bhuvaragan@ericsson.com>

ID:371 - add ericsson oem

Change-Id: I4fa230b2388e83ae0bc560539675d4dd8783a33e
Signed-off-by: Parthasarathy Bhuvaragan <parthasarathy.xx.bhuvaragan@ericsson.com>

ce86165806-Feb-2015 Pat Donlin <pjd@sgi.com>

Node Manager Feature, correct 1268194 missing break.

f1c6118c05-Feb-2015 Zdenek Styblik <stybla@turnovfree.net>

ID:320 - Add VITA 46.11 support

Commit adds support for VITA 46.11 by Dmitry Bazhenov.

d5c2e97605-Feb-2015 Zdenek Styblik <stybla@turnovfree.net>

ID:355 - remove unused variables from ipmi_dcmi.c

I'd swear I've already removed those, hmm.

7a85462305-Feb-2015 Pat Donlin <pjd@sgi.com>

ID:363 - fix Coverity issues in NM implementation

Commit fixes issues pointed out by Coverity.

fd5fdc5904-Feb-2015 Pat Donlin <pjd@sgi.com>

ID:363 - Node Manager feature patch.

4725cfd603-Feb-2015 Zdenek Styblik <stybla@turnovfree.net>

Hook ipmi_set_alert_enable() to _ipmi_*()

Commit hooks ipmi_set_alert_enable() to _ipmi_*() functions and is sort of
rewrite of that function with the same functionality.

5a30d18a03-Feb-2015 Zdenek Styblik <stybla@turnovfree.net>

_ipmi_set_channel_access() - zero-out variable data before use

11bbf18303-Feb-2015 Zdenek Styblik <stybla@turnovfree.net>

Rewrite ipmi_set_channel_access()

Commit is a rewrite of ipmi_set_channel_access(). Function utilizes _ipmi_*()
functions now in order to avoid code repetition. Other than that, functionality
should

Rewrite ipmi_set_channel_access()

Commit is a rewrite of ipmi_set_channel_access(). Function utilizes _ipmi_*()
functions now in order to avoid code repetition. Other than that, functionality
should remain the same.

show more ...

026a8b6f03-Feb-2015 Zdenek Styblik <stybla@turnovfree.net>

Add _ipmi_set_channel_access() function

Commit adds _ipmi_set_channel_access() function which in implementation of
(22.22) Set Channel Access Command.

410606e830-Jan-2015 Zdenek Styblik <stybla@turnovfree.net>

Hook ipmi_set_user_access() to _ipmi_set_user_access()

Commit hooks ipmi_set_user_access() to _ipmi_set_user_access() and removes
duplicate code.

8081427530-Jan-2015 Zdenek Styblik <stybla@turnovfree.net>

_ipmi_set_user_password() - fix missing intf parameter in documentation

1234567