Fixes from clang / scan-build
[freeradius.git] / src / modules / rlm_eap / rlm_eap.c
2010-10-07 Alan T. DeKokFixes from clang / scan-build
2010-08-27 Alan T. DeKokCreate new mutex for Access-Challenge debug code.
2010-08-09 Alan T. DeKokPrint out WARNING if EAP session did not finish.
2010-08-07 Alan T. DeKokFixes for 2.2 API
2010-08-07 Alan T. DeKokRegularize error messages
2010-05-31 Alan T. DeKokMany more changes to get it to build.
2010-05-31 Alan T. DeKokAutomatic search and replace for pairfind.
2010-04-26 Alan T. DeKokMore WITH_PROXY fixes
2009-10-13 Alan T. DeKokFix typo
2009-10-12 Alan T. DeKokDon't use source IP for EAP packets.
2009-07-29 Alan T. DeKokLog reasons for failure.
2009-06-01 Alan T. DeKokCopy the User-Name by value
2009-05-24 Alan T. DeKokCheck for misconfigured systems
2008-07-13 Alan T. DeKokUse DEBUG in instantiate, not RDEBUG
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-03-11 aland Set Auth-Type based on name2
2008-02-10 aland Properly initialize random context. This solves the
2008-02-07 aland Print more on "failed to remember handler"
2007-12-16 aland Re-arranged and re-named code to convert VP's to EAP...
2007-11-27 aland Removed hack-y generate_state() and verify_state(...
2007-11-25 aland Many "unsigned char" to "uint8_t" and "int" to "size_t...
2007-11-23 aland More changes to make a common naming scheme. This...
2007-11-20 aland Permit TLS inside of PEAP/TTLS tunnels. It won't...
2007-11-13 aland Remove unneeded lines
2007-11-11 aland Mark more modules "safe for -C"
2007-08-13 aland Pulled fix from branch_1_1
2007-06-16 aland Better checks for no OpenSSL
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-05-02 aland In the authorize stage, return OK if we see TTLS or...
2007-04-25 aland If the server is built without OpenSSL, do not load...
2007-04-23 aland Added RADCLIENT* pointer to the REQUEST structure...
2007-04-19 aland vp->lvalue to vp->vp_integer changes
2007-04-12 aland Use new lrad_ipaddr_cmp() function
2007-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-05 aland Massively cleaned up #include's, so they're in a consi...
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
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...
next