Age | Commit message (Expand) | Author | Files | Lines |
2002-01-30 | Removed version number from file header. | Tim Potter | 1 | -2/+1 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 1 | -1/+0 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 1 | -23/+15 |
2001-09-06 | Fix the 62bit locking onto 32 bit NFS mounts problem generically for HPUX. | Jeremy Allison | 1 | -94/+21 |
2001-09-05 | NFS v2 can return ENOLCK when greater than 31 bit offsets are used. | Jeremy Allison | 1 | -2/+2 |
2001-08-26 | Ignore locks of length zero as they mean different things in Win32 | Jeremy Allison | 1 | -5/+18 |
2001-08-13 | Add printing of errno when POSIX lock requests fail. | Jeremy Allison | 1 | -3/+3 |
2001-08-12 | this is a big global fix for the ptr = Realloc(ptr, size) bug. | Simo Sorce | 1 | -4/+9 |
2001-07-02 | Fixed the nastiest locking bug to track down.... smb_pids are sent in the | Jeremy Allison | 1 | -1/+0 |
2001-06-04 | use LDSHFLAGS not -shared in several places | Andrew Tridgell | 1 | -2/+2 |
2001-04-13 | Merge of Andrew's changes in 2.2. | Jeremy Allison | 1 | -3/+1 |
2000-10-06 | Herb's warning fixes. Also the POSIX locking fix. | Jeremy Allison | 1 | -1/+1 |
2000-10-06 | Restructuring of vfs layer to include a "this" pointer - can be an fsp or | Jeremy Allison | 1 | -6/+6 |
2000-06-13 | allow posix locking database to be opened read-only (for smbstatus) | Andrew Tridgell | 1 | -10/+10 |
2000-05-25 | Fixed misunderstanding found during CIFS conference. Overlapping lock | Jeremy Allison | 1 | -340/+278 |
2000-05-10 | Using a structure for a tdb key can lead to insideous, hard | Herb Lewis | 1 | -0/+2 |
2000-05-05 | Two fixes. Added missong logic & case in lock split code. | Jeremy Allison | 1 | -4/+12 |
2000-05-04 | Updated to fix overlapping problem. | Jeremy Allison | 1 | -68/+142 |
2000-05-04 | Fix for debug statement crash. | Jeremy Allison | 1 | -1/+1 |
2000-05-03 | Fixed the bug locktest.c found, it was an off-by-one error in the non-overlap | Jeremy Allison | 1 | -1/+1 |
2000-05-03 | Fixed silly bug where I wasn't checking for matching fd's in closing a file. | Jeremy Allison | 1 | -7/+24 |
2000-05-03 | Added range info to the panic message to track down the bug with | Jeremy Allison | 1 | -1/+5 |
2000-05-03 | Fix for stacking locks in brlock and POSIX. Windows only allows a read lock | Jeremy Allison | 1 | -91/+129 |
2000-05-02 | Implemented the last (I hope:-) part of the locking puzzle, the reference | Jeremy Allison | 1 | -23/+90 |
2000-05-02 | split the username in the vuser structure into a separate | Andrew Tridgell | 1 | -1/+2 |
2000-05-02 | Moved uglyness needed in fcntl locking (64->32 bit mapping, NFS | Jeremy Allison | 1 | -3/+121 |
2000-05-01 | locking/posix.c: Fixed double-free nasty crash bug found by insure. | Jeremy Allison | 1 | -3/+0 |
2000-05-01 | added TDB_INTERNAL, TDB_NOLOCK and TDB_NOMMAP flags. | Andrew Tridgell | 1 | -3/+3 |
2000-04-30 | - removed all our old wildcard matching code and replaced it with a | Andrew Tridgell | 1 | -2/+2 |
2000-04-29 | Removed tdb locking calls (picky Andrew...:-) | Jeremy Allison | 1 | -25/+12 |
2000-04-28 | Ok - this is the *third* implementation of this (third time's the charm :-). | Jeremy Allison | 1 | -199/+123 |
2000-04-28 | Split off of POSIX locking into separate unit as Andrew requested. | Jeremy Allison | 1 | -0/+1208 |