Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Second part of bugfix for bug #8837 - smbd crashes when deleting directory ↵ | Jeremy Allison | 2012-04-04 | 1 | -2/+8 |
| | | | | | | | 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. | ||||
* | s3: get_share_mode_lock_fresh->get_share_mode_lock | Volker Lendecke | 2012-02-19 | 1 | -1/+1 |
| | | | | | | | get_share_mode_lock_fresh is just a confusing name Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Sun Feb 19 19:16:41 CET 2012 on sn-devel-104 | ||||
* | s3: get_share_mode_lock->get_existing_share_mode_lock | Volker Lendecke | 2012-02-19 | 1 | -2/+2 |
| | |||||
* | s3: Introduce get_share_mode_lock_fresh() | Volker Lendecke | 2012-01-12 | 1 | -4/+7 |
| | | | | | | | | This slightly simplifies the code path for all callers which assume that a share mode exists already. Only the callers in open_file_ntcreate and open_directory will ever create new share modes. Signed-off-by: Jeremy Allison <jra@samba.org> | ||||
* | s3: Remove UNUSED_SHARE_MODE_ENTRY | Volker Lendecke | 2011-12-14 | 1 | -1/+0 |
| | |||||
* | s3:smbd: remove brl_register_msgs() | Stefan Metzmacher | 2011-12-14 | 1 | -1/+5 |
| | | | | metze | ||||
* | s3: Move can_set_delete_on_close to smbd/ | Volker Lendecke | 2011-12-13 | 1 | -1/+0 |
| | |||||
* | s3:locking/proto.h: add _LOCKING_PROTO_H_ guard | Michael Adam | 2011-05-31 | 1 | -0/+5 |
| | |||||
* | s3:locking/proto.h: add GPL/Copyright header | Michael Adam | 2011-05-31 | 1 | -0/+21 |
| | |||||
* | s3-locking: move locking prototypes out of proto.h. | Günther Deschner | 2011-03-30 | 1 | -0/+201 |
Will later become part of locking.h Guenther |