]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: ssl/cli: 'show ssl ca-file' escape the first '*' of a filename
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 16 Dec 2024 16:04:25 +0000 (17:04 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 16 Dec 2024 16:09:34 +0000 (17:09 +0100)
commite3b760ebcc45b58e121a282a3403971619e4e6c2
tree2670795374f2bfec0639b599c2b385d2718f4743
parent82c83a11a1250c54f0924d365f2da7f3f6eadf78
BUG/MINOR: ssl/cli: 'show ssl ca-file' escape the first '*' of a filename

When doing a 'show ssl ca-file <filename>', prefixing a filename with a '*'
allows to show the uncommited transaction asociated to this filename.

However for people using '*' as the first character of their
filename, there is no way to access this filename.

This patch fixes the problem by allowing to escape the first
character with \.

This should be backported in every stable branches.
doc/management.txt
src/ssl_ckch.c