Add support for xlat'd challenge in rlm_eap_gtc
[freeradius.git] / src / modules / rlm_eap / libeap /
2010-10-07 Alan T. DeKokFixes from clang / scan-build
2010-09-03 Alan T. DeKokRemove \n from log messages
2010-09-03 Alan T. DeKokCreate Module-Failure-Message for *all* callback errors
2010-09-03 Alan T. DeKokFixed typo
2010-08-25 Alan T. DeKokAdded support for TLS-Cert-* and TLS-Client-Cert-*...
2010-08-12 Alan T. DeKokUse pairmake() which is in libradius, not radius_pairmake()
2010-08-09 Alan T. DeKokAdd Cached-Session-Policy attribute.
2010-08-09 Alan T. DeKokPrint out WARNING if EAP session did not finish.
2010-08-09 Alan T. DeKokMore errors to Module-Failure-Message
2010-08-07 Alan T. DeKokRegularize error messages
2010-07-30 Alan T. DeKokPut SSL errors into Module-Failure-Message
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-02-04 Alan T. DeKokSet flag CORRECTLY for resumed session
2009-09-24 Alan T. DeKokEnsure that cached SSL sessions have data
2009-05-08 Alan T. DeKokCatch invalid ACKs
2009-01-30 Arnaud EbalardFix broken EAP-TLS (bug introduced 2008/08/24 by b51a3a82)
2008-11-26 Alan T. DeKokUse "ln -s" rather than "cp" for in-tree operation
2008-09-24 Alan T. DeKokGet session resumption working for EAP-TLS, too
2008-09-23 Alan T. DeKokExpose MSK and EMSK
2008-08-29 Alan T. DeKokUse functions from libfreeradius
2008-08-29 Alan T. DeKokMark session as resumed
2008-08-26 Alan T. DeKokfr_strerror -> fr_strerror()
2008-08-26 Alan T. DeKokRename librad_* to fr_*
2008-08-25 Alan T. DeKokEnforce session cache enable.
2008-08-25 Alan T. DeKokFinish Session Resumption patch - cache User-Name
2008-08-24 Alan T. DeKokFirst draft of session resumption.
2008-08-24 Alan T. DeKokClean up debug && log messages
2008-08-24 Alan T. DeKokAutomatically calculate MPPE keys
2008-08-24 Alan T. DeKokPull SSL handshake code into libeap
2008-08-17 Alan T. DeKokDEBUG -> RDEBUG
2008-07-09 Alan T. DeKokUse new RDEBUG macro
2008-06-05 aland OpenSSL's SHA1Transform takes different arguments...
2008-06-05 aland Corrected name of function
2007-12-28 aland EAP-IKEv2 is type 49, not 47
2007-12-27 aland Added ikev2 from eap-ikev2.sourceforge.net/
2007-12-16 aland Re-arranged and re-named code to convert VP's to EAP...
2007-12-15 aland Fixes to allegedly make it work on more systems
2007-12-13 aland The last change seems to break things. Don't use...
2007-12-13 aland Fixed typo. it's &&, not &
2007-12-08 aland More functions that have no business being public
2007-12-08 aland map/unmap_eap_types are used ONLY for eapsim testing...
2007-12-08 aland Don't duplicate a function. It's stupid
2007-11-27 aland Changed radlog(L_INFO... to DEBUG2(... to avoid pollut...
2007-11-27 aland Re-assemble fragments properly for tunneled data
2007-11-26 aland Corrected typo
2007-11-25 aland Many "unsigned char" to "uint8_t" and "int" to "size_t...
2007-11-25 aland Rename libeap to libfreeradius-eap
2007-11-23 aland Added definitions for more EAP types
2007-11-23 aland More search and replace changes to clean up the code.
2007-11-22 aland Prepare for session resumption patch.
2007-11-10 aland sprintf -> snprintf
2007-11-10 aland Return EAPTLS_OK only if the SSL setup is finished...
2007-11-08 aland Call record_minus, not record_init() on handshake...
2007-08-13 aland Pulled fix from branch_1_1
2007-07-02 aland We don't set the ephemeral RSA keys option, so it...
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-15 aland Port fix for Coverity bug #41 from 1.1.x
2007-05-15 aland Pull suppression of "error in read client cert A"...
2007-05-14 nbk Delete trailing whitespace.
2007-04-19 aland More lvalue to vp_integer changes
2007-04-13 aland Clean up header files
2007-04-08 aland SSL_want_read() isn't an error. Print it out only...
2007-04-08 aland Corrected typo
2007-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-08 aland Don't print errors if the error is zero.
2007-04-07 aland prev_eap_ds might be NULL. Check it, too.
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-03-05 aland Free packet if the contents are badly formatted. ...
2007-03-05 aland prev_eap_ds may be NULL. Don't dereference it.
2007-02-26 aland Pulled from branch_1_1, with formatting
2007-02-23 aland Pull fix from branch_1_1
2007-02-23 aland type.data is malloc'd by everyone BUT radeapclient...
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-15 aland Handle Client-Error code. If the client sends us...
2007-01-24 aland Pull fix from 1.1 branch
2007-01-24 aland Fix longstanding bug where the session wasn't being...
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-08-15 aland Replaced EAP-MD5-Password with Cleartext-Password
2006-07-01 fcusackimport from branch_1_1:
2006-06-01 fcusackimport from HEAD:
2006-05-19 nbk Don't use rad_assert in libeap, it's a server-only...
2006-05-19 nbk Don't use rad_assert in libeap, it's a server-only...
next