python:tests: Store keys as bytes rather than as lists of ints
[samba.git] / source3 / modules / vfs_shadow_copy2.c
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
2016-08-18 Jeremy Allisons3: vfs: shadow_copy2: Replace all uses of (p-name...
2016-08-17 Jeremy Allisons3: vfs: shadow_copy2. Remove any trailing slash when...
2016-08-16 Jeremy Allisons3: vfs: shadow_copy2: Re-use an existing variable...
2016-07-28 Rajesh Josephshadow_copy2: Fix error handling in shadow_copy2_get_sh...
2016-07-28 Rajesh Josephshadow_copy2: allow configurable prefix for snapshot...
2016-07-28 Rajesh Josephshadow_copy2: create structure to store module specific...
2016-07-28 Rajesh Josephshadow_copy2: Fix shadow_copy2_posix_gmt_string return...
2016-03-24 Jeremy Allisons3: Filenames: Add uint32_t flags parameter to syntheti...
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...
2016-01-26 Uri Simchonivfs_shadow_copy2: add get_quota function
2016-01-25 Uri Simchonivfs_shadow_copy2: add snapsharepath parameter
2016-01-25 Uri Simchonivfs_shadow_copy2: remove basedir state variable
2016-01-22 Uri Simchonivfs_shadow_copy2: check crossmountpoints against snapdi...
2016-01-13 Uri Simchonivfs_shadow_copy2: fix case where snapshots are outside...
2016-01-13 Uri Simchonivfs_shadow_copy2: add shadow_copy2_do_convert()
2016-01-13 Michael Adamvfs:shadow_copy2: fix a debug message
2015-12-16 Jeremy AllisonCVE-2015-5299: s3-shadow-copy2: fix missing access...
2015-07-16 Ralph Boehmevfs_shadow_copy2: change log level from 0 to 1 and...
2015-05-06 Richard SharpeConvert all uint8/16/32 to _t in all modules.
2015-03-17 Volker Lendeckesource3: Replace ccan hash calls with tdb_jenkins_hash
2015-02-17 David Disseldorps3/vfs: remove unused SMB_VFS_DISK_FREE() small_query...
2014-06-27 Volker Lendeckes3-shadow-copy2: Protect against already converted...
2014-06-27 Volker Lendeckes3-shadow-copy2: Add more debugs
2014-06-27 Volker Lendeckes3-shadow-copy2: Fix incorrect case submounts
2014-06-27 Christof Schmitts3-shadow-copy2: Remove TODO and fix comments
2014-06-27 Volker Lendeckes3-shadow-copy2: Fix dir/@GMT-2012.10.15-13.48.43 form...
2014-06-27 Volker Lendeckes3-shadow-copy2: Add extreme debug output to shadow_cop...
2013-12-12 David Keegelshadow_copy2: Fix some typos
2013-12-11 Michael Adamshadow_copy2: add a comment explaining why we don't...
2013-12-11 Michael Adamshadow_copy2: revert expensive and unnecessary zero...
2013-12-06 Michael Adams3:modules:shadow_copy2: remove redundant documentation...
2013-12-06 Michael Adams3:modules:shadow_copy2: improve headline comment
next