start of peapv1
[freeradius.git] / src / modules / rlm_eap / types / rlm_eap_peap / rlm_eap_peap.c
2017-03-29 Alan T. DeKokstart of peapv1
2016-01-19 Alan T. DeKoktypo
2016-01-19 Alan T. DeKokMove run-time error to run-time warning
2016-01-19 Alan T. DeKokmake error message clearer
2016-01-18 Alan T. DeKokMake inner EAP name configurable
2016-01-18 Arran Cudbard-BellMerge pull request #1499 from mcnewton/es30
2016-01-18 Alan T. DeKokLook for mschap, not eap
2015-12-20 Arran Cudbard-BellMerge pull request #1377 from skids/virtualize_state
2015-12-15 Alan DeKokMerge pull request #1455 from qnet-herwin/virtual_serve...
2015-12-15 Herwin WeststrateFixed error message for virtual server in rlm_eap_peap
2015-12-15 Alan T. DeKokRequire "virtual_server" for TTLS and PEAP
2015-12-02 Alan T. DeKokDynamically check Auth-Type values
2015-09-11 Alan T. DeKokUse fr_pair_list_mcopy... instead of fr_pair_list_move...
2015-08-19 Arran Cudbard-BellUse macro for terminating CONF_PARSER arrays
2015-07-15 Arran Cudbard-BellMerge pull request #1133 from jpereira/devel/add-sql_fi...
2015-07-14 Arran Cudbard-BellRename functions in pair.c to be consistent with the...
2015-06-07 Arran Cudbard-BellUse bools where appropriate
2015-06-04 Arran Cudbard-BellUse standard return code message format
2015-06-04 Arran Cudbard-Bellprint the string version of the return code from eaptls...
2015-05-14 Alan DeKokMerge pull request #983 from michael-mri/v3.0.x
2015-05-08 Alan T. DeKokDrastically simplify "EAP session did not finish" code
2015-04-22 Arran Cudbard-BellFix mismatches between CONF_PARSER structs and the...
2015-03-13 Arran Cudbard-BellBut it's been config_items for N number of decades!
2015-02-20 Arran Cudbard-BellUse better names for states and callbacks in eap methods
2014-12-22 Arran Cudbard-BellTurn on super pedantic warnings in CLANG
2014-11-22 Arran Cudbard-BellAdd internal API for rlm_cache module
2014-10-28 Arran Cudbard-BellUse rdebug_pair_list in more places and remove debug_pa...
2014-08-30 Alan T. DeKokClarify behavior of inner-tunnel replies
2014-06-20 Arran Cudbard-BellMerge pull request #696 from leprechau/v3.0.x
2014-06-20 Arran Cudbard-BellPEAP tunnel data should be parented by the tls_session...
2014-06-20 Arran Cudbard-BellPEAP tunnel data should be parented by the tls_session...
2014-06-20 Arran Cudbard-BellMake client_cert bool everywhere
2014-06-19 Arran Cudbard-BellAllocate SSL session ctx memory under the handler to...
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-21 Arran Cudbard-BellChange PW_TYPE_STRING_PTR to PW_TYPE_STRING
2014-05-18 Arran Cudbard-BellRemove trailing periods in log messages
2014-04-25 Alan T. DeKokMore "make whitespace"
2014-04-22 Alan T. DeKokMove assignment so we don't over-write an unused value
2014-02-21 Arran Cudbard-BellFix more booleans
2013-11-14 Arran Cudbard-BellUpdate the conffile parser to treat the fields mapped...
2013-04-23 Arran Cudbard-BellUse C99 bool type for truth values
2013-04-18 Arran Cudbard-BellApparently error messages shouldn't have been converted...
2013-04-17 Arran Cudbard-BellReplace radlog(L_ERR with DEBUGE
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-03-23 Arran Cudbard-BellRename pairmove2 pairfilter
2013-03-23 Alan T. DeKokUse pairmove2() instead of foo->vps = bar->vps;bar...
2013-03-20 Alan T. DeKokUse pairmove2() instead of pairadd(a,b);b=NULL
2013-03-20 Alan T. DeKokRe-name all of the module functions.
2013-03-18 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2013-03-18 Alan T. DeKokMove TTLS/PEAP session structs to talloc
2013-03-18 Alan T. DeKokMove TTLS/PEAP session structs to talloc
2013-03-16 Arran Cudbard-BellReplace spaces with tabs
2013-03-16 Arran Cudbard-BellFixup rlm_eap and submodules, correcting data types...
2013-03-08 Alan DeKokMerge pull request #215 from alanbuxey/master
2013-02-24 Alan T. DeKokMove EAP types (sub-modules) to use talloc
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-11-06 Arran Cudbard-BellMerge pull request #126 from arr2036/autoconf_fellation
2012-11-06 Arran Cudbard-BellRemove redundant #include <freeradius-devel/autoconf.h>
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-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2012-04-03 Matthew NewtonAdd require_client_cert options to EAP-PEAP/TTLS
2012-03-04 Matthew NewtonGive rlm_eap_peap an initiate function and remove depen...
2011-05-10 Alan T. DeKokRemoved EAP names from global TLS definitions and struc...
2010-10-08 Phil MayersAdded SoH functionality to the PEAP module
2010-07-08 Alan T. DeKokRe-worked PEAP state machine to be clearer
2010-06-30 Alan T. DeKokALWAYS save the MPPE keys for later.
2010-04-30 Alan T. DeKokUse pairadd() properly.
2010-04-26 Alan T. DeKokMore WITH_PROXY fixes
2010-04-14 Alan T. DeKokappend tunneled reply, rather than moving it
2008-08-25 Alan T. DeKokFinish Session Resumption patch - cache User-Name
2008-08-24 Alan T. DeKokPEAP & TTLS support for session resumption.
2008-08-24 Alan T. DeKokAutomatically calculate MPPE keys
2008-08-24 Alan T. DeKokDEBUG -> RDEBUG
2007-11-27 aland Cleaned up debugging
2007-11-27 aland *Correctly* Re-assemble large amounts of data inside...
2007-11-22 aland Clean up code to call tls_handshake_send(), which...
2007-08-13 aland Pulled fix from branch_1_1
2007-07-13 aland Port fix for use_tunneled_reply from 1.1.x
2007-07-13 aland Allow tunneled reply to over-ride user name
2007-07-03 aland Added and documented "virtual_server" config for PEAP...
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-14 nbk Delete trailing whitespace.
2007-04-08 aland Pull fix for bug #436 from branch_1_1
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
2007-02-14 aland Removed all free(inst->foo) where "foo" comes from...
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
next