]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
add and use FR_VALUE_BOX_SAFE_FOR_ANY developer/safe_for
authorAlan T. DeKok <aland@freeradius.org>
Mon, 10 Mar 2025 12:31:03 +0000 (08:31 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 10 Mar 2025 12:46:23 +0000 (08:46 -0400)
commit8f72a54abe4790601875004401a6fbb2c598bf31
tree0883013bbf13ca1d5d15e23eaf22ed7eec5dd5cf
parent0df6d69037a31a07984be6a952a0178e7510e8be
add and use FR_VALUE_BOX_SAFE_FOR_ANY

which lets us *not* escape data which is taken from the
configuration files

This branch should be deleted when the work is merged to the
master branch
src/lib/server/cf_file.c
src/lib/server/cf_parse.c
src/lib/server/users_file.c
src/lib/server/virtual_servers.c
src/lib/unlang/xlat_builtin.c
src/lib/util/value.c
src/lib/util/value.h
src/modules/rlm_linelog/rlm_linelog.c
src/modules/rlm_radius/rlm_radius.c
src/tests/keywords/regex-escape