s3:include: add CAP_LWIO and CAP_DYNAMIC_REAUTH defines
authorStefan Metzmacher <metze@samba.org>
Mon, 29 Aug 2011 18:39:55 +0000 (20:39 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 30 Aug 2011 20:21:36 +0000 (22:21 +0200)
metze

source3/include/smb.h

index 207fc9e5f1f8b4f2d1885c94713040a907142633..c88b3fd743d9a44a6bf9832e97a843f2624652b5 100644 (file)
@@ -1234,7 +1234,9 @@ http://msdn.microsoft.com/en-us/library/cc246334(PROT.13).aspx
 #define CAP_W2K_SMBS         0x2000
 #define CAP_LARGE_READX      0x4000
 #define CAP_LARGE_WRITEX     0x8000
+#define CAP_LWIO             0x10000
 #define CAP_UNIX             0x800000 /* Capabilities for UNIX extensions. Created by HP. */
+#define CAP_DYNAMIC_REAUTH    0x20000000
 #define CAP_EXTENDED_SECURITY 0x80000000
 
 /* printing types */