aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/tnc_tnccs
Commit message (Collapse)AuthorAgeFilesLines
* Moved tnc-tnccs, tnc-imc, tnccs-11, tnccs-20 and tnccs-dynamic libcharon ↵Andreas Steffen2013-08-155-1060/+0
| | | | plugins to libtnccs
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-3/+3
| | | | | | 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.
* Aligned AR Identity types to IF-IMV 1.4 R5 draftAndreas Steffen2013-06-241-2/+2
|
* asprintf(3) requires _GNU_SOURCE to be defined5.0.3rc1Tobias Brunner2013-03-221-0/+2
|
* Check return value of asprintf(3) when converting AR identityTobias Brunner2013-03-221-2/+4
| | | | | Using chunk_t.ptr as target was also not optimal as it resulted in a compiler warning.
* Switch encoding of AR Identity Value from binary to UTF-8Andreas Steffen2013-03-221-8/+7
|
* treat EAP identities as user IDsAndreas Steffen2013-02-121-3/+3
|
* make TNC client authentication type available to IMVsAndreas Steffen2013-02-121-4/+5
|
* determine underlying IF-T transport protocolAndreas Steffen2013-02-121-7/+45
|
* make AR identities available to IMVs via IF-IMV 1.4 draftAndreas Steffen2013-02-112-0/+104
|
* Make IKE/EAP IDs available to TNC server/clientAndreas Steffen2013-02-111-3/+4
|
* Moved debug.[ch] to utils folderTobias Brunner2012-10-242-2/+2
|
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-5/+5
|
* updated Copyright infoAndreas Steffen2012-07-131-1/+1
|
* restrict PA-TNC messages to maximum sizeAndreas Steffen2012-07-121-5/+13
|
* implemented IF-IMC/IMV 1.3 attributesAndreas Steffen2011-12-081-16/+220
|
* added TNC_TNCC_GetAttribute() and TNC_TNCC_SetAttribute() functionsAndreas Steffen2011-12-081-6/+8
|
* added TNC_TNCC_SendMessageLong() and TNC_TNCS_SendMessageLong() functionsAndreas Steffen2011-12-071-8/+7
|
* Revert "fixed integrity tests of plugins using libtls or libtnccs"Tobias Brunner2011-11-081-1/+2
| | | | | This reverts commit b597ac4a4cbcd9197b886d743c75d58293264580 (not completely).
* fixed integrity tests of plugins using libtls or libtnccsAndreas Steffen2011-11-022-2/+18
|
* Some Doxygen fixes.Tobias Brunner2011-10-282-3/+2
|
* refactored TNC frameworkAndreas Steffen2011-10-255-0/+684