aboutsummaryrefslogtreecommitdiffstats
path: root/src/libtnccs/plugins/tnc_imv/tnc_imv_manager.c
Commit message (Collapse)AuthorAgeFilesLines
* 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-121-1/+2
|
* 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-151-0/+470