Port "use_tunneled_reply" fix for MS-CHAP from branch_1_1
[freeradius.git] / src / modules / rlm_eap / types / rlm_eap_ttls / ttls.c
2007-02-16 aland Port "use_tunneled_reply" fix for MS-CHAP from branch_1_1
2007-02-16 aland When we have a tunneled MS-CHAP2-Success attribute...
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-10-18 aland Send MS-CHAP2-Success, which makes EAP-TTLS/MSCHAP...
2006-10-18 aland Send MS-CHAP2-Success, which makes EAP-TTLS/MSCHAP...
2006-08-18 aland Pulled from branch_1_1
2006-08-17 aland Pulled from branch_1_1. Untested!
2006-08-15 aland Now that we have Cleartext-Password and Password-With...
2006-07-17 aland Check header length, too
2006-07-17 aland Check length of Diameter headers, too
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-15 aland Moved TLS code from rlm_eap_tls to libeap. Updated...
2005-09-01 aland s/->strvalue/->vp_strvalue/g
2005-06-03 aland Call eaptls_fail on reject, and unknown packet codes...
2005-05-31 aland Don't send Proxy-State from home server in reply,...
2005-03-22 aland catch another record_init, missed by the previous...
2005-03-22 aland Moved record_* functions to tls_session_t structure...
2004-11-21 aland Make "use_tunneled_reply" work for MS-CHAPv2
2004-04-19 aland Call post-auth after receiving an Access-Accept for...
2004-03-19 mcr signed/unsigned fixes.
2004-03-16 aland Flush the buffer after writing to it
2004-03-10 aland Padding is "NOT unaligned data", not "aligned data"
2004-03-05 aland eapttls_process() was sometimes returning PW_FOO,...
2004-03-02 aland Clean up the code a little more.
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2004-01-07 aland Updated the debugging message to make a little more...
2003-12-07 alandeap.h support for tunneled callbacks
2003-11-18 aland Clean up printing of debug information, so it doesn...
2003-11-18 aland Check for clients which don't pad AVP's to a 4 octet...
2003-11-06 aland Don't check for 'unsigned int' to be > 0, it's always...
2003-09-18 aland Minor typo
2003-09-16 aland Don't copy server-side attributes into the tunneled...
2003-09-05 aland Selected attributes are NEVER copied to the tunnel...
2003-09-04 aland Added new configuration entry to copy some attributes...
2003-08-28 aland New TTLS module. Verified to work with tunneled PAP...