]> git.ipfire.org Git - thirdparty/samba.git/commit
s3:rpc_client: add cli_rpc_pipe_client_prepare_alter() helper
authorStefan Metzmacher <metze@samba.org>
Tue, 17 Sep 2024 03:54:05 +0000 (05:54 +0200)
committerJule Anger <janger@samba.org>
Thu, 12 Jun 2025 11:27:15 +0000 (11:27 +0000)
commitbf717ca5c4dbbf2084c8d4493ab22498bf41990b
treeb8f54cfe8c7619edd1c0d8874cb6a6c505dba0c7
parent75e1c18d912f24876610471f39188e736b41c55c
s3:rpc_client: add cli_rpc_pipe_client_prepare_alter() helper

This will allow to do an alter context if security context multiplexing
is negotiated or opening a new connection in the same association group.

The old connection will be kept open, but not used anymore...

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
(cherry picked from commit dd7980841593d18081216e6eb3e1b0fb9bd9c757)
source3/rpc_client/cli_pipe.c
source3/rpc_client/cli_pipe.h