1 Jun
2009
1 Jun
'09
7:33 p.m.
commit 24ff8ec1cb2e81190dd9ae175e1faecc583a648c Author: Alan T. DeKok <aland@freeradius.org> Date: Tue Jun 2 00:07:01 2009 +0200 Copy the User-Name by value The previous method treated the User-Name as a string, and parsed it to create the User-Name for the reply. However... if that happens, it SHOULD print the User-Name to a string, and then parse that. That way things like 'FOO\tbar' will get escaped to 'FOO\\tbar', and therefore parsed properly. Or, we could just copy the contents verbatim, which is what we did src/modules/rlm_eap/rlm_eap.c | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-)