summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update ChangeLog for 1.8.15 rleeaseIPMITOOL_1_8_15Jim Mankovich2014-11-241-1/+1
|
* Release Version 1.8.15Jim Mankovich2014-11-241-1/+1
|
* Remove debian from extra distribution rule for make distIPMITOOL_1_8_15RC1Jim Mankovich2014-10-231-3/+1
|
* Update ChangeLog for 1.8.15RC1Jim Mankovich2014-10-231-0/+22
|
* ID#340 - ipmitool sol session improperly closes on packet retryZdenek Styblik2014-10-171-26/+18
| | | | Commit for Pat Donlin
* ID#277 - support for hostnames longer than 64 charsZdenek Styblik2014-10-176-33/+26
| | | | | | | | | ID#313 ipmitool doesn't support hostname long than 64 symbols ID#277 Minor issue with ipmi_intf_session_set_hostname() Commit adds support pretty much for FQDN not just up to the length of one label. This is achieved by change in in struct ipmi_session; and strdup() of user input. Of course, we have to free() this once we're done.
* lib/ipmi_kontronoem.c - clean up formatting, codeZdenek Styblik2014-09-211-709/+548
| | | | | Commit cleans up formatting in 'lib/ipmi_kontronoem.c'. Also, it adds some error messages and fixes return codes.
* ID: 247 - 'sensor thresh' help output is wrongZdenek Styblik2014-09-201-1/+1
| | | | Fix invalid help output by copy-pasting part of 'sensor thresh help'.
* Rename printf_sensor_get_usage() -> print_sensor_get_usage()Zdenek Styblik2014-09-201-6/+6
|
* Put 'sensor thresh help' into functionZdenek Styblik2014-09-201-28/+44
| | | | Move help text for 'sensor thresh help' into its own function.
* ID: 324 - conflicting declaration write_fru_area()Zdenek Styblik2014-09-201-3/+3
| | | | | | Commit fixes conflicting declarations of write_fru_area(). Author: Jörg Frings-Fürst
* ID: 337 - Add support for 13G Dell PowerEdgeZdenek Styblik2014-09-202-31/+72
| | | | | | | | | | | | | | 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>
* print message header and data in verbose printParthasarathy Bhuvaragan2014-09-031-3/+8
| | | | | Change-Id: I613e35e180c815279d2a50f44956a5ed5bf5461b Signed-off-by: Parthasarathy Bhuvaragan <parthasarathy.xx.bhuvaragan@ericsson.com>
* fix incorrect data validationParthasarathy Bhuvaragan2014-09-031-1/+1
| | | | | Change-Id: I6c277b4716445e8ae9a6851cca48e1ad95df49b4 Signed-off-by: Parthasarathy Bhuvaragan <parthasarathy.xx.bhuvaragan@ericsson.com>
* update result ptr before returnParthasarathy Bhuvaragan2014-09-031-0/+1
| | | | | Change-Id: If976f5c769d8ba83eefa1693e6969ef17f357ba8 Signed-off-by: Parthasarathy Bhuvaragan <parthasarathy.xx.bhuvaragan@ericsson.com>
* delete duplicate macrosParthasarathy Bhuvaragan2014-09-031-2/+0
| | | | | Change-Id: Ie219c955c4644b8ab9822fd1e5523d70038b5261 Signed-off-by: Parthasarathy Bhuvaragan <parthasarathy.xx.bhuvaragan@ericsson.com>
* ID: 325 DDR4 DIMM Decoding LogicJim Mankovich2014-08-131-5/+165
| | | | | | 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.
* ID: 328 HPM.2 fixesJim Mankovich2014-08-112-1/+8
| | | | Fix commited for Dmitry Bazhenov
* ID: 329 hpm.1 upgrade fixesJim Mankovich2014-08-111-3/+7
| | | | Fix commited for Dmitry Bazhenov
* ID : 103 picmg discover messages should be DEBUG, not INFOJim Mankovich2014-08-111-6/+6
| | | | Changed picmg discover messages to LOG_DEBUG
* ID: 331 Passwords provided in file (-f option) truncated on spaceJim Mankovich2014-08-111-2/+2
| | | | Code changed to remove truncation on space since space is valid in a password
* ID: 325 - Can not identify DDR4 SDRAMJim Mankovich2014-08-111-0/+1
|
* ID: 318 - ipmi_tsol.c: fix buffer overflowZdenek Styblik2014-05-291-4/+10
| | | | | Commit fixes buffer over-flow in ipmi_tsol caused by mis-calculation in buffer size, resp. using wrong variables completely.
* ID: 306 - "fru print" command prints the FRU #0 twiceZdenek Styblik2014-05-251-1/+2
| | | | | | This patch make the command to spit FRU info #0 only once. Commit for Dmitry Bazhenov
* ID: 305 - HPM.1 deferred activation support fixupZdenek Styblik2014-05-252-7/+13
| | | | | | | 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
* lib/ipmi_tsol.c - remove dead codeZdenek Styblik2014-05-241-7/+0
|
* lib/ipmi_tsol.c - make code formatting sanerZdenek Styblik2014-05-241-160/+159
|
* ID: 317 - ipmi_fwum.c: fix typoZdenek Styblik2014-05-241-2/+2
|
* ID: 315 - buildsystem: configure.in is deprecatedZdenek Styblik2014-05-241-0/+0
| | | | | As per https://lists.gnu.org/archive/html/automake/2013-05/msg00049.html, renamed to configure.ac
* ID: 316 - Directory debian is outdatedZdenek Styblik2014-05-249-622/+0
| | | | Debian upstream will take care of packaging.
* ID: 103 - 'lib/ipmi_ekanalyzer.c' needs a re-workZdenek Styblik2014-05-191-1453/+1441
| | | | | 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.
* ID: 103 - 'lib/ipmi_ekanalyzer.c' needs a re-workZdenek Styblik2014-05-181-4/+0
| | | | Remove trailing empty lines.
* ID: 46 - SEL OEM record corner caseZdenek Styblik2014-05-171-2/+2
| | | | | 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).
* Changes Integrated since 1.8.14RC2IPMITOOL_1_8_14Jim Mankovich2014-05-051-1/+3
|
* ID: 311 man page update for new sunoem commandsJim Mankovich2014-05-051-24/+107
|
* ID: 280 - man page cleanupJim Mankovich2014-04-291-3/+0
|
* Make comment about 'source offset' explicitZdenek Styblik2014-04-261-1/+1
|
* ID: 308 - "fru edit" no longer works for non-zero fieldsZdenek Styblik2014-04-251-9/+9
| | | | | | | | | | | | | | | | 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
* ID: 310 - lanplus retry regressionZdenek Styblik2014-04-251-7/+3
| | | | | | | | | The lanplus driver for has a bug in ipmi_lanplus_open_session(). There is an extra and undesired check for a null response (timeout). As a result, it returns 1 to the caller. The result of this is an occasional assertion. Commit mends this. Commit for Pat Donlin
* Add ticket IDs, if we have oneZdenek Styblik2014-04-181-7/+9
|
* Add hpm2.h to list of distributed include filesIPMITOOL_1_8_14RC2Jim Mankovich2014-04-171-1/+1
|
* Update ChangeLog for 1.8.14RC2 changesJim Mankovich2014-04-171-0/+6
|
* Incorrect byteswap in SOL maximum payload codeAnton Blanchard2014-04-121-11/+0
| | | | | | | | | | | | | | | | | | | | 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>
* Fix build error in HPM.2 codeAnton Blanchard2014-04-121-0/+1
| | | | | | lib/hpm2.c uses BSWAP_16 without including ipmitool/bswap.h. Signed-off-by: Zdenek Styblik <stybla@turnovfree.net>
* ID: 300 - new sunoem functionalityZdenek Styblik2014-04-092-296/+1887
| | | | | | | | | | | | 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
* ID: 144 - Fix 'dcmi power set_limit action <value>'Zdenek Styblik2014-04-081-12/+139
| | | | | | | | | | | | From the ticket: (v1.8.12) "dcmi power set_limit action <value>" (where <value> is either "sel_logging" or "power_off") does not actually send the "Set Power Limit" command (so no change to the power limit policy is made). This was caused by all atoi(), strtol(), strtoul() calls being replaced. This patch should fix it. Commit for Holger Liebig
* ID:302 - HPM.2 long message supportZdenek Styblik2014-04-0815-52/+741
| | | | | | | | | | | | | | | This patch adds basic long message support for PICMG-based systems according to the HPM.2 specification. It also introduces APIs for setting inbound and outbound messages sizes per selected interface. This APIs are used in LAN and LAN+ interfaces to set autonomously detected inbound and outbound message sizes. The newly introduced APIs also replace the existing message size detection code in several ipmitool commands in order to leverage the advantages of long message support (HPM.1 upgrade, SDR acquring, FRU inventory read and write). The Kontron-specific long message support is moved under a OEM option. Commit for Dmitry Bazhenov
* Add new SEL entries for ipmi 2.0 rev 1.1Jordan Hargrave2014-04-051-0/+8
| | | | | Signed-off-by: Jordan Hargrave <jordan_hargrave@dell.com> Signed-off-by: Zdenek Styblik <stybla@turnovfree.net>
* Update ipmtool version to 1.8.14-cvsIPMITOOL_1_8_14RC1Jim Mankovich2014-03-281-1/+1
|
* Update For 1.8.14 ReleaseJim Mankovich2014-03-281-0/+32
|