History log of /openbmc/ipmitool/ (Results 376 – 400 of 1757)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
4a4331ef08-Jul-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 255 Fix some typos in ipmitool.1 (Debian Bug #554348)

Commit fixes couple typos in ipmitool's man page.

Commit for Stéphane Aulery

41288eb508-Jul-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 161 - documentation

Commit contains following documentation changes and related code usage changes:
* sorted arguments
* sorted command line commands
* adds missing arguments
* adds hidden alias

ID: 161 - documentation

Commit contains following documentation changes and related code usage changes:
* sorted arguments
* sorted command line commands
* adds missing arguments
* adds hidden aliases arguments with note of deprecation (feel free to remove if
not deprecated)
* fixes incomplete synopsis
* restructures synopsis to logical blocks
* conditional argument and command combination overrides to fixed defaults

Commit for Ales Ledvinka

show more ...

dbd2db7107-Jul-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 253 - Fix lanplus retransmission

Retransmission of lanplus request is broken. ipmi_lanplus_send_payload() keeps
current timeout in local variable 'timeout' and increases it by one with each
retr

ID: 253 - Fix lanplus retransmission

Retransmission of lanplus request is broken. ipmi_lanplus_send_payload() keeps
current timeout in local variable 'timeout' and increases it by one with each
retransmission. But ipmi_lan_poll_recv() waits for response for session->timeout
seconds, which is not incremented -> the request is retransmitted only once,
when timeout and session->timeout equals. No other retransmissions are ever
sent.

In addition, the time is measured in seconds, therefore 'time(NULL) - ltime'
often equals 'timeout' and retransmission should be sent in this case (i.e.
'xmit' should be set).

Commit for Jan Safranek

show more ...

a472c38207-Jul-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 254 - Fix retry of authentication capabilities retrieval

When lan or lanplus session is being opened, ipmi_get_auth_capabilities_cmd() is
called twice. Now that we have -R and -N options it's no

ID: 254 - Fix retry of authentication capabilities retrieval

When lan or lanplus session is being opened, ipmi_get_auth_capabilities_cmd() is
called twice. Now that we have -R and -N options it's not necessary to have such
weird code, especially with comment ``I'm not sure why we accept a failure for
the first call''.

Commit for Jan Safranek

show more ...

e8125c2407-Jul-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 244 - "0.0" displayed for unspecified threshold values

Not all SEL entries have a "threshold value" specified, yet ipmitool sel elist
always displays a threshold value (as "0.0"), even when one

ID: 244 - "0.0" displayed for unspecified threshold values

Not all SEL entries have a "threshold value" specified, yet ipmitool sel elist
always displays a threshold value (as "0.0"), even when one is not specified.

Commit for Rob Swindell

show more ...

c0f41fa607-Jul-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 28 - 'lib/ipmi_delloem.c' - clean up the code

ipmi_macinfo() - return (-1) on error

5c74d29307-Jul-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 28 - 'lib/ipmi_delloem.c' - clean up the code

ipmi_delloem_lan_main() - return (-1) on error.

cd6b703907-Jul-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 28 - 'lib/ipmi_delloem.c' - clean up the code

ipmi_powermgmt_clear - remove pointless if-else
Set clearType to 1 by default, so there is no need for if-else anymore.

b4cb02a407-Jul-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 28 - 'lib/ipmi_delloem.c' - clean up the code

Remove `` )'' - white space.

91fdb17207-Jul-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 28 - 'lib/ipmi_delloem.c' - clean up the code

Don't ``function ()'' - remove white space.

2302e83d07-Jul-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 28 - 'lib/ipmi_delloem.c' - clean up the code

ipmi_lcd_set_single_line_text - invalid retval - Return (-1) on error as
specified instead of 1.

b0294b9607-Jul-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 28 - 'lib/ipmi_delloem.c' - clean up the code

pmi_macinfo_drac_idrac_mac - simplify - Return immediately if NicNum doesn't
meet expectations or UseVirtualMacAddress isn't 0.

f1f2cbb107-Jul-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 28 - 'lib/ipmi_delloem.c' - clean up the code

ipmi_macinfo_drac_virtual_mac - simplify - Return immediately if NicNum doesn't
meet expectations.

eb65a62507-Jul-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 28 - 'lib/ipmi_delloem.c' - clean up the code

ipmi_lcd_get_info - simplify - Remove pointless ``if () { } else { }'' and
return immediately on error.

516fe51507-Jul-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 28 - 'lib/ipmi_delloem.c' - clean up the code

ipmi_lcd_get_info_wh - simplify - Remove pointless ``if () { } else { }'' and
return immediately on error.

5d5251f707-Jul-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 28 - 'lib/ipmi_delloem.c' - clean up the code

ipmi_get_power_consumption_data - simplify - If rsp is NULL or ccode is not 0,
then return immediately.

5819b31407-Jul-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 28 - 'lib/ipmi_delloem.c' - clean up the code

Remove unnecessary if() from ipmi_print_power_cnsmpt_history().

630934cb07-Jul-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 28 - 'lib/ipmi_delloem.c' - clean up the code

ipmi_get_sd_card_info - return (-1) if no SD card is present.

d44be6e507-Jul-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 28 - 'lib/ipmi_delloem.c' - clean up the code

Don't prefix error message with extra white space(s).

078ff3a007-Jul-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 28 - 'lib/ipmi_delloem.c' - clean up the code

lprintf() doesn't need '\n', so don't give it one.

865c435b07-Jul-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 28 - 'lib/ipmi_delloem.c' - clean up the code

ipmi_delloem_vFlash_process() - use two lprintf() calls instead of one combined.

1d9dd4e207-Jul-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 28 - 'lib/ipmi_delloem.c' - clean up the code

Re-format all usage functions.

e95a4cf907-Jul-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 28 - 'lib/ipmi_delloem.c' - clean up the code

Don't ``printf (...)'' -> ``printf(...)''.

38f89a4407-Jul-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 28 - 'lib/ipmi_delloem.c' - clean up the code

Use lprintf() instead of printf() for error messages.

64e0b9ab09-Jun-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 239 - typo in 'mc selftest', add details

Commit fixes a typo and adds details to 'mc selftest' command.

Commit for Rob Swindell

1...<<11121314151617181920>>...71