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 | 8 | -1329/+0 |
| | | | | plugins to libtnccs | ||||
* | rapid PT-TLS AR/PDP prototype | Andreas Steffen | 2013-08-15 | 2 | -4/+2 |
| | |||||
* | automake: replace INCLUDES by AM_CPPFLAGS | Martin Willi | 2013-07-18 | 1 | -4/+3 |
| | | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only. | ||||
* | determine underlying IF-T transport protocol | Andreas Steffen | 2013-02-12 | 1 | -1/+2 |
| | |||||
* | 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 |
| | |||||
* | optionally skip dlclose() of IMCs/IMVs in order to track memory leaks | Andreas Steffen | 2012-12-09 | 1 | -1/+3 |
| | |||||
* | 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 |
| | |||||
* | Add an IMV constructor taking a set of custom TNC_IMV functions | Martin Willi | 2012-11-30 | 1 | -2/+10 |
| | |||||
* | Add an IMC constructor taking a set of custom TNC_IMC functions | Martin Willi | 2012-11-30 | 2 | -3/+60 |
| | |||||
* | Clean up memory management when loading IMC/IMVs from files | Martin Willi | 2012-11-30 | 2 | -31/+22 |
| | |||||
* | Moved debug.[ch] to utils folder | Tobias Brunner | 2012-10-24 | 3 | -3/+3 |
| | |||||
* | Moved data structures to new collections subfolder | Tobias Brunner | 2012-10-24 | 2 | -2/+2 |
| | |||||
* | IMCs and IMVs might depend on X.509 certificates or trusted public keys | Andreas Steffen | 2012-06-28 | 1 | -0/+2 |
| | |||||
* | missing references to daemon.h | Andreas Steffen | 2012-05-05 | 2 | -0/+3 |
| | |||||
* | 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 | 2 | -9/+16 |
| | | | | functions | ||||
* | added TNC_TNCC_GetAttribute() and TNC_TNCC_SetAttribute() functions | Andreas Steffen | 2011-12-08 | 1 | -0/+49 |
| | |||||
* | added TNC_IMC_ReceiveMessageLong() and TNC_IMV_ReceiveMessageLong() support | Andreas Steffen | 2011-12-08 | 2 | -14/+35 |
| | |||||
* | return with TNC_RESULT_SUCCESS | Andreas Steffen | 2011-12-07 | 1 | -4/+5 |
| | |||||
* | added TNC_TNCC_ReserveAdditionalIMCID() function | Andreas Steffen | 2011-12-07 | 3 | -3/+99 |
| | |||||
* | added TNC_TNCC_SendMessageLong() and TNC_TNCS_SendMessageLong() functions | Andreas Steffen | 2011-12-07 | 1 | -1/+33 |
| | |||||
* | corrected function name in error message | Andreas Steffen | 2011-12-07 | 1 | -1/+1 |
| | |||||
* | added TNC_TNCC_ReportMessageTypesLong() and ↵ | Andreas Steffen | 2011-12-06 | 3 | -21/+166 |
| | | | | TNC_TNCS_ReportMessageTypesLong() messages | ||||
* | upgraded IF-IMC/IMV inteface definitions to version 1.3 | Andreas Steffen | 2011-12-04 | 1 | -2/+0 |
| | |||||
* | Reversed unintended commit | Sansar Choinyambuu | 2011-11-28 | 1 | -1/+1 |
| | |||||
* | Changed the static function name in openssl_rsa_public_key object | Sansar Choinyambuu | 2011-11-28 | 1 | -1/+1 |
| | | | | Removed unused chunk variable from PTS verify_quote_signature function | ||||
* | Reversed unintended commit | Sansar Choinyambuu | 2011-11-28 | 1 | -1/+1 |
| | |||||
* | Changed the static function name in openssl_rsa_public_key object | Sansar Choinyambuu | 2011-11-28 | 1 | -1/+1 |
| | | | | Removed unused chunk variable from PTS verify_quote_signature function | ||||
* | Revert "fixed integrity tests of plugins using libtls or libtnccs" | Tobias Brunner | 2011-11-08 | 1 | -1/+2 |
| | | | | | This reverts commit b597ac4a4cbcd9197b886d743c75d58293264580 (not completely). | ||||
* | fixed integrity tests of plugins using libtls or libtnccs | Andreas Steffen | 2011-11-02 | 1 | -2/+1 |
| | |||||
* | share some code between IMC and IMV managers | Andreas Steffen | 2011-10-25 | 1 | -116/+17 |
| | |||||
* | removed unneeded includes | Andreas Steffen | 2011-10-25 | 1 | -2/+0 |
| | |||||
* | refactored TNC framework | Andreas Steffen | 2011-10-25 | 6 | -173/+152 |
| | |||||
* | moved imc_manager to libtnccs | Andreas Steffen | 2011-10-25 | 6 | -31/+68 |
| | |||||
* | explicitly activate use of TNC headers | Andreas Steffen | 2011-06-07 | 1 | -1/+1 |
| | |||||
* | make IMC/IMV pairs independent of libcharon | Andreas Steffen | 2011-06-01 | 2 | -2/+3 |
| | |||||
* | use singular form | Andreas Steffen | 2011-05-29 | 1 | -2/+2 |
| | |||||
* | 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 |
| |