]> git.ipfire.org Git - thirdparty/samba.git/commit
libcli/auth: if we require aes we don't need to require arcfour nor strong key
authorStefan Metzmacher <metze@samba.org>
Thu, 10 Oct 2024 10:31:18 +0000 (12:31 +0200)
committerDouglas Bagnall <dbagnall@samba.org>
Wed, 30 Oct 2024 23:08:35 +0000 (23:08 +0000)
commit3da40f1c6818550eb08a6d7d680c213c3f1d0649
tree0fbc1fecb472df906af127d25924bb37fdbe282b
parenta9040c8ce76cb9911c4c0c5d623cc479e49f460d
libcli/auth: if we require aes we don't need to require arcfour nor strong key

But we can send arcfour and strong key on the wire and don't need to
remove them from the proposed flags.

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