vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()
[samba.git] / source3 / modules / vfs_unityed_media.c
2020-10-02 Ralph Boehmevfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()
2020-08-03 Ralph Boehmelib: relicense smb_strtoul(l) under LGPLv3
2020-05-21 Ralph Boehmevfs: remove SMB_VFS_OPEN()
2020-05-21 Ralph Boehmevfs_unityed_media: implement SMB_VFS_OPENAT()
2020-05-21 Ralph Boehmesmbd: add dirfsp arg to SMB_VFS_CREATE_FILE()
2020-05-14 Ralph Boehmevfs: remove root_dir_fid arg from SMB_VFS_CREATE_FILE()
2020-05-07 Jeremy Allisons3: VFS: unityed_media. Remove get_nt_acl_fn().
2020-05-07 Jeremy Allisons3: VFS: unityed_media. Add um_get_nt_acl_at().
2020-05-05 Ralph Boehmesmbd: vfs: convert link_contents arg of SMB_VFS_SYMLINK...
2020-05-05 Ralph Boehmesmbd: add twrp arg to synthetic_smb_fname()
2020-03-24 Ralph Boehmevfs: remove SMB_VFS_OPENDIR()
2019-10-15 Jeremy Allisons3: VFS: vfs_cap: Remove chown_fn().
2019-10-10 Jeremy Allisons3: VFS: vfs_unityed_media: Remove rmdir_fn. No longer...
2019-09-26 Jeremy Allisons3: VFS: vfs_unityed_media: Remove unlink_fn. No longer...
2019-09-26 Jeremy Allisons3: VFS: vfs_unityed_media. Implement unlinkat().
2019-09-11 Jeremy Allisons3: VFS: vfs_unityed_media. Remove mkdir_fn(). No longe...
2019-09-11 Jeremy Allisons3: VFS: vfs_unityed_media. Implement mkdirat().
2019-09-03 Jeremy Allisons3: VFS: vfs_unityed_media. Remove symlink_fn(). No...
2019-09-03 Jeremy Allisons3: VFS: vfs_unityed_media. Implement symlinkat().
2019-08-23 Jeremy Allisons3: VFS: vfs_unityed_media. Remove readlink_fn(). No...
2019-08-23 Jeremy Allisons3: VFS: vfs_unityed_media. Implement readlinkat().
2019-08-22 Jeremy Allisons3: VFS: vfs_unityed_media. Remove mknod_fn(). No longe...
2019-08-22 Jeremy Allisons3: VFS: vfs_unityed_media. Implement mknodat().
2019-08-20 Jeremy Allisons3: VFS: vfs_unityed_media. Remove link_fn(). No longer...
2019-08-20 Jeremy Allisons3: VFS: vfs_unityed_media. Implement linkat().
2019-08-16 Jeremy Allisons3: VFS: vfs_unityed_media. Remove rename_fn(). No...
2019-08-16 Jeremy Allisons3: VFS: vfs_unityed_media. Implement renameat().
2019-08-09 Volker Lendeckesmbd: Make "lease" const in SMB_VFS_CREATE_FILE()
2019-06-30 Swen Schilligsource3: Update all consumers of strtoul_err(), strtoul...
2019-03-01 Swen Schilligmodules: Use wrapper for string to integer conversion
2018-07-27 Ralph Boehmes3: vfs: add SMB_VFS_GETXATTRAT_SEND/RECV
2018-05-25 Jeremy Allisons3: VFS: Remove SMB_VFS_CHMOD_ACL().
2017-12-18 Christof Schmittvfs: Use static_decl_vfs in all VFS modules
2017-11-11 Uri Simchonivfs_unityed_media: remove handling of init_search_op
2017-07-01 Jeremy Allisons3: VFS: Change SMB_VFS_REALPATH to take and return...
2017-07-01 Jeremy Allisons3: VFS: Change SMB_VFS_CHDIR to use const struct smb_f...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_SYMLINK to use const struct...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_READLINK to use const struct...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_STATVFS to use const struct...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_LINK to use const struct smb_fi...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_CHFLAGS to use const struct...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_MKNOD to use const struct smb_f...
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_REMOVEXATTR to use const struct...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_LISTXATTR to use const struct...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_SYS_ACL_SET_FILE to use const...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const...
2017-05-31 Jeremy Allisons3: VFS: Change SMB_VFS_SYS_ACL_DELETE_DEF_FILE to...
2017-04-21 Jeremy Allisonlib: modules: Change XXX_init interface from XXX_init...
2016-10-11 Ralph Boehmes3/vfs: remove now unused is_offline/set_offline VFS...
2016-03-24 Jeremy Allisons3: Filenames: Add uint32_t flags parameter to syntheti...
2016-03-09 Volker Lendeckevfs_united_media: Fix CID 1355492 Uninitialized scalar...
2016-03-07 Jeremy Allisons3: smbd: Change open_streams_for_delete() to take...
2016-03-05 Jeremy AllisonVFS: Modify lchown to take a const struct smb_filename...
2016-03-05 Jeremy AllisonVFS: Modify chown to take a const struct smb_filename...
2016-03-03 Jeremy AllisonVFS: Modify chmod_acl to take a const struct smb_filena...
2016-03-03 Jeremy AllisonVFS: Modify chmod to take a const struct smb_filename...
2016-03-01 Jeremy AllisonVFS: Modify opendir to take a const struct smb_filename...
2016-02-25 Jeremy AllisonVFS: Modify rmdir to take a const struct smb_filename...
2016-02-24 Jeremy Allisons3: VFS: Modify mkdir to take a const struct smb_filena...
2016-02-16 Jeremy Allisons3: VFS: Modify SMB_VFS_GET_NT_ACL to take a const...
2015-05-06 Richard SharpeConvert all uint8/16/32 to _t in all modules.
2015-01-10 Ralph Boehmevfs_unityed_media: VFS module for sharing AVID projects