Pass a threadsafe ctx into fr_connection_pool create callback
[freeradius.git] / src / modules / rlm_redis / rlm_redis.c
2014-06-23 Arran Cudbard-BellPass a threadsafe ctx into fr_connection_pool create...
2014-06-14 Arran Cudbard-BellAdd more version checks for modules
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-11 Arran Cudbard-BellRemove module specific debug messages when failing...
2014-05-02 Alan T. DeKokDon't use variables outside of their scope
2014-03-23 Alan T. DeKokMake CHECK_CONFIG_SAFE the default.
2014-03-23 Alan T. DeKokMake redis modules -C safe. Addresses #559
2014-02-17 Alan T. DeKokAdd "secret" flag to configuration items.
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-11 Arran Cudbard-Bellinst->xlat_name not needed for debug messages in rlm_redis release_3_0_0_rc0
2013-07-02 Arran Cudbard-BellSQL functions now use ssize_t so that they can indicate...
2013-07-02 Arran Cudbard-BellMerge pull request #342 from fajarnugraha/master-suse...
2013-06-28 Arran Cudbard-BellBe consistent with common config_item names
2013-06-16 Arran Cudbard-Bellmore rlm_exec fixes
2013-04-25 Arran Cudbard-BellUse correct macros for log messages with WARNING: ERROR...
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-18 Arran Cudbard-BellUse consistent argument names for connection API callbacks
2013-04-17 Arran Cudbard-BellReplace radlog(L_ERR with DEBUGE
2013-04-15 Arran Cudbard-BellUse consistent names for the connection functions
2013-04-15 Arran Cudbard-BellMake connection re-use scheme configurable
2013-04-11 Arran Cudbard-BellAllow log prefix to be specified manually for connectio...
2013-04-10 Alan T. DeKokAdd escape function to xlat_register
2013-04-03 Alan T. DeKokThe server core now calls xlat_unregister() for the...
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-03-31 Alan T. DeKokMassive cleanups to module instantiation.
2013-03-29 Alan T. DeKokfoo == NULL to !foo
2013-03-20 Alan T. DeKokRe-name all of the module functions.
2013-03-16 Alan T. DeKokUse talloc for handles
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-08 Alan DeKokMerge pull request #215 from alanbuxey/master
2013-03-02 Alan T. DeKokUse correct variable
2013-02-26 Arran Cudbard-BellMerge pull request #193 from candlerb/candlerb/redis_fi...
2013-02-26 Brian CandlerRemove superfluous redis_escape_func
2013-02-26 Brian Candlerrlm_redis argument splitting
2013-02-19 Alan T. DeKokRequire that the modules call talloc for their instance...
2013-02-15 Arran Cudbard-BellMerge pull request #190 from candlerb/candlerb/redis_fi...
2013-02-14 Brian Candlerrlm_redis: fix segfaults on connect
2013-01-22 Arran Cudbard-BellAdd doxygen headers to all module files
2012-11-14 Phil Mayersdon't finish the query, our caller already does that
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 Mayerspass redis instance to escape function - currently...
2012-10-05 Phil Mayersadd REQUEST* and void* to escape functions
2012-10-05 Phil Mayersremove escape function from xlat handlers; perform...
2012-10-05 Phil Mayersadd extra argument to radius_xlat for escape function...
2012-10-05 Phil Mayersfix redis_xlat function prototype and remove cast so...
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-05-29 Alan T. DeKokAdded database support from v2.1.x branch
2012-04-13 Alan T. DeKokAdded "instance" to xlat_unregister
2011-11-14 Alan T. DeKokClean up for 3.0
2011-02-09 Alan T. DeKokAdded escape function
2011-01-18 Gabriel Blanchardfixes seg fault whenever the redis server goes down
2011-01-13 Alan T. DeKokAdded password support (untested)
2011-01-13 Gabriel BlanchardModule which connects to a redis server.