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 | -428/+0 |
| | | | | plugins to libtnccs | ||||
* | rapid PT-TLS AR/PDP prototype | Andreas Steffen | 2013-08-15 | 1 | -2/+1 |
| | |||||
* | optionally skip dlclose() of IMCs/IMVs in order to track memory leaks | Andreas Steffen | 2012-12-09 | 1 | -1/+3 |
| | |||||
* | Add an IMC constructor taking a set of custom TNC_IMC functions | Martin Willi | 2012-11-30 | 1 | -2/+43 |
| | |||||
* | Clean up memory management when loading IMC/IMVs from files | Martin Willi | 2012-11-30 | 1 | -29/+22 |
| | |||||
* | 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 |
| | |||||
* | added IMC/IMV support for send_message_long() and reserve_additional_id() ↵ | Andreas Steffen | 2011-12-09 | 1 | -8/+12 |
| | | | | functions | ||||
* | added TNC_IMC_ReceiveMessageLong() and TNC_IMV_ReceiveMessageLong() support | Andreas Steffen | 2011-12-08 | 1 | -6/+5 |
| | |||||
* | added TNC_TNCC_ReserveAdditionalIMCID() function | Andreas Steffen | 2011-12-07 | 1 | -1/+56 |
| | |||||
* | added TNC_TNCC_ReportMessageTypesLong() and ↵ | Andreas Steffen | 2011-12-06 | 1 | -21/+117 |
| | | | | TNC_TNCS_ReportMessageTypesLong() messages | ||||
* | 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 | ||||
* | use singular form | Andreas Steffen | 2011-05-29 | 1 | -2/+2 |
| | |||||
* | cosmetics | Andreas Steffen | 2011-05-09 | 1 | -4/+2 |
| | |||||
* | lock the set_message_types() method | Andreas Steffen | 2011-05-07 | 1 | -1/+17 |
| | |||||
* | list registered TNCCS message types | Andreas Steffen | 2011-04-28 | 1 | -1/+19 |
| | |||||
* | load IMCs and IMVs with RTLD_LAZY | Andreas Steffen | 2010-11-16 | 1 | -1/+1 |
| | |||||
* | read IMC/IMV configurations from /etc/tnc_config | Andreas Steffen | 2010-11-10 | 1 | -11/+14 |
| | |||||
* | unload the IMCs and IMVs using dlclose() | Andreas Steffen | 2010-11-09 | 1 | -12/+20 |
| | |||||
* | insert IMV/IMC before providing BindFunction | Andreas Steffen | 2010-11-09 | 1 | -0/+1 |
| | |||||
* | tnc_imc/tnc_imv cosmetics | Andreas Steffen | 2010-11-09 | 1 | -0/+6 |
| | |||||
* | implemented receive_message() function | Andreas Steffen | 2010-11-09 | 1 | -0/+28 |
| | |||||
* | support of reportMessageTypes() function | Andreas Steffen | 2010-11-09 | 1 | -0/+28 |
| | |||||
* | moved TNCCS callback functions into bind_function.c | Andreas Steffen | 2010-11-09 | 1 | -65/+1 |
| | |||||
* | implemented send_message() callback function | Andreas Steffen | 2010-11-09 | 1 | -37/+3 |
| | |||||
* | implement IMC and IMV manager classes | Andreas Steffen | 2010-11-09 | 1 | -4/+106 |
| | |||||
* | cleaned up whitespace | Andreas Steffen | 2010-11-09 | 1 | -2/+2 |
| | |||||
* | implemented IMC/IMV handler | Andreas Steffen | 2010-11-09 | 1 | -0/+129 |