r23794: convert more code from LGPLv2+ to LGPLv3+
[amitay/samba.git] / source3 / locking /
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 Volker Lendecker23759: Fix make test -- sorry
2007-10-10 Volker Lendecker23755: Fix Coverity id 384
2007-10-10 Jeremy Allisonr23516: Fix bug found & fixed by Doug Rudoff (doug_rudo...
2007-10-10 James Peachr23510: Tidy calls to smb_panic by removing trailing...
2007-10-10 Volker Lendecker23486: Ok, this time with a hopefully successful make...
2007-10-10 Volker Lendecker23316: Ouch... This would not have run in production...
2007-10-10 Volker Lendecker23222: share_mode_forall() is only for counting and...
2007-10-10 Volker Lendecker23204: Add MSG_SMB_BRL_VALIDATE. Tridge, this is a...
2007-10-10 Volker Lendecker23195: Add void *private_data to brl_forall
2007-10-10 Volker Lendecker23183: Check in a change made by Tridge:
2007-10-10 Volker Lendecker23169: Merge 535 of Tridge's bzr tree:
2007-10-10 Volker Lendecker23165: Convert brlock.tdb to dbwrap
2007-10-10 Volker Lendecker23164: Minor cosmetic checkin
2007-10-10 Volker Lendecker23163: Convert locking.tdb to dbwrap
2007-10-10 Volker Lendecker23162: Make use of messaging_send_buf
2007-10-10 Jeremy Allisonr23100: Implement the delete on close semantics I've...
2007-10-10 James Peachr23096: Make the lock failure message prettier.
2007-10-10 Jeremy Allisonr23014: For all branches, ensure that if we're blocked...
2007-10-10 Volker Lendecker22846: Chunk one to replace message_send_pid with...
2007-10-10 Volker Lendecker22736: Start to merge the low-hanging fruit from the...
2007-10-10 Volker Lendecker22688: Change lock_data in struct byte_range_lock...
2007-10-10 Jeremy Allisonr22588: Make all uses of TALLOC_MEMDUP consistent.
2007-10-10 Jeremy Allisonr22542: Move over to using the _strict varients of...
2007-10-10 Stefan Metzmacherr22009: change TDB_DATA from char * to unsigned char *
2007-10-10 Jeremy Allisonr21726: Fix stupid cut-n-paste typo. Thanks to volker for
2007-10-10 Jeremy Allisonr21724: Optimization pointed out by Volker. If we don't
2007-10-10 Volker Lendecker21723: Make use of the per-hashchain "freelists"
2007-10-10 Volker Lendecker21706: get_delete_on_close_flag() is the perfect candi...
2007-10-10 Jeremy Allisonr21257: Better fix for bug #4188 :
2007-10-10 Jeremy Allisonr21191: Add in the POSIX open/mkdir/unlink calls.
2007-10-10 Jeremy Allisonr20916: Add in the delete on close final fix - but...
2007-10-10 Jeremy Allisonr20883: W00t! I now understand how "delete on close...
2007-10-10 Jeremy Allisonr20873: Some correctness fixes w.r.t. Samba4 torture...
2007-10-10 Volker Lendecker19668: Convert the locking params to use struct share_...
2007-10-10 Volker Lendecker19078: talloc_strdup can fail
2007-10-10 Volker Lendecker17924: Get rid of warnings now that talloc is merged.
2007-10-10 Volker Lendecker17452: Some C++ warnings
2007-10-10 Jeremy Allisonr17346: Add optimisation vl needs for the cluster code...
2007-10-10 Jeremy Allisonr17314: Optimisation for POSIX locking. If we're downgr...
2007-10-10 Jeremy Allisonr17293: After the results from the cluster tests in...
2007-10-10 Volker Lendecker17279: conn->cnum is the tid we've given to the client...
2007-10-10 Jeremy Allisonr17276: Don't change the POSIX lock ref count if posix...
2007-10-10 Jeremy Allisonr17181: Fix the build farm RAW-READ bug. When making...
2007-10-10 Volker Lendecker17177: Get rid of a global variable by adding a privat...
2007-10-10 Jeremy Allisonr17105: Fix the race Volker found - we had a non-locked
2007-10-10 Jeremy Allisonr17098: Samba3 now cleanly passes Samba4 RAW-LOCK torture
2007-10-10 Jeremy Allisonr17046: Ensure we're using the right pointers ...
2007-10-10 Jeremy Allisonr17043: Fix memleak when processing CIFS POSIX lock...
2007-10-10 Jeremy Allisonr17041: Trying to track down a *big* memory leak in...
2007-10-10 Jeremy Allisonr17000: Allow CIFS POSIX locks to coexist with Windows...
2007-10-10 Jeremy Allisonr16992: Fix bug #3922 reported by jason@ncac.gwu.edu...
2007-10-10 Jeremy Allisonr16987: Fix the logic errors in ref-counting Windows...
2007-10-10 Jeremy Allisonr16973: Fix subtle logic error in lock ref counting...
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Jeremy Allisonr16661: Fix from jason@ncac.gwu.edu for bug #3875,
2007-10-10 Jeremy Allisonr16435: Add in the uid info that Jerry needs into the
2007-10-10 Jeremy Allisonr16307: Make sure we know we must pass a valid pointer...
2007-10-10 Jeremy Allisonr16281: Start fixing up gcc4 -O6 warnings on an x86_64...
2007-10-10 James Peachr15943: Update misleading DEBUG statements and comments...
2007-10-10 Jeremy Allisonr15670: Fix valgrind-spotted issue in BASE-DELETE test.
2007-10-10 Jeremy Allisonr15668: DOS or FCB opens share one share mode entry...
2007-10-10 Jeremy Allisonr15419: Never write the same function twice :-). In...
2007-10-10 Jeremy Allisonr15402: Fix for bug #3587. Dead entries can be left...
2007-10-10 Jeremy Allisonr15269: Fix incorrect boolean in assert to make POSIX...
2007-10-10 Tim Potterr15255: Add return statement after abort to placate...
2007-10-10 Jeremy Allisonr15083: Using talloc with destructors is nice and all...
2007-10-10 Jeremy Allisonr15060: The brlock code gets called a lot. Ensure we...
2007-10-10 Jeremy Allisonr15026: Fix warning until POSIX locking finished.
2007-10-10 Jeremy Allisonr15018: Merge Volker's ipc/trans2/nttrans changes over
2007-10-10 Jeremy Allisonr14763: Add a new tuning parameter, open files database...
2007-10-10 Jeremy Allisonr14703: Clarify the return codes for the POSIX locking...
2007-10-10 James Peachr14428: Call fill_share_mode_entry with NO_OPLOCK inste...
2007-10-10 Jeremy Allisonr13915: Fixed a very interesting class of realloc(...
2007-10-10 Gerald Carterr13571: Replace all calls to talloc_free() with thye...
2007-10-10 Jeremy Allisonr13412: Don't use arbitrary uint32 size for uid and...
2007-10-10 Jeremy Allisonr13329: Fix libsmbsharemodes.so to work with the stored...
2007-10-10 Jeremy Allisonr13294: Fix basic delete on close tests - don't forget...
2007-10-10 Jeremy Allisonr13293: Rather a big patch I'm afraid, but this should...
2007-10-10 Jeremy Allisonr13274: Fix for bug #3467. Not a show stopper.
2007-10-10 Jeremy Allisonr13198: Fix issues exposed by Jerry's testing on 64...
2007-10-10 Jeremy Allisonr13194: Don't do extra memcpy's unless we're asked to.
2007-10-10 Jeremy Allisonr13192: Fix up alignment issues when printing share...
2007-10-10 Gerald Carterr13110: remove an invalid debug message about call...
2007-10-10 Jeremy Allisonr12877: Stop passing structs around in smb messages...
2007-10-10 Jeremy Allisonr12234: Reduce the race condition for renames by holdin...
2007-10-10 Jeremy Allisonr12221: Fix error code paths that can potentially leave...
2007-10-10 Jeremy Allisonr12213: Final fix for #3303 - send rename messages...
2007-10-10 Jeremy Allisonr12203: Add the share path into the sharemode db. This...
2007-10-10 Jeremy Allisonr11435: Allow the hash size of the tdb open (locking...
2007-10-10 Jeremy Allisonr11341: Put directory opens into the share mode db...
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Jeremy Allisonr8219: Merge the new open code from HEAD to 3.0. Haven...
2007-10-10 Jeremy Allisonr7975: One more tidyup to ensure we're using "struct...
2007-10-10 Jeremy Allisonr7972: Tidy up the posix locking in memory db code...
2007-10-10 Jeremy Allisonr6594: Fix silly typo causing tdb to be freed twice.
2007-10-10 Jeremy Allisonr6543: Fix EDEADLCK problem with deferred open calls...
2007-10-10 Herb Lewisr6502: add LOCKING debug class - pull PRINTINGDB class...
2007-10-10 Jeremy Allisonr5634: Fix 64-bit overflow problems found by BlueArc...
next