summaryrefslogtreecommitdiffstats
path: root/source/smbd/open.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* r945: "Correct" (as in, more correct) way to handle stat opens. Doesn't regressJeremy Allison2007-10-101-22/+25
* r779: Fix specific case of open that doesn't cause oplock break, or share mod...Jeremy Allison2007-10-101-6/+21
* r742: Volker discovered that we can truncate a locked file. Well I never ! :-).Jeremy Allison2007-10-101-22/+2
* r740: Fix Bug #1301. Return NT_STATUS_SHARING_VIOLATION when share mode lockingRichard Sharpe2007-10-101-0/+14
* Added per-share parameter "store dos attributes". When set, will storeJeremy Allison2004-04-021-35/+46
* Fix for #1064 - ensure truncate attribute checking is done correctly on "hidd...Jeremy Allison2004-03-191-1/+2
* Can't set allocation size on directories, return correct error code onJeremy Allison2004-02-281-1/+5
* More gentest error fixups.Jeremy Allison2004-02-241-0/+9
* Remove unneeded second open for filename ending in '.' now we know it'sJeremy Allison2003-11-181-13/+3
* Fix signing miss-sequence noticed by Stefan Metzmacher <metze@metzemix.de>Jeremy Allison2003-10-211-1/+1
* Implement SMBexit properly. Found by Samba4 tester. You must do a makeJeremy Allison2003-08-191-0/+4
* Fix SMBseek and get/set position information SMBs. Works againstJeremy Allison2003-08-141-3/+0
* An oplock break reply from the client causes the sequence number to beJeremy Allison2003-08-071-0/+6
* Finish tridge's patch as referenced here :Jeremy Allison2003-07-291-0/+17
* Fix from matt.zinkevicius@hp.com to stop files being created on read-onlyJeremy Allison2003-07-241-0/+1
* Fixup a bunch of printf-style functions and debugs to use unsigned long whenTim Potter2003-07-221-3/+3
* Fix spotted by Nadav Danieli <nadavd@exanet.com> - ensure dev and inodeJeremy Allison2003-07-071-0/+10
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-1/+1
* More fixes for debug log to catch logic error.Jeremy Allison2003-05-221-7/+5
* Add more info to debug info...Jeremy Allison2003-05-221-1/+5
* Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy2003-05-141-10/+10
* Eliminate NULL pointers from VFS interface. All hooks now really callable, pr...Alexander Bokovoy2003-05-121-2/+2
* Fix VFS layer:Alexander Bokovoy2003-05-111-13/+13
* Fix for bugid 51 from Dragan Krnic.Jeremy Allison2003-05-011-5/+5