aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/tnc_imv
Commit message (Expand)AuthorAgeFilesLines
* implemented IMC/IMV ReceiveMessageLong functionsAndreas Steffen2011-12-091-0/+2
* added IMC/IMV support for send_message_long() and reserve_additional_id() fun...Andreas Steffen2011-12-091-1/+4
* added TNC_TNCC_GetAttribute() and TNC_TNCC_SetAttribute() functionsAndreas Steffen2011-12-081-2/+2
* added TNC_IMC_ReceiveMessageLong() and TNC_IMV_ReceiveMessageLong() supportAndreas Steffen2011-12-082-14/+35
* fixed typo in function nameAndreas Steffen2011-12-081-1/+1
* added TNC_TNCS_ReserveAdditionalIMVID() functionAndreas Steffen2011-12-073-4/+102
* 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-22/+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-108/+17
* refactored TNC frameworkAndreas Steffen2011-10-255-180/+174
* moved imv_manager to libtnccsAndreas Steffen2011-10-251-18/+46
* clear reason strings after delivering themAndreas Steffen2011-06-151-0/+16
* explicitly activate use of TNC headersAndreas Steffen2011-06-071-1/+1
* separated tncif_names from standard TCG TNC header filesAndreas Steffen2011-06-062-0/+2
* make IMC/IMV pairs independent of libcharonAndreas Steffen2011-06-013-3/+7
* use singular formAndreas Steffen2011-05-291-2/+2
* protection against insane IMCs and IMVsAndreas Steffen2011-05-112-3/+63
* terminate imc/imv that couldn't be initialized properlyAndreas Steffen2011-05-101-0/+6
* lock the set_message_types() method for imvsAndreas Steffen2011-05-091-0/+14
* adapted debug outputAndreas Steffen2011-04-282-2/+2
* log unsupported IMC_IMV message typesAndreas Steffen2011-04-281-0/+6
* list registered TNCCS message typesAndreas Steffen2011-04-281-1/+20
* 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
* log TNC PEP decision with level 0Andreas Steffen2011-03-251-7/+27
* Whitespace cleanups in tnc codeMartin Willi2011-02-084-31/+31
* Add a prefix to the global visible tnc names to avoid name clashes, move to t...Martin Willi2011-02-082-4/+4
* Fixed various doxygen errors in tnc pluginsMartin Willi2011-02-081-1/+1
* implemented create_reason_enumerator() functionAndreas Steffen2010-11-191-1/+28
* implemented request_handshake_retry() functionAndreas Steffen2010-11-191-2/+2
* added IMC and IMV IDs as arguments to send_message()Andreas Steffen2010-11-171-5/+7
* initialize chunks and add debug outputAndreas Steffen2010-11-161-1/+9
* load IMCs and IMVs with RTLD_LAZYAndreas Steffen2010-11-161-1/+1
* fixed memory leakAndreas Steffen2010-11-161-1/+1
* implement set_attribute() callback functionAndreas Steffen2010-11-161-3/+68
* implement GetAttribute() callback functionAndreas Steffen2010-11-162-0/+57
* reformulated recommendation policiesAndreas Steffen2010-11-161-67/+97
* mutex.h is not needed any moreAndreas Steffen2010-11-161-1/+0
* imv_list consists of linked imv_t instancesAndreas Steffen2010-11-161-3/+4
* implemented have_recommendation() based on a choice of 3 policiesAndreas Steffen2010-11-152-6/+141
* log configured recommendation policyAndreas Steffen2010-11-141-0/+2
* configure recommendation policy via strongswan.confAndreas Steffen2010-11-141-0/+10