History log of /openbmc/ipmitool/ (Results 226 – 250 of 1757)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
86cb5ee111-Jan-2014 Petter Reinholdtsen <pere@hungry.com>

Make sure to set free()ed pointer to NULL immediately, as specified by
<URL: http://sourceforge.net/p/ipmitool/wiki/coding_standards/ >.

99fff91f11-Jan-2014 Petter Reinholdtsen <pere@hungry.com>

Make sure blockId buffer is never overflown (Coverity CID 1149058).

df3e3c7911-Jan-2014 Petter Reinholdtsen <pere@hungry.com>

Fix incorrect printf() arguments (Coverity CID 1149035).

135977a411-Jan-2014 Petter Reinholdtsen <pere@hungry.com>

Make sure to release malloc()-ed data when fread() fail to read board
type data (Coverity CID 1149052).

4e220beb11-Jan-2014 Petter Reinholdtsen <pere@hungry.com>

Check return value from open() in ipmi_start_daemon() (Coverity CID CID 1148983).

4698e66711-Jan-2014 Petter Reinholdtsen <pere@hungry.com>

Make sure input_file is not used if it is NULL (Coverity CID 1149055).

ff1dbe3d16-Dec-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 278 - Error in sol looptest

Commit fixes use of uninitialized variable in SOL "looptest".

d42890ef16-Dec-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 290 - ipmi_sol.c needs a clean-up

ipmi_sol_payload_access() - change formatting and simplify.

2d7fe32616-Dec-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 85 - Supermicro memory ecc error display

Commit adds memory ECC error display for Supermicro boards and adds a
Supermicro oem sensor type for SEL.

3a852a8816-Dec-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 85 - Supermicro memory ECC error display

Commit adds ipmi_get_oem_id() function.

c9e047c308-Dec-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 290 - ipmi_sol.c needs a clean-up

Clean up code formatting in ipmi_sol_main().

6cf6b4b808-Dec-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 286 - Open session retries hit assert in ipmi_lanplus_send_payload

If we have to retry an open session request, we hit an assert
that assumes we can only be in LANPLUS_STATE_PRESESSION state.

A

ID: 286 - Open session retries hit assert in ipmi_lanplus_send_payload

If we have to retry an open session request, we hit an assert
that assumes we can only be in LANPLUS_STATE_PRESESSION state.

Add LANPLUS_STATE_OPEN_SESSION_SENT so we don't abort if
we retry.

Commit for Anton Blanchard

show more ...

36c11f6008-Dec-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 285 - Fix SEGV in ipmi_lanplus_open_session

If ipmi_lanplus_send_payload fails we get a NULL pointer
returned. Error out straight away instead of continuing on
and getting a SEGV when we derefer

ID: 285 - Fix SEGV in ipmi_lanplus_open_session

If ipmi_lanplus_send_payload fails we get a NULL pointer
returned. Error out straight away instead of continuing on
and getting a SEGV when we dereference rsp.

Commit for Anton Blanchard

show more ...

5dc9585e08-Dec-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 284 - Fix SEGV in ipmi_main

Check the return code of ipmi_main_intf->open(), and take the
error path if it fails. Right now we continue on blindly which
results in a SEGV.

Commit for Anton Blan

ID: 284 - Fix SEGV in ipmi_main

Check the return code of ipmi_main_intf->open(), and take the
error path if it fails. Right now we continue on blindly which
results in a SEGV.

Commit for Anton Blanchard

show more ...

0b97d32c08-Dec-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

ID: 283 - ipmi_intf_socket_connect fails with IPv4 hosts

A recent IPv6 patch broke IPv4 connections. Fix the incorrect
conditional to get it going again.

Commit for Anton Blanchard

5949b19d08-Dec-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

Fix code formatting, at least a bit.

0cd8f46c25-Nov-2013 Zdenek Styblik <zdenek.styblik@gmail.com>

Reverting commit ``Add support for enabling/disabling PEF policy entries'' as
there is no ticket/ticket number missing and no code review.

2ff7452825-Nov-2013 Jordan Hargrave <Jordan_hargrave@dell.com>

Add support for enabling/disabling PEF policy entries

f6cabfb014-Nov-2013 Ales Ledvinka <aledvink@redhat.com>

PA: 83 - Revised IPv6 patch

Author: Holger Liebig
Deduplicated socket connection shared among lan and lanplus.
Allows IPv6 address and tries to pick correct scope ID.

d3ca7cb005-Nov-2013 Ales Ledvinka <aledvink@redhat.com>

FR: 24 - Exchange OS Name Hostname BMC URL during startup

Correct sysconfig defaults in comment. Systemd dependencies.

6871fe1c05-Nov-2013 Ales Ledvinka <aledvink@redhat.com>

FR: 24 - Exchange OS Name Hostname BMC URL during startup

Add service, systemd unit, sysconfig in contrib

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

ID: 46 - ipmi_fwum needs some re-work

Commit changes to 'include/ipmitool/ipmi_fwum.h'.

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

ID: 46 - ipmi_fwum needs some re-work

Move 'struct' and 'enum' into header file

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

ID: 46 - ipmi_fwum needs some re-work

Replace tKFWUM_Status with int

Commit replaces tKFWUM_Status with int. tKFWUM_Status is all nice and neat, but
if int can do, why would you use something that

ID: 46 - ipmi_fwum needs some re-work

Replace tKFWUM_Status with int

Commit replaces tKFWUM_Status with int. tKFWUM_Status is all nice and neat, but
if int can do, why would you use something that makes your lines unnecessarily
longer?

show more ...

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

ID: 46 - ipmi_fwum needs some re-work

Remove keyword 'static'

Commit removes ``static'' as I see no point, no point at all to have it here.

12345678910>>...71