History log of /openbmc/ipmitool/ (Results 126 – 150 of 1757)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
3105812a23-Dec-2014 Zdenek Styblik <stybla@turnovfree.net>

ID:354 - struct member h_addr has been replaced

Struct member h_addr has been replaced some time ago and kept for backward
compatibility. Let's reflect on this and replace it with h_addr_list[0].

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

ID:354 - uint8_t >= 0 is always true, don't test it

Commit removes test whether value is greater or equal to 0 in
is_ipmi_channel_num(), because it's always true(and it makes compiler mad).

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

ID:354 - replace/drop caddr_t in IMB

Commit replaces caddr_t in IMB driver with char *. This is a wild guess
replacement, because caddr_t doesn't have to be char *. However, it shouldn't be
used and

ID:354 - replace/drop caddr_t in IMB

Commit replaces caddr_t in IMB driver with char *. This is a wild guess
replacement, because caddr_t doesn't have to be char *. However, it shouldn't be
used and so shouldn't mmap(). So we'll have to see how things work out.

http://computer-programming-forum.com/47-c-language/556a90938d01f023.htm

show more ...

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

ID:354 - Replace obsolete u_int[0-9]+_t with standardized types in Free iface

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

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

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

Fix of previous commit - memset() expects pointer

Commit fixes replacement of bzero() with memset(). memset() expects pointer and
pointer should be given to it.

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.

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

ID:343 - Remove AC_FUNC_MALLOC

Fix cross-compile build error regarding to 'rpl_malloc'.
ipmitool actually does not need the GNU's malloc(0) behavior.
So, remove AC_FUNC_MALLOC from AC-script in orde

ID:343 - Remove AC_FUNC_MALLOC

Fix cross-compile build error regarding to 'rpl_malloc'.
ipmitool actually does not need the GNU's malloc(0) behavior.
So, remove AC_FUNC_MALLOC from AC-script in order to help
cross-compiling ipmitool without need to directly specify
ac_cv_func_malloc_0_nonnull environment variable.

show more ...

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

12345678910>>...71