track TLS cache filename
[freeradius.git] / src / modules / rlm_eap / rlm_eap.c
2017-02-03 Alan T. DeKoktrack TLS cache filename
2016-03-14 Arran Cudbard-BellMerge pull request #1527 from herwinw/rlm_perl_robustne...
2016-02-07 Alan T. DeKokHighlight message a bit more.
2016-01-18 Alan T. DeKokCheck if Auth-Type EAP is defined
2015-12-20 Arran Cudbard-BellMerge pull request #1377 from skids/virtualize_state
2015-11-20 Arran Cudbard-BellNo cases where this is helpful
2015-11-18 Arran Cudbard-BellVarious fixes for LEAP proxying
2015-10-13 Arran Cudbard-BellAdd additional EAP methods to the list that use TLS
2015-08-19 Arran Cudbard-BellUse macro for terminating CONF_PARSER arrays
2015-08-19 Alan T. DeKokWe don't need these messages in normal debug mode
2015-08-13 Alan T. DeKokAllow EAP sub-modules to be disabled via (e.g.) "disabl...
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-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-29 Alan T. DeKokAdd "bootstrap" method, and clean up module API.
2015-04-29 Arran Cudbard-BellSwitch to C99 style initialisers for module structs
2015-04-28 Arran Cudbard-Bellsed -ie 's/fr_debug_flag/fr_debug_lvl/' sed -ie 's...
2015-04-24 Alan T. DeKokProper fix for #945. Auto-generate PW_AUTH_TYPE_*
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-01-13 Alan T. DeKokFix license erroneously updated by commit 23d838445
2015-01-13 Alan T. DeKoks/if/of/ in the GPL license
2014-12-22 Arran Cudbard-BellTurn on super pedantic warnings in CLANG
2014-12-03 Arran Cudbard-BellMerge pull request #847 from spbnick/man_clients_update
2014-12-03 Arran Cudbard-BellChange references to vp->length to vp->vp_length
2014-11-24 Alan T. DeKokFix PEAP. This is mostly a revert of 22c9033c07e4e
2014-11-21 Alan T. DeKokDon't re-use debug level for flags. Closes #839
2014-11-04 Arran Cudbard-BellFormatting
2014-10-02 Arran Cudbard-BellChange eap_vp2packet to use fr_strerror_printf to outpu...
2014-10-02 Arran Cudbard-BellWhitespace
2014-08-27 Alan T. DeKokInclude trailing zero byte for LEAP
2014-06-21 Arran Cudbard-BellSame fix for eap session and handler trees
2014-06-18 Arran Cudbard-BellParent rbtrees correctly
2014-06-16 Arran Cudbard-BellUse sane macro names for codes. PW_CODE_AUTHENTICATION_...
2014-06-04 Alan T. DeKokAllow no proxy reply. Closes #675
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-BellAdd some basic indenting
2014-05-18 Arran Cudbard-BellRemove trailing periods in log messages
2014-05-18 Arran Cudbard-BellGather existing log fields in rad_request into a struct...
2014-05-12 Arran Cudbard-BellDon't crash when exiting if there are EAP sessions
2014-05-09 Arran Cudbard-BellReplace EDEBUG and WDEBUG with ERROR and WARN
2014-05-02 Alan T. DeKokAdd CC_HINT(nonnull) to module methods
2014-04-25 Alan T. DeKokMore "make whitespace"
2014-04-04 Arran Cudbard-BellSet types correctly on talloced VALUE_PAIR buffers
2014-04-04 Arran Cudbard-BellSync packet code definitions with master
2014-03-23 Alan T. DeKokMake CHECK_CONFIG_SAFE the default.
2014-03-16 Arran Cudbard-BellBackport fr_cursor name changes
2014-01-27 Alan T. DeKokrequest->proxy_reply may be NULL
2014-01-26 Arran Cudbard-BellBackport fr_syserror() from master
2014-01-21 Arran Cudbard-BellFixup format strings
2013-12-12 Alan T. DeKokUse memdup for binary data, not strdup
2013-11-15 Alan T. DeKokFix error message to be clearer
2013-09-26 Arran Cudbard-BellFix places where old VP values were not freed
2013-08-12 Alan T. DeKokfree -> talloc_free
2013-07-30 Arran Cudbard-BellUse the same const order everywhere
2013-07-25 Arran Cudbard-BellFix deadlock in eap_handler_free, and also simplify...
2013-07-25 Arran Cudbard-BellFix for opaque data double free
2013-07-24 Arran Cudbard-BellFix all other instances of sizeof(vp->vp_strvalue)
2013-07-21 Alan Buxeymyriad of spelling mistakes and corrected some document...
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-10 Arran Cudbard-BellFix messed up macro
2013-07-09 Arran Cudbard-BellSprinkle vp->type = VT_DATA in more places, this will...
2013-05-29 Arran Cudbard-BellUse paircursor for iteration where appropriate
2013-05-06 Alan T. DeKokMove vp_octets and vp_strvalue to pointer
2013-04-30 Alan T. DeKokAdded pairstrcpy()
2013-04-25 Arran Cudbard-BellReplace all radlog/radlog_request calls with macros
2013-04-25 Arran Cudbard-BellSanitise logging macro names, and move the logging...
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
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-04-01 Alan T. DeKokFix clang warnings
2013-03-31 Alan T. DeKokMassive cleanups to module instantiation.
2013-03-31 Alan T. DeKokDon't call mod_detach() from instantiate
2013-03-31 Alan T. DeKokCleaned up radlog(L_ERR, ... in mod_initialize
2013-03-29 Alan T. DeKokfoo == NULL to !foo
2013-03-27 Alan T. DeKokEAP_MAX_TYPES is invalid, too
2013-03-26 Alan T. DeKokRemove more references to malloc
2013-03-22 Arran Cudbard-BellCheck for libssl too
2013-03-21 Arran Cudbard-BellVarious minor fixes in rlm_eap
2013-03-20 Alan T. DeKokChange && to ||
2013-03-20 Alan T. DeKokRe-name all of the module functions.
2013-03-19 Alan T. DeKokConvert module to using talloc
2013-03-19 Alan T. DeKokConvert pairmake() to talloc
2013-03-16 Arran Cudbard-BellReplace spaces with tabs
2013-03-16 Alan T. DeKokperl -p -i -e 's/\ +$//' $(find . -name "*.[ch]" -print)
2013-03-16 Arran Cudbard-BellTypo
2013-03-16 Arran Cudbard-BellRemove redundant 'EAP' now were using dictionary values...
2013-03-16 Arran Cudbard-BellFixup rlm_eap and submodules, correcting data types...
2013-03-15 Arran Cudbard-BellFixup EAP type definitions
2013-03-08 Alan DeKokMerge pull request #215 from alanbuxey/master
2013-03-02 Alan T. DeKokUse correct return codes and variable types
2013-02-24 Alan T. DeKokMove EAP types (sub-modules) to use talloc
2013-02-19 Alan T. DeKokRequire that the modules call talloc for their instance...
2013-02-18 Alan T. DeKokMore debug macros
2013-02-18 Alan T. DeKokRemove L_CONS
2013-01-22 Arran Cudbard-BellAdd doxygen headers to all module files
2013-01-11 Arran Cudbard-BellAdd documentation to modules.h
next