summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fru: Reduce duplicate codecodefactorAlexander Amelkin2019-03-071-136/+66
* Remove unused includeAlexander Amelkin2019-03-041-1/+0
* Fix IPMI DCMI message typoGeorge Keishing2019-02-211-4/+4
* open: swap free() calls for free_n()Patrick Venture2019-02-201-28/+7
* open: checking received msg id against expectationPatrick Venture2019-02-201-35/+48
* open: fix whitespacePatrick Venture2019-02-201-179/+190
* Refactor free_n() functionAlexander Amelkin2019-02-201-4/+7
* 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 header: add return error codes specific to fruPatrick Venture2019-02-131-0/+5
* 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-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