index
:
tteras/strongswan
master
tteras
tteras-release
tteras' strongSwan tree
gitolite
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libcharon
/
plugins
/
tnc_imv
/
tnc_imv_manager.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix deadlock in IMC/IMV managers
Tobias Brunner
2012-12-18
1
-4
/
+18
*
Properly select IMC/IMV according to given primary ID in reserve_id()
Tobias Brunner
2012-12-18
1
-1
/
+1
*
Add locking to IMC/IMV managers to add/remove IMC/IMVs on the fly
Martin Willi
2012-11-30
1
-4
/
+33
*
Add wrappers to IMC/IMV managers loading IMC/IMVs from function pointers
Martin Willi
2012-11-30
1
-1
/
+32
*
If adding an IMC/IMV fails, terminate() it only if it has been initialize()d
Martin Willi
2012-11-30
1
-13
/
+9
*
Clean up memory management when loading IMC/IMVs from files
Martin Willi
2012-11-30
1
-2
/
+0
*
Moved debug.[ch] to utils folder
Tobias Brunner
2012-10-24
1
-1
/
+1
*
Use name from initialization to access settings in libcharon.
Tobias Brunner
2012-05-03
1
-2
/
+3
*
added IMC/IMV support for send_message_long() and reserve_additional_id() fun...
Andreas Steffen
2011-12-09
1
-1
/
+4
*
added TNC_IMC_ReceiveMessageLong() and TNC_IMV_ReceiveMessageLong() support
Andreas Steffen
2011-12-08
1
-8
/
+32
*
added TNC_TNCS_ReserveAdditionalIMVID() function
Andreas Steffen
2011-12-07
1
-2
/
+26
*
added TNC_TNCC_ReportMessageTypesLong() and TNC_TNCS_ReportMessageTypesLong()...
Andreas Steffen
2011-12-06
1
-0
/
+26
*
share some code between IMC and IMV managers
Andreas Steffen
2011-10-25
1
-108
/
+17
*
refactored TNC framework
Andreas Steffen
2011-10-25
1
-3
/
+131
*
separated tncif_names from standard TCG TNC header files
Andreas Steffen
2011-06-06
1
-0
/
+1
*
make IMC/IMV pairs independent of libcharon
Andreas Steffen
2011-06-01
1
-1
/
+2
*
protection against insane IMCs and IMVs
Andreas Steffen
2011-05-11
1
-3
/
+27
*
adapted debug output
Andreas Steffen
2011-04-28
1
-1
/
+1
*
log unsupported IMC_IMV message types
Andreas Steffen
2011-04-28
1
-0
/
+6
*
log TNC PEP decision with level 0
Andreas Steffen
2011-03-25
1
-7
/
+27
*
Whitespace cleanups in tnc code
Martin Willi
2011-02-08
1
-3
/
+3
*
Add a prefix to the global visible tnc names to avoid name clashes, move to t...
Martin Willi
2011-02-08
1
-1
/
+0
*
implemented have_recommendation() based on a choice of 3 policies
Andreas Steffen
2010-11-15
1
-2
/
+9
*
log configured recommendation policy
Andreas Steffen
2010-11-14
1
-0
/
+2
*
configure recommendation policy via strongswan.conf
Andreas Steffen
2010-11-14
1
-0
/
+10
*
moved recommendation handling to the tnc_imv plugin
Andreas Steffen
2010-11-13
1
-3
/
+7
*
enforce_recommendation inserts TNC group membership rules for IKE_SA
Andreas Steffen
2010-11-10
1
-2
/
+38
*
read IMC/IMV configurations from /etc/tnc_config
Andreas Steffen
2010-11-10
1
-4
/
+3
*
implemented batch_ending() and solicit_recommendation() functions
Andreas Steffen
2010-11-09
1
-0
/
+33
*
added get_count() method to IMC/IMV managers
Andreas Steffen
2010-11-09
1
-0
/
+7
*
abort if one of the IMCs or IMVs fail to initialize
Andreas Steffen
2010-11-09
1
-3
/
+2
*
added imc/imv_manager remove method
Andreas Steffen
2010-11-09
1
-0
/
+20
*
insert IMV/IMC before providing BindFunction
Andreas Steffen
2010-11-09
1
-2
/
+3
*
tnc_imc/tnc_imv cosmetics
Andreas Steffen
2010-11-09
1
-0
/
+3
*
implemented receive_message() function
Andreas Steffen
2010-11-09
1
-0
/
+22
*
support of reportMessageTypes() function
Andreas Steffen
2010-11-09
1
-1
/
+25
*
implement IMC and IMV manager classes
Andreas Steffen
2010-11-09
1
-0
/
+129