aboutsummaryrefslogtreecommitdiffstats
path: root/src/libtnccs/plugins/tnccs_11
Commit message (Collapse)AuthorAgeFilesLines
* libtnccs: Fixed memory leak of global variables in libxml2Andreas Steffen2017-05-291-1/+4
|
* Use standard unsigned integer typesAndreas Steffen2016-03-241-5/+5
|
* libtnccs: Set apidoc category to libtnccs and move pluginsTobias Brunner2015-03-251-1/+1
|
* Make access requestor IP address available to TNC serverAndreas Steffen2015-03-082-20/+52
|
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-041-1/+1
|
* enum: Return boolean result for enum_from_name() lookupMartin Willi2014-05-162-6/+5
| | | | | | | | | | | 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/+1
|
* Keep a copy of the tnccs instance for PT-TLS handoverAndreas Steffen2013-10-091-7/+33
|
* Extract client identity and authentication type from SASL authenticationAndreas Steffen2013-08-151-0/+8
|
* moved tnc_imv plugin to libtnccs thanks to recommendation callback functionAndreas Steffen2013-08-152-7/+12
|
* Moved tnc-tnccs, tnc-imc, tnccs-11, tnccs-20 and tnccs-dynamic libcharon ↵Andreas Steffen2013-08-1521-0/+2943
plugins to libtnccs