import from HEAD:
[freeradius.git] / src / modules / rlm_eap / eap.c
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
2003-03-03 aland Use DEBUG2 for messages instead of L_INFO, so that...
2002-09-18 cparkerUpdated patch from Rainer Weikusat <weikusat@students...
2002-09-17 cparkerEAP TLS patch from Rainer Weikusat <weikusat@students...
2002-07-29 aland Commit what wasn't committed a few days ago.
2002-04-26 raghuFixed memory leaks
2002-03-27 raghuCode Cleanup and new header inclusion.
2002-03-25 aland Fixed defines for a number of 'int' to 'uint16_t'...
2002-01-22 raghuPrototype & Signature corrections
2002-01-19 raghuEAP module is generalised to handle any EAP-Type.
2002-01-14 aland Delete an unused variable, and ensure that another...
2001-12-12 raghuEAP module for all EAP based authentications