aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/tnc_imv
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* re-establish null pointer if IMC/IMV manager plugin could not be installedAndreas Steffen2010-11-141-0/+1
* moved recommendation handling to the tnc_imv pluginAndreas Steffen2010-11-135-5/+179
* removed debug output in IMC bind functionsAndreas Steffen2010-11-111-1/+1
* display ID of registered IMCs/IMVsAndreas Steffen2010-11-101-1/+2
* removed debug output of tnc_imv_bind_functionsAndreas Steffen2010-11-101-5/+1
* enforce_recommendation inserts TNC group membership rules for IKE_SAAndreas Steffen2010-11-101-2/+38
* read IMC/IMV configurations from /etc/tnc_configAndreas Steffen2010-11-103-35/+144
* unload the IMCs and IMVs using dlclose()Andreas Steffen2010-11-091-14/+19
* implemented batch_ending() and solicit_recommendation() functionsAndreas Steffen2010-11-091-0/+33
* 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-092-8/+19
* implemented provide_recommendation callback functionAndreas Steffen2010-11-091-1/+2
* added imc/imv_manager remove methodAndreas Steffen2010-11-091-0/+20
* insert IMV/IMC before providing BindFunctionAndreas Steffen2010-11-092-2/+4
* tnc_imc/tnc_imv cosmeticsAndreas Steffen2010-11-092-0/+9
* implemented receive_message() functionAndreas Steffen2010-11-092-0/+50
* support of reportMessageTypes() functionAndreas Steffen2010-11-093-2/+55
* moved TNCCS callback functions into bind_function.cAndreas Steffen2010-11-093-81/+101
* implement IMC and IMV manager classesAndreas Steffen2010-11-096-31/+266
* check if optional terminate() function existsAndreas Steffen2010-11-091-1/+2
* cleaned up whitespaceAndreas Steffen2010-11-092-4/+4
* implemented IMC/IMV handlerAndreas Steffen2010-11-094-13/+196
* use DBG_TNC for TNC debugging outputAndreas Steffen2010-10-091-1/+1
* revert to standard TNCC/TNCS Initialization functionAndreas Steffen2010-10-091-8/+1
* imc/imv cosmeticsAndreas Steffen2010-10-081-1/+2
* created tnc-imc and tnc-imv pluginsAndreas Steffen2010-10-073-0/+121