r17924: Get rid of warnings now that talloc is merged.
[samba.git] / source3 / locking / locking.c
2007-10-10 Volker Lendecker17924: Get rid of warnings now that talloc is merged.
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 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 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 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 Allisonr15083: Using talloc with destructors is nice and all...
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 James Peachr14428: Call fill_share_mode_entry with NO_OPLOCK inste...
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 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 Allisonr4143: Make strict locking an enum. Auto means use...
2007-10-10 Jeremy Allisonr4121: Optimisation from Nadav Danieli <nadavd@exanet...
2007-10-10 Jeremy Allisonr4108: As check_self is *always* False in every invokat...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Jeremy Allisonr2413: Arggg. Stupid, stupid, stupid me ! I added a...
2007-10-10 Jeremy Allisonr1085: Now it's had some proper user testing, merge...
2007-10-10 Gerald Carterr1011: fix bad merge (from a few months ago) and ensure...
2007-10-10 Jeremy Allisonr984: Ensure memmove & memcpy aren't called with len...
2004-02-12 Gerald Cartertdbsam & smb_panic merge from 3.0 (initial tests are...
2004-02-12 Gerald Cartermerge from old APP_HEAD
2004-01-13 Gerald Cartersync HEAD with recent changes in 3.0
2003-11-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-11-05 Richard SharpeMinor comment updates ...
2003-10-09 Jeremy AllisonChanges to allow Samba3 to pass the Samba4 RAW-READ...
2003-10-09 Jeremy AllisonChanges to allow Samba3 to pass the Samba4 RAW-READ...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-09-08 Jeremy AllisonTidy up some formatting. Get ready for allowing bad...
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-08-01 Jeremy AllisonFinal fix for the bug tridge found. Only push locks...
2003-07-22 Tim PotterFixup a bunch of printf-style functions and debugs...
2003-05-22 Jeremy AllisonMore fixes for debug log to catch logic error.
2003-05-22 Jeremy AllisonMore fixes for debug log to catch logic error.
2003-04-04 Jeremy AllisonFix for very subtle POSIX lock interaction race conditi...
2003-04-04 Jeremy AllisonFix for very subtle POSIX lock interaction race conditi...
2003-02-27 Jeremy AllisonFix to allow blocking lock notification to be done...
2003-02-27 Jeremy AllisonFix to allow blocking lock notification to be done...
2003-02-24 Andrew BartlettMerge off-by-one fix from HEAD (caused crash with ...
2003-02-24 Andrew BartlettFix 2 off-by-one bugs in the use of malloc()ed strings...
2003-02-10 Andrew BartlettCleanups: (merge from HEAD)
2003-02-10 Andrew BartlettUse safe_strcpy() instead of pstrcpy() for malloced...
2003-01-03 Jeremy AllisonFix problem with "hide unreadable". stat file opens...
2003-01-03 Jeremy AllisonFix problem with "hide unreadable". stat file opens...
2002-11-23 Jeremy AllisonLots of fixes for error paths where tdb_fetch() data...
2002-11-23 Jeremy AllisonLots of fixes for error paths where tdb_fetch() data...
2002-09-25 Gerald Cartersync'ing up for 3.0alpha20 release
2002-09-25 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-09-11 Jeremy AllisonFix missing braces around push lock call.
2002-07-15 Andrew Tridgellupdated the 3.0 branch from the head branch - ready...
2002-07-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-05-21 Jeremy AllisonFailing to find an entry when doing mod_share_entry...
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-03-23 Jeremy AllisonFix the mp3 rename bug - also tidy up our open code...
2002-03-15 Andrew Tridgellif our lock spin code fails then return the first error...
2002-03-14 Jeremy AllisonUse sys_usleep not usleep.
2002-03-13 Jeremy AllisonEnsure we attempt to lock at least once. Only sleep...
2002-03-13 Jeremy Allisoninclude/smb_macros.h: Don't round up an allocation...
2002-03-10 Andrew Tridgellthis attempts to handle the rather bizarre lock cache...
2002-01-30 Tim PotterRemoved version number from file header.
2002-01-08 Jeremy AllisonDebugs that print out a share mode table in debug level...
2002-01-05 Jeremy AllisonAdded DEBUG in set_share_mode to track down logic insanity.
2001-12-18 Tim PotterRemoved unused function, delete_fn()
2001-11-30 Jeremy AllisonAfter conversations with Andrew, improved the robustnes...
2001-11-21 Jeremy AllisonDon't scan locking db on closedown.
2001-10-20 Jeremy AllisonMove from timestamp to gen count file id's for finding...
2001-10-19 Jeremy AllisonEnsure we mask off deny modes correctly on being set...
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-19 Jeremy AllisonRemoved test code that got added by accident.
2001-09-18 Jeremy AllisonCorrect fix for unaligned memcpy - malloc'ed memory...
2001-09-18 Jeremy AllisonUse structure copy to fix unaligned accesses on 64bit...
2001-09-17 Simo Sorcemove to SAFE_FREE()
next