Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-02-19 | s3: get_share_mode_lock_fresh->get_share_mode_lock | Volker Lendecke | 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 | |||||
2012-02-19 | s3: get_share_mode_lock->get_existing_share_mode_lock | Volker Lendecke | 1 | -2/+2 | |
2012-01-12 | s3: Introduce get_share_mode_lock_fresh() | Volker Lendecke | 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> | |||||
2011-12-14 | s3: Remove UNUSED_SHARE_MODE_ENTRY | Volker Lendecke | 1 | -1/+0 | |
2011-12-14 | s3:smbd: remove brl_register_msgs() | Stefan Metzmacher | 1 | -1/+5 | |
metze | |||||
2011-12-13 | s3: Move can_set_delete_on_close to smbd/ | Volker Lendecke | 1 | -1/+0 | |
2011-05-31 | s3:locking/proto.h: add _LOCKING_PROTO_H_ guard | Michael Adam | 1 | -0/+5 | |
2011-05-31 | s3:locking/proto.h: add GPL/Copyright header | Michael Adam | 1 | -0/+21 | |
2011-03-30 | s3-locking: move locking prototypes out of proto.h. | Günther Deschner | 1 | -0/+201 | |
Will later become part of locking.h Guenther |