summaryrefslogtreecommitdiffstats
path: root/source/smbd/oplock.c
Commit message (Expand)AuthorAgeFilesLines
* Overly complex but neccessary fix for kernel oplock problems. The issueJeremy Allison2002-06-061-0/+10
* If we don't do the select don't do the recvfrom.Jeremy Allison2002-05-241-0/+1
* Fixed silly typo that causes receive_local_message to loop - caused byJeremy Allison2002-05-241-1/+1
* Merge of bugfixes from 2.2.Jeremy Allison2002-05-221-5/+5
* Fix for strangeness in Linux 2.0.x select return.Jeremy Allison2002-05-221-0/+14
* Remove horrid goto.Jeremy Allison2002-05-221-10/+5
* Merge of receive_local_message fix from 2.2.5.Jeremy Allison2002-05-221-20/+16
* Tricky fix. If we were waiting for an oplock break response message fromJeremy Allison2002-05-211-0/+11
* Merge from 2.2.Jeremy Allison2002-05-201-1/+1
* Fixed sendto in oplock code.Jeremy Allison2002-04-191-2/+2
* Fix oplock recvfrom.Jeremy Allison2002-04-191-1/+1
* 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