]> git.ipfire.org Git - thirdparty/samba.git/commit
libcli/auth: don't allow any unexpected upgrades of negotiate_flags
authorStefan Metzmacher <metze@samba.org>
Wed, 2 Oct 2024 13:03:21 +0000 (15:03 +0200)
committerDouglas Bagnall <dbagnall@samba.org>
Wed, 30 Oct 2024 23:08:35 +0000 (23:08 +0000)
commita9040c8ce76cb9911c4c0c5d623cc479e49f460d
tree3aef695440322fb5416ffaa05019adf3fd56e531
parent69cb9aea67de0613f467f7ce2d460364ff2be241
libcli/auth: don't allow any unexpected upgrades of negotiate_flags

Only remove the unsupported flags from state->current_flags for
the next try...

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

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
libcli/auth/netlogon_creds_cli.c