Account for EAP header and EAP-MSCHAPv2 opcode
[freeradius.git] / src / modules / rlm_eap / types / rlm_eap_mschapv2 / rlm_eap_mschapv2.c
2011-12-20 Alan T. DeKokAccount for EAP header and EAP-MSCHAPv2 opcode
2011-10-18 Arran Cudbard-BellMerge pull request #11 from amne/master
2011-07-08 Phil Mayerssave all attributes in the Access-Accept when proxying...
2011-05-13 Phil MayersDEBUG message changes to make it more obvious which...
2011-05-13 Phil Mayersre-work rlm_eap_mschapv2 state machine - handle mschapv...
2011-05-13 Phil Mayerssave the new challenge in MS-CHAP-Error, to allow authe...
2011-04-12 Alan T. DeKokFix arguments for 3.0 API
2011-04-12 Alan T. DeKokFix arguments to pairmove2
2011-04-10 Alan T. DeKokDon't set "EAP Failure" when sending error message...
2011-04-08 Alan T. DeKokMake error sending configurable
2011-04-08 Alan T. DeKokHandle failures
2010-07-26 Alan T. DeKokCreate MS-CHAP-User-Name, which is taken from the MS...
2010-06-30 Alan T. DeKokALWAYS save the MPPE keys for later.
2010-06-10 Alan T. DeKokFix typo
2010-06-10 Alan T. DeKokPlain EAP-MSCHAPv2 should return the MPPE keys.
2010-05-31 Alan T. DeKokMany more changes to get it to build.
2010-04-26 Alan T. DeKokMore WITH_PROXY fixes
2008-01-16 aland Don't leave MS-CHAP2-Success in the reply packet....
2007-12-08 aland Call memset AFTER checking if the ptr is NULL
2007-11-27 aland Convert radlog(L_INFO, ... to DEBUG2(... to avoid...
2007-11-25 aland Many "unsigned char" to "uint8_t" and "int" to "size_t...
2007-11-23 aland More changes to make a common naming scheme. This...
2007-08-13 aland Pulled fix from branch_1_1
2007-05-25 fcusackimport from HEAD:
2007-05-24 fcusackimport from HEAD:
2007-05-23 fcusackimport from branch_1_1:
2007-05-23 fcusackimport from HEAD:
2007-05-23 fcusackimport from HEAD:
2007-05-15 aland Port fix for Coverity bug #29 from 1.1.x
2007-05-14 nbk Delete trailing whitespace.
2007-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-07 aland If we've run out of memory, free(challenge), too.
2007-03-26 aland port fix from branch_1_1
2007-03-21 fcusackimport from branch_1_1:
2007-03-21 fcusackimport from branch_1_1:
2007-02-26 aland Pulled from branch_1_1, with formatting
2007-02-23 aland Pull fix from branch_1_1
2007-02-16 aland Port "use_tunneled_reply" fix for MS-CHAP from branch_1_1
2007-02-15 aland Port fix for bug #419 from branch_1_1
2006-11-26 aland pull fixes from branch_1_1
2006-11-26 aland From branch_1_1
2006-11-22 aland Pull fix from branch_1_1, so proxied EAP replies work
2006-11-14 fcusack use new RCSID macro to prevent Id keyword from being...
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-08-18 aland Pulled from branch_1_1
2006-08-17 aland Pulled from branch_1_1. Untested!
2006-08-15 aland Now that we have Cleartext-Password and Password-With...
2006-07-01 fcusackimport from branch_1_1:
2006-06-01 fcusackimport from HEAD:
2006-05-09 fcusackimport from HEAD:
2006-03-29 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-20 bjordanovPolled from branch_1_1 fix for bug #348
2006-03-16 nbk Update the GPL boilerplate with the new address of...
2006-03-07 aland Pull fix from the head
2006-03-07 aland Additional sanity checks
2006-03-06 fcusackimport from HEAD:
2006-03-03 fcusackimport from HEAD:
2006-02-17 fcusackimport from HEAD:
2006-02-09 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2005-12-28 aland Port patch from branch_1_1 to the HEAD
2005-12-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2005-11-11 aland Include files used to build the server are now <freera...
2005-09-01 aland s/->strvalue/->vp_strvalue/g
2004-04-19 aland Correct the fix for checking MS-length.
2004-04-15 aland A little better checks for length.
2004-03-12 aland Added instance, so that we can control with_ntdomain_hack,
2004-03-12 aland After we've called MS-CHAP for authentication, delete...
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2004-02-20 aland Clear RAD_REQUEST_OPTION_PROXY_EAP if we're not done...
2003-10-14 aland Changed to implement EAP MSCHAPv2 as Microsoft's versi...
2003-09-19 aland Untested EAP-MS-CHAPv2 module, based on reading of...