summaryrefslogtreecommitdiffstats
path: root/source/locking/locking.c
Commit message (Expand)AuthorAgeFilesLines
* r25055: Add file_id_string_tosVolker Lendecke2007-09-101-2/+2
* r24266: Remove the "open files database hash size" parameterVolker Lendecke2007-08-071-2/+1
* r24121: merge from SAMBA_3_2:Stefan Metzmacher2007-08-021-4/+1
* r23958: Merge from 3_2-ctdb-tridge as requested by Metze.Jeremy Allison2007-07-181-0/+8
* r23908: Fix bug with interaction of optimization withJeremy Allison2007-07-171-8/+24
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-07-101-2/+1
* r23780: Find and fix more GPL2 -> GPL3.Jeremy Allison2007-07-091-1/+1
* r23511: Merge branches/SAMBA_3_0@23510James Peach2007-06-151-12/+12
* r23486: Ok, this time with a hopefully successful make test in the right place:Volker Lendecke2007-06-141-4/+0
* r23222: share_mode_forall() is only for counting and status display stuff, soVolker Lendecke2007-05-291-1/+1
* r23183: Check in a change made by Tridge:Volker Lendecke2007-05-291-51/+35
* r23164: Minor cosmetic checkinVolker Lendecke2007-05-271-2/+2
* r23163: Convert locking.tdb to dbwrapVolker Lendecke2007-05-271-91/+109
* r23162: Make use of messaging_send_bufVolker Lendecke2007-05-271-4/+2
* r23100: Implement the delete on close semantics I've just tested forJeremy Allison2007-05-231-1/+45
* r23014: For all branches, ensure that if we're blocked on a POSIXJeremy Allison2007-05-191-2/+4
* r22945: merge 22009 from SAMBA_3_0 + some warning fixes for new code:Stefan Metzmacher2007-05-161-10/+10
* r22846: Chunk one to replace message_send_pid with messaging_send: Deep insideVolker Lendecke2007-05-141-9/+17
* r22542: Move over to using the _strict varients of the tallocJeremy Allison2007-04-271-1/+1
* r21726: Fix stupid cut-n-paste typo. Thanks to volker forJeremy Allison2007-03-061-1/+1
* r21724: Optimization pointed out by Volker. If we don'tJeremy Allison2007-03-061-0/+20
* r21723: Make use of the per-hashchain "freelists"Volker Lendecke2007-03-061-0/+3
* r21711: Jeremy bugged me to keep 3.0.25 in sync :-)Volker Lendecke2007-03-051-7/+21
* r21257: Better fix for bug #4188 :Jeremy Allison2007-02-091-36/+1
* r21209: Add in the POSIX extensions.Jeremy Allison2007-02-071-3/+6
* r20916: Add in the delete on close final fix - but only enabledJeremy Allison2007-01-191-0/+4
* r20883: W00t! I now understand how "delete on close" reallyJeremy Allison2007-01-181-23/+16
* r20873: Some correctness fixes w.r.t. Samba4 torture BASE-DELETE.Jeremy Allison2007-01-181-0/+40
* r19810: more merge work....does not compile currently. Working on smbd mergeGerald Carter2006-11-211-123/+126
* r16674: After removing each individual post-3.0.23rc3 change:Gerald Carter2006-06-291-1/+1
* r16472: final pass for 3.0.23rc3 I think. Current with SAMBA_3_0 r16471Gerald Carter2006-06-221-9/+14
* r16348: * merging changes from SAMBA_3_0 r16346Gerald Carter2006-06-191-1/+1
* r16104: Set version to 3.0.23rc2Gerald Carter2006-06-081-1/+1
* r15837: starting sync up for 3.0.23rc1 (in sync with SAMBA_3_0 r15822)Gerald Carter2006-05-231-16/+8
* r15083: Using talloc with destructors is nice and all, but in thisJeremy Allison2006-04-131-12/+12
* r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison2006-04-101-118/+187
* r14763: Add a new tuning parameter, open files database hash size,Jeremy Allison2006-03-291-1/+2
* r14428: Call fill_share_mode_entry with NO_OPLOCK instead of 0.James Peach2006-03-151-3/+3
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2006-02-201-7/+7
* r13412: Don't use arbitrary uint32 size for uid and gid storage. UseJeremy Allison2006-02-091-23/+22
* r13329: Fix libsmbsharemodes.so to work with the stored delete token.Jeremy Allison2006-02-041-18/+0
* r13294: Fix basic delete on close tests - don't forget to tellJeremy Allison2006-02-021-5/+10
* r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison2006-02-021-15/+142
* r13274: Fix for bug #3467. Not a show stopper.Jeremy Allison2006-02-011-3/+17
* r13198: Fix issues exposed by Jerry's testing on 64-bit SolarisJeremy Allison2006-01-271-22/+0
* r13194: Don't do extra memcpy's unless we're asked to.Jeremy Allison2006-01-271-1/+5
* r13192: Fix up alignment issues when printing share modeJeremy Allison2006-01-271-4/+8
* r13110: remove an invalid debug message about call get_share_mode_lock() with...Gerald Carter2006-01-241-1/+0
* r12877: Stop passing structs around in smb messages, insteadJeremy Allison2006-01-121-7/+10
* r12234: Reduce the race condition for renames by holding the lockJeremy Allison2005-12-141-1/+5