summaryrefslogtreecommitdiff
path: root/source4/include/cli_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/include/cli_context.h')
-rw-r--r--source4/include/cli_context.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/include/cli_context.h b/source4/include/cli_context.h
index 930017bb26..cddc6aadf5 100644
--- a/source4/include/cli_context.h
+++ b/source4/include/cli_context.h
@@ -53,7 +53,11 @@ struct cli_negotiate {
BOOL (*check_incoming_message)(struct cli_request *req);
void (*free_signing_context)(struct cli_transport *transport);
void *signing_context;
+ BOOL negotiated_smb_signing;
+ BOOL allow_smb_signing;
BOOL doing_signing;
+ BOOL mandatory_signing;
+ BOOL seen_valid; /* Have I ever seen a validly signed packet? */
} sign_info;
/* capabilities that the server reported */