Alloc handlers from the NULL context
[freeradius.git] / src / modules / rlm_eap / mem.c
2014-06-20 Arran Cudbard-BellAlloc handlers from the NULL context
2014-06-20 Arran Cudbard-BellMerge pull request #696 from leprechau/v3.0.x
2014-06-20 Arran Cudbard-BellName destructors correctly, remove unused/useless reque...
2014-06-20 Arran Cudbard-BellFreeing the handler must be synchronised too
2014-05-26 Arran Cudbard-BellCast interval values to ints before use, so we don...
2014-05-09 Arran Cudbard-BellReplace EDEBUG and WDEBUG with ERROR and WARN
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-08 Alan T. DeKokRevert "Use correct URL"
2014-04-08 Alan T. DeKokUse correct URL
2014-02-21 Arran Cudbard-BellFix more booleans
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-14 Arran Cudbard-Bell/[ \t]+$//
2013-05-06 Alan T. DeKokMove vp_octets and vp_strvalue to pointer
2013-04-30 Alan T. DeKokAdded pairmemcpy()
2013-04-25 Arran Cudbard-BellUse correct macros for log messages with WARNING: ERROR...
2013-04-25 Arran Cudbard-BellSanitise logging macro names, and move the logging...
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-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 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-02-24 Alan T. DeKokMove EAP types (sub-modules) to use talloc
2013-02-19 Alan T. DeKokMove all conf file stuff to talloc
2013-02-18 Alan T. DeKokCall cf_section_parse_free before freeing sub-modules
2013-02-18 Alan T. DeKokMore debug macros
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-20 Arran Cudbard-BellMerge pull request #158 from olivierbeytrison/master
2012-12-20 Olivier Beytrisonfix-typo
2012-12-06 Alan DeKokMerge pull request #143 from tobiasbrunner/eap-ttls...
2012-12-05 Arran Cudbard-BellMore debugging improvements
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-17 Arran Cudbard-BellUpdate links that point to wiki pages
2011-02-08 Ken-ichirou MATSUZAWAfix freeing eap_handler as opaque (and typo)
2011-01-06 Alan T. DeKokBe less aggressive about printing message
2010-10-21 Alan T. DeKokMore checks on handler_tree
2010-10-13 Alan T. DeKokFixes to build without PTHREADs
2010-10-12 Alan T. DeKokUse handler mutex for checks, not session mutex
2010-08-27 Alan T. DeKokCreate new mutex for Access-Challenge debug code.
2010-08-25 Alan T. DeKokAdded support for TLS-Cert-* and TLS-Client-Cert-*...
2010-08-09 Alan T. DeKokPrint out WARNING if EAP session did not finish.
2010-08-09 Alan T. DeKokSlightly lower impact way of cleaning up old sessions
2010-05-31 Alan T. DeKokAutomatic search and replace for pairfind.
2009-10-01 Alan T. DeKokPrint more descriptive error message for too many EAP...
2008-07-23 Alan T. DeKokre-initialize session_tail on empty list, too
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-02-10 aland Properly initialize random context. This solves the
2008-02-07 aland Print more on "failed to remember handler"
2007-12-20 aland Use less data from the PRNG when creating State.
2007-12-08 aland After some careful code analysis, be a little more...
2007-12-08 aland Catch corner case, as posted to the list
2007-11-27 aland Removed hack-y generate_state() and verify_state(...
2007-11-22 aland Track the number of round trips, and bail out on a...
2007-08-13 aland Pulled fix from branch_1_1
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-09 aland Free memory on detach
2007-02-09 aland Free memory on detach
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-08-18 aland Pulled from branch_1_1
2006-08-17 aland Pulled from branch_1_1. Untested!
2006-07-01 fcusackimport from branch_1_1:
2006-06-01 fcusackimport from HEAD:
2006-05-09 aland Fix linked list code for EAP handlers.
2006-05-09 aland Fix linked list code for EAP handlers.
2006-05-09 fcusackimport from HEAD:
2006-03-29 fcusackimport from HEAD:
next