#
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.
|
#
4725cfd6 |
| 03-Feb-2015 |
Zdenek Styblik <stybla@turnovfree.net> |
Hook ipmi_set_alert_enable() to _ipmi_*()
Commit hooks ipmi_set_alert_enable() to _ipmi_*() functions and is sort of rewrite of that function with the same functionality.
|
#
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 ...
|
#
410606e8 |
| 30-Jan-2015 |
Zdenek Styblik <stybla@turnovfree.net> |
Hook ipmi_set_user_access() to _ipmi_set_user_access()
Commit hooks ipmi_set_user_access() to _ipmi_set_user_access() and removes duplicate code.
|
#
90e21344 |
| 30-Jan-2015 |
Zdenek Styblik <stybla@turnovfree.net> |
Hook ipmi_lan_set_password() to _ipmi_set_user_password()
Commit hooks ipmi_lan_set_password() to _ipmi_set_user_password() in order to get rid off code duplication.
|
#
f35ed010 |
| 23-Jan-2015 |
Zdenek Styblik <stybla@turnovfree.net> |
Cleanup formatting in ipmi_lan_set_vlan_id() and ipmi_lan_set_vlan_priority()
|
#
512ec41a |
| 23-Jan-2015 |
Zdenek Styblik <stybla@turnovfree.net> |
Fix typo vlan->VLAN in ipmi_lan_set_vlan_id() and ipmi_lan_set_vlan_priority()
|
#
b88a523d |
| 23-Jan-2015 |
Zdenek Styblik <stybla@turnovfree.net> |
Add limits check in get_cmdline_macaddr()
Commit adds range check prior to cast down to uint8_t. Also, adds a bit of help text about get_cmdline_macaddr().
|
#
75843864 |
| 23-Jan-2015 |
Zdenek Styblik <stybla@turnovfree.net> |
Move all help texts into their own functions in ipmi_lanp.c
Commit moves all help texts into their own functions in order to unclutter code a bit.
|
#
45c54aad |
| 23-Jan-2015 |
Zdenek Styblik <stybla@turnovfree.net> |
Add bunch of TODO marks in ipmi_lanp.c
|
#
d36cfcb8 |
| 17-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.
|
#
0a1f5c03 |
| 22-Dec-2014 |
Zdenek Styblik <stybla@turnovfree.net> |
Replace deprecated bzero() with memset()
Commit replaces deprecated bzero() with memset().
|
#
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.
|