commit 24630899e68c8379af9e498233e5cfb077d0c9e8 Author: Alan T. DeKok <aland@freeradius.org> Date: Wed Feb 9 11:53:50 2011 +0100 Allow spaces and CRs Now that the underlying redis escape function handles spaces and control characters Files changed: src/modules/rlm_rediswho/rlm_rediswho.c | 12 +----------- 1 files changed, 1 insertions(+), 11 deletions(-) ====================================================================== commit 4ab5caf2560048fa4c6e68846a5dc84d40e155e1 Author: Alan T. DeKok <aland@freeradius.org> Date: Wed Feb 9 11:52:39 2011 +0100 Added escape function The rules for redis escaping aren't overly clear. So we escape control characters, spaces, and the backslash. Files changed: src/modules/rlm_redis/rlm_redis.c | 78 +++++++++++++++++++++++------------- 1 files changed, 50 insertions(+), 28 deletions(-) ======================================================================