#
2d79e69f |
| 25-Jul-2015 |
Zdenek Styblik <stybla@turnovfree.net> |
Merge commit '2f5789750183d4ef8be125b8cb32019441dd0530'
Return codes of functions should be either used or evaluated - always. This merge is necessary for shell scripting to, eg. signal there was an
Merge commit '2f5789750183d4ef8be125b8cb32019441dd0530'
Return codes of functions should be either used or evaluated - always. This merge is necessary for shell scripting to, eg. signal there was an error during execution.
show more ...
|
#
33f9336e |
| 17-Jan-2015 |
Zdenek Styblik <stybla@turnovfree.net> |
ID:355 - Fix compiler warnings
Commit removes all unused variables reported by compiler.
|
#
faae8fd2 |
| 09-Jan-2015 |
Zdenek Styblik <stybla@turnovfree.net> |
Fix identical code for diff branches in DellOEM - CID#1261326
Commit adds error messages in order to fix CID#1261326.
|
#
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 ...
|
#
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 ...
|
#
c18ec02f |
| 05-Feb-2014 |
Petter Reinholdtsen <pere@hungry.com> |
Move all files one level up in the file hierarcy, to avoid the useless ipmitool directory.
|