update usage of pairmoveto
[freeradius.git] / src / modules / rlm_eap / types / rlm_eap_ttls / ttls.c
2013-03-06 Sam Hartmanupdate usage of pairmoveto
2013-03-05 Kevinmake eap channel bindings functional (at least with...
2013-03-05 Kevineap channel binding fixes
2013-03-05 KevinEap channel binding support code
2013-02-19 Arran Cudbard-BellAdd context pointer to pairalloc
2013-02-18 Alan T. DeKokOne more check for size > 253
2013-02-18 Alan T. DeKokMore debug macros
2013-02-17 Alan T. DeKokCheck size of raw attributes in TTLS
2013-02-17 Alan T. DeKokDon't use uninitialized variables
2013-02-16 Alan T. DeKokRemove "type" from paircreate() function.
2013-02-16 Alan T. DeKokChanged vp->attribute to vp->da->attr, etc.
2013-02-13 Alan T. DeKokJust call the normal attr2vp function
2013-01-04 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-12-30 Arran Cudbard-BellAdd support for tags to remaining functions in lib...
2012-12-06 Alan DeKokMerge pull request #143 from tobiasbrunner/eap-ttls...
2012-12-05 Tobias BrunnerAllow EAP-Message APVs > 253 octets in EAP-TTLS module
2012-10-28 Arran Cudbard-BellAdd tag matching to pairdelete and paircopy2
2012-10-04 Arran Cudbard-BellMerge pull request #87 from armitasp/master
2012-09-30 Alan DeKokMerge pull request #54 from mcnewton/patch-client-cert
2012-09-28 Arran Cudbard-BellMerge pull request #95 from alanbuxey/master
2012-09-27 Alan DeKokMerge pull request #93 from mcnewton/rad_virtual_server
2012-09-25 Matthew Newtonrlm_eap virtual servers now call postauth for both...
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2012-08-02 Alan T. DeKokFix typo
2012-08-02 Alan T. DeKokRename confusing attr
2012-07-30 Alan T. DeKokMerge branch 'master' of github.com:alandekok/freeradiu...
2012-07-27 Alan T. DeKokDump invalid diameter attrs in TTLS inner tunnel
2012-07-21 Alan T. DeKokCompletely decode Vendor-Specific inside of Diameter...
2012-07-21 Alan T. DeKokManually pull fixes from v2.1.x
2012-03-28 Alan T. DeKokThere might not be a reply
2011-10-18 Arran Cudbard-BellMerge pull request #11 from amne/master
2011-08-10 Alan T. DeKokAdd support for encoding/decode 64-bit integers inside...
2010-10-07 Alan T. DeKokFixes from clang / scan-build
2010-07-30 Alan T. DeKokPut SSL errors into Module-Failure-Message
2010-06-10 Alan T. DeKokUse correct variable to look up attributes in the dicti...
2010-06-10 Alan T. DeKokFix proxying of inner tunneled requests
2010-05-31 Alan T. DeKokRemove all references to "vp->attribute & 0xffff"
2010-05-31 Alan T. DeKokRemove all limitations on vendor IDs being less than 64K
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. DeKokAdded WITH_PROXY to allow it to build without proxying
2009-08-12 Alan T. DeKokMove restrictions on vendor ID from 32767 to 65535
2008-10-15 Alan T. DeKokfake->server may be NULL
2008-09-21 Alan T. DeKokRemoved duplicate variable definitions
2008-09-05 Alan T. DeKokCorrected typo
2008-08-25 Alan T. DeKokFinish Session Resumption patch - cache User-Name
2008-08-24 Alan T. DeKokAutomatically calculate MPPE keys
2008-08-24 Alan T. DeKokPull SSL handshake code into libeap
2008-08-07 Alan T. DeKokPrint internal tunnel attributes in debug mode
2008-07-09 Alan T. DeKokUse new RDEBUG macro
2008-03-07 aland Remove references to stdout, and use new debug_pair...
2008-02-18 aland Set fake->request->src_ipaddr from request->packet...
2007-11-27 aland Changes to make EAP-TLS inside of EAP-TTLS at least...
2007-11-27 aland Convert radlog(L_INFO, ... to DEBUG2(... to avoid...
2007-11-25 aland Many "unsigned char" to "uint8_t" and "int" to "size_t...
2007-11-22 aland Clean up code to call tls_handshake_send(), which...
2007-11-10 aland More careful sanity checking on the values of attribut...
2007-11-10 aland If the EAP message in the Diameter AVP is larger than 253
2007-08-13 aland Pulled fix from branch_1_1
2007-07-03 aland Added and documented "virtual_server" config for PEAP...
2007-06-23 aland Look for Virtual-Server in configuration items. If...
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 Free "fake" on parse error.
2007-05-15 aland Free "fake" on parse error.
2007-05-14 nbk Delete trailing whitespace.
2007-04-19 aland more lvalue to vp_* changes
2007-04-11 aland pairfree(&vp) on parse error.
2007-04-08 aland Use memcmp rather than doing the check by hand.
2007-04-08 aland Use memcmp, rather than doing the comparison by hand.
2007-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-07 aland free(vp) on decoding error.
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-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:
next