aboutsummaryrefslogtreecommitdiffstats
path: root/src/libtnccs/plugins/tnc_imv
Commit message (Collapse)AuthorAgeFilesLines
* libtnccs: Optionally use RTLD_NOW to load IMC/IMVs with dlopen()Tobias Brunner2015-11-091-1/+7
|
* libtnccs: Set apidoc category to libtnccs and move pluginsTobias Brunner2015-03-251-1/+1
|
* tnc-imc/imv: Don't include <dlfcn.h> on WindowsMartin Willi2014-06-041-0/+2
|
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-041-1/+1
|
* enum: Return boolean result for enum_from_name() lookupMartin Willi2014-05-161-6/+7
| | | | | | | | | | | Handling the result for enum_from_name() is difficult, as checking for negative return values requires a cast if the enum type is unsigned. The new signature clearly differentiates lookup result from lookup value. Further, this actually allows to convert real -1 enum values, which could not be distinguished from "not-found" and the -1 return value. This also fixes several clang warnings where enums are unsigned.
* libtnccs: Move settings to <ns>.tnc and <ns>.plugins with fallbackTobias Brunner2014-02-122-2/+3
|
* tnccs: Use chunk_map() instead of non-portable mmap()Martin Willi2014-01-231-1/+0
|
* moved tnc_imv plugin to libtnccs thanks to recommendation callback functionAndreas Steffen2013-08-1510-0/+1820