summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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-132-6/+5
* 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
* helper: add free_n method to handle clearing pointersPatrick Venture2018-12-241-0/+11
* cygwin: imb: Fix build error (wchar_t)Jörg Krause2018-12-071-0/+3
* lanplus: Fix segfault for truncated dcmi responsepjdhpe2018-12-061-2/+2
* lanplus: Cleanup. Refix 6dec83ff, fix be2c0c4bAlexander Amelkin2018-11-291-1/+1
* Move led color static array to source fileAlexander Amelkin2018-11-233-34/+49
* drop unused static arraysPatrick Venture2018-11-234-54/+0
* move static objects to source filePatrick Venture2018-11-2310-473/+607
* cleanup all unused-parameter warningsPatrick Venture2018-11-2322-173/+170
* use __UNUSED__ macro instead of gcc specific attributePatrick Venture2018-11-2310-25/+25
* implement __UNUSED__ macro for marking unusedPatrick Venture2018-11-231-0/+6
* Add .dirstamp to .gitignorePatrick Venture2018-11-231-0/+1
* fru: Fix processing of unspecified board mfg. dateAlexander Amelkin2018-11-162-2/+19
* [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-118-85/+36
* lan: Fix processing disabled VLANAlexander Amelkin2018-11-112-11/+34
* Make ipmitool respect system locale settingsAlexander Amelkin2018-11-081-0/+5
* Fix strftime() non-literal argument warningAlexander Amelkin2018-11-072-21/+49
* Refactor timestamp handlingAlexander Amelkin2018-11-0716-368/+486
* doc: Update manpage with new contact infoAlexander Amelkin2018-11-011-2/+9
* lanplus: RefactoringAlexander Amelkin2018-11-015-97/+151
* lanplus: Fix -C option processingAlexander Amelkin2018-11-011-8/+6
* lanplus: Auto-select 'best' cipher suite availableVernon Mauery2018-11-016-160/+296
* lanplus: Fix compile with deprecated APIs disabled.Rosen Penev2018-10-311-0/+8
* doc: Update home page linksAlexander Amelkin2018-10-012-7/+4
* doc: Update formatting of ipmitool man pageAlexander Amelkin2018-10-011-58/+113
* 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
* plugins: open: Properly enable event receiver (#35)BenjaminFair2018-09-091-3/+3
* lan: Refactoring: Remove unused functionAlexander Amelkin2018-08-211-93/+0
* strings: Refix 329ebdff: Enlarge data typeAlexander Amelkin2018-08-211-1/+1
* general: Get rid of some unused parameter warningsAlexander Amelkin2018-08-211-0/+2
* mc: guid: Implement encoding autodetectionAlexander Amelkin2018-08-214-103/+314
* mc: guid: Fix timestamp decodingAlexander Amelkin2018-08-212-10/+70
* mc: guid: Add support for non-standard encodingsAlexander Amelkin2018-08-213-49/+175
* mc: guid: Fix byte ordering to follow IPMI specAlexander Amelkin2018-08-212-12/+24
* Refactoring: optimize pointer checksAlexander Amelkin2018-08-2148-1090/+1050
* imb: Refactoring: remove duplicate codeAlexander Amelkin2018-08-211-91/+21
* Refactoring: get rid of superfluous comparisonsAlexander Amelkin2018-08-2134-232/+231
* Refactoring. Improve code reuse ratio.Alexander Amelkin2018-08-146-16/+16