Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-19 | libcli: add a define for the APP_INSTANCE_ID smb2 create context | Michael Adam | 1 | -0/+1 | |
2012-07-26 | libcli/smb: add SMB2_HDR_CHANNEL_SEQUENCE | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2012-07-26 | s3:libcli/smb: add SMB2_SESSION_FLAG_BINDING | Stefan Metzmacher | 1 | -1/+4 | |
metze | |||||
2012-07-23 | libcli/smb: add SMB2_SESSION_FLAG_ENCRYPT_DATA | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2012-07-23 | libcli/smb: add SMB2_TRANSFORM macros | Stefan Metzmacher | 1 | -0/+15 | |
metze | |||||
2012-06-29 | libcli/smb: add SMB2_CAP_DIRECTORY_LEASING to SMB2_CAP_ALL | Stefan Metzmacher | 1 | -0/+1 | |
metze Signed-off-by: Michael Adam <obnox@samba.org> | |||||
2012-05-06 | libcli/smb: add SMB3_DIALECT_REVISION_300 | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2012-04-27 | libcli/smb: move SMB2_IOCTL_FLAG_IS_FSCTL to smb2_constants.h | Stefan Metzmacher | 1 | -0/+3 | |
metze | |||||
2012-03-04 | libcli:smb: define SMB2_HDR_FLAG_REPLAY_OPERATION | Michael Adam | 1 | -0/+1 | |
Autobuild-User: Michael Adam <obnox@samba.org> Autobuild-Date: Sun Mar 4 15:10:38 CET 2012 on sn-devel-104 | |||||
2012-03-03 | libcli:smb: define SMB2_DHANDLE_FLAG_PERSISTENT | Michael Adam | 1 | -0/+5 | |
2012-03-03 | libcli:smb: add new SMB2 share flags | Michael Adam | 1 | -1/+5 | |
* FORCE_LEVELII_OPLOCKS * ENABLE_HASH_V1 * ENABLE_HASH_V2 * ENCRYPT_DATA | |||||
2012-03-03 | libcli:smb: upgrade SMB2_CAP_ALL to include the newly known caps | Michael Adam | 1 | -1/+8 | |
2012-03-03 | libcli:smb: add defines for SMB2.2 share capabilities | Michael Adam | 1 | -1/+4 | |
* continuous avaliability * cluster * scaleout | |||||
2012-03-03 | libcli:smb: add defines for SMB2.2 global capabilities | Michael Adam | 1 | -4/+9 | |
* multi channel * persistent handles * directory leasing * encryption | |||||
2012-03-03 | libcli:smb: define DH2Q and DH2C tags for smb2 extra create blobs | Michael Adam | 1 | -0/+2 | |
These are the tags for the SMB2_CREATE_DURABLE_HANDLE_REQUEST_V2 and SMB2_CREATE_DURABLE_HANDLE_RECONNECT_V2, the second version of the SMB2_CREATE_DURABLE_HANDLE_REQUEST (DHnQ) and SMB2_CREATE_DURABLE_HANDLE_RECONNECT (DHnC), which are only available for SMB 2.2 (and newer). | |||||
2012-03-03 | smb2_constants: fix a typo | Christian Ambach | 1 | -1/+1 | |
Autobuild-User: Christian Ambach <ambi@samba.org> Autobuild-Date: Sat Mar 3 09:04:40 CET 2012 on sn-devel-104 | |||||
2012-03-02 | smb2_constants: add SMB2_WATCH_TREE | Christian Ambach | 1 | -0/+3 | |
2011-12-22 | libcli/smb: add SMB2_DIALECT_REVISION_224 | Stefan Metzmacher | 1 | -0/+1 | |
This is specified in the new [MS-SMB2] preview document. metze | |||||
2011-09-16 | libcli/smb: add SMB2_DIALECT_REVISION_222 | Stefan Metzmacher | 1 | -0/+1 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Fri Sep 16 19:51:47 CEST 2011 on sn-devel-104 | |||||
2011-09-06 | smb2_constants: add SMB2_WRITEFLAG_WRITE_THROUGH define | Stefan Metzmacher | 1 | -0/+2 | |
metze | |||||
2011-08-30 | smb2_constants: add SMB2_HDR_CREDIT_CHARGE | Stefan Metzmacher | 1 | -1/+2 | |
SMB2_HDR_EPOCH was never used and SMB 2.10 uses it as SMB2_HDR_CREDIT_CHARGE. We keep SMB2_HDR_EPOCH as alias for now, until all callers are fixed. metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue Aug 30 23:49:56 CEST 2011 on sn-devel-104 | |||||
2011-02-25 | Implement the SMB2 close flag SMB2_CLOSE_FLAGS_FULL_INFORMATION (and move ↵ | Jeremy Allison | 1 | -0/+2 | |
definition to correct place). Thanks to Nick Meier @ Microsoft for finding this @ Connectathon. Jeremy. Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Fri Feb 25 00:40:52 CET 2011 on sn-devel-104 | |||||
2010-09-22 | s4:libcli:smb2 Rename pending_id to async_id and make 64-bit | Steven Danneman | 1 | -1/+4 | |
Match MS-SMB2 - 2.2.1.1 SMB2 Packet Header - ASYNC | |||||
2010-05-21 | Make DFS work over SMB2. | Jeremy Allison | 1 | -0/+9 | |
Jeremy. | |||||
2009-08-12 | libcli: move some common SMB and SMB2 stuff into libcli/smb/ | Stefan Metzmacher | 1 | -0/+175 | |
This will hold code that's shared between source3 and source4. metze |