aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/eap_tnc
Commit message (Collapse)AuthorAgeFilesLines
* do not include length field in non-fragmented EAP-PEAP packetsAndreas Steffen2011-04-211-2/+6
|
* Revert alloc_str changesMartin Willi2011-04-211-4/+2
| | | | | | This reverts commit fdead26ffe1da8501a6ff5e0639a6f44c723e763. This reverts commit 3e2419ebe32de72d824864eb2e0e677a7c197af1. This reverts commit 17ce69b47a1efd6234960cf7d1f50712aee61db5.
* Use thread save settings alloc_str function where appropriateMartin Willi2011-04-211-2/+4
|
* 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-0/+7
| | | | over plugin_t
* added get|set_identifier() methods to eap_tnc_tAndreas Steffen2011-04-061-0/+14
|
* implemented dynamic detection of TNCCS protocolAndreas Steffen2011-01-311-2/+19
|
* select TNCCS protocol via charon.plugins.eap-tnc.protocolAndreas Steffen2010-11-091-1/+6
|
* created tnc-imc and tnc-imv pluginsAndreas Steffen2010-10-071-1/+1
|
* moved TNCCS layer out of eap_tnc pluginAndreas Steffen2010-09-284-182/+5
|
* debug output of inbound and outbound TNCCS batchesAndreas Steffen2010-09-091-9/+14
|
* send well-formed TNCCS-BatchAndreas Steffen2010-09-081-1/+9
|
* max max_message_count configurable and move it into tls_eap_tAndreas Steffen2010-09-081-12/+4
|
* moved tls_t existance test into tls_eap_create() againAndreas Steffen2010-09-081-5/+0
|
* generalized tls_eap_t to support EAP_TNC wrapping the TNC_IF_TNCCS protocolAndreas Steffen2010-09-084-90/+234
|
* fixed copy-and-paste errorsAndreas Steffen2010-08-302-2/+2
|
* created an eap-tnc method hullAndreas Steffen2010-08-305-0/+356