Age | Commit message (Expand) | Author | Files | Lines |
2000-12-06 | tdb_unlockchain() no longer returns a value | Tim Potter | 1 | -4/+4 |
2000-12-06 | Changed to sourceforge tdb code. This includes spinlocks (so we now have | Jeremy Allison | 2 | -17/+17 |
2000-11-17 | Fix from John Reilly for equivalence tests. | Jeremy Allison | 1 | -1/+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-09-11 | the first cut of the internal messaging system. | Andrew Tridgell | 1 | -1/+1 |
2000-06-13 | allow posix locking database to be opened read-only (for smbstatus) | Andrew Tridgell | 2 | -11/+11 |
2000-06-13 | add some brackets | Andrew Tridgell | 1 | -1/+1 |
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 | 3 | -20/+25 |
2000-05-05 | Fix for uninitialized memory read in brlock code. brl_locktest now needs | Jeremy Allison | 2 | -2/+3 |
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 | Fix based on Elrond's code to reduce the store size on removing dead records. | Jeremy Allison | 1 | -0/+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 | - clear dead locks at startup | Andrew Tridgell | 1 | -2/+47 |
2000-05-03 | Fix for stacking locks in brlock and POSIX. Windows only allows a read lock | Jeremy Allison | 2 | -92/+130 |
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-02 | Added sys_fork() and sys_getpid() functions to stop the overhead | Jeremy Allison | 1 | -8/+8 |
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 | 3 | -1122/+137 |
2000-04-28 | Split off of POSIX locking into separate unit as Andrew requested. | Jeremy Allison | 1 | -0/+1208 |
2000-04-28 | Forgot to close when "posix locking" is set to False. | Jeremy Allison | 1 | -2/+5 |
2000-04-28 | Added optimization where we are single opener (don't free POSIX locks). | Jeremy Allison | 1 | -1/+21 |
2000-04-28 | Made changes suggested by Andrew review. | Jeremy Allison | 1 | -37/+52 |
2000-04-27 | Ok - this is more subtle than it looks :-). | Jeremy Allison | 2 | -7/+15 |
2000-04-27 | Fixed subtle unlocking bug when a file is closed. We need to store the | Jeremy Allison | 2 | -16/+32 |
2000-04-27 | Did the rewrite Andrew wanted where all knowledge of POSIX locking is | Jeremy Allison | 1 | -5/+179 |
2000-04-27 | Fixed crash bugs Andrew pointed out with LOCK4 smbtorture | Jeremy Allison | 1 | -10/+7 |
2000-04-25 | Added the hard code :-). | Jeremy Allison | 2 | -77/+453 |
2000-04-24 | Added the code that keeps fd's open across a close if there are other fsp's | Jeremy Allison | 1 | -36/+23 |
2000-04-23 | fixed a locking database bug - it was actually harmless except that | Andrew Tridgell | 1 | -2/+10 |
2000-04-22 | This is a *big* checkin that may break some things, but implements the | Jeremy Allison | 1 | -1/+2 |
2000-04-18 | locking/locking.c: Fixed placeholder code for POSIX locking. | Jeremy Allison | 1 | -17/+49 |
2000-04-13 | Typo - missing '}'. | Jeremy Allison | 1 | -0/+1 |
2000-04-12 | Removed "ole locking compat" parameter (no longer used). | Jeremy Allison | 1 | -18/+113 |
2000-04-12 | Implmented mapping of lock offset/count from 64 bit MS ranges | Jeremy Allison | 1 | -13/+157 |
2000-04-12 | Code to map tdb locks onto POSIX. Mainly placeholder code at the moment, | Jeremy Allison | 1 | -9/+157 |
2000-04-11 | include/byteorder.h: ALIGN4/ALIGN2 macros. | Jeremy Allison | 1 | -3/+3 |
2000-04-10 | the first of a bunch of changes to code with getting rid of the fd_ptr | Andrew Tridgell | 1 | -6/+23 |
2000-02-07 | Fixed compile warning in locking.c:traverse_fn() | Tim Potter | 1 | -1/+2 |
2000-02-04 | 1) added void* state argument to tdb_traverse. guess what! there were | Luke Leighton | 2 | -15/+10 |