summaryrefslogtreecommitdiff
path: root/source3/smbd/trans2.c
Commit message (Expand)AuthorAgeFilesLines
* s3: smbd: In SMB1 call_trans2findnext() add and use a helper variable to ensu...Jeremy Allison2021-11-161-1/+3
* s3: smbd: Use dptr_case_sensitive() in directory listing code.Jeremy Allison2021-11-161-3/+4
* s3: smbd: Use state->case_sensitive instead of state->conn->case_sensitive.Jeremy Allison2021-11-161-4/+4
* s3: smbd: Add 'bool case_sensitive' to struct smbd_dirptr_lanman2_state.Jeremy Allison2021-11-161-0/+2
* libsmb: Remove "trans_oob()" macroVolker Lendecke2021-11-111-8/+8
* source3: move lib/substitute.c functions out of proto.hRalph Boehme2021-11-111-0/+1
* smbd: fix "ea support = no"Ralph Boehme2021-09-111-1/+2
* smbd: avoid calling creating a pathref in smb_set_file_dosmode()Ralph Boehme2021-08-261-40/+27
* s3: smbd: Allow "smbd async dosmode = yes" to return valid DOS attributes again.Jeremy Allison2021-07-151-12/+16
* s3: smbd: In is_msdfs_link(), change to dirfsp, atname parameters.Jeremy Allison2021-07-141-1/+7
* s3: smbd: Add dirfsp, atname parameters to check_msdfs_link().Jeremy Allison2021-07-141-5/+7
* s3: smbd: Pass dirfsp, atname down to mode_fn() passed to smbd_dirptr_get_ent...Jeremy Allison2021-07-141-0/+2
* s3/smbd: smb_set_file_unix_info2: SMB_VFS_CHFLAGS -> SMB_VFS_FCHFLAGSNoel Power2021-06-291-11/+7
* s3: smbd: Cleanup - rename get_ea_names_from_file() -> get_ea_names_from_fsp().Jeremy Allison2021-06-251-2/+2
* s3: smbd: Rename get_ea_value() -> get_ea_value_fsp().Jeremy Allison2021-06-251-28/+16
* s3: smbd: get_ea_list_from_fsp(). Make it clear we're using only the fsp by r...Jeremy Allison2021-06-251-1/+1
* s3: smbd: Temporarily add protection to get_ea_value() for fsp==NULL and smb_...Jeremy Allison2021-06-251-0/+8
* s3: smbd: get_ea_value(). If we have an fsp, *always* use it for SMB_VFS_FGET...Jeremy Allison2021-06-251-1/+1
* s3: smbd: Fix smbd crash on dangling symlink with posix connection calling se...Jeremy Allison2021-06-161-1/+13
* s3:smbd: Remove unnessesary NULL check for fspAndreas Schneider2021-06-101-2/+2
* s3: smbd: smbd_check_access_rights_fsp(). Add dirfsp parameter.Jeremy Allison2021-06-091-1/+2
* s3: smbd: In smb_query_posix_acl(), remove a use of SMB_VFS_SYS_ACL_GET_FILE().Jeremy Allison2021-06-091-2/+1
* VFS: SMB_VFS_SYS_ACL_GET_FD: Modify api to take additional type paramNoel Power2021-06-091-1/+1
* s3: smbd: Make refuse_symlink_fsp() public so we can reuse in nttrans.cJeremy Allison2021-06-091-1/+1
* s3: smbd: Change refuse_symlink() -> refuse_symlink_fsp()Jeremy Allison2021-06-091-29/+10
* s3: smbd: Remove the NULL fsp use of refuse_symlink().Jeremy Allison2021-06-091-9/+1
* s3: smbd: Skip calling SMB_VFS_FREADDIR_ATTR() for symlinksSamuel Cabrero2021-05-141-6/+14
* s3: smbd: Switch from SMB_VFS_READDIR_ATTR() to SMB_VFS_FREADDIR_ATTR()Samuel Cabrero2021-05-141-1/+3
* s3/smbd: trans2: vfs_streaminfo -> vfs_fstreaminfoNoel Power2021-05-111-4/+2
* s3:smbd - support streams larger than 64 KiBAndrew Walker2021-05-101-2/+14
* s3: smbd: Prevent fchmod on a symlink.Jeremy Allison2021-04-201-0/+6
* s3: smbd: Pass full fsp to file_ntimes()Samuel Cabrero2021-04-191-1/+1
* s3/smbd: SMB_VFS_CHMOD -> SMB_VFS_FCHMODNoel Power2021-04-111-8/+1
* s3: smbd: Change SMB_VFS_REMOVEXATTR -> SMB_VFS_FREMOVEXATTR.Jeremy Allison2021-04-071-14/+4
* s3/smb3: ensure file_set_dosmode is passed valid smb_fname->fspNoel Power2021-03-111-5/+9
* s3/smbd: set_ea SMB_VFS_FSETXATTR => SMB_VFS_FSETXATTRNoel Power2021-03-111-18/+5
* s3/smbd: Remove connection_struct from get_ea_names_from_fileNoel Power2021-02-261-2/+0
* s3/smbd: Adjust estimate_ea_size to take files_struct aloneNoel Power2021-02-261-23/+17
* s3/smbd: let canonicalize_ea_name accept fsp and fstring only in sigNoel Power2021-02-261-8/+3
* s3/smbd: replace get_ea_list_from_file_path with get_ea_list_from_fspNoel Power2021-02-261-124/+8
* s3/smbd: rename get_ea_list_from_fsp_new to get_ea_list_from_fspNoel Power2021-02-261-31/+9
* s3/smbd: Create new file get_ea_list_from_fsp_new (not used)Noel Power2021-02-261-0/+115
* s3/smbd: remove connection_struct from get_ea_list_from_file_pathNoel Power2021-02-261-4/+0
* s3/smsbd: prepare to remove connection_struct param from get_ea_list_from_fil...Noel Power2021-02-261-5/+5
* s3/smbd: remove connection_struct param from get_ea_list_from_fileNoel Power2021-02-261-9/+9
* s3/smbd: rename get_ea_list_from_path -> get_ea_list_from_fspNoel Power2021-02-261-5/+5
* s3/smbd: no longer pass smb_fname to get_ea_list_from_fileNoel Power2021-02-261-6/+4
* s3/smbd: prepare get_ea_list_from_file to receive fsp aloneNoel Power2021-02-261-5/+13
* s3/smbd: modify get_ea_list_from_file_path fn signature to take fsp onlyNoel Power2021-02-261-12/+8
* s3/smbd: modify estimate_ea_size fn signature to take fsp onlyNoel Power2021-02-261-45/+31