summaryrefslogtreecommitdiff
path: root/source3/smbd/trans2.c
Commit message (Expand)AuthorAgeFilesLines
* smbd: implement SMB_FILE_NORMALIZED_NAME_INFORMATION handlingStefan Metzmacher2019-05-161-0/+57
* s3:smbd: handle IO_REPARSE_TAG_DFS in SMB_FIND_FILE_FULL_DIRECTORY_INFOStefan Metzmacher2019-04-161-2/+4
* smbd: SMB1-POSIX: Add missing info-level SMB_POSIX_PATH_OPEN for UCF_UNIX_NAM...Jeremy Allison2019-03-051-0/+1
* smbd: use lp_smbd_getinfo_ask_sharemode()Ralph Boehme2018-12-061-6/+20
* s3:smbd: add twrp args to filename_convert()Ralph Boehme2018-11-271-0/+8
* smbd: Use wire_perms_to_unix in unix_perms_from_wireVolker Lendecke2018-11-131-18/+1
* smbd: Use has_other_nonposix_opens in smb_posix_unlinkVolker Lendecke2018-09-111-21/+9
* smbd: Enhance debugging in set_file_sizeVolker Lendecke2018-08-171-1/+3
* s3/smbd: Don't stat when doing a quota operation (as it's a fake file)Noel Power2018-07-311-1/+2
* smbd: let smbd_dirptr_lanman2_entry return smb_fnameRalph Boehme2018-07-271-3/+19
* smbd: rework error exit in smbd_dirptr_lanman2_entry()Ralph Boehme2018-07-271-3/+7
* smbd: pass get_dosmode to mode_fn in smbd_dirptr_get_entry()Ralph Boehme2018-07-271-1/+2
* smbd: pass get_dosmode to smbd_dirptr_get_entry()Ralph Boehme2018-07-271-0/+1
* smbd: add "get_dosmode" argument to smbd_dirptr_lanman2_entry()Ralph Boehme2018-07-271-1/+2
* s3: smbd: Unix extensions attempts to change wrong field in fchown call.Jeremy Allison2018-04-101-2/+2
* s3:smbd: Add FALL_THROUGH statements in trans2.cAndreas Schneider2018-03-011-1/+2
* s3/smbd: Fix error code for unsupported SET_INFO requestsJustin Maggard via samba-technical2018-01-131-0/+5
* smbd: remove calls to dptr_init_search_op() from TRANS2 search codeUri Simchoni2017-11-111-6/+0
* s3: VFS: Change SMB_VFS_SYMLINK to use const struct smb_filename * instead of...Jeremy Allison2017-06-181-4/+3
* s3: VFS: Change SMB_VFS_READLINK to use const struct smb_filename * instead o...Jeremy Allison2017-06-181-8/+7
* s3: VFS: Change SMB_VFS_STATVFS to use const struct smb_filename * instead of...Jeremy Allison2017-06-181-1/+1
* s3: VFS: Change SMB_VFS_LINK to use const struct smb_filename * instead of co...Jeremy Allison2017-06-181-2/+1
* s3: VFS: Change SMB_VFS_CHFLAGS to use const struct smb_filename * instead of...Jeremy Allison2017-06-181-1/+1
* s3: VFS: Change SMB_VFS_MKNOD to use const struct smb_filename * instead of c...Jeremy Allison2017-06-181-1/+1
* s3: VFS: Change SMB_VFS_GETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-06-011-5/+9
* s3: VFS: Change SMB_VFS_SETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-05-311-1/+1
* s3: VFS: Change SMB_VFS_REMOVEXATTR to use const struct smb_filename * instea...Jeremy Allison2017-05-311-1/+1
* s3: VFS: Change SMB_VFS_LISTXATTR to use const struct smb_filename * instead ...Jeremy Allison2017-05-311-2/+2
* s3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const struct smb_filename * i...Jeremy Allison2017-05-311-5/+5
* s3: VFS: Change SMB_VFS_SYS_ACL_DELETE_DEF_FILE to use const struct smb_filen...Jeremy Allison2017-05-311-1/+1
* s3: smbd: Fix up the ucf_flags correctly in smb_file_rename_information().Jeremy Allison2017-05-221-4/+7
* s3: smbd: We can now remove the 'bool dfs_path' parameter from filename_conve...Jeremy Allison2017-05-221-8/+0
* s3: smbd: Always use ucf_flags_from_smb_request() in place of checking by han...Jeremy Allison2017-05-221-10/+8
* s3: smbd: Remove bool dfs_pathnames paramter from resolve_dfspath_wcard().Jeremy Allison2017-05-221-4/+5
* SMB_INFO_ALLOCATION: return with UINT32_MAX rather than cutting at 4 bytesPeter Somogyi2017-05-171-0/+6
* s3/smbd: add file_id return arg to smbd_dirptr_lanman2_entryRalph Boehme2017-04-181-2/+8
* smbd: add zero_file_id flagUri Simchoni2017-03-261-0/+14
* smbd: remove coupling between get_ea_names_from_file() and "ea support"Uri Simchoni2017-03-021-4/+4
* smbd: get_ea_list_from_file_path() - remove a duplicate statementUri Simchoni2017-03-021-1/+0
* smbd: refuse_symlink() - do not fail if the file does not existUri Simchoni2017-03-021-1/+4
* smbd: Streamline get_ea_names_from_fileVolker Lendecke2017-01-221-42/+54
* s3/smbd: convert "mangled names" option to an enumRalph Boehme2017-01-091-2/+10
* s3/smbd: use stat from smb_fname if valid in refuse_symlink()Ralph Boehme2016-09-111-1/+6
* s3/smbd: in call_trans2qfilepathinfo call lstat when dealing with posix pathn...Ralph Boehme2016-09-111-3/+4
* smbd: get a valid file stat to disk_quotasUri Simchoni2016-08-131-6/+6
* Fix the smb2_setinfo to handle FS info types and FSQUOTA infolevelPartha Sarathi2016-04-271-52/+91
* nt-quotas: vfs_get_ntquota() return NTSTATUSUri Simchoni2016-03-311-2/+4
* s3: smbd: DFS: Pass uint32_t ucf_flags through into resolve_dfspath_wcard().Jeremy Allison2016-03-251-1/+1
* s3: smbd: Modify vfs_stat_smb_basename() to take a const struct smb_filename ...Jeremy Allison2016-03-241-1/+1
* s3: smbd: Remove many common uses of lp_posix_pathnames().Jeremy Allison2016-03-241-3/+19