index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
smbd
/
open.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug #6421 - POSIX read-only open fails on read-only shares. The change to...
Jeremy Allison
2009-06-17
1
-3
/
+3
*
Fix bug #6254 - PUT/GET produces an error in IPv6 to a smb-server(3.3)
Jeremy Allison
2009-04-09
1
-18
/
+23
*
Backport the semantics of when to delete alternate data streams on a file tru...
Jeremy Allison
2009-02-19
1
-0
/
+14
*
Fix a delete on close divergence from windows [2/2]
Tim Prouty
2009-01-08
1
-2
/
+3
*
Fix a delete on close divergence from windows [1/2]
Tim Prouty
2009-01-08
1
-4
/
+2
*
Fix an ancient uninitialized variable read
Volker Lendecke
2008-12-31
1
-1
/
+1
*
Fix bug #5979 - Level 2 oplocks being granted improperly,
Jeremy Allison
2008-12-17
1
-65
/
+96
*
Fix error code when smbclient puts a file over an existing directory
Volker Lendecke
2008-12-13
1
-1
/
+1
*
s3:smbd: close the low level fd of the base_fsp, if the file was created
Stefan Metzmacher
2008-12-01
1
-0
/
+2
*
s3:smbd: only try and fallback to open a directory if it's not a stream open
Stefan Metzmacher
2008-12-01
1
-0
/
+7
*
s3:smbd: wildcard characters are allowed in stream names
Stefan Metzmacher
2008-12-01
1
-1
/
+11
*
Revert c76e4791d3ae4f180fba209c29bd3774c00858cf - "Fix the logic bug that cau...
Jeremy Allison
2008-11-21
1
-4
/
+1
*
Fix the logic bug that caused us to run into kernel oplocks on an open for a ...
Jeremy Allison
2008-11-21
1
-1
/
+7
*
Second part of the fix for bug #5903 - vfs_streams_xattr breaks contents of t...
Jeremy Allison
2008-11-21
1
-14
/
+45
*
First part of fix for bug #5903 - vfs_streams_xattr breaks contents of the file.
Jeremy Allison
2008-11-21
1
-51
/
+70
*
Fix bug #5797 - Moving readonly files fails. Reported by infomail@lordb.de.
Jeremy Allison
2008-09-26
1
-3
/
+1
*
Fix bug 5761 "open of mangled directory name results in 'is a stream name'"
Jeremy Allison
2008-09-15
1
-3
/
+7
*
smbd: fix the handling of create_options to pass RAW-OPEN
Stefan Metzmacher
2008-08-20
1
-0
/
+5
*
If we're not allowing streams on this conn ptr,
Jeremy Allison
2008-07-24
1
-0
/
+5
*
Remove redundant parameter fd from SMB_VFS_CLOSE().
Michael Adam
2008-04-21
1
-1
/
+1
*
Move the posix pending close functionality down into the VFS layer.
Michael Adam
2008-04-21
1
-1
/
+9
*
locking: store the write time in the locking.tdb
Stefan Metzmacher
2008-04-07
1
-5
/
+10
*
Fix S3 to pass the test_raw_oplock_exclusive3 test.
Jeremy Allison
2008-03-11
1
-2
/
+3
*
Fix debug messages.
Jeremy Allison
2008-02-22
1
-4
/
+5
*
Fix a ton of IBM checker uninitialized variable warnings
Volker Lendecke
2008-01-22
1
-2
/
+1
*
Free case_state earlier
Volker Lendecke
2008-01-20
1
-0
/
+2
*
NT_STATUS_OBJECT_NAME_NOT_FOUND also means "no streams around :-)"
Volker Lendecke
2008-01-20
1
-1
/
+2
*
Couple of minor fixes for POSIX pathname processing in the
Jeremy Allison
2008-01-19
1
-1
/
+1
*
Add streams support
Volker Lendecke
2008-01-19
1
-12
/
+202
*
delete on close even prevents stat opens
Volker Lendecke
2008-01-12
1
-6
/
+6
*
There's no point in calling FLOCK on a non-existing fd
Volker Lendecke
2008-01-12
1
-7
/
+9
*
use talloc_tos in a few more places
Volker Lendecke
2008-01-10
1
-4
/
+4
*
Make use of talloc_pool in the main codepaths. Remove the sub-contexts.
Jeremy Allison
2008-01-09
1
-7
/
+1
*
Replace an uninitialized variable
Volker Lendecke
2008-01-09
1
-0
/
+2
*
Remove redundant parameter fd from SMB_VFS_FCHMOD_ACL().
Michael Adam
2008-01-08
1
-3
/
+2
*
Remove redundant parameter fd from SMB_VFS_KERNEL_FLOCK().
Michael Adam
2008-01-07
1
-1
/
+1
*
Remove redundant parameter fd from SMB_VFS_FTRUNCATE().
Michael Adam
2008-01-07
1
-1
/
+1
*
Remove redundant parameter fd from SMB_VFS_FCHOWN().
Michael Adam
2008-01-07
1
-1
/
+1
*
Remove redundant parameter fd from SMB_VFS_FCHMOD().
Michael Adam
2008-01-07
1
-1
/
+1
*
Remove redundant parameter fd from SMB_VFS_FSTAT().
Michael Adam
2008-01-07
1
-3
/
+3
*
Remove superfluous parameter fd from SMB_VFS_FSET_NT_ACL().
Michael Adam
2008-01-06
1
-2
/
+1
*
Using a bool with a logical operation. IBM checker caught.
Jeremy Allison
2008-01-04
1
-1
/
+1
*
Refactor the crypto code after a very helpful conversation
Jeremy Allison
2008-01-04
1
-2
/
+2
*
Use NULL instead of 0
Volker Lendecke
2008-01-01
1
-4
/
+4
*
Fix setting the initial permission bits
Volker Lendecke
2007-12-28
1
-4
/
+9
*
We need to return the correct atime
Volker Lendecke
2007-12-26
1
-1
/
+6
*
Remove redundant connection_struct from fd_close() parameter list.
Michael Adam
2007-12-22
1
-11
/
+11
*
Remove redundant connection_struct from fd_close_posix() parameter list.
Michael Adam
2007-12-22
1
-1
/
+1
*
separate out create_file_unixpath()
Volker Lendecke
2007-12-11
1
-171
/
+242
*
Move more stuff out of the way
Volker Lendecke
2007-12-11
1
-7
/
+7
[next]