aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/tnccs_20/tnccs_20.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* append any previously collection messages to batchAndreas Steffen2010-11-101-1/+1
* implemented batch_ending() and solicit_recommendation() functionsAndreas Steffen2010-11-091-0/+2
* removed whitespaceAndreas Steffen2010-11-091-1/+1
* implemented provide_recommendation callback functionAndreas Steffen2010-11-091-2/+11
* implemented receive_message() functionAndreas Steffen2010-11-091-2/+25
* implemented send_message() callback functionAndreas Steffen2010-11-091-9/+32
* implement IMC and IMV manager classesAndreas Steffen2010-11-091-3/+42
* created hull for TNCCS 2.0 pluginAndreas Steffen2010-10-051-0/+103