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
/
tnccs_11
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Moved tnc-tnccs, tnc-imc, tnccs-11, tnccs-20 and tnccs-dynamic libcharon ↵
Andreas Steffen
2013-08-15
21
-2947
/
+0
|
|
|
|
plugins to libtnccs
*
automake: replace INCLUDES by AM_CPPFLAGS
Martin Willi
2013-07-18
1
-6
/
+5
|
|
|
|
|
|
INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only.
*
cleaned up XML code in tnccs-11 plugin
Andreas Steffen
2013-04-04
8
-80
/
+82
|
*
Merge branch 'pt-tls'
Martin Willi
2013-02-14
1
-3
/
+0
|
\
|
*
TNCCS plugins don't depend on EAP-TNC, but can be used by other transports, too
Martin Willi
2013-01-15
1
-3
/
+0
|
|
*
|
make TNC client authentication type available to IMVs
Andreas Steffen
2013-02-12
1
-0
/
+19
|
|
*
|
determine underlying IF-T transport protocol
Andreas Steffen
2013-02-12
2
-16
/
+43
|
|
*
|
make AR identities available to IMVs via IF-IMV 1.4 draft
Andreas Steffen
2013-02-11
1
-0
/
+14
|
|
*
|
Make IKE/EAP IDs available to TNC server/client
Andreas Steffen
2013-02-11
2
-6
/
+24
|
/
*
Moved debug.[ch] to utils folder
Tobias Brunner
2012-10-24
9
-10
/
+10
|
*
Moved data structures to new collections subfolder
Tobias Brunner
2012-10-24
2
-2
/
+2
|
*
Make sure first argument is an int when using %.*s to print e.g. chunks
Tobias Brunner
2012-09-28
1
-7
/
+7
|
*
introduced sending of standard IETF Assessment Result PA-TNC attribute by IMVs
Andreas Steffen
2012-09-09
1
-1
/
+0
|
*
make max_message_size parameter consistent with similar options
Andreas Steffen
2012-08-09
1
-1
/
+1
|
*
updated Copyright info
Andreas Steffen
2012-07-13
1
-1
/
+1
|
*
restrict PA-TNC messages to maximum size
Andreas Steffen
2012-07-12
2
-3
/
+16
|
*
eliminate message length field in EAP-TNC
Andreas Steffen
2012-07-11
1
-1
/
+1
|
*
implemented IF-IMC/IMV 1.3 attributes
Andreas Steffen
2011-12-08
1
-2
/
+2
|
*
added TNC_IMC_ReceiveMessageLong() and TNC_IMV_ReceiveMessageLong() support
Andreas Steffen
2011-12-08
1
-11
/
+13
|
*
added TNC_TNCC_SendMessageLong() and TNC_TNCS_SendMessageLong() functions
Andreas Steffen
2011-12-07
1
-7
/
+14
|
*
Revert "fixed integrity tests of plugins using libtls or libtnccs"
Tobias Brunner
2011-11-08
1
-1
/
+2
|
|
|
|
|
This reverts commit b597ac4a4cbcd9197b886d743c75d58293264580 (not completely).
*
fixed integrity tests of plugins using libtls or libtnccs
Andreas Steffen
2011-11-02
1
-2
/
+1
|
*
removed unneeded includes
Andreas Steffen
2011-10-25
1
-2
/
+0
|
*
refactored TNC framework
Andreas Steffen
2011-10-25
5
-44
/
+35
|
*
moved imv_manager to libtnccs
Andreas Steffen
2011-10-25
1
-2
/
+8
|
*
moved imc_manager to libtnccs
Andreas Steffen
2011-10-25
3
-12
/
+30
|
*
Add features support to tnccs plugins
Andreas Steffen
2011-10-20
1
-6
/
+14
|
*
oops, should have been a bitwise and
Andreas Steffen
2011-06-25
1
-2
/
+2
|
*
fixed copy-and-paste error
Andreas Steffen
2011-06-25
1
-1
/
+1
|
*
output all known PA-TNC subtype names
Andreas Steffen
2011-06-24
1
-1
/
+32
|
*
some cosmetics
Andreas Steffen
2011-06-16
2
-4
/
+4
|
*
fixed XML parsing of TNCCS 1.1 ReasonString message
Andreas Steffen
2011-06-16
1
-1
/
+44
|
*
clear reason strings after delivering them
Andreas Steffen
2011-06-15
1
-0
/
+1
|
*
added missing single quotes
Andreas Steffen
2011-06-14
1
-2
/
+2
|
*
fixed the IF-TNCCS 1.1 ReasonString XML encoding
Andreas Steffen
2011-06-14
1
-0
/
+2
|
*
explicitly activate use of TNC headers
Andreas Steffen
2011-06-07
1
-1
/
+1
|
*
separated tncif_names from standard TCG TNC header files
Andreas Steffen
2011-06-06
1
-0
/
+2
|
*
make IMC/IMV pairs independent of libcharon
Andreas Steffen
2011-06-01
5
-6
/
+6
|
*
do not call recommendations if recs does not exist
Andreas Steffen
2011-05-14
1
-1
/
+1
|
*
Restrict IMCs and IMVs to call SendMessage()
Andreas Steffen
2011-05-14
1
-1
/
+20
|
*
added missing comma
Andreas Steffen
2011-05-07
1
-1
/
+1
|
*
refactored tnccs->remove_connection()
Andreas Steffen
2011-05-06
1
-11
/
+2
|
*
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
-1
/
+8
|
|
|
|
over plugin_t
*
log TNC PEP decision with level 0
Andreas Steffen
2011-03-25
1
-5
/
+1
|
*
TNC server did not issue a TNC_CONNECTION_STATE_HANDSHAKE NotifyConnection ↵
Andreas Steffen
2011-03-19
1
-0
/
+2
|
|
|
|
message
*
Check for libxml when building tnccs_11, use autoconf libxml CFLAGS/LIBS
Martin Willi
2011-02-08
1
-2
/
+3
|
*
tnccs_11 does not link against libtls, just uses its headers
Martin Willi
2011-02-08
1
-1
/
+0
|
*
Whitespace cleanups in tnc code
Martin Willi
2011-02-08
6
-38
/
+38
|
*
Add a prefix to the global visible tnc names to avoid name clashes, move to ↵
Martin Willi
2011-02-08
1
-3
/
+4
|
|
|
|
tncifimv
[next]