index
:
delta/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
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
open.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove smb_fname duplicates that just keep the same information as in fsp->fs...
Jeremy Allison
2009-12-08
1
-13
/
+11
*
Remove unneeded argument from can_set_delete_on_close(). Ensure
Jeremy Allison
2009-12-08
1
-2
/
+2
*
Fix crash due to uninitialized pointer (not a problem in 3.4.x or below).
Jeremy Allison
2009-11-26
1
-2
/
+1
*
Remove unused code.
Jeremy Allison
2009-11-26
1
-46
/
+0
*
s3: Move a variable declaration to its only use
Volker Lendecke
2009-11-26
1
-1
/
+1
*
Fix logic bug where high bits tests was being
Jeremy Allison
2009-11-26
1
-1
/
+1
*
Remove "store create time" code, cause create time to be stored
Jeremy Allison
2009-11-26
1
-15
/
+5
*
s3: Add access_mask to the flock VFS call
Abhidnya P Chirmule
2009-11-26
1
-1
/
+1
*
s3:smbd: Fix Coverity ID 937, REVERSE_INULL
Volker Lendecke
2009-09-04
1
-2
/
+2
*
Second attempt at fix for bug 6529 - Offline files conflict with Vista and Of...
Jeremy Allison
2009-08-24
1
-5
/
+1
*
Fix bug 6529 - Offline files conflict with Vista and Office 2003
Jeremy Allison
2009-08-21
1
-1
/
+5
*
s3:smbd: make smbd_check_open_rights() function non-static for use in SMB2
Stefan Metzmacher
2009-08-19
1
-8
/
+8
*
Add "store create time" parameter (docs to follow)
Jeremy Allison
2009-08-12
1
-0
/
+9
*
Ensure the fsp->fsp_name stat_ex struct is always
Jeremy Allison
2009-08-10
1
-0
/
+1
*
s3: Plumb smb_filename through map_open_params_to_ntcreate
Tim Prouty
2009-07-21
1
-4
/
+6
*
s3: Plumb smb_filename through open_fake_file
Tim Prouty
2009-07-20
1
-11
/
+2
*
s3: Change fsp->fsp_name to be an smb_filename struct!
Tim Prouty
2009-07-20
1
-38
/
+36
*
TALLOC_FREE(sd) in check_open_rights upon an error
Volker Lendecke
2009-07-14
1
-0
/
+1
*
s3: Prepare open.c to switch fsp_name to an smb_filename struct
Tim Prouty
2009-07-08
1
-11
/
+15
*
s3: Change the share_mode_lock struct to store a base_name and stream_name
Tim Prouty
2009-07-08
1
-24
/
+47
*
s3: Plumb smb_filename through dos_mode() and related funtions
Tim Prouty
2009-07-08
1
-16
/
+5
*
s3: convert unix_mode to take an smb_filename
Tim Prouty
2009-07-08
1
-3
/
+3
*
s3: Migrate a few functions in open.c to take smb_filename
Tim Prouty
2009-07-07
1
-13
/
+15
*
s3: Plumb smb_filename around SMB_VFS_CHFLAGS
Tim Prouty
2009-07-06
1
-36
/
+32
*
For non-existent streams we have to return OBJECT_NAME_NOT_FOUND
Volker Lendecke
2009-07-03
1
-1
/
+1
*
s3:smbd: remove unused variables passed to parent_dirname()
Stefan Metzmacher
2009-07-01
1
-2
/
+1
*
s3: Remove get_full_smb_filename() from open_directory()
Tim Prouty
2009-06-25
1
-19
/
+9
*
s3: Change set_ea() and its callers to use smb_filename
Tim Prouty
2009-06-25
1
-9
/
+2
*
Fix bug #6506 - SMBD server doesn't set EAs when a file is overwritten in NT_...
Jeremy Allison
2009-06-25
1
-1
/
+2
*
s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT
Tim Prouty
2009-06-24
1
-53
/
+73
*
Fix coverity #676. Forward NULL.
Jeremy Allison
2009-06-19
1
-0
/
+6
*
Add some const to the stat struct in the dosmode calls.
Jeremy Allison
2009-06-18
1
-1
/
+0
*
s3: Change SMB_VFS_OPEN to take an smb_filename struct
Tim Prouty
2009-06-17
1
-4
/
+4
*
s3: Plumb smb_filename from create_file all of the way down to fd_open
Tim Prouty
2009-06-17
1
-190
/
+245
*
Remove msdfs pathname processing from default create file.
Jeremy Allison
2009-06-16
1
-25
/
+0
*
s3: Plumb smb_filename through SMB_VFS_CREATE_FILE
Tim Prouty
2009-06-12
1
-60
/
+55
*
s3: Prepare the first set of SMB_VFS_CREATE_FILE callers to take an smb_filen...
Tim Prouty
2009-06-10
1
-2
/
+10
*
s3: Remove unix_convert handling from createfile implementations
Tim Prouty
2009-06-10
1
-29
/
+4
*
s3: Remove unused stat structs being passed to SMB_VFS_CREATE_FILE
Tim Prouty
2009-06-10
1
-4
/
+1
*
Fix bug #6421 - POSIX read-only open fails on read-only shares.
Jeremy Allison
2009-05-30
1
-3
/
+3
*
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
2009-05-26
1
-28
/
+28
*
s3: Change unix_convert (and its callers) to use struct smb_filename
Tim Prouty
2009-05-20
1
-2
/
+13
*
s3-secdesc: use SEC_FLAG_SYSTEM_SECURITY instead of SEC_RIGHT_SYSTEM_SECURITY.
Günther Deschner
2009-04-21
1
-4
/
+4
*
Fix bug #6254 - PUT/GET produces an error in IPv6 to a smb-server(3.3) has pa...
Jeremy Allison
2009-04-09
1
-18
/
+23
*
s3:smbd: use new simplified snb_signing code in the server
Stefan Metzmacher
2009-03-23
1
-9
/
+0
*
Fix bug #6186 - map readonly does not work
Jeremy Allison
2009-03-12
1
-3
/
+25
*
Fix bug #6160 - Office 2007 fails saving files to a Samba mapped drive.
Jeremy Allison
2009-03-05
1
-0
/
+22
*
s3: Change open_streams_for_delete to call through the vfs layer
Tim Prouty
2009-03-04
1
-5
/
+7
*
Second part of fix for #6154, ensure we return max access
Jeremy Allison
2009-03-04
1
-0
/
+9
*
Fix bug #6082 - smbd_gpfs_getacl failed: Windows client can´t rename or
Jeremy Allison
2009-02-28
1
-0
/
+19
[next]