]> git.ipfire.org Git - thirdparty/samba.git/commit
s3:rpc_client: header signing is negotiated per transport connection
authorStefan Metzmacher <metze@samba.org>
Sun, 15 Sep 2024 15:58:53 +0000 (17:58 +0200)
committerJule Anger <janger@samba.org>
Thu, 12 Jun 2025 11:27:15 +0000 (11:27 +0000)
commit3731bbfdc4aa955fe73b1fd3458b068c0c5b69d0
tree1737b8f242c499d879eceecb392e88734194a149
parentdaefb7b24366deb5021826bd7922f0a53f404386
s3:rpc_client: header signing is negotiated per transport connection

All gensec backends support GENSEC_FEATURE_SIGN_PKT_HEADER, so there's
no point in negotiating header signing based on the
auth context used during the DCERPC Bind.

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