summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_shadow_copy2.c
Commit message (Expand)AuthorAgeFilesLines
* vfs_shadow_copy2: in fstat also convert fsp->fsp_name and fsp->base_fsp->fsp_...Ralph Boehme2018-12-131-8/+50
* vfs_shadow_copy2: nicely deal with attempts to open previous version for writingRalph Boehme2018-12-131-2/+122
* vfs_shadow_copy2: add shadow_copy2_strip_snapshot_convertedRalph Boehme2018-12-131-0/+16
* vfs_shadow_copy2: add _already_converted arg to shadow_copy2_strip_snapshot_i...Ralph Boehme2018-12-131-8/+24
* s3: VFS: Remove SMB_VFS_CHMOD_ACL().Jeremy Allison2018-05-251-49/+0
* vfs: Use static_decl_vfs in all VFS modulesChristof Schmitt2017-12-181-1/+1
* s3: VFS: Change SMB_VFS_CONNECTPATH to take const struct smb_filename * inste...Jeremy Allison2017-07-011-2/+3
* s3: VFS: Change SMB_VFS_REALPATH to take and return struct smb_filename * ins...Jeremy Allison2017-07-011-28/+32
* s3: VFS: Change SMB_VFS_GETWD to return struct smb_filename * instead of char *.Jeremy Allison2017-07-011-6/+6
* s3: VFS: Change SMB_VFS_CHDIR to use const struct smb_filename * instead of c...Jeremy Allison2017-07-011-5/+23
* s3: VFS: Change SMB_VFS_SYMLINK to use const struct smb_filename * instead of...Jeremy Allison2017-06-181-6/+15
* s3: VFS: Change SMB_VFS_READLINK to use const struct smb_filename * instead o...Jeremy Allison2017-06-181-6/+16
* s3: VFS: Change SMB_VFS_LINK to use const struct smb_filename * instead of co...Jeremy Allison2017-06-181-6/+15
* s3: VFS: Change SMB_VFS_GET_QUOTA to use const struct smb_filename * instead ...Jeremy Allison2017-06-181-8/+23
* s3: VFS: Change SMB_VFS_DISK_FREE to use const struct smb_filename * instead ...Jeremy Allison2017-06-181-15/+28
* s3: VFS: Change SMB_VFS_CHFLAGS to use const struct smb_filename * instead of...Jeremy Allison2017-06-181-5/+20
* s3: VFS: Change SMB_VFS_MKNOD to use const struct smb_filename * instead of c...Jeremy Allison2017-06-181-6/+15
* s3: VFS: Change SMB_VFS_GETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-06-011-6/+24
* s3: VFS: Change SMB_VFS_SETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-05-311-6/+21
* s3: VFS: Change SMB_VFS_REMOVEXATTR to use const struct smb_filename * instea...Jeremy Allison2017-05-311-5/+20
* s3: VFS: Change SMB_VFS_LISTXATTR to use const struct smb_filename * instead ...Jeremy Allison2017-05-311-5/+19
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-2/+2
* s3:vfs:shadow_copy2: fix corner case of "/@GMT-token" in shadow_copy2_strip_s...Michael Adam2017-04-121-3/+4
* s3:vfs:shadow_copy2: fix the corner case if cwd=/ in make_relative_pathMichael Adam2017-04-121-1/+5
* s3:vfs:shadow_copy2: fix quoting in debug messagesMichael Adam2017-04-121-2/+2
* s3-vfs: Do not deref a NULL pointer in shadow_copy2_snapshot_to_gmt()Andreas Schneider2017-02-231-0/+3
* s3: VFS: Don't allow symlink, link or rename on already converted paths.Jeremy Allison2017-01-301-12/+43
* s3: VFS: shadow_copy2: Fix usage of saved_errno to only set errno on error.Jeremy Allison2017-01-301-72/+182
* s3: VFS: shadow_copy2: Fix a memory leak in the connectpath function.Jeremy Allison2017-01-301-0/+17
* s3: VFS: shadow_copy2: Fix module to work with variable current working direc...Jeremy Allison2017-01-301-97/+85
* s3: VFS: Add utility function check_for_converted_path().Jeremy Allison2017-01-301-0/+108
* s3: VFS: Ensure shadow:format cannot contain a / path separator.Jeremy Allison2017-01-301-0/+9
* s3: VFS: Allow shadow_copy2_connectpath() to return the cached path derived f...Jeremy Allison2017-01-301-0/+10
* s3: VFS: shadow_copy2: Fix chdir to store off the needed private variables.Jeremy Allison2017-01-301-13/+68
* s3: VFS: shadow_copy2: Add two currently unused functions to make pathnames a...Jeremy Allison2017-01-301-0/+45
* s3: VFS: shadow_copy2: Change a parameter name.Jeremy Allison2017-01-301-1/+2
* s3: VFS: shadow_copy2: Add a wrapper function to call the original shadow_cop...Jeremy Allison2017-01-301-2/+17
* s3: VFS: shadow_copy2: Add two new variables to the private data. Not yet used.Jeremy Allison2017-01-301-0/+3
* s3: VFS: shadow_copy2: Fix length comparison to ensure we don't overstep a le...Jeremy Allison2017-01-301-1/+1
* s3: VFS: shadow_copy2: Ensure pathnames for parameters are correctly relative...Jeremy Allison2017-01-301-0/+5
* s3: VFS: shadow_copy2: Correctly initialize timestamp and stripped variables.Jeremy Allison2017-01-301-55/+61
* s3-modules: fix build warning in vfs shadow copy2 moduleGünther Deschner2016-09-251-1/+1
* vfs_shadow_copy: handle non-existant files and wildcardsUri Simchoni2016-08-251-1/+30
* s3: vfs: shadow_copy2: Replace all uses of (p-name) with len_before_gmt.Jeremy Allison2016-08-181-3/+3
* s3: vfs: shadow_copy2. Remove any trailing slash when stripping @GMT-YYYY... ...Jeremy Allison2016-08-171-0/+7
* s3: vfs: shadow_copy2: Re-use an existing variable already set to the right v...Jeremy Allison2016-08-171-1/+2
* shadow_copy2: Fix error handling in shadow_copy2_get_shadow_copy_dataRajesh Joseph2016-07-281-18/+16
* shadow_copy2: allow configurable prefix for snapshot nameRajesh Joseph2016-07-281-7/+303
* shadow_copy2: create structure to store module specific informationRajesh Joseph2016-07-281-23/+57
* shadow_copy2: Fix shadow_copy2_posix_gmt_string return typeRajesh Joseph2016-07-281-6/+6