aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/eap_peap/eap_peap_server.c
Commit message (Collapse)AuthorAgeFilesLines
* eap-peap: Fix memory leaks when handling tunneled methodsTobias Brunner2016-09-201-1/+3
|
* Use standard unsigned integer typesAndreas Steffen2016-03-241-2/+2
|
* libcharon: Use lib->ns instead of charon->nameTobias Brunner2014-02-121-4/+4
|
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
|
* Use name from initialization to access settings in libcharon.Tobias Brunner2012-05-031-12/+14
| | | | Also fixes several whitespace errors.
* renamed tls_reader|writer to bio_* and moved to libstrongswanAndreas Steffen2011-05-311-2/+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-151-5/+14
| | | | the server
* define MSCHAPv2 as default phase2 algorithm for EAP-PEAPAndreas Steffen2011-04-061-1/+1
|
* no EAP identifier offset required in build() functionAndreas Steffen2011-04-061-1/+1
|
* implemented the PEAP tunneling protocol as an EAP pluginAndreas Steffen2011-04-061-0/+423