aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/eap_mschapv2
Commit message (Collapse)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-195-1415/+0
|
* EAP-MSCHAPv2 can use stored NT hashes in addition to plaintext passwordsMartin Willi2010-03-171-40/+57
|
* Reverting eba28948a584b9d02474cf5d256b04b8d2adbe6a which was only necessary ↵Tobias Brunner2010-03-021-1/+0
| | | | | | | when cross-compiling the plugins for Android 2.0. With the coming monolithic build using Android.mk files this won't be necessary anymore.
* Streamlined the source file list formatting in plugin makefiles.Tobias Brunner2010-03-021-0/+1
|
* Link all enabled libstrongswan plugins into the library, link all enabled ↵Tobias Brunner2010-03-021-2/+5
| | | | charon plugins into libcharon.
* Changed plugin constructors from plugin_create to plugin_name_plugin_create.Tobias Brunner2010-03-021-1/+1
|
* Removing the plugin constructor declarations from the header files.Tobias Brunner2010-03-021-5/+0
|
* Link all plugins to libstrongswan.Tobias Brunner2010-02-251-0/+1
|
* 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 ↵Martin Willi2009-10-151-3/+3
| | | | other places
* 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
| | | | | important change for developers: %Y replaces %D to print identities!
* merged multi-auth branch back into trunkMartin Willi2009-04-141-22/+50
|
* updated DoxyfileMartin Willi2009-03-242-2/+2
| | | | | | properly close all doxygen groups fixed remaining doxygen warnings
* 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