summaryrefslogtreecommitdiff
path: root/source3/smbd/oplock.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r16435: Add in the uid info that Jerry needs into theJeremy Allison1-0/+2
2007-10-10r15958: Make us pass RAW-OPLOCK with kernel oplocks off.Jeremy Allison1-0/+1
2007-10-10r15668: DOS or FCB opens share one share mode entry from differentJeremy Allison1-3/+3
2007-10-10r15446: Tidy up the formatting of locking debug messages and make it moreJames Peach1-18/+22
2007-10-10r15088: Remove all time() and gettimeofday() calls out of the mainlineJeremy Allison1-15/+3
2007-10-10r13916: Fix Coverity bug #29. Looks like my code. I wonder how much there is ...Volker Lendecke1-0/+1
2007-10-10r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter1-8/+8
2007-10-10r13498: Fix the kernel oplocks code for IRIX. Should fix #3515.Jeremy Allison1-16/+7
2007-10-10r13482: Push the FAM notification file descriptor into the selectJames Peach1-10/+5
2007-10-10r13233: build fixes for smbmnt; remove unused variable; ready to ship 3.0.21b...Gerald Carter1-1/+0
2007-10-10r13198: Fix issues exposed by Jerry's testing on 64-bit SolarisJeremy Allison1-55/+138
2007-10-10r13192: Fix up alignment issues when printing share modeJeremy Allison1-0/+9
2007-10-10r12877: Stop passing structs around in smb messages, insteadJeremy Allison1-55/+133
2007-10-10r12713: Remove use of uint8_t -> uint8.Jeremy Allison1-1/+1
2007-10-10r12460: Fixes for bug 3349Volker Lendecke1-0/+8
2007-10-10r12203: Add the share path into the sharemode db. This involvesJeremy Allison1-3/+3
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-1010/+321
2007-10-10r9126: Fix valgrind bug Volker found in interaction with new aio bufferJeremy Allison1-5/+7
2007-10-10r8545: Fix oplock bug introduced by oplock code "simplification" :-).Jeremy Allison1-5/+5
2007-10-10r8521: Another micro-step: Don't pass down a flag where not necessary.Volker Lendecke1-14/+16
2007-10-10r8508: Rename EXCLUSIVE_BREAK_SENT to BREAK_TO_NONE_SENT.Volker Lendecke1-2/+2
2007-10-10r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison1-29/+38
2007-10-10r7963: Add aio support to 3.0.Jeremy Allison1-6/+20
2007-10-10r6252: Re-order position of become_root() to allow directory to beJeremy Allison1-3/+4
2007-10-10r6234: Fix for possible root squash nfs bugs from psz@maths.usyd.edu.auJeremy Allison1-0/+6
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis1-5/+3
2007-10-10r6172: Tidy up error processing significantly. Remove unix_ERR_XXX global nas...Jeremy Allison1-0/+3
2007-10-10r5014: Split out the request to send an async level II oplock break into aJeremy Allison1-17/+58
2007-10-10r5002: Ensure we can't remove a level II oplock without having theJeremy Allison1-17/+19
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-2/+2
2007-10-10r1117: Doh ! Remember to turn off signing when sending a "break to level II" ...Jeremy Allison1-1/+9
2007-10-10r1089: Removed spurious oplock message in deferred open processing.Jeremy Allison1-1/+1
2007-10-10r1085: Now it's had some proper user testing, merge in the deferred open fix....Jeremy Allison1-1/+69
2003-08-07An oplock break reply from the client causes the sequence number to beJeremy Allison1-4/+0
2003-08-07Turns out I had my packet sequences wrong for oplock break code.Jeremy Allison1-0/+4
2003-08-02More fixes for client and server side signing. Ensure sequence numbersJeremy Allison1-0/+3
2003-07-17Correctly toggle the signing state to what it was previosly when sendingJeremy Allison1-3/+8
2003-07-16Add API framework for server SMB signing.Jeremy Allison1-1/+5
2003-04-22Tidyups of some dubious logic discovered whilst trying to track down aJeremy Allison1-6/+5
2003-01-30Fix for interesting resource constraint condition. When all opens areJeremy Allison1-15/+18
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-26/+53
2002-04-11This split the mangling code up to allow for the possibility of multipleAndrew Tridgell1-0/+2
2002-03-14Get the current directory after becoming root.Jeremy Allison1-1/+1
2002-01-31Fix from Michael Steffens <michael_steffens@hp.com> to make signalJeremy Allison1-1/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-11-05Don't put a \n on the end of the arg to exit_server()Tim Potter1-2/+2
2001-10-23IRIX compiler dies not like casts in macro argsHerb Lewis1-1/+1
2001-10-20Move from timestamp to gen count file id's for finding oplocked filesJeremy Allison1-835/+784
2001-10-18Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison1-2/+2
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0