GIT Log for 2009-06-01 23:33 GMT

aland aland at deployingradius.com
Tue Jun 2 01:33:01 CEST 2009


commit 24ff8ec1cb2e81190dd9ae175e1faecc583a648c
Author: Alan T. DeKok <aland at 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(-)



More information about the Freeradius-Devel mailing list