Age | Commit message (Expand) | Author | Files | Lines |
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 |
2000-01-16 | added code to allow traversal of the byte range lock database | Andrew Tridgell | 2 | -3/+43 |
2000-01-14 | damn, Solaris already has a "enum lock_type" | Andrew Tridgell | 2 | -6/+7 |
2000-01-14 | we now pass all byte range locking tests | Andrew Tridgell | 2 | -4/+72 |
2000-01-14 | some more work on the byte range locking | Andrew Tridgell | 1 | -6/+8 |
2000-01-13 | the bulk of the new byte range locking coode | Andrew Tridgell | 2 | -45/+296 |
2000-01-03 | added the unexpected packet database (unexpected.tdb) | Andrew Tridgell | 1 | -1/+1 |
2000-01-02 | - added tdb_flags option to tdb_open() | Andrew Tridgell | 1 | -1/+1 |
1999-12-22 | when no shares are returned the *shares pointer must be set to null | Andrew Tridgell | 1 | -0/+2 |
1999-12-21 | converted all our existing shared memory code to use a tdb database | Andrew Tridgell | 5 | -3670/+295 |
1999-12-13 | first pass at updating head branch to be to be the same as the SAMBA_2_0 branch | Andrew Tridgell | 5 | -72/+169 |
1999-04-04 | Use VFS operations for file I/O. | Tim Potter | 2 | -7/+8 |
1999-04-01 | Ken McDonell from SGI was interested in adding some profiling | Andrew Tridgell | 1 | -4/+0 |
1998-11-25 | Makefile.in: Added maintainer mode fixes. | Jeremy Allison | 1 | -1/+1 |
1998-11-17 | Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls. | Jeremy Allison | 2 | -8/+7 |
1998-10-31 | don't core dump in smbstatus if we can't open the shmem system | Andrew Tridgell | 1 | -0/+1 |
1998-10-23 | Reasonably large change to give us *exactly* correct NT delete on close seman... | Jeremy Allison | 3 | -31/+102 |
1998-10-18 | Fixed sys_lseek and seek_file calls so all returns | Jeremy Allison | 1 | -172/+242 |
1998-10-17 | Small tidyups for gcc in 'preen' mode.... | Jeremy Allison | 1 | -2/+2 |
1998-09-28 | Changes to test in configure if capabilities are enabled on a system. | Jeremy Allison | 3 | -13/+6 |
1998-09-28 | automated generation of .dummy files for each subdirectory; | Alexandre Oliva | 1 | -1/+0 |