]> git.ipfire.org Git - thirdparty/freeradius-server.git/commit
re-add %R, as "print with secrets suppressed"
authorAlan T. DeKok <aland@freeradius.org>
Wed, 28 Jan 2026 18:51:09 +0000 (13:51 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 28 Jan 2026 18:51:09 +0000 (13:51 -0500)
commit3d6ff893aad792cc16ddc8e715ad0e925aa70fbc
tree0d7ffae7d6a84d337dd27ccf93a191c24eef3253
parent10c2909e52b7f1649784b03dae40771ba698c419
re-add %R, as "print with secrets suppressed"

mainly for edit assignments and debug outputs.

Note that %pairs.print() will still print all of the data, even if
they're secret.  And any error messages will still print the data
src/lib/server/exec_legacy.c
src/lib/server/tmpl_tokenize.c
src/lib/unlang/edit.c
src/lib/unlang/foreach.c
src/lib/unlang/map_builtin.c
src/lib/unlang/xlat_builtin.c
src/lib/unlang/xlat_eval.c
src/lib/unlang/xlat_expr.c
src/lib/unlang/xlat_pair.c
src/lib/unlang/xlat_tokenize.c
src/lib/util/print.c