summaryrefslogtreecommitdiff
path: root/source4/libcli
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-10-24 11:39:28 +0200
committerStefan Metzmacher <metze@samba.org>2011-10-24 17:46:47 +0200
commitf3c25bc6a5f23a248f832fa58c59c16522ac255b (patch)
treed80783fa925cebf763703a870f54d14c01d62290 /source4/libcli
parent2414169241c874b3c764d91b598e1c2c0939e037 (diff)
downloadsamba-f3c25bc6a5f23a248f832fa58c59c16522ac255b.tar.gz
samba-f3c25bc6a5f23a248f832fa58c59c16522ac255b.tar.bz2
samba-f3c25bc6a5f23a248f832fa58c59c16522ac255b.zip
libcli/smb: merge LOCKING_ANDX_* and OPLOCK_* defines to smb_constants.h
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon Oct 24 17:46:47 CEST 2011 on sn-devel-104
Diffstat (limited to 'source4/libcli')
-rw-r--r--source4/libcli/raw/smb.h34
1 files changed, 0 insertions, 34 deletions
diff --git a/source4/libcli/raw/smb.h b/source4/libcli/raw/smb.h
index 38e434ec69..99dcf43edb 100644
--- a/source4/libcli/raw/smb.h
+++ b/source4/libcli/raw/smb.h
@@ -350,40 +350,6 @@
#define UID_FIELD_INVALID 0
-/* Lock types. */
-#define LOCKING_ANDX_EXCLUSIVE_LOCK 0x00
-#define LOCKING_ANDX_SHARED_LOCK 0x01
-#define LOCKING_ANDX_OPLOCK_RELEASE 0x02
-#define LOCKING_ANDX_CHANGE_LOCKTYPE 0x04
-#define LOCKING_ANDX_CANCEL_LOCK 0x08
-#define LOCKING_ANDX_LARGE_FILES 0x10
-
-/*
- * Bits we test with.
- */
-
-#define OPLOCK_NONE 0
-#define OPLOCK_EXCLUSIVE 1
-#define OPLOCK_BATCH 2
-#define OPLOCK_LEVEL_II 4
-
-#define CORE_OPLOCK_GRANTED (1<<5)
-#define EXTENDED_OPLOCK_GRANTED (1<<15)
-
-/*
- * Return values for oplock types.
- */
-
-#define NO_OPLOCK_RETURN 0
-#define EXCLUSIVE_OPLOCK_RETURN 1
-#define BATCH_OPLOCK_RETURN 2
-#define LEVEL_II_OPLOCK_RETURN 3
-
-/* oplock levels sent in oplock break */
-#define OPLOCK_BREAK_TO_NONE 0
-#define OPLOCK_BREAK_TO_LEVEL_II 1
-
-
/* The maximum length of a trust account password.
Used when we randomly create it, 15 char passwords
exceed NT4's max password length */