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_imc
Commit message (
Expand
)
Author
Age
Files
Lines
*
determine underlying IF-T transport protocol
Andreas Steffen
2013-02-12
1
-1
/
+2
*
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
*
optionally skip dlclose() of IMCs/IMVs in order to track memory leaks
Andreas Steffen
2012-12-09
1
-1
/
+3
*
Add locking to IMC/IMV managers to add/remove IMC/IMVs on the fly
Martin Willi
2012-11-30
1
-3
/
+34
*
Add wrappers to IMC/IMV managers loading IMC/IMVs from function pointers
Martin Willi
2012-11-30
1
-0
/
+32
*
If adding an IMC/IMV fails, terminate() it only if it has been initialize()d
Martin Willi
2012-11-30
1
-12
/
+8
*
Add an IMV constructor taking a set of custom TNC_IMV functions
Martin Willi
2012-11-30
1
-2
/
+10
*
Add an IMC constructor taking a set of custom TNC_IMC functions
Martin Willi
2012-11-30
2
-3
/
+60
*
Clean up memory management when loading IMC/IMVs from files
Martin Willi
2012-11-30
2
-31
/
+22
*
Moved debug.[ch] to utils folder
Tobias Brunner
2012-10-24
3
-3
/
+3
*
Moved data structures to new collections subfolder
Tobias Brunner
2012-10-24
2
-2
/
+2
*
IMCs and IMVs might depend on X.509 certificates or trusted public keys
Andreas Steffen
2012-06-28
1
-0
/
+2
*
missing references to daemon.h
Andreas Steffen
2012-05-05
2
-0
/
+3
*
Use name from initialization to access settings in libcharon.
Tobias Brunner
2012-05-03
1
-1
/
+1
*
added IMC/IMV support for send_message_long() and reserve_additional_id() fun...
Andreas Steffen
2011-12-09
2
-9
/
+16
*
added TNC_TNCC_GetAttribute() and TNC_TNCC_SetAttribute() functions
Andreas Steffen
2011-12-08
1
-0
/
+49
*
added TNC_IMC_ReceiveMessageLong() and TNC_IMV_ReceiveMessageLong() support
Andreas Steffen
2011-12-08
2
-14
/
+35
*
return with TNC_RESULT_SUCCESS
Andreas Steffen
2011-12-07
1
-4
/
+5
*
added TNC_TNCC_ReserveAdditionalIMCID() function
Andreas Steffen
2011-12-07
3
-3
/
+99
*
added TNC_TNCC_SendMessageLong() and TNC_TNCS_SendMessageLong() functions
Andreas Steffen
2011-12-07
1
-1
/
+33
*
corrected function name in error message
Andreas Steffen
2011-12-07
1
-1
/
+1
*
added TNC_TNCC_ReportMessageTypesLong() and TNC_TNCS_ReportMessageTypesLong()...
Andreas Steffen
2011-12-06
3
-21
/
+166
*
upgraded IF-IMC/IMV inteface definitions to version 1.3
Andreas Steffen
2011-12-04
1
-2
/
+0
*
Reversed unintended commit
Sansar Choinyambuu
2011-11-28
1
-1
/
+1
*
Changed the static function name in openssl_rsa_public_key object
Sansar Choinyambuu
2011-11-28
1
-1
/
+1
*
Reversed unintended commit
Sansar Choinyambuu
2011-11-28
1
-1
/
+1
*
Changed the static function name in openssl_rsa_public_key object
Sansar Choinyambuu
2011-11-28
1
-1
/
+1
*
Revert "fixed integrity tests of plugins using libtls or libtnccs"
Tobias Brunner
2011-11-08
1
-1
/
+2
*
fixed integrity tests of plugins using libtls or libtnccs
Andreas Steffen
2011-11-02
1
-2
/
+1
*
share some code between IMC and IMV managers
Andreas Steffen
2011-10-25
1
-116
/
+17
*
removed unneeded includes
Andreas Steffen
2011-10-25
1
-2
/
+0
*
refactored TNC framework
Andreas Steffen
2011-10-25
6
-173
/
+152
*
moved imc_manager to libtnccs
Andreas Steffen
2011-10-25
6
-31
/
+68
*
explicitly activate use of TNC headers
Andreas Steffen
2011-06-07
1
-1
/
+1
*
make IMC/IMV pairs independent of libcharon
Andreas Steffen
2011-06-01
2
-2
/
+3
*
use singular form
Andreas Steffen
2011-05-29
1
-2
/
+2
*
protection against insane IMCs and IMVs
Andreas Steffen
2011-05-11
2
-3
/
+45
*
terminate imc/imv that couldn't be initialized properly
Andreas Steffen
2011-05-10
1
-0
/
+6
*
cosmetics
Andreas Steffen
2011-05-09
1
-4
/
+2
*
lock the set_message_types() method
Andreas Steffen
2011-05-07
1
-1
/
+17
*
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
*
list registered TNCCS message types
Andreas Steffen
2011-04-28
1
-1
/
+19
*
Revert alloc_str changes
Martin Willi
2011-04-21
1
-9
/
+2
*
Use thread save settings alloc_str function where appropriate
Martin Willi
2011-04-21
1
-2
/
+9
*
Added a (not yet implemented) plugin_t method to reload plugin configuration
Martin Willi
2011-04-15
1
-0
/
+1
*
Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ...
Martin Willi
2011-04-15
1
-0
/
+7
*
Whitespace cleanups in tnc code
Martin Willi
2011-02-08
1
-2
/
+2
*
Fixed various doxygen errors in tnc plugins
Martin Willi
2011-02-08
1
-1
/
+1
[next]