Use macro for terminating CONF_PARSER arrays
[freeradius.git] / src / modules / rlm_redis / rlm_redis.c
2015-08-19 Arran Cudbard-BellUse macro for terminating CONF_PARSER arrays
2015-07-27 Alan T. DeKokredisConnect() may return NULL
2015-06-27 Arran Cudbard-BellMissed fr_connection_del -> fr_connection_close
2015-06-25 Arran Cudbard-BellMerge pull request #1044 from geaaru/rlm_sqlippool_mand...
2015-06-11 Jorge Pereirabetter check during redisFree() in the rlm_redis
2015-06-11 Jorge Pereiraimprove the debug messages in the rlm_redis
2015-06-10 Jorge PereiraImprove the error messages in the rlm_redis
2015-06-10 Jorge PereiraFixing a memory leak in the rlm_redis
2015-05-15 Arran Cudbard-Bellunneeded cast
2015-05-15 Arran Cudbard-BellFix const stupidity in exec function and rad_expand_xlat
2015-05-14 Alan DeKokMerge pull request #983 from michael-mri/v3.0.x
2015-04-29 Alan T. DeKokMove xlat's to bootstrap
2015-04-29 Arran Cudbard-BellSwitch to C99 style initialisers for module structs
2015-03-31 Arran Cudbard-BellMerge pull request #931 from nchaigne/3.0.x-fb4-rc
2015-03-24 Arran Cudbard-BellRename fr_connect_pool_delete to fr_connection_pool_free
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-07-16 Arran Cudbard-BellMerge pull request #732 from nchaigne/v3.0.x
2014-07-12 Arran Cudbard-BellAdd support for connection pool reuse
2014-06-23 Arran Cudbard-BellRemove fr_connection_delete
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.