summaryrefslogtreecommitdiff
path: root/source3/modules/vfs_snapper.c
Commit message (Expand)AuthorAgeFilesLines
* s3: VFS: Change SMB_VFS_REALPATH to take and return struct smb_filename * ins...Jeremy Allison2017-07-011-17/+25
* s3: VFS: Change SMB_VFS_CHDIR to use const struct smb_filename * instead of c...Jeremy Allison2017-07-011-11/+31
* s3: VFS: Change SMB_VFS_SYMLINK to use const struct smb_filename * instead of...Jeremy Allison2017-06-181-7/+15
* s3: VFS: Change SMB_VFS_READLINK to use const struct smb_filename * instead o...Jeremy Allison2017-06-181-11/+26
* s3: VFS: Change SMB_VFS_LINK to use const struct smb_filename * instead of co...Jeremy Allison2017-06-181-7/+15
* s3: VFS: Change SMB_VFS_GET_QUOTA to use const struct smb_filename * instead ...Jeremy Allison2017-06-181-15/+31
* s3: VFS: Change SMB_VFS_DISK_FREE to use const struct smb_filename * instead ...Jeremy Allison2017-06-181-17/+34
* s3: VFS: Change SMB_VFS_CHFLAGS to use const struct smb_filename * instead of...Jeremy Allison2017-06-181-12/+29
* s3: VFS: Change SMB_VFS_MKNOD to use const struct smb_filename * instead of c...Jeremy Allison2017-06-181-13/+26
* s3: VFS: Change SMB_VFS_GETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-06-011-12/+33
* s3: VFS: Change SMB_VFS_SETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-05-311-12/+32
* s3: VFS: Change SMB_VFS_REMOVEXATTR to use const struct smb_filename * instea...Jeremy Allison2017-05-311-11/+32
* s3: VFS: Change SMB_VFS_LISTXATTR to use const struct smb_filename * instead ...Jeremy Allison2017-05-311-11/+30
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-221-2/+2
* vfs: Fix warnings for time_t != longVolker Lendecke2016-10-191-2/+3
* s3: vfs: snapper: Fix snapper_gmt_strip_snapshot() function to strip @GMT tok...Jeremy Allison2016-08-181-2/+20
* s3: vfs: snapper: Add and use len_before_gmt, calculated as (p-name).Jeremy Allison2016-08-181-3/+5
* s3-vfs/snapper: Fix compiler errors when building with --address-sanitizerAndrew Bartlett2016-06-161-4/+4
* s3:modules/vfs_snapper squelch -O3 compile warningChristian Ambach2016-05-131-1/+1
* s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().Jeremy Allison2016-03-241-8/+16
* VFS: Modify chown to take a const struct smb_filename * instead of const char *Jeremy Allison2016-03-051-8/+25
* VFS: Modify chmod_acl to take a const struct smb_filename * instead of const ...Jeremy Allison2016-03-031-5/+20
* VFS: Modify chmod to take a const struct smb_filename * instead of const char *Jeremy Allison2016-03-031-8/+25
* VFS: Modify opendir to take a const struct smb_filename * instead of const ch...Jeremy Allison2016-03-011-5/+20
* VFS: Modify rmdir to take a const struct smb_filename * instead of const char *Jeremy Allison2016-02-251-4/+15
* s3: VFS: Modify mkdir to take a const struct smb_filename * instead of const ...Jeremy Allison2016-02-241-4/+16
* FIXUP: s3: VFS: Modify SMB_VFS_GET_NT_ACL to take a const struct smb_filename *Ralph Boehme2016-02-161-6/+27
* vfs_snapper: add get_quota functionUri Simchoni2016-01-261-0/+34
* s3-vfs_snapper: Fix a possible use without init warningAndreas Schneider2015-11-171-1/+1
* Convert all uint8/16/32 to _t in all modules.Richard Sharpe2015-05-061-2/+2
* vfs_snapper: create/delete snapshot supportDavid Disseldorp2015-03-311-0/+586
* s3/vfs: remove unused SMB_VFS_DISK_FREE() small_query parameterDavid Disseldorp2015-02-171-6/+4
* vfs_snapper: encode and decode Snapper DBus stringsDavid Disseldorp2015-01-221-16/+94
* vfs_snapper: add DBus string encoding and decoding helpersDavid Disseldorp2015-01-221-0/+124
* vfs_snapper: free dbus req messages in error pathsDavid Disseldorp2015-01-221-0/+4
* vfs_snapper: check for <linux/ioctl.h>Ralph Boehme2014-11-091-0/+2
* vfs_snapper: use a talloc hierarchy for arraysDavid Disseldorp2014-06-301-27/+5
* vfs_snapper: don't redefine GMT_FORMAT macroDavid Disseldorp2014-06-301-2/+1
* vfs: add previous file version support for vfs_snapperDavid Disseldorp2014-06-301-0/+1215
* vfs: add vfs_snapper moduleDavid Disseldorp2014-06-301-0/+827