aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/tnccs_20/batch/pb_tnc_batch.c
Commit message (Expand)AuthorAgeFilesLines
* Moved tnc-tnccs, tnc-imc, tnccs-11, tnccs-20 and tnccs-dynamic libcharon plug...Andreas Steffen2013-08-151-577/+0
* instead of cloning use extract_buf() methodAndreas Steffen2013-03-041-1/+1
* reject PB-Experimental messages with NOSKIP flag setAndreas Steffen2013-02-191-0/+7
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-6/+6
* updated Copyright infoAndreas Steffen2012-07-131-1/+1
* fixed logging of unsupported TNCCS versionAndreas Steffen2012-07-111-1/+1
* send empty SDATA batch if no recommendation is available yet, but in order to...Andreas Steffen2012-07-111-2/+10
* moved batch size calculation into pb_tnc_batch_tAndreas Steffen2012-07-111-15/+35
* limit the size of a PB-TNC batch to the maximum EAP-TNC packet sizeAndreas Steffen2012-07-111-3/+0
* refactored TNC frameworkAndreas Steffen2011-10-251-2/+3
* add relative PB-TNC message offsetAndreas Steffen2011-07-131-1/+1
* make IMC/IMV pairs independent of libcharonAndreas Steffen2011-06-011-1/+1
* renamed tls_reader|writer to bio_* and moved to libstrongswanAndreas Steffen2011-05-311-8/+8
* changed VENDOR_ID to PENAndreas Steffen2011-05-291-20/+21
* final cosmetics in PB-TNC debug outputAndreas Steffen2010-12-121-17/+16
* implemented PB-TNC message parsing checksAndreas Steffen2010-12-121-95/+97
* the PB-TNC protocol is workingAndreas Steffen2010-12-101-6/+6
* do not accept results and recommendation messages from clientsAndreas Steffen2010-12-101-10/+29
* define pb_tnc_state_machine_t objectAndreas Steffen2010-12-101-99/+5
* debug cosmeticsAndreas Steffen2010-12-101-5/+6
* implemented handling of received PB-TNC messagesAndreas Steffen2010-12-101-2/+13
* refactored PB-TNC state machine in receive directionAndreas Steffen2010-12-091-83/+90
* pb_tnc_batch_t class implements parsing and building of PB-TNC batchesAndreas Steffen2010-12-091-0/+598