summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fru: change ipmi_fru_query_new_value to return boolPatrick Venture2019-02-131-5/+5
* fru: mark ipmi_fru_query_new_value as staticPatrick Venture2019-02-131-1/+3
* fru: add fru_cc_rq2big helper method for code checksPatrick Venture2019-02-131-11/+10
* fru: cleanup ipmi_fru_upg_ekeyingPatrick Venture2019-02-131-28/+21
* fru: use ipmi_cc defined maros for return codesPatrick Venture2019-02-131-8/+16
* fru: drop extraneous parentheses on negative returnsPatrick Venture2019-02-131-63/+62
* fru: delete unused variable matchInstancePatrick Venture2019-02-131-3/+0
* fru: cleanup ipmi_fru_oemkontron_getPatrick Venture2019-02-131-82/+81
* fru: fixup array bounds checkingPatrick Venture2019-02-131-6/+3
* hpm: Adhere to centralized exitingJosef Moellers2019-01-241-7/+10
* hpm: Minor refactoringJosef Moellers2019-01-241-7/+3
* hpm: Fix resource leakJosef Moellers2019-01-241-0/+1
* sol: Make interface timeout obey the -N optionAlexander Amelkin2018-12-281-3/+0
* Move led color static array to source fileAlexander Amelkin2018-11-232-22/+48
* move static objects to source filePatrick Venture2018-11-235-0/+607
* cleanup all unused-parameter warningsPatrick Venture2018-11-2311-121/+111
* use __UNUSED__ macro instead of gcc specific attributePatrick Venture2018-11-231-1/+1
* fru: Fix processing of unspecified board mfg. dateAlexander Amelkin2018-11-161-1/+5
* [compiler-warnings-fixes] use correct fall through commentVernon Mauery2018-11-111-3/+3
* [compiler-warnings-fixes] ipmi_start_daemon: check return valuesVernon Mauery2018-11-111-4/+20
* [compiler-warnings-fixes] ipmi_sdr.c: remove unused function parametersVernon Mauery2018-11-116-70/+28
* lan: Fix processing disabled VLANAlexander Amelkin2018-11-111-11/+27