summaryrefslogtreecommitdiff
path: root/source3/smbd/trans2.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().Jeremy Allison2016-03-241-12/+25
* s3:smbd: Move lp_posix_pathnames() out of ea_list_has_invalid_name().Jeremy Allison2016-03-241-2/+3
* s3:smbd: Change refuse_symlink() to take a const smb_filename * parameter fro...Jeremy Allison2016-03-151-6/+6
* s3:smbd: Change get_ea_names_from_file() to take a const smb_filename * param...Jeremy Allison2016-03-151-7/+12
* s3:smbd: Change get_ea_list_from_file_path() to take a const smb_filename * p...Jeremy Allison2016-03-151-10/+31
* s3: smbd: Change canonicalize_ea_name() to take a const smb_filename * parame...Jeremy Allison2016-03-151-3/+11
* s3: smbd: Reformatting - remove unneeded const char *fname variable.Jeremy Allison2016-03-151-9/+15
* CVE-2015-7560: s3: smbd: Refuse to set EA's on a symlink.Jeremy Allison2016-03-101-0/+5
* CVE-2015-7560: s3: smbd: Silently return no EA's available on a symlink.Jeremy Allison2016-03-101-0/+9
* CVE-2015-7560: s3: smbd: Set return values early, allows removal of code dupl...Jeremy Allison2016-03-101-8/+5
* CVE-2015-7560: s3: smbd: Refuse to get a POSIX ACL on a symlink.Jeremy Allison2016-03-101-0/+7
* CVE-2015-7560: s3: smbd: Refuse to set a POSIX ACL on a symlink.Jeremy Allison2016-03-101-0/+6
* CVE-2015-7560: s3: smbd: Add refuse_symlink() function that can be used to pr...Jeremy Allison2016-03-101-0/+28
* s3: smbd: Change open_streams_for_delete() to take a struct smb_filename *.Jeremy Allison2016-03-071-2/+6
* VFS: Modify lchown to take a const struct smb_filename * instead of const char *Jeremy Allison2016-03-051-2/+2
* VFS: Modify chmod to take a const struct smb_filename * instead of const char *Jeremy Allison2016-03-031-1/+1
* s3: smbd: Change dptr_create() to take a const struct smb_filename * instead ...Jeremy Allison2016-03-011-1/+3
* s3: smbd: In call_trans2findfirst() all use of ctx is really talloc_tos().Jeremy Allison2016-03-011-10/+12
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-02-061-3/+3
* s3: smbd: Convert all but one use of lp_posix_pathnames() into req->posix_pat...Jeremy Allison2015-12-231-18/+18
* s3: smbd: Split all calls to srvstr_get_path() to calls to srvstr_get_path_po...Jeremy Allison2015-12-231-14/+127
* s3: smbd: Split all calls to srvstr_get_path_wcard() into srvstr_get_path_wca...Jeremy Allison2015-12-231-10/+63
* s3: smbd: In trans2.c, add in UCF_POSIX_PATHNAMES to the ucf_flags if lp_posi...Jeremy Allison2015-12-231-8/+13
* s3: smbd: In trans2.c Use ucf_flags variable instead of passing as parameter.Jeremy Allison2015-12-231-5/+10
* smbd: Simplify check_access()Volker Lendecke2015-11-171-10/+7