s3: smbd: Reformat users of smbd_check_access_rights().
[amitay/samba.git] / source3 / smbd / dosmode.c
2020-05-04 Jeremy Allisons3: smbd: Reformat users of smbd_check_access_rights().
2020-05-04 Jeremy Allisons3: smbd: Add dirfsp parameter to can_write_to_file().
2020-05-04 Jeremy Allisons3: smbd: Reformat users of can_write_to_file().
2020-04-29 Ralph Boehmesmbd: pass struct smb_filename smb_fname_parent to...
2020-04-29 Ralph Boehmesmbd: pass struct smb_filename parent_dir to file_set_d...
2020-04-29 Ralph Boehmesmbd: align file_set_dosmode() args one per line
2020-04-03 Ralph Boehmesmbd: move files_struct.is_sparse to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.is_directory to a bitfield
2020-04-03 Ralph Boehmesmbd: move files_struct.write_time_forced to a bitfield
2019-12-06 Ralph Boehmesmbd: fix handling of sentinel timestamp values
2019-11-27 Ralph Boehmes3:param: make "servicename" a substituted option
2019-10-02 Ralph Boehmes3:smbd: use is_named_stream() in a a few places
2019-09-11 Ralph Boehmesmbd: rename change_to_user_by_fsp() to change_to_user_...
2019-08-14 Volker Lendeckesmbd: Fix CID 1452291 Null pointer dereferences (NULL_...
2019-08-06 Ralph Boehmes3:smbd: Fix sync dosmode fallback in async dosmode...
2019-07-01 Ralph Boehmes3:smbd: use xattr_DosInfo4 in set_ea_dos_attribute()
2019-07-01 Ralph Boehmes3:smbd: parse xattr_DosInfo4 in parse_dos_attribute_blob()
2019-01-14 Ralph Boehmes3:smbd: perform impersonation in dos_mode_at_vfs_get_d...
2019-01-11 Ralph Boehmes3:smbd: pass (raw) ev to dos_mode_at_send() instead...
2019-01-11 Ralph Boehmes3:smbd: pass (raw) ev to SMB_VFS_GET_DOS_ATTRIBUTES_SE...
2018-07-27 Ralph Boehmesmbd: add dos_mode_at_send/recv()
2018-07-27 Ralph Boehmesmbd: factor out dosmode post processing
2018-07-27 Ralph Boehmesmbd: split out public parse_dos_attribute_blob() from...
2018-04-11 Jeremy Allisons3: smbd. Generic fix for incorrect reporting of stream...
2017-10-17 Ralph Boehmes3/smbd: use correct access in get_file_handle_for_metadata
2017-10-17 Ralph Boehmes3/smbd: fix access checks in set_ea_dos_attribute()
2017-10-17 Ralph Boehmes3/smbd: README.Coding fixes in set_ea_dos_attribute
2017-08-08 Ralph Boehmes3/smbd: handle EACCES when fetching DOS attributes...
2017-08-08 Ralph Boehmes3/smbd: handling of failed DOS attributes reading
2017-06-01 Jeremy Allisons3: VFS: Change SMB_VFS_GETXATTR to use const struct...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_SETXATTR to use const struct...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const...
2016-11-19 Jeremy Allisons3/smbd: fix the last resort check that sets the file...
2016-10-11 Ralph Boehmes3/vfs: merge offline functionality into DOS attributes...
2016-09-15 Ralph Boehmes3/smbd: set FILE_ATTRIBUTE_DIRECTORY as necessary
2016-06-25 Ralph Boehmes3/smbd: move check for "hide files" to dos_mode_from_n...
2016-06-25 Ralph Boehmes3/smbd: call dos_mode_from_name after SMB_VFS_GET_DOS_...
2016-06-25 Ralph Boehmes3/smbd: add helper func dos_mode_from_name()
2016-03-27 Jeremy Allisons3: vfs: Use the new VFS functions for setting and...
2016-03-24 Jeremy Allisons3: Filenames: Add uint32_t flags parameter to syntheti...
2016-03-24 Richard SharpeFix an obvious error where we were converting a UNIX...
2016-03-03 Jeremy AllisonVFS: Modify chmod to take a const struct smb_filename...
2015-12-29 Uri Simchonismbd: remove function name from a DBG_INFO in a recent...
2015-12-25 Uri Simchonismbd: do not disable "store dos attributes" on-the-fly
2015-12-16 Stefan MetzmacherMerge tag 'ldb-1.1.24' into master
2015-12-16 Ralph Boehmesmbd: make "hide dot files" option work with "store...
2015-11-17 Volker Lendeckesmbd: Early return from dos_mode_debug_print
2015-11-17 Volker Lendeckesmbd: Add hex value to dos_mode_debug_print
2015-11-17 Volker Lendeckesmbd: Use dos_mode_debug_print in get_ea_dos_attribute
2015-11-17 Volker Lendeckesmbd: Use dos_mode_debug_print in dos_mode_from_sbuf
2015-11-17 Volker Lendeckesmbd: Use dos_mode_debug_print in dos_mode_msdfs
2015-11-17 Volker Lendeckesmbd: Streamline dos_mode_debug_print
2015-07-09 Christof Schmittdosmode: Change message of result to informational
2015-05-06 Richard SharpeConvert all uses of uint8/16/32 to _t in source3/smbd.
2015-03-09 David Disseldorps3/smbd: fix FSCTL_SET_SPARSE permission checks
2014-12-04 Ralph Boehmes3:vfs: add create tags to SMB_VFS_CREATEFILE
2014-08-28 David Disseldorpdosmode: fix FSCTL_SET_SPARSE request validation
2014-08-11 Volker Lendeckevfs3: Pass "lease" through SMB_VFS_CREATE_FILE
2014-06-30 Volker Lendeckelib: Align nt_time_to_unix_timespec with unix_timespec_...
2014-06-30 Volker Lendeckelib: Align unix_timespec_to_nt_time with nt_time_to_uni...
2014-05-13 Christof Schmittsmbd: Remove unused code for dos attributes in stat...
2014-05-02 Jeremy Allisons3: smbd: change file_set_dosmode() to use get_file_han...
2014-02-08 Garming Samparam: rename lp function and variable from "inherit_pe...
2014-02-08 Garming Samparam: rename lp function and variable from 'force_dir_...
2014-02-03 Michael Adamloadparm: rename lp[cfg]_dir_mask to lp[cfg]_directory_...
2013-11-22 David Disseldorps3-smbd: support FILE_ATTRIBUTE_COMPRESSED
2013-11-22 David Disseldorpsmbd: split out dos_mode debug print function
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-08-19 Richard SharpeFix bug #10097 - MacOSX 10.9 will not follow path-based...
2013-06-06 Christof Schmittsmbd: Change logging when SET_OFFLINE is not supported
2013-05-06 Jeremy AllisonAllow "store dos attributes" to override the other...
2013-04-27 Jeremy AllisonCheck for WRITE_ACCESS on the file before overriding...
2013-04-27 Jeremy AllisonEnsure we don't try the open_file_fchmod() if we can...
2013-04-27 Jeremy AllisonRemove indentation around code wrapped by unneeded...
2013-04-27 Jeremy AllisonAdd early return in file_set_dosmode() on a read only...
2013-04-17 Volker Lendeckesmbd: Convert set_create_timespec_ea to synthetic_smb_fname
2013-04-17 Volker Lendeckesmbd: Convert unix_mode to synthetic_smb_fname
2013-02-19 Michael Adams3:smbd: preserve file type mode bits in file_set_dosmode()
2012-10-17 Michael Adams3:smbd: also log the "offline" flag when debugging...
2012-07-24 Andrew Bartlettlib/param: Move all enum declarations to lib/param
2012-07-18 Rusty Russellloadparm: make the source3/ lp_ functions take an expli...
2012-07-04 Björn Jackes3: if we know a file is immutable, report it to be...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-4.0.0alpha16
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_ARCHIVE intead of aARCH
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_DIRECTORY intead of aDIR
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_SYSTEM intead of aSYSTEM
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_HIDDEN intead of aHIDDEN
2011-04-29 Andrew Bartletts3-smb Use FILE_ATTRIBUTE_READONLY intead of aRONLY
2011-04-15 Jeremy AllisonUse handle based xattr set if available.
2011-03-31 Jeremy AllisonFix bug #7996 - sgid bit lost on folder rename.
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2011-03-02 Volker Lendeckes3: Pass smb_filename through the set_offline vfs op
2011-03-02 Volker Lendeckes3: Pass smb_filename through the is_offline vfs op
2011-02-10 Michael Adams3:smbd: fix switch indentation level in get_ea_dos_att...
2010-12-29 Jeremy AllisonFix bug #7892 - open_file_fchmod() leaves a stale lock.
2010-12-21 Jeremy AllisonKeep track of the sparse status of an open file handle...
2010-12-20 Jeremy AllisonFrom metze's work on sparse attributes. FILE_ATTRIBUTE_...
2010-12-17 Jeremy AllisonMove checks inside file_set_sparse() to allow it to...
next