Age | Commit message (Expand) | Author | Files | Lines |
2003-08-01 | Final fix for the bug tridge found. Only push locks onto a blocking lock | Jeremy Allison | 1 | -1/+5 |
2003-07-22 | Fixup a bunch of printf-style functions and debugs to use unsigned long when | Tim Potter | 1 | -2/+2 |
2003-05-22 | More fixes for debug log to catch logic error. | Jeremy Allison | 1 | -1/+1 |
2003-05-14 | Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF... | Alexander Bokovoy | 1 | -5/+5 |
2003-05-11 | Fix VFS layer: | Alexander Bokovoy | 1 | -6/+5 |
2003-04-04 | Fix for very subtle POSIX lock interaction race condition found by | Jeremy Allison | 2 | -9/+40 |
2003-02-27 | Fix to allow blocking lock notification to be done rapidly (no wait | Jeremy Allison | 2 | -8/+78 |
2003-02-24 | Merge off-by-one fix from HEAD (caused crash with --enable-developer) | Andrew Bartlett | 1 | -1/+1 |
2003-02-22 | When checking is_locked() new WRITE locks conflict with existing READ locks even | Jeremy Allison | 1 | -3/+10 |
2003-02-12 | Fixes for HPUX only having limited POSIX lock range from Michael Steffens <mi... | Jeremy Allison | 1 | -12/+7 |
2003-02-10 | Cleanups: (merge from HEAD) | Andrew Bartlett | 1 | -1/+3 |
2003-01-03 | Fix problem with "hide unreadable". stat file opens are baaack :-). | Jeremy Allison | 1 | -2/+1 |
2002-12-20 | Forward port the change to talloc_init() to make all talloc contexts | Jeremy Allison | 1 | -2/+2 |
2002-11-23 | Lots of fixes for error paths where tdb_fetch() data need freeing. | Jeremy Allison | 2 | -12/+17 |
2002-09-25 | sync'ing up for 3.0alpha20 release | Gerald Carter | 1 | -1/+1 |
2002-07-15 | updated the 3.0 branch from the head branch - ready for alpha18 | Andrew Tridgell | 2 | -9/+21 |
2002-03-23 | Fix the mp3 rename bug - also tidy up our open code and remove the special | Jeremy Allison | 1 | -3/+4 |
2002-03-15 | if our lock spin code fails then return the first error code, not the | Andrew Tridgell | 1 | -4/+11 |
2002-03-14 | Use sys_usleep not usleep. | Jeremy Allison | 1 | -1/+1 |
2002-03-13 | Ensure we attempt to lock at least once. Only sleep if time param set. | Jeremy Allison | 1 | -1/+5 |
2002-03-13 | include/smb_macros.h: Don't round up an allocation if the size is zero. | Jeremy Allison | 1 | -1/+25 |
2002-03-10 | this attempts to handle the rather bizarre lock cache semantics in | Andrew Tridgell | 2 | -1/+15 |
2002-03-05 | accept the 0/0 lock but don't treat it in any sort of special way | Andrew Tridgell | 1 | -1/+0 |
2002-01-30 | Removed version number from file header. | Tim Potter | 3 | -6/+3 |
2002-01-08 | Debugs that print out a share mode table in debug level 10. This code | Jeremy Allison | 1 | -4/+46 |
2002-01-05 | Added DEBUG in set_share_mode to track down logic insanity. | Jeremy Allison | 1 | -0/+8 |
2001-12-18 | Removed unused function, delete_fn() | Tim Potter | 1 | -57/+0 |
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 |