0caa6811 | 28-Aug-2015 |
Alexander Rube <alexander.rube@AEU-DSK-308.AEU.ADVANTECH.CORP> |
ID:389 - Add on of Advantech IANA number |
1add1486 | 07-Aug-2015 |
Zdenek Styblik <stybla@turnovfree.net> |
ID:355 - Fix couple compiler warnings in ipmi_lanp.h
Commit fixes couple compiler warnings which come from ipmi_lanp.h by setting values of struct attrs. |
89e9e634 | 04-Aug-2015 |
Dmitry Bazhenov <dima_b@pigeonpoint.com> |
ID:376 - Add means to configure "Bad Password Threshold"
Add support for setting and printing of the "Bad Password Threshold" LAN configuration parameter. |
eb541367 | 11-Mar-2015 |
Zdenek Styblik <stybla@turnovfree.net> |
ID:319 - Interface safe re-open
Currently, interface-management code in the ipmitool does not allow safe interface re-opening (i.e. closing and opening again). It is because the session is allocated
ID:319 - Interface safe re-open
Currently, interface-management code in the ipmitool does not allow safe interface re-opening (i.e. closing and opening again). It is because the session is allocated in the interface setup callback while is freed in the close callback. So, normal re-opening of the interface, which can be required for example durng the HPM.1 upgrade, leads to segmentation fault. That's why in the ipmi_hpmfwupg.c instead of normal closing interface, directly access the interface data for subsequent re-opening.
Commit for Dmitry Bazhenov
show more ...
|
9caa78be | 16-Feb-2015 |
Parthasarathy Bhuvaragan <parthasarathy.xx.bhuvaragan@ericsson.com> |
ID:371 - add ericsson oem
Change-Id: I4fa230b2388e83ae0bc560539675d4dd8783a33e Signed-off-by: Parthasarathy Bhuvaragan <parthasarathy.xx.bhuvaragan@ericsson.com> |
f1c6118c | 05-Feb-2015 |
Zdenek Styblik <stybla@turnovfree.net> |
ID:320 - Add VITA 46.11 support
Commit adds support for VITA 46.11 by Dmitry Bazhenov. |
fd5fdc59 | 04-Feb-2015 |
Pat Donlin <pjd@sgi.com> |
ID:363 - Node Manager feature patch. |
11bbf183 | 03-Feb-2015 |
Zdenek Styblik <stybla@turnovfree.net> |
Rewrite ipmi_set_channel_access()
Commit is a rewrite of ipmi_set_channel_access(). Function utilizes _ipmi_*() functions now in order to avoid code repetition. Other than that, functionality should
Rewrite ipmi_set_channel_access()
Commit is a rewrite of ipmi_set_channel_access(). Function utilizes _ipmi_*() functions now in order to avoid code repetition. Other than that, functionality should remain the same.
show more ...
|
026a8b6f | 03-Feb-2015 |
Zdenek Styblik <stybla@turnovfree.net> |
Add _ipmi_set_channel_access() function
Commit adds _ipmi_set_channel_access() function which in implementation of (22.22) Set Channel Access Command. |
a6d47ceb | 30-Jan-2015 |
Zdenek Styblik <stybla@turnovfree.net> |
Add _ipmi_set_user_password() function
Commit adds _ipmi_set_user_password() which is implementation of (22.30) Set User Command. Function doesn't print anything on stdout/stderr. |
21151953 | 30-Jan-2015 |
Zdenek Styblik <stybla@turnovfree.net> |
Move #define from ipmi_user.c to ipmi_user.h
Commit moves defines of Set User Password operations to header file. |
d874267e | 22-Jan-2015 |
Zdenek Styblik <stybla@turnovfree.net> |
ID:361 - Add a OEM IANA information |
6c3f60e5 | 16-Jan-2015 |
Zdenek Styblik <stybla@turnovfree.net> |
Remove get_channel_access_rsp and get_channel_info_rsp structs
Commit removes unused structures get_channel_access_rsp and get_channel_info_rsp as they were replaced. |
238d3c4e | 16-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. |
708be8bc | 09-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 ...
|
d6deeb26 | 09-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 ...
|
af276d40 | 08-Jan-2015 |
Zdenek Styblik <stybla@turnovfree.net> |
Fix out-of-bound-reads in get_supermicro_evt_desc()
CID#1149029 and CID#1149030 |
e4be291c | 08-Jan-2015 |
Zdenek Styblik <stybla@turnovfree.net> |
Re-work 'channel getaccess' and 'channel setaccess'
Commit is a re-work of 'channel getaccess' and 'channel setaccess'. These are using _ipmi_* now. Also, bitfields and two structs are replaced by o
Re-work 'channel getaccess' and 'channel setaccess'
Commit is a re-work of 'channel getaccess' and 'channel setaccess'. These are using _ipmi_* now. Also, bitfields and two structs are replaced by one unified struct.
show more ...
|
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. |
31f9d4c6 | 08-Jan-2015 |
Zdenek Styblik <stybla@turnovfree.net> |
Add _ipmi_get_user_access() and _ipmi_set_user_access()
Commit adds reusable functions _ipmi_get_user_access() and _ipmi_set_user_access(). |
6d1afbf3 | 08-Jan-2015 |
Zdenek Styblik <stybla@turnovfree.net> |
Add _ipmi_get_user_name()
Commit adds function _ipmi_get_user_name() which does nothing but fetches User Name as per 22.29. There are no print-outs when the called. |
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 value checked. |
aaf98b89 | 05-Dec-2014 |
Zdenek Styblik <stybla@turnovfree.net> |
ID:348 Add support for the "System Firmware Version"
Add support for the "System Firmware Version" parameter selector (1) to the "Get System Info Parameters" command ("mc getsysinfo system_fw_versio
ID:348 Add support for the "System Firmware Version"
Add support for the "System Firmware Version" parameter selector (1) to the "Get System Info Parameters" command ("mc getsysinfo system_fw_version"). The "mc getsysinfo" command was already implemented and supported, but strangely, only standard parameter selecter values 2, 3, 4 and Dell-defined parameters were supported; the standard parameter value 1 (system firmare version) was not supported.
show more ...
|
deb9a4ed | 17-Oct-2014 |
Zdenek Styblik <stybla@turnovfree.net> |
ID#277 - support for hostnames longer than 64 chars
ID#313 ipmitool doesn't support hostname long than 64 symbols ID#277 Minor issue with ipmi_intf_session_set_hostname()
Commit adds support pretty
ID#277 - support for hostnames longer than 64 chars
ID#313 ipmitool doesn't support hostname long than 64 symbols ID#277 Minor issue with ipmi_intf_session_set_hostname()
Commit adds support pretty much for FQDN not just up to the length of one label. This is achieved by change in in struct ipmi_session; and strdup() of user input. Of course, we have to free() this once we're done.
show more ...
|