summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_unityed_media.c
Commit message (Expand)AuthorAgeFilesLines
* s3: VFS: vfs_cap: Remove chown_fn().Jeremy Allison2019-10-151-30/+0
* s3: VFS: vfs_unityed_media: Remove rmdir_fn. No longer used.Jeremy Allison2019-10-101-29/+0
* s3: VFS: vfs_unityed_media: Remove unlink_fn. No longer used.Jeremy Allison2019-09-261-27/+0
* s3: VFS: vfs_unityed_media. Implement unlinkat().Jeremy Allison2019-09-261-0/+35
* s3: VFS: vfs_unityed_media. Remove mkdir_fn(). No longer used.Jeremy Allison2019-09-111-30/+0
* s3: VFS: vfs_unityed_media. Implement mkdirat().Jeremy Allison2019-09-111-0/+37
* s3: VFS: vfs_unityed_media. Remove symlink_fn(). No longer used.Jeremy Allison2019-09-031-39/+0
* s3: VFS: vfs_unityed_media. Implement symlinkat().Jeremy Allison2019-09-031-0/+42
* s3: VFS: vfs_unityed_media. Remove readlink_fn(). No longer used.Jeremy Allison2019-08-231-29/+0
* s3: VFS: vfs_unityed_media. Implement readlinkat().Jeremy Allison2019-08-231-0/+37
* s3: VFS: vfs_unityed_media. Remove mknod_fn(). No longer used.Jeremy Allison2019-08-221-27/+0
* s3: VFS: vfs_unityed_media. Implement mknodat().Jeremy Allison2019-08-221-0/+36
* s3: VFS: vfs_unityed_media. Remove link_fn(). No longer used.Jeremy Allison2019-08-201-34/+0
* s3: VFS: vfs_unityed_media. Implement linkat().Jeremy Allison2019-08-201-0/+47
* s3: VFS: vfs_unityed_media. Remove rename_fn(). No longer used.Jeremy Allison2019-08-161-49/+0
* s3: VFS: vfs_unityed_media. Implement renameat().Jeremy Allison2019-08-161-0/+59
* smbd: Make "lease" const in SMB_VFS_CREATE_FILE()Volker Lendecke2019-08-091-1/+1
* source3: Update all consumers of strtoul_err(), strtoull_err() to new APISwen Schillig2019-06-301-2/+5
* modules: Use wrapper for string to integer conversionSwen Schillig2019-03-011-1/+5
* s3: vfs: add SMB_VFS_GETXATTRAT_SEND/RECVRalph Boehme2018-07-271-0/+2
* s3: VFS: Remove SMB_VFS_CHMOD_ACL().Jeremy Allison2018-05-251-32/+0
* vfs: Use static_decl_vfs in all VFS modulesChristof Schmitt2017-12-181-1/+1
* vfs_unityed_media: remove handling of init_search_opUri Simchoni2017-11-111-10/+0
* s3: VFS: Change SMB_VFS_REALPATH to take and return struct smb_filename * ins...Jeremy Allison2017-07-011-11/+12
* s3: VFS: Change SMB_VFS_CHDIR to use const struct smb_filename * instead of c...Jeremy Allison2017-07-011-8/+10
* s3: VFS: Change SMB_VFS_SYMLINK to use const struct smb_filename * instead of...Jeremy Allison2017-06-181-14/+16
* s3: VFS: Change SMB_VFS_READLINK to use const struct smb_filename * instead o...Jeremy Allison2017-06-181-10/+11
* s3: VFS: Change SMB_VFS_STATVFS to use const struct smb_filename * instead of...Jeremy Allison2017-06-181-10/+12
* s3: VFS: Change SMB_VFS_LINK to use const struct smb_filename * instead of co...Jeremy Allison2017-06-181-14/+14
* s3: VFS: Change SMB_VFS_CHFLAGS to use const struct smb_filename * instead of...Jeremy Allison2017-06-181-11/+11
* s3: VFS: Change SMB_VFS_MKNOD to use const struct smb_filename * instead of c...Jeremy Allison2017-06-181-8/+8
* s3: VFS: Change SMB_VFS_GETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-06-011-8/+11
* s3: VFS: Change SMB_VFS_SETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-05-311-8/+10
* s3: VFS: Change SMB_VFS_REMOVEXATTR to use const struct smb_filename * instea...Jeremy Allison2017-05-311-8/+10
* s3: VFS: Change SMB_VFS_LISTXATTR to use const struct smb_filename * instead ...Jeremy Allison2017-05-311-8/+10
* s3: VFS: Change SMB_VFS_SYS_ACL_SET_FILE to use const struct smb_filename * i...Jeremy Allison2017-05-311-8/+17
* s3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const struct smb_filename * i...Jeremy Allison2017-05-311-11/+21
* s3: VFS: Change SMB_VFS_SYS_ACL_DELETE_DEF_FILE to use const struct smb_filen...Jeremy Allison2017-05-311-8/+18
* 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-59/+0
* s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().Jeremy Allison2016-03-241-2/+4
* vfs_united_media: Fix CID 1355492 Uninitialized scalar variableVolker Lendecke2016-03-091-0/+1
* s3: smbd: Change open_streams_for_delete() to take a struct smb_filename *.Jeremy Allison2016-03-071-9/+10
* VFS: Modify lchown to take a const struct smb_filename * instead of const char *Jeremy Allison2016-03-051-10/+12
* VFS: Modify chown to take a const struct smb_filename * instead of const char *Jeremy Allison2016-03-051-10/+12
* VFS: Modify chmod_acl to take a const struct smb_filename * instead of const ...Jeremy Allison2016-03-031-9/+13
* VFS: Modify chmod to take a const struct smb_filename * instead of const char *Jeremy Allison2016-03-031-9/+11
* VFS: Modify opendir to take a const struct smb_filename * instead of const ch...Jeremy Allison2016-03-011-6/+17
* VFS: Modify rmdir to take a const struct smb_filename * instead of const char *Jeremy Allison2016-02-251-13/+11
* s3: VFS: Modify mkdir to take a const struct smb_filename * instead of const ...Jeremy Allison2016-02-241-13/+11