Use macro for terminating CONF_PARSER arrays
[freeradius.git] / src / modules / rlm_eap / types / rlm_eap_tnc / rlm_eap_tnc.c
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-02-20 Arran Cudbard-BellUse better names for states and callbacks in eap methods
2015-01-13 Alan T. DeKokMark more strings as dynamically expanded
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-07-23 Arran Cudbard-BellFix formatting of switch statements
2014-06-20 Arran Cudbard-BellMerge pull request #696 from leprechau/v3.0.x
2014-06-20 Arran Cudbard-BellSimilar fix for EAP-TNC
2014-05-26 Nikolai KondrashovFix compilation of rlm_eap
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-04-25 Alan T. DeKokMore "make whitespace"
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
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-04 Arran Cudbard-BellStart of dynamically allocated xlat expansions
2013-03-27 Arran Cudbard-BellFix typo in eap tnc
2013-03-27 Alan T. DeKokConvert to talloc
2013-03-20 Alan T. DeKokRe-name all of the module functions.
2013-03-19 Alan T. DeKokConvert pairmake() to talloc
2013-03-18 Alan T. DeKokExpose add_reply()
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-12 Arran Cudbard-BellRemove uneeded checks
2013-03-09 Arran Cudbard-BellRewrite eap-tnc to work with tnch@fhh libraries
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>
2008-01-09 aland Ensure that EAP-TNC can only run AFTER the user has...
2008-01-05 aland Added RCSID macros
2008-01-05 nbk Declare variables before code
2007-12-25 aland Free memory after use. Patch from Jouni Malinen,...
2007-12-17 aland Fix compiler warnings
2007-11-28 aland Corrected typos
2007-11-28 aland Corrected typo
2007-11-28 aland Define TNC-VLAN-{Access,Isolate}, and look for them in
2007-11-28 aland Use FreeRADIUS configuration files to set vlan_access and
2007-11-27 aland TNC can only be run inside of a tunneled method.
2007-11-27 aland Made some functions static.
2007-11-26 aland Removed UTF-8 text.
2007-11-26 aland Added verbatim from the TNC project. This commit...