Use local EAP, even if the realm doesn't exist
[freeradius.git] / src / modules / rlm_eap / eap.c
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.
2007-05-03 aland Standardized format for debugging output, after a...
2007-05-03 aland More readable debug output
2007-05-02 aland In the authorize stage, return OK if we see TTLS or...
2007-04-19 aland vp->lvalue to vp->vp_integer changes
2007-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-07 aland free handler on OOM.
2007-04-03 aland Massive change to the server core to remove horrid...
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-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-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:
2006-02-06 nbkPull from CVS 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-09-01 aland Use vp_octets in more places. "char" may be signed...
2005-09-01 aland s/->strvalue/->vp_strvalue/g
2005-07-13 aland Add note re: RFC compliance
2005-05-13 aland Note that RFC 3748 allows multiple EAP types in the...
2005-04-19 aland Massive change to add foundational support for IPv6.
2004-08-31 aland Put the eap sessions into a tree, so that looking...
2004-05-05 aland re-arranged the code in eap_start.
2004-04-26 aland On unknown EAP code, smash it, and replace it with...
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2004-02-26 aland Add EAP-Type to the request packet pairs, even if...
2004-02-24 aland Updated debug messages
2004-02-20 aland Define RAD_REQUEST_OPTION_PROXY_EAP, and don't get...
2004-01-28 aland Having eap_type2name return a "static" buffer is a...
2004-01-07 aland A little cleaner check for identity & username.
2003-12-07 aland Cosmetic changes in debugging messages
2003-11-27 aland Fail authentication if the User-Name attribute changes...
2003-11-07 aland If the user sends a NAK with an EAP type, and their...
2003-11-03 mcr moved eap_attribute to eapcommon.c
2003-11-01 mcr eaptype->name changed from array to function.
2003-11-01 mcr definitions moved to libeap.
2003-10-24 aland More debugging messages
2003-10-14 aland Updated in preparation for EAP MS-CHAP-V2 types
2003-09-26 aland Added more debug messages for people who out-smart...
2003-09-24 aland Added comma
2003-09-24 aland Minor update
2003-09-24 aland Return OK on success, instead of HANDLED
next