summaryrefslogtreecommitdiff
path: root/source3/smbd/open.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r15404: Check for WRITE_THOUGH before calling lp_ fn. I hateJeremy Allison1-1/+1
2007-10-10r15293: Don't ever set O_SYNC on open unless "strict sync = yes".Jeremy Allison1-1/+1
2007-10-10r15138: Teach Samba the difference between exclusive and batch oplocks.Jeremy Allison1-40/+60
2007-10-10r14898: This change is an attempt to improve the quality of the information thatJames Peach1-2/+2
2007-10-10r14883: add 'smbd:sharedelay' option, so that we can speed up BASE-DENY2 in m...Stefan Metzmacher1-1/+8
2007-10-10r14602: Fix another logic bug in new oplock handling. JustJeremy Allison1-12/+17
2007-10-10r14596: Fix a logic bug with multiple oplock contention.Jeremy Allison1-18/+33
2007-10-10r13694: Committing patch from Aleksey Fedoseev <aleksey at fedoseev dot net> ...Volker Lendecke1-1/+1
2007-10-10r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter1-12/+12
2007-10-10r13559: Fix bug #3522 reported by Sandeep Tamhankar <sandman@electric-cloud.c...Jeremy Allison1-6/+0
2007-10-10r13316: Let the carnage begin....Gerald Carter1-9/+1
2007-10-10r13314: This code has been causing problems since 1.9.x I think.Jeremy Allison1-19/+0
2007-10-10r13299: From testing W2K3 and W2K the delete on close bit seems to be alwaysJeremy Allison1-3/+3
2007-10-10r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison1-0/+2
2007-10-10r13274: Fix for bug #3467. Not a show stopper.Jeremy Allison1-24/+22
2007-10-10r12877: Stop passing structs around in smb messages, insteadJeremy Allison1-6/+16
2007-10-10r12735: After talking to Tridge and Jeremy... This needs to be made more genericVolker Lendecke1-14/+0
2007-10-10r12721: GPFS 2.4 on Linux will contain some windows semantics, ie share modes...Volker Lendecke1-0/+14
2007-10-10r12460: Fixes for bug 3349Volker Lendecke1-2/+6
2007-10-10r12213: Final fix for #3303 - send rename messages to smbd'sJeremy Allison1-0/+47
2007-10-10r12203: Add the share path into the sharemode db. This involvesJeremy Allison1-5/+10
2007-10-10r11341: Put directory opens into the share mode db so weJeremy Allison1-3/+34
2007-10-10r10943: Unused variable. Bug #3160 from jason@ncac.gwu.eduJeremy Allison1-3/+1
2007-10-10r10930: Fix erroneous debug spotted by Herb.Jeremy Allison1-1/+1
2007-10-10r10744: Fix for the second incarnation of bug #3088, pushed by Alex MasterovJeremy Allison1-16/+0
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-499/+380
2007-10-10r10133: Fix bug #3044. open-exec is read-only.Jeremy Allison1-1/+1
2007-10-10r9584: Fix a race condition in Samba 3. If two files are opened simultaneousl...Volker Lendecke1-0/+9
2007-10-10r8492: open_mode_check does not use the parameter p_flags, so remove it.Volker Lendecke1-3/+2
2007-10-10r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison1-779/+1127
2007-10-10r7963: Add aio support to 3.0.Jeremy Allison1-0/+4
2007-10-10r6673: Fix the write cache based on some VERY good detective workJeremy Allison1-3/+0
2007-10-10r6344: Fix bug #2601 - it seems that DOS_OPEN_EXEC does mean readonly. NeededJeremy Allison1-1/+1
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis1-3/+1
2007-10-10r6200: Returned access should contain share mode as well as open mode.Jeremy Allison1-1/+1
2007-10-10r6174: Fixup T2 open call - we were returning 2 bytes short.Jeremy Allison1-17/+0
2007-10-10r6172: Tidy up error processing significantly. Remove unix_ERR_XXX global nas...Jeremy Allison1-69/+32
2007-10-10r6152: Correctly check OpenX open modes.Jeremy Allison1-13/+35
2007-10-10r5854: Fix coredump when OS/2 checks for long file name support (with .+,;=[].).Jim McDonough1-7/+5
2007-10-10r5848: Fix inherit owner to chown directories in a porable and secure way (fromJeremy Allison1-37/+25
2007-10-10r5792: Added new parameter "inherit owner". If set on a share, the created fi...Jeremy Allison1-27/+125
2007-10-10r5630: This may be a mistake ... needs more cthon investigation.Jeremy Allison1-0/+3
2007-10-10r5623: Horrible band-aid patch to fix Blue-Arc torture tester.Jeremy Allison1-1/+7
2007-10-10r5014: Split out the request to send an async level II oplock break into aJeremy Allison1-1/+1
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-1/+1
2007-10-10r4007: Fix bug #2088 - ensure inherit permissions is only applied on a new file,Jeremy Allison1-3/+3
2007-10-10r3853: Fix an uninitialized variable warning. Jeremy, there are some of these inVolker Lendecke1-0/+2
2007-10-10r3002: Fix for bug #1886 - prevent delete on close being setJeremy Allison1-2/+14
2007-10-10r2083: Fix memleak on return code path.Jeremy Allison1-5/+6
2007-10-10r2027: Fix for but #1657, used initialized variable, fromJeremy Allison1-1/+1