summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fru: fix memory leak in ipmi_spd_print_fruVaclav Dolezal2020-05-251-16/+16
* ipmi_sel_set_time: fix strptime() return checkPavel Kiryukhin2020-05-221-1/+1
* hpm: use portable __max() in hpmfwupgJohn Levon2020-05-181-2/+3
* hpmfwupg: move variable definition to .c fileVaclav Dolezal2020-02-131-0/+2
* sel: time: fix null pointer dereference in setPavel Kiryukhin2020-02-121-1/+3
* fru, sdr: Fix id_string buffer overflowsChrostoper Ertl2020-02-042-17/+25
* lanp: Fix buffer overflows in get_lan_param_selectChrostoper Ertl2020-02-041-7/+7
* channel: Fix buffer overflowChrostoper Ertl2020-02-041-1/+4
* session: Fix buffer overflow in ipmi_get_session_infoChrostoper Ertl2020-02-041-4/+8
* fru: Fix buffer overflow in ipmi_spd_print_fruChrostoper Ertl2020-02-041-1/+8
* fru: Fix buffer overflow vulnerabilitiesChrostoper Ertl2020-02-041-2/+31
* chassis: bootmbox: Refix 62a04390Ivan Mikhaylov2020-01-231-1/+2
* ipmi_dcmi: fix typo in nm_policy_options initialization.Pavel Kiryukhin2019-11-271-1/+1
* chassis: Refactor to get rid of strncmp()Alexander Amelkin2019-11-121-53/+76
* chassis: Refactor main for centralized exitingAlexander Amelkin2019-11-121-6/+8
* chassis: bootdev: Refactor moreAlexander Amelkin2019-11-121-17/+27
* chassis: bootdev: Refactor to reduce nestingAlexander Amelkin2019-11-121-188/+205
* chassis: bootdev: Fix help message and its formattingAlexander Amelkin2019-11-121-5/+7
* chassis: bootparam/bootdev: Refactor for less magicAlexander Amelkin2019-11-121-82/+335
* oem: supermicro: Add product codes from IPMICFGAlexander Amelkin2019-11-061-1/+657
* lan: Refix 6e2b688e. Fix vlan range checking.Alexander Amelkin2019-09-051-2/+2
* user: Cleanup/refactor ipmi_user_password()Alexander Amelkin2019-09-031-26/+41
* user: Improve password length handlingG Dutton2019-09-031-17/+18
* user: Alter "set password" usage informationG Dutton2019-09-031-1/+1
* intf: Add missing function declarationsAlexander Amelkin2019-08-293-14/+0
* event: Clean up event sending from a fileAlexander Amelkin2019-07-021-57/+16
* event: Clean up the event sending codeAlexander Amelkin2019-07-021-37/+38
* event: Fix event submission via SSIFAlexander Amelkin2019-07-022-18/+60
* mc: Fix reporting of manufacturers > 64KAlexander Amelkin2019-06-181-7/+7
* Use configurable path to IANA PEN registryAlexander Amelkin2019-06-181-6/+16
* Load IANA PEN registry from a fileAlexander Amelkin2019-06-184-94/+355
* oem: name change from Newisys to Viking Enterprise Solutionsdan mcgee2019-06-111-8/+8
* chassis: Add boot initiator mailbox supportAlexander Amelkin2019-06-101-37/+472
* chassis: Use command-specific completion code parserAlexander Amelkin2019-06-101-5/+28
* Add support for command-specific completion codesAlexander Amelkin2019-06-101-12/+57
* Add a helper args2buf() functionAlexander Amelkin2019-06-101-0/+32
* create_pen_list: only print if values are setVernon Mauery2019-05-291-1/+3
* chassis: Refactor to reduce code duplicationAlexander Amelkin2019-05-281-15/+26
* chassis: Refactor to reduce code duplicationAlexander Amelkin2019-05-281-100/+69
* sdr: Fix segfault on invalid unit typesAlexander Amelkin2019-05-271-22/+50
* vendor: Add YADRO TATLIN Storage Controller IDAlexander Amelkin2019-04-171-0/+1
* Fix "ipmitool pef {status,info}" not printing final newlineVaclav Dolezal2019-04-011-0/+2
* Remove unused includeAlexander Amelkin2019-03-041-1/+0
* Fix IPMI DCMI message typoGeorge Keishing2019-02-211-4/+4
* fru: swap free() calls for free_n()Patrick Venture2019-02-131-117/+49
* fru: Fix write chunk reduction codePatrick Venture2019-02-131-1/+1
* fru: add macro FRU_AREA macrosPatrick Venture2019-02-131-6/+12
* fru: replace magic return codes with macrosPatrick Venture2019-02-131-4/+4
* fru: fix ipmi_fru_picmg_ext_edit as boolPatrick Venture2019-02-131-4/+6
* fru: use bool with ipmi_fru_oemkontron_editPatrick Venture2019-02-131-10/+12