summaryrefslogtreecommitdiff
path: root/source3/include/vfs_macros.h
AgeCommit message (Expand)AuthorFilesLines
2019-01-11s3:smbd: let SMB_VFS_GETXATTRAT_SEND() do explicit impersonationRalph Boehme1-4/+4
2018-07-27s3: vfs: add SMB_VFS_GET_DOS_ATTRIBUTES_SEND/RECVRalph Boehme1-0/+15
2018-07-27s3: vfs: add SMB_VFS_GETXATTRAT_SEND/RECVRalph Boehme1-0/+18
2018-05-25s3: VFS: Remove SMB_VFS_FCHMOD_ACL().Jeremy Allison1-5/+0
2018-05-25s3: VFS: Remove SMB_VFS_CHMOD_ACL().Jeremy Allison1-5/+0
2018-05-05s3: VFS: Remove SMB_VFS_WRITE() function and all implementations.Jeremy Allison1-5/+0
2018-05-04s3: VFS: Remove SMB_VFS_READ() function and all implementations.Jeremy Allison1-5/+0
2017-11-11vfs: remove SMB_VFS_INIT_SEARCH_OPUri Simchoni1-5/+0
2017-07-11s3/vfs: rename SMB_VFS_STRICT_LOCK to SMB_VFS_STRICT_LOCK_CHECKRalph Boehme1-4/+4
2017-07-10s3/vfs: remove SMB_VFS_STRICT_UNLOCKRalph Boehme1-5/+0
2017-07-03s3/smbd: remove unneeded flags argument from SMB_VFS_OFFLOAD_WRITE_SENDRalph Boehme1-4/+4
2017-07-03s3/vfs: make SMB_VFS_OFFLOAD_WRITE_SEND offload token basedRalph Boehme1-4/+4
2017-07-03s3/vfs: rename SMB_VFS_COPY_CHUNK_SEND/RECV to SMB_VFS_OFFLOAD_WRITE_SEND/RECVRalph Boehme1-9/+9
2017-07-03s3/vfs: add SMB_VFS_OFFLOAD_READ_SEND/RECVRalph Boehme1-0/+10
2017-07-01s3: VFS: Change SMB_VFS_CONNECTPATH to take const struct smb_filename * inste...Jeremy Allison1-4/+4
2017-07-01s3: VFS: Change SMB_VFS_REALPATH to take and return struct smb_filename * ins...Jeremy Allison1-4/+4
2017-07-01s3: VFS: Change SMB_VFS_GETWD to return struct smb_filename * instead of char *.Jeremy Allison1-4/+4
2017-07-01s3: VFS: Change SMB_VFS_CHDIR to use const struct smb_filename * instead of c...Jeremy Allison1-4/+4
2017-06-18s3: VFS: Change SMB_VFS_READLINK to use const struct smb_filename * instead o...Jeremy Allison1-4/+4
2017-06-18s3: VFS: Change SMB_VFS_STATVFS to use const struct smb_filename * instead of...Jeremy Allison1-4/+4
2017-06-18s3: VFS: Change SMB_VFS_GET_QUOTA to use const struct smb_filename * instead ...Jeremy Allison1-4/+4
2017-06-18s3: VFS: Change SMB_VFS_DISK_FREE to use const struct smb_filename * instead ...Jeremy Allison1-4/+4
2017-06-18s3: VFS: Change SMB_VFS_CHFLAGS to use const struct smb_filename * instead of...Jeremy Allison1-4/+4
2017-06-18s3: VFS: Change SMB_VFS_MKNOD to use const struct smb_filename * instead of c...Jeremy Allison1-4/+4
2017-06-01s3: VFS: Change SMB_VFS_GETXATTR to use const struct smb_filename * instead o...Jeremy Allison1-4/+4
2017-05-31s3: VFS: Change SMB_VFS_SETXATTR to use const struct smb_filename * instead o...Jeremy Allison1-4/+4
2017-05-31s3: VFS: Change SMB_VFS_REMOVEXATTR to use const struct smb_filename * instea...Jeremy Allison1-4/+4
2017-05-31s3: VFS: Change SMB_VFS_LISTXATTR to use const struct smb_filename * instead ...Jeremy Allison1-4/+4
2017-05-31s3: VFS: Change SMB_VFS_SYS_ACL_SET_FILE to use const struct smb_filename * i...Jeremy Allison1-4/+4
2017-05-31s3: VFS: Change SMB_VFS_SYS_ACL_BLOB_GET_FILE to use const struct smb_filenam...Jeremy Allison1-4/+4
2017-05-31s3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const struct smb_filename * i...Jeremy Allison1-4/+4
2017-05-31s3: VFS: Change SMB_VFS_SYS_ACL_DELETE_DEF_FILE to use const struct smb_filen...Jeremy Allison1-4/+4
2017-05-10vfs: add parameter to copy chunk VFS function to handle dup_extentsAurelien Aptel1-4/+4
2016-10-11s3/vfs: remove now unused is_offline/set_offline VFS functionsRalph Boehme1-10/+0
2016-03-27s3: vfs: Add VFS functions for setting and getting DOS attributes.Richard Sharpe1-0/+18
2016-03-07s3: smbd: Change open_streams_for_delete() to take a struct smb_filename *.Jeremy Allison1-4/+4
2016-03-05VFS: Modify lchown to take a const struct smb_filename * instead of const char *Jeremy Allison1-4/+4
2016-03-05VFS: Modify chown to take a const struct smb_filename * instead of const char *Jeremy Allison1-4/+4
2016-03-03VFS: Modify chmod_acl to take a const struct smb_filename * instead of const ...Jeremy Allison1-4/+4
2016-03-03VFS: Modify chmod to take a const struct smb_filename * instead of const char *Jeremy Allison1-4/+4
2016-03-01VFS: Modify opendir to take a const struct smb_filename * instead of const ch...Jeremy Allison1-4/+4
2016-02-25VFS: Modify rmdir to take a const struct smb_filename * instead of const char *Jeremy Allison1-4/+4
2016-02-24s3: VFS: Modify mkdir to take a const struct smb_filename * instead of const ...Jeremy Allison1-4/+4
2016-02-16s3: VFS: Modify SMB_VFS_GET_NT_ACL to take a const struct smb_filename * inst...Jeremy Allison1-4/+4
2016-01-26vfs: add path parameter to get_quotaUri Simchoni1-4/+4
2015-07-07smbd: Remove SMB_VFS_NOTIFY_WATCHVolker Lendecke1-5/+0
2015-03-31vfs: add snapshot create/delete hooksDavid Disseldorp1-0/+15
2015-02-17s3/vfs: remove unused SMB_VFS_DISK_FREE() small_query parameterDavid Disseldorp1-4/+4
2014-12-04s3:vfs: add create tags to SMB_VFS_CREATEFILERalph Boehme1-5/+7
2014-12-04s3:vfs: add SMB_VFS_READDIR_ATTR()Ralph Boehme1-0/+5