Use macro for terminating CONF_PARSER arrays
[freeradius.git] / src / modules / rlm_rediswho / rlm_rediswho.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-05-14 Alan DeKokMerge pull request #983 from michael-mri/v3.0.x
2015-04-29 Alan T. DeKokAdd "bootstrap" method, and clean up module API.
2015-04-29 Arran Cudbard-BellSwitch to C99 style initialisers for module structs
2015-01-13 Alan T. DeKokFix license erroneously updated by commit 23d838445
2015-01-13 Alan T. DeKoks/if/of/ in the GPL license
2014-12-22 Arran Cudbard-BellTurn on super pedantic warnings in CLANG
2014-09-23 Alan T. DeKokPre-parse insert / trim / expire, and mark them PW_TYPE...
2014-09-23 Alan T. DeKokAdd PW_TYPE_XLAT to most modules
2014-07-23 Arran Cudbard-BellFix formatting of switch statements
2014-07-16 Arran Cudbard-BellMerge pull request #732 from nchaigne/v3.0.x
2014-07-12 Arran Cudbard-BellConvert another argument to bool
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
2014-05-11 Arran Cudbard-BellRemove module specific debug messages when failing...
2014-05-02 Alan T. DeKokAdd CC_HINT(nonnull) to module methods
2014-03-23 Alan T. DeKokMake CHECK_CONFIG_SAFE the default.
2014-03-23 Alan T. DeKokMake redis modules -C safe. Addresses #559
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-03 Arran Cudbard-BellLast tranche of config item name standardisation (in...
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-03-31 Alan T. DeKokMassive cleanups to module instantiation.
2013-03-20 Alan T. DeKokRe-name all of the module functions.
2013-03-16 Alan T. DeKokperl -p -i -e 's/\ +$//' $(find . -name "*.[ch]" -print)
2013-03-08 Alan DeKokMerge pull request #215 from alanbuxey/master
2013-02-26 Arran Cudbard-BellMerge pull request #193 from candlerb/candlerb/redis_fi...
2013-02-26 Brian Candlerrlm_redis argument splitting
2013-02-19 Alan T. DeKokRequire that the modules call talloc for their instance...
2013-02-16 Arran Cudbard-BellFixup dict_valbyattr call in rlm_rediswho
2013-02-15 Arran Cudbard-BellMerge pull request #190 from candlerb/candlerb/redis_fi...
2013-02-14 Brian CandlerRemove unnecessary variable
2013-02-14 Brian Candlerrlm_rediswho: allow insert/trim/expire to be configured...
2013-02-14 Brian Candlerrlm_rediswho: return RLM_MODULE_FAIL on failure (includ...
2013-02-14 Brian Candlerrlm_rediswho: fix trim functionality
2013-01-22 Arran Cudbard-BellFix some typos
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-11-19 Arran Cudbard-BellMerge pull request #133 from arr2036/master
2012-11-16 Phil MayersFix various typos in rlm_rediswho, and correct escape...
2012-10-26 Alan T. DeKokUse redis escape function
2012-10-08 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-10-05 Alan DeKokMerge pull request #101 from philmayers/escape-context2
2012-10-05 Phil Mayersadd extra argument to radius_xlat for escape function...
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2011-11-14 Alan T. DeKokClean up for 3.0
2011-02-09 Alan T. DeKokAllow spaces and CRs
2011-01-13 Alan T. DeKokAPI fixes for 2.2
2011-01-13 Alan T. DeKokMore fixes
2011-01-13 Gabriel Blanchardradwho using the redis database.