vfs_shadow_copy2: Fix a log message
[samba.git] / source3 / modules / vfs_shadow_copy2.c
2020-06-21 Anoop C Svfs_shadow_copy2: Fix a log message
2020-06-03 Jeremy Allisons3: VFS: shadow_copy2. Ensure read_dfs_pathat() returns...
2020-06-03 Jeremy Allisons3: VFS: Change the function signature for SMB_VFS_READ...
2020-05-21 Ralph Boehmevfs: remove SMB_VFS_OPEN()
2020-05-21 Ralph Boehmevfs_shadow_copy2: use SMB_VFS_NEXT_OPENAT() in shadow_c...
2020-05-21 Ralph Boehmevfs_shadow_copy2: implement SMB_VFS_OPENAT()
2020-05-21 Ralph Boehmesmbd: rename create_internal_dirfsp_at() to create_inte...
2020-05-21 Ralph Boehmesmbd: remove dirfsp arg from [create|open]_internal_dir...
2020-05-07 Jeremy Allisons3: VFS: shadow_copy2. Remove get_nt_acl_fn().
2020-05-07 Jeremy Allisons3: VFS: shadow_copy2. Add shadow_copy2_get_nt_acl_at().
2020-05-07 Jeremy Allisons3: VFS: Remove now-unused variable in shadow_copy2_get...
2020-05-06 Ralph Boehmevfs_shadow_copy2: implement case canonicalisation in...
2020-05-06 Ralph Boehmevfs_shadow_copy2: log caller location in shadow_copy2_s...
2020-05-05 Ralph Boehmesmbd: strip @GMT token in canonicalize_snapshot_path()
2020-05-05 Ralph Boehmevfs_shadow_copy2: use struct smb_filename.twrp instead...
2020-05-05 Ralph Boehmevfs_shadow_copy2: use smb_fname->twrp in shadow_copy2_s...
2020-05-05 Ralph Boehmevfs_shadow_copy2: pass orig_name as struct smb_filename...
2020-05-05 Ralph Boehmesmbd: vfs: convert link_contents arg of SMB_VFS_SYMLINK...
2020-05-05 Ralph Boehmesmbd: convert SMB_VFS_GET_REAL_FILENAME() arg path...
2020-05-05 Ralph Boehmesmbd: add twrp arg to synthetic_smb_fname()
2020-05-04 Jeremy Allisons3: smbd: Add a dirfsp parameter to smbd_check_access_r...
2020-04-30 Jeremy Allisons3: VFS: shadow_copy2. SMB_VFS_FGET_NT_ACL() makes...
2020-04-03 Ralph Boehmesmbd: move files_struct.can_write to a bitfield
2020-03-24 Ralph Boehmevfs: remove SMB_VFS_OPENDIR()
2020-03-24 Ralph Boehmevfs_shadow_copy2: use create_internal_dirfsp_at() and...
2020-02-18 Jeremy Allisons3: VFS: shadow_copy2: Add shadow_copy2_read_dfs_pathat().
2020-01-10 Jeremy Allisons3: VFS: Implement create_dfs_pathat() in shadow_copy2.
2019-11-20 Volker Lendeckevfs: Fix a typo
2019-10-15 Jeremy Allisons3: VFS: vfs_shadow_copy2: Remove chown_fn().
2019-10-10 Jeremy Allisons3: VFS: vfs_shadow_copy2: Remove rmdir_fn(). No longer...
2019-09-26 Jeremy Allisons3: VFS: vfs_shadow_copy2: Remove unlink_fn. No longer...
2019-09-26 Jeremy Allisons3: VFS: vfs_shadow_copy2. Implement unlinkat().
2019-09-19 Karolin Seegers3/vfs_shadow_copy2.c: Fix typo in comment.
2019-09-11 Jeremy Allisons3: VFS: vfs_shadow_copy2. Remove mkdir_fn(). No longer...
2019-09-11 Jeremy Allisons3: VFS: vfs_shadow_copy2. Implement mkdirat().
2019-09-03 Jeremy Allisons3: VFS: vfs_shadow_copy2. Remove symlink_fn(). No...
2019-09-03 Jeremy Allisons3: VFS: vfs_shadow_copy2. Implement symlinkat().
2019-08-23 Jeremy Allisons3: VFS: vfs_shadow_copy2. Remove readlink_fn(). No...
2019-08-23 Jeremy Allisons3: VFS: vfs_shadow_copy2. Implement readlinkat().
2019-08-22 Jeremy Allisons3: VFS: vfs_shadow_copy2. Remove mknod_fn(). No longer...
2019-08-22 Jeremy Allisons3: VFS: vfs_shadow_copy2. Implement mknodat().
2019-08-20 Jeremy Allisons3: VFS: vfs_shadow_copy2. Remove link_fn(). No longer...
2019-08-20 Jeremy Allisons3: VFS: vfs_shadow_copy2. Implement linkat().
2019-08-16 Jeremy Allisons3: VFS: vfs_shadow_copy2. Remove rename_fn(). No longe...
2019-08-16 Jeremy Allisons3: VFS: vfs_shadow_copy2. Implement renameat().
2019-08-07 Jeremy Allisons3: VFS: Make setxattr return errno = EROFS on a shadow...
2019-08-07 Jeremy Allisons3: VFS: Make removexattr return errno = EROFS on a...
2019-08-07 Jeremy Allisons3: VFS: Make chflags return errno = EROFS on a shadow...
2019-08-07 Jeremy Allisons3: VFS: Make rmdir return errno = EROFS on a shadow...
2019-08-07 Jeremy Allisons3: VFS: Make mkdir return errno = EROFS on a shadow...
2019-08-07 Jeremy Allisons3: VFS: Make mknod return errno = EROFS on a shadow...
2019-08-07 Jeremy Allisons3: VFS: Make ntimes return errno = EROFS on a shadow...
2019-08-07 Jeremy Allisons3: VFS: Make chown return errno = EROFS on a shadow...
2019-08-07 Jeremy Allisons3: VFS: Make chmod return errno = EROFS on a shadow...
2019-08-07 Jeremy Allisons3: VFS: Make unlink return errno = EROFS on a shadow...
2018-11-30 Olly BettsFix spelling mistakes
2018-11-27 Ralph Boehmevfs_shadow_copy2: in fstat also convert fsp->fsp_name...
2018-11-27 Ralph Boehmevfs_shadow_copy2: nicely deal with attempts to open...
2018-11-27 Ralph Boehmevfs_shadow_copy2: add shadow_copy2_strip_snapshot_converted
2018-11-27 Ralph Boehmevfs_shadow_copy2: add _already_converted arg to shadow_...
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-07-01 Jeremy Allisons3: VFS: Change SMB_VFS_CONNECTPATH to take const struc...
2017-07-01 Jeremy Allisons3: VFS: Change SMB_VFS_REALPATH to take and return...
2017-07-01 Jeremy Allisons3: VFS: Change SMB_VFS_GETWD to return struct smb_file...
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_LINK to use const struct smb_fi...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_GET_QUOTA to use const struct...
2017-06-18 Jeremy Allisons3: VFS: Change SMB_VFS_DISK_FREE to use const struct...
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-04-21 Jeremy Allisonlib: modules: Change XXX_init interface from XXX_init...
2017-04-11 Michael Adams3:vfs:shadow_copy2: fix corner case of "/@GMT-token...
2017-04-11 Michael Adams3:vfs:shadow_copy2: fix the corner case if cwd=/ in...
2017-04-11 Michael Adams3:vfs:shadow_copy2: fix quoting in debug messages
2017-02-23 Andreas Schneiders3-vfs: Do not deref a NULL pointer in shadow_copy2_sna...
2017-01-30 Jeremy Allisons3: VFS: Don't allow symlink, link or rename on already...
2017-01-30 Jeremy Allisons3: VFS: shadow_copy2: Fix usage of saved_errno to...
2017-01-30 Jeremy Allisons3: VFS: shadow_copy2: Fix a memory leak in the connect...
2017-01-30 Jeremy Allisons3: VFS: shadow_copy2: Fix module to work with variable...
2017-01-30 Jeremy Allisons3: VFS: Add utility function check_for_converted_path().
2017-01-30 Jeremy Allisons3: VFS: Ensure shadow:format cannot contain a / path...
2017-01-30 Jeremy Allisons3: VFS: Allow shadow_copy2_connectpath() to return...
2017-01-30 Jeremy Allisons3: VFS: shadow_copy2: Fix chdir to store off the neede...
2017-01-30 Jeremy Allisons3: VFS: shadow_copy2: Add two currently unused functio...
2017-01-30 Jeremy Allisons3: VFS: shadow_copy2: Change a parameter name.
2017-01-30 Jeremy Allisons3: VFS: shadow_copy2: Add a wrapper function to call...
2017-01-30 Jeremy Allisons3: VFS: shadow_copy2: Add two new variables to the...
2017-01-30 Jeremy Allisons3: VFS: shadow_copy2: Fix length comparison to ensure...
2017-01-30 Jeremy Allisons3: VFS: shadow_copy2: Ensure pathnames for parameters...
2017-01-30 Jeremy Allisons3: VFS: shadow_copy2: Correctly initialize timestamp...
2016-09-25 Günther Deschners3-modules: fix build warning in vfs shadow copy2 module
2016-08-25 Uri Simchonivfs_shadow_copy: handle non-existant files and wildcards
next