summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Make ipmitool respect system locale settingsAlexander Amelkin2018-11-081-0/+5
* Fix strftime() non-literal argument warningAlexander Amelkin2018-11-071-19/+45
* Refactor timestamp handlingAlexander Amelkin2018-11-0711-363/+391
* lanplus: RefactoringAlexander Amelkin2018-11-011-64/+100
* lanplus: Fix -C option processingAlexander Amelkin2018-11-011-8/+6
* lanplus: Auto-select 'best' cipher suite availableVernon Mauery2018-11-012-128/+123
* sensor: Refactor ipmi_sensor_print_fc_threshold()eyjhbb@gmail.com2018-09-251-151/+182
* sensor: Add support for csv outputeyjhbb@gmail.com2018-09-251-24/+69
* general: Get rid of some unused parameter warningsAlexander Amelkin2018-08-211-0/+2
* mc: guid: Implement encoding autodetectionAlexander Amelkin2018-08-212-85/+233
* mc: guid: Fix timestamp decodingAlexander Amelkin2018-08-211-10/+51
* mc: guid: Add support for non-standard encodingsAlexander Amelkin2018-08-211-39/+89
* mc: guid: Fix byte ordering to follow IPMI specAlexander Amelkin2018-08-211-7/+14
* Refactoring: optimize pointer checksAlexander Amelkin2018-08-2137-956/+917
* Refactoring: get rid of superfluous comparisonsAlexander Amelkin2018-08-2129-217/+216
* Refactoring. Improve code reuse ratio.Alexander Amelkin2018-08-142-9/+8
* general: Fix several misspellingsThorsten Horstmann2018-08-0621-107/+107