86cb5ee1 | 11-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/ >. |
99fff91f | 11-Jan-2014 |
Petter Reinholdtsen <pere@hungry.com> |
Make sure blockId buffer is never overflown (Coverity CID 1149058). |
df3e3c79 | 11-Jan-2014 |
Petter Reinholdtsen <pere@hungry.com> |
Fix incorrect printf() arguments (Coverity CID 1149035). |
135977a4 | 11-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). |
4e220beb | 11-Jan-2014 |
Petter Reinholdtsen <pere@hungry.com> |
Check return value from open() in ipmi_start_daemon() (Coverity CID CID 1148983). |
4698e667 | 11-Jan-2014 |
Petter Reinholdtsen <pere@hungry.com> |
Make sure input_file is not used if it is NULL (Coverity CID 1149055). |
ff1dbe3d | 16-Dec-2013 |
Zdenek Styblik <zdenek.styblik@gmail.com> |
ID: 278 - Error in sol looptest
Commit fixes use of uninitialized variable in SOL "looptest". |
d42890ef | 16-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. |
2d7fe326 | 16-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. |
3a852a88 | 16-Dec-2013 |
Zdenek Styblik <zdenek.styblik@gmail.com> |
ID: 85 - Supermicro memory ECC error display
Commit adds ipmi_get_oem_id() function. |
c9e047c3 | 08-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(). |
6cf6b4b8 | 08-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 ...
|
36c11f60 | 08-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 ...
|
5dc9585e | 08-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 ...
|
0b97d32c | 08-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 |
5949b19d | 08-Dec-2013 |
Zdenek Styblik <zdenek.styblik@gmail.com> |
Fix code formatting, at least a bit. |
0cd8f46c | 25-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. |
2ff74528 | 25-Nov-2013 |
Jordan Hargrave <Jordan_hargrave@dell.com> |
Add support for enabling/disabling PEF policy entries |
f6cabfb0 | 14-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. |
d3ca7cb0 | 05-Nov-2013 |
Ales Ledvinka <aledvink@redhat.com> |
FR: 24 - Exchange OS Name Hostname BMC URL during startup
Correct sysconfig defaults in comment. Systemd dependencies. |
6871fe1c | 05-Nov-2013 |
Ales Ledvinka <aledvink@redhat.com> |
FR: 24 - Exchange OS Name Hostname BMC URL during startup
Add service, systemd unit, sysconfig in contrib |
b9a0c5a0 | 28-Oct-2013 |
Zdenek Styblik <zdenek.styblik@gmail.com> |
ID: 46 - ipmi_fwum needs some re-work
Commit changes to 'include/ipmitool/ipmi_fwum.h'. |
1cc4ba69 | 26-Oct-2013 |
Zdenek Styblik <zdenek.styblik@gmail.com> |
ID: 46 - ipmi_fwum needs some re-work
Move 'struct' and 'enum' into header file |
b779439a | 26-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 ...
|
63ef18e6 | 26-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. |