aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/tnc_imc
Commit message (Collapse)AuthorAgeFilesLines
...
* Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ↵Martin Willi2011-04-151-0/+7
| | | | over plugin_t
* Whitespace cleanups in tnc codeMartin Willi2011-02-081-2/+2
|
* Fixed various doxygen errors in tnc pluginsMartin Willi2011-02-081-1/+1
|
* implemented request_handshake_retry() functionAndreas Steffen2010-11-191-2/+2
|
* added IMC and IMV IDs as arguments to send_message()Andreas Steffen2010-11-171-5/+7
|
* load IMCs and IMVs with RTLD_LAZYAndreas Steffen2010-11-161-1/+1
|
* re-establish null pointer if IMC/IMV manager plugin could not be installedAndreas Steffen2010-11-141-0/+1
|
* moved recommendation handling to the tnc_imv pluginAndreas Steffen2010-11-131-7/+0
|
* removed debug output in IMC bind functionsAndreas Steffen2010-11-111-5/+2
|
* added get_preferred_language() to tnc_imcAndreas Steffen2010-11-112-6/+11
|
* display ID of registered IMCs/IMVsAndreas Steffen2010-11-101-1/+2
|
* read IMC/IMV configurations from /etc/tnc_configAndreas Steffen2010-11-103-37/+144
|
* unload the IMCs and IMVs using dlclose()Andreas Steffen2010-11-091-12/+20
|
* implemented batch_ending() and solicit_recommendation() functionsAndreas Steffen2010-11-091-0/+18
|
* added get_count() method to IMC/IMV managersAndreas Steffen2010-11-091-0/+7
|
* abort if one of the IMCs or IMVs fail to initializeAndreas Steffen2010-11-092-9/+18
|
* added imc/imv_manager remove methodAndreas Steffen2010-11-091-0/+20
|
* insert IMV/IMC before providing BindFunctionAndreas Steffen2010-11-092-2/+4
|
* tnc_imc/tnc_imv cosmeticsAndreas Steffen2010-11-092-0/+9
|
* implemented receive_message() functionAndreas Steffen2010-11-092-0/+49
|
* support of reportMessageTypes() functionAndreas Steffen2010-11-093-1/+55
|
* moved TNCCS callback functions into bind_function.cAndreas Steffen2010-11-093-66/+85
|
* implemented send_message() callback functionAndreas Steffen2010-11-091-37/+3
|
* implement IMC and IMV manager classesAndreas Steffen2010-11-096-32/+294
|
* check if optional terminate() function existsAndreas Steffen2010-11-091-1/+2
|
* cleaned up whitespaceAndreas Steffen2010-11-092-6/+5
|
* implemented IMC/IMV handlerAndreas Steffen2010-11-094-13/+202
|
* use DBG_TNC for TNC debugging outputAndreas Steffen2010-10-091-1/+1
|
* revert to standard TNCC/TNCS Initialization functionAndreas Steffen2010-10-091-9/+1
|
* imc/imv cosmeticsAndreas Steffen2010-10-081-3/+5
|
* created tnc-imc and tnc-imv pluginsAndreas Steffen2010-10-073-0/+124