1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-06 08:23:50 +03:00
Files
samba-mirror/examples
Volker Lendecke 1a8d7c3dd6 vfs: Add SMB_VFS_RENAME_STREAM
[MS-FSA] 2.1.5.15.12.1 Algorithm for Performing Stream Rename

is simpler and diffent enough from renaming a file or directory that I
believe a separate VFS operation is justified instead of tunneling it
through the renameat call. For example it's only possible to rename
streams within a file, so only one stream open fsp and a newname which
is guaranteed to be a stream name is necessary.

Add stub implementations to our streams modules, to be filled later.

Signed-off-by: Volker Lendecke <vl@samba.org>

vfs_streams_xattr: rename_streams
Reviewed-by: Ralph Boehme <slow@samba.org>
2025-10-21 17:33:29 +00:00
..
2022-02-22 16:20:58 +00:00
2021-04-19 18:18:31 +00:00
2023-07-13 05:41:36 +00:00
2023-04-11 09:06:35 +00:00
2023-03-28 09:33:31 +00:00
2023-03-28 09:33:31 +00:00
2024-01-09 10:21:34 +00:00
2022-05-19 17:51:33 +00:00
2025-10-21 17:33:29 +00:00

Copyright(C) Samba-Team 1993-2001

This directory contains example config files and related material for
Samba. 

At a minimum please refer to the smb.conf.default file for current
information regarding global and share parameter settings.

To contribute to Samba see: https://wiki.samba.org/index.php/Contribute