aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/tnccs_20
Commit message (Expand)AuthorAgeFilesLines
...
* 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-016-8/+9
* renamed tls_reader|writer to bio_* and moved to libstrongswanAndreas Steffen2011-05-319-47/+46
* changed VENDOR_ID to PENAndreas Steffen2011-05-294-25/+32
* Restrict IMCs and IMVs to call SendMessage()Andreas Steffen2011-05-141-1/+23
* adapted state_machine for retry batchesAndreas Steffen2011-05-092-14/+29
* refactored tnccs->remove_connection()Andreas Steffen2011-05-061-11/+2
* Added a (not yet implemented) plugin_t method to reload plugin configurationMartin Willi2011-04-151-0/+1
* Added a get_name() function to plugin_t, create_plugin_enumerator enumerates ...Martin Willi2011-04-151-1/+8
* 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-082-8/+8
* Add a prefix to the global visible tnc names to avoid name clashes, move to t...Martin Willi2011-02-081-3/+4
* Implement correct signature for pb_tnc_msg->process()Martin Willi2011-02-082-2/+2
* Fixed various doxygen errors in tnc pluginsMartin Willi2011-02-081-1/+1
* communicate DELETE state to IMCs and IMVsAndreas Steffen2011-01-111-0/+10
* send notifyConnectionChange() to IMCsAndreas Steffen2011-01-091-2/+16
* removed superfluous sAndreas Steffen2011-01-058-8/+8
* remove private_Andreas Steffen2011-01-051-1/+1
* remove private_Andreas Steffen2011-01-054-4/+4
* cosmetics in debug outputAndreas Steffen2011-01-051-1/+1
* detect fragmentation of PB-TNC batchAndreas Steffen2011-01-051-4/+11
* fixed typoAndreas Steffen2011-01-021-2/+2
* 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-122-31/+30
* implemented PB-TNC message parsing checksAndreas Steffen2010-12-1225-605/+1195
* 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-102-15/+50
* refactored message handlingAndreas Steffen2010-12-101-147/+194
* do not accept results and recommendation messages from clientsAndreas Steffen2010-12-101-10/+29
* define pb_tnc_state_machine_t objectAndreas Steffen2010-12-106-229/+401
* debug cosmeticsAndreas Steffen2010-12-102-13/+21
* implemented handling of received PB-TNC messagesAndreas Steffen2010-12-102-14/+179
* refactored PB-TNC state machine in receive directionAndreas Steffen2010-12-091-83/+90
* 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-0911-430/+1152
* fixed memory corruptionAndreas Steffen2010-12-081-1/+1
* cosmeticsAndreas Steffen2010-12-051-2/+2
* cosmeticsAndreas Steffen2010-12-051-3/+3
* added parsing checksAndreas Steffen2010-12-051-6/+10
* fixed pb_reason_string_message_t classAndreas Steffen2010-12-052-51/+13
* removed superfluous whitespaceAndreas Steffen2010-12-038-38/+38
* PB-TNC messages implementedSansar Choinyambuu2010-12-0312-10/+1413
* fixed a couple of bugs in the prototypeAndreas Steffen2010-11-231-2/+4
* set PB_MSG_PA message typeAndreas Steffen2010-11-231-0/+4
* prototype implementation using the pb_tnc_message_t classAndreas Steffen2010-11-231-15/+219
* defined a pb_tnc_message_t interfaceAndreas Steffen2010-11-236-4/+506