Formatting
[freeradius.git] / src / modules / rlm_eap / types / rlm_eap_mschapv2 / rlm_eap_mschapv2.c
2015-10-05 Arran Cudbard-BellFormatting
2015-09-11 Alan T. DeKokUse fr_pair_list_mcopy... instead of fr_pair_list_move...
2015-08-19 Arran Cudbard-BellUse macro for terminating CONF_PARSER arrays
2015-07-16 Arran Cudbard-BellUse modern list names
2015-07-15 Arran Cudbard-BellMerge pull request #1133 from jpereira/devel/add-sql_fi...
2015-07-14 Arran Cudbard-BellRename functions in pair.c to be consistent with the...
2015-04-24 Alan T. DeKokProper fix for #945. Auto-generate PW_AUTH_TYPE_*
2015-04-03 Alan T. DeKokMore checks on identity
2015-04-03 Alan T. DeKokLimit identity length
2015-04-02 Alan T. DeKokAllow EAP-MSCHAPv2 to have configurable server identity...
2015-03-13 Arran Cudbard-BellBut it's been config_items for N number of decades!
2015-02-20 Arran Cudbard-BellUse better names for states and callbacks in eap methods
2015-02-19 Alan T. DeKokAllow control:MS-CHAPv2-Challenge in rlm_eap_mschapv2
2015-02-19 Arran Cudbard-BellFix formatting in rlm_eap_mschapv2
2014-12-22 Arran Cudbard-BellTurn on super pedantic warnings in CLANG
2014-12-03 Arran Cudbard-BellMerge pull request #847 from spbnick/man_clients_update
2014-12-03 Arran Cudbard-BellChange references to vp->length to vp->vp_length
2014-11-24 Alan T. DeKokFix PEAP. This is mostly a revert of 22c9033c07e4e
2014-11-22 Arran Cudbard-BellAdd internal API for rlm_cache module
2014-11-21 Alan T. DeKokDon't re-use debug level for flags. Closes #839
2014-10-28 Arran Cudbard-BellUse rdebug_pair_list in more places and remove debug_pa...
2014-07-23 Arran Cudbard-BellFix formatting of switch statements
2014-06-20 Arran Cudbard-BellMerge pull request #696 from leprechau/v3.0.x
2014-06-20 Arran Cudbard-BellSimilar fix for EAP-MSCHAPV2
2014-06-16 Arran Cudbard-BellUse sane macro names for codes. PW_CODE_AUTHENTICATION_...
2014-06-13 Herwin WeststrateReplaced references to MS-CHAP-Success with MS2-CHAP...
2014-06-10 Arran Cudbard-BellAdd inlen to fr_hex2bin. rlm_pap used fr_hex2bin with...
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-18 Arran Cudbard-BellRemove trailing periods in log messages
2014-05-18 Arran Cudbard-BellGather existing log fields in rad_request into a struct...
2014-05-02 Arran Cudbard-BellFormatting and cases of vp_strvalue being used for...
2014-05-02 Arran Cudbard-BellValgrind complains about sscanf in rlm_eap_mschapv2...
2014-05-02 Arran Cudbard-BellFormatting
2014-05-02 Arran Cudbard-BellRemove asserts which were used to mask scan-build error...
2014-05-02 Arran Cudbard-BellJust use the correct format specifier instead of doing...
2014-05-02 Alan T. DeKoktype with %d / size_t
2014-05-02 Alan T. DeKokLimit size of EAP-MSCHAPv2 data. Closes CID #1206504
2014-04-25 Herwin WeststrateFixed some layout tabs in eap_mschapv2 comments
2014-04-09 Alan T. DeKokUse correct talloc type
2014-04-04 Arran Cudbard-BellSync packet code definitions with master
2013-11-14 Arran Cudbard-BellUpdate the conffile parser to treat the fields mapped...
2013-10-14 Alan T. DeKokAssert to quiet clang analyzer
2013-07-25 Arran Cudbard-BellFix for opaque data double free
2013-07-22 Arran Cudbard-BellReverse arguments for bin2hex and hex2bin so output...
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-06-19 Alan T. DeKokConvert error to warning.
2013-05-06 Alan T. DeKokMove vp_octets and vp_strvalue to pointer
2013-04-25 Arran Cudbard-BellSanitise logging macro names, and move the logging...
2013-04-18 Arran Cudbard-BellApparently error messages shouldn't have been converted...
2013-04-17 Arran Cudbard-BellReplace radlog(L_ERR with DEBUGE
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-04-01 Arran Cudbard-BellFix some clang specific compiler warnings
2013-03-29 Alan T. DeKokfoo == NULL to !foo
2013-03-29 Alan T. DeKokRemove "out of memory" log messages.
2013-03-29 Alan T. DeKokFix debugging messages
2013-03-23 Arran Cudbard-BellRename pairmove2 pairfilter
2013-03-20 Alan T. DeKokUse pairmove2() instead of pairadd(a,b);b=NULL
2013-03-20 Alan T. DeKokSteal pointers on pairmove. Closes #232
2013-03-20 Alan T. DeKokRe-name all of the module functions.
2013-03-19 Alan T. DeKokConvert module to using talloc
2013-03-19 Alan T. DeKokMove paircopy() and friends to use talloc()
2013-03-19 Alan T. DeKokConvert pairmake() to talloc
2013-03-16 Arran Cudbard-BellReplace spaces with tabs
2013-03-16 Arran Cudbard-BellFixup rlm_eap and submodules, correcting data types...
2013-03-08 Alan DeKokMerge pull request #215 from alanbuxey/master
2013-02-24 Alan T. DeKokMove EAP types (sub-modules) to use talloc
2013-02-16 Alan T. DeKokChanged vp->attribute to vp->da->attr, etc.
2013-01-04 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-12-30 Arran Cudbard-BellAdd support for tags to remaining functions in lib...
2012-11-06 Arran Cudbard-BellMerge pull request #126 from arr2036/autoconf_fellation
2012-11-06 Arran Cudbard-BellRemove redundant #include <freeradius-devel/autoconf.h>
2012-10-28 Arran Cudbard-BellAdd tag matching to pairdelete and paircopy2
2012-09-30 Alan DeKokMerge pull request #54 from mcnewton/patch-client-cert
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2012-07-17 Arran Cudbard-BellMerge pull request #59 from sionescu/master
2012-06-13 Alan T. DeKokUse Microsoft Vendor code instead of 0
2012-04-03 Alan T. DeKokAllow for new state transition on failure
2012-01-30 Alan T. DeKokFix compiler warning
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...
next