diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-08-29 20:39:55 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-08-30 22:21:36 +0200 |
commit | 7e7f085419bd56ba7d8c7901188180e86840789b (patch) | |
tree | 3d029d16b8603446c9fc836d70f048bc72065745 /source3/include/smb.h | |
parent | 3b9feedd48076cdebf6da3e74925a8e650853c04 (diff) | |
download | samba-7e7f085419bd56ba7d8c7901188180e86840789b.tar.gz samba-7e7f085419bd56ba7d8c7901188180e86840789b.tar.xz samba-7e7f085419bd56ba7d8c7901188180e86840789b.zip |
s3:include: add CAP_LWIO and CAP_DYNAMIC_REAUTH defines
metze
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r-- | source3/include/smb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index 207fc9e5f1..c88b3fd743 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -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 */ |