#
5a30d18a |
| 03-Feb-2015 |
Zdenek Styblik <stybla@turnovfree.net> |
_ipmi_set_channel_access() - zero-out variable data before use
|
#
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.
|
#
6febd101 |
| 17-Jan-2015 |
Zdenek Styblik <stybla@turnovfree.net> |
Put functions in ipmi_channel.c in A-Z order
|
#
6b8d55d6 |
| 16-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.
|
#
dab7f5bf |
| 16-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().
|
#
278dc84b |
| 16-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().
|
#
0801b458 |
| 16-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.
|
#
56aa025d |
| 16-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.
|
#
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.
|
#
69f66830 |
| 13-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.
|
#
585cb7c8 |
| 11-Jan-2015 |
Zdenek Styblik <stybla@turnovfree.net> |
Add documentation to 'getaccess' and 'setaccess' functions
|
#
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 ...
|
#
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 ...
|
#
48117f5d |
| 30-Dec-2014 |
Zdenek Styblik <stybla@turnovfree.net> |
ID:355 - Fix ``ISO C forbids omitting the middle term of a ?: expression''
Commit fixes omitted middle terms of ternary expressions.
|
#
0a1f5c03 |
| 22-Dec-2014 |
Zdenek Styblik <stybla@turnovfree.net> |
Replace deprecated bzero() with memset()
Commit replaces deprecated bzero() with memset().
|
#
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.
|
#
0562c809 |
| 22-Dec-2014 |
Zdenek Styblik <stybla@turnovfree.net> |
Cleanup if/else in ipmi_channel_main()
|
#
a87b2ccc |
| 22-Dec-2014 |
Zdenek Styblik <stybla@turnovfree.net> |
Cleanup of code formatting in ipmi_channel.c
At least a bit.
|
#
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.
|