summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* lanplus: Realloc the msg if the payload_length gets updatedTom Tung2023-01-052-0/+21
* zero initialize the recv structure on the stackPatrick Venture2022-02-051-1/+1
* zero initialize the recv structure on the stackPatrick Venture2022-02-051-1/+1
* Fix compile errorPatrick Huesmann2021-09-151-1/+1
* Refactor bridging level detection to dedicated functionPatrick Huesmann2021-09-153-32/+29
* Fix double bridge detection in get_max_(req|rsp)_data_size()Patrick Huesmann2021-09-151-4/+6
* Use /run instead of /var/runThomas Renninger2021-06-221-3/+3
* Fix compiler warningAlexander Amelkin2021-04-211-8/+24
* Fix compiler warningAlexander Amelkin2021-04-212-4/+0
* Fix compiler warningAlexander Amelkin2021-04-213-17/+18
* free: Fix implicit function declarationsBing-Hua Wang2021-04-081-0/+2
* Use "#pragma once" for headersBing-Hua Wang2021-04-0816-67/+18
* imbapi: replace __FUNCTION__ to eleminate compiler warningsHeiko Thiery2020-10-041-33/+33
* lanplus: remove unused variableHeiko Thiery2020-10-041-2/+0
* Finalize refactoring of string comparisonsAlexander Amelkin2020-06-105-27/+24
* Refactor string comparisonsJiang Junyu2020-06-105-36/+36
* lanplus: Fix embedded bridged responses handlingDawid Frycki2019-07-011-6/+3
* dbus: Replace obsolete INCLUDES with AM_CPPFLAGSAlexander Amelkin2019-06-131-1/+1
* Add mechanism to configure to set the default interfaceVernon Mauery2019-04-162-4/+25
* add OpenBMC D-Bus interfaceVernon Mauery2019-04-154-2/+290
* 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
* 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
* drop unused static arraysPatrick Venture2018-11-234-54/+0
* cleanup all unused-parameter warningsPatrick Venture2018-11-239-42/+50
* use __UNUSED__ macro instead of gcc specific attributePatrick Venture2018-11-234-6/+6
* [compiler-warnings-fixes] ipmi_sdr.c: remove unused function parametersVernon Mauery2018-11-111-1/+1
* Refactor timestamp handlingAlexander Amelkin2018-11-072-3/+0
* lanplus: RefactoringAlexander Amelkin2018-11-012-22/+35
* lanplus: Auto-select 'best' cipher suite availableVernon Mauery2018-11-012-30/+89
* lanplus: Fix compile with deprecated APIs disabled.Rosen Penev2018-10-311-0/+8
* plugins: open: Properly enable event receiver (#35)BenjaminFair2018-09-091-3/+3
* lan: Refactoring: Remove unused functionAlexander Amelkin2018-08-211-93/+0
* Refactoring: optimize pointer checksAlexander Amelkin2018-08-2111-134/+133
* imb: Refactoring: remove duplicate codeAlexander Amelkin2018-08-211-91/+21
* Refactoring: get rid of superfluous comparisonsAlexander Amelkin2018-08-215-15/+15
* Refactoring. Improve code reuse ratio.Alexander Amelkin2018-08-142-5/+5
* general: Fix several misspellingsThorsten Horstmann2018-08-0611-30/+30
* lanplus: Make byteswapping genericAlexander Amelkin2018-08-011-77/+18
* oem: Add basic support for Quantaqctbmc2018-07-281-0/+1
* intf: Refactoring. Remove unused sendrsp()Alexander Amelkin2018-07-271-38/+0
* dummy: Add default dummy socketAlexander Amelkin2018-07-272-9/+5
* Refactoring. Remove useless feature test macros.Alexander Amelkin2018-07-259-15/+0
* Add an option to display all dates in UTCNagaraju Goruganti2018-07-192-0/+2
* plugins/open: Fix for interrupted selectWilliam A. Kennington III2018-06-161-1/+3
* ID:480 - Call EVP_CIPHER_CTX_free() instead of EVP_CIPHER_CTX_cleanup()Holger Liebig2017-04-041-21/+23
* ID:480 - ipmitool coredumps in EVP_CIPHER_CTX_initZdenek Styblik2017-03-261-4/+10