aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/eap_mschapv2
Commit message (Expand)AuthorAgeFilesLines
* EAP-MSCHAPv2 is indeed mutual, but is prone to MITM dictionary attacksMartin Willi2010-01-071-1/+1
* make error message about missing MD4 hasher more explicitAndreas Steffen2009-12-301-1/+1
* Streamlined EAP plugins to use a dash between eap-method, as used in all othe...Martin Willi2009-10-151-3/+3
* Removed chunk_from_buf() in favor of a simpler chunk_from_chars() macroMartin Willi2009-09-111-55/+48
* remove spaces within tabs (\t( )+\t)Martin Willi2009-09-041-3/+3
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-042-107/+107
* added -avoid-version to LDFLAGS, plugins are not versionedMartin Willi2009-07-031-1/+1
* do not write to unaligned memory in MSCHAPv2Martin Willi2009-05-181-4/+12
* updated MSK calculation in MSCHAPv2, compatible with Win7/2008 RC.Martin Willi2009-05-111-1/+1
* announce EAP method initiation once onlyMartin Willi2009-05-071-2/+0
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-304-8/+0
* merging changes from portability branch back to trunkTobias Brunner2009-04-301-3/+3
* merged multi-auth branch back into trunkMartin Willi2009-04-141-22/+50
* updated DoxyfileMartin Willi2009-03-242-2/+2
* fixed MSCHAPv2 password lookup when used with NetworkManagerMartin Willi2009-02-241-1/+1
* fixed some memleaks in mschapv2 pluginTobias Brunner2009-02-191-16/+25
* adding plugin for EAP-MS-CHAPv2Tobias Brunner2009-02-185-0/+1371