Same fix for eap session and handler trees
[freeradius.git] / src / modules / rlm_eap / rlm_eap.c
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
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-10-28 Arran Cudbard-BellAdd tag matching to pairdelete and paircopy2
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-11 Matthew Newtoneap-tls is no longer required for ttls or peap
2012-03-04 Matthew NewtonMove rlm_eap_tls TLS-specific config into user-specifie...
2011-11-17 Alan T. DeKokAdded minor debug message
2011-10-18 Arran Cudbard-BellMerge pull request #11 from amne/master
2011-10-07 Arran Cudbard-BellAdd a Message-Authenticator attribute to the response...
2011-09-26 Arran Cudbard-BellAdd EAP-Failure if EAP is called in Post-Auth REJECT...
2011-02-08 Ken-ichirou MATSUZAWAfix freeing eap_handler as opaque (and typo)
2010-11-23 Alan T. DeKokAvoid pointer comparison overflows
2010-10-13 Alan T. DeKokFixes to build without PTHREADs
2010-10-07 Alan T. DeKokFixes from clang / scan-build
2010-08-27 Alan T. DeKokCreate new mutex for Access-Challenge debug code.
2010-08-09 Alan T. DeKokPrint out WARNING if EAP session did not finish.
2010-08-07 Alan T. DeKokFixes for 2.2 API
2010-08-07 Alan T. DeKokRegularize error messages
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. DeKokMore WITH_PROXY fixes
2009-10-13 Alan T. DeKokFix typo
2009-10-12 Alan T. DeKokDon't use source IP for EAP packets.
2009-07-29 Alan T. DeKokLog reasons for failure.
2009-06-01 Alan T. DeKokCopy the User-Name by value
2009-05-24 Alan T. DeKokCheck for misconfigured systems
2008-07-13 Alan T. DeKokUse DEBUG in instantiate, not RDEBUG
2008-07-09 Alan T. DeKokUse new RDEBUG macro in rlm_eap
2008-07-09 Alan T. DeKokClean up enforcement of EAP "max_sessions"
2008-06-24 aland Added "max_sessions" to EAP configuration, which helps...
2008-03-11 aland Set Auth-Type based on name2
next