import from branch_1_1:
[freeradius.git] / src / modules / rlm_eap / eap.c
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
2003-09-19 aland Added name & define for EAP-MSCHAP-V2
2003-08-25 phampsonPull from branch_0_9: Widen call{ed,ing}stationid from...
2003-08-14 aland EAP-Type = None means that we don't do EAP for this...
2003-08-08 aland slight changes to debug messages
2003-08-06 aland Updates to NAK handler
2003-08-05 aland Large changes & re-arrangements, in preparation (hopef...
2003-07-29 aland Added place-holder for NAK handler, for unknown types.
2003-07-29 aland Add a new configuration entry: ignore unknown EAP...
2003-07-29 aland Add new EAP-Type to request->packet->vps, when it...
2003-07-29 aland Got rid of the use of explicit EAP types in the 'type...
2003-07-28 aland Massive changes to clean up the EAP module, in prepara...
2003-07-07 aland If the EAP NAK says that the client can do LEAP, then...
2003-06-26 aland The unique ID we generate is based on the client IP...
2003-04-04 aland Be a little more careful when parsing EAP packets.
2003-03-26 aland www.freeradius.org/rfc/rfc2869.html#EAP-Message
2003-03-17 aland Chop packets on 253 data octets, not 252.
2003-03-07 aland Last bit of changes to allow LEAP to work.
2003-03-07 aland Pass a data structure to eap_compose() which includes the
2003-03-07 aland Moved function & made it 'static' to avoid polluting...
2003-03-06 aland sizeof() on a pointer is NOT the length of the string...
2003-03-05 aland Updated debug messages
2003-03-05 aland Minor change to allow more debug messages
next