summaryrefslogtreecommitdiffstats
path: root/source/smbd/open.c
Commit message (Expand)AuthorAgeFilesLines
...
* r18802: Use the pidl-generated code for the srvsvc interface, both client and...Jelmer Vernooij2007-10-101-1/+1
* r17676: Fix printing bug found by kukks. Don't copy a returnJeremy Allison2007-10-101-1/+1
* r17293: After the results from the cluster tests in Germany,Jeremy Allison2007-10-101-2/+0
* r17254: Simple flattening of an if-statement, no logic change.Volker Lendecke2007-10-101-21/+27
* r17249: Ensure we only set the FILE_WRITE_DATA on O_TRUNCJeremy Allison2007-10-101-3/+0
* r17248: Ensure we definately add the WRITE_DATA on O_TRUNC.Jeremy Allison2007-10-101-3/+4
* r17247: When we map generic to specific we need to rememberJeremy Allison2007-10-101-2/+5
* r17229: Indent-style reformatting -- getting used to the code again :-)Volker Lendecke2007-10-101-51/+53
* r17228: Modest reformattingVolker Lendecke2007-10-101-17/+24
* r17152: Don't handle the delete pending here, awaitJeremy Allison2007-10-101-7/+0
* r17142: Ensure we record the correct can_read/can_writeJeremy Allison2007-10-101-4/+6
* r17140: Get rid of the lock release/reacquire code ! Turns outJeremy Allison2007-10-101-85/+73
* r17131: Optimisation - when doing a stat open don't open theJeremy Allison2007-10-101-1/+1
* r17130: Remove unneeded unlock call.Jeremy Allison2007-10-101-3/+0
* r17128: Missed a logic error in my last patch. Ensure we deal with anyJeremy Allison2007-10-101-5/+42
* r17125: Drastic problems require drastic solutions. There'sJeremy Allison2007-10-101-76/+73
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-112/+117
* r16435: Add in the uid info that Jerry needs into theJeremy Allison2007-10-101-2/+2
* r16219: BUG 3836, 3837, 3004: compile warning fixes from Jason Mader.Gerald Carter2007-10-101-2/+0
* r16198: Fix Klocwork 1023Volker Lendecke2007-10-101-1/+0
* r15960: Don't double-free (ensure we always free file_fsp inJeremy Allison2007-10-101-1/+0
* r15959: Ooops. Use the right file_free call...Jeremy Allison2007-10-101-3/+3
* r15958: Make us pass RAW-OPLOCK with kernel oplocks off.Jeremy Allison2007-10-101-13/+20
* r15949: Patch for bug #3308 to stop us returning duplicateJeremy Allison2007-10-101-5/+8
* r15943: Update misleading DEBUG statements and comments that refer toJames Peach2007-10-101-3/+3
* r15404: Check for WRITE_THOUGH before calling lp_ fn. I hateJeremy Allison2007-10-101-1/+1
* r15293: Don't ever set O_SYNC on open unless "strict sync = yes".Jeremy Allison2007-10-101-1/+1
* r15138: Teach Samba the difference between exclusive and batch oplocks.Jeremy Allison2007-10-101-40/+60
* r14898: This change is an attempt to improve the quality of the information thatJames Peach2007-10-101-2/+2
* r14883: add 'smbd:sharedelay' option, so that we can speed up BASE-DENY2 in m...Stefan Metzmacher2007-10-101-1/+8
* r14602: Fix another logic bug in new oplock handling. JustJeremy Allison2007-10-101-12/+17
* r14596: Fix a logic bug with multiple oplock contention.Jeremy Allison2007-10-101-18/+33
* r13694: Committing patch from Aleksey Fedoseev <aleksey at fedoseev dot net> ...Volker Lendecke2007-10-101-1/+1
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-101-12/+12
* r13559: Fix bug #3522 reported by Sandeep Tamhankar <sandman@electric-cloud.c...Jeremy Allison2007-10-101-6/+0
* r13316: Let the carnage begin....Gerald Carter2007-10-101-9/+1
* r13314: This code has been causing problems since 1.9.x I think.Jeremy Allison2007-10-101-19/+0
* r13299: From testing W2K3 and W2K the delete on close bit seems to be alwaysJeremy Allison2007-10-101-3/+3
* r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison2007-10-101-0/+2
* r13274: Fix for bug #3467. Not a show stopper.Jeremy Allison2007-10-101-24/+22
* r12877: Stop passing structs around in smb messages, insteadJeremy Allison2007-10-101-6/+16
* r12735: After talking to Tridge and Jeremy... This needs to be made more genericVolker Lendecke2007-10-101-14/+0
* r12721: GPFS 2.4 on Linux will contain some windows semantics, ie share modes...Volker Lendecke2007-10-101-0/+14
* r12460: Fixes for bug 3349Volker Lendecke2007-10-101-2/+6
* r12213: Final fix for #3303 - send rename messages to smbd'sJeremy Allison2007-10-101-0/+47
* r12203: Add the share path into the sharemode db. This involvesJeremy Allison2007-10-101-5/+10
* r11341: Put directory opens into the share mode db so weJeremy Allison2007-10-101-3/+34
* r10943: Unused variable. Bug #3160 from jason@ncac.gwu.eduJeremy Allison2007-10-101-3/+1
* r10930: Fix erroneous debug spotted by Herb.Jeremy Allison2007-10-101-1/+1
* r10744: Fix for the second incarnation of bug #3088, pushed by Alex MasterovJeremy Allison2007-10-101-16/+0