summaryrefslogtreecommitdiff
path: root/source3/smbd/open.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r1304: Turns out non-io opens that cause oplock breaks are a *different* setJeremy Allison1-2/+2
2007-10-10r1263: Make "defer sharing violations" a global parameter.Jeremy Allison1-2/+2
2007-10-10r1260: Added new parameter in the protocol section. "defer sharing violations",Jeremy Allison1-0/+8
2007-10-10r1097: Fix errno being incorrectly set. Noticed by Richard.Jeremy Allison1-0/+1
2007-10-10r1089: Removed spurious oplock message in deferred open processing.Jeremy Allison1-0/+10
2007-10-10r1085: Now it's had some proper user testing, merge in the deferred open fix....Jeremy Allison1-19/+181
2007-10-10r974: Fix open code to pass more torture tests. We now pass the Samba4Jeremy Allison1-28/+87
2007-10-10r945: "Correct" (as in, more correct) way to handle stat opens. Doesn't regressJeremy Allison1-22/+25
2007-10-10r779: Fix specific case of open that doesn't cause oplock break, or share mod...Jeremy Allison1-6/+21
2007-10-10r742: Volker discovered that we can truncate a locked file. Well I never ! :-).Jeremy Allison1-22/+2
2007-10-10r740: Fix Bug #1301. Return NT_STATUS_SHARING_VIOLATION when share mode lockingRichard Sharpe1-0/+14
2004-04-02Added per-share parameter "store dos attributes". When set, will storeJeremy Allison1-35/+46
2004-03-19Fix for #1064 - ensure truncate attribute checking is done correctly on "hidd...Jeremy Allison1-1/+2
2004-02-28Can't set allocation size on directories, return correct error code onJeremy Allison1-1/+5
2004-02-24More gentest error fixups.Jeremy Allison1-0/+9
2003-11-18Remove unneeded second open for filename ending in '.' now we know it'sJeremy Allison1-13/+3
2003-10-21Fix signing miss-sequence noticed by Stefan Metzmacher <metze@metzemix.de>Jeremy Allison1-1/+1
2003-08-19Implement SMBexit properly. Found by Samba4 tester. You must do a makeJeremy Allison1-0/+4
2003-08-14Fix SMBseek and get/set position information SMBs. Works againstJeremy Allison1-3/+0
2003-08-07An oplock break reply from the client causes the sequence number to beJeremy Allison1-0/+6
2003-07-29Finish tridge's patch as referenced here :Jeremy Allison1-0/+17
2003-07-24Fix from matt.zinkevicius@hp.com to stop files being created on read-onlyJeremy Allison1-0/+1
2003-07-22Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter1-3/+3
2003-07-07Fix spotted by Nadav Danieli <nadavd@exanet.com> - ensure dev and inodeJeremy Allison1-0/+10
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-1/+1
2003-05-22More fixes for debug log to catch logic error.Jeremy Allison1-7/+5
2003-05-22Add more info to debug info...Jeremy Allison1-1/+5
2003-05-14Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy1-10/+10