aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/tnccs_11/tnccs_11.c
Commit message (Collapse)AuthorAgeFilesLines
* Moved tnc-tnccs, tnc-imc, tnccs-11, tnccs-20 and tnccs-dynamic libcharon ↵Andreas Steffen2013-08-151-633/+0
| | | | plugins to libtnccs
* make TNC client authentication type available to IMVsAndreas Steffen2013-02-121-0/+19
|
* determine underlying IF-T transport protocolAndreas Steffen2013-02-121-13/+37
|
* make AR identities available to IMVs via IF-IMV 1.4 draftAndreas Steffen2013-02-111-0/+14
|
* Make IKE/EAP IDs available to TNC server/clientAndreas Steffen2013-02-111-2/+17
|
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
|
* Make sure first argument is an int when using %.*s to print e.g. chunksTobias Brunner2012-09-281-7/+7
|
* introduced sending of standard IETF Assessment Result PA-TNC attribute by IMVsAndreas Steffen2012-09-091-1/+0
|
* make max_message_size parameter consistent with similar optionsAndreas Steffen2012-08-091-1/+1
|
* updated Copyright infoAndreas Steffen2012-07-131-1/+1
|
* restrict PA-TNC messages to maximum sizeAndreas Steffen2012-07-121-3/+14
|
* eliminate message length field in EAP-TNCAndreas Steffen2012-07-111-1/+1
|
* implemented IF-IMC/IMV 1.3 attributesAndreas Steffen2011-12-081-2/+2
|
* added TNC_IMC_ReceiveMessageLong() and TNC_IMV_ReceiveMessageLong() supportAndreas Steffen2011-12-081-11/+13
|
* added TNC_TNCC_SendMessageLong() and TNC_TNCS_SendMessageLong() functionsAndreas Steffen2011-12-071-7/+14
|
* refactored TNC frameworkAndreas Steffen2011-10-251-37/+27
|
* moved imv_manager to libtnccsAndreas Steffen2011-10-251-2/+8
|
* moved imc_manager to libtnccsAndreas Steffen2011-10-251-8/+17
|
* oops, should have been a bitwise andAndreas Steffen2011-06-251-2/+2
|
* fixed copy-and-paste errorAndreas Steffen2011-06-251-1/+1
|
* output all known PA-TNC subtype namesAndreas Steffen2011-06-241-1/+32
|
* clear reason strings after delivering themAndreas Steffen2011-06-151-0/+1
|
* added missing single quotesAndreas Steffen2011-06-141-2/+2
|
* separated tncif_names from standard TCG TNC header filesAndreas Steffen2011-06-061-0/+2
|
* make IMC/IMV pairs independent of libcharonAndreas Steffen2011-06-011-2/+0
|
* do not call recommendations if recs does not existAndreas Steffen2011-05-141-1/+1
|
* Restrict IMCs and IMVs to call SendMessage()Andreas Steffen2011-05-141-1/+20
|
* added missing commaAndreas Steffen2011-05-071-1/+1
|
* refactored tnccs->remove_connection()Andreas Steffen2011-05-061-11/+2
|
* log TNC PEP decision with level 0Andreas Steffen2011-03-251-5/+1
|
* TNC server did not issue a TNC_CONNECTION_STATE_HANDSHAKE NotifyConnection ↵Andreas Steffen2011-03-191-0/+2
| | | | message
* Whitespace cleanups in tnc codeMartin Willi2011-02-081-3/+3
|
* Add a prefix to the global visible tnc names to avoid name clashes, move to ↵Martin Willi2011-02-081-3/+4
| | | | tncifimv
* terminate TNCCS 1.1 connection after sending recommendationAndreas Steffen2011-01-111-1/+18
|
* implemented check_and_build_recommendation()Andreas Steffen2011-01-111-0/+42
|
* correct numbering of batchesAndreas Steffen2011-01-111-2/+3
|
* communicate DELETE state to IMCs and IMVsAndreas Steffen2011-01-111-0/+10
|
* implemented parsing of TNCCS 1.1 messagesAndreas Steffen2011-01-091-3/+99
|
* implemented TNCCS 1.1 without libtncAndreas Steffen2011-01-071-184/+186
|
* two fixes in tnccs_11Andreas Steffen2010-11-021-2/+2
|
* use DBG_TNC for TNC debugging outputAndreas Steffen2010-10-091-19/+19
|
* TNCCS debug cosmeticsAndreas Steffen2010-10-091-4/+4
|
* implemented TNC isolation via group membershipsAndreas Steffen2010-10-091-6/+33
|
* implemented a makeshift non-scalable send bufferAndreas Steffen2010-10-081-25/+82
|
* created tnc-imc and tnc-imv pluginsAndreas Steffen2010-10-071-39/+78
|
* configure tnc_config path and preferred_language via strongswan.confAndreas Steffen2010-10-051-2/+8
|
* print XML as plaintext and process recieved TNCCS BatchAndreas Steffen2010-09-301-11/+28
|
* started use of libtnc libraryAndreas Steffen2010-09-291-17/+75
|
* moved TNCCS layer out of eap_tnc pluginAndreas Steffen2010-09-281-0/+124