summaryrefslogtreecommitdiffstats
path: root/source3/smbd/open.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-499/+380
* r10133: Fix bug #3044. open-exec is read-only.Jeremy Allison2007-10-101-1/+1
* r9584: Fix a race condition in Samba 3. If two files are opened simultaneousl...Volker Lendecke2007-10-101-0/+9
* r8492: open_mode_check does not use the parameter p_flags, so remove it.Volker Lendecke2007-10-101-3/+2
* r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison2007-10-101-779/+1127
* r7963: Add aio support to 3.0.Jeremy Allison2007-10-101-0/+4
* r6673: Fix the write cache based on some VERY good detective workJeremy Allison2007-10-101-3/+0
* r6344: Fix bug #2601 - it seems that DOS_OPEN_EXEC does mean readonly. NeededJeremy Allison2007-10-101-1/+1
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2007-10-101-3/+1
* r6200: Returned access should contain share mode as well as open mode.Jeremy Allison2007-10-101-1/+1
* r6174: Fixup T2 open call - we were returning 2 bytes short.Jeremy Allison2007-10-101-17/+0
* r6172: Tidy up error processing significantly. Remove unix_ERR_XXX global nas...Jeremy Allison2007-10-101-69/+32
* r6152: Correctly check OpenX open modes.Jeremy Allison2007-10-101-13/+35
* r5854: Fix coredump when OS/2 checks for long file name support (with .+,;=[].).Jim McDonough2007-10-101-7/+5
* r5848: Fix inherit owner to chown directories in a porable and secure way (fromJeremy Allison2007-10-101-37/+25
* r5792: Added new parameter "inherit owner". If set on a share, the created fi...Jeremy Allison2007-10-101-27/+125
* r5630: This may be a mistake ... needs more cthon investigation.Jeremy Allison2007-10-101-0/+3
* r5623: Horrible band-aid patch to fix Blue-Arc torture tester.Jeremy Allison2007-10-101-1/+7
* r5014: Split out the request to send an async level II oplock break into aJeremy Allison2007-10-101-1/+1
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-1/+1
* r4007: Fix bug #2088 - ensure inherit permissions is only applied on a new file,Jeremy Allison2007-10-101-3/+3
* r3853: Fix an uninitialized variable warning. Jeremy, there are some of these inVolker Lendecke2007-10-101-0/+2
* r3002: Fix for bug #1886 - prevent delete on close being setJeremy Allison2007-10-101-2/+14
* r2083: Fix memleak on return code path.Jeremy Allison2007-10-101-5/+6
* r2027: Fix for but #1657, used initialized variable, fromJeremy Allison2007-10-101-1/+1
* r1304: Turns out non-io opens that cause oplock breaks are a *different* setJeremy Allison2007-10-101-2/+2
* r1263: Make "defer sharing violations" a global parameter.Jeremy Allison2007-10-101-2/+2
* r1260: Added new parameter in the protocol section. "defer sharing violations",Jeremy Allison2007-10-101-0/+8
* r1097: Fix errno being incorrectly set. Noticed by Richard.Jeremy Allison2007-10-101-0/+1
* r1089: Removed spurious oplock message in deferred open processing.Jeremy Allison2007-10-101-0/+10
* r1085: Now it's had some proper user testing, merge in the deferred open fix....Jeremy Allison2007-10-101-19/+181
* r974: Fix open code to pass more torture tests. We now pass the Samba4Jeremy Allison2007-10-101-28/+87