History log of /openbmc/ipmitool/lib/ (Results 101 – 125 of 159)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
104a717623-Dec-2014 Zdenek Styblik <stybla@turnovfree.net>

ID:354 - Replace obsolete u_int with uint32_t in dimm_spd.c

0a1f5c0322-Dec-2014 Zdenek Styblik <stybla@turnovfree.net>

Replace deprecated bzero() with memset()

Commit replaces deprecated bzero() with memset().

140add9d22-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.

0562c80922-Dec-2014 Zdenek Styblik <stybla@turnovfree.net>

Cleanup if/else in ipmi_channel_main()

a87b2ccc22-Dec-2014 Zdenek Styblik <stybla@turnovfree.net>

Cleanup of code formatting in ipmi_channel.c

At least a bit.

ad77da2020-Dec-2014 Zdenek Styblik <stybla@turnovfree.net>

ID:349 - user set password - add option to choose 16/20 byte password

Commit adds option to 'user set password' to choose whether password should be
stored as 16 byte or 20 byte. From now on, it's p

ID:349 - user set password - add option to choose 16/20 byte password

Commit adds option to 'user set password' to choose whether password should be
stored as 16 byte or 20 byte. From now on, it's possible to store even 5 bytes
long password as 20 byte password which should make it useless for IPMI v1.5
auth/sessions.

show more ...

6e6a04f920-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.

befb214920-Dec-2014 Zdenek Styblik <stybla@turnovfree.net>

Create ask_password() and re-use code

Commit add function ask_password() which leads to code re-usability and shedding
couple lines of otherwise redundant code.

1d1ce49b19-Dec-2014 Zdenek Styblik <stybla@turnovfree.net>

Fix 'user help' output

Commit fixes padding of 'user help' output. Also, list of expected values of
privilege leves have been added.

50bd7d0119-Dec-2014 Zdenek Styblik <stybla@turnovfree.net>

Don't use tmp variable since it's not necessary in ipmi_user_test()

4d3decc418-Dec-2014 Zdenek Styblik <stybla@turnovfree.net>

Split ipmi_user_main() into smaller functions

Commit splits ipmi_user_main() into smaller functions. Hopefully, this will be
better than giant main() function.

f8ce85ee09-Dec-2014 Zdenek Styblik <zdenek.styblik@icflix.com>

Clenaup formatting in ipmi_user_main()

2aa5d8c909-Dec-2014 Zdenek Styblik <zdenek.styblik@icflix.com>

Code cleanup in ipmi_user_main()

This is just a tip of an iceberg, really.

3c34aa0e09-Dec-2014 Zdenek Styblik <zdenek.styblik@icflix.com>

Cleanup formatting in ipmi_user_main()

a58a627f09-Dec-2014 Zdenek Styblik <zdenek.styblik@icflix.com>

Remove trailing white-spaces in ipmi_user.c

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

7cd86aaf05-Dec-2014 Zdenek Styblik <stybla@turnovfree.net>

ID:347 - Incorrect reserved channel number

Fix validation of IPMI channel numbers according to IPMIv2.0 rev1.1 and update
documentation as well.

d671052129-Nov-2014 Zdenek Styblik <stybla@turnovfree.net>

ID:345 - Do not do several close session retries when catching SIGINT

Reduce number of retries to 1 when closing interface on SIGINT.
This reduces time needed to terminate the LAN connection.

e9c3de0329-Nov-2014 Zdenek Styblik <stybla@turnovfree.net>

ID:346 - lib/ipmi_sdradd.c ipmi_sdr_read_record has a file descriptor leak

'lib/ipmi_sdradd.c' ipmi_sdr_read_records() opens a file descriptor and never
closes it. Here is a patch in use by SGI for

ID:346 - lib/ipmi_sdradd.c ipmi_sdr_read_record has a file descriptor leak

'lib/ipmi_sdradd.c' ipmi_sdr_read_records() opens a file descriptor and never
closes it. Here is a patch in use by SGI for quite some time now. Suggested
patch attached.

show more ...

1cf65c3229-Nov-2014 Zdenek Styblik <stybla@turnovfree.net>

ID:344 - Fix HPM.2 long message support

Due to a typo in the result checking. HPM.2 long message support detection does
not work.

0eaa2eae29-Nov-2014 Zdenek Styblik <stybla@turnovfree.net>

ID:343 - Print actual sensor thresholds in 'sensors' comand

Use Get Sensor Threshold command for obtaining thresholds, since SDR records may
contain not actual threhsolds.

21fbd0e917-Oct-2014 Zdenek Styblik <stybla@turnovfree.net>

ID#340 - ipmitool sol session improperly closes on packet retry

Commit for Pat Donlin

5883764721-Sep-2014 Zdenek Styblik <stybla@turnovfree.net>

lib/ipmi_kontronoem.c - clean up formatting, code

Commit cleans up formatting in 'lib/ipmi_kontronoem.c'. Also, it adds some error
messages and fixes return codes.

5c85c7bc20-Sep-2014 Zdenek Styblik <stybla@turnovfree.net>

ID: 247 - 'sensor thresh' help output is wrong

Fix invalid help output by copy-pasting part of 'sensor thresh help'.

aa8bac2d20-Sep-2014 Zdenek Styblik <stybla@turnovfree.net>

Rename printf_sensor_get_usage() -> print_sensor_get_usage()

1234567