summaryrefslogtreecommitdiffstats
path: root/source/locking
Commit message (Expand)AuthorAgeFilesLines
* More fixes for debug log to catch logic error.Jeremy Allison2003-05-221-1/+1
* Fix for very subtle POSIX lock interaction race condition found byJeremy Allison2003-04-042-9/+40
* Fix to allow blocking lock notification to be done rapidly (no waitJeremy Allison2003-02-272-8/+78
* Fix 2 off-by-one bugs in the use of malloc()ed strings and safe_strcpy().Andrew Bartlett2003-02-241-1/+1
* When checking is_locked() new WRITE locks conflict with existing READ locks evenJeremy Allison2003-02-221-3/+10
* Fixes for HPUX only having limited POSIX lock range from Michael Steffens <mi...Jeremy Allison2003-02-121-12/+7
* Use safe_strcpy() instead of pstrcpy() for malloced strings.Andrew Bartlett2003-02-101-1/+3
* Fix problem with "hide unreadable". stat file opens are baaack :-).Jeremy Allison2003-01-031-2/+1
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-2/+2
* Lots of fixes for error paths where tdb_fetch() data need freeing.Jeremy Allison2002-11-232-12/+17
* Fix missing braces around push lock call.Jeremy Allison2002-09-111-1/+1
* Failing to find an entry when doing mod_share_entry isn't a errorJeremy Allison2002-05-211-3/+4
* Fix unused warnings with deleted code.Jeremy Allison2002-04-171-4/+23
* disabled the traversal of the brlock database at startup andAndrew Tridgell2002-04-171-8/+0
* Fix the mp3 rename bug - also tidy up our open code and remove the specialJeremy Allison2002-03-231-3/+4
* if our lock spin code fails then return the first error code, not theAndrew Tridgell2002-03-151-4/+11
* Use sys_usleep not usleep.Jeremy Allison2002-03-141-1/+1
* Ensure we attempt to lock at least once. Only sleep if time param set.Jeremy Allison2002-03-131-1/+5
* include/smb_macros.h: Don't round up an allocation if the size is zero.Jeremy Allison2002-03-131-1/+25
* this attempts to handle the rather bizarre lock cache semantics inAndrew Tridgell2002-03-102-1/+15
* accept the 0/0 lock but don't treat it in any sort of special wayAndrew Tridgell2002-03-051-1/+0
* Removed version number from file header.Tim Potter2002-01-303-6/+3
* 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