]> 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)
committerRalph Boehme <slow@samba.org>
Thu, 26 Sep 2024 15:22:45 +0000 (15:22 +0000)
commit72b79a771fdbf54aa73b4c1b0372b9dffd81bfa6
tree6ffa56b37f616e5845d64075d2802f3b009ab97f
parentd406f9fffede27220f4d589c8ab3c7210ca01b74
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>
source3/librpc/rpc/dcerpc.h
source3/rpc_client/cli_pipe.c
source3/rpc_client/rpc_client.h