index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
open.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r2083: Fix memleak on return code path.
Jeremy Allison
1
-5
/
+6
2007-10-10
r2027: Fix for but #1657, used initialized variable, from
Jeremy Allison
1
-1
/
+1
2007-10-10
r1304: Turns out non-io opens that cause oplock breaks are a *different* set
Jeremy Allison
1
-2
/
+2
2007-10-10
r1263: Make "defer sharing violations" a global parameter.
Jeremy Allison
1
-2
/
+2
2007-10-10
r1260: Added new parameter in the protocol section. "defer sharing violations",
Jeremy Allison
1
-0
/
+8
2007-10-10
r1097: Fix errno being incorrectly set. Noticed by Richard.
Jeremy Allison
1
-0
/
+1
2007-10-10
r1089: Removed spurious oplock message in deferred open processing.
Jeremy Allison
1
-0
/
+10
2007-10-10
r1085: Now it's had some proper user testing, merge in the deferred open fix....
Jeremy Allison
1
-19
/
+181
2007-10-10
r974: Fix open code to pass more torture tests. We now pass the Samba4
Jeremy Allison
1
-28
/
+87
2007-10-10
r945: "Correct" (as in, more correct) way to handle stat opens. Doesn't regress
Jeremy Allison
1
-22
/
+25
2007-10-10
r779: Fix specific case of open that doesn't cause oplock break, or share mod...
Jeremy Allison
1
-6
/
+21
2007-10-10
r742: Volker discovered that we can truncate a locked file. Well I never ! :-).
Jeremy Allison
1
-22
/
+2
2007-10-10
r740: Fix Bug #1301. Return NT_STATUS_SHARING_VIOLATION when share mode locking
Richard Sharpe
1
-0
/
+14
2004-04-02
Added per-share parameter "store dos attributes". When set, will store
Jeremy Allison
1
-35
/
+46
2004-03-19
Fix for #1064 - ensure truncate attribute checking is done correctly on "hidd...
Jeremy Allison
1
-1
/
+2
2004-02-28
Can't set allocation size on directories, return correct error code on
Jeremy Allison
1
-1
/
+5
2004-02-24
More gentest error fixups.
Jeremy Allison
1
-0
/
+9
2003-11-18
Remove unneeded second open for filename ending in '.' now we know it's
Jeremy Allison
1
-13
/
+3
2003-10-21
Fix signing miss-sequence noticed by Stefan Metzmacher <metze@metzemix.de>
Jeremy Allison
1
-1
/
+1
2003-08-19
Implement SMBexit properly. Found by Samba4 tester. You must do a make
Jeremy Allison
1
-0
/
+4
2003-08-14
Fix SMBseek and get/set position information SMBs. Works against
Jeremy Allison
1
-3
/
+0
2003-08-07
An oplock break reply from the client causes the sequence number to be
Jeremy Allison
1
-0
/
+6
2003-07-29
Finish tridge's patch as referenced here :
Jeremy Allison
1
-0
/
+17
2003-07-24
Fix from matt.zinkevicius@hp.com to stop files being created on read-only
Jeremy Allison
1
-0
/
+1
2003-07-22
Fixup a bunch of printf-style functions and debugs to use unsigned long when
Tim Potter
1
-3
/
+3
2003-07-07
Fix spotted by Nadav Danieli <nadavd@exanet.com> - ensure dev and inode
Jeremy Allison
1
-0
/
+10
2003-07-03
Removed strupper/strlower macros that automatically map to strupper_m/strlowe...
Jeremy Allison
1
-1
/
+1
2003-05-22
More fixes for debug log to catch logic error.
Jeremy Allison
1
-7
/
+5
2003-05-22
Add more info to debug info...
Jeremy Allison
1
-1
/
+5
2003-05-14
Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...
Alexander Bokovoy
1
-10
/
+10
2003-05-12
Eliminate NULL pointers from VFS interface. All hooks now really callable, pr...
Alexander Bokovoy
1
-2
/
+2
2003-05-11
Fix VFS layer:
Alexander Bokovoy
1
-13
/
+13
2003-05-01
Fix for bugid 51 from Dragan Krnic.
Jeremy Allison
1
-5
/
+5
2003-04-24
This is really trying to be a StrnCpy (most names will overflow the 10 char
Andrew Bartlett
1
-1
/
+1
2003-04-23
Merge the 'safe' parts of my StrnCpy patch - many of the users really wanted
Andrew Bartlett
1
-1
/
+1
2003-04-22
Add runtime tests for "impossible" case with -DDEVELOPER. Trying to catch logic
Jeremy Allison
1
-0
/
+27
2003-02-12
Correctly return access denied on share mode deny when we can't open the
Jeremy Allison
1
-3
/
+19
2003-02-04
Ensure we only ever set fsp->conn in one place.
Jeremy Allison
1
-7
/
+0
2003-02-04
Ensure Samba passes the open attribute truncate tests in smbtorture.
Jeremy Allison
1
-9
/
+12
2003-01-30
Fix for interesting resource constraint condition. When all opens are
Jeremy Allison
1
-1
/
+1
2003-01-08
Fix open problem with changing attributes on an existing file - based
Jeremy Allison
1
-8
/
+45
2003-01-03
Fix problem with "hide unreadable". stat file opens are baaack :-).
Jeremy Allison
1
-99
/
+45
2002-11-19
Very curious. It turns out attribute matching on truncate only matters
Jeremy Allison
1
-2
/
+2
2002-11-05
Fix to correctly return NT_STATUS_DELETE_PENDING.
Jeremy Allison
1
-0
/
+1
2002-10-23
First cut of new ACL mapping code from Andreas Gruenbacher <agruen@suse.de>.
Jeremy Allison
1
-1
/
+5
2002-09-25
sync'ing up for 3.0alpha20 release
Gerald Carter
1
-8
/
+57
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-6
/
+12
2002-03-26
Matched W2K *insane* open semantics....
Jeremy Allison
1
-0
/
+18
2002-03-23
Fix the mp3 rename bug - also tidy up our open code and remove the special
Jeremy Allison
1
-167
/
+164
2002-03-21
Fix stupid typo !
Jeremy Allison
1
-2
/
+2
[next]