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
/
trans2.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3: smbd: In SMB1 call_trans2findnext() add and use a helper variable to ensu...
Jeremy Allison
2021-11-16
1
-1
/
+3
*
s3: smbd: Use dptr_case_sensitive() in directory listing code.
Jeremy Allison
2021-11-16
1
-3
/
+4
*
s3: smbd: Use state->case_sensitive instead of state->conn->case_sensitive.
Jeremy Allison
2021-11-16
1
-4
/
+4
*
s3: smbd: Add 'bool case_sensitive' to struct smbd_dirptr_lanman2_state.
Jeremy Allison
2021-11-16
1
-0
/
+2
*
libsmb: Remove "trans_oob()" macro
Volker Lendecke
2021-11-11
1
-8
/
+8
*
source3: move lib/substitute.c functions out of proto.h
Ralph Boehme
2021-11-11
1
-0
/
+1
*
smbd: fix "ea support = no"
Ralph Boehme
2021-09-11
1
-1
/
+2
*
smbd: avoid calling creating a pathref in smb_set_file_dosmode()
Ralph Boehme
2021-08-26
1
-40
/
+27
*
s3: smbd: Allow "smbd async dosmode = yes" to return valid DOS attributes again.
Jeremy Allison
2021-07-15
1
-12
/
+16
*
s3: smbd: In is_msdfs_link(), change to dirfsp, atname parameters.
Jeremy Allison
2021-07-14
1
-1
/
+7
*
s3: smbd: Add dirfsp, atname parameters to check_msdfs_link().
Jeremy Allison
2021-07-14
1
-5
/
+7
*
s3: smbd: Pass dirfsp, atname down to mode_fn() passed to smbd_dirptr_get_ent...
Jeremy Allison
2021-07-14
1
-0
/
+2
*
s3/smbd: smb_set_file_unix_info2: SMB_VFS_CHFLAGS -> SMB_VFS_FCHFLAGS
Noel Power
2021-06-29
1
-11
/
+7
*
s3: smbd: Cleanup - rename get_ea_names_from_file() -> get_ea_names_from_fsp().
Jeremy Allison
2021-06-25
1
-2
/
+2
*
s3: smbd: Rename get_ea_value() -> get_ea_value_fsp().
Jeremy Allison
2021-06-25
1
-28
/
+16
*
s3: smbd: get_ea_list_from_fsp(). Make it clear we're using only the fsp by r...
Jeremy Allison
2021-06-25
1
-1
/
+1
*
s3: smbd: Temporarily add protection to get_ea_value() for fsp==NULL and smb_...
Jeremy Allison
2021-06-25
1
-0
/
+8
*
s3: smbd: get_ea_value(). If we have an fsp, *always* use it for SMB_VFS_FGET...
Jeremy Allison
2021-06-25
1
-1
/
+1
*
s3: smbd: Fix smbd crash on dangling symlink with posix connection calling se...
Jeremy Allison
2021-06-16
1
-1
/
+13
*
s3:smbd: Remove unnessesary NULL check for fsp
Andreas Schneider
2021-06-10
1
-2
/
+2
*
s3: smbd: smbd_check_access_rights_fsp(). Add dirfsp parameter.
Jeremy Allison
2021-06-09
1
-1
/
+2
*
s3: smbd: In smb_query_posix_acl(), remove a use of SMB_VFS_SYS_ACL_GET_FILE().
Jeremy Allison
2021-06-09
1
-2
/
+1
*
VFS: SMB_VFS_SYS_ACL_GET_FD: Modify api to take additional type param
Noel Power
2021-06-09
1
-1
/
+1
*
s3: smbd: Make refuse_symlink_fsp() public so we can reuse in nttrans.c
Jeremy Allison
2021-06-09
1
-1
/
+1
*
s3: smbd: Change refuse_symlink() -> refuse_symlink_fsp()
Jeremy Allison
2021-06-09
1
-29
/
+10
*
s3: smbd: Remove the NULL fsp use of refuse_symlink().
Jeremy Allison
2021-06-09
1
-9
/
+1
*
s3: smbd: Skip calling SMB_VFS_FREADDIR_ATTR() for symlinks
Samuel Cabrero
2021-05-14
1
-6
/
+14
*
s3: smbd: Switch from SMB_VFS_READDIR_ATTR() to SMB_VFS_FREADDIR_ATTR()
Samuel Cabrero
2021-05-14
1
-1
/
+3
*
s3/smbd: trans2: vfs_streaminfo -> vfs_fstreaminfo
Noel Power
2021-05-11
1
-4
/
+2
*
s3:smbd - support streams larger than 64 KiB
Andrew Walker
2021-05-10
1
-2
/
+14
*
s3: smbd: Prevent fchmod on a symlink.
Jeremy Allison
2021-04-20
1
-0
/
+6
*
s3: smbd: Pass full fsp to file_ntimes()
Samuel Cabrero
2021-04-19
1
-1
/
+1
*
s3/smbd: SMB_VFS_CHMOD -> SMB_VFS_FCHMOD
Noel Power
2021-04-11
1
-8
/
+1
*
s3: smbd: Change SMB_VFS_REMOVEXATTR -> SMB_VFS_FREMOVEXATTR.
Jeremy Allison
2021-04-07
1
-14
/
+4
*
s3/smb3: ensure file_set_dosmode is passed valid smb_fname->fsp
Noel Power
2021-03-11
1
-5
/
+9
*
s3/smbd: set_ea SMB_VFS_FSETXATTR => SMB_VFS_FSETXATTR
Noel Power
2021-03-11
1
-18
/
+5
*
s3/smbd: Remove connection_struct from get_ea_names_from_file
Noel Power
2021-02-26
1
-2
/
+0
*
s3/smbd: Adjust estimate_ea_size to take files_struct alone
Noel Power
2021-02-26
1
-23
/
+17
*
s3/smbd: let canonicalize_ea_name accept fsp and fstring only in sig
Noel Power
2021-02-26
1
-8
/
+3
*
s3/smbd: replace get_ea_list_from_file_path with get_ea_list_from_fsp
Noel Power
2021-02-26
1
-124
/
+8
*
s3/smbd: rename get_ea_list_from_fsp_new to get_ea_list_from_fsp
Noel Power
2021-02-26
1
-31
/
+9
*
s3/smbd: Create new file get_ea_list_from_fsp_new (not used)
Noel Power
2021-02-26
1
-0
/
+115
*
s3/smbd: remove connection_struct from get_ea_list_from_file_path
Noel Power
2021-02-26
1
-4
/
+0
*
s3/smsbd: prepare to remove connection_struct param from get_ea_list_from_fil...
Noel Power
2021-02-26
1
-5
/
+5
*
s3/smbd: remove connection_struct param from get_ea_list_from_file
Noel Power
2021-02-26
1
-9
/
+9
*
s3/smbd: rename get_ea_list_from_path -> get_ea_list_from_fsp
Noel Power
2021-02-26
1
-5
/
+5
*
s3/smbd: no longer pass smb_fname to get_ea_list_from_file
Noel Power
2021-02-26
1
-6
/
+4
*
s3/smbd: prepare get_ea_list_from_file to receive fsp alone
Noel Power
2021-02-26
1
-5
/
+13
*
s3/smbd: modify get_ea_list_from_file_path fn signature to take fsp only
Noel Power
2021-02-26
1
-12
/
+8
*
s3/smbd: modify estimate_ea_size fn signature to take fsp only
Noel Power
2021-02-26
1
-45
/
+31
[next]