]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: anon: store the anonymizing key in the global structure
authorErwan Le Goas <elegoas@haproxy.com>
Wed, 14 Sep 2022 15:24:22 +0000 (17:24 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 17 Sep 2022 09:24:53 +0000 (11:24 +0200)
commitfad9da83da7f950997df60f23cb3d75d9c754cf9
treed5a4483b5d27800f88f212eac7715b5fc0d92a1b
parent9c76637fff162478ebd9ad4b705ca0745110a98a
MINOR: anon: store the anonymizing key in the global structure

Add a uint32_t key in global to hash words with it. A new CLI command
'set global-key <key>' was added to change the global anonymizing key.
The global may also be set in the configuration using the global
"anonkey" directive. For now this key is not used.
doc/configuration.txt
doc/management.txt
include/haproxy/global-t.h
src/cfgparse-global.c
src/cli.c