perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch]" -print`
[freeradius.git] / src / modules / rlm_eap / mem.c
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