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


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


# 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, function

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.


# 0e99dafa 27-Jan-2015 Zdenek Styblik <stybla@turnovfree.net>

Merge commit '4c5058cdc33d6be46b3155458df3ba210ea8ad5e'


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