1
0
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:
Jeremy Allison 2009-10-29 16:14:12 -07:00
parent f88ab1b151
commit 921aa99b37
3 changed files with 3 additions and 2 deletions

View File

@ -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

View File

@ -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)
{

View File

@ -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
};