s3:libsmb: allow store_cldap_reply() to work with a ipv6 response
[samba.git] / source3 / modules / vfs_snapper.c
2023-07-17 Andreas Schneiders3:modules: Fix code spelling
2022-08-06 Volker Lendeckevfs: change openat propotype to match linux openat2
2022-04-28 Volker Lendeckevfs: Remove name-based SMB_VFS_GET_REAL_FILENAME()
2022-04-28 Volker Lendeckevfs: Implement snapper_gmt_get_real_filename_at()
2022-04-28 Volker Lendeckevfs: Add SMB_VFS_GET_REAL_FILENAME_AT
2022-03-10 Volker Lendeckevfs: Convert get_real_filename() to NTSTATUS
2021-07-04 Jeremy Allisons3: VFS: snapper: Remove snapper_gmt_getxattr.
2021-06-29 Noel PowerVFS: snapper: Remove SMB_VFS_CHFLAGS
2021-06-29 Noel PowerVFS: snapper: Add SMB_VFS_FCHFLAGS implementation
2021-06-09 Jeremy Allisons3: VFS: snapper: Remove snapper_gmt_get_nt_acl_at().
2021-04-19 Samuel Cabreros3: VFS: snapper: Remove SMB_VFS_NTIMES()
2021-04-19 Samuel Cabreros3: VFS: snapper: Implement SMB_VFS_FNTIMES()
2021-04-11 Noel Powers3/modules: VFS: snapper: Remove snapper_gmt_chmod
2021-04-11 Noel Powers3/modules: VFS: snapper: Add new fchmod_fn implementation
2021-04-07 Jeremy Allisons3: VFS: snapper: Remove snapper_gmt_removexattr()...
2021-03-11 Noel PowerVFS: Remove SMB_VFS_SETXATTR, no longer used
2021-03-11 Noel Powers3/modules: snapper: Add missing fsetxattr_fn impl
2021-02-26 Noel PowerVFS: Remove SMB_VFS_LISTXATTR, no longer used
2021-02-13 Jeremy Allison3: VFS: snapper: Fix snapper_gmt_readlinkat() to cope...
2020-10-23 Ralph Boehmevfs: make dirfsp arg to SMB_VFS_READLINKAT() const
2020-08-03 Ralph Boehmelib: relicense smb_strtoul(l) under LGPLv3
2020-05-21 Ralph Boehmevfs: remove SMB_VFS_OPEN()
2020-05-21 Ralph Boehmevfs_snapper: implement SMB_VFS_OPENAT()
2020-05-07 Jeremy Allisons3: VFS: snapper. Remove get_nt_acl_fn().
2020-05-07 Jeremy Allisons3: VFS: snapper. Add snapper_gmt_get_nt_acl_at().
2020-05-05 Ralph Boehmevfs_snapper: remove @GMT token stripping from snapper_g...
2020-05-05 Ralph Boehmevfs_snapper: use struct smb_filename.twrp instead of...
2020-05-05 Ralph Boehmevfs_snapper: pass struct smb_filename to snapper_gmt_st...
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-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
next