summaryrefslogtreecommitdiffstats
path: root/source/smbd/oplock.c
Commit message (Expand)AuthorAgeFilesLines
* Fix for interesting resource constraint condition. When all opens areJeremy Allison2003-01-301-15/+18
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-26/+53
* This split the mangling code up to allow for the possibility of multipleAndrew Tridgell2002-04-111-0/+2
* Get the current directory after becoming root.Jeremy Allison2002-03-141-1/+1
* Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison2002-01-311-1/+1
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Don't put a \n on the end of the arg to exit_server()Tim Potter2001-11-051-2/+2
* IRIX compiler dies not like casts in macro argsHerb Lewis2001-10-231-1/+1
* Move from timestamp to gen count file id's for finding oplocked filesJeremy Allison2001-10-201-835/+784
* Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison2001-10-181-2/+2
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-6/+4
* Fix I think for the fcntl spinning problem. Re-prioritize soJeremy Allison2001-09-051-0/+14
* Fixes to ensure invalid vuids cannot stop oplock breaks.Jeremy Allison2001-09-041-5/+7
* Fixed the (incorrect) paranioa fix I put in for the fcntl lock spin.Jeremy Allison2001-08-221-2/+12
* This is Jeremy pretending to be Volker, 'cos theVolker Lendecke2001-08-211-0/+13
* fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...Andrew Tridgell2001-06-251-1/+1
* *Wonderful* patch from Andrew Bartlett that will help ensure tdb's areJeremy Allison2001-06-091-2/+4
* Fixup the large_writex problem (a large_writex can send a full 64k of data,Jeremy Allison2001-05-241-2/+2
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-6/+0
* Fix inspited by Alan Romeril. 50% speedup in domain logins with thisJeremy Allison2001-01-301-0/+3
* Ok - fixed a bug in our levelII oplock code. We need to break a level II onJeremy Allison2000-11-161-4/+95
* Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector themJeremy Allison2000-09-271-2/+2
* totally rewrote the async signal, notification and oplock notificationAndrew Tridgell2000-06-121-26/+29
* Linux kernel oplocks now seem to work, but need a _lot_ of testingAndrew Tridgell2000-06-111-0/+9
* a first pass at Linux kernel oplocks supportAndrew Tridgell2000-06-101-13/+0
* continued the split of the kernel level oplocks code into a moreAndrew Tridgell2000-06-101-377/+122
* clean up oplock capability code ready for Linux codeAndrew Tridgell2000-06-091-152/+149
* split some of the irix kernel oplocks code into a functionAndrew Tridgell2000-06-091-68/+74
* - changed HAVE_KERNEL_OPLOCKS to HAVE_KERNEL_OPLOCKS_IRIXAndrew Tridgell2000-06-081-14/+14
* more merging voodooAndrew Tridgell2000-05-101-0/+4
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-021-3/+3
* Now that fsp's are created on successful file open, the structure memberJeremy Allison2000-04-241-2/+2
* finally got sick of the "extern int Client" code and the stupidAndrew Tridgell2000-04-111-7/+3
* the bulk of the changes to get rid of fd_ptr and move print openAndrew Tridgell2000-04-101-27/+25
* converted all our existing shared memory code to use a tdb databaseAndrew Tridgell1999-12-211-8/+7
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-198/+466
* sys_select added one more argument (read, write selectors).Luke Leighton1999-12-011-1/+1
* Sync up critical kernel oplock bugfix. I don't want to loseJeremy Allison1998-12-051-4/+37
* Makefile.in: Added maintainer mode fixes.Jeremy Allison1998-11-251-2/+2
* Fixed oplock test path spec bug.Jeremy Allison1998-11-241-1/+1
* Fixed crash bug which was assuming that fd_ptr was always non-nullJeremy Allison1998-11-181-1/+1
* Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1998-11-171-1/+1
* Makefile.in: Re-added quotes round ROFF call for DGUX.Jeremy Allison1998-11-161-2/+1
* O_EXCL fixes for printing files & oplocks.Jeremy Allison1998-11-161-1/+1
* Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...Jeremy Allison1998-11-131-1/+1
* at the interop Isaac (at least I _think_ it was Isaac) said that if aAndrew Tridgell1998-10-211-1/+14
* config: Fix crypt prototype on RedHat Linux.Jeremy Allison1998-10-151-1/+1
* more warnings...Luke Leighton1998-10-141-1/+1
* libsmb/clientgen.c: Fixed signed/unsigned compile warnings spotted by Herb.Jeremy Allison1998-09-301-2/+4