Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | protection against insane IMCs and IMVs | Andreas Steffen | 2011-05-11 | 2 | -3/+45 |
| | |||||
* | terminate imc/imv that couldn't be initialized properly | Andreas Steffen | 2011-05-10 | 1 | -0/+6 |
| | |||||
* | cosmetics | Andreas Steffen | 2011-05-09 | 1 | -4/+2 |
| | |||||
* | lock the set_message_types() method | Andreas Steffen | 2011-05-07 | 1 | -1/+17 |
| | |||||
* | adapted debug output | Andreas Steffen | 2011-04-28 | 1 | -1/+1 |
| | |||||
* | log unsupported IMC_IMV message types | Andreas Steffen | 2011-04-28 | 1 | -0/+6 |
| | |||||
* | list registered TNCCS message types | Andreas Steffen | 2011-04-28 | 1 | -1/+19 |
| | |||||
* | Revert alloc_str changes | Martin Willi | 2011-04-21 | 1 | -9/+2 |
| | | | | | | This reverts commit fdead26ffe1da8501a6ff5e0639a6f44c723e763. This reverts commit 3e2419ebe32de72d824864eb2e0e677a7c197af1. This reverts commit 17ce69b47a1efd6234960cf7d1f50712aee61db5. | ||||
* | Use thread save settings alloc_str function where appropriate | Martin Willi | 2011-04-21 | 1 | -2/+9 |
| | |||||
* | Added a (not yet implemented) plugin_t method to reload plugin configuration | Martin Willi | 2011-04-15 | 1 | -0/+1 |
| | |||||
* | Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ↵ | Martin Willi | 2011-04-15 | 1 | -0/+7 |
| | | | | over plugin_t | ||||
* | Whitespace cleanups in tnc code | Martin Willi | 2011-02-08 | 1 | -2/+2 |
| | |||||
* | Fixed various doxygen errors in tnc plugins | Martin Willi | 2011-02-08 | 1 | -1/+1 |
| | |||||
* | implemented request_handshake_retry() function | Andreas Steffen | 2010-11-19 | 1 | -2/+2 |
| | |||||
* | added IMC and IMV IDs as arguments to send_message() | Andreas Steffen | 2010-11-17 | 1 | -5/+7 |
| | |||||
* | load IMCs and IMVs with RTLD_LAZY | Andreas Steffen | 2010-11-16 | 1 | -1/+1 |
| | |||||
* | re-establish null pointer if IMC/IMV manager plugin could not be installed | Andreas Steffen | 2010-11-14 | 1 | -0/+1 |
| | |||||
* | moved recommendation handling to the tnc_imv plugin | Andreas Steffen | 2010-11-13 | 1 | -7/+0 |
| | |||||
* | removed debug output in IMC bind functions | Andreas Steffen | 2010-11-11 | 1 | -5/+2 |
| | |||||
* | added get_preferred_language() to tnc_imc | Andreas Steffen | 2010-11-11 | 2 | -6/+11 |
| | |||||
* | display ID of registered IMCs/IMVs | Andreas Steffen | 2010-11-10 | 1 | -1/+2 |
| | |||||
* | read IMC/IMV configurations from /etc/tnc_config | Andreas Steffen | 2010-11-10 | 3 | -37/+144 |
| | |||||
* | unload the IMCs and IMVs using dlclose() | Andreas Steffen | 2010-11-09 | 1 | -12/+20 |
| | |||||
* | implemented batch_ending() and solicit_recommendation() functions | Andreas Steffen | 2010-11-09 | 1 | -0/+18 |
| | |||||
* | added get_count() method to IMC/IMV managers | Andreas Steffen | 2010-11-09 | 1 | -0/+7 |
| | |||||
* | abort if one of the IMCs or IMVs fail to initialize | Andreas Steffen | 2010-11-09 | 2 | -9/+18 |
| | |||||
* | added imc/imv_manager remove method | Andreas Steffen | 2010-11-09 | 1 | -0/+20 |
| | |||||
* | insert IMV/IMC before providing BindFunction | Andreas Steffen | 2010-11-09 | 2 | -2/+4 |
| | |||||
* | tnc_imc/tnc_imv cosmetics | Andreas Steffen | 2010-11-09 | 2 | -0/+9 |
| | |||||
* | implemented receive_message() function | Andreas Steffen | 2010-11-09 | 2 | -0/+49 |
| | |||||
* | support of reportMessageTypes() function | Andreas Steffen | 2010-11-09 | 3 | -1/+55 |
| | |||||
* | moved TNCCS callback functions into bind_function.c | Andreas Steffen | 2010-11-09 | 3 | -66/+85 |
| | |||||
* | implemented send_message() callback function | Andreas Steffen | 2010-11-09 | 1 | -37/+3 |
| | |||||
* | implement IMC and IMV manager classes | Andreas Steffen | 2010-11-09 | 6 | -32/+294 |
| | |||||
* | check if optional terminate() function exists | Andreas Steffen | 2010-11-09 | 1 | -1/+2 |
| | |||||
* | cleaned up whitespace | Andreas Steffen | 2010-11-09 | 2 | -6/+5 |
| | |||||
* | implemented IMC/IMV handler | Andreas Steffen | 2010-11-09 | 4 | -13/+202 |
| | |||||
* | use DBG_TNC for TNC debugging output | Andreas Steffen | 2010-10-09 | 1 | -1/+1 |
| | |||||
* | revert to standard TNCC/TNCS Initialization function | Andreas Steffen | 2010-10-09 | 1 | -9/+1 |
| | |||||
* | imc/imv cosmetics | Andreas Steffen | 2010-10-08 | 1 | -3/+5 |
| | |||||
* | created tnc-imc and tnc-imv plugins | Andreas Steffen | 2010-10-07 | 3 | -0/+124 |