summaryrefslogtreecommitdiff
path: root/source/smbd/oplock.c
Commit message (Expand)AuthorAgeFilesLines
* Move over to RELEASE branch.Jeremy Allison2002-02-011-839/+784
* Sync-up with SAMBA_2_2 branch.Jeremy Allison2001-10-111-7/+46
* Syncup getting ready for release.Jeremy Allison2001-07-061-5/+7
* Dead code removal from SGI compiler.Jeremy Allison2001-03-091-2/+0
* But Doctor, I had to kill the patient in order to save him....Jeremy Allison2001-02-211-4/+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
* Backport of the HEAD vfs changes....Jeremy Allison2000-09-281-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
* Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1998-09-281-2/+2
* Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1998-09-251-34/+12
* Integration of Anders Blomdell <anders.blomdell@control.lth.se>'sJeremy Allison1998-09-241-4/+35
* Hoist by my own petard with warnings (forgot to set strict warningsJeremy Allison1998-09-231-6/+6
* smbd/oplock.c: Use O_CREAT and O_TRUNC and correct mode flagsJeremy Allison1998-09-231-1/+1
* First cut at kernel oplocks. This should have no effect unless runninJeremy Allison1998-09-231-141/+477
* Fixed problems with premature kernel oplock checkin code.Jeremy Allison1998-09-181-2/+1
* configure configure.in include/config.h.in include/includes.hJeremy Allison1998-09-181-0/+61
* Added ssize_t to configure code.Jeremy Allison1998-09-111-60/+0
* tridge the destroyer returns!Andrew Tridgell1998-09-051-1/+3
* Fixed one more Debug problem with inode in non-64 bit case.Jeremy Allison1998-09-051-1/+1
* Modified dev_t and ino_t code to be 64 bit clean (including changesJeremy Allison1998-09-041-21/+102
* configure.in, configure: include/config.h.in: Added stropts and poll.Jeremy Allison1998-08-311-8/+17
* Fixed bug introduced by the recent changes where the chain_fnumJeremy Allison1998-08-171-0/+5
* move soem variables from server.c that don't belong there.Andrew Tridgell1998-08-171-5/+9