.. | .. |
---|
33 | 33 | |
---|
34 | 34 | /* |
---|
35 | 35 | * Identifiers for functions that use the open, operation, close pattern |
---|
36 | | - * in smb2inode.c:smb2_open_op_close() |
---|
| 36 | + * in smb2inode.c:smb2_compound_op() |
---|
37 | 37 | */ |
---|
38 | 38 | #define SMB2_OP_SET_DELETE 1 |
---|
39 | 39 | #define SMB2_OP_SET_INFO 2 |
---|
.. | .. |
---|
45 | 45 | #define SMB2_OP_HARDLINK 8 |
---|
46 | 46 | #define SMB2_OP_SET_EOF 9 |
---|
47 | 47 | #define SMB2_OP_RMDIR 10 |
---|
| 48 | +#define SMB2_OP_POSIX_QUERY_INFO 11 |
---|
48 | 49 | |
---|
49 | 50 | /* Used when constructing chained read requests. */ |
---|
50 | 51 | #define CHAINED_REQUEST 1 |
---|
.. | .. |
---|
57 | 58 | #define SMB2_HMACSHA256_SIZE (32) |
---|
58 | 59 | #define SMB2_CMACAES_SIZE (16) |
---|
59 | 60 | #define SMB3_SIGNKEY_SIZE (16) |
---|
| 61 | +#define SMB3_GCM128_CRYPTKEY_SIZE (16) |
---|
| 62 | +#define SMB3_GCM256_CRYPTKEY_SIZE (32) |
---|
60 | 63 | |
---|
61 | 64 | /* Maximum buffer size value we can send with 1 credit */ |
---|
62 | 65 | #define SMB2_MAX_BUFFER_SIZE 65536 |
---|