aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/tnccs_20/tnccs_20.c
Commit message (Expand)AuthorAgeFilesLines
* implemented IF-IMC/IMV 1.3 attributesAndreas Steffen2011-12-081-2/+2
* added TNC_IMC_ReceiveMessageLong() and TNC_IMV_ReceiveMessageLong() supportAndreas Steffen2011-12-081-12/+17
* added TNC_TNCC_SendMessageLong() and TNC_TNCS_SendMessageLong() functionsAndreas Steffen2011-12-071-12/+11
* added TNC_TNCC_ReportMessageTypesLong() and TNC_TNCS_ReportMessageTypesLong()...Andreas Steffen2011-12-061-4/+4
* refactored TNC frameworkAndreas Steffen2011-10-251-41/+30
* moved imv_manager to libtnccsAndreas Steffen2011-10-251-2/+8
* moved imc_manager to libtnccsAndreas Steffen2011-10-251-10/+19
* output all known PA-TNC subtype namesAndreas Steffen2011-06-241-5/+10
* notify IMVs about handshake retriesAndreas Steffen2011-06-231-0/+5
* clear reason strings after delivering themAndreas Steffen2011-06-151-0/+1
* added missing single quotesAndreas Steffen2011-06-131-4/+4
* separated tncif_names from standard TCG TNC header filesAndreas Steffen2011-06-061-0/+2
* show PB-PA message type/subtypeAndreas Steffen2011-06-051-4/+23
* map action recommendation codes to PB access recommendation codesAndreas Steffen2011-06-051-3/+16
* make IMC/IMV pairs independent of libcharonAndreas Steffen2011-06-011-3/+1
* changed VENDOR_ID to PENAndreas Steffen2011-05-291-2/+6
* Restrict IMCs and IMVs to call SendMessage()Andreas Steffen2011-05-141-1/+23
* adapted state_machine for retry batchesAndreas Steffen2011-05-091-8/+17
* 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 me...Andreas Steffen2011-03-191-0/+2
* Whitespace cleanups in tnc codeMartin Willi2011-02-081-5/+5
* Add a prefix to the global visible tnc names to avoid name clashes, move to t...Martin Willi2011-02-081-3/+4
* communicate DELETE state to IMCs and IMVsAndreas Steffen2011-01-111-0/+10
* send notifyConnectionChange() to IMCsAndreas Steffen2011-01-091-2/+16
* cosmetics in debug outputAndreas Steffen2011-01-051-1/+1
* detect fragmentation of PB-TNC batchAndreas Steffen2011-01-051-4/+11
* reverted Connection ID to capital lettersAndreas Steffen2010-12-121-2/+2
* some more cosmeticsAndreas Steffen2010-12-121-9/+9
* final cosmetics in PB-TNC debug outputAndreas Steffen2010-12-121-14/+14
* implemented PB-TNC message parsing checksAndreas Steffen2010-12-121-46/+77
* some code optimizationsAndreas Steffen2010-12-111-42/+67
* support handshake retry requestsAndreas Steffen2010-12-101-0/+15
* the PB-TNC protocol is workingAndreas Steffen2010-12-101-9/+44
* refactored message handlingAndreas Steffen2010-12-101-147/+194
* define pb_tnc_state_machine_t objectAndreas Steffen2010-12-101-105/+7
* debug cosmeticsAndreas Steffen2010-12-101-8/+15
* implemented handling of received PB-TNC messagesAndreas Steffen2010-12-101-12/+166
* refactored PB-TNC state machine in send directionAndreas Steffen2010-12-091-91/+95
* pb_tnc_batch_t class implements parsing and building of PB-TNC batchesAndreas Steffen2010-12-091-226/+206
* fixed a couple of bugs in the prototypeAndreas Steffen2010-11-231-2/+4
* prototype implementation using the pb_tnc_message_t classAndreas Steffen2010-11-231-15/+219
* added IMC and IMV IDs as arguments to send_message()Andreas Steffen2010-11-171-1/+2
* implemented have_recommendation() based on a choice of 3 policiesAndreas Steffen2010-11-151-0/+4
* moved recommendation handling to the tnc_imv pluginAndreas Steffen2010-11-131-93/+21
* created dummy have_recommendation() functionAndreas Steffen2010-11-101-1/+21
* implemented mutex locking the batch in constructionAndreas Steffen2010-11-101-4/+16
* fixed received test messageAndreas Steffen2010-11-101-1/+2
* implemented mutex locking the recommendations listAndreas Steffen2010-11-101-0/+10
* implemented recommendation storageAndreas Steffen2010-11-101-4/+61