History log of /openbmc/ipmitool/lib/helper.c (Results 1 – 10 of 10)
Revision Date Author Comments
# 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

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 ...


# b591bc2a 30-Jan-2015 Zdenek Styblik <stybla@turnovfree.net>

Handle more retcodes in eval_ccode()


# bb35d370 08-Jan-2015 Zdenek Styblik <stybla@turnovfree.net>

Add eval_ccode() into helper

Commit adds eval_ccode() into helper in order to save some code repetition on
evaluation of retvals from _ipmi_* functions.


# ce02ffaf 23-Dec-2014 Zdenek Styblik <stybla@turnovfree.net>

ID:354 - forcefully switch to C99 and more strict CFLAGS

Commit changes CFLAGS which include C99 and more strict flags. Watch out for
falling rocks.


# 148d0e09 23-Dec-2014 Zdenek Styblik <stybla@turnovfree.net>

ID:354 - uint8_t >= 0 is always true, don't test it

Commit removes test whether value is greater or equal to 0 in
is_ipmi_channel_num(), because it's always true(and it makes compiler ma

ID:354 - uint8_t >= 0 is always true, don't test it

Commit removes test whether value is greater or equal to 0 in
is_ipmi_channel_num(), because it's always true(and it makes compiler mad).

show more ...


# 140add9d 22-Dec-2014 Zdenek Styblik <stybla@turnovfree.net>

Fix user input validation in Channel and User sub-commands

Commit fixes validation of user input in Channel and User sub-commands.


# 6e6a04f9 20-Dec-2014 Zdenek Styblik <stybla@turnovfree.net>

Make user User Privilege Limit is within range

Despite the fact we could leave this up to IPMI stack, we won't do that.
Therefore, is_ipmi_user_priv_limit() is added and user provided va

Make user User Privilege Limit is within range

Despite the fact we could leave this up to IPMI stack, we won't do that.
Therefore, is_ipmi_user_priv_limit() is added and user provided value checked.

show more ...


# 7cd86aaf 05-Dec-2014 Zdenek Styblik <stybla@turnovfree.net>

ID:347 - Incorrect reserved channel number

Fix validation of IPMI channel numbers according to IPMIv2.0 rev1.1 and update
documentation as well.


# bee3fda6 03-Sep-2014 Parthasarathy Bhuvaragan <parthasarathy.xx.bhuvaragan@ericsson.com>

update result ptr before return

Change-Id: If976f5c769d8ba83eefa1693e6969ef17f357ba8
Signed-off-by: Parthasarathy Bhuvaragan <parthasarathy.xx.bhuvaragan@ericsson.com>


# 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.