summaryrefslogtreecommitdiff
path: root/source3/locking
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #6876 - Delete of an object whose parent folder does not have delete ...Jeremy Allison2010-01-251-0/+3
* Make Samba3 pass the RAW-LOCK test as Windows.Jeremy Allison2009-12-081-0/+5
* Remove unneeded argument from can_set_delete_on_close(). EnsureJeremy Allison2009-12-081-9/+2
* s3: Remove a pointless memsetVolker Lendecke2009-11-261-1/+0
* s3: Cache brlock.tdb entries for the fast read&write strict locking code pathVolker Lendecke2009-11-262-15/+65
* s3: Remove debug_ctx()Volker Lendecke2009-11-262-7/+7
* Fix bug 6776 - Running overlapping Byte Lock test will core dump Samba daemon.Jeremy Allison2009-11-261-148/+219
* s3:smbd: Add the ntstatus to the smb_panic in share_mode_lock_destructorVolker Lendecke2009-09-071-2/+18
* Make the smbd VFS typesafeVolker Lendecke2009-07-242-0/+46
* s3: Change fsp->fsp_name to be an smb_filename struct!Tim Prouty2009-07-203-29/+41
* s3: Change the share_mode_lock struct to store a base_name and stream_nameTim Prouty2009-07-081-29/+64
* s3: Make some arguments to (parse|unparse)_share_modes() constTim Prouty2009-07-081-2/+2
* s3: Remove unnecessary const qualifiersTim Prouty2009-07-071-2/+1
* s3 sticky write time: Removed unused args and tighten up a function by making...Tim Prouty2009-07-061-1/+2
* Fix Coverity ID 897: REVERSE_INULLVolker Lendecke2009-05-061-1/+1
* Use procid_str in debug messages for better cluster-debuggabilityVolker Lendecke2009-04-031-2/+2
* Fix a scary "fill_share_mode_lock failed" messageVolker Lendecke2009-03-261-1/+2
* s3: Add strict lock/unlock calls to the vfs layer to replace is_lockedDave Richards2009-03-131-35/+55
* Last part of fix for #6154 - zfs does not honor admin users.Jeremy Allison2009-03-051-4/+15
* s3 BRL: Add more clarifying comments and add implied logic to make conditiona...Zack Kirsch2009-02-201-2/+6
* s3: Add extid to the dev/inode pairTim Prouty2009-02-191-3/+3
* s3: Fix uninitialized variable warning (and bug).Zack Kirsch2009-02-131-2/+0
* Add VFS ops for Windows BRL: Lock, Unlock and Cancel:Zack Kirsch2009-02-132-52/+95
* Fix an uninitialized variable. Tim, please check!Volker Lendecke2009-02-101-1/+1
* s3 oplocks: Make the level2 oplock contention API more granularTim Prouty2009-02-091-11/+74
* Fix more asprintf warnings and some error path errors.Jeremy Allison2008-12-231-7/+6
* Fix bug #5979 - Level 2 oplocks being granted improperly,Jeremy Allison2008-12-171-1/+10
* s3: [3/3]: Fix a delete on close divergence from windows and the associated t...Tim Prouty2008-12-091-45/+1
* Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij2008-10-142-26/+26
* Fix debug message to show correct function name.Jeremy Allison2008-09-051-1/+1
* Write times code update.Jeremy Allison2008-09-051-5/+28
* Fix alignment problems on sparc, bug 5512Volker Lendecke2008-07-091-19/+20
* Allow server manager to close open files selected by id.Jeremy Allison2008-05-271-1/+1
* Remove the "stat_open()" function, flag, and all associated code. It was onlyJeremy Allison2008-05-021-4/+0
* Slight reformatting of fd_close_posix(), while I'm at it.Michael Adam2008-04-211-5/+9
* Change fd_close_posix() to return int instead of NTSTATUS.Michael Adam2008-04-211-12/+4
* Don't modify the fsp in fd_close_posix() anymore.Michael Adam2008-04-211-4/+0
* Move the posix pending close functionality down into the VFS layer.Michael Adam2008-04-211-3/+3
* Quieten valgrind message on make valgrindtest. This doesn'tJeremy Allison2008-04-111-0/+5
* locking: combine get_delete_on_close_flag() and get_write_time() into get_fil...Stefan Metzmacher2008-04-071-19/+22
* locking: store the write time in the locking.tdbStefan Metzmacher2008-04-071-14/+82
* Merge leftovers of 0e1a86bc845 in 3-0-ctdbVolker Lendecke2008-03-172-5/+4
* Fix some "set but never used" warningsVolker Lendecke2008-01-201-5/+0
* Merge CTDB-related fixes from samba-ctdb 3.0 branch (http://samba.org/~tridge...Alexander Bokovoy2008-01-161-14/+15
* Don't early delete the share mode tdb dataVolker Lendecke2008-01-121-2/+0
* Trivial simplificationVolker Lendecke2008-01-121-5/+1
* Some more talloc_tos()Volker Lendecke2008-01-101-7/+7
* use talloc_tos in a few more placesVolker Lendecke2008-01-101-2/+2
* Remove redundant parameter fd from SMB_VFS_GETLOCK().Michael Adam2008-01-071-2/+2
* Do not talloc_strdup filename and servicepathVolker Lendecke2008-01-071-16/+8