aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/tnc_imc
Commit message (Expand)AuthorAgeFilesLines
* determine underlying IF-T transport protocolAndreas Steffen2013-02-121-1/+2
* Fix deadlock in IMC/IMV managersTobias Brunner2012-12-181-4/+18
* Properly select IMC/IMV according to given primary ID in reserve_id()Tobias Brunner2012-12-181-1/+1
* optionally skip dlclose() of IMCs/IMVs in order to track memory leaksAndreas Steffen2012-12-091-1/+3
* Add locking to IMC/IMV managers to add/remove IMC/IMVs on the flyMartin Willi2012-11-301-3/+34
* Add wrappers to IMC/IMV managers loading IMC/IMVs from function pointersMartin Willi2012-11-301-0/+32
* If adding an IMC/IMV fails, terminate() it only if it has been initialize()dMartin Willi2012-11-301-12/+8
* Add an IMV constructor taking a set of custom TNC_IMV functionsMartin Willi2012-11-301-2/+10
* Add an IMC constructor taking a set of custom TNC_IMC functionsMartin Willi2012-11-302-3/+60
* Clean up memory management when loading IMC/IMVs from filesMartin Willi2012-11-302-31/+22
* Moved debug.[ch] to utils folderTobias Brunner2012-10-243-3/+3
* Moved data structures to new collections subfolderTobias Brunner2012-10-242-2/+2
* IMCs and IMVs might depend on X.509 certificates or trusted public keysAndreas Steffen2012-06-281-0/+2
* missing references to daemon.hAndreas Steffen2012-05-052-0/+3
* Use name from initialization to access settings in libcharon.Tobias Brunner2012-05-031-1/+1
* added IMC/IMV support for send_message_long() and reserve_additional_id() fun...Andreas Steffen2011-12-092-9/+16
* added TNC_TNCC_GetAttribute() and TNC_TNCC_SetAttribute() functionsAndreas Steffen2011-12-081-0/+49
* added TNC_IMC_ReceiveMessageLong() and TNC_IMV_ReceiveMessageLong() supportAndreas Steffen2011-12-082-14/+35
* return with TNC_RESULT_SUCCESSAndreas Steffen2011-12-071-4/+5
* added TNC_TNCC_ReserveAdditionalIMCID() functionAndreas Steffen2011-12-073-3/+99
* added TNC_TNCC_SendMessageLong() and TNC_TNCS_SendMessageLong() functionsAndreas Steffen2011-12-071-1/+33
* corrected function name in error messageAndreas Steffen2011-12-071-1/+1
* added TNC_TNCC_ReportMessageTypesLong() and TNC_TNCS_ReportMessageTypesLong()...Andreas Steffen2011-12-063-21/+166
* upgraded IF-IMC/IMV inteface definitions to version 1.3Andreas Steffen2011-12-041-2/+0
* Reversed unintended commitSansar Choinyambuu2011-11-281-1/+1
* Changed the static function name in openssl_rsa_public_key objectSansar Choinyambuu2011-11-281-1/+1
* Reversed unintended commitSansar Choinyambuu2011-11-281-1/+1
* Changed the static function name in openssl_rsa_public_key objectSansar Choinyambuu2011-11-281-1/+1
* Revert "fixed integrity tests of plugins using libtls or libtnccs"Tobias Brunner2011-11-081-1/+2
* fixed integrity tests of plugins using libtls or libtnccsAndreas Steffen2011-11-021-2/+1
* share some code between IMC and IMV managersAndreas Steffen2011-10-251-116/+17
* removed unneeded includesAndreas Steffen2011-10-251-2/+0
* refactored TNC frameworkAndreas Steffen2011-10-256-173/+152
* moved imc_manager to libtnccsAndreas Steffen2011-10-256-31/+68
* explicitly activate use of TNC headersAndreas Steffen2011-06-071-1/+1
* make IMC/IMV pairs independent of libcharonAndreas Steffen2011-06-012-2/+3
* use singular formAndreas Steffen2011-05-291-2/+2
* 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
* 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
* Whitespace cleanups in tnc codeMartin Willi2011-02-081-2/+2
* Fixed various doxygen errors in tnc pluginsMartin Willi2011-02-081-1/+1