4a4331ef | 08-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 |
41288eb5 | 08-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 ...
|
dbd2db71 | 07-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 ...
|
a472c382 | 07-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 ...
|
e8125c24 | 07-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 ...
|
c0f41fa6 | 07-Jul-2013 |
Zdenek Styblik <zdenek.styblik@gmail.com> |
ID: 28 - 'lib/ipmi_delloem.c' - clean up the code
ipmi_macinfo() - return (-1) on error |
5c74d293 | 07-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. |
cd6b7039 | 07-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. |
b4cb02a4 | 07-Jul-2013 |
Zdenek Styblik <zdenek.styblik@gmail.com> |
ID: 28 - 'lib/ipmi_delloem.c' - clean up the code
Remove `` )'' - white space. |
91fdb172 | 07-Jul-2013 |
Zdenek Styblik <zdenek.styblik@gmail.com> |
ID: 28 - 'lib/ipmi_delloem.c' - clean up the code
Don't ``function ()'' - remove white space. |
2302e83d | 07-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. |
b0294b96 | 07-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. |
f1f2cbb1 | 07-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. |
eb65a625 | 07-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. |
516fe515 | 07-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. |
5d5251f7 | 07-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. |
5819b314 | 07-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(). |
630934cb | 07-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. |
d44be6e5 | 07-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). |
078ff3a0 | 07-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. |
865c435b | 07-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. |
1d9dd4e2 | 07-Jul-2013 |
Zdenek Styblik <zdenek.styblik@gmail.com> |
ID: 28 - 'lib/ipmi_delloem.c' - clean up the code
Re-format all usage functions. |
e95a4cf9 | 07-Jul-2013 |
Zdenek Styblik <zdenek.styblik@gmail.com> |
ID: 28 - 'lib/ipmi_delloem.c' - clean up the code
Don't ``printf (...)'' -> ``printf(...)''. |
38f89a44 | 07-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. |
64e0b9ab | 09-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 |