Age | Commit message (Expand) | Author | Files | Lines |
2001-11-30 | After conversations with Andrew, improved the robustness of the | Jeremy Allison | 1 | -26/+53 |
2001-11-21 | Don't scan locking db on closedown. | Jeremy Allison | 1 | -0/+4 |
2001-10-20 | Move from timestamp to gen count file id's for finding oplocked files | Jeremy Allison | 1 | -6/+19 |
2001-10-19 | Ensure we mask off deny modes correctly on being set (this shouldn't have | Jeremy Allison | 1 | -2/+2 |
2001-10-02 | Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header. | Tim Potter | 3 | -4/+0 |
2001-09-19 | Removed test code that got added by accident. | Jeremy Allison | 1 | -22/+0 |
2001-09-18 | Correct fix for unaligned memcpy - malloc'ed memory incremented by sizeof(str... | Jeremy Allison | 1 | -18/+20 |
2001-09-18 | Use structure copy to fix unaligned accesses on 64bit architectures on | Jeremy Allison | 1 | -1/+1 |
2001-09-17 | move to SAFE_FREE() | Simo Sorce | 3 | -39/+31 |
2001-09-06 | Fix the 62bit locking onto 32 bit NFS mounts problem generically for HPUX. | Jeremy Allison | 1 | -94/+21 |
2001-09-06 | got rid of USE_TDB_MMAP_FLAG as its not needed any more | Andrew Tridgell | 2 | -2/+2 |
2001-09-06 | use NTSTATUS not BOOL in do_lock() | Andrew Tridgell | 2 | -21/+24 |
2001-09-05 | 2nd DELETE_ON_CLOSE_FLAG fix ... | Andrew Tridgell | 1 | -3/+3 |
2001-09-05 | NFS v2 can return ENOLCK when greater than 31 bit offsets are used. | Jeremy Allison | 1 | -2/+2 |
2001-09-04 | the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ... | Andrew Tridgell | 1 | -6/+6 |
2001-08-27 | converted another bunch of stuff to NTSTATUS | Andrew Tridgell | 1 | -1/+1 |
2001-08-27 | started converting NTSTATUS to be a structure on systems with gcc in order to... | Andrew Tridgell | 1 | -6/+6 |
2001-08-27 | converted smbd to use NTSTATUS by default | Andrew Tridgell | 2 | -33/+73 |
2001-08-26 | Ignore locks of length zero as they mean different things in Win32 | Jeremy Allison | 1 | -5/+18 |
2001-08-26 | Don't use CLEAR_IF_FIRST if opening read-only. | Jeremy Allison | 1 | -1/+1 |
2001-08-24 | we now have all but the dreaded 0/0 lock working | Andrew Tridgell | 1 | -30/+67 |
2001-08-24 | 0 byte lock ranges ARE valid | Andrew Tridgell | 1 | -6/+3 |
2001-08-22 | Tidyup fixes for fcntl spin problem. | Jeremy Allison | 1 | -11/+30 |
2001-08-22 | Fixed the (incorrect) paranioa fix I put in for the fcntl lock spin. | Jeremy Allison | 1 | -17/+35 |
2001-08-21 | Missed uninitialized variable return for del_share_mode(). | Jeremy Allison | 1 | -1/+1 |
2001-08-21 | This is Jeremy pretending to be Volker, 'cos the | Volker Lendecke | 1 | -64/+136 |
2001-08-20 | Ensure we are very explicit about what we're comparing when | Jeremy Allison | 1 | -4/+4 |
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 | 2 | -6/+13 |
2001-07-30 | Added "use mmap" for HPUX. | Jeremy Allison | 2 | -2/+2 |
2001-07-02 | Fixed the nastiest locking bug to track down.... smb_pids are sent in the | Jeremy Allison | 2 | -7/+6 |
2001-06-30 | Ensure we return correct error on trying to unlock a region not locked. | Jeremy Allison | 1 | -2/+2 |
2001-06-30 | Fixed the first locking error (test #8 found by locktest code from | Jeremy Allison | 2 | -6/+45 |
2001-06-04 | use LDSHFLAGS not -shared in several places | Andrew Tridgell | 3 | -4/+4 |
2001-05-23 | Stupid typo. Should be if (!tdb). | Jeremy Allison | 1 | -1/+1 |
2001-05-22 | Defensive brlock and locking database cleaning code. | Jeremy Allison | 2 | -8/+124 |
2001-04-13 | Merge of Andrew's changes in 2.2. | Jeremy Allison | 1 | -3/+1 |
2001-03-30 | This is a big, rather ugly patch. Whilst investigating the files not truncated | Jeremy Allison | 1 | -32/+39 |
2001-03-11 | Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR | Jeremy Allison | 2 | -9/+4 |
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 |