summaryrefslogtreecommitdiff
path: root/src/plugins
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
* 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
* 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-103-7/+6
* Refactor string comparisonsJiang Junyu2020-06-103-6/+6
* 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-237-38/+43
* 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
* 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-219-104/+101
* imb: Refactoring: remove duplicate codeAlexander Amelkin2018-08-211-91/+21
* Refactoring: get rid of superfluous comparisonsAlexander Amelkin2018-08-214-12/+12
* Refactoring. Improve code reuse ratio.Alexander Amelkin2018-08-142-5/+5
* general: Fix several misspellingsThorsten Horstmann2018-08-0610-26/+26
* lanplus: Make byteswapping genericAlexander Amelkin2018-08-011-77/+18
* 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-257-10/+0
* 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
* ID:461 - Make compiler happier about changes related to OpenSSL 1.1Zdenek Styblik2017-01-151-2/+2
* ID:461 - OpenSSL 1.1 compatibility - "error: storage size of 'ctx' isn't known"Dennis Schridde2016-11-301-14/+14
* ID: 38 - Protocol violating SOL retries when talking to SIMSO-HTCZdenek Styblik2016-08-211-0/+5
* Rewrite code with the notion that Kg is binary data, not stringDmitry Rakhchev2016-07-311-8/+2
* Fix warning for buf2str argumentDmitry Rakhchev2016-07-311-1/+1