Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved tnc-tnccs, tnc-imc, tnccs-11, tnccs-20 and tnccs-dynamic libcharon ↵ | Andreas Steffen | 2013-08-15 | 1 | -441/+0 |
| | | | | plugins to libtnccs | ||||
* | rapid PT-TLS AR/PDP prototype | Andreas Steffen | 2013-08-15 | 1 | -2/+1 |
| | |||||
* | Fix deadlock in IMC/IMV managers | Tobias Brunner | 2012-12-18 | 1 | -4/+18 |
| | | | | | | | | | Since reserve_id() might be called from e.g. notify_connection_change() using a write lock will not work as this can't be acquired while holding the read lock. Also, with the previous code it was possible that two IMCs/IMVs added by two threads at the same time would get the same ID assigned. | ||||
* | Properly select IMC/IMV according to given primary ID in reserve_id() | Tobias Brunner | 2012-12-18 | 1 | -1/+1 |
| | |||||
* | Add locking to IMC/IMV managers to add/remove IMC/IMVs on the fly | Martin Willi | 2012-11-30 | 1 | -3/+34 |
| | |||||
* | Add wrappers to IMC/IMV managers loading IMC/IMVs from function pointers | Martin Willi | 2012-11-30 | 1 | -0/+32 |
| | |||||
* | If adding an IMC/IMV fails, terminate() it only if it has been initialize()d | Martin Willi | 2012-11-30 | 1 | -12/+8 |
| | |||||
* | Clean up memory management when loading IMC/IMVs from files | Martin Willi | 2012-11-30 | 1 | -2/+0 |
| | |||||
* | Moved debug.[ch] to utils folder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | Moved data structures to new collections subfolder | Tobias Brunner | 2012-10-24 | 1 | -1/+1 |
| | |||||
* | missing references to daemon.h | Andreas Steffen | 2012-05-05 | 1 | -0/+1 |
| | |||||
* | Use name from initialization to access settings in libcharon. | Tobias Brunner | 2012-05-03 | 1 | -1/+1 |
| | | | | Also fixes several whitespace errors. | ||||
* | added IMC/IMV support for send_message_long() and reserve_additional_id() ↵ | Andreas Steffen | 2011-12-09 | 1 | -1/+4 |
| | | | | functions | ||||
* | added TNC_IMC_ReceiveMessageLong() and TNC_IMV_ReceiveMessageLong() support | Andreas Steffen | 2011-12-08 | 1 | -8/+30 |
| | |||||
* | added TNC_TNCC_ReserveAdditionalIMCID() function | Andreas Steffen | 2011-12-07 | 1 | -2/+26 |
| | |||||
* | added TNC_TNCC_ReportMessageTypesLong() and ↵ | Andreas Steffen | 2011-12-06 | 1 | -0/+26 |
| | | | | TNC_TNCS_ReportMessageTypesLong() messages | ||||
* | share some code between IMC and IMV managers | Andreas Steffen | 2011-10-25 | 1 | -116/+17 |
| | |||||
* | refactored TNC framework | Andreas Steffen | 2011-10-25 | 1 | -2/+129 |
| | |||||
* | moved imc_manager to libtnccs | Andreas Steffen | 2011-10-25 | 1 | -2/+0 |
| | |||||
* | make IMC/IMV pairs independent of libcharon | Andreas Steffen | 2011-06-01 | 1 | -1/+2 |
| | |||||
* | protection against insane IMCs and IMVs | Andreas Steffen | 2011-05-11 | 1 | -3/+27 |
| | |||||
* | 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 |
| | |||||
* | 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 |
| | |||||
* | Whitespace cleanups in tnc code | Martin Willi | 2011-02-08 | 1 | -2/+2 |
| | |||||
* | moved recommendation handling to the tnc_imv plugin | Andreas Steffen | 2010-11-13 | 1 | -7/+0 |
| | |||||
* | added get_preferred_language() to tnc_imc | Andreas Steffen | 2010-11-11 | 1 | -0/+8 |
| | |||||
* | read IMC/IMV configurations from /etc/tnc_config | Andreas Steffen | 2010-11-10 | 1 | -4/+3 |
| | |||||
* | 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 | 1 | -4/+2 |
| | |||||
* | 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 | 1 | -2/+3 |
| | |||||
* | tnc_imc/tnc_imv cosmetics | Andreas Steffen | 2010-11-09 | 1 | -0/+3 |
| | |||||
* | implemented receive_message() function | Andreas Steffen | 2010-11-09 | 1 | -0/+21 |
| | |||||
* | support of reportMessageTypes() function | Andreas Steffen | 2010-11-09 | 1 | -0/+25 |
| | |||||
* | implement IMC and IMV manager classes | Andreas Steffen | 2010-11-09 | 1 | -0/+145 |