aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/tnc_imc
Commit message (Collapse)AuthorAgeFilesLines
* protection against insane IMCs and IMVsAndreas Steffen2011-05-112-3/+45
|
* terminate imc/imv that couldn't be initialized properlyAndreas Steffen2011-05-101-0/+6
|
* cosmeticsAndreas Steffen2011-05-091-4/+2
|
* lock the set_message_types() methodAndreas Steffen2011-05-071-1/+17
|
* adapted debug outputAndreas Steffen2011-04-281-1/+1
|
* log unsupported IMC_IMV message typesAndreas Steffen2011-04-281-0/+6
|
* list registered TNCCS message typesAndreas Steffen2011-04-281-1/+19
|
* Revert alloc_str changesMartin Willi2011-04-211-9/+2
| | | | | | This reverts commit fdead26ffe1da8501a6ff5e0639a6f44c723e763. This reverts commit 3e2419ebe32de72d824864eb2e0e677a7c197af1. This reverts commit 17ce69b47a1efd6234960cf7d1f50712aee61db5.
* Use thread save settings alloc_str function where appropriateMartin Willi2011-04-211-2/+9
|
* Added a (not yet implemented) plugin_t method to reload plugin configurationMartin Willi2011-04-151-0/+1
|
* 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