summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2000-03-13 20:05:18 +0000
committerJeremy Allison <jra@samba.org>2000-03-13 20:05:18 +0000
commit01d88573ea1b3809a3e264989e1e04cd397528f7 (patch)
tree2b3df8c9513df733401218e90a6b678830af7c67 /source3/include/smb.h
parentc5fbb293a8fe2cc2251ffa0d46c79a2d247f7d9a (diff)
downloadsamba-01d88573ea1b3809a3e264989e1e04cd397528f7.tar.gz
samba-01d88573ea1b3809a3e264989e1e04cd397528f7.tar.bz2
samba-01d88573ea1b3809a3e264989e1e04cd397528f7.zip
include/smb.h:
smbd/negprot.c: smbd/reply.c: Fixes to recognise Win2k. param/loadparm.c: Put debug timestamp parameter back to correct default. smbd/nttrans.c: Fix to detect Win2k unicode bug with transact create. Jeremy. (This used to be commit bb100352ab2f98fab3978008d269920e03efcf6d)
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r--source3/include/smb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 6da6fc67e8..ee70a0279b 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -1434,6 +1434,8 @@ char *strdup(char *s);
#define FLAGS2_32_BIT_ERROR_CODES 0x4000
#define FLAGS2_UNICODE_STRINGS 0x8000
+#define FLAGS2_WIN2K_SIGNATURE 0xC852 /* Hack alert ! For now... JRA. */
+
/* Capabilities. see ftp.microsoft.com/developr/drg/cifs/cifs/cifs4.txt */
#define CAP_RAW_MODE 0x0001
@@ -1448,6 +1450,7 @@ char *strdup(char *s);
#define CAP_NT_FIND 0x0200
#define CAP_DFS 0x1000
#define CAP_LARGE_READX 0x4000
+#define CAP_EXTENDED_SECURITY 0x80000000
/* protocol types. It assumes that higher protocols include lower protocols
as subsets */