s3: VFS: snapper. Remove snapper_gmt_fget_nt_acl().
[amitay/samba.git] / source3 / modules / vfs_snapper.c
2020-04-30 Jeremy Allisons3: VFS: snapper. Remove snapper_gmt_fget_nt_acl().
2020-03-24 Ralph Boehmevfs: remove SMB_VFS_OPENDIR()
2020-01-10 Jeremy Allisons3: VFS: Implement create_dfs_pathat() in snapper.
2019-10-15 Jeremy Allisons3: VFS: vfs_snapper: Remove chown_fn().
2019-10-10 Jeremy Allisons3: VFS: vfs_snapper: Remove rmdir_fn(). No longer...
2019-09-26 Jeremy Allisons3: VFS: vfs_snapper: Remove unlink_fn. No longer used.
2019-09-26 Jeremy Allisons3: VFS: vfs_snapper. Implement unlinkat().
2019-09-11 Jeremy Allisons3: VFS: vfs_snapper. Remove mkdir_fn(). No longer...
2019-09-11 Jeremy Allisons3: VFS: vfs_snapper. Implement mkdirat().
2019-09-03 Jeremy Allisons3: VFS: vfs_snapper. Remove symlink_fn(). No longer...
2019-09-03 Jeremy Allisons3: VFS: vfs_snapper. Implement symlinkat().
2019-08-23 Jeremy Allisons3: VFS: vfs_snapper. Remove readlink_fn(). No longer...
2019-08-23 Jeremy Allisons3: VFS: vfs_snapper. Implement readlinkat().
2019-08-22 Jeremy Allisons3: VFS: vfs_snapper. Remove mknod_fn(). No longer...
2019-08-22 Jeremy Allisons3: VFS: vfs_snapper. Implement mknodat().
2019-08-20 Jeremy Allisons3: VFS: vfs_snapper. Remove link_fn(). No longer used.
2019-08-20 Jeremy Allisons3: VFS: vfs_snapper. Implement linkat().
2019-08-16 Jeremy Allisons3: VFS: vfs_snapper. Remove rename_fn(). No longer...
2019-08-16 Jeremy Allisons3: VFS: vfs_snapper. Implement renameat().
2019-08-12 Jeremy Allisons3: VFS: vfs_snapper: Make setxattr return errno =...
2019-08-12 Jeremy Allisons3: VFS: vfs_snapper: Make removexattr return errno...
2019-08-12 Jeremy Allisons3: VFS: vfs_snapper: Make chflags return errno = EROFS...
2019-08-12 Jeremy Allisons3: VFS: vfs_snapper: Make rmdir return errno = EROFS...
2019-08-12 Jeremy Allisons3: VFS: vfs_snapper: Make mkdir return errno = EROFS...
2019-08-12 Jeremy Allisons3: VFS: vfs_snapper: Make mknod return errno = EROFS...
2019-08-12 Jeremy Allisons3: VFS: vfs_snapper: Make ntimes return errno = EROFS...
2019-08-12 Jeremy Allisons3: VFS: vfs_snapper: Make chown return errno = EROFS...
2019-08-12 Jeremy Allisons3: VFS: vfs_snapper: Make chmod return errno = EROFS...
2019-08-12 Jeremy Allisons3: VFS: vfs_snapper: Make unlink return errno = EROFS...
2019-06-30 Swen Schilligsource3: Update all consumers of strtoul_err(), strtoul...
2019-04-11 Swen Schilligmodules: Update error check for new string conversion...
2019-03-27 David Disseldorpvfs_snapper: drop unneeded fstat handler
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-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_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...
2016-10-18 Volker Lendeckevfs: Fix warnings for time_t != long
2016-08-18 Jeremy Allisons3: vfs: snapper: Fix snapper_gmt_strip_snapshot()...
2016-08-18 Jeremy Allisons3: vfs: snapper: Add and use len_before_gmt, calculate...
2016-06-16 Andrew Bartletts3-vfs/snapper: Fix compiler errors when building with...
2016-05-12 Christian Ambachs3:modules/vfs_snapper squelch -O3 compile warning
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 Ralph BoehmeFIXUP: s3: VFS: Modify SMB_VFS_GET_NT_ACL to take a...
2016-01-26 Uri Simchonivfs_snapper: add get_quota function
2015-11-17 Andreas Schneiders3-vfs_snapper: Fix a possible use without init warning
2015-05-06 Richard SharpeConvert all uint8/16/32 to _t in all modules.
2015-03-31 David Disseldorpvfs_snapper: create/delete snapshot support
2015-02-17 David Disseldorps3/vfs: remove unused SMB_VFS_DISK_FREE() small_query...
2015-01-21 David Disseldorpvfs_snapper: encode and decode Snapper DBus strings
2015-01-21 David Disseldorpvfs_snapper: add DBus string encoding and decoding...
2015-01-21 David Disseldorpvfs_snapper: free dbus req messages in error paths
2014-11-09 Ralph Boehmevfs_snapper: check for <linux/ioctl.h>
2014-06-30 David Disseldorpvfs_snapper: use a talloc hierarchy for arrays
2014-06-30 David Disseldorpvfs_snapper: don't redefine GMT_FORMAT macro
2014-06-30 David Disseldorpvfs: add previous file version support for vfs_snapper
2014-06-30 David Disseldorpvfs: add vfs_snapper module