Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-09-08 | s3:vfs_default: add basic support for durable handle request and reconnect | Michael Adam | 1 | -0/+16 | |
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> | |||||
2012-04-04 | Second part of bugfix for bug #8837 - smbd crashes when deleting directory ↵ | Jeremy Allison | 1 | -0/+1 | |
and veto files are enabled. Store the 'struct security_token' as well as the 'struct security_unix_token' inside the locking db when setting a delete on close. | |||||
2012-01-12 | s3: Put an indirection layer into share_mode_lock | Volker Lendecke | 1 | -1/+1 | |
Signed-off-by: Jeremy Allison <jra@samba.org> | |||||
2011-12-13 | s3: Convert open_files.idl to tab indents | Volker Lendecke | 1 | -34/+34 | |
2011-12-02 | s3: Add open_files.idl | Volker Lendecke | 1 | -0/+48 | |