2b15969d | 20-Sep-2014 |
Zdenek Styblik <stybla@turnovfree.net> |
Put 'sensor thresh help' into function
Move help text for 'sensor thresh help' into its own function. |
7560d4f2 | 20-Sep-2014 |
Zdenek Styblik <stybla@turnovfree.net> |
ID: 324 - conflicting declaration write_fru_area()
Commit fixes conflicting declarations of write_fru_area().
Author: Jörg Frings-Fürst |
859e8a45 | 20-Sep-2014 |
Zdenek Styblik <stybla@turnovfree.net> |
ID: 337 - Add support for 13G Dell PowerEdge
Description: Add support for Dell 13G server. Add support for upcoming Dell PowerEdge 13G server and replace multiple if statments. Based on patch fro
ID: 337 - Add support for 13G Dell PowerEdge
Description: Add support for Dell 13G server. Add support for upcoming Dell PowerEdge 13G server and replace multiple if statments. Based on patch from SriniG <srinivas_g_gowda@dell.com>
Author: Jörg Frings-Fürst <debian@jff-webhosting.net> Origin: based on patch from SriniG <srinivas_g_gowda@dell.com> Bug: http://sourceforge.net/p/ipmitool/patches/102/ Bug-debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756555 Forwarded: http://sourceforge.net/p/ipmitool/patches/102/ Reviewed-by: 2014-08-07 SriniG <srinivas_g_gowda@dell.com>
show more ...
|
bee3fda6 | 03-Sep-2014 |
Parthasarathy Bhuvaragan <parthasarathy.xx.bhuvaragan@ericsson.com> |
update result ptr before return
Change-Id: If976f5c769d8ba83eefa1693e6969ef17f357ba8 Signed-off-by: Parthasarathy Bhuvaragan <parthasarathy.xx.bhuvaragan@ericsson.com> |
96b19bb6 | 13-Aug-2014 |
Jim Mankovich <jmank@hp.com> |
ID: 325 DDR4 DIMM Decoding Logic
Bug 325 was associated with identification of DDR4 SDRAM, but correct decoding logic was necessary to actually support DDR4 decode. This commit adds the necessary
ID: 325 DDR4 DIMM Decoding Logic
Bug 325 was associated with identification of DDR4 SDRAM, but correct decoding logic was necessary to actually support DDR4 decode. This commit adds the necessary logic to decode and display DDR4 DIMMS.
show more ...
|
9372d2e3 | 11-Aug-2014 |
Jim Mankovich <jmank@hp.com> |
ID: 328 HPM.2 fixes
Fix commited for Dmitry Bazhenov |
9babab10 | 11-Aug-2014 |
Jim Mankovich <jmank@hp.com> |
ID: 329 hpm.1 upgrade fixes
Fix commited for Dmitry Bazhenov |
58d510f9 | 11-Aug-2014 |
Jim Mankovich <jmank@hp.com> |
ID : 103 picmg discover messages should be DEBUG, not INFO
Changed picmg discover messages to LOG_DEBUG |
ea49700e | 11-Aug-2014 |
Jim Mankovich <jmank@hp.com> |
ID: 331 Passwords provided in file (-f option) truncated on space Code changed to remove truncation on space since space is valid in a password |
732be1b9 | 11-Aug-2014 |
Jim Mankovich <jmank@hp.com> |
ID: 325 - Can not identify DDR4 SDRAM |
2f578975 | 08-Jul-2014 |
Paul Zirnik <paul.zirnik@suse.com> |
ipmitool delloem: ipmitool delloem extension always return success - fix it
The delloem extension functions all return sane error codes, but they are not used and not passed on. Fix it.
Signed-off-
ipmitool delloem: ipmitool delloem extension always return success - fix it
The delloem extension functions all return sane error codes, but they are not used and not passed on. Fix it.
Signed-off-by: Thomas Renninger <trenn@suse.de>
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. |
3b15a7c0 | 25-May-2014 |
Zdenek Styblik <stybla@turnovfree.net> |
ID: 306 - "fru print" command prints the FRU #0 twice
This patch make the command to spit FRU info #0 only once.
Commit for Dmitry Bazhenov |
3f508629 | 25-May-2014 |
Zdenek Styblik <stybla@turnovfree.net> |
ID: 305 - HPM.1 deferred activation support fixup
Currently, the HPM.1 agent in the IPMItool does not differ between Rollback support and Deferred Activation Support. The patch fixes up this bug.
C
ID: 305 - HPM.1 deferred activation support fixup
Currently, the HPM.1 agent in the IPMItool does not differ between Rollback support and Deferred Activation Support. The patch fixes up this bug.
Commit for Dmitry Bazhenov
show more ...
|
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 |
6d25903a | 24-May-2014 |
Zdenek Styblik <stybla@turnovfree.net> |
ID: 317 - ipmi_fwum.c: fix typo |
b37b9149 | 18-May-2014 |
Zdenek Styblik <stybla@turnovfree.net> |
ID: 103 - 'lib/ipmi_ekanalyzer.c' needs a re-work
Most of the code is reformatted. I've removed some if blocks which didn't make sense along the way. However, huge pile of work remains. |
4e4a9210 | 17-May-2014 |
Zdenek Styblik <stybla@turnovfree.net> |
ID: 103 - 'lib/ipmi_ekanalyzer.c' needs a re-work
Remove trailing empty lines. |
8f783736 | 17-May-2014 |
Zdenek Styblik <stybla@turnovfree.net> |
ID: 46 - SEL OEM record corner case
According to 31.6.1 SEL Record Type Ranges, IPMIv2.0 specification, timestamped OEM SEL records are in interval of <C0h,DFh> and not <C0h,DFh). |
eeeb973e | 26-Apr-2014 |
Zdenek Styblik <stybla@turnovfree.net> |
Make comment about 'source offset' explicit |
166ae1da | 25-Apr-2014 |
Zdenek Styblik <stybla@turnovfree.net> |
ID: 308 - "fru edit" no longer works for non-zero fields
1. Warnings about "FRU Area Length" based on uninitialized (malloc'd) memory contents (due to fru->max_read_size not being initialized, left
ID: 308 - "fru edit" no longer works for non-zero fields
1. Warnings about "FRU Area Length" based on uninitialized (malloc'd) memory contents (due to fru->max_read_size not being initialized, left at 0) and fru_data not being zeroed after malloc() in ipmi_fru_set_field_string().
2. "fru edit" commands for any field index other than 0 would fail (with "Field not found !" error) due to a couple offset and length calculation errors (for all the supported "area" types) in ipmi_fru_set_field_string().
3. "fru edit" commands would corrupt the FRU Inventory Area due to incorrect "source offset" value being specified in write_fru_area() call in impi_fru_set_field_string().
Commit for Rob Swindell
show more ...
|
8d5e8fcf | 12-Apr-2014 |
Anton Blanchard <anton@samba.org> |
Incorrect byteswap in SOL maximum payload code
max_inbound_payload_size, max_outbound_payload_size and port are assembled byte by byte using shifts. This works correctly in both little and big endia
Incorrect byteswap in SOL maximum payload code
max_inbound_payload_size, max_outbound_payload_size and port are assembled byte by byte using shifts. This works correctly in both little and big endian and doing a subsequent byte swap is wrong.
To highlight this issue I dumped the values on a big endian machine:
max_inbound_payload_size 51200 max_outbound_payload_size 51200 port 28418
And after this fix:
max_inbound_payload_size 200 max_outbound_payload_size 200 port 623
Signed-off-by: Zdenek Styblik <stybla@turnovfree.net>
show more ...
|
2c7526be | 12-Apr-2014 |
Anton Blanchard <anton@samba.org> |
Fix build error in HPM.2 code
lib/hpm2.c uses BSWAP_16 without including ipmitool/bswap.h.
Signed-off-by: Zdenek Styblik <stybla@turnovfree.net> |
a88db0d1 | 09-Apr-2014 |
Zdenek Styblik <stybla@turnovfree.net> |
ID: 300 - new sunoem functionality
Main changes include:
* direct connection to ILOM command line interface * ability to add/delete ssh keys fot ILOM users * ability to set ILOM properties * ab
ID: 300 - new sunoem functionality
Main changes include:
* direct connection to ILOM command line interface * ability to add/delete ssh keys fot ILOM users * ability to set ILOM properties * ability to retrieve various logs from SP * removal of obsolete/non-functioning code and other misc changes
Commit for Martin Hovorka of Oracle
show more ...
|