Smash \n --> CR before passing string to modules.
authorAlan T. DeKok <aland@freeradius.org>
Mon, 27 Oct 2014 20:48:02 +0000 (16:48 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 27 Oct 2014 20:48:02 +0000 (16:48 -0400)
commitc80aa7db93194904864056c8430d0c726cd1dc6e
tree60470149dee9063aff05042b3670b763395a4afd
parentdb8e8e4c15614b652e453714cfa7a108a121ad17
Smash \n --> CR before passing string to modules.

This is what the current code expects (see md5_xlat() ), and is
arguably correct.  An audit of the config shows there's no issue
with it.
src/main/xlat.c
src/tests/keywords/escape
src/tests/keywords/md5
src/tests/keywords/sha1
src/tests/keywords/sha2
src/tests/keywords/urlquote