CVE-2020-25717 wb_sids2xids: rename 'non_cached' to 'lookup_sids'
commit27b73f9d343821881221ea95d486acaba0098952
authorStefan Metzmacher <metze@samba.org>
Thu, 10 Sep 2020 15:45:24 +0000 (10 17:45 +0200)
committerJule Anger <janger@samba.org>
Mon, 8 Nov 2021 09:52:09 +0000 (8 10:52 +0100)
tree24a9e403a967db7a7499fcd977868b16e32a7c36
parente226e0a163a463b67b9cad194cf07264d820a2aa
CVE-2020-25717 wb_sids2xids: rename 'non_cached' to 'lookup_sids'

This array is used to pass to wb_lookupsids_send()
and that will be the only reason to have this in future.

For now it's used for all non cached sids, but that will
also change in the next commits.

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

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
BUG: https://bugzilla.samba.org/show_bug.cgi?id=14556

(cherry picked from commit 797b11f198e819300007997ce536bc6d05f19843)
source3/winbindd/wb_sids2xids.c