summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-04-21 13:04:39 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-04-21 13:04:39 +0000
commit029f0ab20ba5aec62b330d815b195360e32c9959 (patch)
tree8fd9af27b1e48a7dede0175e52c0f0d890125998 /source3/include
parent1e2147fc0f677914fb2e3168b4fd4d7ddb4b9867 (diff)
downloadsamba-029f0ab20ba5aec62b330d815b195360e32c9959.tar.gz
samba-029f0ab20ba5aec62b330d815b195360e32c9959.tar.bz2
samba-029f0ab20ba5aec62b330d815b195360e32c9959.zip
Header updates for smb signing merge
(This used to be commit 2e4b45cd2efe46477c2849faffe0e8401132ef88)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/smb.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 24b0a1fcd9..17cb86ec74 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -78,6 +78,10 @@ typedef int BOOL;
#define READ_EOF 2
#define READ_ERROR 3
+/* This error code can go into the client smb_rw_error. */
+#define WRITE_ERROR 4
+#define READ_BAD_SIG 5
+
#define DIR_STRUCT_SIZE 43
/* these define the attribute byte as seen by DOS */
@@ -161,9 +165,6 @@ typedef uint16 smb_ucs2_t;
typedef smb_ucs2_t wpstring[PSTRING_LEN];
typedef smb_ucs2_t wfstring[FSTRING_LEN];
-/* This error code can go into the client smb_rw_error. */
-#define WRITE_ERROR 4
-
#ifdef WORDS_BIGENDIAN
#define UCS2_SHIFT 8
#else