port fix from branch_1_1
[freeradius.git] / src / modules / rlm_eap / rlm_eap.c
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-14 aland Removed all free(inst->foo) where "foo" comes from...
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-11-11 aland Include files used to build the server are now <freera...
2005-09-01 aland s/->strvalue/->vp_strvalue/g
2005-08-17 aland Re-arrange entries in the module_t structure, and...
2005-06-03 aland If the callback fails, do eap_fail() to get an EAP...
2005-04-20 aland Don't do #ifdef AF_INET6, as it's always defined now
2005-04-19 aland Massive change to add foundational support for IPv6.
2005-03-28 mgriegoRemove the EAP submodule locking.
2004-08-31 aland Put the eap sessions into a tree, so that looking...
2004-03-12 aland If the tunneled EAP session returned early because...
2004-03-08 aland If this VP isn't a LEAP thing, go to the next one.
2004-03-02 aland Cisco AP1230B firmware 12.2(13)JA1 has a bug. When...
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2004-02-20 aland Set Message-Authenticator to a known value.
2003-12-07 alandeap.h support for tunneled callbacks
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-08 aland Push the requirement for a User-Name attribute down...
2003-08-05 aland Large changes & re-arrangements, in preparation (hopef...
2003-07-29 aland Add a new configuration entry: ignore unknown EAP...
2003-07-29 aland In preparation for recursive calls to EAP, the EAP...
2003-07-28 aland Massive changes to clean up the EAP module, in prepara...
2003-07-07 aland check & memset
2003-03-07 aland Pass a data structure to eap_compose() which includes the
2003-03-05 aland Removed unused variable
2003-03-05 aland Copy State attribute from incoming request to reply...
2003-03-05 aland Added a 'post-proxy' section, to re-write LEAP weirdness.
2003-03-03 aland Use DEBUG2 for messages instead of L_INFO, so that...
2002-08-24 aland Add more NULL's to module data structures, in preparat...
2002-06-10 fcusack quiet compiler (auth_name -> auth_type to avoid shadow...
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-14 aland Minor changes to fix compiler warnings.
2001-12-12 raghuEAP module for all EAP based authentications