summaryrefslogtreecommitdiffstats
path: root/source/locking
Commit message (Expand)AuthorAgeFilesLines
* Debugs that print out a share mode table in debug level 10. This codeJeremy Allison2002-01-081-4/+46
* Added DEBUG in set_share_mode to track down logic insanity.Jeremy Allison2002-01-051-0/+8
* Removed unused function, delete_fn()Tim Potter2001-12-181-57/+0
* After conversations with Andrew, improved the robustness of theJeremy Allison2001-11-301-26/+53
* Don't scan locking db on closedown.Jeremy Allison2001-11-211-0/+4
* Move from timestamp to gen count file id's for finding oplocked filesJeremy Allison2001-10-201-6/+19
* Ensure we mask off deny modes correctly on being set (this shouldn't haveJeremy Allison2001-10-191-2/+2
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-023-4/+0
* Removed test code that got added by accident.Jeremy Allison2001-09-191-22/+0
* Correct fix for unaligned memcpy - malloc'ed memory incremented by sizeof(str...Jeremy Allison2001-09-181-18/+20
* Use structure copy to fix unaligned accesses on 64bit architectures onJeremy Allison2001-09-181-1/+1
* move to SAFE_FREE()Simo Sorce2001-09-173-39/+31
* Fix the 62bit locking onto 32 bit NFS mounts problem generically for HPUX.Jeremy Allison2001-09-061-94/+21
* got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2001-09-062-2/+2
* use NTSTATUS not BOOL in do_lock()Andrew Tridgell2001-09-062-21/+24
* 2nd DELETE_ON_CLOSE_FLAG fix ...Andrew Tridgell2001-09-051-3/+3
* NFS v2 can return ENOLCK when greater than 31 bit offsets are used.Jeremy Allison2001-09-051-2/+2
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-6/+6
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-1/+1
* started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell2001-08-271-6/+6
* converted smbd to use NTSTATUS by defaultAndrew Tridgell2001-08-272-33/+73
* Ignore locks of length zero as they mean different things in Win32Jeremy Allison2001-08-261-5/+18
* Don't use CLEAR_IF_FIRST if opening read-only.Jeremy Allison2001-08-261-1/+1
* we now have all but the dreaded 0/0 lock workingAndrew Tridgell2001-08-241-30/+67
* 0 byte lock ranges ARE validAndrew Tridgell2001-08-241-6/+3
* Tidyup fixes for fcntl spin problem.Jeremy Allison2001-08-221-11/+30
* Fixed the (incorrect) paranioa fix I put in for the fcntl lock spin.Jeremy Allison2001-08-221-17/+35
* Missed uninitialized variable return for del_share_mode().Jeremy Allison2001-08-211-1/+1
* This is Jeremy pretending to be Volker, 'cos theVolker Lendecke2001-08-211-64/+136
* Ensure we are very explicit about what we're comparing whenJeremy Allison2001-08-201-4/+4
* Add printing of errno when POSIX lock requests fail.Jeremy Allison2001-08-131-3/+3
* this is a big global fix for the ptr = Realloc(ptr, size) bug.Simo Sorce2001-08-122-6/+13
* Added "use mmap" for HPUX.Jeremy Allison2001-07-302-2/+2
* Fixed the nastiest locking bug to track down.... smb_pids are sent in theJeremy Allison2001-07-022-7/+6
* Ensure we return correct error on trying to unlock a region not locked.Jeremy Allison2001-06-301-2/+2
* Fixed the first locking error (test #8 found by locktest code fromJeremy Allison2001-06-302-6/+45
* use LDSHFLAGS not -shared in several placesAndrew Tridgell2001-06-043-4/+4
* Stupid typo. Should be if (!tdb).Jeremy Allison2001-05-231-1/+1
* Defensive brlock and locking database cleaning code.Jeremy Allison2001-05-222-8/+124
* Merge of Andrew's changes in 2.2.Jeremy Allison2001-04-131-3/+1
* This is a big, rather ugly patch. Whilst investigating the files not truncatedJeremy Allison2001-03-301-32/+39
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-112-9/+4
* tdb_unlockchain() no longer returns a valueTim Potter2000-12-061-4/+4
* Changed to sourceforge tdb code. This includes spinlocks (so we now haveJeremy Allison2000-12-062-17/+17
* Fix from John Reilly for equivalence tests.Jeremy Allison2000-11-171-1/+1
* Herb's warning fixes. Also the POSIX locking fix.Jeremy Allison2000-10-061-1/+1
* Restructuring of vfs layer to include a "this" pointer - can be an fsp orJeremy Allison2000-10-061-6/+6
* the first cut of the internal messaging system.Andrew Tridgell2000-09-111-1/+1
* allow posix locking database to be opened read-only (for smbstatus)Andrew Tridgell2000-06-132-11/+11
* add some bracketsAndrew Tridgell2000-06-131-1/+1