r23183: Check in a change made by Tridge:
[samba.git] / source3 / locking / posix.c
2007-10-10 Volker Lendecker23183: Check in a change made by Tridge:
2007-10-10 James Peachr23096: Make the lock failure message prettier.
2007-10-10 Stefan Metzmacherr22009: change TDB_DATA from char * to unsigned char *
2007-10-10 Jeremy Allisonr21191: Add in the POSIX open/mkdir/unlink calls.
2007-10-10 Volker Lendecker19668: Convert the locking params to use struct share_...
2007-10-10 Volker Lendecker17452: Some C++ warnings
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 Allisonr16307: Make sure we know we must pass a valid pointer...
2007-10-10 Jeremy Allisonr15018: Merge Volker's ipc/trans2/nttrans changes over
2007-10-10 Jeremy Allisonr14703: Clarify the return codes for the POSIX locking...
2007-10-10 Jeremy Allisonr13915: Fixed a very interesting class of realloc(...
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 Herb Lewisr6502: add LOCKING debug class - pull PRINTINGDB class...
2007-10-10 Jeremy Allisonr5625: Reformat (tidy).
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Jeremy Allisonr3120: Fix bug #1955 reported by Love <lha@stacken...
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-06-03 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-14 Alexander BokovoyPrefix VFS API macros with SMB_ for consistency and...
2003-05-14 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-05-11 Alexander BokovoyFix VFS layer:
2003-02-12 Jeremy AllisonFixes for HPUX only having limited POSIX lock range...
2003-02-12 Jeremy AllisonFixes for HPUX only having limited POSIX lock range...
2002-12-20 Jeremy AllisonForward port the change to talloc_init() to make all...
2002-12-20 Jeremy AllisonForward port the change to talloc_init() to make all...
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-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-01-30 Tim PotterRemoved version number from file header.
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-09-06 Jeremy AllisonFix the 62bit locking onto 32 bit NFS mounts problem...
2001-09-05 Jeremy AllisonNFS v2 can return ENOLCK when greater than 31 bit offse...
2001-08-26 Jeremy AllisonIgnore locks of length zero as they mean different...
2001-08-13 Jeremy AllisonAdd printing of errno when POSIX lock requests fail.
2001-08-12 Simo Sorcethis is a big global fix for the ptr = Realloc(ptr...
2001-07-02 Jeremy AllisonFixed the nastiest locking bug to track down.... smb_pi...
2001-06-04 Andrew Tridgelluse LDSHFLAGS not -shared in several places
2001-04-13 Jeremy AllisonMerge of Andrew's changes in 2.2.
2000-10-06 Jeremy AllisonHerb's warning fixes. Also the POSIX locking fix.
2000-10-06 Jeremy AllisonRestructuring of vfs layer to include a "this" pointer...
2000-06-13 Andrew Tridgellallow posix locking database to be opened read-only...
2000-05-25 Jeremy AllisonFixed misunderstanding found during CIFS conference...
2000-05-10 Herb LewisUsing a structure for a tdb key can lead to insideous...
2000-05-05 Jeremy AllisonTwo fixes. Added missong logic & case in lock split...
2000-05-04 Jeremy AllisonUpdated to fix overlapping problem.
2000-05-04 Jeremy AllisonFix for debug statement crash.
2000-05-03 Jeremy AllisonFixed the bug locktest.c found, it was an off-by-one...
2000-05-03 Jeremy AllisonFixed silly bug where I wasn't checking for matching...
2000-05-03 Jeremy AllisonAdded range info to the panic message to track down...
2000-05-03 Jeremy AllisonFix for stacking locks in brlock and POSIX. Windows...
2000-05-02 Jeremy AllisonImplemented the last (I hope:-) part of the locking...
2000-05-02 Andrew Tridgellsplit the username in the vuser structure into a separate
2000-05-02 Jeremy AllisonMoved uglyness needed in fcntl locking (64->32 bit...
2000-05-01 Jeremy Allisonlocking/posix.c: Fixed double-free nasty crash bug...
2000-05-01 Andrew Tridgelladded TDB_INTERNAL, TDB_NOLOCK and TDB_NOMMAP flags.
2000-04-30 Andrew Tridgell- removed all our old wildcard matching code and replac...
2000-04-29 Jeremy AllisonRemoved tdb locking calls (picky Andrew...:-)
2000-04-28 Jeremy AllisonOk - this is the *third* implementation of this (third...
2000-04-28 Jeremy AllisonSplit off of POSIX locking into separate unit as Andrew...