Use handler mutex for checks, not session mutex
[freeradius.git] / src / modules / rlm_eap / mem.c
2010-10-12 Alan T. DeKokUse handler mutex for checks, not session mutex
2010-08-27 Alan T. DeKokCreate new mutex for Access-Challenge debug code.
2010-08-25 Alan T. DeKokAdded support for TLS-Cert-* and TLS-Client-Cert-*...
2010-08-09 Alan T. DeKokPrint out WARNING if EAP session did not finish.
2010-08-09 Alan T. DeKokSlightly lower impact way of cleaning up old sessions
2010-05-31 Alan T. DeKokAutomatic search and replace for pairfind.
2009-10-01 Alan T. DeKokPrint more descriptive error message for too many EAP...
2008-07-23 Alan T. DeKokre-initialize session_tail on empty list, too
2008-07-09 Alan T. DeKokUse new RDEBUG macro in rlm_eap
2008-07-09 Alan T. DeKokClean up enforcement of EAP "max_sessions"
2008-06-24 aland Added "max_sessions" to EAP configuration, which helps...
2008-02-10 aland Properly initialize random context. This solves the
2008-02-07 aland Print more on "failed to remember handler"
2007-12-20 aland Use less data from the PRNG when creating State.
2007-12-08 aland After some careful code analysis, be a little more...
2007-12-08 aland Catch corner case, as posted to the list
2007-11-27 aland Removed hack-y generate_state() and verify_state(...
2007-11-22 aland Track the number of round trips, and bail out on a...
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-14 nbk Delete trailing whitespace.
2007-04-08 aland Pull fix for bug #436 from branch_1_1
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
2007-02-09 aland Free memory on detach
2007-02-09 aland Free memory on detach
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 aland Fix linked list code for EAP handlers.
2006-05-09 aland Fix linked list code for EAP handlers.
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 s/->strvalue/->vp_strvalue/g
2004-08-31 aland Put the eap sessions into a tree, so that looking...
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2003-11-26 aland Unlock the list AFTER we've finished mucking with...
2003-09-03 cparkerGlob patch to change #if to #ifdef when checking variab...
2003-08-25 phampsonPull from branch_0_9: Widen call{ed,ing}stationid from...
2003-08-05 aland Large changes & re-arrangements, in preparation (hopef...
2003-07-29 aland Added an rcsid
2003-07-28 aland Massive changes to clean up the EAP module, in prepara...
2003-03-03 aland Arg... corrected typos in last commit.
2003-03-03 aland Use DEBUG2 for messages instead of L_INFO, so that...
2002-04-26 raghuFixed memory leaks
2002-03-27 raghuCode Cleanup and new header inclusion.
2002-01-22 raghuPrototype & Signature corrections
2002-01-19 raghuEAP module is generalised to handle any EAP-Type.
2002-01-18 fcusack Use rad_malloc() instead of malloc() + NULL test.
2001-12-12 raghuEAP module for all EAP based authentications