Don't return OK for EAP-MSCHAPv2 success/fail
[freeradius.git] / src / modules / rlm_eap / eap.c
2014-05-29 Alan T. DeKokDon't return OK for EAP-MSCHAPv2 success/fail
2014-05-18 Arran Cudbard-BellAdd some basic indenting
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-11 Arran Cudbard-BellDon't rate limit messages with -X so we get consistent...
2014-05-02 Arran Cudbard-BellMove more CC_HINTs to headers
2014-05-02 Arran Cudbard-BellRemove asserts which were used to mask scan-build error...
2014-04-25 Alan T. DeKokMore "make whitespace"
2014-04-20 Arran Cudbard-BellMerge pull request #589 from nchaigne/v3.0.x
2014-04-17 Alan T. DeKokAssertions for scan complaints
2014-04-11 Alan T. DeKokFix calls to radius_paircreate()
2014-04-11 Alan T. DeKokRevert "Create reply attributes parented from the reply"
2014-04-09 Alan T. DeKokCreate reply attributes parented from the reply
2014-04-04 Arran Cudbard-BellSet types correctly on talloced VALUE_PAIR buffers
2014-04-04 Arran Cudbard-BellSync packet code definitions with master
2014-01-21 Arran Cudbard-BellFixup format strings
2013-12-19 Arran Cudbard-BellFix typos, and some slightly incorrect assumptions
2013-12-19 Alan T. DeKokMore descriptive error message
2013-07-25 Arran Cudbard-BellFix deadlock in eap_handler_free, and also simplify...
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-11 Arran Cudbard-BellFix invalid format strings and bugs revealed by the...
2013-05-29 Arran Cudbard-BellUse paircursor for iteration where appropriate
2013-05-07 Alan T. DeKokMake eap_compose routine for EAP is now RADIUS un-aware
2013-05-06 Alan T. DeKokMove vp_octets and vp_strvalue to pointer
2013-04-25 Arran Cudbard-BellReplace all radlog/radlog_request calls with macros
2013-04-25 Arran Cudbard-BellSanitise logging macro names, and move the logging...
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
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 Alan T. DeKokFix clang warnings
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-28 Alan T. DeKokZero out EAP Fail packet
2013-03-26 Alan T. DeKokRemove more references to malloc
2013-03-25 Alan T. DeKokAdded talloc_get_type_abort for the pointers
2013-03-22 Arran Cudbard-BellCleanup variable names in eap.c
2013-03-21 Arran Cudbard-BellVarious minor fixes in rlm_eap
2013-03-21 Arran Cudbard-BellMinor typo
2013-03-21 Arran Cudbard-BellDon't segv if we didn't managed to load one of the...
2013-03-21 Arran Cudbard-BellKill another smurf
2013-03-20 Alan T. DeKokeap_method_select returns eap_rcode_t, not eap_code_t
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. DeKokConvert pairmake() to talloc
2013-03-17 Alan T. DeKokMove EAP handler, EAP_DS, eap_packet_t to use talloc
2013-03-16 Arran Cudbard-BellReplace spaces with tabs
2013-03-16 Alan T. DeKokperl -p -i -e 's/\ +$//' $(find . -name "*.[ch]" -print)
2013-03-16 Alan T. DeKokRemove all dependencies on libltdl.
2013-03-16 Arran Cudbard-BellDeconstify mod_name
2013-03-16 Arran Cudbard-BellConvert module name to lowercase
2013-03-16 Arran Cudbard-BellFixup rlm_eap and submodules, correcting data types...
2013-03-15 Arran Cudbard-BellFixup EAP type definitions
2013-03-09 Arran Cudbard-BellMerge pull request #219 from olivierbeytrison/ldap_enh
2013-03-09 Alan T. DeKokAdd TALLOC_CTX to paircreate()
2013-03-08 Alan DeKokMerge pull request #215 from alanbuxey/master
2013-03-07 Alan T. DeKokDon't dlclose() modules on "radiusd -m"
2013-03-02 Alan T. DeKokUse correct return codes and variable types
2013-02-24 Alan T. DeKokMove EAP types (sub-modules) to use talloc
2013-02-19 Alan T. DeKokMake more debug messages errors
2013-02-18 Alan T. DeKokMore debug macros
2013-02-16 Alan T. DeKokRemove "type" from paircreate() function.
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-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-09-04 Alan T. DeKokSwitch to using dlopen() instead of libltdl.
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2012-03-04 Matthew NewtonAdd initiate code to rlm_eap_ttls, remove dependency...
2012-03-04 Matthew NewtonGive rlm_eap_peap an initiate function and remove depen...
2011-10-18 Arran Cudbard-BellMerge pull request #11 from amne/master
2011-06-26 Phil Mayersexamples of Doxygen on the source base
2010-09-17 Alan T. DeKokUse local EAP, even if the realm doesn't exist
2010-08-09 Alan T. DeKokPrint out WARNING if EAP session did not finish.
2010-07-01 Alan T. DeKokProvisions for RTLD_SELF, when all of the modules are...
2010-05-31 Alan T. DeKokUse new API
2010-05-31 Alan T. DeKokMany more changes to get it to build.
2010-05-31 Alan T. DeKokAutomatic search and replace for pairfind.
2009-11-22 Alan T. DeKokPrint names for unsupported eap types
2008-08-18 Alan T. DeKokCleaned up debug messages
2008-07-09 Alan T. DeKokSet request->module to EAP type for clarity
2008-07-09 Alan T. DeKokUse new RDEBUG macro in rlm_eap
2008-07-09 Alan T. DeKokClean up enforcement of EAP "max_sessions"
2007-12-27 aland Replaced DEBUG2 stuff with log of config/modules,...
2007-12-16 aland Catch and deny multiple levels of TLS nesting
2007-12-16 aland Re-arranged and re-named code to convert VP's to EAP...
2007-12-08 aland Don't duplicate a function. It's stupid
2007-11-27 aland If the client puts many types into a NAK, pick the...
2007-11-27 aland TNC can only be run inside of a tunneled method.
2007-11-27 aland Convert radlog(L_INFO, ... to DEBUG2(... to avoid...
2007-11-20 aland Permit TLS inside of PEAP/TTLS tunnels. It won't...
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 #22 from 1.1.x
2007-05-14 nbk Delete trailing whitespace.
next