summaryrefslogtreecommitdiff
path: root/source3/smbd/oplock.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-08s3:smbd: move all globals and static variables in globals.[ch]Stefan Metzmacher1-9/+1
2009-01-05s3:events: change event_add_timed() prototype to match samba4Stefan Metzmacher1-2/+1
2008-12-18Fix bug #5980 - Race condition when granting level2 oplocks can cause break n...Jeremy Allison1-4/+27
2008-12-17Fix bug #5979 - Level 2 oplocks being granted improperly,Jeremy Allison1-5/+18
2008-05-27Allow server manager to close open files selected by id.Jeremy Allison1-1/+1
2008-04-07locking: store the write time in the locking.tdbStefan Metzmacher1-3/+6
2008-01-10use talloc_tos in a few more placesVolker Lendecke1-3/+3
2008-01-04Refactor the crypto code after a very helpful conversationJeremy Allison1-13/+13
2007-12-30As the encryption is stream based there's no reasonJeremy Allison1-5/+7
2007-12-26Add SMB encryption. Still fixing client decrypt butJeremy Allison1-1/+5
2007-11-03Remove the smb_read_error global variable and replaceJeremy Allison1-1/+0
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-12/+12
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-1/+1
2007-10-10r25055: Add file_id_string_tosVolker Lendecke1-12/+12
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r23589: Ensure we will always release any timeout handlerJeremy Allison1-6/+4
2007-10-10r23410: Merge the core of the cluster code.Volker Lendecke1-0/+6
2007-10-10r23183: Check in a change made by Tridge:Volker Lendecke1-56/+38
2007-10-10r22868: Replace some message_send_pid calls with messaging_send_pid calls. MoreVolker Lendecke1-65/+77
2007-10-10r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke1-5/+5
2007-10-10r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison1-1/+1
2007-10-10r21191: Add in the POSIX open/mkdir/unlink calls.Jeremy Allison1-0/+2
2007-10-10r21064: The core of this patch isVolker Lendecke1-10/+20
2007-10-10r20846: Before this gets out of control...Volker Lendecke1-2/+3
2007-10-10r20237: Replace exit_server with exit_server_cleanly where appropriate. AllJames Peach1-3/+3
2007-10-10r18224: Paranoia - ensure the oplock event handler isJeremy Allison1-0/+6
2007-10-10r17452: Some C++ warningsVolker Lendecke1-5/+5
2007-10-10r17293: After the results from the cluster tests in Germany,Jeremy Allison1-11/+0
2007-10-10r17134: Fix a debug messageVolker Lendecke1-1/+1
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