]> git.ipfire.org Git - thirdparty/samba.git/commit
libcli/auth: let netlogon_creds_copy() copy all scalar elements
authorStefan Metzmacher <metze@samba.org>
Wed, 19 Jul 2023 19:02:23 +0000 (21:02 +0200)
committerJule Anger <janger@samba.org>
Wed, 13 Nov 2024 10:39:12 +0000 (10:39 +0000)
commit21e9355630016bac79c4260bdaa371e5142c814f
treee1f57002192647bfa361544e8b5b3ae6fb537386
parent75e62cc19bed300696ddcbd7617ff86283032ef0
libcli/auth: let netlogon_creds_copy() copy all scalar elements

This version is good for now, as we want it to be backportable.
For master we'll add a ndr_deepcopy_struct() helper in order
to avoid future problems.

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>
(cherry picked from commit 8edbdd65ef78e3f26357d0254b58db3120a32880)
libcli/auth/credentials.c