aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/tnc_tnccs/tnc_tnccs_manager.c
Commit message (Collapse)AuthorAgeFilesLines
* Moved tnc-tnccs, tnc-imc, tnccs-11, tnccs-20 and tnccs-dynamic libcharon ↵Andreas Steffen2013-08-151-866/+0
| | | | plugins to libtnccs
* 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-111-0/+103
|
* Make IKE/EAP IDs available to TNC server/clientAndreas Steffen2013-02-111-3/+4
|
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
|
* 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
|
* refactored TNC frameworkAndreas Steffen2011-10-251-0/+507