summaryrefslogtreecommitdiffstats
path: root/source3/locking/locking.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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: 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-131-33/+48
* 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-141-10/+10
* 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
* 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-171-4/+3
* 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
* Do not talloc_strdup filename and servicepathVolker Lendecke2008-01-071-16/+8
* allocate share_mode_str only when neededVolker Lendecke2008-01-041-1/+4
* Tiny simplificationsVolker Lendecke2007-12-101-10/+14
* Remove a staticVolker Lendecke2007-12-101-11/+9
* Add a commentVolker Lendecke2007-11-181-1/+7
* Fix a valgrind errorVolker Lendecke2007-11-181-3/+4
* Add MAX_DNS_NAME_LENGTH, remove more pstrings.Jeremy Allison2007-11-151-9/+9
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-26/+26
* r25055: Add file_id_string_tosVolker Lendecke2007-10-101-2/+2
* r24266: Remove the "open files database hash size" parameterVolker Lendecke2007-10-101-2/+1
* r24117: use locking_key() instead of forming the TDB_DATA keyStefan Metzmacher2007-10-101-4/+1
* r23956: merge from 3_2-ctdb-tridge:Stefan Metzmacher2007-10-101-0/+8
* r23908: Fix bug with interaction of optimization withJeremy Allison2007-10-101-8/+24
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach2007-10-101-12/+12
* r23486: Ok, this time with a hopefully successful make test in the right place:Volker Lendecke2007-10-101-4/+0
* r23222: share_mode_forall() is only for counting and status display stuff, soVolker Lendecke2007-10-101-1/+1
* r23183: Check in a change made by Tridge:Volker Lendecke2007-10-101-51/+35
* r23164: Minor cosmetic checkinVolker Lendecke2007-10-101-2/+2
* r23163: Convert locking.tdb to dbwrapVolker Lendecke2007-10-101-91/+109
* r23162: Make use of messaging_send_bufVolker Lendecke2007-10-101-4/+2
* r23100: Implement the delete on close semantics I've just tested forJeremy Allison2007-10-101-1/+45
* r23014: For all branches, ensure that if we're blocked on a POSIXJeremy Allison2007-10-101-2/+4