Remove support for statically compiled EAP methods Closes #1591
[freeradius.git] / src / modules / rlm_eap / eap.c
2016-04-26 Arran Cudbard-BellRemove support for statically compiled EAP methods...
2016-03-22 Alan T. DeKokConsistent messages
2015-12-20 Arran Cudbard-BellMerge pull request #1377 from skids/virtualize_state
2015-12-09 Alan T. DeKokMore warnings for broken software
2015-10-14 Alan T. DeKokBetter fix for EAP loops. Fixes #1311
2015-10-07 Alan DeKokMerge pull request #1310 from mcnewton/deb30a
2015-10-07 Alan T. DeKokAllow virtual home servers to process EAP. Fixes ...
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-30 Arran Cudbard-BellFix dlopen wrapper so it produces proper error messages
2015-06-05 Arran Cudbard-BellFix indentation for some messages, lower priority of...
2015-06-04 Arran Cudbard-BellMore minor message tweaks
2015-06-04 Arran Cudbard-BellMake Peer Sent method message slightly clearer
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-03-31 Alan T. DeKokWarn on use of expanded EAP types
2015-03-31 Alan T. DeKokConvert expanded EAP to normal EAP
2015-03-31 Alan T. DeKokFirst stab at supporting Expanded Type EAP packets
2015-03-13 Arran Cudbard-BellBut it's been config_items for N number of decades!
2015-03-03 Arran Cudbard-BellMerge pull request #915 from nchaigne/3.0.x-fb1
2015-03-03 Alan T. DeKokSeperate messages for invalid packet and unknown types
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-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-05 Herwin WeststrateFixed potential null pointer dereferences
2014-11-04 Arran Cudbard-BellFormatting
2014-10-05 Alan T. DeKokMaximum length on EAP identity
2014-07-01 Arran Cudbard-BellUse RFC language in eap.c messages
2014-06-20 Arran Cudbard-BellMerge pull request #696 from leprechau/v3.0.x
2014-06-20 Arran Cudbard-BellFixup talloc destructors
2014-06-16 Arran Cudbard-BellUse sane macro names for codes. PW_CODE_AUTHENTICATION_...
2014-05-29 Alan T. DeKokDon't return OK for EAP-MSCHAPv2 success/fail
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-11 Arran Cudbard-BellDon't rate limit messages with -X so we get consistent...
2014-05-02 Arran Cudbard-BellMove more CC_HINTs to headers
2014-05-02 Arran Cudbard-BellRemove asserts which were used to mask scan-build error...
2014-04-25 Alan T. DeKokMore "make whitespace"
2014-04-20 Arran Cudbard-BellMerge pull request #589 from nchaigne/v3.0.x
2014-04-17 Alan T. DeKokAssertions for scan complaints
2014-04-11 Alan T. DeKokFix calls to radius_paircreate()
2014-04-11 Alan T. DeKokRevert "Create reply attributes parented from the reply"
2014-04-09 Alan T. DeKokCreate reply attributes parented from the reply
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-01-21 Arran Cudbard-BellFixup format strings
2013-12-19 Arran Cudbard-BellFix typos, and some slightly incorrect assumptions
2013-12-19 Alan T. DeKokMore descriptive error message
2013-07-25 Arran Cudbard-BellFix deadlock in eap_handler_free, and also simplify...
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-11 Arran Cudbard-BellFix invalid format strings and bugs revealed by the...
2013-05-29 Arran Cudbard-BellUse paircursor for iteration where appropriate
2013-05-07 Alan T. DeKokMake eap_compose routine for EAP is now RADIUS un-aware
2013-05-06 Alan T. DeKokMove vp_octets and vp_strvalue to pointer
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-04-01 Arran Cudbard-BellFix some clang specific compiler warnings
2013-03-29 Alan T. DeKokfoo == NULL to !foo
2013-03-29 Alan T. DeKokRemove "out of memory" log messages.
2013-03-28 Alan T. DeKokZero out EAP Fail packet
2013-03-26 Alan T. DeKokRemove more references to malloc
2013-03-25 Alan T. DeKokAdded talloc_get_type_abort for the pointers
2013-03-22 Arran Cudbard-BellCleanup variable names in eap.c
2013-03-21 Arran Cudbard-BellVarious minor fixes in rlm_eap
2013-03-21 Arran Cudbard-BellMinor typo
2013-03-21 Arran Cudbard-BellDon't segv if we didn't managed to load one of the...
2013-03-21 Arran Cudbard-BellKill another smurf
2013-03-20 Alan T. DeKokeap_method_select returns eap_rcode_t, not eap_code_t
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-17 Alan T. DeKokMove EAP handler, EAP_DS, eap_packet_t to use 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 Alan T. DeKokRemove all dependencies on libltdl.
2013-03-16 Arran Cudbard-BellDeconstify mod_name
2013-03-16 Arran Cudbard-BellConvert module name to lowercase
2013-03-16 Arran Cudbard-BellFixup rlm_eap and submodules, correcting data types...
2013-03-15 Arran Cudbard-BellFixup EAP type definitions
2013-03-09 Arran Cudbard-BellMerge pull request #219 from olivierbeytrison/ldap_enh
2013-03-09 Alan T. DeKokAdd TALLOC_CTX to paircreate()
2013-03-08 Alan DeKokMerge pull request #215 from alanbuxey/master
2013-03-07 Alan T. DeKokDon't dlclose() modules on "radiusd -m"
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. DeKokMake more debug messages errors
2013-02-18 Alan T. DeKokMore debug macros
2013-02-16 Alan T. DeKokRemove "type" from paircreate() 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...
next