summaryrefslogtreecommitdiffstats
path: root/source3/smbd/open.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* This is really trying to be a StrnCpy (most names will overflow the 10 charAndrew Bartlett2003-04-241-1/+1
* Merge the 'safe' parts of my StrnCpy patch - many of the users really wantedAndrew Bartlett2003-04-231-1/+1
* Add runtime tests for "impossible" case with -DDEVELOPER. Trying to catch logicJeremy Allison2003-04-221-0/+27
* Correctly return access denied on share mode deny when we can't open theJeremy Allison2003-02-121-3/+19
* Ensure we only ever set fsp->conn in one place.Jeremy Allison2003-02-041-7/+0
* Ensure Samba passes the open attribute truncate tests in smbtorture.Jeremy Allison2003-02-041-9/+12
* Fix for interesting resource constraint condition. When all opens areJeremy Allison2003-01-301-1/+1
* Fix open problem with changing attributes on an existing file - basedJeremy Allison2003-01-081-8/+45
* Fix problem with "hide unreadable". stat file opens are baaack :-).Jeremy Allison2003-01-031-99/+45
* Very curious. It turns out attribute matching on truncate only mattersJeremy Allison2002-11-191-2/+2
* Fix to correctly return NT_STATUS_DELETE_PENDING.Jeremy Allison2002-11-051-0/+1
* First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.Jeremy Allison2002-10-231-1/+5
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-8/+57
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-6/+12
* Matched W2K *insane* open semantics....Jeremy Allison2002-03-261-0/+18
* Fix the mp3 rename bug - also tidy up our open code and remove the specialJeremy Allison2002-03-231-167/+164
* Fix stupid typo !Jeremy Allison2002-03-211-2/+2
* Remove the "stat open" code - make it inline. This should fix theJeremy Allison2002-03-201-74/+27
* Added POSIX ACL layer into the vfs.Jeremy Allison2002-03-121-1/+1