aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/eap_peap
Commit message (Expand)AuthorAgeFilesLines
* eap-peap: Fix memory leaks when handling tunneled methodsTobias Brunner2016-09-201-1/+3
* Use standard unsigned integer typesAndreas Steffen2016-03-245-12/+12
* libhydra: Remove empty unused libraryTobias Brunner2016-03-031-1/+0
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-041-1/+1
* eap-peap: Remove dead SoH code from PEAPMartin Willi2014-05-161-15/+0
* libcharon: Use lib->ns instead of charon->nameTobias Brunner2014-02-122-8/+8
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-4/+7
* Removed stray *_plugin_create() declarations from header filesTobias Brunner2013-06-111-5/+0
* Moved debug.[ch] to utils folderTobias Brunner2012-10-243-4/+4
* Encode EAP-Naks in expanded format if we got an expanded type requestTobias Brunner2012-08-311-1/+1
* Allow clients to request a configured EAP method via EAP-NakTobias Brunner2012-08-311-1/+1
* Send EAP-Nak with supported types if requested type is unsupportedTobias Brunner2012-08-311-2/+3
* Use name from initialization to access settings in libcharon.Tobias Brunner2012-05-032-17/+22
* Merge branch 'ikev1-clean' into ikev1-masterMartin Willi2012-03-203-3/+3
|\
| * Moved eap/xauth classes out of protocol specific subdirectoriesMartin Willi2012-03-203-3/+3
| * Separated libcharon/sa directory with ikev1 and ikev2 subfoldersMartin Willi2012-03-203-3/+3
* | Implemented TLS session resumption both as client and as serverMartin Willi2011-12-311-1/+2
|/
* Revert "fixed integrity tests of plugins using libtls or libtnccs"Tobias Brunner2011-11-081-0/+1
* fixed integrity tests of plugins using libtls or libtnccsAndreas Steffen2011-11-021-1/+0
* Add features support to eap-peap pluginAndreas Steffen2011-10-141-10/+23
* unfinished MS SoH RequestAndreas Steffen2011-06-091-0/+15
* renamed tls_reader|writer to bio_* and moved to libstrongswanAndreas Steffen2011-05-314-10/+10
* 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
* 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 t...Andreas Steffen2011-04-152-33/+14
* 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
* 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