mirror of
https://github.com/samba-team/samba.git
synced 2025-03-27 22:50:26 +03:00
Start fixing the RAW-STREAMS test - ensure that the xattr
used to store the stream info in streams_depot.so is not seen in when enumerating EAs. Jeremy.
This commit is contained in:
parent
f88ab1b151
commit
921aa99b37
@ -1889,6 +1889,8 @@ struct ea_list {
|
||||
#define SAMBA_XATTR_DOSSTREAM_PREFIX "user.DosStream."
|
||||
/* Prefix for DOS timestamps. */
|
||||
#define SAMBA_XATTR_DOSTIMESTAMPS "user.DosTimestamps"
|
||||
/* Prefix for xattrs storing streams. */
|
||||
#define SAMBA_XATTR_MARKER "user.SAMBA_STREAMS"
|
||||
|
||||
#define UUID_SIZE 16
|
||||
|
||||
|
@ -65,8 +65,6 @@ static uint32_t hash_fn(DATA_BLOB key)
|
||||
* an option to put in a special ACL entry for a non-existing group.
|
||||
*/
|
||||
|
||||
#define SAMBA_XATTR_MARKER "user.SAMBA_STREAMS"
|
||||
|
||||
static bool file_is_valid(vfs_handle_struct *handle, const char *path,
|
||||
bool check_valid)
|
||||
{
|
||||
|
@ -73,6 +73,7 @@ static bool samba_private_attr_name(const char *unix_ea_name)
|
||||
SAMBA_POSIX_INHERITANCE_EA_NAME,
|
||||
SAMBA_XATTR_DOS_ATTRIB,
|
||||
SAMBA_XATTR_DOSTIMESTAMPS,
|
||||
SAMBA_XATTR_MARKER,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user