]> git.ipfire.org Git - thirdparty/samba.git/commit
cmdline:burn: handle arguments separated from their --options
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>
Thu, 27 Jun 2024 03:40:16 +0000 (15:40 +1200)
committerDouglas Bagnall <dbagnall@samba.org>
Wed, 3 Jul 2024 01:35:31 +0000 (01:35 +0000)
commit53a1184525279741e116350a9b53da15cb2f41d0
treef87ccdce1c164c4f81c67148f527efd51d71f216
parent2f6020cf3dadf484251701040e09a10fba2f644e
cmdline:burn: handle arguments separated from their --options

We weren't treating "--password secret" the same as "--password=secret",
which sometimes led to secrets not being redacted.

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15674

Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Jo Sutton <josutton@catalyst.net.nz>
lib/cmdline/cmdline.c
selftest/knownfail.d/cmdline [deleted file]