History log of /openbmc/ipmitool/ (Results 301 – 325 of 1757)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
5d3c64f010-Oct-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 50 - ipmi_hpmfwupg needs a clean up

HpmfwupgGetTargetUpgCapabilities() - remove unnecessary if() and kill indent.

942dcb7110-Oct-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 50 - ipmi_hpmfwupg needs a clean up

HpmfwupgGetDeviceId() - simplify function.

29af592710-Oct-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 50 - ipmi_hpmfwupg needs a clean up

HpmfwupgGetBuffersFromFile() - simplify function in order to kill unnecessary
indent. Also, notify user about malloc failure and exit early.

ada4b48b10-Oct-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 50 - ipmi_hpmfwupg needs a clean up

Move struct and #define into header file where they belong.

47831b3c10-Oct-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 50 - ipmi_hpmfwupg needs a clean up

Commit changes code formatting only. No functionality changes have been made.

efdeb12704-Oct-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 44 - dummy interface support - fake-ipmistack project

Commit adds support for a 'dummy' interface in order to communicate with
fake-ipmistack.

c7412e5803-Oct-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 48 - Remove hard-coded FRU inventory access length restriction

The patch removes hard-coded 16-byte length restriction onf FRU inventory
transactions. Instead, it adds an optional command-line a

ID: 48 - Remove hard-coded FRU inventory access length restriction

The patch removes hard-coded 16-byte length restriction onf FRU inventory
transactions. Instead, it adds an optional command-line argument for devices
which need such restriction.
For other devices, 32 bytes cap length is used.
Also, the patch contains several code optimizations as well as several bug-fixes
in API implementations where absolute FRU device offsets were used instead on
relative.

Commit for Dmitry Bazhenov

show more ...

041d8e4b03-Oct-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 276 - HPM.1 upgrade combined patch

This patch does the following:
- Fixes percentage visualization for short upgrade images
- Resolves ambiguity for action record checksum calculation
- Skips th

ID: 276 - HPM.1 upgrade combined patch

This patch does the following:
- Fixes percentage visualization for short upgrade images
- Resolves ambiguity for action record checksum calculation
- Skips the activation stage when all components are skipped
- Partially fixes formatting
- Adds several code optimizations

Commit for Dmitry Bazhenov

show more ...

6a02cccb09-Sep-2013 Jim Mankovich <jmank@hp.com>

Updated for final 1.8.13 release

3d9c5ae709-Sep-2013 Jim Mankovich <jmank@hp.com>

ID: 273 - SOL Input buffer size. Reduce max_inbound_payload_size by the SOL
header size. Committed for Liebig, Holger

4935015705-Sep-2013 Ales Ledvinka <aledvink@redhat.com>

ID: 274 - bmc-snmp-proxy does not enable PEF alterting

c6f6550f26-Aug-2013 Jim Mankovich <jmank@hp.com>

update version string for rc1-cvs

ad86adac23-Aug-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

Update ChangeLog for ipmitool-1.8.13

Commit updates list of bugs fixed in 1.8.13

f04ccaf723-Aug-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 222 - 'lib/ipmi_sdr.c' - a typo 'Not Reading' -> 'No Reading'

Commit replaces spurious/confusing text 'Not Reading' wiht 'No Reading'
in 'lib/ipmi_sdr.c'.

fa74f3bf23-Aug-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 99 - 'lib/ipmi_sel.c' - possible int *flow

Commit handles possible int *flow via user input. atol()/make_int() calls
got replaced and, at least, 'errno' is being checked after strtol() calls
whi

ID: 99 - 'lib/ipmi_sel.c' - possible int *flow

Commit handles possible int *flow via user input. atol()/make_int() calls
got replaced and, at least, 'errno' is being checked after strtol() calls
while reading data from file.

Reported-by: Duncan Idaho

show more ...

8e95964923-Aug-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 242 - Incorrect DCMI Power Reading "IPMI timestamp" interpretation

The "IPMI timestamp" is being interpretted as a UTC time, when IPMI timestamps
are actually in localtime (to the BMC).

Commit

ID: 242 - Incorrect DCMI Power Reading "IPMI timestamp" interpretation

The "IPMI timestamp" is being interpretted as a UTC time, when IPMI timestamps
are actually in localtime (to the BMC).

Commit for Rob Swindell

show more ...

558bf55c23-Aug-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 229 - 'lib/ipmi_ekanalyzer.c' - a typo ``Too few argument!''

Commit replaces text in question and prints error text on STDERR.

393ae97423-Aug-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 266 - file descriptor leak in ipmi_fwum and ipmi_ekanalyzer

Commit fixes fd leaks in 'lib/ipmi_ekananlyzer.c' and 'lib/ipmi_fwum.c'.

Commit fixes file descriptor leaks in ipmi_ekanalyzer_fru_fi

ID: 266 - file descriptor leak in ipmi_fwum and ipmi_ekanalyzer

Commit fixes fd leaks in 'lib/ipmi_ekananlyzer.c' and 'lib/ipmi_fwum.c'.

Commit fixes file descriptor leaks in ipmi_ekanalyzer_fru_file2structure(),
source 'lib/ipmi_ekanalyzer.c', and in KfwumGetFileSize(),
source 'lib/ipmi_fwum.c'.

Reported-by: dcb

show more ...

ee6c9be316-Aug-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 41 - ipmi_sel_interpret() - clean up formatting and kill indentation

Commit cleans up formatting and indentation in ipmi_sel_interpret()
in 'lib/ipmi_sel.c'.

5177966816-Aug-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 267 - Corruption in "lan alert print" output

Commit fixes corruption in 'lan alert print' output. This bug comes from two
consecutive calls to get_lan_param_select() which returns pointer to str

ID: 267 - Corruption in "lan alert print" output

Commit fixes corruption in 'lan alert print' output. This bug comes from two
consecutive calls to get_lan_param_select() which returns pointer to struct. In
the end, the second call would over-write data from the first one, as 'ptype'
and 'paddr' were pointing at the same address.

Thanks to Rob Swindell for logging this bug and testing the patch.

show more ...

f6dbaf2315-Aug-2013 Jim Mankovich <jmank@hp.com>

Added -cvs to the revision string so that cvs built version can be
differentiated from release built versions.

8cd3acb114-Aug-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

Commit adds ``ID: 269 - Fixes for configure.in for cross compilation''
to ChangeLog

2c6ca03f14-Aug-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 269 - Fixes for configure.in for cross compilation

Commit removes '-Wno-unused-result' from configure.in

This used to be tracked under ID#65.

aebc7d3614-Aug-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 65 - Fixes for configure.in for cross compilation

Check return values of scanf() in order to get rid off compiler warnings.

Commit for Dan Gora

157132be13-Aug-2013 Ales Ledvinka <aledvink@redhat.com>

FR: 35 - Script to setup redirection of SNMP to/from BMC

Provides configuration script, systemd unit and sysconfig defaults.
On hosts running net-snmp and PEF alerting on BMC:
1. Redirect SNMP get r

FR: 35 - Script to setup redirection of SNMP to/from BMC

Provides configuration script, systemd unit and sysconfig defaults.
On hosts running net-snmp and PEF alerting on BMC:
1. Redirect SNMP get requests to BMC (Service Processor).
2. Redirect SNMP Traps from BMC (Service Processor) to the Hosts' configured Trap sink.

show more ...

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