aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/eap_peap
Commit message (Collapse)AuthorAgeFilesLines
* do not include length field in non-fragmented EAP-PEAP packetsAndreas Steffen2011-04-211-2/+6
|
* Win 7 accepts compressed EAP Identity requestAndreas Steffen2011-04-211-8/+2
|
* Revert alloc_str changesMartin Willi2011-04-211-9/+8
| | | | | | This reverts commit fdead26ffe1da8501a6ff5e0639a6f44c723e763. This reverts commit 3e2419ebe32de72d824864eb2e0e677a7c197af1. This reverts commit 17ce69b47a1efd6234960cf7d1f50712aee61db5.
* Use thread save settings alloc_str function where appropriateMartin Willi2011-04-211-8/+9
|
* send an empty EAP Ack client message if TLS was successful and handle it on ↵Andreas Steffen2011-04-152-33/+14
| | | | the server
* Windows 7 expects an uncompressed EAP Identity requestAndreas Steffen2011-04-151-16/+30
|
* 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/+6
| | | | over plugin_t
* define MSCHAPv2 as default phase2 algorithm for EAP-PEAPAndreas Steffen2011-04-061-1/+1
|
* allow multi-pass authentication schemes as e.g. MSCHAPv2Andreas Steffen2011-04-061-15/+14
|
* display EAP identifiers in HEX formatAndreas Steffen2011-04-061-2/+2
|
* no EAP identifier offset required in build() functionAndreas Steffen2011-04-061-1/+1
|
* implemented the PEAP tunneling protocol as an EAP pluginAndreas Steffen2011-04-0611-0/+1409