Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-22 | s3:smbd:smb2: initialize variable in vfs_default_durable_reconnect() | Michael Adam | 1 | -1/+1 | |
Found by Ambi's state-of-the-art compiler! | |||||
2012-09-08 | s3:vfs_default: add basic support for durable handle request and reconnect | Michael Adam | 1 | -0/+569 | |
We only grant durable handles for CIFS/SMB2 only access, that means "kernel oplocks", "kernel share modes" and "posix locking" need to be set to "no". For now we also don't grant durable handles if delete on close is active on the handle. Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> Pair-Programmed-With: Volker Lendecke <vl@samba.org> |