summaryrefslogtreecommitdiff
path: root/source/include/smb.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/smb.h')
-rw-r--r--source/include/smb.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/source/include/smb.h b/source/include/smb.h
index 291957f1b44..7289a710ee8 100644
--- a/source/include/smb.h
+++ b/source/include/smb.h
@@ -1817,8 +1817,19 @@ typedef struct netsec_creds
fstring domain;
fstring myname;
+ uchar sess_key[16]; /* NETLOGON session key */
+
} netsec_creds;
+struct policy;
+struct bitmap;
+
+typedef struct policy_cache
+{
+ struct policy *Policy;
+ struct bitmap *bmap;
+} policy_cache;
+
#include "client.h"
#include "rpcclient.h"