aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/tnc_imv/tnc_imv_manager.c
Commit message (Collapse)AuthorAgeFilesLines
* moved tnc_imv plugin to libtnccs thanks to recommendation callback functionAndreas Steffen2013-08-151-530/+0
|
* Fix deadlock in IMC/IMV managersTobias Brunner2012-12-181-4/+18
| | | | | | | | | Since reserve_id() might be called from e.g. notify_connection_change() using a write lock will not work as this can't be acquired while holding the read lock. Also, with the previous code it was possible that two IMCs/IMVs added by two threads at the same time would get the same ID assigned.
* Properly select IMC/IMV according to given primary ID in reserve_id()Tobias Brunner2012-12-181-1/+1
|
* Add locking to IMC/IMV managers to add/remove IMC/IMVs on the flyMartin Willi2012-11-301-4/+33
|
* Add wrappers to IMC/IMV managers loading IMC/IMVs from function pointersMartin Willi2012-11-301-1/+32
|
* If adding an IMC/IMV fails, terminate() it only if it has been initialize()dMartin Willi2012-11-301-13/+9
|
* Clean up memory management when loading IMC/IMVs from filesMartin Willi2012-11-301-2/+0
|
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
|
* Use name from initialization to access settings in libcharon.Tobias Brunner2012-05-031-2/+3
| | | | Also fixes several whitespace errors.
* added IMC/IMV support for send_message_long() and reserve_additional_id() ↵Andreas Steffen2011-12-091-1/+4
| | | | functions
* added TNC_IMC_ReceiveMessageLong() and TNC_IMV_ReceiveMessageLong() supportAndreas Steffen2011-12-081-8/+32
|
* added TNC_TNCS_ReserveAdditionalIMVID() functionAndreas Steffen2011-12-071-2/+26
|
* added TNC_TNCC_ReportMessageTypesLong() and ↵Andreas Steffen2011-12-061-0/+26
| | | | TNC_TNCS_ReportMessageTypesLong() messages
* share some code between IMC and IMV managersAndreas Steffen2011-10-251-108/+17
|
* refactored TNC frameworkAndreas Steffen2011-10-251-3/+131
|
* separated tncif_names from standard TCG TNC header filesAndreas Steffen2011-06-061-0/+1
|
* 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
|
* log TNC PEP decision with level 0Andreas Steffen2011-03-251-7/+27
|
* Whitespace cleanups in tnc codeMartin Willi2011-02-081-3/+3
|
* Add a prefix to the global visible tnc names to avoid name clashes, move to ↵Martin Willi2011-02-081-1/+0
| | | | tncifimv
* implemented have_recommendation() based on a choice of 3 policiesAndreas Steffen2010-11-151-2/+9
|
* log configured recommendation policyAndreas Steffen2010-11-141-0/+2
|
* configure recommendation policy via strongswan.confAndreas Steffen2010-11-141-0/+10
|
* moved recommendation handling to the tnc_imv pluginAndreas Steffen2010-11-131-3/+7
|
* 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-101-4/+3
|
* 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-091-3/+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/+22
|
* support of reportMessageTypes() functionAndreas Steffen2010-11-091-1/+25
|
* implement IMC and IMV manager classesAndreas Steffen2010-11-091-0/+129