blob: 50505422dbb4fc7c368751025ea4b908fb1466ce [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
2 * fs/cifs/cifspdu.h
3 *
Steve Frenchbf820672005-12-01 22:32:42 -08004 * Copyright (c) International Business Machines Corp., 2002,2005
Linus Torvalds1da177e2005-04-16 15:20:36 -07005 * Author(s): Steve French (sfrench@us.ibm.com)
6 *
7 * This library is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU Lesser General Public License as published
9 * by the Free Software Foundation; either version 2.1 of the License, or
10 * (at your option) any later version.
11 *
12 * This library is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
15 * the GNU Lesser General Public License for more details.
16 *
17 * You should have received a copy of the GNU Lesser General Public License
18 * along with this library; if not, write to the Free Software
Steve French39798772006-05-31 22:40:51 +000019 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Linus Torvalds1da177e2005-04-16 15:20:36 -070020 */
21
22#ifndef _CIFSPDU_H
23#define _CIFSPDU_H
24
25#include <net/sock.h>
26
Steve French39798772006-05-31 22:40:51 +000027#ifdef CONFIG_CIFS_WEAK_PW_HASH
28#define LANMAN_PROT 0
Steve French9ac00b72006-09-30 04:13:17 +000029#define LANMAN2_PROT 1
30#define CIFS_PROT 2
Steve French39798772006-05-31 22:40:51 +000031#else
Linus Torvalds1da177e2005-04-16 15:20:36 -070032#define CIFS_PROT 0
Steve French39798772006-05-31 22:40:51 +000033#endif
34#define POSIX_PROT CIFS_PROT+1
35#define BAD_PROT 0xFFFF
Linus Torvalds1da177e2005-04-16 15:20:36 -070036
37/* SMB command codes */
38/* Some commands have minimal (wct=0,bcc=0), or uninteresting, responses
39 (ie which include no useful data other than the SMB error code itself).
40 Knowing this helps avoid response buffer allocations and copy in some cases */
41#define SMB_COM_CREATE_DIRECTORY 0x00 /* trivial response */
42#define SMB_COM_DELETE_DIRECTORY 0x01 /* trivial response */
43#define SMB_COM_CLOSE 0x04 /* triv req/rsp, timestamp ignored */
44#define SMB_COM_DELETE 0x06 /* trivial response */
45#define SMB_COM_RENAME 0x07 /* trivial response */
Steve French6b8edfe2005-08-23 20:26:03 -070046#define SMB_COM_QUERY_INFORMATION 0x08 /* aka getattr */
Linus Torvalds1da177e2005-04-16 15:20:36 -070047#define SMB_COM_SETATTR 0x09 /* trivial response */
48#define SMB_COM_LOCKING_ANDX 0x24 /* trivial response */
49#define SMB_COM_COPY 0x29 /* trivial rsp, fail filename ignrd*/
Steve Frencha9d02ad2005-08-24 23:06:05 -070050#define SMB_COM_OPEN_ANDX 0x2D /* Legacy open for old servers */
Linus Torvalds1da177e2005-04-16 15:20:36 -070051#define SMB_COM_READ_ANDX 0x2E
52#define SMB_COM_WRITE_ANDX 0x2F
53#define SMB_COM_TRANSACTION2 0x32
54#define SMB_COM_TRANSACTION2_SECONDARY 0x33
55#define SMB_COM_FIND_CLOSE2 0x34 /* trivial response */
56#define SMB_COM_TREE_DISCONNECT 0x71 /* trivial response */
57#define SMB_COM_NEGOTIATE 0x72
58#define SMB_COM_SESSION_SETUP_ANDX 0x73
59#define SMB_COM_LOGOFF_ANDX 0x74 /* trivial response */
60#define SMB_COM_TREE_CONNECT_ANDX 0x75
61#define SMB_COM_NT_TRANSACT 0xA0
62#define SMB_COM_NT_TRANSACT_SECONDARY 0xA1
63#define SMB_COM_NT_CREATE_ANDX 0xA2
Steve Frenchff5dbd92005-08-24 17:10:36 -070064#define SMB_COM_NT_CANCEL 0xA4 /* no response */
Linus Torvalds1da177e2005-04-16 15:20:36 -070065#define SMB_COM_NT_RENAME 0xA5 /* trivial response */
66
67/* Transact2 subcommand codes */
68#define TRANS2_OPEN 0x00
69#define TRANS2_FIND_FIRST 0x01
70#define TRANS2_FIND_NEXT 0x02
71#define TRANS2_QUERY_FS_INFORMATION 0x03
Jeremy Allisonac670552005-06-22 17:26:35 -070072#define TRANS2_SET_FS_INFORMATION 0x04
Linus Torvalds1da177e2005-04-16 15:20:36 -070073#define TRANS2_QUERY_PATH_INFORMATION 0x05
74#define TRANS2_SET_PATH_INFORMATION 0x06
75#define TRANS2_QUERY_FILE_INFORMATION 0x07
76#define TRANS2_SET_FILE_INFORMATION 0x08
77#define TRANS2_GET_DFS_REFERRAL 0x10
78#define TRANS2_REPORT_DFS_INCOSISTENCY 0x11
79
80/* NT Transact subcommand codes */
81#define NT_TRANSACT_CREATE 0x01
82#define NT_TRANSACT_IOCTL 0x02
83#define NT_TRANSACT_SET_SECURITY_DESC 0x03
84#define NT_TRANSACT_NOTIFY_CHANGE 0x04
85#define NT_TRANSACT_RENAME 0x05
86#define NT_TRANSACT_QUERY_SECURITY_DESC 0x06
87#define NT_TRANSACT_GET_USER_QUOTA 0x07
88#define NT_TRANSACT_SET_USER_QUOTA 0x08
89
Steve Frenchec637e32005-12-12 20:53:18 -080090#define MAX_CIFS_SMALL_BUFFER_SIZE 448 /* big enough for most */
91/* future chained NTCreateXReadX bigger, but for time being NTCreateX biggest */
92/* among the requests (NTCreateX response is bigger with wct of 34) */
93#define MAX_CIFS_HDR_SIZE 0x58 /* 4 len + 32 hdr + (2*24 wct) + 2 bct + 2 pad */
94#define CIFS_SMALL_PATH 120 /* allows for (448-88)/3 */
Linus Torvalds1da177e2005-04-16 15:20:36 -070095
96/* internal cifs vfs structures */
97/*****************************************************************
98 * All constants go here
99 *****************************************************************
100 */
101
102/*
103 * Starting value for maximum SMB size negotiation
104 */
105#define CIFS_MAX_MSGSIZE (4*4096)
106
107/*
108 * Size of encrypted user password in bytes
109 */
110#define CIFS_ENCPWD_SIZE (16)
111
112/*
113 * Size of the crypto key returned on the negotiate SMB in bytes
114 */
115#define CIFS_CRYPTO_KEY_SIZE (8)
116
117/*
118 * Size of the session key (crypto key encrypted with the password
119 */
Steve French7c7b25b2006-06-01 19:20:10 +0000120#define CIFS_SESS_KEY_SIZE (24)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700121
122/*
123 * Maximum user name length
124 */
125#define CIFS_UNLEN (20)
126
127/*
128 * Flags on SMB open
129 */
130#define SMBOPEN_WRITE_THROUGH 0x4000
131#define SMBOPEN_DENY_ALL 0x0010
132#define SMBOPEN_DENY_WRITE 0x0020
133#define SMBOPEN_DENY_READ 0x0030
134#define SMBOPEN_DENY_NONE 0x0040
135#define SMBOPEN_READ 0x0000
136#define SMBOPEN_WRITE 0x0001
137#define SMBOPEN_READWRITE 0x0002
138#define SMBOPEN_EXECUTE 0x0003
139
140#define SMBOPEN_OCREATE 0x0010
141#define SMBOPEN_OTRUNC 0x0002
142#define SMBOPEN_OAPPEND 0x0001
143
144/*
145 * SMB flag definitions
146 */
Steve French0753ca72005-10-27 13:55:12 -0700147#define SMBFLG_EXTD_LOCK 0x01 /* server supports lock-read write-unlock smb */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700148#define SMBFLG_RCV_POSTED 0x02 /* obsolete */
149#define SMBFLG_RSVD 0x04
Steve French0753ca72005-10-27 13:55:12 -0700150#define SMBFLG_CASELESS 0x08 /* all pathnames treated as caseless (off
151 implies case sensitive file handling request) */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700152#define SMBFLG_CANONICAL_PATH_FORMAT 0x10 /* obsolete */
153#define SMBFLG_OLD_OPLOCK 0x20 /* obsolete */
154#define SMBFLG_OLD_OPLOCK_NOTIFY 0x40 /* obsolete */
155#define SMBFLG_RESPONSE 0x80 /* this PDU is a response from server */
156
157/*
158 * SMB flag2 definitions
159 */
Steve French0753ca72005-10-27 13:55:12 -0700160#define SMBFLG2_KNOWS_LONG_NAMES cpu_to_le16(1) /* can send long (non-8.3)
161 path names in response */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700162#define SMBFLG2_KNOWS_EAS cpu_to_le16(2)
163#define SMBFLG2_SECURITY_SIGNATURE cpu_to_le16(4)
164#define SMBFLG2_IS_LONG_NAME cpu_to_le16(0x40)
165#define SMBFLG2_EXT_SEC cpu_to_le16(0x800)
166#define SMBFLG2_DFS cpu_to_le16(0x1000)
167#define SMBFLG2_PAGING_IO cpu_to_le16(0x2000)
168#define SMBFLG2_ERR_STATUS cpu_to_le16(0x4000)
169#define SMBFLG2_UNICODE cpu_to_le16(0x8000)
170
171/*
172 * These are the file access permission bits defined in CIFS for the
173 * NTCreateAndX as well as the level 0x107
174 * TRANS2_QUERY_PATH_INFORMATION API. The level 0x107, SMB_QUERY_FILE_ALL_INFO
175 * responds with the AccessFlags.
176 * The AccessFlags specifies the access permissions a caller has to the
177 * file and can have any suitable combination of the following values:
178 */
179
Steve French0753ca72005-10-27 13:55:12 -0700180#define FILE_READ_DATA 0x00000001 /* Data can be read from the file */
181#define FILE_WRITE_DATA 0x00000002 /* Data can be written to the file */
182#define FILE_APPEND_DATA 0x00000004 /* Data can be appended to the file */
183#define FILE_READ_EA 0x00000008 /* Extended attributes associated */
184 /* with the file can be read */
185#define FILE_WRITE_EA 0x00000010 /* Extended attributes associated */
186 /* with the file can be written */
187#define FILE_EXECUTE 0x00000020 /*Data can be read into memory from */
188 /* the file using system paging I/O */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700189#define FILE_DELETE_CHILD 0x00000040
Steve French0753ca72005-10-27 13:55:12 -0700190#define FILE_READ_ATTRIBUTES 0x00000080 /* Attributes associated with the */
191 /* file can be read */
192#define FILE_WRITE_ATTRIBUTES 0x00000100 /* Attributes associated with the */
193 /* file can be written */
194#define DELETE 0x00010000 /* The file can be deleted */
195#define READ_CONTROL 0x00020000 /* The access control list and */
196 /* ownership associated with the */
197 /* file can be read */
198#define WRITE_DAC 0x00040000 /* The access control list and */
199 /* ownership associated with the */
200 /* file can be written. */
201#define WRITE_OWNER 0x00080000 /* Ownership information associated */
202 /* with the file can be written */
203#define SYNCHRONIZE 0x00100000 /* The file handle can waited on to */
204 /* synchronize with the completion */
205 /* of an input/output request */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700206#define GENERIC_ALL 0x10000000
207#define GENERIC_EXECUTE 0x20000000
208#define GENERIC_WRITE 0x40000000
209#define GENERIC_READ 0x80000000
210 /* In summary - Relevant file */
211 /* access flags from CIFS are */
212 /* file_read_data, file_write_data */
Steve French0753ca72005-10-27 13:55:12 -0700213 /* file_execute, file_read_attributes*/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700214 /* write_dac, and delete. */
215
216/*
217 * Invalid readdir handle
218 */
219#define CIFS_NO_HANDLE 0xFFFF
220
221/* IPC$ in ASCII */
222#define CIFS_IPC_RESOURCE "\x49\x50\x43\x24"
223
224/* IPC$ in Unicode */
225#define CIFS_IPC_UNICODE_RESOURCE "\x00\x49\x00\x50\x00\x43\x00\x24\x00\x00"
226
227/* Unicode Null terminate 2 bytes of 0 */
228#define UNICODE_NULL "\x00\x00"
229#define ASCII_NULL 0x00
230
231/*
232 * Server type values (returned on EnumServer API
233 */
234#define CIFS_SV_TYPE_DC 0x00000008
235#define CIFS_SV_TYPE_BACKDC 0x00000010
236
237/*
238 * Alias type flags (From EnumAlias API call
239 */
240#define CIFS_ALIAS_TYPE_FILE 0x0001
241#define CIFS_SHARE_TYPE_FILE 0x0000
242
243/*
244 * File Attribute flags
245 */
246#define ATTR_READONLY 0x0001
247#define ATTR_HIDDEN 0x0002
248#define ATTR_SYSTEM 0x0004
249#define ATTR_VOLUME 0x0008
250#define ATTR_DIRECTORY 0x0010
251#define ATTR_ARCHIVE 0x0020
252#define ATTR_DEVICE 0x0040
253#define ATTR_NORMAL 0x0080
254#define ATTR_TEMPORARY 0x0100
255#define ATTR_SPARSE 0x0200
256#define ATTR_REPARSE 0x0400
257#define ATTR_COMPRESSED 0x0800
Steve French0753ca72005-10-27 13:55:12 -0700258#define ATTR_OFFLINE 0x1000 /* ie file not immediately available -
259 on offline storage */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700260#define ATTR_NOT_CONTENT_INDEXED 0x2000
261#define ATTR_ENCRYPTED 0x4000
262#define ATTR_POSIX_SEMANTICS 0x01000000
263#define ATTR_BACKUP_SEMANTICS 0x02000000
264#define ATTR_DELETE_ON_CLOSE 0x04000000
265#define ATTR_SEQUENTIAL_SCAN 0x08000000
266#define ATTR_RANDOM_ACCESS 0x10000000
267#define ATTR_NO_BUFFERING 0x20000000
268#define ATTR_WRITE_THROUGH 0x80000000
269
270/* ShareAccess flags */
271#define FILE_NO_SHARE 0x00000000
272#define FILE_SHARE_READ 0x00000001
273#define FILE_SHARE_WRITE 0x00000002
274#define FILE_SHARE_DELETE 0x00000004
275#define FILE_SHARE_ALL 0x00000007
276
277/* CreateDisposition flags */
278#define FILE_SUPERSEDE 0x00000000
279#define FILE_OPEN 0x00000001
280#define FILE_CREATE 0x00000002
281#define FILE_OPEN_IF 0x00000003
282#define FILE_OVERWRITE 0x00000004
283#define FILE_OVERWRITE_IF 0x00000005
284
285/* CreateOptions */
286#define CREATE_NOT_FILE 0x00000001 /* if set must not be file */
287#define CREATE_WRITE_THROUGH 0x00000002
Steve Frencheda3c022005-07-21 15:20:28 -0700288#define CREATE_SEQUENTIAL 0x00000004
289#define CREATE_SYNC_ALERT 0x00000010
290#define CREATE_ASYNC_ALERT 0x00000020
291#define CREATE_NOT_DIR 0x00000040 /* if set must not be directory */
292#define CREATE_NO_EA_KNOWLEDGE 0x00000200
293#define CREATE_EIGHT_DOT_THREE 0x00000400
Linus Torvalds1da177e2005-04-16 15:20:36 -0700294#define CREATE_RANDOM_ACCESS 0x00000800
295#define CREATE_DELETE_ON_CLOSE 0x00001000
Steve Frencheda3c022005-07-21 15:20:28 -0700296#define CREATE_OPEN_BY_ID 0x00002000
Linus Torvalds1da177e2005-04-16 15:20:36 -0700297#define OPEN_REPARSE_POINT 0x00200000
Steve Frencheda3c022005-07-21 15:20:28 -0700298#define CREATE_OPTIONS_MASK 0x007FFFFF
299#define CREATE_OPTION_SPECIAL 0x20000000 /* system. NB not sent over wire */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700300
301/* ImpersonationLevel flags */
302#define SECURITY_ANONYMOUS 0
303#define SECURITY_IDENTIFICATION 1
304#define SECURITY_IMPERSONATION 2
305#define SECURITY_DELEGATION 3
306
307/* SecurityFlags */
308#define SECURITY_CONTEXT_TRACKING 0x01
309#define SECURITY_EFFECTIVE_ONLY 0x02
310
311/*
312 * Default PID value, used in all SMBs where the PID is not important
313 */
314#define CIFS_DFT_PID 0x1234
315
316/*
317 * We use the same routine for Copy and Move SMBs. This flag is used to
318 * distinguish
319 */
320#define CIFS_COPY_OP 1
321#define CIFS_RENAME_OP 2
322
323#define GETU16(var) (*((__u16 *)var)) /* BB check for endian issues */
324#define GETU32(var) (*((__u32 *)var)) /* BB check for endian issues */
325
Linus Torvalds1da177e2005-04-16 15:20:36 -0700326struct smb_hdr {
Steve French0753ca72005-10-27 13:55:12 -0700327 __u32 smb_buf_length; /* big endian on wire *//* BB length is only two
328 or three bytes - with one or two byte type preceding it that are
329 zero - we could mask the type byte off just in case BB */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700330 __u8 Protocol[4];
331 __u8 Command;
332 union {
333 struct {
334 __u8 ErrorClass;
335 __u8 Reserved;
336 __le16 Error;
Steve French0753ca72005-10-27 13:55:12 -0700337 } __attribute__((packed)) DosError;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700338 __le32 CifsError;
Steve French0753ca72005-10-27 13:55:12 -0700339 } __attribute__((packed)) Status;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700340 __u8 Flags;
341 __le16 Flags2; /* note: le */
342 __le16 PidHigh;
343 union {
344 struct {
345 __le32 SequenceNumber; /* le */
346 __u32 Reserved; /* zero */
Steve French0753ca72005-10-27 13:55:12 -0700347 } __attribute__((packed)) Sequence;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700348 __u8 SecuritySignature[8]; /* le */
Steve French0753ca72005-10-27 13:55:12 -0700349 } __attribute__((packed)) Signature;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700350 __u8 pad[2];
351 __u16 Tid;
352 __le16 Pid;
353 __u16 Uid;
354 __u16 Mid;
355 __u8 WordCount;
Steve French0753ca72005-10-27 13:55:12 -0700356} __attribute__((packed));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700357/* given a pointer to an smb_hdr retrieve the value of byte count */
358#define BCC(smb_var) ( *(__u16 *)((char *)smb_var + sizeof(struct smb_hdr) + (2* smb_var->WordCount) ) )
Steve Frenche4eb2952005-04-28 22:41:09 -0700359#define BCC_LE(smb_var) ( *(__le16 *)((char *)smb_var + sizeof(struct smb_hdr) + (2* smb_var->WordCount) ) )
Linus Torvalds1da177e2005-04-16 15:20:36 -0700360/* given a pointer to an smb_hdr retrieve the pointer to the byte area */
361#define pByteArea(smb_var) ((unsigned char *)smb_var + sizeof(struct smb_hdr) + (2* smb_var->WordCount) + 2 )
362
363/*
364 * Computer Name Length
365 */
366#define CNLEN 15
367
368/*
369 * Share Name Length @S8A
370 * Note: This length is limited by the SMB used to get @S8A
371 * the Share info. NetShareEnum only returns 13 @S8A
372 * chars, including the null termination. @S8A
373 */
374#define SNLEN 12 /*@S8A */
375
376/*
377 * Comment Length
378 */
379#define MAXCOMMENTLEN 40
380
381/*
382 * The OS/2 maximum path name
383 */
384#define MAX_PATHCONF 256
385
386/*
387 * SMB frame definitions (following must be packed structs)
388 * See the SNIA CIFS Specification for details.
389 *
390 * The Naming convention is the lower case version of the
391 * smb command code name for the struct and this is typedef to the
392 * uppercase version of the same name with the prefix SMB_ removed
393 * for brevity. Although typedefs are not commonly used for
394 * structure definitions in the Linux kernel, their use in the
395 * CIFS standards document, which this code is based on, may
396 * make this one of the cases where typedefs for structures make
397 * sense to improve readability for readers of the standards doc.
398 * Typedefs can always be removed later if they are too distracting
399 * and they are only used for the CIFSs PDUs themselves, not
400 * internal cifs vfs structures
401 *
402 */
403
404typedef struct negotiate_req {
405 struct smb_hdr hdr; /* wct = 0 */
406 __le16 ByteCount;
407 unsigned char DialectsArray[1];
Steve French0753ca72005-10-27 13:55:12 -0700408} __attribute__((packed)) NEGOTIATE_REQ;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700409
Steve French39798772006-05-31 22:40:51 +0000410/* Dialect index is 13 for LANMAN */
411
412typedef struct lanman_neg_rsp {
413 struct smb_hdr hdr; /* wct = 13 */
414 __le16 DialectIndex;
415 __le16 SecurityMode;
416 __le16 MaxBufSize;
417 __le16 MaxMpxCount;
418 __le16 MaxNumberVcs;
419 __le16 RawMode;
420 __le32 SessionKey;
Steve French175ec9e2006-09-30 01:07:38 +0000421 struct {
422 __le16 Time;
423 __le16 Date;
424 } __attribute__((packed)) SrvTime;
Steve French39798772006-05-31 22:40:51 +0000425 __le16 ServerTimeZone;
426 __le16 EncryptionKeyLength;
427 __le16 Reserved;
428 __u16 ByteCount;
429 unsigned char EncryptionKey[1];
430} __attribute__((packed)) LANMAN_NEG_RSP;
431
Steve French254e55e2006-06-04 05:53:15 +0000432#define READ_RAW_ENABLE 1
433#define WRITE_RAW_ENABLE 2
434#define RAW_ENABLE (READ_RAW_ENABLE | WRITE_RAW_ENABLE)
435
Linus Torvalds1da177e2005-04-16 15:20:36 -0700436typedef struct negotiate_rsp {
437 struct smb_hdr hdr; /* wct = 17 */
438 __le16 DialectIndex;
439 __u8 SecurityMode;
440 __le16 MaxMpxCount;
441 __le16 MaxNumberVcs;
442 __le32 MaxBufferSize;
443 __le32 MaxRawSize;
444 __le32 SessionKey;
445 __le32 Capabilities; /* see below */
446 __le32 SystemTimeLow;
447 __le32 SystemTimeHigh;
448 __le16 ServerTimeZone;
449 __u8 EncryptionKeyLength;
450 __u16 ByteCount;
451 union {
Steve French0753ca72005-10-27 13:55:12 -0700452 unsigned char EncryptionKey[1]; /* cap extended security off */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700453 /* followed by Domain name - if extended security is off */
454 /* followed by 16 bytes of server GUID */
Steve French0753ca72005-10-27 13:55:12 -0700455 /* then security blob if cap_extended_security negotiated */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700456 struct {
457 unsigned char GUID[16];
458 unsigned char SecurityBlob[1];
Steve French0753ca72005-10-27 13:55:12 -0700459 } __attribute__((packed)) extended_response;
460 } __attribute__((packed)) u;
461} __attribute__((packed)) NEGOTIATE_RSP;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700462
463/* SecurityMode bits */
464#define SECMODE_USER 0x01 /* off indicates share level security */
465#define SECMODE_PW_ENCRYPT 0x02
466#define SECMODE_SIGN_ENABLED 0x04 /* SMB security signatures enabled */
467#define SECMODE_SIGN_REQUIRED 0x08 /* SMB security signatures required */
468
469/* Negotiate response Capabilities */
470#define CAP_RAW_MODE 0x00000001
471#define CAP_MPX_MODE 0x00000002
472#define CAP_UNICODE 0x00000004
473#define CAP_LARGE_FILES 0x00000008
474#define CAP_NT_SMBS 0x00000010 /* implies CAP_NT_FIND */
475#define CAP_RPC_REMOTE_APIS 0x00000020
476#define CAP_STATUS32 0x00000040
477#define CAP_LEVEL_II_OPLOCKS 0x00000080
478#define CAP_LOCK_AND_READ 0x00000100
479#define CAP_NT_FIND 0x00000200
480#define CAP_DFS 0x00001000
481#define CAP_INFOLEVEL_PASSTHRU 0x00002000
482#define CAP_LARGE_READ_X 0x00004000
483#define CAP_LARGE_WRITE_X 0x00008000
484#define CAP_UNIX 0x00800000
485#define CAP_RESERVED 0x02000000
486#define CAP_BULK_TRANSFER 0x20000000
487#define CAP_COMPRESSED_DATA 0x40000000
488#define CAP_EXTENDED_SECURITY 0x80000000
489
490typedef union smb_com_session_setup_andx {
491 struct { /* request format */
492 struct smb_hdr hdr; /* wct = 12 */
493 __u8 AndXCommand;
494 __u8 AndXReserved;
495 __le16 AndXOffset;
496 __le16 MaxBufferSize;
497 __le16 MaxMpxCount;
498 __le16 VcNumber;
499 __u32 SessionKey;
500 __le16 SecurityBlobLength;
501 __u32 Reserved;
502 __le32 Capabilities; /* see below */
503 __le16 ByteCount;
504 unsigned char SecurityBlob[1]; /* followed by */
505 /* STRING NativeOS */
506 /* STRING NativeLanMan */
Steve French0753ca72005-10-27 13:55:12 -0700507 } __attribute__((packed)) req; /* NTLM request format (with
508 extended security */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700509
510 struct { /* request format */
511 struct smb_hdr hdr; /* wct = 13 */
512 __u8 AndXCommand;
513 __u8 AndXReserved;
514 __le16 AndXOffset;
515 __le16 MaxBufferSize;
516 __le16 MaxMpxCount;
517 __le16 VcNumber;
518 __u32 SessionKey;
Steve French0753ca72005-10-27 13:55:12 -0700519 __le16 CaseInsensitivePasswordLength; /* ASCII password len */
520 __le16 CaseSensitivePasswordLength; /* Unicode password length*/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700521 __u32 Reserved; /* see below */
522 __le32 Capabilities;
523 __le16 ByteCount;
Steve French0753ca72005-10-27 13:55:12 -0700524 unsigned char CaseInsensitivePassword[1]; /* followed by: */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700525 /* unsigned char * CaseSensitivePassword; */
526 /* STRING AccountName */
527 /* STRING PrimaryDomain */
528 /* STRING NativeOS */
529 /* STRING NativeLanMan */
Steve French0753ca72005-10-27 13:55:12 -0700530 } __attribute__((packed)) req_no_secext; /* NTLM request format (without
531 extended security */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700532
533 struct { /* default (NTLM) response format */
534 struct smb_hdr hdr; /* wct = 4 */
535 __u8 AndXCommand;
536 __u8 AndXReserved;
537 __le16 AndXOffset;
538 __le16 Action; /* see below */
539 __le16 SecurityBlobLength;
540 __u16 ByteCount;
541 unsigned char SecurityBlob[1]; /* followed by */
542/* unsigned char * NativeOS; */
543/* unsigned char * NativeLanMan; */
544/* unsigned char * PrimaryDomain; */
Steve Frenchf64b23a2006-06-05 05:27:37 +0000545 } __attribute__((packed)) resp; /* NTLM response with or without extended sec*/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700546
547 struct { /* request format */
548 struct smb_hdr hdr; /* wct = 10 */
549 __u8 AndXCommand;
550 __u8 AndXReserved;
551 __le16 AndXOffset;
552 __le16 MaxBufferSize;
553 __le16 MaxMpxCount;
554 __le16 VcNumber;
555 __u32 SessionKey;
Steve French39798772006-05-31 22:40:51 +0000556 __le16 PasswordLength;
557 __u32 Reserved; /* encrypt key len and offset */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700558 __le16 ByteCount;
559 unsigned char AccountPassword[1]; /* followed by */
560 /* STRING AccountName */
561 /* STRING PrimaryDomain */
562 /* STRING NativeOS */
563 /* STRING NativeLanMan */
Steve French0a4b92c2006-01-12 15:44:21 -0800564 } __attribute__((packed)) old_req; /* pre-NTLM (LANMAN2.1) req format */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700565
566 struct { /* default (NTLM) response format */
567 struct smb_hdr hdr; /* wct = 3 */
568 __u8 AndXCommand;
569 __u8 AndXReserved;
570 __le16 AndXOffset;
571 __le16 Action; /* see below */
572 __u16 ByteCount;
573 unsigned char NativeOS[1]; /* followed by */
574/* unsigned char * NativeLanMan; */
575/* unsigned char * PrimaryDomain; */
Steve French0a4b92c2006-01-12 15:44:21 -0800576 } __attribute__((packed)) old_resp; /* pre-NTLM (LANMAN2.1) response */
Steve French0753ca72005-10-27 13:55:12 -0700577} __attribute__((packed)) SESSION_SETUP_ANDX;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700578
Steve Frenchf64b23a2006-06-05 05:27:37 +0000579/* format of NLTMv2 Response ie "case sensitive password" hash when NTLMv2 */
580
581struct ntlmssp2_name {
582 __le16 type;
583 __le16 length;
584/* char name[length]; */
585} __attribute__((packed));
586
587struct ntlmv2_resp {
588 char ntlmv2_hash[CIFS_ENCPWD_SIZE];
Steve French6d027cf2006-06-05 16:26:05 +0000589 __le32 blob_signature;
Steve Frenchf64b23a2006-06-05 05:27:37 +0000590 __u32 reserved;
591 __le64 time;
592 __u64 client_chal; /* random */
593 __u32 reserved2;
594 struct ntlmssp2_name names[1];
595 /* array of name entries could follow ending in minimum 4 byte struct */
596} __attribute__((packed));
597
598
Linus Torvalds1da177e2005-04-16 15:20:36 -0700599#define CIFS_NETWORK_OPSYS "CIFS VFS Client for Linux"
600
601/* Capabilities bits (for NTLM SessSetup request) */
602#define CAP_UNICODE 0x00000004
603#define CAP_LARGE_FILES 0x00000008
604#define CAP_NT_SMBS 0x00000010
605#define CAP_STATUS32 0x00000040
606#define CAP_LEVEL_II_OPLOCKS 0x00000080
Steve French0753ca72005-10-27 13:55:12 -0700607#define CAP_NT_FIND 0x00000200 /* reserved should be zero
608 (because NT_SMBs implies the same thing?) */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700609#define CAP_BULK_TRANSFER 0x20000000
610#define CAP_EXTENDED_SECURITY 0x80000000
611
612/* Action bits */
613#define GUEST_LOGIN 1
614
615typedef struct smb_com_tconx_req {
616 struct smb_hdr hdr; /* wct = 4 */
617 __u8 AndXCommand;
618 __u8 AndXReserved;
619 __le16 AndXOffset;
620 __le16 Flags; /* see below */
621 __le16 PasswordLength;
622 __le16 ByteCount;
623 unsigned char Password[1]; /* followed by */
624/* STRING Path *//* \\server\share name */
625 /* STRING Service */
Steve French0753ca72005-10-27 13:55:12 -0700626} __attribute__((packed)) TCONX_REQ;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700627
628typedef struct smb_com_tconx_rsp {
Steve Frenchf64b23a2006-06-05 05:27:37 +0000629 struct smb_hdr hdr; /* wct = 3 note that Win2000 has sent wct = 7
630 in some cases on responses. Four unspecified
631 words followed OptionalSupport */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700632 __u8 AndXCommand;
633 __u8 AndXReserved;
634 __le16 AndXOffset;
635 __le16 OptionalSupport; /* see below */
636 __u16 ByteCount;
637 unsigned char Service[1]; /* always ASCII, not Unicode */
638 /* STRING NativeFileSystem */
Steve French0753ca72005-10-27 13:55:12 -0700639} __attribute__((packed)) TCONX_RSP;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700640
641/* tree connect Flags */
642#define DISCONNECT_TID 0x0001
643#define TCON_EXTENDED_SECINFO 0x0008
644/* OptionalSupport bits */
Steve French0753ca72005-10-27 13:55:12 -0700645#define SMB_SUPPORT_SEARCH_BITS 0x0001 /* "must have" directory search bits
646 (exclusive searches supported) */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700647#define SMB_SHARE_IS_IN_DFS 0x0002
648
649typedef struct smb_com_logoff_andx_req {
650 struct smb_hdr hdr; /* wct = 2 */
651 __u8 AndXCommand;
652 __u8 AndXReserved;
653 __u16 AndXOffset;
654 __u16 ByteCount;
Steve French0753ca72005-10-27 13:55:12 -0700655} __attribute__((packed)) LOGOFF_ANDX_REQ;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700656
657typedef struct smb_com_logoff_andx_rsp {
658 struct smb_hdr hdr; /* wct = 2 */
659 __u8 AndXCommand;
660 __u8 AndXReserved;
661 __u16 AndXOffset;
662 __u16 ByteCount;
Steve French0753ca72005-10-27 13:55:12 -0700663} __attribute__((packed)) LOGOFF_ANDX_RSP;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700664
Steve French86c96b42005-11-18 20:25:31 -0800665typedef union smb_com_tree_disconnect { /* as an altetnative can use flag on
666 tree_connect PDU to effect disconnect */
667 /* tdis is probably simplest SMB PDU */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700668 struct {
669 struct smb_hdr hdr; /* wct = 0 */
670 __u16 ByteCount; /* bcc = 0 */
Steve French0753ca72005-10-27 13:55:12 -0700671 } __attribute__((packed)) req;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700672 struct {
673 struct smb_hdr hdr; /* wct = 0 */
674 __u16 ByteCount; /* bcc = 0 */
Steve French0753ca72005-10-27 13:55:12 -0700675 } __attribute__((packed)) resp;
676} __attribute__((packed)) TREE_DISCONNECT;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700677
678typedef struct smb_com_close_req {
679 struct smb_hdr hdr; /* wct = 3 */
680 __u16 FileID;
681 __u32 LastWriteTime; /* should be zero */
682 __u16 ByteCount; /* 0 */
Steve French0753ca72005-10-27 13:55:12 -0700683} __attribute__((packed)) CLOSE_REQ;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700684
685typedef struct smb_com_close_rsp {
686 struct smb_hdr hdr; /* wct = 0 */
687 __u16 ByteCount; /* bct = 0 */
Steve French0753ca72005-10-27 13:55:12 -0700688} __attribute__((packed)) CLOSE_RSP;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700689
690typedef struct smb_com_findclose_req {
691 struct smb_hdr hdr; /* wct = 1 */
692 __u16 FileID;
693 __u16 ByteCount; /* 0 */
Steve French0753ca72005-10-27 13:55:12 -0700694} __attribute__((packed)) FINDCLOSE_REQ;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700695
696/* OpenFlags */
Steve Frencha9d02ad2005-08-24 23:06:05 -0700697#define REQ_MORE_INFO 0x00000001 /* legacy (OPEN_AND_X) only */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700698#define REQ_OPLOCK 0x00000002
699#define REQ_BATCHOPLOCK 0x00000004
700#define REQ_OPENDIRONLY 0x00000008
701
702typedef struct smb_com_open_req { /* also handles create */
703 struct smb_hdr hdr; /* wct = 24 */
704 __u8 AndXCommand;
705 __u8 AndXReserved;
706 __le16 AndXOffset;
707 __u8 Reserved; /* Must Be Zero */
708 __le16 NameLength;
709 __le32 OpenFlags;
710 __le32 RootDirectoryFid;
711 __le32 DesiredAccess;
712 __le64 AllocationSize;
713 __le32 FileAttributes;
714 __le32 ShareAccess;
715 __le32 CreateDisposition;
716 __le32 CreateOptions;
717 __le32 ImpersonationLevel;
718 __u8 SecurityFlags;
719 __le16 ByteCount;
720 char fileName[1];
Steve French0753ca72005-10-27 13:55:12 -0700721} __attribute__((packed)) OPEN_REQ;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700722
723/* open response: oplock levels */
724#define OPLOCK_NONE 0
725#define OPLOCK_EXCLUSIVE 1
726#define OPLOCK_BATCH 2
727#define OPLOCK_READ 3 /* level 2 oplock */
728
729/* open response for CreateAction shifted left */
730#define CIFS_CREATE_ACTION 0x20000 /* file created */
731
732typedef struct smb_com_open_rsp {
733 struct smb_hdr hdr; /* wct = 34 BB */
734 __u8 AndXCommand;
735 __u8 AndXReserved;
736 __le16 AndXOffset;
737 __u8 OplockLevel;
738 __u16 Fid;
739 __le32 CreateAction;
740 __le64 CreationTime;
741 __le64 LastAccessTime;
742 __le64 LastWriteTime;
743 __le64 ChangeTime;
744 __le32 FileAttributes;
745 __le64 AllocationSize;
746 __le64 EndOfFile;
747 __le16 FileType;
748 __le16 DeviceState;
749 __u8 DirectoryFlag;
750 __u16 ByteCount; /* bct = 0 */
Steve French0753ca72005-10-27 13:55:12 -0700751} __attribute__((packed)) OPEN_RSP;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700752
Steve Frencha9d02ad2005-08-24 23:06:05 -0700753/* format of legacy open request */
754typedef struct smb_com_openx_req {
755 struct smb_hdr hdr; /* wct = 15 */
756 __u8 AndXCommand;
757 __u8 AndXReserved;
758 __le16 AndXOffset;
759 __le16 OpenFlags;
760 __le16 Mode;
761 __le16 Sattr; /* search attributes */
762 __le16 FileAttributes; /* dos attrs */
763 __le32 CreateTime; /* os2 format */
764 __le16 OpenFunction;
765 __le32 EndOfFile;
766 __le32 Timeout;
767 __le32 Reserved;
Steve French70ca7342005-09-22 16:32:06 -0700768 __le16 ByteCount; /* file name follows */
Steve Frencha9d02ad2005-08-24 23:06:05 -0700769 char fileName[1];
Steve French0753ca72005-10-27 13:55:12 -0700770} __attribute__((packed)) OPENX_REQ;
Steve Frencha9d02ad2005-08-24 23:06:05 -0700771
772typedef struct smb_com_openx_rsp {
773 struct smb_hdr hdr; /* wct = 15 */
774 __u8 AndXCommand;
775 __u8 AndXReserved;
776 __le16 AndXOffset;
777 __u16 Fid;
778 __le16 FileAttributes;
779 __le32 LastWriteTime; /* os2 format */
780 __le32 EndOfFile;
781 __le16 Access;
782 __le16 FileType;
783 __le16 IPCState;
784 __le16 Action;
785 __u32 FileId;
786 __u16 Reserved;
787 __u16 ByteCount;
Steve French0753ca72005-10-27 13:55:12 -0700788} __attribute__((packed)) OPENX_RSP;
Steve Frencha9d02ad2005-08-24 23:06:05 -0700789
790/* Legacy write request for older servers */
791typedef struct smb_com_writex_req {
792 struct smb_hdr hdr; /* wct = 12 */
793 __u8 AndXCommand;
794 __u8 AndXReserved;
795 __le16 AndXOffset;
796 __u16 Fid;
797 __le32 OffsetLow;
798 __u32 Reserved; /* Timeout */
799 __le16 WriteMode; /* 1 = write through */
800 __le16 Remaining;
801 __le16 Reserved2;
802 __le16 DataLengthLow;
803 __le16 DataOffset;
804 __le16 ByteCount;
805 __u8 Pad; /* BB check for whether padded to DWORD boundary and optimum performance here */
806 char Data[0];
Steve French0753ca72005-10-27 13:55:12 -0700807} __attribute__((packed)) WRITEX_REQ;
Steve Frencha9d02ad2005-08-24 23:06:05 -0700808
Linus Torvalds1da177e2005-04-16 15:20:36 -0700809typedef struct smb_com_write_req {
810 struct smb_hdr hdr; /* wct = 14 */
811 __u8 AndXCommand;
812 __u8 AndXReserved;
813 __le16 AndXOffset;
814 __u16 Fid;
815 __le32 OffsetLow;
816 __u32 Reserved;
817 __le16 WriteMode;
818 __le16 Remaining;
819 __le16 DataLengthHigh;
820 __le16 DataLengthLow;
821 __le16 DataOffset;
822 __le32 OffsetHigh;
823 __le16 ByteCount;
824 __u8 Pad; /* BB check for whether padded to DWORD boundary and optimum performance here */
825 char Data[0];
Steve French0753ca72005-10-27 13:55:12 -0700826} __attribute__((packed)) WRITE_REQ;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700827
828typedef struct smb_com_write_rsp {
829 struct smb_hdr hdr; /* wct = 6 */
830 __u8 AndXCommand;
831 __u8 AndXReserved;
832 __le16 AndXOffset;
833 __le16 Count;
834 __le16 Remaining;
835 __le16 CountHigh;
836 __u16 Reserved;
837 __u16 ByteCount;
Steve French0753ca72005-10-27 13:55:12 -0700838} __attribute__((packed)) WRITE_RSP;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700839
Steve Frencha9d02ad2005-08-24 23:06:05 -0700840/* legacy read request for older servers */
841typedef struct smb_com_readx_req {
842 struct smb_hdr hdr; /* wct = 10 */
843 __u8 AndXCommand;
844 __u8 AndXReserved;
845 __le16 AndXOffset;
846 __u16 Fid;
847 __le32 OffsetLow;
848 __le16 MaxCount;
849 __le16 MinCount; /* obsolete */
850 __le32 Reserved;
851 __le16 Remaining;
852 __le16 ByteCount;
Steve French0753ca72005-10-27 13:55:12 -0700853} __attribute__((packed)) READX_REQ;
Steve Frencha9d02ad2005-08-24 23:06:05 -0700854
Linus Torvalds1da177e2005-04-16 15:20:36 -0700855typedef struct smb_com_read_req {
856 struct smb_hdr hdr; /* wct = 12 */
857 __u8 AndXCommand;
858 __u8 AndXReserved;
859 __le16 AndXOffset;
860 __u16 Fid;
861 __le32 OffsetLow;
862 __le16 MaxCount;
863 __le16 MinCount; /* obsolete */
864 __le32 MaxCountHigh;
865 __le16 Remaining;
866 __le32 OffsetHigh;
867 __le16 ByteCount;
Steve French0753ca72005-10-27 13:55:12 -0700868} __attribute__((packed)) READ_REQ;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700869
870typedef struct smb_com_read_rsp {
871 struct smb_hdr hdr; /* wct = 12 */
872 __u8 AndXCommand;
873 __u8 AndXReserved;
874 __le16 AndXOffset;
875 __le16 Remaining;
876 __le16 DataCompactionMode;
877 __le16 Reserved;
878 __le16 DataLength;
879 __le16 DataOffset;
880 __le16 DataLengthHigh;
881 __u64 Reserved2;
882 __u16 ByteCount;
883 __u8 Pad; /* BB check for whether padded to DWORD boundary and optimum performance here */
884 char Data[1];
Steve French0753ca72005-10-27 13:55:12 -0700885} __attribute__((packed)) READ_RSP;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700886
887typedef struct locking_andx_range {
888 __le16 Pid;
889 __le16 Pad;
890 __le32 OffsetHigh;
891 __le32 OffsetLow;
892 __le32 LengthHigh;
893 __le32 LengthLow;
Steve French0753ca72005-10-27 13:55:12 -0700894} __attribute__((packed)) LOCKING_ANDX_RANGE;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700895
896#define LOCKING_ANDX_SHARED_LOCK 0x01
897#define LOCKING_ANDX_OPLOCK_RELEASE 0x02
898#define LOCKING_ANDX_CHANGE_LOCKTYPE 0x04
899#define LOCKING_ANDX_CANCEL_LOCK 0x08
900#define LOCKING_ANDX_LARGE_FILES 0x10 /* always on for us */
901
902typedef struct smb_com_lock_req {
903 struct smb_hdr hdr; /* wct = 8 */
904 __u8 AndXCommand;
905 __u8 AndXReserved;
906 __le16 AndXOffset;
907 __u16 Fid;
908 __u8 LockType;
909 __u8 OplockLevel;
910 __le32 Timeout;
911 __le16 NumberOfUnlocks;
912 __le16 NumberOfLocks;
913 __le16 ByteCount;
914 LOCKING_ANDX_RANGE Locks[1];
Steve French0753ca72005-10-27 13:55:12 -0700915} __attribute__((packed)) LOCK_REQ;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700916
Steve French08547b02006-02-28 22:39:25 +0000917/* lock type */
918#define CIFS_RDLCK 0
919#define CIFS_WRLCK 1
920#define CIFS_UNLCK 2
Steve Frenchf654bac2005-04-28 22:41:04 -0700921typedef struct cifs_posix_lock {
922 __le16 lock_type; /* 0 = Read, 1 = Write, 2 = Unlock */
923 __le16 lock_flags; /* 1 = Wait (only valid for setlock) */
924 __le32 pid;
925 __le64 start;
926 __le64 length;
927 /* BB what about additional owner info to identify network client */
Steve French0753ca72005-10-27 13:55:12 -0700928} __attribute__((packed)) CIFS_POSIX_LOCK;
Steve Frenchf654bac2005-04-28 22:41:04 -0700929
Linus Torvalds1da177e2005-04-16 15:20:36 -0700930typedef struct smb_com_lock_rsp {
931 struct smb_hdr hdr; /* wct = 2 */
932 __u8 AndXCommand;
933 __u8 AndXReserved;
934 __le16 AndXOffset;
935 __u16 ByteCount;
Steve French0753ca72005-10-27 13:55:12 -0700936} __attribute__((packed)) LOCK_RSP;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700937
938typedef struct smb_com_rename_req {
939 struct smb_hdr hdr; /* wct = 1 */
940 __le16 SearchAttributes; /* target file attributes */
941 __le16 ByteCount;
942 __u8 BufferFormat; /* 4 = ASCII or Unicode */
943 unsigned char OldFileName[1];
944 /* followed by __u8 BufferFormat2 */
945 /* followed by NewFileName */
Steve French0753ca72005-10-27 13:55:12 -0700946} __attribute__((packed)) RENAME_REQ;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700947
948 /* copy request flags */
949#define COPY_MUST_BE_FILE 0x0001
950#define COPY_MUST_BE_DIR 0x0002
951#define COPY_TARGET_MODE_ASCII 0x0004 /* if not set, binary */
952#define COPY_SOURCE_MODE_ASCII 0x0008 /* if not set, binary */
953#define COPY_VERIFY_WRITES 0x0010
954#define COPY_TREE 0x0020
955
956typedef struct smb_com_copy_req {
957 struct smb_hdr hdr; /* wct = 3 */
958 __u16 Tid2;
959 __le16 OpenFunction;
960 __le16 Flags;
961 __le16 ByteCount;
962 __u8 BufferFormat; /* 4 = ASCII or Unicode */
963 unsigned char OldFileName[1];
964 /* followed by __u8 BufferFormat2 */
965 /* followed by NewFileName string */
Steve French0753ca72005-10-27 13:55:12 -0700966} __attribute__((packed)) COPY_REQ;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700967
968typedef struct smb_com_copy_rsp {
969 struct smb_hdr hdr; /* wct = 1 */
970 __le16 CopyCount; /* number of files copied */
971 __u16 ByteCount; /* may be zero */
972 __u8 BufferFormat; /* 0x04 - only present if errored file follows */
973 unsigned char ErrorFileName[1]; /* only present if error in copy */
Steve French0753ca72005-10-27 13:55:12 -0700974} __attribute__((packed)) COPY_RSP;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700975
976#define CREATE_HARD_LINK 0x103
977#define MOVEFILE_COPY_ALLOWED 0x0002
978#define MOVEFILE_REPLACE_EXISTING 0x0001
979
980typedef struct smb_com_nt_rename_req { /* A5 - also used for create hardlink */
981 struct smb_hdr hdr; /* wct = 4 */
982 __le16 SearchAttributes; /* target file attributes */
983 __le16 Flags; /* spec says Information Level */
984 __le32 ClusterCount;
985 __le16 ByteCount;
986 __u8 BufferFormat; /* 4 = ASCII or Unicode */
987 unsigned char OldFileName[1];
988 /* followed by __u8 BufferFormat2 */
989 /* followed by NewFileName */
Steve French0753ca72005-10-27 13:55:12 -0700990} __attribute__((packed)) NT_RENAME_REQ;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700991
992typedef struct smb_com_rename_rsp {
993 struct smb_hdr hdr; /* wct = 0 */
994 __u16 ByteCount; /* bct = 0 */
Steve French0753ca72005-10-27 13:55:12 -0700995} __attribute__((packed)) RENAME_RSP;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700996
997typedef struct smb_com_delete_file_req {
998 struct smb_hdr hdr; /* wct = 1 */
999 __le16 SearchAttributes;
1000 __le16 ByteCount;
1001 __u8 BufferFormat; /* 4 = ASCII */
1002 unsigned char fileName[1];
Steve French0753ca72005-10-27 13:55:12 -07001003} __attribute__((packed)) DELETE_FILE_REQ;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001004
1005typedef struct smb_com_delete_file_rsp {
1006 struct smb_hdr hdr; /* wct = 0 */
1007 __u16 ByteCount; /* bct = 0 */
Steve French0753ca72005-10-27 13:55:12 -07001008} __attribute__((packed)) DELETE_FILE_RSP;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001009
1010typedef struct smb_com_delete_directory_req {
1011 struct smb_hdr hdr; /* wct = 0 */
1012 __le16 ByteCount;
1013 __u8 BufferFormat; /* 4 = ASCII */
1014 unsigned char DirName[1];
Steve French0753ca72005-10-27 13:55:12 -07001015} __attribute__((packed)) DELETE_DIRECTORY_REQ;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001016
1017typedef struct smb_com_delete_directory_rsp {
1018 struct smb_hdr hdr; /* wct = 0 */
1019 __u16 ByteCount; /* bct = 0 */
Steve French0753ca72005-10-27 13:55:12 -07001020} __attribute__((packed)) DELETE_DIRECTORY_RSP;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001021
1022typedef struct smb_com_create_directory_req {
1023 struct smb_hdr hdr; /* wct = 0 */
1024 __le16 ByteCount;
1025 __u8 BufferFormat; /* 4 = ASCII */
1026 unsigned char DirName[1];
Steve French0753ca72005-10-27 13:55:12 -07001027} __attribute__((packed)) CREATE_DIRECTORY_REQ;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001028
1029typedef struct smb_com_create_directory_rsp {
1030 struct smb_hdr hdr; /* wct = 0 */
1031 __u16 ByteCount; /* bct = 0 */
Steve French0753ca72005-10-27 13:55:12 -07001032} __attribute__((packed)) CREATE_DIRECTORY_RSP;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001033
Steve French6b8edfe2005-08-23 20:26:03 -07001034typedef struct smb_com_query_information_req {
1035 struct smb_hdr hdr; /* wct = 0 */
1036 __le16 ByteCount; /* 1 + namelen + 1 */
1037 __u8 BufferFormat; /* 4 = ASCII */
1038 unsigned char FileName[1];
Steve French0753ca72005-10-27 13:55:12 -07001039} __attribute__((packed)) QUERY_INFORMATION_REQ;
Steve French6b8edfe2005-08-23 20:26:03 -07001040
1041typedef struct smb_com_query_information_rsp {
1042 struct smb_hdr hdr; /* wct = 10 */
1043 __le16 attr;
1044 __le32 last_write_time;
1045 __le32 size;
1046 __u16 reserved[5];
1047 __le16 ByteCount; /* bcc = 0 */
Steve French0753ca72005-10-27 13:55:12 -07001048} __attribute__((packed)) QUERY_INFORMATION_RSP;
Steve French6b8edfe2005-08-23 20:26:03 -07001049
Linus Torvalds1da177e2005-04-16 15:20:36 -07001050typedef struct smb_com_setattr_req {
1051 struct smb_hdr hdr; /* wct = 8 */
1052 __le16 attr;
1053 __le16 time_low;
1054 __le16 time_high;
1055 __le16 reserved[5]; /* must be zero */
1056 __u16 ByteCount;
1057 __u8 BufferFormat; /* 4 = ASCII */
1058 unsigned char fileName[1];
Steve French0753ca72005-10-27 13:55:12 -07001059} __attribute__((packed)) SETATTR_REQ;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001060
1061typedef struct smb_com_setattr_rsp {
1062 struct smb_hdr hdr; /* wct = 0 */
1063 __u16 ByteCount; /* bct = 0 */
Steve French0753ca72005-10-27 13:55:12 -07001064} __attribute__((packed)) SETATTR_RSP;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001065
1066/* empty wct response to setattr */
1067
Steve French0a4b92c2006-01-12 15:44:21 -08001068/*******************************************************/
1069/* NT Transact structure defintions follow */
1070/* Currently only ioctl, acl (get security descriptor) */
1071/* and notify are implemented */
1072/*******************************************************/
1073typedef struct smb_com_ntransact_req {
1074 struct smb_hdr hdr; /* wct >= 19 */
1075 __u8 MaxSetupCount;
1076 __u16 Reserved;
1077 __le32 TotalParameterCount;
1078 __le32 TotalDataCount;
1079 __le32 MaxParameterCount;
1080 __le32 MaxDataCount;
1081 __le32 ParameterCount;
1082 __le32 ParameterOffset;
1083 __le32 DataCount;
1084 __le32 DataOffset;
1085 __u8 SetupCount; /* four setup words follow subcommand */
1086 /* SNIA spec incorrectly included spurious pad here */
1087 __le16 SubCommand; /* 2 = IOCTL/FSCTL */
1088 /* SetupCount words follow then */
1089 __le16 ByteCount;
1090 __u8 Pad[3];
1091 __u8 Parms[0];
1092} __attribute__((packed)) NTRANSACT_REQ;
1093
1094typedef struct smb_com_ntransact_rsp {
1095 struct smb_hdr hdr; /* wct = 18 */
1096 __u8 Reserved[3];
1097 __le32 TotalParameterCount;
1098 __le32 TotalDataCount;
1099 __le32 ParameterCount;
1100 __le32 ParameterOffset;
1101 __le32 ParameterDisplacement;
1102 __le32 DataCount;
1103 __le32 DataOffset;
1104 __le32 DataDisplacement;
1105 __u8 SetupCount; /* 0 */
1106 __u16 ByteCount;
1107 /* __u8 Pad[3]; */
1108 /* parms and data follow */
1109} __attribute__((packed)) NTRANSACT_RSP;
1110
Linus Torvalds1da177e2005-04-16 15:20:36 -07001111typedef struct smb_com_transaction_ioctl_req {
1112 struct smb_hdr hdr; /* wct = 23 */
1113 __u8 MaxSetupCount;
1114 __u16 Reserved;
1115 __le32 TotalParameterCount;
1116 __le32 TotalDataCount;
1117 __le32 MaxParameterCount;
1118 __le32 MaxDataCount;
1119 __le32 ParameterCount;
1120 __le32 ParameterOffset;
1121 __le32 DataCount;
1122 __le32 DataOffset;
1123 __u8 SetupCount; /* four setup words follow subcommand */
1124 /* SNIA spec incorrectly included spurious pad here */
Steve French0a4b92c2006-01-12 15:44:21 -08001125 __le16 SubCommand; /* 2 = IOCTL/FSCTL */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001126 __le32 FunctionCode;
1127 __u16 Fid;
Steve French0a4b92c2006-01-12 15:44:21 -08001128 __u8 IsFsctl; /* 1 = File System Control 0 = device control (IOCTL) */
1129 __u8 IsRootFlag; /* 1 = apply command to root of share (must be DFS) */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001130 __le16 ByteCount;
1131 __u8 Pad[3];
1132 __u8 Data[1];
Steve French0753ca72005-10-27 13:55:12 -07001133} __attribute__((packed)) TRANSACT_IOCTL_REQ;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001134
1135typedef struct smb_com_transaction_ioctl_rsp {
1136 struct smb_hdr hdr; /* wct = 19 */
1137 __u8 Reserved[3];
1138 __le32 TotalParameterCount;
1139 __le32 TotalDataCount;
1140 __le32 ParameterCount;
1141 __le32 ParameterOffset;
1142 __le32 ParameterDisplacement;
1143 __le32 DataCount;
1144 __le32 DataOffset;
1145 __le32 DataDisplacement;
1146 __u8 SetupCount; /* 1 */
1147 __le16 ReturnedDataLen;
1148 __u16 ByteCount;
Steve French0753ca72005-10-27 13:55:12 -07001149} __attribute__((packed)) TRANSACT_IOCTL_RSP;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001150
Steve French0a4b92c2006-01-12 15:44:21 -08001151#define CIFS_ACL_OWNER 1
1152#define CIFS_ACL_GROUP 2
1153#define CIFS_ACL_DACL 4
1154#define CIFS_ACL_SACL 8
1155
1156typedef struct smb_com_transaction_qsec_req {
1157 struct smb_hdr hdr; /* wct = 19 */
1158 __u8 MaxSetupCount;
1159 __u16 Reserved;
1160 __le32 TotalParameterCount;
1161 __le32 TotalDataCount;
1162 __le32 MaxParameterCount;
1163 __le32 MaxDataCount;
1164 __le32 ParameterCount;
1165 __le32 ParameterOffset;
1166 __le32 DataCount;
1167 __le32 DataOffset;
1168 __u8 SetupCount; /* no setup words follow subcommand */
1169 /* SNIA spec incorrectly included spurious pad here */
1170 __le16 SubCommand; /* 6 = QUERY_SECURITY_DESC */
1171 __le16 ByteCount; /* bcc = 3 + 8 */
1172 __u8 Pad[3];
1173 __u16 Fid;
1174 __u16 Reserved2;
1175 __le32 AclFlags;
1176} __attribute__((packed)) QUERY_SEC_DESC_REQ;
1177
Linus Torvalds1da177e2005-04-16 15:20:36 -07001178typedef struct smb_com_transaction_change_notify_req {
1179 struct smb_hdr hdr; /* wct = 23 */
1180 __u8 MaxSetupCount;
1181 __u16 Reserved;
1182 __le32 TotalParameterCount;
1183 __le32 TotalDataCount;
1184 __le32 MaxParameterCount;
1185 __le32 MaxDataCount;
1186 __le32 ParameterCount;
1187 __le32 ParameterOffset;
1188 __le32 DataCount;
1189 __le32 DataOffset;
1190 __u8 SetupCount; /* four setup words follow subcommand */
1191 /* SNIA spec incorrectly included spurious pad here */
1192 __le16 SubCommand;/* 4 = Change Notify */
1193 __le32 CompletionFilter; /* operation to monitor */
1194 __u16 Fid;
1195 __u8 WatchTree; /* 1 = Monitor subdirectories */
1196 __u8 Reserved2;
1197 __le16 ByteCount;
Steve French0a4b92c2006-01-12 15:44:21 -08001198/* __u8 Pad[3];*/
Linus Torvalds1da177e2005-04-16 15:20:36 -07001199/* __u8 Data[1];*/
Steve French0753ca72005-10-27 13:55:12 -07001200} __attribute__((packed)) TRANSACT_CHANGE_NOTIFY_REQ;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001201
Steve French0a4b92c2006-01-12 15:44:21 -08001202/* BB eventually change to use generic ntransact rsp struct
1203 and validation routine */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001204typedef struct smb_com_transaction_change_notify_rsp {
1205 struct smb_hdr hdr; /* wct = 18 */
1206 __u8 Reserved[3];
1207 __le32 TotalParameterCount;
1208 __le32 TotalDataCount;
1209 __le32 ParameterCount;
1210 __le32 ParameterOffset;
1211 __le32 ParameterDisplacement;
1212 __le32 DataCount;
1213 __le32 DataOffset;
1214 __le32 DataDisplacement;
1215 __u8 SetupCount; /* 0 */
1216 __u16 ByteCount;
1217 /* __u8 Pad[3]; */
Steve French0753ca72005-10-27 13:55:12 -07001218} __attribute__((packed)) TRANSACT_CHANGE_NOTIFY_RSP;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001219/* Completion Filter flags for Notify */
1220#define FILE_NOTIFY_CHANGE_FILE_NAME 0x00000001
1221#define FILE_NOTIFY_CHANGE_DIR_NAME 0x00000002
1222#define FILE_NOTIFY_CHANGE_NAME 0x00000003
1223#define FILE_NOTIFY_CHANGE_ATTRIBUTES 0x00000004
1224#define FILE_NOTIFY_CHANGE_SIZE 0x00000008
1225#define FILE_NOTIFY_CHANGE_LAST_WRITE 0x00000010
1226#define FILE_NOTIFY_CHANGE_LAST_ACCESS 0x00000020
1227#define FILE_NOTIFY_CHANGE_CREATION 0x00000040
1228#define FILE_NOTIFY_CHANGE_EA 0x00000080
1229#define FILE_NOTIFY_CHANGE_SECURITY 0x00000100
1230#define FILE_NOTIFY_CHANGE_STREAM_NAME 0x00000200
1231#define FILE_NOTIFY_CHANGE_STREAM_SIZE 0x00000400
1232#define FILE_NOTIFY_CHANGE_STREAM_WRITE 0x00000800
1233
1234#define FILE_ACTION_ADDED 0x00000001
1235#define FILE_ACTION_REMOVED 0x00000002
1236#define FILE_ACTION_MODIFIED 0x00000003
1237#define FILE_ACTION_RENAMED_OLD_NAME 0x00000004
1238#define FILE_ACTION_RENAMED_NEW_NAME 0x00000005
1239#define FILE_ACTION_ADDED_STREAM 0x00000006
1240#define FILE_ACTION_REMOVED_STREAM 0x00000007
1241#define FILE_ACTION_MODIFIED_STREAM 0x00000008
1242
1243/* response contains array of the following structures */
1244struct file_notify_information {
1245 __le32 NextEntryOffset;
1246 __le32 Action;
1247 __le32 FileNameLength;
1248 __u8 FileName[0];
Steve French0753ca72005-10-27 13:55:12 -07001249} __attribute__((packed));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001250
1251struct reparse_data {
1252 __u32 ReparseTag;
1253 __u16 ReparseDataLength;
1254 __u16 Reserved;
1255 __u16 AltNameOffset;
1256 __u16 AltNameLen;
1257 __u16 TargetNameOffset;
1258 __u16 TargetNameLen;
1259 char LinkNamesBuf[1];
Steve French0753ca72005-10-27 13:55:12 -07001260} __attribute__((packed));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001261
1262struct cifs_quota_data {
1263 __u32 rsrvd1; /* 0 */
1264 __u32 sid_size;
1265 __u64 rsrvd2; /* 0 */
1266 __u64 space_used;
1267 __u64 soft_limit;
1268 __u64 hard_limit;
1269 char sid[1]; /* variable size? */
Steve French0753ca72005-10-27 13:55:12 -07001270} __attribute__((packed));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001271
1272/* quota sub commands */
1273#define QUOTA_LIST_CONTINUE 0
1274#define QUOTA_LIST_START 0x100
1275#define QUOTA_FOR_SID 0x101
1276
1277struct trans2_req {
1278 /* struct smb_hdr hdr precedes. Set wct = 14+ */
1279 __le16 TotalParameterCount;
1280 __le16 TotalDataCount;
1281 __le16 MaxParameterCount;
1282 __le16 MaxDataCount;
1283 __u8 MaxSetupCount;
1284 __u8 Reserved;
1285 __le16 Flags;
1286 __le32 Timeout;
1287 __u16 Reserved2;
1288 __le16 ParameterCount;
1289 __le16 ParameterOffset;
1290 __le16 DataCount;
1291 __le16 DataOffset;
1292 __u8 SetupCount;
1293 __u8 Reserved3;
1294 __le16 SubCommand; /* 1st setup word - SetupCount words follow */
1295 __le16 ByteCount;
Steve French0753ca72005-10-27 13:55:12 -07001296} __attribute__((packed));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001297
1298struct smb_t2_req {
1299 struct smb_hdr hdr;
1300 struct trans2_req t2_req;
Steve French0753ca72005-10-27 13:55:12 -07001301} __attribute__((packed));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001302
1303struct trans2_resp {
1304 /* struct smb_hdr hdr precedes. Note wct = 10 + setup count */
1305 __le16 TotalParameterCount;
1306 __le16 TotalDataCount;
1307 __u16 Reserved;
1308 __le16 ParameterCount;
1309 __le16 ParameterOffset;
1310 __le16 ParameterDisplacement;
1311 __le16 DataCount;
1312 __le16 DataOffset;
1313 __le16 DataDisplacement;
1314 __u8 SetupCount;
1315 __u8 Reserved1;
1316 /* SetupWords[SetupCount];
1317 __u16 ByteCount;
1318 __u16 Reserved2;*/
1319 /* data area follows */
Steve French0753ca72005-10-27 13:55:12 -07001320} __attribute__((packed));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001321
1322struct smb_t2_rsp {
1323 struct smb_hdr hdr;
1324 struct trans2_resp t2_rsp;
Steve French0753ca72005-10-27 13:55:12 -07001325} __attribute__((packed));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001326
1327/* PathInfo/FileInfo infolevels */
1328#define SMB_INFO_STANDARD 1
1329#define SMB_SET_FILE_EA 2
1330#define SMB_QUERY_FILE_EA_SIZE 2
1331#define SMB_INFO_QUERY_EAS_FROM_LIST 3
1332#define SMB_INFO_QUERY_ALL_EAS 4
1333#define SMB_INFO_IS_NAME_VALID 6
1334#define SMB_QUERY_FILE_BASIC_INFO 0x101
1335#define SMB_QUERY_FILE_STANDARD_INFO 0x102
1336#define SMB_QUERY_FILE_EA_INFO 0x103
1337#define SMB_QUERY_FILE_NAME_INFO 0x104
1338#define SMB_QUERY_FILE_ALLOCATION_INFO 0x105
1339#define SMB_QUERY_FILE_END_OF_FILEINFO 0x106
1340#define SMB_QUERY_FILE_ALL_INFO 0x107
1341#define SMB_QUERY_ALT_NAME_INFO 0x108
1342#define SMB_QUERY_FILE_STREAM_INFO 0x109
1343#define SMB_QUERY_FILE_COMPRESSION_INFO 0x10B
1344#define SMB_QUERY_FILE_UNIX_BASIC 0x200
1345#define SMB_QUERY_FILE_UNIX_LINK 0x201
1346#define SMB_QUERY_POSIX_ACL 0x204
1347#define SMB_QUERY_XATTR 0x205
1348#define SMB_QUERY_ATTR_FLAGS 0x206 /* append,immutable etc. */
Steve Frenchf654bac2005-04-28 22:41:04 -07001349#define SMB_QUERY_POSIX_PERMISSION 0x207
1350#define SMB_QUERY_POSIX_LOCK 0x208
Steve French2fe87f02006-09-21 07:02:52 +00001351/* #define SMB_POSIX_OPEN 0x209 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001352#define SMB_QUERY_FILE_INTERNAL_INFO 0x3ee
1353#define SMB_QUERY_FILE_ACCESS_INFO 0x3f0
1354#define SMB_QUERY_FILE_NAME_INFO2 0x3f1 /* 0x30 bytes */
1355#define SMB_QUERY_FILE_POSITION_INFO 0x3f6
1356#define SMB_QUERY_FILE_MODE_INFO 0x3f8
1357#define SMB_QUERY_FILE_ALGN_INFO 0x3f9
1358
1359
1360#define SMB_SET_FILE_BASIC_INFO 0x101
1361#define SMB_SET_FILE_DISPOSITION_INFO 0x102
1362#define SMB_SET_FILE_ALLOCATION_INFO 0x103
1363#define SMB_SET_FILE_END_OF_FILE_INFO 0x104
1364#define SMB_SET_FILE_UNIX_BASIC 0x200
1365#define SMB_SET_FILE_UNIX_LINK 0x201
1366#define SMB_SET_FILE_UNIX_HLINK 0x203
1367#define SMB_SET_POSIX_ACL 0x204
1368#define SMB_SET_XATTR 0x205
1369#define SMB_SET_ATTR_FLAGS 0x206 /* append, immutable etc. */
Steve Frenchf654bac2005-04-28 22:41:04 -07001370#define SMB_SET_POSIX_LOCK 0x208
Steve French2fe87f02006-09-21 07:02:52 +00001371#define SMB_POSIX_OPEN 0x209
Linus Torvalds1da177e2005-04-16 15:20:36 -07001372#define SMB_SET_FILE_BASIC_INFO2 0x3ec
1373#define SMB_SET_FILE_RENAME_INFORMATION 0x3f2 /* BB check if qpathinfo level too */
1374#define SMB_FILE_ALL_INFO2 0x3fa
1375#define SMB_SET_FILE_ALLOCATION_INFO2 0x3fb
1376#define SMB_SET_FILE_END_OF_FILE_INFO2 0x3fc
1377#define SMB_FILE_MOVE_CLUSTER_INFO 0x407
1378#define SMB_FILE_QUOTA_INFO 0x408
1379#define SMB_FILE_REPARSEPOINT_INFO 0x409
1380#define SMB_FILE_MAXIMUM_INFO 0x40d
1381
1382/* Find File infolevels */
Steve French5bafd762006-06-07 00:18:43 +00001383#define SMB_FIND_FILE_INFO_STANDARD 0x001
1384#define SMB_FIND_FILE_QUERY_EA_SIZE 0x002
1385#define SMB_FIND_FILE_QUERY_EAS_FROM_LIST 0x003
Linus Torvalds1da177e2005-04-16 15:20:36 -07001386#define SMB_FIND_FILE_DIRECTORY_INFO 0x101
1387#define SMB_FIND_FILE_FULL_DIRECTORY_INFO 0x102
1388#define SMB_FIND_FILE_NAMES_INFO 0x103
1389#define SMB_FIND_FILE_BOTH_DIRECTORY_INFO 0x104
1390#define SMB_FIND_FILE_ID_FULL_DIR_INFO 0x105
1391#define SMB_FIND_FILE_ID_BOTH_DIR_INFO 0x106
1392#define SMB_FIND_FILE_UNIX 0x202
1393
1394typedef struct smb_com_transaction2_qpi_req {
1395 struct smb_hdr hdr; /* wct = 14+ */
1396 __le16 TotalParameterCount;
1397 __le16 TotalDataCount;
1398 __le16 MaxParameterCount;
1399 __le16 MaxDataCount;
1400 __u8 MaxSetupCount;
1401 __u8 Reserved;
1402 __le16 Flags;
1403 __le32 Timeout;
1404 __u16 Reserved2;
1405 __le16 ParameterCount;
1406 __le16 ParameterOffset;
1407 __le16 DataCount;
1408 __le16 DataOffset;
1409 __u8 SetupCount;
1410 __u8 Reserved3;
1411 __le16 SubCommand; /* one setup word */
1412 __le16 ByteCount;
1413 __u8 Pad;
1414 __le16 InformationLevel;
1415 __u32 Reserved4;
1416 char FileName[1];
Steve French0753ca72005-10-27 13:55:12 -07001417} __attribute__((packed)) TRANSACTION2_QPI_REQ;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001418
1419typedef struct smb_com_transaction2_qpi_rsp {
1420 struct smb_hdr hdr; /* wct = 10 + SetupCount */
1421 struct trans2_resp t2;
1422 __u16 ByteCount;
1423 __u16 Reserved2; /* parameter word reserved - present for infolevels > 100 */
Steve French0753ca72005-10-27 13:55:12 -07001424} __attribute__((packed)) TRANSACTION2_QPI_RSP;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001425
1426typedef struct smb_com_transaction2_spi_req {
1427 struct smb_hdr hdr; /* wct = 15 */
1428 __le16 TotalParameterCount;
1429 __le16 TotalDataCount;
1430 __le16 MaxParameterCount;
1431 __le16 MaxDataCount;
1432 __u8 MaxSetupCount;
1433 __u8 Reserved;
1434 __le16 Flags;
1435 __le32 Timeout;
1436 __u16 Reserved2;
1437 __le16 ParameterCount;
1438 __le16 ParameterOffset;
1439 __le16 DataCount;
1440 __le16 DataOffset;
1441 __u8 SetupCount;
1442 __u8 Reserved3;
1443 __le16 SubCommand; /* one setup word */
1444 __le16 ByteCount;
1445 __u8 Pad;
1446 __u16 Pad1;
1447 __le16 InformationLevel;
1448 __u32 Reserved4;
1449 char FileName[1];
Steve French0753ca72005-10-27 13:55:12 -07001450} __attribute__((packed)) TRANSACTION2_SPI_REQ;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001451
1452typedef struct smb_com_transaction2_spi_rsp {
1453 struct smb_hdr hdr; /* wct = 10 + SetupCount */
1454 struct trans2_resp t2;
1455 __u16 ByteCount;
1456 __u16 Reserved2; /* parameter word reserved - present for infolevels > 100 */
Steve French0753ca72005-10-27 13:55:12 -07001457} __attribute__((packed)) TRANSACTION2_SPI_RSP;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001458
1459struct set_file_rename {
1460 __le32 overwrite; /* 1 = overwrite dest */
1461 __u32 root_fid; /* zero */
1462 __le32 target_name_len;
1463 char target_name[0]; /* Must be unicode */
Steve French0753ca72005-10-27 13:55:12 -07001464} __attribute__((packed));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001465
1466struct smb_com_transaction2_sfi_req {
1467 struct smb_hdr hdr; /* wct = 15 */
1468 __le16 TotalParameterCount;
1469 __le16 TotalDataCount;
1470 __le16 MaxParameterCount;
1471 __le16 MaxDataCount;
1472 __u8 MaxSetupCount;
1473 __u8 Reserved;
1474 __le16 Flags;
1475 __le32 Timeout;
1476 __u16 Reserved2;
1477 __le16 ParameterCount;
1478 __le16 ParameterOffset;
1479 __le16 DataCount;
1480 __le16 DataOffset;
1481 __u8 SetupCount;
1482 __u8 Reserved3;
1483 __le16 SubCommand; /* one setup word */
1484 __le16 ByteCount;
1485 __u8 Pad;
1486 __u16 Pad1;
1487 __u16 Fid;
1488 __le16 InformationLevel;
1489 __u16 Reserved4;
Steve French0753ca72005-10-27 13:55:12 -07001490} __attribute__((packed));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001491
1492struct smb_com_transaction2_sfi_rsp {
1493 struct smb_hdr hdr; /* wct = 10 + SetupCount */
1494 struct trans2_resp t2;
1495 __u16 ByteCount;
Steve Frenchf654bac2005-04-28 22:41:04 -07001496 __u16 Reserved2; /* parameter word reserved -
1497 present for infolevels > 100 */
Steve French0753ca72005-10-27 13:55:12 -07001498} __attribute__((packed));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001499
Steve Frenchf654bac2005-04-28 22:41:04 -07001500struct smb_t2_qfi_req {
1501 struct smb_hdr hdr;
1502 struct trans2_req t2;
1503 __u8 Pad;
Steve Frenchf654bac2005-04-28 22:41:04 -07001504 __u16 Fid;
1505 __le16 InformationLevel;
Steve French0753ca72005-10-27 13:55:12 -07001506} __attribute__((packed));
Steve Frenchf654bac2005-04-28 22:41:04 -07001507
1508struct smb_t2_qfi_rsp {
1509 struct smb_hdr hdr; /* wct = 10 + SetupCount */
1510 struct trans2_resp t2;
1511 __u16 ByteCount;
1512 __u16 Reserved2; /* parameter word reserved -
1513 present for infolevels > 100 */
Steve French0753ca72005-10-27 13:55:12 -07001514} __attribute__((packed));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001515
1516/*
1517 * Flags on T2 FINDFIRST and FINDNEXT
1518 */
1519#define CIFS_SEARCH_CLOSE_ALWAYS 0x0001
1520#define CIFS_SEARCH_CLOSE_AT_END 0x0002
1521#define CIFS_SEARCH_RETURN_RESUME 0x0004
1522#define CIFS_SEARCH_CONTINUE_FROM_LAST 0x0008
1523#define CIFS_SEARCH_BACKUP_SEARCH 0x0010
1524
1525/*
1526 * Size of the resume key on FINDFIRST and FINDNEXT calls
1527 */
1528#define CIFS_SMB_RESUME_KEY_SIZE 4
1529
1530typedef struct smb_com_transaction2_ffirst_req {
1531 struct smb_hdr hdr; /* wct = 15 */
1532 __le16 TotalParameterCount;
1533 __le16 TotalDataCount;
1534 __le16 MaxParameterCount;
1535 __le16 MaxDataCount;
1536 __u8 MaxSetupCount;
1537 __u8 Reserved;
1538 __le16 Flags;
1539 __le32 Timeout;
1540 __u16 Reserved2;
1541 __le16 ParameterCount;
1542 __le16 ParameterOffset;
1543 __le16 DataCount;
1544 __le16 DataOffset;
1545 __u8 SetupCount; /* one */
1546 __u8 Reserved3;
1547 __le16 SubCommand; /* TRANS2_FIND_FIRST */
1548 __le16 ByteCount;
1549 __u8 Pad;
1550 __le16 SearchAttributes;
1551 __le16 SearchCount;
1552 __le16 SearchFlags;
1553 __le16 InformationLevel;
1554 __le32 SearchStorageType;
1555 char FileName[1];
Steve French0753ca72005-10-27 13:55:12 -07001556} __attribute__((packed)) TRANSACTION2_FFIRST_REQ;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001557
1558typedef struct smb_com_transaction2_ffirst_rsp {
1559 struct smb_hdr hdr; /* wct = 10 */
1560 struct trans2_resp t2;
1561 __u16 ByteCount;
Steve French0753ca72005-10-27 13:55:12 -07001562} __attribute__((packed)) TRANSACTION2_FFIRST_RSP;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001563
1564typedef struct smb_com_transaction2_ffirst_rsp_parms {
1565 __u16 SearchHandle;
1566 __le16 SearchCount;
1567 __le16 EndofSearch;
1568 __le16 EAErrorOffset;
1569 __le16 LastNameOffset;
Steve French0753ca72005-10-27 13:55:12 -07001570} __attribute__((packed)) T2_FFIRST_RSP_PARMS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001571
1572typedef struct smb_com_transaction2_fnext_req {
1573 struct smb_hdr hdr; /* wct = 15 */
1574 __le16 TotalParameterCount;
1575 __le16 TotalDataCount;
1576 __le16 MaxParameterCount;
1577 __le16 MaxDataCount;
1578 __u8 MaxSetupCount;
1579 __u8 Reserved;
1580 __le16 Flags;
1581 __le32 Timeout;
1582 __u16 Reserved2;
1583 __le16 ParameterCount;
1584 __le16 ParameterOffset;
1585 __le16 DataCount;
1586 __le16 DataOffset;
1587 __u8 SetupCount; /* one */
1588 __u8 Reserved3;
1589 __le16 SubCommand; /* TRANS2_FIND_NEXT */
1590 __le16 ByteCount;
1591 __u8 Pad;
1592 __u16 SearchHandle;
1593 __le16 SearchCount;
1594 __le16 InformationLevel;
1595 __u32 ResumeKey;
1596 __le16 SearchFlags;
1597 char ResumeFileName[1];
Steve French0753ca72005-10-27 13:55:12 -07001598} __attribute__((packed)) TRANSACTION2_FNEXT_REQ;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001599
1600typedef struct smb_com_transaction2_fnext_rsp {
1601 struct smb_hdr hdr; /* wct = 10 */
1602 struct trans2_resp t2;
1603 __u16 ByteCount;
Steve French0753ca72005-10-27 13:55:12 -07001604} __attribute__((packed)) TRANSACTION2_FNEXT_RSP;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001605
1606typedef struct smb_com_transaction2_fnext_rsp_parms {
1607 __le16 SearchCount;
1608 __le16 EndofSearch;
1609 __le16 EAErrorOffset;
1610 __le16 LastNameOffset;
Steve French0753ca72005-10-27 13:55:12 -07001611} __attribute__((packed)) T2_FNEXT_RSP_PARMS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001612
1613/* QFSInfo Levels */
1614#define SMB_INFO_ALLOCATION 1
1615#define SMB_INFO_VOLUME 2
1616#define SMB_QUERY_FS_VOLUME_INFO 0x102
1617#define SMB_QUERY_FS_SIZE_INFO 0x103
1618#define SMB_QUERY_FS_DEVICE_INFO 0x104
1619#define SMB_QUERY_FS_ATTRIBUTE_INFO 0x105
1620#define SMB_QUERY_CIFS_UNIX_INFO 0x200
1621#define SMB_QUERY_POSIX_FS_INFO 0x201
1622#define SMB_QUERY_LABEL_INFO 0x3ea
1623#define SMB_QUERY_FS_QUOTA_INFO 0x3ee
1624#define SMB_QUERY_FS_FULL_SIZE_INFO 0x3ef
1625#define SMB_QUERY_OBJECTID_INFO 0x3f0
1626
1627typedef struct smb_com_transaction2_qfsi_req {
1628 struct smb_hdr hdr; /* wct = 14+ */
1629 __le16 TotalParameterCount;
1630 __le16 TotalDataCount;
1631 __le16 MaxParameterCount;
1632 __le16 MaxDataCount;
1633 __u8 MaxSetupCount;
1634 __u8 Reserved;
1635 __le16 Flags;
1636 __le32 Timeout;
1637 __u16 Reserved2;
1638 __le16 ParameterCount;
1639 __le16 ParameterOffset;
1640 __le16 DataCount;
1641 __le16 DataOffset;
1642 __u8 SetupCount;
1643 __u8 Reserved3;
1644 __le16 SubCommand; /* one setup word */
1645 __le16 ByteCount;
1646 __u8 Pad;
1647 __le16 InformationLevel;
Steve French0753ca72005-10-27 13:55:12 -07001648} __attribute__((packed)) TRANSACTION2_QFSI_REQ;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001649
1650typedef struct smb_com_transaction_qfsi_rsp {
1651 struct smb_hdr hdr; /* wct = 10 + SetupCount */
1652 struct trans2_resp t2;
1653 __u16 ByteCount;
1654 __u8 Pad; /* may be three bytes *//* followed by data area */
Steve French0753ca72005-10-27 13:55:12 -07001655} __attribute__((packed)) TRANSACTION2_QFSI_RSP;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001656
Jeremy Allisonac670552005-06-22 17:26:35 -07001657
1658/* SETFSInfo Levels */
1659#define SMB_SET_CIFS_UNIX_INFO 0x200
1660typedef struct smb_com_transaction2_setfsi_req {
1661 struct smb_hdr hdr; /* wct = 15 */
1662 __le16 TotalParameterCount;
1663 __le16 TotalDataCount;
1664 __le16 MaxParameterCount;
1665 __le16 MaxDataCount;
1666 __u8 MaxSetupCount;
1667 __u8 Reserved;
1668 __le16 Flags;
1669 __le32 Timeout;
1670 __u16 Reserved2;
1671 __le16 ParameterCount; /* 4 */
1672 __le16 ParameterOffset;
1673 __le16 DataCount; /* 12 */
1674 __le16 DataOffset;
1675 __u8 SetupCount; /* one */
1676 __u8 Reserved3;
1677 __le16 SubCommand; /* TRANS2_SET_FS_INFORMATION */
1678 __le16 ByteCount;
1679 __u8 Pad;
1680 __u16 FileNum; /* Parameters start. */
1681 __le16 InformationLevel;/* Parameters end. */
1682 __le16 ClientUnixMajor; /* Data start. */
1683 __le16 ClientUnixMinor;
1684 __le64 ClientUnixCap; /* Data end */
Steve French0753ca72005-10-27 13:55:12 -07001685} __attribute__((packed)) TRANSACTION2_SETFSI_REQ;
Jeremy Allisonac670552005-06-22 17:26:35 -07001686
1687typedef struct smb_com_transaction2_setfsi_rsp {
1688 struct smb_hdr hdr; /* wct = 10 */
1689 struct trans2_resp t2;
1690 __u16 ByteCount;
Steve French0753ca72005-10-27 13:55:12 -07001691} __attribute__((packed)) TRANSACTION2_SETFSI_RSP;
Jeremy Allisonac670552005-06-22 17:26:35 -07001692
1693
Linus Torvalds1da177e2005-04-16 15:20:36 -07001694typedef struct smb_com_transaction2_get_dfs_refer_req {
1695 struct smb_hdr hdr; /* wct = 15 */
1696 __le16 TotalParameterCount;
1697 __le16 TotalDataCount;
1698 __le16 MaxParameterCount;
1699 __le16 MaxDataCount;
1700 __u8 MaxSetupCount;
1701 __u8 Reserved;
1702 __le16 Flags;
1703 __le32 Timeout;
1704 __u16 Reserved2;
1705 __le16 ParameterCount;
1706 __le16 ParameterOffset;
1707 __le16 DataCount;
1708 __le16 DataOffset;
1709 __u8 SetupCount;
1710 __u8 Reserved3;
1711 __le16 SubCommand; /* one setup word */
1712 __le16 ByteCount;
1713 __u8 Pad[3]; /* Win2K has sent 0x0F01 (max resp length perhaps?) followed by one byte pad - doesn't seem to matter though */
1714 __le16 MaxReferralLevel;
1715 char RequestFileName[1];
Steve French0753ca72005-10-27 13:55:12 -07001716} __attribute__((packed)) TRANSACTION2_GET_DFS_REFER_REQ;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001717
1718typedef struct dfs_referral_level_3 {
1719 __le16 VersionNumber;
1720 __le16 ReferralSize;
1721 __le16 ServerType; /* 0x0001 = CIFS server */
1722 __le16 ReferralFlags; /* or proximity - not clear which since always set to zero - SNIA spec says 0x01 means strip off PathConsumed chars before submitting RequestFileName to remote node */
1723 __le16 TimeToLive;
1724 __le16 Proximity;
1725 __le16 DfsPathOffset;
1726 __le16 DfsAlternatePathOffset;
1727 __le16 NetworkAddressOffset;
Steve French0753ca72005-10-27 13:55:12 -07001728} __attribute__((packed)) REFERRAL3;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001729
1730typedef struct smb_com_transaction_get_dfs_refer_rsp {
1731 struct smb_hdr hdr; /* wct = 10 */
1732 struct trans2_resp t2;
1733 __u16 ByteCount;
1734 __u8 Pad;
1735 __le16 PathConsumed;
1736 __le16 NumberOfReferrals;
1737 __le16 DFSFlags;
1738 __u16 Pad2;
1739 REFERRAL3 referrals[1]; /* array of level 3 dfs_referral structures */
1740 /* followed by the strings pointed to by the referral structures */
Steve French0753ca72005-10-27 13:55:12 -07001741} __attribute__((packed)) TRANSACTION2_GET_DFS_REFER_RSP;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001742
1743/* DFS Flags */
1744#define DFSREF_REFERRAL_SERVER 0x0001
1745#define DFSREF_STORAGE_SERVER 0x0002
1746
1747/* IOCTL information */
1748/* List of ioctl function codes that look to be of interest to remote clients like this. */
1749/* Need to do some experimentation to make sure they all work remotely. */
1750/* Some of the following such as the encryption/compression ones would be */
1751/* invoked from tools via a specialized hook into the VFS rather than via the */
1752/* standard vfs entry points */
1753#define FSCTL_REQUEST_OPLOCK_LEVEL_1 0x00090000
1754#define FSCTL_REQUEST_OPLOCK_LEVEL_2 0x00090004
1755#define FSCTL_REQUEST_BATCH_OPLOCK 0x00090008
1756#define FSCTL_LOCK_VOLUME 0x00090018
1757#define FSCTL_UNLOCK_VOLUME 0x0009001C
1758#define FSCTL_GET_COMPRESSION 0x0009003C
1759#define FSCTL_SET_COMPRESSION 0x0009C040
1760#define FSCTL_REQUEST_FILTER_OPLOCK 0x0009008C
1761#define FSCTL_FILESYS_GET_STATISTICS 0x00090090
1762#define FSCTL_SET_REPARSE_POINT 0x000900A4
1763#define FSCTL_GET_REPARSE_POINT 0x000900A8
1764#define FSCTL_DELETE_REPARSE_POINT 0x000900AC
1765#define FSCTL_SET_SPARSE 0x000900C4
1766#define FSCTL_SET_ZERO_DATA 0x000900C8
1767#define FSCTL_SET_ENCRYPTION 0x000900D7
1768#define FSCTL_ENCRYPTION_FSCTL_IO 0x000900DB
1769#define FSCTL_WRITE_RAW_ENCRYPTED 0x000900DF
1770#define FSCTL_READ_RAW_ENCRYPTED 0x000900E3
1771#define FSCTL_SIS_COPYFILE 0x00090100
1772#define FSCTL_SIS_LINK_FILES 0x0009C104
1773
1774#define IO_REPARSE_TAG_MOUNT_POINT 0xA0000003
1775#define IO_REPARSE_TAG_HSM 0xC0000004
1776#define IO_REPARSE_TAG_SIS 0x80000007
1777
1778/*
1779 ************************************************************************
1780 * All structs for everything above the SMB PDUs themselves
1781 * (such as the T2 level specific data) go here
1782 ************************************************************************
1783 */
1784
1785/*
1786 * Information on a server
1787 */
1788
1789struct serverInfo {
1790 char name[16];
1791 unsigned char versionMajor;
1792 unsigned char versionMinor;
1793 unsigned long type;
1794 unsigned int commentOffset;
Steve French0753ca72005-10-27 13:55:12 -07001795} __attribute__((packed));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001796
1797/*
1798 * The following structure is the format of the data returned on a NetShareEnum
1799 * with level "90" (x5A)
1800 */
1801
1802struct shareInfo {
1803 char shareName[13];
1804 char pad;
1805 unsigned short type;
1806 unsigned int commentOffset;
Steve French0753ca72005-10-27 13:55:12 -07001807} __attribute__((packed));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001808
1809struct aliasInfo {
1810 char aliasName[9];
1811 char pad;
1812 unsigned int commentOffset;
1813 unsigned char type[2];
Steve French0753ca72005-10-27 13:55:12 -07001814} __attribute__((packed));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001815
1816struct aliasInfo92 {
1817 int aliasNameOffset;
1818 int serverNameOffset;
1819 int shareNameOffset;
Steve French0753ca72005-10-27 13:55:12 -07001820} __attribute__((packed));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001821
1822typedef struct {
1823 __le64 TotalAllocationUnits;
1824 __le64 FreeAllocationUnits;
1825 __le32 SectorsPerAllocationUnit;
1826 __le32 BytesPerSector;
Steve French0753ca72005-10-27 13:55:12 -07001827} __attribute__((packed)) FILE_SYSTEM_INFO; /* size info, level 0x103 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001828
1829typedef struct {
Steve French20962432005-09-21 22:05:57 -07001830 __le32 fsid;
1831 __le32 SectorsPerAllocationUnit;
1832 __le32 TotalAllocationUnits;
1833 __le32 FreeAllocationUnits;
1834 __le16 BytesPerSector;
Steve French0753ca72005-10-27 13:55:12 -07001835} __attribute__((packed)) FILE_SYSTEM_ALLOC_INFO;
Steve French20962432005-09-21 22:05:57 -07001836
1837typedef struct {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001838 __le16 MajorVersionNumber;
1839 __le16 MinorVersionNumber;
1840 __le64 Capability;
Steve French0753ca72005-10-27 13:55:12 -07001841} __attribute__((packed)) FILE_SYSTEM_UNIX_INFO; /* Unix extensions info, level 0x200 */
Jeremy Allisonac670552005-06-22 17:26:35 -07001842
1843/* Version numbers for CIFS UNIX major and minor. */
1844#define CIFS_UNIX_MAJOR_VERSION 1
1845#define CIFS_UNIX_MINOR_VERSION 0
1846
Linus Torvalds1da177e2005-04-16 15:20:36 -07001847/* Linux/Unix extensions capability flags */
1848#define CIFS_UNIX_FCNTL_CAP 0x00000001 /* support for fcntl locks */
Steve Frenchf654bac2005-04-28 22:41:04 -07001849#define CIFS_UNIX_POSIX_ACL_CAP 0x00000002 /* support getfacl/setfacl */
1850#define CIFS_UNIX_XATTR_CAP 0x00000004 /* support new namespace */
1851#define CIFS_UNIX_EXTATTR_CAP 0x00000008 /* support chattr/chflag */
Steve French82940a42006-03-02 03:24:57 +00001852#define CIFS_UNIX_POSIX_PATHNAMES_CAP 0x00000010 /* Allow POSIX path chars */
1853#ifdef CONFIG_CIFS_POSIX
1854#define CIFS_UNIX_CAP_MASK 0x0000001b
1855#else
1856#define CIFS_UNIX_CAP_MASK 0x00000013
1857#endif /* CONFIG_CIFS_POSIX */
1858
Jeremy Allisonac670552005-06-22 17:26:35 -07001859
Steve Frenchf28ac912005-04-28 22:41:07 -07001860#define CIFS_POSIX_EXTENSIONS 0x00000010 /* support for new QFSInfo */
Jeremy Allisonac670552005-06-22 17:26:35 -07001861
Linus Torvalds1da177e2005-04-16 15:20:36 -07001862typedef struct {
1863 /* For undefined recommended transfer size return -1 in that field */
1864 __le32 OptimalTransferSize; /* bsize on some os, iosize on other os */
1865 __le32 BlockSize;
1866 /* The next three fields are in terms of the block size.
1867 (above). If block size is unknown, 4096 would be a
1868 reasonable block size for a server to report.
1869 Note that returning the blocks/blocksavail removes need
1870 to make a second call (to QFSInfo level 0x103 to get this info.
1871 UserBlockAvail is typically less than or equal to BlocksAvail,
1872 if no distinction is made return the same value in each */
1873 __le64 TotalBlocks;
1874 __le64 BlocksAvail; /* bfree */
1875 __le64 UserBlocksAvail; /* bavail */
1876 /* For undefined Node fields or FSID return -1 */
1877 __le64 TotalFileNodes;
1878 __le64 FreeFileNodes;
1879 __le64 FileSysIdentifier; /* fsid */
1880 /* NB Namelen comes from FILE_SYSTEM_ATTRIBUTE_INFO call */
1881 /* NB flags can come from FILE_SYSTEM_DEVICE_INFO call */
Steve French0753ca72005-10-27 13:55:12 -07001882} __attribute__((packed)) FILE_SYSTEM_POSIX_INFO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001883
1884/* DeviceType Flags */
1885#define FILE_DEVICE_CD_ROM 0x00000002
1886#define FILE_DEVICE_CD_ROM_FILE_SYSTEM 0x00000003
1887#define FILE_DEVICE_DFS 0x00000006
1888#define FILE_DEVICE_DISK 0x00000007
1889#define FILE_DEVICE_DISK_FILE_SYSTEM 0x00000008
1890#define FILE_DEVICE_FILE_SYSTEM 0x00000009
1891#define FILE_DEVICE_NAMED_PIPE 0x00000011
1892#define FILE_DEVICE_NETWORK 0x00000012
1893#define FILE_DEVICE_NETWORK_FILE_SYSTEM 0x00000014
1894#define FILE_DEVICE_NULL 0x00000015
1895#define FILE_DEVICE_PARALLEL_PORT 0x00000016
1896#define FILE_DEVICE_PRINTER 0x00000018
1897#define FILE_DEVICE_SERIAL_PORT 0x0000001b
1898#define FILE_DEVICE_STREAMS 0x0000001e
1899#define FILE_DEVICE_TAPE 0x0000001f
1900#define FILE_DEVICE_TAPE_FILE_SYSTEM 0x00000020
1901#define FILE_DEVICE_VIRTUAL_DISK 0x00000024
1902#define FILE_DEVICE_NETWORK_REDIRECTOR 0x00000028
1903
1904typedef struct {
1905 __le32 DeviceType;
1906 __le32 DeviceCharacteristics;
Steve French39798772006-05-31 22:40:51 +00001907} __attribute__((packed)) FILE_SYSTEM_DEVICE_INFO; /* device info level 0x104 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001908
1909typedef struct {
1910 __le32 Attributes;
1911 __le32 MaxPathNameComponentLength;
1912 __le32 FileSystemNameLen;
Steve French39798772006-05-31 22:40:51 +00001913 char FileSystemName[52]; /* do not have to save this - get subset? */
Steve French0753ca72005-10-27 13:55:12 -07001914} __attribute__((packed)) FILE_SYSTEM_ATTRIBUTE_INFO;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001915
1916/******************************************************************************/
1917/* QueryFileInfo/QueryPathinfo (also for SetPath/SetFile) data buffer formats */
1918/******************************************************************************/
1919typedef struct { /* data block encoding of response to level 263 QPathInfo */
1920 __le64 CreationTime;
1921 __le64 LastAccessTime;
1922 __le64 LastWriteTime;
1923 __le64 ChangeTime;
1924 __le32 Attributes;
1925 __u32 Pad1;
1926 __le64 AllocationSize;
1927 __le64 EndOfFile; /* size ie offset to first free byte in file */
1928 __le32 NumberOfLinks; /* hard links */
1929 __u8 DeletePending;
1930 __u8 Directory;
1931 __u16 Pad2;
1932 __u64 IndexNumber;
1933 __le32 EASize;
1934 __le32 AccessFlags;
1935 __u64 IndexNumber1;
1936 __le64 CurrentByteOffset;
1937 __le32 Mode;
1938 __le32 AlignmentRequirement;
1939 __le32 FileNameLength;
1940 char FileName[1];
Steve French0753ca72005-10-27 13:55:12 -07001941} __attribute__((packed)) FILE_ALL_INFO; /* level 0x107 QPathInfo */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001942
1943/* defines for enumerating possible values of the Unix type field below */
1944#define UNIX_FILE 0
1945#define UNIX_DIR 1
1946#define UNIX_SYMLINK 2
1947#define UNIX_CHARDEV 3
1948#define UNIX_BLOCKDEV 4
1949#define UNIX_FIFO 5
1950#define UNIX_SOCKET 6
1951typedef struct {
1952 __le64 EndOfFile;
1953 __le64 NumOfBytes;
1954 __le64 LastStatusChange; /*SNIA specs DCE time for the 3 time fields */
1955 __le64 LastAccessTime;
1956 __le64 LastModificationTime;
1957 __le64 Uid;
1958 __le64 Gid;
1959 __le32 Type;
1960 __le64 DevMajor;
1961 __le64 DevMinor;
1962 __u64 UniqueId;
1963 __le64 Permissions;
1964 __le64 Nlinks;
Steve French0753ca72005-10-27 13:55:12 -07001965} __attribute__((packed)) FILE_UNIX_BASIC_INFO; /* level 0x200 QPathInfo */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001966
1967typedef struct {
1968 char LinkDest[1];
Steve French0753ca72005-10-27 13:55:12 -07001969} __attribute__((packed)) FILE_UNIX_LINK_INFO; /* level 0x201 QPathInfo */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001970
1971/* The following three structures are needed only for
1972 setting time to NT4 and some older servers via
1973 the primitive DOS time format */
1974typedef struct {
1975 __u16 Day:5;
1976 __u16 Month:4;
1977 __u16 Year:7;
Steve French0753ca72005-10-27 13:55:12 -07001978} __attribute__((packed)) SMB_DATE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001979
1980typedef struct {
1981 __u16 TwoSeconds:5;
1982 __u16 Minutes:6;
1983 __u16 Hours:5;
Steve French0753ca72005-10-27 13:55:12 -07001984} __attribute__((packed)) SMB_TIME;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001985
1986typedef struct {
1987 __le16 CreationDate; /* SMB Date see above */
1988 __le16 CreationTime; /* SMB Time */
1989 __le16 LastAccessDate;
1990 __le16 LastAccessTime;
1991 __le16 LastWriteDate;
1992 __le16 LastWriteTime;
1993 __le32 DataSize; /* File Size (EOF) */
1994 __le32 AllocationSize;
1995 __le16 Attributes; /* verify not u32 */
1996 __le32 EASize;
Steve French0753ca72005-10-27 13:55:12 -07001997} __attribute__((packed)) FILE_INFO_STANDARD; /* level 1 SetPath/FileInfo */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001998
1999typedef struct {
2000 __le64 CreationTime;
2001 __le64 LastAccessTime;
2002 __le64 LastWriteTime;
2003 __le64 ChangeTime;
2004 __le32 Attributes;
2005 __u32 Pad;
Steve French0753ca72005-10-27 13:55:12 -07002006} __attribute__((packed)) FILE_BASIC_INFO; /* size info, level 0x101 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002007
2008struct file_allocation_info {
2009 __le64 AllocationSize; /* Note old Samba srvr rounds this up too much */
Steve French5bafd762006-06-07 00:18:43 +00002010} __attribute__((packed)); /* size used on disk, for level 0x103 for set,
2011 0x105 for query */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002012
2013struct file_end_of_file_info {
2014 __le64 FileSize; /* offset to end of file */
Steve French0753ca72005-10-27 13:55:12 -07002015} __attribute__((packed)); /* size info, level 0x104 for set, 0x106 for query */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002016
2017struct file_alt_name_info {
2018 __u8 alt_name[1];
Steve French0753ca72005-10-27 13:55:12 -07002019} __attribute__((packed)); /* level 0x0108 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002020
2021struct file_stream_info {
2022 __le32 number_of_streams; /* BB check sizes and verify location */
2023 /* followed by info on streams themselves
2024 u64 size;
2025 u64 allocation_size
2026 stream info */
2027}; /* level 0x109 */
2028
2029struct file_compression_info {
2030 __le64 compressed_size;
2031 __le16 format;
2032 __u8 unit_shift;
2033 __u8 ch_shift;
2034 __u8 cl_shift;
2035 __u8 pad[3];
Steve French0753ca72005-10-27 13:55:12 -07002036} __attribute__((packed)); /* level 0x10b */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002037
2038/* POSIX ACL set/query path info structures */
2039#define CIFS_ACL_VERSION 1
2040struct cifs_posix_ace { /* access control entry (ACE) */
2041 __u8 cifs_e_tag;
2042 __u8 cifs_e_perm;
2043 __le64 cifs_uid; /* or gid */
Steve French0753ca72005-10-27 13:55:12 -07002044} __attribute__((packed));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002045
2046struct cifs_posix_acl { /* access conrol list (ACL) */
2047 __le16 version;
2048 __le16 access_entry_count; /* access ACL - count of entries */
2049 __le16 default_entry_count; /* default ACL - count of entries */
2050 struct cifs_posix_ace ace_array[0];
2051 /* followed by
2052 struct cifs_posix_ace default_ace_arraay[] */
Steve French0753ca72005-10-27 13:55:12 -07002053} __attribute__((packed)); /* level 0x204 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002054
2055/* types of access control entries already defined in posix_acl.h */
2056/* #define CIFS_POSIX_ACL_USER_OBJ 0x01
2057#define CIFS_POSIX_ACL_USER 0x02
2058#define CIFS_POSIX_ACL_GROUP_OBJ 0x04
2059#define CIFS_POSIX_ACL_GROUP 0x08
2060#define CIFS_POSIX_ACL_MASK 0x10
2061#define CIFS_POSIX_ACL_OTHER 0x20 */
2062
2063/* types of perms */
2064/* #define CIFS_POSIX_ACL_EXECUTE 0x01
2065#define CIFS_POSIX_ACL_WRITE 0x02
2066#define CIFS_POSIX_ACL_READ 0x04 */
2067
2068/* end of POSIX ACL definitions */
2069
2070struct file_internal_info {
2071 __u64 UniqueId; /* inode number */
Steve French0753ca72005-10-27 13:55:12 -07002072} __attribute__((packed)); /* level 0x3ee */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002073struct file_mode_info {
2074 __le32 Mode;
Steve French0753ca72005-10-27 13:55:12 -07002075} __attribute__((packed)); /* level 0x3f8 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002076
2077struct file_attrib_tag {
2078 __le32 Attribute;
2079 __le32 ReparseTag;
Steve French0753ca72005-10-27 13:55:12 -07002080} __attribute__((packed)); /* level 0x40b */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002081
2082
2083/********************************************************/
2084/* FindFirst/FindNext transact2 data buffer formats */
2085/********************************************************/
2086
2087typedef struct {
2088 __le32 NextEntryOffset;
2089 __u32 ResumeKey; /* as with FileIndex - no need to convert */
2090 __le64 EndOfFile;
2091 __le64 NumOfBytes;
2092 __le64 LastStatusChange; /*SNIA specs DCE time for the 3 time fields */
2093 __le64 LastAccessTime;
2094 __le64 LastModificationTime;
2095 __le64 Uid;
2096 __le64 Gid;
2097 __le32 Type;
2098 __le64 DevMajor;
2099 __le64 DevMinor;
2100 __u64 UniqueId;
2101 __le64 Permissions;
2102 __le64 Nlinks;
2103 char FileName[1];
Steve French0753ca72005-10-27 13:55:12 -07002104} __attribute__((packed)) FILE_UNIX_INFO; /* level 0x202 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002105
2106typedef struct {
2107 __le32 NextEntryOffset;
2108 __u32 FileIndex;
2109 __le64 CreationTime;
2110 __le64 LastAccessTime;
2111 __le64 LastWriteTime;
2112 __le64 ChangeTime;
2113 __le64 EndOfFile;
2114 __le64 AllocationSize;
2115 __le32 ExtFileAttributes;
2116 __le32 FileNameLength;
2117 char FileName[1];
Steve French5bafd762006-06-07 00:18:43 +00002118} __attribute__((packed)) FILE_DIRECTORY_INFO; /* level 0x101 FF resp data */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002119
2120typedef struct {
2121 __le32 NextEntryOffset;
2122 __u32 FileIndex;
2123 __le64 CreationTime;
2124 __le64 LastAccessTime;
2125 __le64 LastWriteTime;
2126 __le64 ChangeTime;
2127 __le64 EndOfFile;
2128 __le64 AllocationSize;
2129 __le32 ExtFileAttributes;
2130 __le32 FileNameLength;
2131 __le32 EaSize; /* length of the xattrs */
2132 char FileName[1];
Steve French5bafd762006-06-07 00:18:43 +00002133} __attribute__((packed)) FILE_FULL_DIRECTORY_INFO; /* level 0x102 rsp data */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002134
2135typedef struct {
2136 __le32 NextEntryOffset;
2137 __u32 FileIndex;
2138 __le64 CreationTime;
2139 __le64 LastAccessTime;
2140 __le64 LastWriteTime;
2141 __le64 ChangeTime;
2142 __le64 EndOfFile;
2143 __le64 AllocationSize;
2144 __le32 ExtFileAttributes;
2145 __le32 FileNameLength;
2146 __le32 EaSize; /* EA size */
2147 __le32 Reserved;
2148 __u64 UniqueId; /* inode num - le since Samba puts ino in low 32 bit*/
2149 char FileName[1];
Steve French5bafd762006-06-07 00:18:43 +00002150} __attribute__((packed)) SEARCH_ID_FULL_DIR_INFO; /* level 0x105 FF rsp data */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002151
2152typedef struct {
2153 __le32 NextEntryOffset;
2154 __u32 FileIndex;
2155 __le64 CreationTime;
2156 __le64 LastAccessTime;
2157 __le64 LastWriteTime;
2158 __le64 ChangeTime;
2159 __le64 EndOfFile;
2160 __le64 AllocationSize;
2161 __le32 ExtFileAttributes;
2162 __le32 FileNameLength;
2163 __le32 EaSize; /* length of the xattrs */
2164 __u8 ShortNameLength;
2165 __u8 Reserved;
2166 __u8 ShortName[12];
2167 char FileName[1];
Steve French5bafd762006-06-07 00:18:43 +00002168} __attribute__((packed)) FILE_BOTH_DIRECTORY_INFO; /* level 0x104 FFrsp data */
2169
2170typedef struct {
2171 __u32 ResumeKey;
2172 __le16 CreationDate; /* SMB Date */
2173 __le16 CreationTime; /* SMB Time */
2174 __le16 LastAccessDate;
2175 __le16 LastAccessTime;
2176 __le16 LastWriteDate;
2177 __le16 LastWriteTime;
2178 __le32 DataSize; /* File Size (EOF) */
2179 __le32 AllocationSize;
2180 __le16 Attributes; /* verify not u32 */
2181 __u8 FileNameLength;
2182 char FileName[1];
2183} __attribute__((packed)) FIND_FILE_STANDARD_INFO; /* level 0x1 FF resp data */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002184
2185
Steve French86c96b42005-11-18 20:25:31 -08002186struct win_dev {
2187 unsigned char type[8]; /* IntxCHR or IntxBLK */
2188 __le64 major;
2189 __le64 minor;
2190} __attribute__((packed));
2191
Linus Torvalds1da177e2005-04-16 15:20:36 -07002192struct gea {
2193 unsigned char name_len;
2194 char name[1];
Steve French0753ca72005-10-27 13:55:12 -07002195} __attribute__((packed));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002196
2197struct gealist {
2198 unsigned long list_len;
2199 struct gea list[1];
Steve French0753ca72005-10-27 13:55:12 -07002200} __attribute__((packed));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002201
2202struct fea {
2203 unsigned char EA_flags;
2204 __u8 name_len;
2205 __le16 value_len;
2206 char name[1];
2207 /* optionally followed by value */
Steve French0753ca72005-10-27 13:55:12 -07002208} __attribute__((packed));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002209/* flags for _FEA.fEA */
2210#define FEA_NEEDEA 0x80 /* need EA bit */
2211
2212struct fealist {
2213 __le32 list_len;
2214 struct fea list[1];
Steve French0753ca72005-10-27 13:55:12 -07002215} __attribute__((packed));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002216
2217/* used to hold an arbitrary blob of data */
2218struct data_blob {
2219 __u8 *data;
2220 size_t length;
2221 void (*free) (struct data_blob * data_blob);
Steve French0753ca72005-10-27 13:55:12 -07002222} __attribute__((packed));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002223
2224
2225#ifdef CONFIG_CIFS_POSIX
2226/*
2227 For better POSIX semantics from Linux client, (even better
2228 than the existing CIFS Unix Extensions) we need updated PDUs for:
2229
2230 1) PosixCreateX - to set and return the mode, inode#, device info and
2231 perhaps add a CreateDevice - to create Pipes and other special .inodes
2232 Also note POSIX open flags
2233 2) Close - to return the last write time to do cache across close more safely
Steve French1982c342005-08-17 12:38:22 -07002234 3) FindFirst return unique inode number - what about resume key, two
2235 forms short (matches readdir) and full (enough info to cache inodes)
2236 4) Mkdir - set mode
Linus Torvalds1da177e2005-04-16 15:20:36 -07002237
2238 And under consideration:
Steve French1982c342005-08-17 12:38:22 -07002239 5) FindClose2 (return nanosecond timestamp ??)
2240 6) Use nanosecond timestamps throughout all time fields if
Linus Torvalds1da177e2005-04-16 15:20:36 -07002241 corresponding attribute flag is set
Steve French1982c342005-08-17 12:38:22 -07002242 7) sendfile - handle based copy
2243 8) Direct i/o
2244 9) Misc fcntls?
Linus Torvalds1da177e2005-04-16 15:20:36 -07002245
2246 what about fixing 64 bit alignment
2247
2248 There are also various legacy SMB/CIFS requests used as is
2249
2250 From existing Lanman and NTLM dialects:
2251 --------------------------------------
2252 NEGOTIATE
2253 SESSION_SETUP_ANDX (BB which?)
2254 TREE_CONNECT_ANDX (BB which wct?)
2255 TREE_DISCONNECT (BB add volume timestamp on response)
2256 LOGOFF_ANDX
2257 DELETE (note delete open file behavior)
2258 DELETE_DIRECTORY
2259 READ_AND_X
2260 WRITE_AND_X
2261 LOCKING_AND_X (note posix lock semantics)
2262 RENAME (note rename across dirs and open file rename posix behaviors)
2263 NT_RENAME (for hardlinks) Is this good enough for all features?
2264 FIND_CLOSE2
2265 TRANSACTION2 (18 cases)
2266 SMB_SET_FILE_END_OF_FILE_INFO2 SMB_SET_PATH_END_OF_FILE_INFO2
2267 (BB verify that never need to set allocation size)
2268 SMB_SET_FILE_BASIC_INFO2 (setting times - BB can it be done via Unix ext?)
2269
2270 COPY (note support for copy across directories) - FUTURE, OPTIONAL
2271 setting/getting OS/2 EAs - FUTURE (BB can this handle
2272 setting Linux xattrs perfectly) - OPTIONAL
2273 dnotify - FUTURE, OPTIONAL
2274 quota - FUTURE, OPTIONAL
2275
2276 Note that various requests implemented for NT interop such as
2277 NT_TRANSACT (IOCTL) QueryReparseInfo
2278 are unneeded to servers compliant with the CIFS POSIX extensions
2279
2280 From CIFS Unix Extensions:
2281 -------------------------
2282 T2 SET_PATH_INFO (SMB_SET_FILE_UNIX_LINK) for symlinks
2283 T2 SET_PATH_INFO (SMB_SET_FILE_BASIC_INFO2)
2284 T2 QUERY_PATH_INFO (SMB_QUERY_FILE_UNIX_LINK)
2285 T2 QUERY_PATH_INFO (SMB_QUERY_FILE_UNIX_BASIC) - BB check for missing inode fields
2286 Actually need QUERY_FILE_UNIX_INFO since has inode num
2287 BB what about a) blksize/blkbits/blocks
2288 b) i_version
2289 c) i_rdev
2290 d) notify mask?
2291 e) generation
2292 f) size_seqcount
2293 T2 FIND_FIRST/FIND_NEXT FIND_FILE_UNIX
2294 TRANS2_GET_DFS_REFERRAL - OPTIONAL but recommended
2295 T2_QFS_INFO QueryDevice/AttributeInfo - OPTIONAL
2296
2297
2298 */
2299
Steve French1982c342005-08-17 12:38:22 -07002300/* xsymlink is a symlink format (used by MacOS) that can be used
Linus Torvalds1da177e2005-04-16 15:20:36 -07002301 to save symlink info in a regular file when
2302 mounted to operating systems that do not
2303 support the cifs Unix extensions or EAs (for xattr
2304 based symlinks). For such a file to be recognized
2305 as containing symlink data:
2306
2307 1) file size must be 1067,
2308 2) signature must begin file data,
2309 3) length field must be set to ASCII representation
2310 of a number which is less than or equal to 1024,
2311 4) md5 must match that of the path data */
2312
2313struct xsymlink {
2314 /* 1067 bytes */
2315 char signature[4]; /* XSym */ /* not null terminated */
2316 char cr0; /* \n */
2317/* ASCII representation of length (4 bytes decimal) terminated by \n not null */
2318 char length[4];
2319 char cr1; /* \n */
2320/* md5 of valid subset of path ie path[0] through path[length-1] */
2321 __u8 md5[32];
2322 char cr2; /* \n */
2323/* if room left, then end with \n then 0x20s by convention but not required */
2324 char path[1024];
Steve French0753ca72005-10-27 13:55:12 -07002325} __attribute__((packed));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002326
Steve Frenchf654bac2005-04-28 22:41:04 -07002327typedef struct file_xattr_info {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002328 /* BB do we need another field for flags? BB */
2329 __u32 xattr_name_len;
2330 __u32 xattr_value_len;
2331 char xattr_name[0];
2332 /* followed by xattr_value[xattr_value_len], no pad */
Steve French0753ca72005-10-27 13:55:12 -07002333} __attribute__((packed)) FILE_XATTR_INFO; /* extended attribute, info level 0x205 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002334
2335
Steve Frenchf654bac2005-04-28 22:41:04 -07002336/* flags for chattr command */
2337#define EXT_SECURE_DELETE 0x00000001 /* EXT3_SECRM_FL */
2338#define EXT_ENABLE_UNDELETE 0x00000002 /* EXT3_UNRM_FL */
2339/* Reserved for compress file 0x4 */
2340#define EXT_SYNCHRONOUS 0x00000008 /* EXT3_SYNC_FL */
2341#define EXT_IMMUTABLE_FL 0x00000010 /* EXT3_IMMUTABLE_FL */
2342#define EXT_OPEN_APPEND_ONLY 0x00000020 /* EXT3_APPEND_FL */
2343#define EXT_DO_NOT_BACKUP 0x00000040 /* EXT3_NODUMP_FL */
2344#define EXT_NO_UPDATE_ATIME 0x00000080 /* EXT3_NOATIME_FL */
2345/* 0x100 through 0x800 reserved for compression flags and are GET-ONLY */
2346#define EXT_HASH_TREE_INDEXED_DIR 0x00001000 /* GET-ONLY EXT3_INDEX_FL */
2347/* 0x2000 reserved for IMAGIC_FL */
2348#define EXT_JOURNAL_THIS_FILE 0x00004000 /* GET-ONLY EXT3_JOURNAL_DATA_FL */
2349/* 0x8000 reserved for EXT3_NOTAIL_FL */
2350#define EXT_SYNCHRONOUS_DIR 0x00010000 /* EXT3_DIRSYNC_FL */
2351#define EXT_TOPDIR 0x00020000 /* EXT3_TOPDIR_FL */
2352
2353#define EXT_SET_MASK 0x000300FF
2354#define EXT_GET_MASK 0x0003DFFF
2355
2356typedef struct file_chattr_info {
2357 __le64 mask; /* list of all possible attribute bits */
2358 __le64 mode; /* list of actual attribute bits on this inode */
Steve French0753ca72005-10-27 13:55:12 -07002359} __attribute__((packed)) FILE_CHATTR_INFO; /* ext attributes (chattr, chflags) level 0x206 */
Steve Frenchf654bac2005-04-28 22:41:04 -07002360
Linus Torvalds1da177e2005-04-16 15:20:36 -07002361#endif
2362
Linus Torvalds1da177e2005-04-16 15:20:36 -07002363#endif /* _CIFSPDU_H */