summaryrefslogtreecommitdiff
path: root/source3/smbd/dosmode.c
Commit message (Expand)AuthorAgeFilesLines
* vfs: SMB_VFS_GET_COMPRESSION() -> SMB_VFS_FGET_COMPRESSION()Ralph Boehme2020-12-161-1/+1
* smbd: remove unused get_ea_dos_attribute()Ralph Boehme2020-12-161-73/+0
* vfs: add and use fget_ea_dos_attribute()Ralph Boehme2020-12-161-0/+37
* smbd: RIP dos_mode()Ralph Boehme2020-12-161-26/+0
* smbd: use fdos_mode() in dos_mode_at_vfs_get_dosmode_done()Ralph Boehme2020-12-161-1/+1
* smbd: use fdos_mode() in set_create_timespec_ea()Ralph Boehme2020-12-161-1/+1
* smbd: use fdos_mode() in file_set_sparse()Ralph Boehme2020-12-161-1/+1
* smbd: add fdos_mode()Ralph Boehme2020-12-161-3/+50
* smbd: use openat_pathref_fsp() in get_file_handle_for_metadata()Ralph Boehme2020-12-161-0/+9
* smbd: add need_fsa arg and logic to file_find_di_(first|next)Ralph Boehme2020-12-161-2/+2
* smbd: use fsp_get_io_fd() when accessing a file or it's associated metadataRalph Boehme2020-12-161-1/+1
* vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()Ralph Boehme2020-10-021-1/+0
* s3: safe_string: do not include string_wrappers.hMatthew DeVore2020-08-281-0/+1
* smbd: don't free smb_fname_parent in unix_mode()Ralph Boehme2020-05-291-2/+0
* smbd: remove dead codeRalph Boehme2020-05-291-13/+0
* smbd: add dirfsp arg to SMB_VFS_CREATE_FILE()Ralph Boehme2020-05-211-0/+1
* vfs: remove root_dir_fid arg from SMB_VFS_CREATE_FILE()Ralph Boehme2020-05-141-1/+0
* smbd: add twrp arg to synthetic_smb_fname()Ralph Boehme2020-05-051-0/+2
* s3: smbd: Add a dirfsp parameter to smbd_check_access_rights().Jeremy Allison2020-05-041-0/+1
* s3: smbd: Reformat users of smbd_check_access_rights().Jeremy Allison2020-05-041-2/+4
* s3: smbd: Add dirfsp parameter to can_write_to_file().Jeremy Allison2020-05-041-0/+4
* s3: smbd: Reformat users of can_write_to_file().Jeremy Allison2020-05-041-4/+11
* smbd: pass struct smb_filename smb_fname_parent to unix_mode()Ralph Boehme2020-04-291-22/+8
* smbd: pass struct smb_filename parent_dir to file_set_dosmode()Ralph Boehme2020-04-291-2/+2
* smbd: align file_set_dosmode() args one per lineRalph Boehme2020-04-291-2/+5
* smbd: move files_struct.is_sparse to a bitfieldRalph Boehme2020-04-031-1/+1
* smbd: move files_struct.is_directory to a bitfieldRalph Boehme2020-04-031-1/+1
* smbd: move files_struct.write_time_forced to a bitfieldRalph Boehme2020-04-031-1/+1
* smbd: fix handling of sentinel timestamp valuesRalph Boehme2019-12-061-8/+8
* s3:param: make "servicename" a substituted optionRalph Boehme2019-11-271-1/+3
* s3:smbd: use is_named_stream() in a a few placesRalph Boehme2019-10-021-7/+2
* smbd: rename change_to_user_by_fsp() to change_to_user_and_service_by_fsp()Ralph Boehme2019-09-111-1/+1
* smbd: Fix CID 1452291 Null pointer dereferences (NULL_RETURNS)Volker Lendecke2019-08-141-1/+1
* s3:smbd: Fix sync dosmode fallback in async dosmode codepathRalph Boehme2019-08-061-1/+5
* s3:smbd: use xattr_DosInfo4 in set_ea_dos_attribute()Ralph Boehme2019-07-011-4/+10
* s3:smbd: parse xattr_DosInfo4 in parse_dos_attribute_blob()Ralph Boehme2019-07-011-0/+44
* s3:smbd: perform impersonation in dos_mode_at_vfs_get_dosmode_done()Ralph Boehme2019-01-141-0/+7
* s3:smbd: pass (raw) ev to dos_mode_at_send() instead of smb_vfs_ev_glueRalph Boehme2019-01-111-2/+1
* s3:smbd: pass (raw) ev to SMB_VFS_GET_DOS_ATTRIBUTES_SEND() instead of smb_vf...Ralph Boehme2019-01-111-2/+3
* smbd: add dos_mode_at_send/recv()Ralph Boehme2018-07-271-0/+137
* smbd: factor out dosmode post processingRalph Boehme2018-07-271-34/+45
* smbd: split out public parse_dos_attribute_blob() from get_ea_dos_attribute()Ralph Boehme2018-07-271-74/+86
* s3: smbd. Generic fix for incorrect reporting of stream dos attributes on a d...Jeremy Allison2018-04-111-0/+22
* s3/smbd: use correct access in get_file_handle_for_metadataRalph Boehme2017-10-171-1/+1
* s3/smbd: fix access checks in set_ea_dos_attribute()Ralph Boehme2017-10-171-2/+14
* s3/smbd: README.Coding fixes in set_ea_dos_attributeRalph Boehme2017-10-171-8/+11
* s3/smbd: handle EACCES when fetching DOS attributes from xattrRalph Boehme2017-08-081-0/+36
* s3/smbd: handling of failed DOS attributes readingRalph Boehme2017-08-081-1/+6
* s3: VFS: Change SMB_VFS_GETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-06-011-1/+1
* s3: VFS: Change SMB_VFS_SETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-05-311-1/+1