summaryrefslogtreecommitdiffstats
path: root/source3/locking/posix.c
Commit message (Expand)AuthorAgeFilesLines
* Fixes for HPUX only having limited POSIX lock range from Michael Steffens <mi...Jeremy Allison2003-02-121-12/+7
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-2/+2
* Lots of fixes for error paths where tdb_fetch() data need freeing.Jeremy Allison2002-11-231-11/+14
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-1/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-23/+15
* Fix the 62bit locking onto 32 bit NFS mounts problem generically for HPUX.Jeremy Allison2001-09-061-94/+21
* NFS v2 can return ENOLCK when greater than 31 bit offsets are used.Jeremy Allison2001-09-051-2/+2
* Ignore locks of length zero as they mean different things in Win32Jeremy Allison2001-08-261-5/+18
* Add printing of errno when POSIX lock requests fail.Jeremy Allison2001-08-131-3/+3
* this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce2001-08-121-4/+9
* Fixed the nastiest locking bug to track down.... smb_pids are sent in theJeremy Allison2001-07-021-1/+0
* use LDSHFLAGS not -shared in several placesAndrew Tridgell2001-06-041-2/+2
* Merge of Andrew's changes in 2.2.Jeremy Allison2001-04-131-3/+1
* Herb's warning fixes. Also the POSIX locking fix.Jeremy Allison2000-10-061-1/+1
* Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison2000-10-061-6/+6
* allow posix locking database to be opened read-only (for smbstatus)Andrew Tridgell2000-06-131-10/+10
* Fixed misunderstanding found during CIFS conference. Overlapping lockJeremy Allison2000-05-251-340/+278
* Using a structure for a tdb key can lead to insideous, hardHerb Lewis2000-05-101-0/+2
* Two fixes. Added missong logic & case in lock split code.Jeremy Allison2000-05-051-4/+12
* Updated to fix overlapping problem.Jeremy Allison2000-05-041-68/+142
* Fix for debug statement crash.Jeremy Allison2000-05-041-1/+1
* Fixed the bug locktest.c found, it was an off-by-one error in the non-overlapJeremy Allison2000-05-031-1/+1
* Fixed silly bug where I wasn't checking for matching fd's in closing a file.Jeremy Allison2000-05-031-7/+24
* Added range info to the panic message to track down the bug withJeremy Allison2000-05-031-1/+5
* Fix for stacking locks in brlock and POSIX. Windows only allows a read lockJeremy Allison2000-05-031-91/+129
* Implemented the last (I hope:-) part of the locking puzzle, the referenceJeremy Allison2000-05-021-23/+90
* split the username in the vuser structure into a separateAndrew Tridgell2000-05-021-1/+2
* Moved uglyness needed in fcntl locking (64->32 bit mapping, NFSJeremy Allison2000-05-021-3/+121
* locking/posix.c: Fixed double-free nasty crash bug found by insure.Jeremy Allison2000-05-011-3/+0
* added TDB_INTERNAL, TDB_NOLOCK and TDB_NOMMAP flags.Andrew Tridgell2000-05-011-3/+3
* - removed all our old wildcard matching code and replaced it with aAndrew Tridgell2000-04-301-2/+2
* Removed tdb locking calls (picky Andrew...:-)Jeremy Allison2000-04-291-25/+12
* Ok - this is the *third* implementation of this (third time's the charm :-).Jeremy Allison2000-04-281-199/+123
* Split off of POSIX locking into separate unit as Andrew requested.Jeremy Allison2000-04-281-0/+1208