summaryrefslogtreecommitdiff
path: root/source3/smbd/oplock.c
AgeCommit message (Expand)AuthorFilesLines
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-6/+0
2001-01-30Fix inspited by Alan Romeril. 50% speedup in domain logins with thisJeremy Allison1-0/+3
2000-11-16Ok - fixed a bug in our levelII oplock code. We need to break a level II onJeremy Allison1-4/+95
2000-09-27Restructuring of the code to remove dos_ChDir/dos_GetWd and re-vector themJeremy Allison1-2/+2
2000-06-12totally rewrote the async signal, notification and oplock notificationAndrew Tridgell1-26/+29
2000-06-11Linux kernel oplocks now seem to work, but need a _lot_ of testingAndrew Tridgell1-0/+9
2000-06-10a first pass at Linux kernel oplocks supportAndrew Tridgell1-13/+0
2000-06-10continued the split of the kernel level oplocks code into a moreAndrew Tridgell1-377/+122
2000-06-09clean up oplock capability code ready for Linux codeAndrew Tridgell1-152/+149
2000-06-09split some of the irix kernel oplocks code into a functionAndrew Tridgell1-68/+74
2000-06-08- changed HAVE_KERNEL_OPLOCKS to HAVE_KERNEL_OPLOCKS_IRIXAndrew Tridgell1-14/+14
2000-05-10more merging voodooAndrew Tridgell1-0/+4
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison1-3/+3
2000-04-24Now that fsp's are created on successful file open, the structure memberJeremy Allison1-2/+2
2000-04-11finally got sick of the "extern int Client" code and the stupidAndrew Tridgell1-7/+3
2000-04-10the bulk of the changes to get rid of fd_ptr and move print openAndrew Tridgell1-27/+25
1999-12-21converted all our existing shared memory code to use a tdb databaseAndrew Tridgell1-8/+7
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-198/+466
1999-12-01sys_select added one more argument (read, write selectors).Luke Leighton1-1/+1
1998-12-05Sync up critical kernel oplock bugfix. I don't want to loseJeremy Allison1-4/+37
1998-11-25Makefile.in: Added maintainer mode fixes.Jeremy Allison1-2/+2
1998-11-24Fixed oplock test path spec bug.Jeremy Allison1-1/+1
1998-11-18Fixed crash bug which was assuming that fd_ptr was always non-nullJeremy Allison1-1/+1
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1-1/+1
1998-11-16Makefile.in: Re-added quotes round ROFF call for DGUX.Jeremy Allison1-2/+1
1998-11-16O_EXCL fixes for printing files & oplocks.Jeremy Allison1-1/+1
1998-11-13Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...Jeremy Allison1-1/+1
1998-10-21at the interop Isaac (at least I _think_ it was Isaac) said that if aAndrew Tridgell1-1/+14
1998-10-15config: Fix crypt prototype on RedHat Linux.Jeremy Allison1-1/+1
1998-10-14more warnings...Luke Leighton1-1/+1
1998-09-30libsmb/clientgen.c: Fixed signed/unsigned compile warnings spotted by Herb.Jeremy Allison1-2/+4
1998-09-28Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1-2/+2
1998-09-25Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1-34/+12
1998-09-24Integration of Anders Blomdell <anders.blomdell@control.lth.se>'sJeremy Allison1-4/+35
1998-09-23Hoist by my own petard with warnings (forgot to set strict warningsJeremy Allison1-6/+6
1998-09-23smbd/oplock.c: Use O_CREAT and O_TRUNC and correct mode flagsJeremy Allison1-1/+1
1998-09-23First cut at kernel oplocks. This should have no effect unless runninJeremy Allison1-141/+477
1998-09-18Fixed problems with premature kernel oplock checkin code.Jeremy Allison1-2/+1
1998-09-18configure configure.in include/config.h.in include/includes.hJeremy Allison1-0/+61
1998-09-11Added ssize_t to configure code.Jeremy Allison1-60/+0
1998-09-05tridge the destroyer returns!Andrew Tridgell1-1/+3
1998-09-05Fixed one more Debug problem with inode in non-64 bit case.Jeremy Allison1-1/+1
1998-09-04Modified dev_t and ino_t code to be 64 bit clean (including changesJeremy Allison1-21/+102
1998-08-31configure.in, configure: include/config.h.in: Added stropts and poll.Jeremy Allison1-8/+17
1998-08-17Fixed bug introduced by the recent changes where the chain_fnumJeremy Allison1-0/+5
1998-08-17move soem variables from server.c that don't belong there.Andrew Tridgell1-5/+9
1998-08-17this completes the splitup of server.c.Andrew Tridgell1-0/+639