History log of /openbmc/ipmitool/lib/ (Results 51 – 75 of 159)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
ece5e55718-Jan-2015 Zdenek Styblik <stybla@turnovfree.net>

Fix resource leak in fru_area_print_product() - CID#1149046

99721b5218-Jan-2015 Zdenek Styblik <stybla@turnovfree.net>

Fix resource leak in fru_area_print_chassis() - CID#1149047

0b54fac718-Jan-2015 Zdenek Styblik <stybla@turnovfree.net>

Fix resource leak in fru_area_print_board() - CDI#1149048

312f959318-Jan-2015 Zdenek Styblik <stybla@turnovfree.net>

Fix uninitialized struct in ipmi_fru_upg_ekeying() - CID#1149065

d36cfcb817-Jan-2015 Zdenek Styblik <stybla@turnovfree.net>

ID:355 - Fix formatting warning in get_cmdline_ipaddr()

Commit also adds validation prior casting down to uint8_t.

33f9336e17-Jan-2015 Zdenek Styblik <stybla@turnovfree.net>

ID:355 - Fix compiler warnings

Commit removes all unused variables reported by compiler.

6febd10117-Jan-2015 Zdenek Styblik <stybla@turnovfree.net>

Put functions in ipmi_channel.c in A-Z order

6b8d55d616-Jan-2015 Zdenek Styblik <stybla@turnovfree.net>

Re-work ccode eval in ipmi_get_channel_medium()

Commit re-works ccode eval in ipmi_get_channel_medium() as the previous one
didn't work and led to dead-code.

12b85b3c16-Jan-2015 Zdenek Styblik <stybla@turnovfree.net>

Init user_access_t struct in ipmi_user_priv()

0ff2d6e416-Jan-2015 Zdenek Styblik <stybla@turnovfree.net>

ID:357 - out-of-bound access in DDR4 code

Commit increases RAW_SPD_SIZE from 256 to 512 as an attempt to fix OOB in
ipmi_rawspd_main(), resp. ipmi_spd_print().

dab7f5bf16-Jan-2015 Zdenek Styblik <stybla@turnovfree.net>

Remove unused variable from ipmi_get_channel_cipher_suites()

Commit removes unused variable oem_record from ipmi_get_channel_cipher_suites().

278dc84b16-Jan-2015 Zdenek Styblik <stybla@turnovfree.net>

Print error message to STDERR in ipmi_channel.c

Print error message to STDERR and not STDOUT in ipmi_channel_main().

0801b45816-Jan-2015 Zdenek Styblik <stybla@turnovfree.net>

Hook ipmi_get_channel_medium() to new _ipmi_get_*() functions

Commit hooks ipmi_get_channel_medium() to new _ipmi_get_*() functions.

56aa025d16-Jan-2015 Zdenek Styblik <stybla@turnovfree.net>

Hook ipmi_get_channel_info() to _ipmi_get_*()

Commit hooks ipmi_get_channel_info() to new _ipmi_get_*() functions.

238d3c4e16-Jan-2015 Zdenek Styblik <stybla@turnovfree.net>

Add _ipmi_get_channel_access() and _ipmi_get_channel_info()

Commit adds _ipmi_get_channel_access() and _ipmi_get_channel_info() as well as
supporting structures.

69f6683013-Jan-2015 Zdenek Styblik <stybla@turnovfree.net>

ipmi_get_user_access() - change var name 'userid' to 'user_id'

Commit changes variable/param name from 'userid' to 'user_id' in order to keep
consistency.

585cb7c811-Jan-2015 Zdenek Styblik <stybla@turnovfree.net>

Add documentation to 'getaccess' and 'setaccess' functions

708be8bc09-Jan-2015 Zdenek Styblik <stybla@turnovfree.net>

Hook ipmi_user_priv() to _ipmi_set_user_access()

Commit hooks ipmi_user_priv() to _ipmi_set_user_access(). Later got extended for
'change_priv_limit_only', because of the former.
Commit removes ipmi

Hook ipmi_user_priv() to _ipmi_set_user_access()

Commit hooks ipmi_user_priv() to _ipmi_set_user_access(). Later got extended for
'change_priv_limit_only', because of the former.
Commit removes ipmi_user_set_userpriv(), because it's not used anywhere.

show more ...

d6deeb2609-Jan-2015 Zdenek Styblik <stybla@turnovfree.net>

Hook ipmi_print_user_list() and friends to _ipmi_* functions

Commit hooks ipmi_print_user_list() and related functions to new _ipmi_*
functions. It also removes old/unused functions and user_access_

Hook ipmi_print_user_list() and friends to _ipmi_* functions

Commit hooks ipmi_print_user_list() and related functions to new _ipmi_*
functions. It also removes old/unused functions and user_access_rsp struct.

show more ...

bcb9620909-Jan-2015 Zdenek Styblik <stybla@turnovfree.net>

ID:355 - Fix compiler warnings in dimm_spd.c

* remove unused variable
* add (...) as suggested

39fb1af209-Jan-2015 Zdenek Styblik <stybla@turnovfree.net>

ID:355 - Fix Enumeration value not handled in ipmi_get_event_desc()

Commit fixes ``Enumeration value not handled'' in ipmi_get_event_desc() by
adding 'default' to the switch.

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

b6ec507208-Jan-2015 Zdenek Styblik <stybla@turnovfree.net>

Remove length checks in get_supermicro_evt_desc()

Commit removes length checks in get_supermicro_evt_desc(), because they make no
sense. Fixes out-of-bound-reads CID#1149029 and CID#1149030

fb36c69308-Jan-2015 Zdenek Styblik <stybla@turnovfree.net>

ipmi_print_user_summary() to utilize _ipmi_get_user_access()

Commit changes ipmi_print_user_summary() to utilize _ipmi_get_user_access() and
user_access_t instead of user_access_rsp.

d099dca908-Jan-2015 Zdenek Styblik <stybla@turnovfree.net>

Fix/remove pointer cast in _ipmi_set_user_access()

Commit removes invalid pointer in _ipmi_set_user_access().

1234567