From 88002b851bd30e3c03a5a9442baf3ced7aa6090f Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Mon, 12 Jul 2004 09:11:13 +0000 Subject: r1462: GENSEC Kerberos and SPENGO work: - Spelling - it's SPNEGO, not SPENGO - SMB signing - Krb5 logins are now correctly signed - SPNEGO - Changes to always tell GENSEC about incoming packets, empty or not. Andrew Bartlett (This used to be commit cea578d6f39a2ea4a24e7a0064c95193ab6f6df7) --- source4/include/cli_context.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/include') 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 */ -- cgit