Closes #1320 create User-name from peer ID correctly
[freeradius.git] / src / modules / rlm_eap / types / rlm_eap_pwd / rlm_eap_pwd.c
2015-10-28 Arran Cudbard-BellCloses #1320 create User-name from peer ID correctly
2015-09-19 Arran Cudbard-BellFix minor issues identified by clang-700.0.72
2015-08-19 Arran Cudbard-BellUse macro for terminating CONF_PARSER arrays
2015-07-26 Alan T. DeKoksession_init returns 0/1
2015-07-16 Arran Cudbard-BellUse modern list names
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-04 Alan T. DeKok%d for macros holding size
2015-05-04 Alan T. DeKokUse sizeof header, to be the same as the later comparison
2015-05-04 Alan T. DeKokUse memcpy() when writing to binary buffers
2015-05-04 Alan T. DeKokCheck peer confirm length before dereferencing it
2015-05-04 Alan T. DeKokCheck packet length before dereferencing fields
2015-05-04 Alan T. DeKokAdd "len" field to peer commit
2015-05-04 Alan T. DeKokUse "in" instead of "in_buf" and "buf"
2015-05-04 Alan T. DeKokNo need for a separate conf structure
2015-05-04 Alan T. DeKokJust to be explicit
2015-05-04 Alan T. DeKokUse consistent names for packets
2015-05-04 Alan T. DeKokmtu is size_t.
2015-05-04 Alan T. DeKokUse consistent names everywhere
2015-04-19 Arran Cudbard-BellActually add the User-Name attribute to the fake reques...
2015-04-19 Arran Cudbard-BellFix some weird formatting in EAP-PWD
2015-03-13 Arran Cudbard-BellBut it's been config_items for N number of decades!
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-15 Alan T. DeKokUse size_t instead of int
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-22 Arran Cudbard-BellAdd internal API for rlm_cache module
2014-10-28 Arran Cudbard-BellUse rdebug_pair_list in more places and remove debug_pa...
2014-09-01 Alan T. DeKokUse fr_rand() instead of random(). It's stronger.
2014-07-16 Arran Cudbard-BellMerge pull request #732 from nchaigne/v3.0.x
2014-07-14 jvoisinConstant time memory comparison.
2014-07-14 jvoisinUse *_clear_free instead of *_free.
2014-06-20 Arran Cudbard-BellMerge pull request #696 from leprechau/v3.0.x
2014-06-20 Arran Cudbard-BellSimilar fix for EAP-PWD
2014-06-11 Arran Cudbard-BellFix horrific formatting in EAP-PWD
2014-06-10 Arran Cudbard-BellConvert request_free to a destructor to make double...
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-BellRemove trailing periods in log messages
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-05-06 Alan T. DeKokMove vp_octets and vp_strvalue to pointer
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-BellFix a couple more warnings
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-03-29 Alan T. DeKokfoo == NULL to !foo
2013-03-29 Alan T. DeKokRemove "out of memory" log messages.
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. DeKokFix typos
2013-03-19 Alan T. DeKokConvert pairmake() to talloc
2013-03-18 Alan T. DeKokExpose add_reply()
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-03-02 Alan T. DeKokFix compiler warnings
2013-03-02 Alan T. DeKokUse correct variable
2013-02-24 Alan T. DeKokMove EAP types (sub-modules) to use talloc
2013-02-19 Alan T. DeKokDon't use strncpy
2013-02-17 Arran Cudbard-BellFix for coverity (ensure inst is not NULL before derefe...
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>
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-07-17 Arran Cudbard-BellMerge pull request #59 from sionescu/master
2012-06-11 Alan T. DeKokfix data types
2012-03-10 Alan T. DeKokEnsure that configurtion items have sane values
2012-03-05 Dan Harkins32/64 bit portability fixes
2012-03-03 Alan T. DeKokRely on pointer for malloc/free
2012-02-22 Alan DeKokMerge pull request #50 from arr2036/rlm_rest
2012-02-21 Alan T. DeKokAdded virtual server support
2012-02-21 Dan HarkinsEAP-PWD Implementation