aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/tnccs_20/batch
Commit message (Collapse)AuthorAgeFilesLines
* Moved tnc-tnccs, tnc-imc, tnccs-11, tnccs-20 and tnccs-dynamic libcharon ↵Andreas Steffen2013-08-152-707/+0
| | | | plugins to libtnccs
* 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-132-2/+2
|
* fixed logging of unsupported TNCCS versionAndreas Steffen2012-07-111-1/+1
|
* send empty SDATA batch if no recommendation is available yet, but in order ↵Andreas Steffen2012-07-111-2/+10
| | | | to avoid loops only if no empty CDATA batch was received
* moved batch size calculation into pb_tnc_batch_tAndreas Steffen2012-07-112-20/+40
|
* limit the size of a PB-TNC batch to the maximum EAP-TNC packet sizeAndreas Steffen2012-07-112-3/+4
|
* 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
|
* fixed typoAndreas Steffen2011-01-021-2/+2
|
* final cosmetics in PB-TNC debug outputAndreas Steffen2010-12-121-17/+16
|
* implemented PB-TNC message parsing checksAndreas Steffen2010-12-122-97/+99
|
* 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-102-123/+12
|
* 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-092-0/+741