From b24fcfc1aadf56130f9f2f2371282c0c399611c2 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 31 Oct 2004 03:26:30 +0000 Subject: r3400: - allow callers to control the flags2 field in raw packets - added testing of the FLAGS2_READ_PERMIT_EXECUTE bit in the ntdeny tests (This used to be commit adf4a682705871186f3b77ea6d417942445fc5d3) --- 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 1b20985fd8..06d7469b70 100644 --- a/source4/include/cli_context.h +++ b/source4/include/cli_context.h @@ -189,6 +189,10 @@ struct smbcli_session { /* default pid for this session */ uint32_t pid; + /* the flags2 for each packet - this allows + the user to control these for torture testing */ + uint16_t flags2; + DATA_BLOB user_session_key; /* the spnego context if we use extented security */ -- cgit