summaryrefslogtreecommitdiff
path: root/source3/smbd/dosmode.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const struct smb_filename * i...Jeremy Allison2017-05-311-2/+2
* s3/smbd: fix the last resort check that sets the file type attributeJeremy Allison2016-11-191-6/+4
* s3/vfs: merge offline functionality into DOS attributes handlingRalph Boehme2016-10-111-38/+7
* s3/smbd: set FILE_ATTRIBUTE_DIRECTORY as necessaryRalph Boehme2016-09-161-1/+5
* s3/smbd: move check for "hide files" to dos_mode_from_name()Ralph Boehme2016-06-251-7/+6
* s3/smbd: call dos_mode_from_name after SMB_VFS_GET_DOS_ATTRIBUTES()Ralph Boehme2016-06-251-5/+8
* s3/smbd: add helper func dos_mode_from_name()Ralph Boehme2016-06-251-16/+26
* s3: vfs: Use the new VFS functions for setting and getting DOS attributes.Jeremy Allison2016-03-271-46/+65
* s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().Jeremy Allison2016-03-241-4/+10
* Fix an obvious error where we were converting a UNIX error to an NT STATUS bu...Richard Sharpe2016-03-241-1/+1
* VFS: Modify chmod to take a const struct smb_filename * instead of const char *Jeremy Allison2016-03-031-1/+1
* smbd: remove function name from a DBG_INFO in a recent commitUri Simchoni2015-12-291-2/+2
* smbd: do not disable "store dos attributes" on-the-flyUri Simchoni2015-12-251-24/+6
* smbd: make "hide dot files" option work with "store dos attributes = yes"Ralph Boehme2015-12-161-1/+1
* smbd: Early return from dos_mode_debug_printVolker Lendecke2015-11-171-0/+4
* smbd: Add hex value to dos_mode_debug_printVolker Lendecke2015-11-171-1/+2
* smbd: Use dos_mode_debug_print in get_ea_dos_attributeVolker Lendecke2015-11-171-9/+1
* smbd: Use dos_mode_debug_print in dos_mode_from_sbufVolker Lendecke2015-11-171-8/+1
* smbd: Use dos_mode_debug_print in dos_mode_msdfsVolker Lendecke2015-11-171-13/+4
* smbd: Streamline dos_mode_debug_printVolker Lendecke2015-11-171-10/+12
* dosmode: Change message of result to informationalChristof Schmitt2015-07-091-2/+3
* Convert all uses of uint8/16/32 to _t in source3/smbd.Richard Sharpe2015-05-061-9/+9
* s3/smbd: fix FSCTL_SET_SPARSE permission checksDavid Disseldorp2015-03-091-2/+7
* s3:vfs: add create tags to SMB_VFS_CREATEFILERalph Boehme2014-12-041-1/+2
* dosmode: fix FSCTL_SET_SPARSE request validationDavid Disseldorp2014-08-281-0/+13
* vfs3: Pass "lease" through SMB_VFS_CREATE_FILEVolker Lendecke2014-08-111-0/+1
* lib: Align nt_time_to_unix_timespec with unix_timespec_to_nt_timeVolker Lendecke2014-06-301-2/+2
* lib: Align unix_timespec_to_nt_time with nt_time_to_unix_timespecVolker Lendecke2014-06-301-1/+1
* smbd: Remove unused code for dos attributes in stat structChristof Schmitt2014-05-141-135/+4
* s3: smbd: change file_set_dosmode() to use get_file_handle_for_metadata() ins...Jeremy Allison2014-05-021-12/+92
* param: rename lp function and variable from "inherit_perms" to "inherit_permi...Garming Sam2014-02-071-1/+1
* param: rename lp function and variable from 'force_dir_mode' to 'force_direct...Garming Sam2014-02-071-1/+1
* loadparm: rename lp[cfg]_dir_mask to lp[cfg]_directory_mask for consistency w...Michael Adam2014-02-031-1/+1
* s3-smbd: support FILE_ATTRIBUTE_COMPRESSEDDavid Disseldorp2013-11-221-0/+47
* smbd: split out dos_mode debug print functionDavid Disseldorp2013-11-221-12/+31
* Fix bug #10097 - MacOSX 10.9 will not follow path-based DFS referrals handed ...Richard Sharpe2013-08-191-0/+5