summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_media_harmony.c
Commit message (Expand)AuthorAgeFilesLines
* s3: VFS: vfs_media_harmony: Remove chown_fn().Jeremy Allison2019-10-151-35/+0
* s3: VFS: vfs_media_harmony: Remove rmdir_fn(). No longer used.Jeremy Allison2019-10-101-36/+0
* s3: VFS: vfs_media_harmony: Remove unlink_fn. No longer used.Jeremy Allison2019-09-261-36/+0
* s3: VFS: vfs_media_harmony. Implement unlinkat().Jeremy Allison2019-09-261-0/+42
* s3: VFS: vfs_media_harmony. Remove mkdir_fn(). No longer used.Jeremy Allison2019-09-111-37/+0
* s3: VFS: vfs_media_harmony. Implement mkdirat().Jeremy Allison2019-09-111-0/+43
* s3: VFS: vfs_media_harmony. Remove symlink_fn(). No longer used.Jeremy Allison2019-09-031-44/+0
* s3: VFS: vfs_media_harmony. Implement symlinkat().Jeremy Allison2019-09-031-0/+47
* s3: VFS: vfs_media_harmony. Remove readlink_fn(). No longer used.Jeremy Allison2019-08-231-32/+0
* s3: VFS: vfs_media_harmony. Implement readlinkat().Jeremy Allison2019-08-231-0/+42
* s3: VFS: vfs_media_harmony. Remove mknod_fn(). No longer used.Jeremy Allison2019-08-221-35/+0
* s3: VFS: vfs_media_harmony. Implement mknodat().Jeremy Allison2019-08-221-0/+45
* s3: VFS: vfs_media_harmony. Remove link_fn(). No longer used.Jeremy Allison2019-08-201-41/+0
* s3: VFS: vfs_media_harmony. Implement linkat().Jeremy Allison2019-08-201-0/+53
* s3: VFS: vfs_media_harmony. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-57/+0
* s3: VFS: vfs_media_harmony. Implement renameat().Jeremy Allison2019-08-161-0/+65
* smbd: Make "lease" const in SMB_VFS_CREATE_FILE()Volker Lendecke2019-08-091-1/+1
* s3: vfs: add SMB_VFS_GETXATTRAT_SEND/RECVRalph Boehme2018-07-271-0/+2
* s3: VFS: Remove SMB_VFS_CHMOD_ACL().Jeremy Allison2018-05-251-35/+0
* vfs: Use static_decl_vfs in all VFS modulesChristof Schmitt2017-12-181-1/+1
* vfs_media_harmony: remove handling of init_search_opUri Simchoni2017-11-111-13/+0
* s3: VFS: Change SMB_VFS_REALPATH to take and return struct smb_filename * ins...Jeremy Allison2017-07-011-21/+13
* s3: VFS: Change SMB_VFS_CHDIR to use const struct smb_filename * instead of c...Jeremy Allison2017-07-011-15/+11
* s3: VFS: Change SMB_VFS_SYMLINK to use const struct smb_filename * instead of...Jeremy Allison2017-06-181-27/+21
* s3: VFS: Change SMB_VFS_READLINK to use const struct smb_filename * instead o...Jeremy Allison2017-06-181-15/+9
* s3: VFS: Change SMB_VFS_STATVFS to use const struct smb_filename * instead of...Jeremy Allison2017-06-181-16/+15
* s3: VFS: Change SMB_VFS_LINK to use const struct smb_filename * instead of co...Jeremy Allison2017-06-181-24/+18
* s3: VFS: Change SMB_VFS_CHFLAGS to use const struct smb_filename * instead of...Jeremy Allison2017-06-181-12/+9
* s3: VFS: Change SMB_VFS_MKNOD to use const struct smb_filename * instead of c...Jeremy Allison2017-06-181-12/+9
* s3: VFS: Change SMB_VFS_GETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-06-011-17/+13
* s3: VFS: Change SMB_VFS_SETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-05-311-16/+11
* s3: VFS: Change SMB_VFS_REMOVEXATTR to use const struct smb_filename * instea...Jeremy Allison2017-05-311-16/+11
* s3: VFS: Change SMB_VFS_LISTXATTR to use const struct smb_filename * instead ...Jeremy Allison2017-05-311-15/+12
* s3: VFS: Change SMB_VFS_SYS_ACL_SET_FILE to use const struct smb_filename * i...Jeremy Allison2017-05-311-15/+11
* s3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const struct smb_filename * i...Jeremy Allison2017-05-311-18/+16
* s3: VFS: Change SMB_VFS_SYS_ACL_DELETE_DEF_FILE to use const struct smb_filen...Jeremy Allison2017-05-311-16/+11
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-2/+2
* s3/vfs: remove now unused is_offline/set_offline VFS functionsRalph Boehme2016-10-111-77/+0
* s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().Jeremy Allison2016-03-241-2/+4
* s3: smbd: Change open_streams_for_delete() to take a struct smb_filename *.Jeremy Allison2016-03-071-19/+18
* VFS: Modify lchown to take a const struct smb_filename * instead of const char *Jeremy Allison2016-03-051-14/+11
* VFS: Modify chown to take a const struct smb_filename * instead of const char *Jeremy Allison2016-03-051-14/+11
* VFS: Modify chmod_acl to take a const struct smb_filename * instead of const ...Jeremy Allison2016-03-031-14/+11
* VFS: Modify chmod to take a const struct smb_filename * instead of const char *Jeremy Allison2016-03-031-14/+11
* VFS: Modify opendir to take a const struct smb_filename * instead of const ch...Jeremy Allison2016-03-011-6/+18
* VFS: Modify rmdir to take a const struct smb_filename * instead of const char *Jeremy Allison2016-02-251-14/+11
* s3: VFS: Modify mkdir to take a const struct smb_filename * instead of const ...Jeremy Allison2016-02-241-14/+11
* s3: VFS: Modify SMB_VFS_GET_NT_ACL to take a const struct smb_filename * inst...Jeremy Allison2016-02-161-5/+16
* Convert all uint8/16/32 to _t in all modules.Richard Sharpe2015-05-061-3/+3
* s3:vfs: add create tags to SMB_VFS_CREATEFILERalph Boehme2014-12-041-3/+9