aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/tnc_imc/tnc_imc_manager.c
Commit message (Expand)AuthorAgeFilesLines
* added IMC/IMV support for send_message_long() and reserve_additional_id() fun...Andreas Steffen2011-12-091-1/+4
* added TNC_IMC_ReceiveMessageLong() and TNC_IMV_ReceiveMessageLong() supportAndreas Steffen2011-12-081-8/+30
* added TNC_TNCC_ReserveAdditionalIMCID() functionAndreas Steffen2011-12-071-2/+26
* added TNC_TNCC_ReportMessageTypesLong() and TNC_TNCS_ReportMessageTypesLong()...Andreas Steffen2011-12-061-0/+26
* share some code between IMC and IMV managersAndreas Steffen2011-10-251-116/+17
* refactored TNC frameworkAndreas Steffen2011-10-251-2/+129
* moved imc_manager to libtnccsAndreas Steffen2011-10-251-2/+0
* make IMC/IMV pairs independent of libcharonAndreas Steffen2011-06-011-1/+2
* protection against insane IMCs and IMVsAndreas Steffen2011-05-111-3/+27
* adapted debug outputAndreas Steffen2011-04-281-1/+1
* log unsupported IMC_IMV message typesAndreas Steffen2011-04-281-0/+6
* Revert alloc_str changesMartin Willi2011-04-211-9/+2
* Use thread save settings alloc_str function where appropriateMartin Willi2011-04-211-2/+9
* Whitespace cleanups in tnc codeMartin Willi2011-02-081-2/+2
* moved recommendation handling to the tnc_imv pluginAndreas Steffen2010-11-131-7/+0
* added get_preferred_language() to tnc_imcAndreas Steffen2010-11-111-0/+8
* read IMC/IMV configurations from /etc/tnc_configAndreas Steffen2010-11-101-4/+3
* implemented batch_ending() and solicit_recommendation() functionsAndreas Steffen2010-11-091-0/+18
* added get_count() method to IMC/IMV managersAndreas Steffen2010-11-091-0/+7
* abort if one of the IMCs or IMVs fail to initializeAndreas Steffen2010-11-091-4/+2
* added imc/imv_manager remove methodAndreas Steffen2010-11-091-0/+20
* insert IMV/IMC before providing BindFunctionAndreas Steffen2010-11-091-2/+3
* tnc_imc/tnc_imv cosmeticsAndreas Steffen2010-11-091-0/+3
* implemented receive_message() functionAndreas Steffen2010-11-091-0/+21
* support of reportMessageTypes() functionAndreas Steffen2010-11-091-0/+25
* implement IMC and IMV manager classesAndreas Steffen2010-11-091-0/+145